1364 lines
1.1 MiB
1364 lines
1.1 MiB
-- MySQL dump 10.13 Distrib 5.7.22, for Linux (x86_64)
|
||
--
|
||
-- Host: 127.0.0.1 Database: wordpress_experiments
|
||
-- ------------------------------------------------------
|
||
-- Server version 5.7.22-0ubuntu0.16.04.1
|
||
|
||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||
/*!40101 SET NAMES utf8 */;
|
||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||
|
||
--
|
||
-- Table structure for table `wp_commentmeta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_commentmeta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_commentmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `comment_id` (`comment_id`),
|
||
KEY `meta_key` (`meta_key`(191))
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_commentmeta`
|
||
--
|
||
|
||
LOCK TABLES `wp_commentmeta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_comments`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_comments`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_comments` (
|
||
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`comment_karma` int(11) NOT NULL DEFAULT '0',
|
||
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
|
||
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`comment_ID`),
|
||
KEY `comment_post_ID` (`comment_post_ID`),
|
||
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
|
||
KEY `comment_date_gmt` (`comment_date_gmt`),
|
||
KEY `comment_parent` (`comment_parent`),
|
||
KEY `comment_author_email` (`comment_author_email`(10)),
|
||
KEY `woo_idx_comment_type` (`comment_type`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_comments`
|
||
--
|
||
|
||
LOCK TABLES `wp_comments` WRITE;
|
||
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
|
||
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-06-11 07:30:53','2018-06-11 07:30:53','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(2,76,'WooCommerce','','','','2018-06-12 10:48:10','2018-06-12 10:48:10','Order status changed from Pending payment to Completed.',0,'post-trashed','WooCommerce','order_note',0,0),(3,77,'WooCommerce','','','','2018-06-12 11:32:45','2018-06-12 11:32:45','Order status changed from Pending payment to Completed.',0,'post-trashed','WooCommerce','order_note',0,0),(4,78,'WooCommerce','','','','2018-06-12 11:34:24','2018-06-12 11:34:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(5,79,'WooCommerce','','','','2018-06-12 11:36:38','2018-06-12 11:36:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(6,80,'WooCommerce','','','','2018-06-12 11:37:11','2018-06-12 11:37:11','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(7,81,'WooCommerce','','','','2018-06-12 11:37:47','2018-06-12 11:37:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(8,82,'WooCommerce','','','','2018-06-12 11:38:07','2018-06-12 11:38:07','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9,83,'WooCommerce','','','','2018-06-12 11:39:38','2018-06-12 11:39:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(10,84,'WooCommerce','','','','2018-06-12 11:39:40','2018-06-12 11:39:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(11,85,'WooCommerce','','','','2018-06-12 11:39:40','2018-06-12 11:39:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(12,86,'WooCommerce','','','','2018-06-12 11:39:42','2018-06-12 11:39:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(13,87,'WooCommerce','','','','2018-06-12 11:39:44','2018-06-12 11:39:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(14,88,'WooCommerce','','','','2018-06-12 11:39:46','2018-06-12 11:39:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(15,89,'WooCommerce','','','','2018-06-12 11:39:47','2018-06-12 11:39:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(16,90,'WooCommerce','','','','2018-06-12 11:39:49','2018-06-12 11:39:49','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(17,91,'WooCommerce','','','','2018-06-12 11:39:52','2018-06-12 11:39:52','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(18,92,'WooCommerce','','','','2018-06-12 11:39:53','2018-06-12 11:39:53','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(19,93,'WooCommerce','','','','2018-06-12 11:39:54','2018-06-12 11:39:54','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(20,94,'WooCommerce','','','','2018-06-12 11:39:55','2018-06-12 11:39:55','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(21,95,'WooCommerce','','','','2018-06-12 11:39:57','2018-06-12 11:39:57','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(22,96,'WooCommerce','','','','2018-06-12 11:39:58','2018-06-12 11:39:58','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(23,97,'WooCommerce','','','','2018-06-12 11:39:59','2018-06-12 11:39:59','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(24,98,'WooCommerce','','','','2018-06-12 11:40:04','2018-06-12 11:40:04','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(25,99,'WooCommerce','','','','2018-06-12 11:40:46','2018-06-12 11:40:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(26,100,'WooCommerce','','','','2018-06-12 11:41:09','2018-06-12 11:41:09','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(27,101,'WooCommerce','','','','2018-06-12 11:41:12','2018-06-12 11:41:12','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(28,102,'WooCommerce','','','','2018-06-12 11:41:14','2018-06-12 11:41:14','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(29,103,'WooCommerce','','','','2018-06-12 11:41:42','2018-06-12 11:41:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(30,104,'WooCommerce','','','','2018-06-12 11:41:44','2018-06-12 11:41:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(31,105,'WooCommerce','','','','2018-06-13 08:30:14','2018-06-13 08:30:14','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(32,106,'WooCommerce','','','','2018-06-13 11:57:11','2018-06-13 11:57:11','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(33,107,'WooCommerce','','','','2018-06-13 11:59:31','2018-06-13 11:59:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(34,108,'WooCommerce','','','','2018-06-13 11:59:32','2018-06-13 11:59:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(35,109,'WooCommerce','','','','2018-06-13 11:59:32','2018-06-13 11:59:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(36,110,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(37,111,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(38,112,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(39,113,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(40,114,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(41,115,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(42,116,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(43,117,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(44,118,'WooCommerce','','','','2018-06-13 11:59:35','2018-06-13 11:59:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(45,119,'WooCommerce','','','','2018-06-13 11:59:35','2018-06-13 11:59:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(46,120,'WooCommerce','','','','2018-06-13 11:59:35','2018-06-13 11:59:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(47,121,'WooCommerce','','','','2018-06-13 11:59:37','2018-06-13 11:59:37','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(48,122,'WooCommerce','','','','2018-06-13 11:59:37','2018-06-13 11:59:37','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(49,123,'WooCommerce','','','','2018-06-13 11:59:38','2018-06-13 11:59:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(50,124,'WooCommerce','','','','2018-06-13 11:59:38','2018-06-13 11:59:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(51,125,'WooCommerce','','','','2018-06-13 11:59:38','2018-06-13 11:59:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(52,126,'WooCommerce','','','','2018-06-13 11:59:39','2018-06-13 11:59:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(53,127,'WooCommerce','','','','2018-06-13 11:59:39','2018-06-13 11:59:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(54,128,'WooCommerce','','','','2018-06-13 11:59:39','2018-06-13 11:59:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(55,129,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(56,130,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(57,131,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(58,132,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(59,133,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(60,134,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(61,135,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(62,136,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(63,137,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(64,138,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(65,139,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(66,140,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(67,141,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(68,142,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(69,143,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(70,144,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(71,145,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(72,146,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(73,147,'WooCommerce','','','','2018-06-13 11:59:44','2018-06-13 11:59:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(74,148,'WooCommerce','','','','2018-06-13 11:59:44','2018-06-13 11:59:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(75,149,'WooCommerce','','','','2018-06-13 11:59:45','2018-06-13 11:59:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(76,150,'WooCommerce','','','','2018-06-13 11:59:45','2018-06-13 11:59:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(77,151,'WooCommerce','','','','2018-06-13 11:59:45','2018-06-13 11:59:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(78,152,'WooCommerce','','','','2018-06-13 12:41:39','2018-06-13 12:41:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(79,153,'WooCommerce','','','','2018-06-13 12:43:01','2018-06-13 12:43:01','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(80,154,'WooCommerce','','','','2018-06-13 12:43:14','2018-06-13 12:43:14','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(81,155,'WooCommerce','','','','2018-06-13 12:43:20','2018-06-13 12:43:20','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(82,156,'WooCommerce','','','','2018-06-13 12:43:24','2018-06-13 12:43:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(83,157,'WooCommerce','','','','2018-06-13 12:43:27','2018-06-13 12:43:27','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(84,158,'WooCommerce','','','','2018-06-13 12:43:28','2018-06-13 12:43:28','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(85,159,'WooCommerce','','','','2018-06-13 12:43:29','2018-06-13 12:43:29','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(86,160,'WooCommerce','','','','2018-06-13 12:43:31','2018-06-13 12:43:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(87,161,'WooCommerce','','','','2018-06-13 12:43:32','2018-06-13 12:43:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(88,162,'WooCommerce','','','','2018-06-13 13:08:31','2018-06-13 13:08:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(89,163,'WooCommerce','','','','2018-06-13 13:09:33','2018-06-13 13:09:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(90,363,'WooCommerce','','','','2018-06-20 10:13:31','2018-06-20 10:13:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(91,364,'WooCommerce','','','','2018-06-20 12:46:00','2018-06-20 12:46:00','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(92,365,'WooCommerce','','','','2018-06-20 12:51:06','2018-06-20 12:51:06','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(93,366,'WooCommerce','','','','2018-06-20 13:26:29','2018-06-20 13:26:29','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(94,367,'WooCommerce','','','','2018-06-20 13:27:07','2018-06-20 13:27:07','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(95,368,'WooCommerce','','','','2018-06-20 13:31:24','2018-06-20 13:31:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(96,369,'WooCommerce','','','','2018-06-20 13:37:47','2018-06-20 13:37:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(97,391,'WooCommerce','','','','2018-06-28 04:45:33','2018-06-28 04:45:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(98,392,'WooCommerce','','','','2018-06-28 04:45:38','2018-06-28 04:45:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(99,394,'WooCommerce','','','','2018-06-28 04:45:41','2018-06-28 04:45:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(100,395,'WooCommerce','','','','2018-06-28 04:45:45','2018-06-28 04:45:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(101,393,'WooCommerce','','','','2018-06-28 04:45:49','2018-06-28 04:45:49','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(102,396,'WooCommerce','','','','2018-06-28 04:46:05','2018-06-28 04:46:05','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(103,397,'WooCommerce','','','','2018-06-28 04:51:55','2018-06-28 04:51:55','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(104,398,'WooCommerce','','','','2018-06-28 04:52:48','2018-06-28 04:52:48','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(105,399,'WooCommerce','','','','2018-06-28 04:53:32','2018-06-28 04:53:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0);
|
||
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_failed_jobs`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_failed_jobs`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_failed_jobs` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`failed_at` datetime NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_failed_jobs`
|
||
--
|
||
|
||
LOCK TABLES `wp_failed_jobs` WRITE;
|
||
/*!40000 ALTER TABLE `wp_failed_jobs` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_failed_jobs` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_fed_menu`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_fed_menu`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_fed_menu` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`menu_slug` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`menu` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`menu_order` bigint(20) NOT NULL,
|
||
`menu_image_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`show_user_profile` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`extra` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
|
||
`user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `menu_slug` (`menu_slug`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_fed_menu`
|
||
--
|
||
|
||
LOCK TABLES `wp_fed_menu` WRITE;
|
||
/*!40000 ALTER TABLE `wp_fed_menu` DISABLE KEYS */;
|
||
INSERT INTO `wp_fed_menu` VALUES (1,'profile','Profile',3,'fa fa-user','Enable','no','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','');
|
||
/*!40000 ALTER TABLE `wp_fed_menu` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_fed_post`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_fed_post`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_fed_post` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`input_meta` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`label_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_order` bigint(20) NOT NULL,
|
||
`is_required` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'false',
|
||
`input_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`class_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`id_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_step` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_min` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_max` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_row` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`is_tooltip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no',
|
||
`tooltip_title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`tooltip_body` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`post_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `input_meta` (`input_meta`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_fed_post`
|
||
--
|
||
|
||
LOCK TABLES `wp_fed_post` WRITE;
|
||
/*!40000 ALTER TABLE `wp_fed_post` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_fed_post` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_fed_user_profile`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_fed_user_profile`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_fed_user_profile` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`input_meta` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`label_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_order` bigint(20) NOT NULL,
|
||
`show_register` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Disable',
|
||
`show_dashboard` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Disable',
|
||
`show_user_profile` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Enable',
|
||
`is_required` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'false',
|
||
`input_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`class_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`id_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_step` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_min` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_max` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_row` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`is_tooltip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no',
|
||
`tooltip_title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`tooltip_body` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`input_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`extra` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
|
||
`menu` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'profile',
|
||
`extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `input_meta` (`input_meta`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_fed_user_profile`
|
||
--
|
||
|
||
LOCK TABLES `wp_fed_user_profile` WRITE;
|
||
/*!40000 ALTER TABLE `wp_fed_user_profile` DISABLE KEYS */;
|
||
INSERT INTO `wp_fed_user_profile` VALUES (1,'user_login','User Name',5,'Enable','Enable','Disable','true','single_line','User Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(2,'user_pass','Password',9,'Enable','Enable','Disable','true','password','Password','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(3,'confirmation_password','Confirmation Password',11,'Enable','Enable','Disable','true','password','Password','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(4,'user_email','Email Address',12,'Enable','Enable','Disable','true','email','Email Address','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(5,'user_nicename','Nicename',14,'Disable','Disable','Enable','false','single_line','Nicename','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(6,'display_name','Display Name',17,'Disable','Disable','Enable','false','single_line','Display Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(7,'first_name','First Name',20,'Disable','Disable','Enable','false','single_line','First Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(8,'last_name','Last Name',23,'Disable','Disable','Enable','false','single_line','Last Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(9,'nickname','Nickname',17,'Disable','Disable','Enable','false','single_line','Nickname','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(10,'description','Description',17,'Disable','Disable','Enable','false','multi_line','Description','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(11,'show_admin_bar_front','Show admin bar on front page',17,'Disable','Disable','Disable','false','checkbox','','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile','');
|
||
/*!40000 ALTER TABLE `wp_fed_user_profile` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_addon_feed`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_addon_feed`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_addon_feed` (
|
||
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`is_active` tinyint(1) NOT NULL DEFAULT '1',
|
||
`feed_order` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
`addon_slug` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`event_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `addon_form` (`addon_slug`,`form_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_addon_feed`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_addon_feed` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_addon_feed` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_addon_feed` VALUES (2,6,1,0,'{\"step_name\":\"Upload signed contract\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\",\"role|administrator\"],\"editable_fields\":[\"2\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Upload signed contract\",\"assignee_notification_message\":\"A new entry requires your input: .<a href=\\\"http:\\/\\/localhost\\/workflow-inbox\\/\\\">http:\\/\\/localhost\\/workflow-inbox\\/<\\/a>\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"3\"}','gravityflow',NULL),(3,6,1,0,'{\"step_name\":\"Approve signed contract\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|broker\",\"role|administrator\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"A new entry\\u00a0{entry_id} is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"1\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"Enter signed contract\",\"rejection_notification_message\":\"Your signed contract has been rejected please go to Entry {entry_id} has been rejected.\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"1\",\"approval_notification_type\":\"select\",\"approval_notification_users\":[\"role|customer\"],\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"2\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"2\",\"destination_approved\":\"complete\"}','gravityflow',NULL),(4,7,1,0,'{\"step_name\":\"Approve installation info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"3\",\"type\":\"select\",\"assignees\":[\"role|broker\",\"role|administrator\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"1\",\"rejection_notification_type\":\"select\",\"rejection_notification_users\":[\"role|supplier\"],\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"Installation info has been rejected\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"1\",\"approval_notification_type\":\"select\",\"approval_notification_users\":[\"role|supplier\"],\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"Installation info has been approved\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"7\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"3\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"7\",\"destination_approved\":\"complete\"}','gravityflow',NULL),(5,5,1,0,'{\"step_name\":\"Approve configuration info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|broker\",\"role|administrator\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"6\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"6\",\"destination_approved\":\"complete\"}','gravityflow',NULL),(6,5,1,0,'{\"step_name\":\"Update configuration info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"1\",\"2\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Update configuration info\",\"assignee_notification_message\":\"Update configuration info for {entry}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"5\"}','gravityflow',NULL),(7,7,1,0,'{\"step_name\":\"Update installation info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"3\",\"type\":\"select\",\"assignees\":[\"role|customer\",\"role|administrator\"],\"editable_fields\":[\"1\",\"2\",\"3\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Please update installaton info\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"3\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"4\"}','gravityflow',NULL),(8,2,1,0,'{\"step_name\":\"Enter installation info\",\"description\":\"\",\"step_type\":\"form_submission\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"Please enter installation info: {workflow_form_submission_link}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"target_form_id\":\"7\",\"submit_page\":\"383\",\"mappings\":\"\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(9,2,1,0,'{\"step_name\":\"Upload signed contract\",\"description\":\"\",\"step_type\":\"form_submission\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"Please submit the following form: {workflow_form_submission_link}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"target_form_id\":\"6\",\"submit_page\":\"388\",\"mappings\":[{\"key\":\"\",\"value\":\"\",\"custom_key\":\"\",\"custom_value\":\"\"}],\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(10,2,1,0,'{\"step_name\":\"Add configuration info\",\"description\":\"\",\"step_type\":\"form_submission\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"Please submit the following form: {workflow_form_submission_link}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"target_form_id\":\"5\",\"submit_page\":\"386\",\"mappings\":\"\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(11,1,1,0,'{\"step_name\":\"Start First Process\",\"description\":\"\",\"step_type\":\"new_entry\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"1\",\"feed_condition_conditional_logic_object\":{\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1\",\"operator\":\"is\",\"value\":\"0\"}]}},\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"server_type\":\"local\",\"target_form_id\":\"2\",\"mappings\":[{\"key\":\"4\",\"value\":\"3\",\"custom_key\":\"\",\"custom_value\":\"\"},{\"key\":\"2\",\"value\":\"4\",\"custom_key\":\"\",\"custom_value\":\"\"}],\"store_new_entry_idEnable\":\"0\",\"new_entry_id_field\":\"\",\"destination_complete\":\"complete\"}','gravityflow',NULL),(12,1,1,0,'{\"step_name\":\"Start second process\",\"description\":\"\",\"step_type\":\"new_entry\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"1\",\"feed_condition_conditional_logic_object\":{\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1\",\"operator\":\"is\",\"value\":\"1\"}]}},\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"server_type\":\"local\",\"target_form_id\":\"8\",\"mappings\":[{\"key\":\"2\",\"value\":\"3\",\"custom_key\":\"\",\"custom_value\":\"\"}],\"store_new_entry_idEnable\":\"0\",\"new_entry_id_field\":\"\",\"destination_complete\":\"complete\"}','gravityflow',NULL),(13,8,1,0,'{\"step_name\":\"Enter installation info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"10\",\"12\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"1\",\"highlight_editable_fields_class\":\"green-background\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Enter installation info\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(14,8,1,0,'{\"step_name\":\"Approve installation info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"10\",\"12\"],\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Approve installation info\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"13\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"13\",\"destination_approved\":\"15\"}','gravityflow',NULL),(15,8,1,0,'{\"step_name\":\"Upload contract template\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"editable_fields\":[\"7\"],\"routing\":\"\",\"assignee_policy\":\"all\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"7\"],\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Upload contract template\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"16\"}','gravityflow',NULL),(16,8,1,0,'{\"step_name\":\"Upload signed contract\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"8\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"all\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"7\",\"8\"],\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Upload signed contract\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"1\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"1\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"17\"}','gravityflow',NULL),(17,8,1,0,'{\"step_name\":\"Approve signed contract\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"all\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"7\",\"8\"],\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Approve signed contract\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"13\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"16\",\"destination_approved\":\"18\"}','gravityflow',NULL),(18,8,1,0,'{\"step_name\":\"Enter configuration info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"4\",\"5\"],\"routing\":\"\",\"assignee_policy\":\"all\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"10\",\"12\"],\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Enter installation info\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"19\"}','gravityflow',NULL),(19,8,1,0,'{\"step_name\":\"Approve configuration info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"all\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"10\",\"12\"],\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Approve installation info\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"13\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"18\",\"destination_approved\":\"complete\"}','gravityflow',NULL);
|
||
/*!40000 ALTER TABLE `wp_gf_addon_feed` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_draft_submissions`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_draft_submissions`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_draft_submissions` (
|
||
`uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
PRIMARY KEY (`uuid`),
|
||
KEY `form_id` (`form_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_draft_submissions`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_draft_submissions` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_draft_submissions` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_gf_draft_submissions` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_entry`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_entry`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_entry` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`post_id` bigint(20) unsigned DEFAULT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`date_updated` datetime DEFAULT NULL,
|
||
`is_starred` tinyint(1) NOT NULL DEFAULT '0',
|
||
`is_read` tinyint(1) NOT NULL DEFAULT '0',
|
||
`ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`payment_date` datetime DEFAULT NULL,
|
||
`payment_amount` decimal(19,2) DEFAULT NULL,
|
||
`payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`is_fulfilled` tinyint(1) DEFAULT NULL,
|
||
`created_by` bigint(20) unsigned DEFAULT NULL,
|
||
`transaction_type` tinyint(1) DEFAULT NULL,
|
||
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',
|
||
PRIMARY KEY (`id`),
|
||
KEY `form_id` (`form_id`),
|
||
KEY `form_id_status` (`form_id`,`status`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_entry`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_entry` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_entry` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_entry` VALUES (1,1,NULL,'2018-06-28 00:12:49',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(2,1,NULL,'2018-06-28 00:17:54',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(3,2,NULL,'2018-06-28 00:17:54',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(4,7,NULL,'2018-06-28 00:22:45',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=3&workflow_hash=99be3f54b686ea476336a1efb5d33e57','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(5,5,NULL,'2018-06-28 00:33:16',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=3&workflow_hash=c5891248e82e2337a999decf5b4afbea','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(6,1,NULL,'2018-06-28 00:40:10',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(7,2,NULL,'2018-06-28 00:40:10',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(8,7,NULL,'2018-06-28 00:41:34',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=7&workflow_hash=bd5e887dff2634cf5f06778927084fef','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(9,1,NULL,'2018-06-28 00:49:22',NULL,0,0,'::1','http://localhost/start-workflow-process/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(10,2,NULL,'2018-06-28 00:49:22',NULL,0,0,'::1','http://localhost/start-workflow-process/','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(11,5,NULL,'2018-06-28 01:01:11',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=3&workflow_hash=25e7e4275707471d1d8e405d899c77b4','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(12,5,NULL,'2018-06-28 01:01:55',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=3&workflow_hash=25e7e4275707471d1d8e405d899c77b4','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(13,1,NULL,'2018-06-28 01:17:00',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(14,2,NULL,'2018-06-28 01:17:00',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(15,7,NULL,'2018-06-28 01:17:33',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=14&workflow_hash=7f4049aef519e8b94c0a1c19cfc425bd','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(16,7,NULL,'2018-06-28 01:23:33',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=14&workflow_hash=7f4049aef519e8b94c0a1c19cfc425bd','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(17,7,NULL,'2018-06-28 01:29:16',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=14&workflow_hash=7f4049aef519e8b94c0a1c19cfc425bd','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(18,1,NULL,'2018-06-28 01:34:12',NULL,0,0,'::1','http://localhost/start-workflow-process/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(19,2,NULL,'2018-06-28 01:34:12',NULL,0,0,'::1','http://localhost/start-workflow-process/','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(20,7,NULL,'2018-06-28 01:34:28',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(21,7,NULL,'2018-06-28 01:40:13',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(22,7,NULL,'2018-06-28 01:45:10',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(23,7,NULL,'2018-06-28 01:51:27',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(24,7,NULL,'2018-06-28 01:52:41',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(25,7,NULL,'2018-06-28 01:52:50',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(26,7,NULL,'2018-06-28 01:54:05',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(27,7,NULL,'2018-06-28 01:54:35',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(28,7,NULL,'2018-06-28 01:58:20',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(29,1,NULL,'2018-06-28 02:01:49',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(30,2,NULL,'2018-06-28 02:01:49',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(31,7,NULL,'2018-06-28 02:02:35',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=30&workflow_hash=07cc95f69d555afec9753e5c6f55b735','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(32,6,NULL,'2018-06-28 02:08:24',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=30&workflow_hash=bde4b42e41208483403508dd3aaf7b9f','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(33,5,NULL,'2018-06-28 02:10:26',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=30&workflow_hash=a091da694fccd1b7c7d90ef0bd905b8d','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(34,1,NULL,'2018-06-28 02:14:30',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(35,2,NULL,'2018-06-28 02:14:30',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(36,7,NULL,'2018-06-28 02:18:12',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=35&workflow_hash=e218de35c257201f966789d38b06648c','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(37,6,NULL,'2018-06-28 02:22:15',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=35&workflow_hash=f57dd2b20f840b60f7e7363a69bbc3e0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(38,5,NULL,'2018-06-28 02:24:44',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=35&workflow_hash=efed3010d1fb86c941a6939cdca7f897','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(39,1,NULL,'2018-06-28 03:00:19',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(40,2,NULL,'2018-06-28 03:00:19',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(41,7,NULL,'2018-06-28 03:00:52',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=40&workflow_hash=e6d5359b3d7559fbc31d95d6a813f2a6','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(42,6,NULL,'2018-06-28 03:35:32',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=40&workflow_hash=a8f3aa7f554fcef48ee8eac75a7ac141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(43,1,NULL,'2018-06-28 07:17:47',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(44,8,NULL,'2018-06-28 07:17:47',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(45,1,NULL,'2018-06-28 07:21:44',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(46,2,NULL,'2018-06-28 07:21:44',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(47,1,NULL,'2018-06-28 07:21:50',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(48,2,NULL,'2018-06-28 07:21:50',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(49,1,NULL,'2018-06-28 07:22:48',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(50,8,NULL,'2018-06-28 07:22:48',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active');
|
||
/*!40000 ALTER TABLE `wp_gf_entry` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_entry_meta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_entry_meta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_entry_meta` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||
`entry_id` bigint(20) unsigned NOT NULL,
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`id`),
|
||
KEY `meta_key` (`meta_key`(191)),
|
||
KEY `entry_id` (`entry_id`),
|
||
KEY `meta_value` (`meta_value`(191))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=957 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_entry_meta`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_entry_meta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_entry_meta` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_entry_meta` VALUES (1,1,1,'1','0'),(2,1,1,'workflow_final_status','complete'),(4,1,1,'workflow_timestamp','1530144769'),(5,1,1,'gravityflow_is_fulfilled','1'),(6,1,1,'workflow_step_11_timestamp','1530144769'),(7,1,1,'workflow_step_status_11','complete'),(8,1,1,'workflow_step_status_11_timestamp','1530144769'),(9,1,2,'3','1'),(10,1,2,'4','1'),(11,1,2,'1','0'),(12,1,2,'workflow_final_status','complete'),(14,1,2,'workflow_timestamp','1530145074'),(15,1,2,'gravityflow_is_fulfilled','1'),(16,1,2,'workflow_step_11_timestamp','1530145074'),(17,1,2,'workflow_step_status_11','complete'),(18,1,2,'workflow_step_status_11_timestamp','1530145074'),(19,2,3,'4','1'),(21,2,3,'workflow_final_status','cancelled'),(22,2,3,'gravityflow_is_fulfilled','1'),(23,2,3,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(25,2,3,'workflow_step_8_timestamp','1530145074'),(26,2,3,'workflow_step_status_8','complete'),(27,2,3,'workflow_step_status_8_timestamp','1530145365'),(32,7,4,'1.1','sdfcsvfsdf, fdfvds'),(33,7,4,'1.2','fdfvds'),(34,7,4,'1.4','sdfsfsfc'),(35,7,4,'1.5','323232'),(36,7,4,'1.6','Bangladesh'),(37,7,4,'2','(222) 222-2222'),(38,7,4,'3','2018-06-06'),(39,7,4,'workflow_final_status','cancelled'),(41,7,4,'workflow_timestamp','1530147687'),(42,7,4,'gravityflow_is_fulfilled','1'),(43,7,4,'workflow_step_4_timestamp','1530147687'),(44,7,4,'workflow_step_status_4','pending'),(45,7,4,'workflow_step_status_4_timestamp','1530147687'),(48,2,3,'workflow_step_9_timestamp','1530145365'),(49,2,3,'workflow_step_status_9','complete'),(50,2,3,'workflow_step_status_9_timestamp','1530145996'),(55,5,5,'1.1','sdfcsvfsdf, fdfvds'),(56,5,5,'1.2','fdfvds'),(57,5,5,'1.4','sdfsfsfc'),(58,5,5,'1.5','323232'),(59,5,5,'1.6','Bangladesh'),(60,5,5,'2','(222) 222-2222'),(61,5,5,'workflow_final_status','approved'),(63,5,5,'workflow_timestamp','1530145996'),(64,5,5,'gravityflow_is_fulfilled','1'),(65,5,5,'workflow_step_5_timestamp','1530145996'),(66,5,5,'workflow_step_status_5','approved'),(67,5,5,'workflow_step_status_5_timestamp','1530146181'),(70,2,3,'workflow_step_10_timestamp','1530145996'),(71,2,3,'workflow_step_status_10','pending'),(72,2,3,'workflow_step_status_10_timestamp','1530145996'),(76,5,5,'workflow_current_status_timestamp','1530146181'),(77,7,4,'workflow_current_status','approved'),(78,7,4,'workflow_current_status_timestamp','1530146201'),(79,7,4,'workflow_step_7_timestamp','1530146201'),(80,7,4,'workflow_step_status_7','complete'),(81,7,4,'workflow_step_status_7_timestamp','1530147687'),(84,1,6,'3','1'),(85,1,6,'4','2'),(86,1,6,'1','0'),(87,1,6,'workflow_final_status','complete'),(89,1,6,'workflow_timestamp','1530146410'),(90,1,6,'gravityflow_is_fulfilled','1'),(91,1,6,'workflow_step_11_timestamp','1530146410'),(92,1,6,'workflow_step_status_11','complete'),(93,1,6,'workflow_step_status_11_timestamp','1530146410'),(94,2,7,'4','1'),(96,2,7,'workflow_final_status','cancelled'),(97,2,7,'gravityflow_is_fulfilled','1'),(98,2,7,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(100,2,7,'workflow_step_8_timestamp','1530146410'),(101,2,7,'workflow_step_status_8','complete'),(102,2,7,'workflow_step_status_8_timestamp','1530146494'),(107,7,8,'1.1','sdfcsvfsdf, fdfvds'),(108,7,8,'1.2','fdfvds'),(109,7,8,'1.4','sdfsfsfc'),(110,7,8,'1.5','323232'),(111,7,8,'1.6','Bangladesh'),(112,7,8,'2','(222) 222-2222'),(113,7,8,'3','2018-06-06'),(114,7,8,'workflow_final_status','cancelled'),(116,7,8,'workflow_timestamp','1530147702'),(117,7,8,'gravityflow_is_fulfilled','1'),(118,7,8,'workflow_step_4_timestamp','1530147702'),(119,7,8,'workflow_step_status_4','pending'),(120,7,8,'workflow_step_status_4_timestamp','1530147702'),(123,2,7,'workflow_step_9_timestamp','1530146494'),(124,2,7,'workflow_step_status_9','pending'),(125,2,7,'workflow_step_status_9_timestamp','1530146494'),(130,1,9,'3','1'),(131,1,9,'4','2'),(132,1,9,'1','0'),(133,1,9,'workflow_final_status','complete'),(135,1,9,'workflow_timestamp','1530146962'),(136,1,9,'workflow_parent_entry_id',''),(137,1,9,'workflow_parent_entry_hash',''),(138,1,9,'gravityflow_is_fulfilled','1'),(139,1,9,'workflow_step_11_timestamp','1530146962'),(140,1,9,'workflow_step_status_11','complete'),(141,1,9,'workflow_step_status_11_timestamp','1530146962'),(142,2,10,'4','1'),(144,2,10,'workflow_final_status','cancelled'),(145,2,10,'gravityflow_is_fulfilled','1'),(146,2,10,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(148,2,10,'workflow_step_8_timestamp','1530146962'),(149,2,10,'workflow_step_status_8','pending'),(150,2,10,'workflow_step_status_8_timestamp','1530146962'),(155,7,8,'workflow_current_status','approved'),(156,7,8,'workflow_current_status_timestamp','1530147623'),(157,7,8,'workflow_step_7_timestamp','1530147623'),(158,7,8,'workflow_step_status_7','complete'),(159,7,8,'workflow_step_status_7_timestamp','1530147702'),(162,5,11,'1.1','sdfcsvfsdf, fdfvds'),(163,5,11,'1.2','fdfvds'),(164,5,11,'1.4','sdfsfsfc'),(165,5,11,'1.5','323232'),(166,5,11,'1.6','Bangladesh'),(167,5,11,'2','(222) 222-2222'),(168,5,11,'workflow_final_status','cancelled'),(170,5,11,'workflow_timestamp','1530147671'),(171,5,11,'workflow_parent_entry_id','3'),(172,5,11,'workflow_parent_entry_hash','25e7e4275707471d1d8e405d899c77b4'),(173,5,11,'gravityflow_is_fulfilled','1'),(174,5,11,'workflow_step_5_timestamp','1530147671'),(175,5,11,'workflow_step_status_5','pending'),(176,5,11,'workflow_step_status_5_timestamp','1530147671'),(179,7,4,'workflow_parent_entry_id','0'),(180,7,4,'workflow_parent_entry_hash','0'),(183,7,8,'workflow_parent_entry_id','0'),(184,7,8,'workflow_parent_entry_hash','0'),(187,5,12,'1.1','sdfcsvfsdf, fdfvds'),(188,5,12,'1.2','fdfvds'),(189,5,12,'1.4','sdfsfsfc'),(190,5,12,'1.5','323232'),(191,5,12,'1.6','Bangladesh'),(192,5,12,'2','(222) 222-2222'),(193,5,12,'workflow_final_status','cancelled'),(195,5,12,'workflow_timestamp','1530147715'),(196,5,12,'workflow_parent_entry_id','3'),(197,5,12,'workflow_parent_entry_hash','25e7e4275707471d1d8e405d899c77b4'),(198,5,12,'gravityflow_is_fulfilled','1'),(199,5,12,'workflow_step_5_timestamp','1530147715'),(200,5,12,'workflow_step_status_5','pending'),(201,5,12,'workflow_step_status_5_timestamp','1530147715'),(204,1,13,'3','1'),(205,1,13,'4','2'),(206,1,13,'1','0'),(207,1,13,'workflow_final_status','complete'),(209,1,13,'workflow_timestamp','1530148620'),(210,1,13,'workflow_parent_entry_id',''),(211,1,13,'workflow_parent_entry_hash',''),(212,1,13,'gravityflow_is_fulfilled','1'),(213,1,13,'workflow_step_11_timestamp','1530148620'),(214,1,13,'workflow_step_status_11','complete'),(215,1,13,'workflow_step_status_11_timestamp','1530148623'),(216,2,14,'4','1'),(217,2,14,'workflow_parent_entry_id','13'),(218,2,14,'workflow_final_status','cancelled'),(219,2,14,'gravityflow_is_fulfilled','1'),(220,2,14,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(222,2,14,'workflow_step_8_timestamp','1530148620'),(223,2,14,'workflow_step_status_8','pending'),(224,2,14,'workflow_step_status_8_timestamp','1530148620'),(229,7,15,'1.1','sdfcsvfsdf, fdfvds'),(230,7,15,'1.2','fdfvds'),(231,7,15,'1.4','sdfsfsfc'),(232,7,15,'1.5','323232'),(233,7,15,'1.6','Bangladesh'),(234,7,15,'2','(222) 222-2222'),(235,7,15,'workflow_final_status','approved'),(237,7,15,'workflow_timestamp','1530148653'),(238,7,15,'workflow_parent_entry_id','14'),(239,7,15,'workflow_parent_entry_hash','7f4049aef519e8b94c0a1c19cfc425bd'),(240,7,15,'gravityflow_is_fulfilled','1'),(241,7,15,'workflow_step_4_timestamp','1530148655'),(242,7,15,'workflow_step_status_4','approved'),(243,7,15,'workflow_step_status_4_timestamp','1530148779'),(249,7,15,'workflow_current_status_timestamp','1530148779'),(250,7,16,'1.1','sdfcsvfsdf, fdfvds'),(251,7,16,'1.2','fdfvds'),(252,7,16,'1.4','sdfsfsfc'),(253,7,16,'1.5','323232'),(254,7,16,'1.6','Bangladesh'),(255,7,16,'2','(222) 222-2222'),(256,7,16,'3','2018-06-06'),(257,7,16,'workflow_final_status','approved'),(259,7,16,'workflow_timestamp','1530149013'),(260,7,16,'workflow_parent_entry_id','14'),(261,7,16,'workflow_parent_entry_hash','7f4049aef519e8b94c0a1c19cfc425bd'),(262,7,16,'gravityflow_is_fulfilled','1'),(263,7,16,'workflow_step_4_timestamp','1530149015'),(264,7,16,'workflow_step_status_4','approved'),(265,7,16,'workflow_step_status_4_timestamp','1530149071'),(271,7,16,'workflow_current_status_timestamp','1530149071'),(272,7,17,'1.1','sdfcsvfsdf, fdfvds'),(273,7,17,'1.2','fdfvds'),(274,7,17,'1.4','sdfsfsfc'),(275,7,17,'1.5','323232'),(276,7,17,'1.6','Bangladesh'),(277,7,17,'2','(222) 222-2222'),(278,7,17,'workflow_final_status','approved'),(280,7,17,'workflow_timestamp','1530149356'),(281,7,17,'workflow_parent_entry_id','14'),(282,7,17,'workflow_parent_entry_hash','7f4049aef519e8b94c0a1c19cfc425bd'),(283,7,17,'gravityflow_is_fulfilled','1'),(284,7,17,'workflow_step_4_timestamp','1530149358'),(285,7,17,'workflow_step_status_4','approved'),(286,7,17,'workflow_step_status_4_timestamp','1530149419'),(292,7,17,'workflow_current_status_timestamp','1530149419'),(293,1,18,'3','1'),(294,1,18,'4','2'),(295,1,18,'1','0'),(296,1,18,'workflow_final_status','complete'),(298,1,18,'workflow_timestamp','1530149652'),(299,1,18,'workflow_parent_entry_id',''),(300,1,18,'workflow_parent_entry_hash',''),(301,1,18,'gravityflow_is_fulfilled','1'),(302,1,18,'workflow_step_11_timestamp','1530149652'),(303,1,18,'workflow_step_status_11','complete'),(304,1,18,'workflow_step_status_11_timestamp','1530149652'),(305,2,19,'4','1'),(306,2,19,'workflow_parent_entry_id','18'),(307,2,19,'workflow_final_status','cancelled'),(308,2,19,'gravityflow_is_fulfilled','1'),(309,2,19,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(311,2,19,'workflow_step_8_timestamp','1530149652'),(312,2,19,'workflow_step_status_8','pending'),(313,2,19,'workflow_step_status_8_timestamp','1530149652'),(316,7,20,'1.1','sdfcsvfsdf, fdfvds'),(317,7,20,'1.2','fdfvds'),(318,7,20,'1.4','sdfsfsfc'),(319,7,20,'1.5','323232'),(320,7,20,'1.6','Bangladesh'),(321,7,20,'2','(222) 222-2222'),(322,7,20,'3','2018-06-12'),(323,7,20,'workflow_final_status','approved'),(325,7,20,'workflow_timestamp','1530149668'),(326,7,20,'workflow_parent_entry_id','19'),(327,7,20,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(328,7,20,'gravityflow_is_fulfilled','1'),(329,7,20,'workflow_step_4_timestamp','1530149670'),(330,7,20,'workflow_step_status_4','approved'),(331,7,20,'workflow_step_status_4_timestamp','1530149695'),(337,7,20,'workflow_current_status_timestamp','1530149695'),(338,7,21,'1.1','sdfcsvfsdf, fdfvds'),(339,7,21,'1.2','fdfvds'),(340,7,21,'1.4','sdfsfsfc'),(341,7,21,'1.5','323232'),(342,7,21,'1.6','Bangladesh'),(343,7,21,'2','(222) 222-2222'),(344,7,21,'workflow_final_status','approved'),(346,7,21,'workflow_timestamp','1530150013'),(347,7,21,'workflow_parent_entry_id','19'),(348,7,21,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(349,7,21,'gravityflow_is_fulfilled','1'),(350,7,21,'workflow_step_4_timestamp','1530150015'),(351,7,21,'workflow_step_status_4','approved'),(352,7,21,'workflow_step_status_4_timestamp','1530150054'),(358,7,21,'workflow_current_status_timestamp','1530150054'),(359,7,22,'1.1','sdfcsvfsdf, fdfvds'),(360,7,22,'1.2','fdfvds'),(361,7,22,'1.4','sdfsfsfc'),(362,7,22,'1.5','323232'),(363,7,22,'1.6','Bangladesh'),(364,7,22,'2','(222) 222-2222'),(365,7,22,'workflow_final_status','approved'),(367,7,22,'workflow_timestamp','1530150310'),(368,7,22,'workflow_parent_entry_id','19'),(369,7,22,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(370,7,22,'gravityflow_is_fulfilled','1'),(371,7,22,'workflow_step_4_timestamp','1530150312'),(372,7,22,'workflow_step_status_4','approved'),(373,7,22,'workflow_step_status_4_timestamp','1530150577'),(379,7,22,'workflow_current_status_timestamp','1530150577'),(380,7,23,'1.1','sdfcsvfsdf, fdfvds'),(381,7,23,'1.2','fdfvds'),(382,7,23,'1.4','sdfsfsfc'),(383,7,23,'1.5','323232'),(384,7,23,'1.6','Bangladesh'),(385,7,23,'2','(222) 222-2222'),(386,7,23,'3','2018-06-06'),(387,7,23,'workflow_final_status','approved'),(389,7,23,'workflow_timestamp','1530150687'),(390,7,23,'workflow_parent_entry_id','19'),(391,7,23,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(392,7,23,'gravityflow_is_fulfilled','1'),(393,7,23,'workflow_step_4_timestamp','1530150689'),(394,7,23,'workflow_step_status_4','approved'),(395,7,23,'workflow_step_status_4_timestamp','1530150710'),(401,7,23,'workflow_current_status_timestamp','1530150710'),(402,7,24,'1.1','sdfcsvfsdf, fdfvds'),(403,7,24,'1.2','fdfvds'),(404,7,24,'1.4','sdfsfsfc'),(405,7,24,'1.5','323232'),(406,7,24,'1.6','Bangladesh'),(407,7,24,'2','(222) 222-2222'),(408,7,24,'3','2018-06-06'),(409,7,24,'workflow_final_status','approved'),(411,7,24,'workflow_timestamp','1530150761'),(412,7,24,'workflow_parent_entry_id','19'),(413,7,24,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(414,7,24,'gravityflow_is_fulfilled','1'),(415,7,24,'workflow_step_4_timestamp','1530150763'),(416,7,24,'workflow_step_status_4','approved'),(417,7,24,'workflow_step_status_4_timestamp','1530150784'),(422,7,25,'1.1','sdfcsvfsdf, fdfvds'),(423,7,25,'1.2','fdfvds'),(424,7,25,'1.4','sdfsfsfc'),(425,7,25,'1.5','323232'),(426,7,25,'1.6','Bangladesh'),(427,7,25,'2','(222) 222-2222'),(428,7,25,'workflow_final_status','approved'),(430,7,25,'workflow_timestamp','1530150770'),(431,7,25,'workflow_parent_entry_id','19'),(432,7,25,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(433,7,25,'gravityflow_is_fulfilled','1'),(434,7,25,'workflow_step_4_timestamp','1530150772'),(435,7,25,'workflow_step_status_4','approved'),(436,7,25,'workflow_step_status_4_timestamp','1530150813'),(442,7,24,'workflow_current_status_timestamp','1530150784'),(444,7,25,'workflow_current_status_timestamp','1530150813'),(445,7,26,'1.1','sdfcsvfsdf, fdfvds'),(446,7,26,'1.2','fdfvds'),(447,7,26,'1.4','sdfsfsfc'),(448,7,26,'1.5','323232'),(449,7,26,'1.6','Bangladesh'),(450,7,26,'2','(222) 222-2222'),(451,7,26,'workflow_final_status','approved'),(453,7,26,'workflow_timestamp','1530150845'),(454,7,26,'workflow_parent_entry_id','19'),(455,7,26,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(456,7,26,'gravityflow_is_fulfilled','1'),(457,7,26,'workflow_step_4_timestamp','1530150846'),(458,7,26,'workflow_step_status_4','approved'),(459,7,26,'workflow_step_status_4_timestamp','1530150853'),(465,7,26,'workflow_current_status_timestamp','1530150853'),(466,7,27,'1.1','sdfcsvfsdf, fdfvds'),(467,7,27,'1.2','fdfvds'),(468,7,27,'1.4','sdfsfsfc'),(469,7,27,'1.5','323232'),(470,7,27,'1.6','Bangladesh'),(471,7,27,'2','(222) 222-2222'),(472,7,27,'3','2018-06-06'),(473,7,27,'workflow_final_status','approved'),(475,7,27,'workflow_timestamp','1530150875'),(476,7,27,'workflow_parent_entry_id','19'),(477,7,27,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(478,7,27,'gravityflow_is_fulfilled','1'),(479,7,27,'workflow_step_4_timestamp','1530150878'),(480,7,27,'workflow_step_status_4','approved'),(481,7,27,'workflow_step_status_4_timestamp','1530150886'),(487,7,27,'workflow_current_status_timestamp','1530150886'),(488,7,28,'1.1','sdfcsvfsdf, fdfvds'),(489,7,28,'1.2','fdfvds'),(490,7,28,'1.4','sdfsfsfc'),(491,7,28,'1.5','323232'),(492,7,28,'1.6','Bangladesh'),(493,7,28,'2','(222) 222-2222'),(494,7,28,'workflow_final_status','approved'),(496,7,28,'workflow_timestamp','1530151100'),(497,7,28,'workflow_parent_entry_id','19'),(498,7,28,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(499,7,28,'gravityflow_is_fulfilled','1'),(500,7,28,'workflow_step_4_timestamp','1530151102'),(501,7,28,'workflow_step_status_4','approved'),(502,7,28,'workflow_step_status_4_timestamp','1530151211'),(508,7,28,'workflow_current_status_timestamp','1530151211'),(509,1,29,'3','1'),(510,1,29,'4','2'),(511,1,29,'1','0'),(512,1,29,'workflow_final_status','complete'),(514,1,29,'workflow_timestamp','1530151309'),(515,1,29,'workflow_parent_entry_id',''),(516,1,29,'workflow_parent_entry_hash',''),(517,1,29,'gravityflow_is_fulfilled','1'),(518,1,29,'workflow_step_11_timestamp','1530151309'),(519,1,29,'workflow_step_status_11','complete'),(520,1,29,'workflow_step_status_11_timestamp','1530151311'),(521,2,30,'4','1'),(522,2,30,'workflow_parent_entry_id','29'),(523,2,30,'workflow_final_status','complete'),(524,2,30,'gravityflow_is_fulfilled','1'),(525,2,30,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(527,2,30,'workflow_step_8_timestamp','1530151309'),(528,2,30,'workflow_step_status_8','complete'),(529,2,30,'workflow_step_status_8_timestamp','1530151389'),(532,7,31,'1.1','sdfcsvfsdf, fdfvds'),(533,7,31,'1.2','fdfvds'),(534,7,31,'1.4','sdfsfsfc'),(535,7,31,'1.5','323232'),(536,7,31,'1.6','Bangladesh'),(537,7,31,'2','(222) 222-2222'),(538,7,31,'workflow_final_status','approved'),(540,7,31,'workflow_timestamp','1530151355'),(541,7,31,'workflow_parent_entry_id','30'),(542,7,31,'workflow_parent_entry_hash','07cc95f69d555afec9753e5c6f55b735'),(543,7,31,'gravityflow_is_fulfilled','1'),(544,7,31,'workflow_step_4_timestamp','1530151358'),(545,7,31,'workflow_step_status_4','approved'),(546,7,31,'workflow_step_status_4_timestamp','1530151389'),(552,7,31,'workflow_current_status_timestamp','1530151389'),(553,2,30,'workflow_step_9_timestamp','1530151389'),(554,2,30,'workflow_step_status_9','complete'),(555,2,30,'workflow_step_status_9_timestamp','1530151767'),(558,6,32,'1','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/DashboardHomepage.pdf'),(559,6,32,'workflow_final_status','approved'),(561,6,32,'workflow_timestamp','1530151757'),(562,6,32,'workflow_parent_entry_id','30'),(563,6,32,'workflow_parent_entry_hash','bde4b42e41208483403508dd3aaf7b9f'),(564,6,32,'gravityflow_is_fulfilled','1'),(565,6,32,'workflow_step_2_timestamp','1530151706'),(566,6,32,'workflow_step_status_2','complete'),(567,6,32,'workflow_step_status_2_timestamp','1530151757'),(572,6,32,'2','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/Installation-scheduling.pdf'),(573,6,32,'workflow_step_3_timestamp','1530151757'),(574,6,32,'workflow_step_status_3','approved'),(575,6,32,'workflow_step_status_3_timestamp','1530151767'),(581,6,32,'workflow_current_status_timestamp','1530151767'),(582,2,30,'workflow_step_10_timestamp','1530151767'),(583,2,30,'workflow_step_status_10','complete'),(584,2,30,'workflow_step_status_10_timestamp','1530151841'),(587,5,33,'1.1','sdfcsvfsdf, fdfvds'),(588,5,33,'1.2','fdfvds'),(589,5,33,'1.4','sdfsfsfc'),(590,5,33,'1.5','323232'),(591,5,33,'1.6','Bangladesh'),(592,5,33,'2','(222) 222-2222'),(593,5,33,'workflow_final_status','approved'),(595,5,33,'workflow_timestamp','1530151826'),(596,5,33,'workflow_parent_entry_id','30'),(597,5,33,'workflow_parent_entry_hash','a091da694fccd1b7c7d90ef0bd905b8d'),(598,5,33,'gravityflow_is_fulfilled','1'),(599,5,33,'workflow_step_5_timestamp','1530151826'),(600,5,33,'workflow_step_status_5','approved'),(601,5,33,'workflow_step_status_5_timestamp','1530151841'),(607,5,33,'workflow_current_status_timestamp','1530151841'),(608,1,34,'3','1'),(609,1,34,'4','2'),(610,1,34,'1','0'),(611,1,34,'workflow_final_status','complete'),(613,1,34,'workflow_timestamp','1530152070'),(614,1,34,'workflow_parent_entry_id',''),(615,1,34,'workflow_parent_entry_hash',''),(616,1,34,'gravityflow_is_fulfilled','1'),(617,1,34,'workflow_step_11_timestamp','1530152070'),(618,1,34,'workflow_step_status_11','complete'),(619,1,34,'workflow_step_status_11_timestamp','1530152072'),(620,2,35,'4','1'),(621,2,35,'workflow_parent_entry_id','34'),(622,2,35,'workflow_final_status','complete'),(623,2,35,'gravityflow_is_fulfilled','1'),(624,2,35,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(626,2,35,'workflow_step_8_timestamp','1530152070'),(627,2,35,'workflow_step_status_8','complete'),(628,2,35,'workflow_step_status_8_timestamp','1530152333'),(631,7,36,'1.1','sdfcsvfsdf, fdfvds'),(632,7,36,'1.2','fdfvds'),(633,7,36,'1.4','sdfsfsfc'),(634,7,36,'1.5','323232'),(635,7,36,'1.6','Bangladesh'),(636,7,36,'2','(222) 222-2222'),(637,7,36,'workflow_final_status','approved'),(639,7,36,'workflow_timestamp','1530152292'),(640,7,36,'workflow_parent_entry_id','35'),(641,7,36,'workflow_parent_entry_hash','e218de35c257201f966789d38b06648c'),(642,7,36,'gravityflow_is_fulfilled','1'),(643,7,36,'workflow_step_4_timestamp','1530152294'),(644,7,36,'workflow_step_status_4','approved'),(645,7,36,'workflow_step_status_4_timestamp','1530152333'),(651,7,36,'workflow_current_status_timestamp','1530152333'),(652,2,35,'workflow_step_9_timestamp','1530152333'),(653,2,35,'workflow_step_status_9','complete'),(654,2,35,'workflow_step_status_9_timestamp','1530152641'),(659,6,37,'1','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/DocumentManagement.pdf'),(660,6,37,'workflow_final_status','approved'),(662,6,37,'workflow_timestamp','1530152600'),(663,6,37,'workflow_parent_entry_id','35'),(664,6,37,'workflow_parent_entry_hash','f57dd2b20f840b60f7e7363a69bbc3e0'),(665,6,37,'gravityflow_is_fulfilled','1'),(666,6,37,'workflow_step_2_timestamp','1530152537'),(667,6,37,'workflow_step_status_2','complete'),(668,6,37,'workflow_step_status_2_timestamp','1530152600'),(673,6,37,'2','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/UserCompanyStructure.pdf'),(674,6,37,'workflow_step_3_timestamp','1530152600'),(675,6,37,'workflow_step_status_3','approved'),(676,6,37,'workflow_step_status_3_timestamp','1530152641'),(682,6,37,'workflow_current_status_timestamp','1530152641'),(683,2,35,'workflow_step_10_timestamp','1530152641'),(684,2,35,'workflow_step_status_10','complete'),(685,2,35,'workflow_step_status_10_timestamp','1530152834'),(688,5,38,'1.1','sdfcsvfsdf, fdfvds'),(689,5,38,'1.2','fdfvds'),(690,5,38,'1.4','sdfsfsfc'),(691,5,38,'1.5','323232'),(692,5,38,'1.6','Bangladesh'),(693,5,38,'2','(222) 222-2221'),(694,5,38,'workflow_final_status','approved'),(696,5,38,'workflow_timestamp','1530152800'),(697,5,38,'workflow_parent_entry_id','35'),(698,5,38,'workflow_parent_entry_hash','efed3010d1fb86c941a6939cdca7f897'),(699,5,38,'gravityflow_is_fulfilled','1'),(700,5,38,'workflow_step_5_timestamp','1530152800'),(701,5,38,'workflow_step_status_5','approved'),(702,5,38,'workflow_step_status_5_timestamp','1530152834'),(708,5,38,'workflow_current_status_timestamp','1530152834'),(709,5,38,'workflow_step_6_timestamp','1530152724'),(710,5,38,'workflow_step_status_6','complete'),(711,5,38,'workflow_step_status_6_timestamp','1530152800'),(722,1,39,'3','1'),(723,1,39,'4','2'),(724,1,39,'1','0'),(725,1,39,'workflow_final_status','complete'),(727,1,39,'workflow_timestamp','1530154819'),(728,1,39,'workflow_parent_entry_id',''),(729,1,39,'workflow_parent_entry_hash',''),(730,1,39,'gravityflow_is_fulfilled','1'),(731,1,39,'workflow_step_11_timestamp','1530154819'),(732,1,39,'workflow_step_status_11','complete'),(733,1,39,'workflow_step_status_11_timestamp','1530154822'),(734,2,40,'4','1'),(735,2,40,'workflow_parent_entry_id','39'),(736,2,40,'workflow_final_status','pending'),(737,2,40,'gravityflow_is_fulfilled','1'),(738,2,40,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(739,2,40,'workflow_step','10'),(740,2,40,'workflow_step_8_timestamp','1530154820'),(741,2,40,'workflow_step_status_8','complete'),(742,2,40,'workflow_step_status_8_timestamp','1530156911'),(745,7,41,'1.1','sdfcsvfsdf, fdfvds'),(746,7,41,'1.2','fdfvds'),(747,7,41,'1.4','sdfsfsfc'),(748,7,41,'1.5','323232'),(749,7,41,'1.6','Bangladesh'),(750,7,41,'2','(222) 222-2222'),(751,7,41,'workflow_final_status','approved'),(753,7,41,'workflow_timestamp','1530154852'),(754,7,41,'workflow_parent_entry_id','40'),(755,7,41,'workflow_parent_entry_hash','e6d5359b3d7559fbc31d95d6a813f2a6'),(756,7,41,'gravityflow_is_fulfilled','1'),(757,7,41,'workflow_step_4_timestamp','1530154854'),(758,7,41,'workflow_step_status_4','approved'),(759,7,41,'workflow_step_status_4_timestamp','1530156911'),(765,7,41,'workflow_current_status_timestamp','1530156911'),(766,2,40,'workflow_step_9_timestamp','1530156911'),(767,2,40,'workflow_step_status_9','complete'),(768,2,40,'workflow_step_status_9_timestamp','1530156985'),(771,6,42,'1','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/IMG_20180618_184920.jpg'),(772,6,42,'workflow_final_status','approved'),(774,6,42,'workflow_timestamp','1530156964'),(775,6,42,'workflow_parent_entry_id','40'),(776,6,42,'workflow_parent_entry_hash','a8f3aa7f554fcef48ee8eac75a7ac141'),(777,6,42,'gravityflow_is_fulfilled','1'),(778,6,42,'workflow_step_2_timestamp','1530156934'),(779,6,42,'workflow_step_status_2','complete'),(780,6,42,'workflow_step_status_2_timestamp','1530156964'),(785,6,42,'2','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/UserCompanyStructure1.pdf'),(786,6,42,'workflow_step_3_timestamp','1530156964'),(787,6,42,'workflow_step_status_3','approved'),(788,6,42,'workflow_step_status_3_timestamp','1530156985'),(794,6,42,'workflow_current_status_timestamp','1530156985'),(795,2,40,'workflow_step_10_timestamp','1530156985'),(796,2,40,'workflow_step_status_10','pending'),(797,2,40,'workflow_step_status_10_timestamp','1530156985'),(800,1,43,'3','1'),(801,1,43,'4','1'),(802,1,43,'1','1'),(803,1,43,'workflow_final_status','complete'),(805,1,43,'workflow_timestamp','1530170267'),(806,1,43,'workflow_parent_entry_id',''),(807,1,43,'workflow_parent_entry_hash',''),(808,1,43,'gravityflow_is_fulfilled','1'),(809,1,43,'workflow_step_12_timestamp','1530170267'),(810,1,43,'workflow_step_status_12','complete'),(811,1,43,'workflow_step_status_12_timestamp','1530170270'),(812,8,44,'2','1'),(813,8,44,'workflow_parent_entry_id','43'),(814,8,44,'workflow_final_status','cancelled'),(815,8,44,'gravityflow_is_fulfilled','1'),(816,8,44,'processed_feeds','a:1:{s:11:\"gravityflow\";a:7:{i:0;s:2:\"13\";i:1;s:2:\"14\";i:2;s:2:\"15\";i:3;s:2:\"16\";i:4;s:2:\"17\";i:5;s:2:\"18\";i:6;s:2:\"19\";}}'),(818,8,44,'workflow_step_13_timestamp','1530170268'),(819,8,44,'workflow_step_status_13','complete'),(820,8,44,'workflow_step_status_13_timestamp','1530170313'),(823,8,44,'10.1','sdfcsvfsdf, fdfvds'),(824,8,44,'10.2','fdfvds'),(825,8,44,'10.3','fsdfcsdfcs'),(826,8,44,'10.4','sdfsfsfc'),(827,8,44,'10.5','323232'),(828,8,44,'10.6','Bangladesh'),(829,8,44,'12','2018-06-13'),(830,8,44,'workflow_timestamp','1530170313'),(831,8,44,'workflow_parent_entry_hash','0'),(832,8,44,'workflow_step_14_timestamp','1530170313'),(833,8,44,'workflow_step_status_14','rejected'),(834,8,44,'workflow_step_status_14_timestamp','1530170341'),(837,8,44,'workflow_current_status','rejected'),(838,8,44,'workflow_current_status_timestamp','1530170341'),(839,8,44,'workflow_step_15_timestamp','1530170341'),(840,8,44,'workflow_step_status_15','pending'),(841,8,44,'workflow_step_status_15_timestamp','1530170341'),(844,1,45,'3','1'),(845,1,45,'4','1'),(846,1,45,'1','0'),(847,1,45,'workflow_final_status','complete'),(849,1,45,'workflow_timestamp','1530170504'),(850,1,45,'workflow_parent_entry_id',''),(851,1,45,'workflow_parent_entry_hash',''),(852,1,45,'gravityflow_is_fulfilled','1'),(853,1,45,'workflow_step_11_timestamp','1530170504'),(854,1,45,'workflow_step_status_11','complete'),(855,1,45,'workflow_step_status_11_timestamp','1530170506'),(856,2,46,'4','1'),(857,2,46,'workflow_parent_entry_id','45'),(858,2,46,'workflow_final_status','pending'),(859,2,46,'gravityflow_is_fulfilled','1'),(860,2,46,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(861,2,46,'workflow_step','8'),(862,2,46,'workflow_step_8_timestamp','1530170504'),(863,2,46,'workflow_step_status_8','pending'),(864,2,46,'workflow_step_status_8_timestamp','1530170504'),(865,2,46,'workflow_role_customer','pending'),(866,2,46,'workflow_role_customer_timestamp','1530170504'),(867,1,47,'3','1'),(868,1,47,'4','1'),(869,1,47,'1','0'),(870,1,47,'workflow_final_status','complete'),(872,1,47,'workflow_timestamp','1530170510'),(873,1,47,'workflow_parent_entry_id',''),(874,1,47,'workflow_parent_entry_hash',''),(875,1,47,'gravityflow_is_fulfilled','1'),(876,1,47,'workflow_step_11_timestamp','1530170510'),(877,1,47,'workflow_step_status_11','complete'),(878,1,47,'workflow_step_status_11_timestamp','1530170512'),(879,2,48,'4','1'),(880,2,48,'workflow_parent_entry_id','47'),(881,2,48,'workflow_final_status','pending'),(882,2,48,'gravityflow_is_fulfilled','1'),(883,2,48,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(884,2,48,'workflow_step','8'),(885,2,48,'workflow_step_8_timestamp','1530170510'),(886,2,48,'workflow_step_status_8','pending'),(887,2,48,'workflow_step_status_8_timestamp','1530170510'),(888,2,48,'workflow_role_customer','pending'),(889,2,48,'workflow_role_customer_timestamp','1530170510'),(890,1,49,'3','1'),(891,1,49,'4','1'),(892,1,49,'1','1'),(893,1,49,'workflow_final_status','complete'),(895,1,49,'workflow_timestamp','1530170568'),(896,1,49,'workflow_parent_entry_id',''),(897,1,49,'workflow_parent_entry_hash',''),(898,1,49,'gravityflow_is_fulfilled','1'),(899,1,49,'workflow_step_12_timestamp','1530170568'),(900,1,49,'workflow_step_status_12','complete'),(901,1,49,'workflow_step_status_12_timestamp','1530170570'),(902,8,50,'2','1'),(903,8,50,'workflow_parent_entry_id','49'),(904,8,50,'workflow_final_status','approved'),(905,8,50,'gravityflow_is_fulfilled','1'),(906,8,50,'processed_feeds','a:1:{s:11:\"gravityflow\";a:7:{i:0;s:2:\"13\";i:1;s:2:\"14\";i:2;s:2:\"15\";i:3;s:2:\"16\";i:4;s:2:\"17\";i:5;s:2:\"18\";i:6;s:2:\"19\";}}'),(908,8,50,'workflow_step_13_timestamp','1530170775'),(909,8,50,'workflow_step_status_13','complete'),(910,8,50,'workflow_step_status_13_timestamp','1530170793'),(913,8,50,'10.1','sdfcsvfsdf, fdfvds, fdfvds'),(914,8,50,'10.2','fdfvds'),(915,8,50,'10.3','fsdfcsdfcs'),(916,8,50,'10.4','sdfsfsfc'),(917,8,50,'10.5','323232'),(918,8,50,'10.6','Bangladesh'),(919,8,50,'12','2018-06-13'),(920,8,50,'workflow_timestamp','1530170877'),(921,8,50,'workflow_parent_entry_hash','0'),(922,8,50,'workflow_step_14_timestamp','1530170793'),(923,8,50,'workflow_step_status_14','approved'),(924,8,50,'workflow_step_status_14_timestamp','1530170804'),(928,8,50,'workflow_current_status_timestamp','1530170917'),(933,8,50,'workflow_step_15_timestamp','1530170804'),(934,8,50,'workflow_step_status_15','complete'),(935,8,50,'workflow_step_status_15_timestamp','1530170859'),(938,8,50,'7','http://localhost/wp-content/uploads/gravity_forms/8-a9d99a11c470419b0fb14acacca4595c/2018/06/Installation-scheduling.pdf'),(939,8,50,'workflow_step_16_timestamp','1530170859'),(940,8,50,'workflow_step_status_16','complete'),(941,8,50,'workflow_step_status_16_timestamp','1530170877'),(944,8,50,'8','http://localhost/wp-content/uploads/gravity_forms/8-a9d99a11c470419b0fb14acacca4595c/2018/06/DashboardHomepage.pdf'),(945,8,50,'workflow_step_17_timestamp','1530170877'),(946,8,50,'workflow_step_status_17','approved'),(947,8,50,'workflow_step_status_17_timestamp','1530170895'),(950,8,50,'workflow_step_19_timestamp','1530170895'),(951,8,50,'workflow_step_status_19','approved'),(952,8,50,'workflow_step_status_19_timestamp','1530170917'),(955,2,40,'workflow_role_customer','pending'),(956,2,40,'workflow_role_customer_timestamp','1530171027');
|
||
/*!40000 ALTER TABLE `wp_gf_entry_meta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_entry_notes`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_entry_notes`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_entry_notes` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`entry_id` int(10) unsigned NOT NULL,
|
||
`user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`user_id` bigint(20) DEFAULT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
`note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`sub_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `entry_id` (`entry_id`),
|
||
KEY `entry_user_key` (`entry_id`,`user_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_entry_notes`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_entry_notes` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_entry_notes` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_entry_notes` VALUES (1,1,'new_entry',0,'2018-06-28 00:12:49','Start First Process: Processed.','gravityflow',NULL),(2,3,'form_submission',0,'2018-06-28 00:17:54','Enter installation info: Pending.','gravityflow',NULL),(3,2,'new_entry',0,'2018-06-28 00:17:54','Start First Process: Processed.','gravityflow',NULL),(4,3,'worpwooc',1,'2018-06-28 00:18:59','cc','note',NULL),(5,3,'form_submission',0,'2018-06-28 00:22:45','Submission received.','gravityflow',NULL),(6,3,'form_submission',0,'2018-06-28 00:22:45','Enter installation info: Processed','gravityflow',NULL),(7,3,'form_submission',0,'2018-06-28 00:22:45','Upload signed contract: Pending.','gravityflow',NULL),(8,3,'form_submission',0,'2018-06-28 00:33:16','Submission received.','gravityflow',NULL),(9,3,'form_submission',0,'2018-06-28 00:33:16','Upload signed contract: Processed','gravityflow',NULL),(10,3,'form_submission',0,'2018-06-28 00:33:16','Add configuration info: Pending.','gravityflow',NULL),(11,5,'br ok',2,'2018-06-28 00:36:21','Approve configuration info: Approved.','gravityflow',NULL),(12,4,'br ok',2,'2018-06-28 00:36:41','Approve installation info: Approved.','gravityflow',NULL),(13,7,'form_submission',0,'2018-06-28 00:40:10','Enter installation info: Pending.','gravityflow',NULL),(14,6,'new_entry',0,'2018-06-28 00:40:10','Start First Process: Processed.','gravityflow',NULL),(15,7,'form_submission',0,'2018-06-28 00:41:34','Submission received.','gravityflow',NULL),(16,7,'form_submission',0,'2018-06-28 00:41:34','Enter installation info: Processed','gravityflow',NULL),(17,7,'form_submission',0,'2018-06-28 00:41:34','Upload signed contract: Pending.','gravityflow',NULL),(18,10,'form_submission',0,'2018-06-28 00:49:22','Enter installation info: Pending.','gravityflow',NULL),(19,9,'new_entry',0,'2018-06-28 00:49:22','Start First Process: Processed.','gravityflow',NULL),(20,10,'worpwooc',1,'2018-06-28 00:51:26','Workflow cancelled.','gravityflow',NULL),(21,7,'worpwooc',1,'2018-06-28 00:51:32','Workflow cancelled.','gravityflow',NULL),(22,8,'worpwooc',1,'2018-06-28 01:00:23','Approve installation info: Approved.','gravityflow',NULL),(23,4,'worpwooc',1,'2018-06-28 01:01:27','Update installation info: Entry updated and marked complete.','gravityflow',NULL),(24,8,'worpwooc',1,'2018-06-28 01:01:42','Update installation info: Entry updated and marked complete.','gravityflow',NULL),(25,12,'worpwooc',1,'2018-06-28 01:02:19','Workflow cancelled.','gravityflow',NULL),(26,11,'worpwooc',1,'2018-06-28 01:02:29','Workflow cancelled.','gravityflow',NULL),(27,8,'worpwooc',1,'2018-06-28 01:02:41','Workflow cancelled.','gravityflow',NULL),(28,4,'worpwooc',1,'2018-06-28 01:02:50','Workflow cancelled.','gravityflow',NULL),(29,3,'worpwooc',1,'2018-06-28 01:02:59','Workflow cancelled.','gravityflow',NULL),(30,14,'form_submission',0,'2018-06-28 01:17:03','Enter installation info: Pending.','gravityflow',NULL),(31,13,'new_entry',0,'2018-06-28 01:17:03','Start First Process: Processed.','gravityflow',NULL),(32,15,'worpwooc',1,'2018-06-28 01:18:35','Approve installation info: Approved.','gravityflow',NULL),(33,15,'worpwooc',1,'2018-06-28 01:19:37','Approve installation info: Approved.','gravityflow',NULL),(34,16,'worpwooc',1,'2018-06-28 01:23:42','Approve installation info: Approved.','gravityflow',NULL),(35,16,'worpwooc',1,'2018-06-28 01:24:30','Approve installation info: Approved.','gravityflow',NULL),(36,17,'worpwooc',1,'2018-06-28 01:30:04','Approve installation info: Approved.','gravityflow',NULL),(37,17,'worpwooc',1,'2018-06-28 01:30:17','Approve installation info: Approved.','gravityflow',NULL),(38,14,'worpwooc',1,'2018-06-28 01:33:58','Workflow cancelled.','gravityflow',NULL),(39,19,'form_submission',0,'2018-06-28 01:34:12','Enter installation info: Pending.','gravityflow',NULL),(40,18,'new_entry',0,'2018-06-28 01:34:12','Start First Process: Processed.','gravityflow',NULL),(41,20,'worpwooc',1,'2018-06-28 01:34:45','Approve installation info: Approved.','gravityflow',NULL),(42,20,'worpwooc',1,'2018-06-28 01:34:53','Approve installation info: Approved.','gravityflow',NULL),(43,21,'worpwooc',1,'2018-06-28 01:40:37','Approve installation info: Approved.','gravityflow',NULL),(44,21,'worpwooc',1,'2018-06-28 01:40:52','Approve installation info: Approved.','gravityflow',NULL),(45,22,'worpwooc',1,'2018-06-28 01:49:35','Approve installation info: Approved.','gravityflow',NULL),(46,23,'worpwooc',1,'2018-06-28 01:51:48','Approve installation info: Approved.','gravityflow',NULL),(47,24,'worpwooc',1,'2018-06-28 01:53:02','Approve installation info: Approved.','gravityflow',NULL),(48,25,'worpwooc',1,'2018-06-28 01:53:31','Approve installation info: Approved.','gravityflow',NULL),(49,26,'worpwooc',1,'2018-06-28 01:54:12','Approve installation info: Approved.','gravityflow',NULL),(50,27,'worpwooc',1,'2018-06-28 01:54:45','Approve installation info: Approved.','gravityflow',NULL),(51,19,'form_submission',0,'2018-06-28 01:58:22','Submission received.','gravityflow',NULL),(52,19,'form_submission',0,'2018-06-28 01:58:22','Enter installation info: Processed','gravityflow',NULL),(53,28,'worpwooc',1,'2018-06-28 02:00:09','Approve installation info: Approved.','gravityflow',NULL),(54,19,'worpwooc',1,'2018-06-28 02:01:39','Workflow cancelled.','gravityflow',NULL),(55,30,'form_submission',0,'2018-06-28 02:01:51','Enter installation info: Pending.','gravityflow',NULL),(56,29,'new_entry',0,'2018-06-28 02:01:51','Start First Process: Processed.','gravityflow',NULL),(57,30,'form_submission',0,'2018-06-28 02:02:38','Submission received.','gravityflow',NULL),(58,30,'form_submission',0,'2018-06-28 02:02:38','Enter installation info: Processed','gravityflow',NULL),(59,30,'form_submission',0,'2018-06-28 02:02:38','Pending approval','gravityflow',NULL),(60,31,'worpwooc',1,'2018-06-28 02:03:07','Approve installation info: Approved.','gravityflow',NULL),(61,30,'form_submission',0,'2018-06-28 02:03:09','Upload signed contract: Pending.','gravityflow',NULL),(62,30,'form_submission',0,'2018-06-28 02:08:28','Upload signed contract:Submission received.','gravityflow',NULL),(63,30,'form_submission',0,'2018-06-28 02:08:28','Upload signed contract: Processed','gravityflow',NULL),(64,30,'form_submission',0,'2018-06-28 02:08:28','Upload signed contract:Pending approval','gravityflow',NULL),(65,32,'worpwooc',1,'2018-06-28 02:09:17','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(66,32,'worpwooc',1,'2018-06-28 02:09:25','Approve signed contract: Approved.','gravityflow',NULL),(67,30,'form_submission',0,'2018-06-28 02:09:27','Upload signed contract:Approved','gravityflow',NULL),(68,30,'form_submission',0,'2018-06-28 02:09:27','Add configuration info: Pending.','gravityflow',NULL),(69,30,'form_submission',0,'2018-06-28 02:10:26','Add configuration info:Submission received.','gravityflow',NULL),(70,30,'form_submission',0,'2018-06-28 02:10:26','Add configuration info: Processed','gravityflow',NULL),(71,30,'form_submission',0,'2018-06-28 02:10:26','Add configuration info:Pending approval','gravityflow',NULL),(72,33,'worpwooc',1,'2018-06-28 02:10:41','Approve configuration info: Approved.','gravityflow',NULL),(73,30,'form_submission',0,'2018-06-28 02:10:41','Add configuration info:Approved','gravityflow',NULL),(74,35,'form_submission',0,'2018-06-28 02:14:32','Enter installation info: Pending.','gravityflow',NULL),(75,34,'new_entry',0,'2018-06-28 02:14:32','Start First Process: Processed.','gravityflow',NULL),(76,35,'form_submission',0,'2018-06-28 02:18:14','Enter installation info:Submission received.','gravityflow',NULL),(77,35,'form_submission',0,'2018-06-28 02:18:14','Enter installation info: Processed','gravityflow',NULL),(78,35,'form_submission',0,'2018-06-28 02:18:14','Enter installation info:Pending approval','gravityflow',NULL),(79,36,'worpwooc',1,'2018-06-28 02:18:51','Approve installation info: Approved.','gravityflow',NULL),(80,35,'form_submission',0,'2018-06-28 02:18:53','Enter installation info:Approved','gravityflow',NULL),(81,35,'form_submission',0,'2018-06-28 02:18:53','Upload signed contract: Pending.','gravityflow',NULL),(82,35,'form_submission',0,'2018-06-28 02:22:19','Upload signed contract:Submission received.','gravityflow',NULL),(83,35,'form_submission',0,'2018-06-28 02:22:19','Upload signed contract: Processed','gravityflow',NULL),(84,35,'form_submission',0,'2018-06-28 02:22:19','Upload signed contract:Pending approval','gravityflow',NULL),(85,37,'worpwooc',1,'2018-06-28 02:23:20','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(86,37,'worpwooc',1,'2018-06-28 02:23:59','Approve signed contract: Approved.','gravityflow',NULL),(87,35,'form_submission',0,'2018-06-28 02:24:01','Upload signed contract:Approved','gravityflow',NULL),(88,35,'form_submission',0,'2018-06-28 02:24:01','Add configuration info: Pending.','gravityflow',NULL),(89,35,'form_submission',0,'2018-06-28 02:24:45','Add configuration info:Submission received.','gravityflow',NULL),(90,35,'form_submission',0,'2018-06-28 02:24:45','Add configuration info: Processed','gravityflow',NULL),(91,35,'form_submission',0,'2018-06-28 02:24:45','Add configuration info:Pending approval','gravityflow',NULL),(92,38,'worpwooc',1,'2018-06-28 02:25:24','Approve configuration info: Rejected.','gravityflow',NULL),(93,38,'worpwooc',1,'2018-06-28 02:26:40','Update configuration info: Entry updated and marked complete.','gravityflow',NULL),(94,38,'worpwooc',1,'2018-06-28 02:27:14','Approve configuration info: Approved.','gravityflow',NULL),(95,35,'form_submission',0,'2018-06-28 02:27:14','Add configuration info:Approved','gravityflow',NULL),(96,40,'form_submission',0,'2018-06-28 03:00:22','Enter installation info: Pending.','gravityflow',NULL),(97,39,'new_entry',0,'2018-06-28 03:00:22','Start First Process: Processed.','gravityflow',NULL),(98,40,'form_submission',0,'2018-06-28 03:00:54','Enter installation info:Submission received.','gravityflow',NULL),(99,40,'form_submission',0,'2018-06-28 03:00:54','Enter installation info: Processed','gravityflow',NULL),(100,40,'form_submission',0,'2018-06-28 03:00:54','Enter installation info:Pending approval','gravityflow',NULL),(101,41,'worpwooc',1,'2018-06-28 03:35:09','Approve installation info: Approved.','gravityflow',NULL),(102,40,'form_submission',0,'2018-06-28 03:35:11','Enter installation info:Approved','gravityflow',NULL),(103,40,'form_submission',0,'2018-06-28 03:35:11','Upload signed contract: Pending.','gravityflow',NULL),(104,40,'form_submission',0,'2018-06-28 03:35:36','Upload signed contract:Submission received.','gravityflow',NULL),(105,40,'form_submission',0,'2018-06-28 03:35:36','Upload signed contract: Processed','gravityflow',NULL),(106,40,'form_submission',0,'2018-06-28 03:35:36','Upload signed contract:Pending approval','gravityflow',NULL),(107,42,'worpwooc',1,'2018-06-28 03:36:04','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(108,42,'worpwooc',1,'2018-06-28 03:36:23','Approve signed contract: Approved.','gravityflow',NULL),(109,40,'form_submission',0,'2018-06-28 03:36:25','Upload signed contract:Approved','gravityflow',NULL),(110,40,'form_submission',0,'2018-06-28 03:36:25','Add configuration info: Pending.','gravityflow',NULL),(111,43,'new_entry',0,'2018-06-28 07:17:50','Start second process: Processed.','gravityflow',NULL),(112,44,'worpwooc',1,'2018-06-28 07:18:33','Enter installation info: Entry updated and marked complete.','gravityflow',NULL),(113,44,'worpwooc',1,'2018-06-28 07:19:01','Approve installation info: Rejected.','gravityflow',NULL),(114,44,'worpwooc',1,'2018-06-28 07:19:35','Workflow cancelled.','gravityflow',NULL),(115,46,'form_submission',0,'2018-06-28 07:21:46','Enter installation info: Pending.','gravityflow',NULL),(116,45,'new_entry',0,'2018-06-28 07:21:46','Start First Process: Processed.','gravityflow',NULL),(117,48,'form_submission',0,'2018-06-28 07:21:52','Enter installation info: Pending.','gravityflow',NULL),(118,47,'new_entry',0,'2018-06-28 07:21:52','Start First Process: Processed.','gravityflow',NULL),(119,49,'new_entry',0,'2018-06-28 07:22:50','Start second process: Processed.','gravityflow',NULL),(120,50,'worpwooc',1,'2018-06-28 07:26:03','Enter installation info: Entry updated and marked complete.','gravityflow',NULL),(121,50,'worpwooc',1,'2018-06-28 07:26:15','Approve installation info: Rejected.','gravityflow',NULL),(122,50,'worpwooc',1,'2018-06-28 07:26:33','Enter installation info: Entry updated and marked complete.','gravityflow',NULL),(123,50,'worpwooc',1,'2018-06-28 07:26:44','Approve installation info: Approved.','gravityflow',NULL),(124,50,'worpwooc',1,'2018-06-28 07:27:39','Upload contract template: Entry updated and marked complete.','gravityflow',NULL),(125,50,'worpwooc',1,'2018-06-28 07:27:57','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(126,50,'worpwooc',1,'2018-06-28 07:28:14','Approve signed contract: Approved.','gravityflow',NULL),(127,50,'worpwooc',1,'2018-06-28 07:28:37','Approve configuration info: Approved.','gravityflow',NULL);
|
||
/*!40000 ALTER TABLE `wp_gf_entry_notes` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_form`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_form`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_form` (
|
||
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`date_updated` datetime DEFAULT NULL,
|
||
`is_active` tinyint(1) NOT NULL DEFAULT '1',
|
||
`is_trash` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_form`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_form` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_form` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_form` VALUES (1,'Start workflow process','2018-06-27 23:30:44',NULL,1,0),(2,'Process with multiple forms','2018-06-27 23:37:18',NULL,1,0),(3,'Start workflow (1)','2018-06-27 23:38:47',NULL,1,1),(4,'Second process','2018-06-27 23:38:56',NULL,1,1),(5,'STEP: Enter configuration info','2018-06-27 23:39:42',NULL,1,0),(6,'STEP: Upload contract','2018-06-27 23:40:13',NULL,1,0),(7,'STEP: Enter installation info','2018-06-27 23:49:11',NULL,1,0),(8,'Process with virtual forms','2018-06-28 07:04:37',NULL,1,0);
|
||
/*!40000 ALTER TABLE `wp_gf_form` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_form_meta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_form_meta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_form_meta` (
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
`entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
`confirmations` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
`notifications` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`form_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_form_meta`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_form_meta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_form_meta` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_form_meta` VALUES (1,'{\"title\":\"Start workflow process\",\"description\":\"Start one of the existing workflows\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"section\",\"id\":2,\"label\":\"Select and start one of the existing workflows\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"number\",\"id\":3,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"workflow_user\",\"id\":4,\"label\":\"Assignee Id\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"value\":\"2\",\"text\":\"br ok\"},{\"value\":\"3\",\"text\":\"Multi User\"},{\"value\":\"1\",\"text\":\"worpwooc\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"gravityflowUsersRoleFilter\":\"\",\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"select\",\"id\":1,\"label\":\"Select process:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Process with multiple forms\",\"value\":\"0\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Process with virtual forms\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":true,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.0.2\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b341e2436d93\":{\"id\":\"5b341e2436d93\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341e2436125\":{\"id\":\"5b341e2436125\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"isActive\":false}}'),(2,'{\"title\":\"Process with multiple forms\",\"description\":\"First example for process\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"number\",\"id\":4,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"}],\"version\":\"2.3.0.2\",\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(3,'{\"title\":\"Start workflow (1)\",\"description\":\"Start one of the existing workflows\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"section\",\"id\":2,\"label\":\"Select and start one of the existing workflows\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"select\",\"id\":1,\"label\":\"Select process:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"First process\",\"value\":\"0\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Second process\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":true,\"pageNumber\":1}],\"version\":\"2.3.0.2\",\"id\":3,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b341e2436d93\":{\"id\":\"5b341e2436d93\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341e2436125\":{\"id\":\"5b341e2436125\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(4,'{\"title\":\"Second process\",\"description\":\"Second example for process\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"number\",\"id\":3,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"}],\"version\":\"2.3.0.2\",\"id\":4,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\",\"notifications\":{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}}',NULL,'{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(5,'{\"title\":\"STEP: Enter configuration info\",\"description\":\"Enter configuration info\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"address\",\"id\":1,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"1.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"1.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"1.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"1.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"1.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"hideCountry\":\"\",\"defaultState\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1},{\"type\":\"phone\",\"id\":2,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"pageNumber\":1}],\"version\":\"2.3.0.2\",\"id\":5,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b34203e4ad6e\":{\"id\":\"5b34203e4ad6e\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b34203e4a5e4\":{\"id\":\"5b34203e4a5e4\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"isActive\":false}}'),(6,'{\"title\":\"STEP: Upload contract\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"hidden\",\"id\":3,\"label\":\"Order id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":1,\"label\":\"Contract template\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"Select and upload contract template\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"fileupload\",\"id\":2,\"label\":\"Signed contract:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"Select and update signed contract\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"}],\"version\":\"2.3.0.2\",\"id\":6,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b34205d30c38\":{\"id\":\"5b34205d30c38\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b34205d30316\":{\"id\":\"5b34205d30316\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(7,'{\"title\":\"STEP: Enter installation info\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"address\",\"id\":1,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"1.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"1.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"1.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"1.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"1.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"hideCountry\":\"\",\"defaultState\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1},{\"type\":\"phone\",\"id\":2,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"pageNumber\":1},{\"type\":\"date\",\"id\":3,\"label\":\"Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1}],\"version\":\"2.3.0.2\",\"id\":7,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b342277633d0\":{\"id\":\"5b342277633d0\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b342277629bf\":{\"id\":\"5b342277629bf\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(8,'{\"title\":\"Process with virtual forms\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"hidden\",\"id\":2,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"section\",\"id\":3,\"label\":\"Upload configuration step\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"address\",\"id\":4,\"label\":\"Configuration Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":5,\"label\":\"Configuration Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"section\",\"id\":6,\"label\":\"Upload signed constract step\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":7,\"label\":\"Contract template\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"fileupload\",\"id\":8,\"label\":\"Signed contract\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"section\",\"id\":9,\"label\":\"Enter installation info\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"address\",\"id\":10,\"label\":\"Installation Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"10.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"10.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"10.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"10.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"10.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"10.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"date\",\"id\":12,\"label\":\"Installation Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.0.2\",\"id\":8,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5b3488858f51d\":{\"id\":\"5b3488858f51d\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5b3488858ff3f\":{\"id\":\"5b3488858ff3f\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b3488858ff3f\":{\"id\":\"5b3488858ff3f\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b3488858f51d\":{\"id\":\"5b3488858f51d\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"isActive\":false}}');
|
||
/*!40000 ALTER TABLE `wp_gf_form_meta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gf_form_view`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gf_form_view`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gf_form_view` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`count` mediumint(8) unsigned NOT NULL DEFAULT '1',
|
||
PRIMARY KEY (`id`),
|
||
KEY `date_created` (`date_created`),
|
||
KEY `form_id` (`form_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gf_form_view`
|
||
--
|
||
|
||
LOCK TABLES `wp_gf_form_view` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gf_form_view` DISABLE KEYS */;
|
||
INSERT INTO `wp_gf_form_view` VALUES (1,1,'2018-06-27 23:59:06','',3),(2,7,'2018-06-28 00:21:11','',15),(3,5,'2018-06-28 00:21:13','',6),(4,6,'2018-06-28 02:08:06','',3);
|
||
/*!40000 ALTER TABLE `wp_gf_form_view` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_gravityflow_activity_log`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_gravityflow_activity_log`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_gravityflow_activity_log` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`log_object` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`log_event` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`log_value` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`lead_id` int(10) unsigned NOT NULL,
|
||
`assignee_id` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`assignee_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`feed_id` mediumint(8) unsigned NOT NULL,
|
||
`duration` int(10) unsigned NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=444 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_gravityflow_activity_log`
|
||
--
|
||
|
||
LOCK TABLES `wp_gravityflow_activity_log` WRITE;
|
||
/*!40000 ALTER TABLE `wp_gravityflow_activity_log` DISABLE KEYS */;
|
||
INSERT INTO `wp_gravityflow_activity_log` VALUES (1,'workflow','started','','2018-06-28 00:12:49',1,1,'0','','',0,0),(2,'step','started','','2018-06-28 00:12:49',1,1,'0','','',11,0),(3,'step','ended','complete','2018-06-28 00:12:49',1,1,'0','','',11,0),(4,'workflow','ended','complete','2018-06-28 00:12:49',1,1,'0','','',0,0),(5,'workflow','started','','2018-06-28 00:17:54',1,2,'0','','',0,0),(6,'step','started','','2018-06-28 00:17:54',1,2,'0','','',11,0),(7,'workflow','started','','2018-06-28 00:17:54',2,3,'0','','',0,0),(8,'step','started','','2018-06-28 00:17:54',2,3,'0','','',8,0),(9,'assignee','status','pending','2018-06-28 00:17:54',2,3,'customer','role','customer',8,0),(10,'step','ended','complete','2018-06-28 00:17:54',1,2,'0','','',11,0),(11,'workflow','ended','complete','2018-06-28 00:17:54',1,2,'0','','',0,0),(12,'assignee','status','pending','2018-06-28 00:22:10',2,3,'administrator','role','administrator',8,0),(13,'workflow','started','','2018-06-28 00:22:45',7,4,'0','','',0,0),(14,'step','started','','2018-06-28 00:22:45',7,4,'0','','',4,0),(15,'assignee','status','pending','2018-06-28 00:22:45',7,4,'broker','role','broker',4,0),(16,'assignee','status','complete','2018-06-28 00:22:45',2,3,'administrator','role','administrator',8,35),(17,'step','ended','complete','2018-06-28 00:22:45',2,3,'0','','',8,291),(18,'step','started','','2018-06-28 00:22:45',2,3,'0','','',9,0),(19,'assignee','status','pending','2018-06-28 00:22:45',2,3,'broker','role','broker',9,0),(20,'assignee','status','pending','2018-06-28 00:33:02',2,3,'administrator','role','administrator',9,0),(21,'workflow','started','','2018-06-28 00:33:16',5,5,'0','','',0,0),(22,'step','started','','2018-06-28 00:33:16',5,5,'0','','',5,0),(23,'assignee','status','pending','2018-06-28 00:33:16',5,5,'broker','role','broker',5,0),(24,'assignee','status','complete','2018-06-28 00:33:16',2,3,'administrator','role','administrator',9,14),(25,'step','ended','complete','2018-06-28 00:33:16',2,3,'0','','',9,631),(26,'step','started','','2018-06-28 00:33:16',2,3,'0','','',10,0),(27,'assignee','status','pending','2018-06-28 00:33:16',2,3,'shop_manager','role','shop_manager',10,0),(28,'assignee','status','approved','2018-06-28 00:36:21',5,5,'broker','role','broker',5,185),(29,'assignee','status','approved','2018-06-28 00:36:21',5,5,'broker','role','broker',5,0),(30,'step','ended','approved','2018-06-28 00:36:21',5,5,'0','','',5,185),(31,'workflow','ended','approved','2018-06-28 00:36:21',5,5,'0','','',0,185),(32,'assignee','status','approved','2018-06-28 00:36:41',7,4,'broker','role','broker',4,836),(33,'assignee','status','approved','2018-06-28 00:36:41',7,4,'broker','role','broker',4,0),(34,'step','ended','approved','2018-06-28 00:36:41',7,4,'0','','',4,836),(35,'step','started','','2018-06-28 00:36:41',7,4,'0','','',7,0),(36,'assignee','status','pending','2018-06-28 00:36:41',7,4,'shop_manager','role','shop_manager',7,0),(37,'workflow','started','','2018-06-28 00:40:10',1,6,'0','','',0,0),(38,'step','started','','2018-06-28 00:40:10',1,6,'0','','',11,0),(39,'workflow','started','','2018-06-28 00:40:10',2,7,'0','','',0,0),(40,'step','started','','2018-06-28 00:40:10',2,7,'0','','',8,0),(41,'assignee','status','pending','2018-06-28 00:40:10',2,7,'customer','role','customer',8,0),(42,'assignee','status','pending','2018-06-28 00:40:10',2,7,'administrator','role','administrator',8,0),(43,'step','ended','complete','2018-06-28 00:40:10',1,6,'0','','',11,0),(44,'workflow','ended','complete','2018-06-28 00:40:10',1,6,'0','','',0,0),(45,'workflow','started','','2018-06-28 00:41:34',7,8,'0','','',0,0),(46,'step','started','','2018-06-28 00:41:34',7,8,'0','','',4,0),(47,'assignee','status','pending','2018-06-28 00:41:34',7,8,'broker','role','broker',4,0),(48,'assignee','status','complete','2018-06-28 00:41:34',2,7,'customer','role','customer',8,84),(49,'step','ended','complete','2018-06-28 00:41:34',2,7,'0','','',8,84),(50,'step','started','','2018-06-28 00:41:34',2,7,'0','','',9,0),(51,'assignee','status','pending','2018-06-28 00:41:34',2,7,'broker','role','broker',9,0),(52,'assignee','status','pending','2018-06-28 00:41:34',2,7,'administrator','role','administrator',9,0),(53,'workflow','started','','2018-06-28 00:49:22',1,9,'0','','',0,0),(54,'step','started','','2018-06-28 00:49:22',1,9,'0','','',11,0),(55,'workflow','started','','2018-06-28 00:49:22',2,10,'0','','',0,0),(56,'step','started','','2018-06-28 00:49:22',2,10,'0','','',8,0),(57,'assignee','status','pending','2018-06-28 00:49:22',2,10,'customer','role','customer',8,0),(58,'assignee','status','pending','2018-06-28 00:49:22',2,10,'administrator','role','administrator',8,0),(59,'step','ended','complete','2018-06-28 00:49:22',1,9,'0','','',11,0),(60,'workflow','ended','complete','2018-06-28 00:49:22',1,9,'0','','',0,0),(61,'workflow','cancelled','','2018-06-28 00:51:26',2,10,'0','','',0,0),(62,'workflow','cancelled','','2018-06-28 00:51:32',2,7,'0','','',0,0),(63,'assignee','status','approved','2018-06-28 01:00:23',7,8,'broker','role','broker',4,1129),(64,'assignee','status','approved','2018-06-28 01:00:23',7,8,'broker','role','broker',4,0),(65,'step','ended','approved','2018-06-28 01:00:23',7,8,'0','','',4,1129),(66,'step','started','','2018-06-28 01:00:23',7,8,'0','','',7,0),(67,'assignee','status','pending','2018-06-28 01:00:23',7,8,'shop_manager','role','shop_manager',7,0),(68,'workflow','started','','2018-06-28 01:01:11',5,11,'0','','',0,0),(69,'step','started','','2018-06-28 01:01:11',5,11,'0','','',5,0),(70,'assignee','status','pending','2018-06-28 01:01:11',5,11,'broker','role','broker',5,0),(71,'assignee','status','complete','2018-06-28 01:01:27',7,4,'shop_manager','role','shop_manager',7,1486),(72,'assignee','status','complete','2018-06-28 01:01:27',7,4,'shop_manager','role','shop_manager',7,0),(73,'step','ended','complete','2018-06-28 01:01:27',7,4,'0','','',7,1486),(74,'step','started','','2018-06-28 01:01:27',7,4,'0','','',4,0),(75,'assignee','status','pending','2018-06-28 01:01:27',7,4,'broker','role','broker',4,0),(76,'assignee','status','complete','2018-06-28 01:01:42',7,8,'shop_manager','role','shop_manager',7,79),(77,'assignee','status','complete','2018-06-28 01:01:42',7,8,'shop_manager','role','shop_manager',7,0),(78,'step','ended','complete','2018-06-28 01:01:42',7,8,'0','','',7,79),(79,'step','started','','2018-06-28 01:01:42',7,8,'0','','',4,0),(80,'assignee','status','pending','2018-06-28 01:01:42',7,8,'broker','role','broker',4,0),(81,'workflow','started','','2018-06-28 01:01:55',5,12,'0','','',0,0),(82,'step','started','','2018-06-28 01:01:55',5,12,'0','','',5,0),(83,'assignee','status','pending','2018-06-28 01:01:55',5,12,'broker','role','broker',5,0),(84,'workflow','cancelled','','2018-06-28 01:02:19',5,12,'0','','',0,0),(85,'workflow','cancelled','','2018-06-28 01:02:29',5,11,'0','','',0,0),(86,'workflow','cancelled','','2018-06-28 01:02:41',7,8,'0','','',0,0),(87,'workflow','cancelled','','2018-06-28 01:02:50',7,4,'0','','',0,0),(88,'workflow','cancelled','','2018-06-28 01:02:59',2,3,'0','','',0,0),(89,'workflow','started','','2018-06-28 01:17:00',1,13,'0','','',0,0),(90,'step','started','','2018-06-28 01:17:00',1,13,'0','','',11,0),(91,'workflow','started','','2018-06-28 01:17:00',2,14,'0','','',0,0),(92,'step','started','','2018-06-28 01:17:00',2,14,'0','','',8,0),(93,'assignee','status','pending','2018-06-28 01:17:00',2,14,'customer','role','customer',8,0),(94,'assignee','status','pending','2018-06-28 01:17:00',2,14,'administrator','role','administrator',8,0),(95,'step','ended','complete','2018-06-28 01:17:03',1,13,'0','','',11,3),(96,'workflow','ended','complete','2018-06-28 01:17:03',1,13,'0','','',0,3),(97,'workflow','started','','2018-06-28 01:17:35',7,15,'0','','',0,0),(98,'step','started','','2018-06-28 01:17:35',7,15,'0','','',4,0),(99,'assignee','status','pending','2018-06-28 01:17:35',7,15,'broker','role','broker',4,0),(100,'assignee','status','pending','2018-06-28 01:17:35',7,15,'administrator','role','administrator',4,0),(101,'assignee','status','approved','2018-06-28 01:18:35',7,15,'administrator','role','administrator',4,60),(102,'assignee','status','approved','2018-06-28 01:18:35',7,15,'administrator','role','administrator',4,0),(103,'assignee','status','approved','2018-06-28 01:19:37',7,15,'broker','role','broker',4,122),(104,'assignee','status','approved','2018-06-28 01:19:37',7,15,'broker','role','broker',4,0),(105,'step','ended','approved','2018-06-28 01:19:39',7,15,'0','','',4,124),(106,'workflow','ended','approved','2018-06-28 01:19:39',7,15,'0','','',0,126),(107,'workflow','started','','2018-06-28 01:23:35',7,16,'0','','',0,0),(108,'step','started','','2018-06-28 01:23:35',7,16,'0','','',4,0),(109,'assignee','status','pending','2018-06-28 01:23:35',7,16,'broker','role','broker',4,0),(110,'assignee','status','pending','2018-06-28 01:23:35',7,16,'administrator','role','administrator',4,0),(111,'assignee','status','approved','2018-06-28 01:23:42',7,16,'administrator','role','administrator',4,7),(112,'assignee','status','approved','2018-06-28 01:23:42',7,16,'administrator','role','administrator',4,0),(113,'assignee','status','approved','2018-06-28 01:24:30',7,16,'broker','role','broker',4,55),(114,'assignee','status','approved','2018-06-28 01:24:30',7,16,'broker','role','broker',4,0),(115,'step','ended','approved','2018-06-28 01:24:31',7,16,'0','','',4,56),(116,'workflow','ended','approved','2018-06-28 01:24:31',7,16,'0','','',0,58),(117,'assignee','status','removed','2018-06-28 01:25:25',2,14,'administrator','role','administrator',8,0),(118,'workflow','started','','2018-06-28 01:29:18',7,17,'0','','',0,0),(119,'step','started','','2018-06-28 01:29:18',7,17,'0','','',4,0),(120,'assignee','status','pending','2018-06-28 01:29:18',7,17,'broker','role','broker',4,0),(121,'assignee','status','pending','2018-06-28 01:29:18',7,17,'administrator','role','administrator',4,0),(122,'assignee','status','approved','2018-06-28 01:30:04',7,17,'administrator','role','administrator',4,46),(123,'assignee','status','approved','2018-06-28 01:30:04',7,17,'administrator','role','administrator',4,0),(124,'assignee','status','approved','2018-06-28 01:30:17',7,17,'broker','role','broker',4,59),(125,'assignee','status','approved','2018-06-28 01:30:17',7,17,'broker','role','broker',4,0),(126,'step','ended','approved','2018-06-28 01:30:19',7,17,'0','','',4,61),(127,'workflow','ended','approved','2018-06-28 01:30:19',7,17,'0','','',0,63),(128,'workflow','cancelled','','2018-06-28 01:33:58',2,14,'0','','',0,0),(129,'workflow','started','','2018-06-28 01:34:12',1,18,'0','','',0,0),(130,'step','started','','2018-06-28 01:34:12',1,18,'0','','',11,0),(131,'workflow','started','','2018-06-28 01:34:12',2,19,'0','','',0,0),(132,'step','started','','2018-06-28 01:34:12',2,19,'0','','',8,0),(133,'assignee','status','pending','2018-06-28 01:34:12',2,19,'customer','role','customer',8,0),(134,'step','ended','complete','2018-06-28 01:34:12',1,18,'0','','',11,0),(135,'workflow','ended','complete','2018-06-28 01:34:12',1,18,'0','','',0,0),(136,'workflow','started','','2018-06-28 01:34:30',7,20,'0','','',0,0),(137,'step','started','','2018-06-28 01:34:30',7,20,'0','','',4,0),(138,'assignee','status','pending','2018-06-28 01:34:30',7,20,'broker','role','broker',4,0),(139,'assignee','status','pending','2018-06-28 01:34:30',7,20,'administrator','role','administrator',4,0),(140,'assignee','status','approved','2018-06-28 01:34:45',7,20,'broker','role','broker',4,15),(141,'assignee','status','approved','2018-06-28 01:34:45',7,20,'broker','role','broker',4,0),(142,'assignee','status','approved','2018-06-28 01:34:53',7,20,'administrator','role','administrator',4,23),(143,'assignee','status','approved','2018-06-28 01:34:53',7,20,'administrator','role','administrator',4,0),(144,'step','ended','approved','2018-06-28 01:34:55',7,20,'0','','',4,25),(145,'workflow','ended','approved','2018-06-28 01:34:55',7,20,'0','','',0,27),(146,'workflow','started','','2018-06-28 01:40:15',7,21,'0','','',0,0),(147,'step','started','','2018-06-28 01:40:15',7,21,'0','','',4,0),(148,'assignee','status','pending','2018-06-28 01:40:15',7,21,'broker','role','broker',4,0),(149,'assignee','status','pending','2018-06-28 01:40:15',7,21,'administrator','role','administrator',4,0),(150,'assignee','status','approved','2018-06-28 01:40:37',7,21,'broker','role','broker',4,22),(151,'assignee','status','approved','2018-06-28 01:40:37',7,21,'broker','role','broker',4,0),(152,'assignee','status','approved','2018-06-28 01:40:52',7,21,'administrator','role','administrator',4,37),(153,'assignee','status','approved','2018-06-28 01:40:52',7,21,'administrator','role','administrator',4,0),(154,'step','ended','approved','2018-06-28 01:40:54',7,21,'0','','',4,39),(155,'workflow','ended','approved','2018-06-28 01:40:54',7,21,'0','','',0,41),(156,'workflow','started','','2018-06-28 01:45:12',7,22,'0','','',0,0),(157,'step','started','','2018-06-28 01:45:12',7,22,'0','','',4,0),(158,'assignee','status','pending','2018-06-28 01:45:12',7,22,'broker','role','broker',4,0),(159,'assignee','status','pending','2018-06-28 01:45:12',7,22,'administrator','role','administrator',4,0),(160,'assignee','status','approved','2018-06-28 01:49:35',7,22,'administrator','role','administrator',4,263),(161,'assignee','status','approved','2018-06-28 01:49:35',7,22,'administrator','role','administrator',4,0),(162,'step','ended','approved','2018-06-28 01:49:37',7,22,'0','','',4,265),(163,'workflow','ended','approved','2018-06-28 01:49:37',7,22,'0','','',0,267),(164,'workflow','started','','2018-06-28 01:51:29',7,23,'0','','',0,0),(165,'step','started','','2018-06-28 01:51:29',7,23,'0','','',4,0),(166,'assignee','status','pending','2018-06-28 01:51:29',7,23,'broker','role','broker',4,0),(167,'assignee','status','pending','2018-06-28 01:51:30',7,23,'administrator','role','administrator',4,0),(168,'assignee','status','approved','2018-06-28 01:51:48',7,23,'administrator','role','administrator',4,18),(169,'assignee','status','approved','2018-06-28 01:51:48',7,23,'administrator','role','administrator',4,0),(170,'step','ended','approved','2018-06-28 01:51:50',7,23,'0','','',4,21),(171,'workflow','ended','approved','2018-06-28 01:51:50',7,23,'0','','',0,23),(172,'workflow','started','','2018-06-28 01:52:43',7,24,'0','','',0,0),(173,'step','started','','2018-06-28 01:52:43',7,24,'0','','',4,0),(174,'assignee','status','pending','2018-06-28 01:52:43',7,24,'broker','role','broker',4,0),(175,'assignee','status','pending','2018-06-28 01:52:43',7,24,'administrator','role','administrator',4,0),(176,'workflow','started','','2018-06-28 01:52:52',7,25,'0','','',0,0),(177,'step','started','','2018-06-28 01:52:52',7,25,'0','','',4,0),(178,'assignee','status','pending','2018-06-28 01:52:52',7,25,'broker','role','broker',4,0),(179,'assignee','status','pending','2018-06-28 01:52:52',7,25,'administrator','role','administrator',4,0),(180,'assignee','status','approved','2018-06-28 01:53:02',7,24,'administrator','role','administrator',4,19),(181,'assignee','status','approved','2018-06-28 01:53:02',7,24,'administrator','role','administrator',4,0),(182,'step','ended','approved','2018-06-28 01:53:04',7,24,'0','','',4,21),(183,'workflow','ended','approved','2018-06-28 01:53:04',7,24,'0','','',0,23),(184,'assignee','status','approved','2018-06-28 01:53:31',7,25,'administrator','role','administrator',4,39),(185,'assignee','status','approved','2018-06-28 01:53:31',7,25,'administrator','role','administrator',4,0),(186,'step','ended','approved','2018-06-28 01:53:33',7,25,'0','','',4,41),(187,'workflow','ended','approved','2018-06-28 01:53:33',7,25,'0','','',0,43),(188,'workflow','started','','2018-06-28 01:54:06',7,26,'0','','',0,0),(189,'step','started','','2018-06-28 01:54:06',7,26,'0','','',4,0),(190,'assignee','status','pending','2018-06-28 01:54:06',7,26,'broker','role','broker',4,0),(191,'assignee','status','pending','2018-06-28 01:54:06',7,26,'administrator','role','administrator',4,0),(192,'assignee','status','approved','2018-06-28 01:54:12',7,26,'administrator','role','administrator',4,6),(193,'assignee','status','approved','2018-06-28 01:54:12',7,26,'administrator','role','administrator',4,0),(194,'step','ended','approved','2018-06-28 01:54:13',7,26,'0','','',4,7),(195,'workflow','ended','approved','2018-06-28 01:54:13',7,26,'0','','',0,8),(196,'workflow','started','','2018-06-28 01:54:38',7,27,'0','','',0,0),(197,'step','started','','2018-06-28 01:54:38',7,27,'0','','',4,0),(198,'assignee','status','pending','2018-06-28 01:54:38',7,27,'broker','role','broker',4,0),(199,'assignee','status','pending','2018-06-28 01:54:38',7,27,'administrator','role','administrator',4,0),(200,'assignee','status','approved','2018-06-28 01:54:45',7,27,'administrator','role','administrator',4,7),(201,'assignee','status','approved','2018-06-28 01:54:45',7,27,'administrator','role','administrator',4,0),(202,'step','ended','approved','2018-06-28 01:54:46',7,27,'0','','',4,8),(203,'workflow','ended','approved','2018-06-28 01:54:46',7,27,'0','','',0,11),(204,'workflow','started','','2018-06-28 01:58:22',7,28,'0','','',0,0),(205,'step','started','','2018-06-28 01:58:22',7,28,'0','','',4,0),(206,'assignee','status','pending','2018-06-28 01:58:22',7,28,'broker','role','broker',4,0),(207,'assignee','status','pending','2018-06-28 01:58:22',7,28,'administrator','role','administrator',4,0),(208,'assignee','status','complete','2018-06-28 01:58:22',2,19,'customer','role','customer',8,1450),(209,'assignee','status','approved','2018-06-28 02:00:09',7,28,'administrator','role','administrator',4,107),(210,'assignee','status','approved','2018-06-28 02:00:09',7,28,'administrator','role','administrator',4,0),(211,'step','ended','approved','2018-06-28 02:00:11',7,28,'0','','',4,109),(212,'workflow','ended','approved','2018-06-28 02:00:11',7,28,'0','','',0,111),(213,'workflow','cancelled','','2018-06-28 02:01:39',2,19,'0','','',0,0),(214,'workflow','started','','2018-06-28 02:01:49',1,29,'0','','',0,0),(215,'step','started','','2018-06-28 02:01:49',1,29,'0','','',11,0),(216,'workflow','started','','2018-06-28 02:01:49',2,30,'0','','',0,0),(217,'step','started','','2018-06-28 02:01:49',2,30,'0','','',8,0),(218,'assignee','status','pending','2018-06-28 02:01:49',2,30,'customer','role','customer',8,0),(219,'step','ended','complete','2018-06-28 02:01:51',1,29,'0','','',11,2),(220,'workflow','ended','complete','2018-06-28 02:01:51',1,29,'0','','',0,2),(221,'workflow','started','','2018-06-28 02:02:38',7,31,'0','','',0,0),(222,'step','started','','2018-06-28 02:02:38',7,31,'0','','',4,0),(223,'assignee','status','pending','2018-06-28 02:02:38',7,31,'broker','role','broker',4,0),(224,'assignee','status','pending','2018-06-28 02:02:38',7,31,'administrator','role','administrator',4,0),(225,'assignee','status','complete','2018-06-28 02:02:38',2,30,'customer','role','customer',8,49),(226,'assignee','status','approved','2018-06-28 02:03:07',7,31,'administrator','role','administrator',4,29),(227,'assignee','status','approved','2018-06-28 02:03:07',7,31,'administrator','role','administrator',4,0),(228,'step','ended','approved','2018-06-28 02:03:09',7,31,'0','','',4,31),(229,'workflow','ended','approved','2018-06-28 02:03:09',7,31,'0','','',0,34),(230,'step','ended','complete','2018-06-28 02:03:09',2,30,'0','','',8,80),(231,'step','started','','2018-06-28 02:03:09',2,30,'0','','',9,0),(232,'assignee','status','pending','2018-06-28 02:03:09',2,30,'supplier','role','supplier',9,0),(233,'workflow','started','','2018-06-28 02:08:26',6,32,'0','','',0,0),(234,'step','started','','2018-06-28 02:08:26',6,32,'0','','',2,0),(235,'assignee','status','pending','2018-06-28 02:08:26',6,32,'customer','role','customer',2,0),(236,'assignee','status','pending','2018-06-28 02:08:28',6,32,'administrator','role','administrator',2,0),(237,'assignee','status','complete','2018-06-28 02:08:28',2,30,'supplier','role','supplier',9,319),(238,'assignee','status','complete','2018-06-28 02:09:17',6,32,'administrator','role','administrator',2,49),(239,'assignee','status','complete','2018-06-28 02:09:17',6,32,'administrator','role','administrator',2,0),(240,'step','ended','complete','2018-06-28 02:09:17',6,32,'0','','',2,51),(241,'step','started','','2018-06-28 02:09:17',6,32,'0','','',3,0),(242,'assignee','status','pending','2018-06-28 02:09:17',6,32,'broker','role','broker',3,0),(243,'assignee','status','pending','2018-06-28 02:09:19',6,32,'administrator','role','administrator',3,0),(244,'assignee','status','approved','2018-06-28 02:09:25',6,32,'administrator','role','administrator',3,6),(245,'assignee','status','approved','2018-06-28 02:09:25',6,32,'administrator','role','administrator',3,0),(246,'step','ended','approved','2018-06-28 02:09:27',6,32,'0','','',3,10),(247,'workflow','ended','approved','2018-06-28 02:09:27',6,32,'0','','',0,63),(248,'step','ended','complete','2018-06-28 02:09:27',2,30,'0','','',9,378),(249,'step','started','','2018-06-28 02:09:27',2,30,'0','','',10,0),(250,'assignee','status','pending','2018-06-28 02:09:27',2,30,'shop_manager','role','shop_manager',10,0),(251,'workflow','started','','2018-06-28 02:10:26',5,33,'0','','',0,0),(252,'step','started','','2018-06-28 02:10:26',5,33,'0','','',5,0),(253,'assignee','status','pending','2018-06-28 02:10:26',5,33,'broker','role','broker',5,0),(254,'assignee','status','pending','2018-06-28 02:10:26',5,33,'administrator','role','administrator',5,0),(255,'assignee','status','complete','2018-06-28 02:10:26',2,30,'shop_manager','role','shop_manager',10,59),(256,'assignee','status','approved','2018-06-28 02:10:41',5,33,'administrator','role','administrator',5,15),(257,'assignee','status','approved','2018-06-28 02:10:41',5,33,'administrator','role','administrator',5,0),(258,'step','ended','approved','2018-06-28 02:10:41',5,33,'0','','',5,15),(259,'workflow','ended','approved','2018-06-28 02:10:41',5,33,'0','','',0,15),(260,'step','ended','complete','2018-06-28 02:10:41',2,30,'0','','',10,74),(261,'workflow','ended','complete','2018-06-28 02:10:41',2,30,'0','','',0,532),(262,'workflow','started','','2018-06-28 02:14:30',1,34,'0','','',0,0),(263,'step','started','','2018-06-28 02:14:30',1,34,'0','','',11,0),(264,'workflow','started','','2018-06-28 02:14:30',2,35,'0','','',0,0),(265,'step','started','','2018-06-28 02:14:30',2,35,'0','','',8,0),(266,'assignee','status','pending','2018-06-28 02:14:30',2,35,'customer','role','customer',8,0),(267,'step','ended','complete','2018-06-28 02:14:32',1,34,'0','','',11,2),(268,'workflow','ended','complete','2018-06-28 02:14:32',1,34,'0','','',0,2),(269,'workflow','started','','2018-06-28 02:18:14',7,36,'0','','',0,0),(270,'step','started','','2018-06-28 02:18:14',7,36,'0','','',4,0),(271,'assignee','status','pending','2018-06-28 02:18:14',7,36,'broker','role','broker',4,0),(272,'assignee','status','pending','2018-06-28 02:18:14',7,36,'administrator','role','administrator',4,0),(273,'assignee','status','complete','2018-06-28 02:18:14',2,35,'customer','role','customer',8,224),(274,'assignee','status','approved','2018-06-28 02:18:51',7,36,'administrator','role','administrator',4,37),(275,'assignee','status','approved','2018-06-28 02:18:51',7,36,'administrator','role','administrator',4,0),(276,'step','ended','approved','2018-06-28 02:18:53',7,36,'0','','',4,39),(277,'workflow','ended','approved','2018-06-28 02:18:53',7,36,'0','','',0,41),(278,'step','ended','complete','2018-06-28 02:18:53',2,35,'0','','',8,263),(279,'step','started','','2018-06-28 02:18:53',2,35,'0','','',9,0),(280,'assignee','status','pending','2018-06-28 02:18:53',2,35,'supplier','role','supplier',9,0),(281,'assignee','status','pending','2018-06-28 02:20:22',2,35,'broker','role','broker',9,0),(282,'assignee','status','removed','2018-06-28 02:20:22',2,35,'supplier','role','supplier',9,0),(283,'workflow','started','','2018-06-28 02:22:17',6,37,'0','','',0,0),(284,'step','started','','2018-06-28 02:22:17',6,37,'0','','',2,0),(285,'assignee','status','pending','2018-06-28 02:22:17',6,37,'supplier','role','supplier',2,0),(286,'assignee','status','pending','2018-06-28 02:22:19',6,37,'administrator','role','administrator',2,0),(287,'assignee','status','complete','2018-06-28 02:22:19',2,35,'broker','role','broker',9,117),(288,'assignee','status','complete','2018-06-28 02:23:20',6,37,'supplier','role','supplier',2,63),(289,'assignee','status','complete','2018-06-28 02:23:20',6,37,'supplier','role','supplier',2,0),(290,'step','ended','complete','2018-06-28 02:23:20',6,37,'0','','',2,63),(291,'step','started','','2018-06-28 02:23:20',6,37,'0','','',3,0),(292,'assignee','status','pending','2018-06-28 02:23:20',6,37,'broker','role','broker',3,0),(293,'assignee','status','pending','2018-06-28 02:23:22',6,37,'administrator','role','administrator',3,0),(294,'assignee','status','approved','2018-06-28 02:23:59',6,37,'broker','role','broker',3,39),(295,'assignee','status','approved','2018-06-28 02:23:59',6,37,'broker','role','broker',3,0),(296,'step','ended','approved','2018-06-28 02:24:01',6,37,'0','','',3,41),(297,'workflow','ended','approved','2018-06-28 02:24:01',6,37,'0','','',0,106),(298,'step','ended','complete','2018-06-28 02:24:01',2,35,'0','','',9,308),(299,'step','started','','2018-06-28 02:24:01',2,35,'0','','',10,0),(300,'assignee','status','pending','2018-06-28 02:24:01',2,35,'shop_manager','role','shop_manager',10,0),(301,'workflow','started','','2018-06-28 02:24:44',5,38,'0','','',0,0),(302,'step','started','','2018-06-28 02:24:44',5,38,'0','','',5,0),(303,'assignee','status','pending','2018-06-28 02:24:45',5,38,'broker','role','broker',5,0),(304,'assignee','status','pending','2018-06-28 02:24:45',5,38,'administrator','role','administrator',5,0),(305,'assignee','status','complete','2018-06-28 02:24:45',2,35,'shop_manager','role','shop_manager',10,44),(306,'assignee','status','rejected','2018-06-28 02:25:23',5,38,'broker','role','broker',5,38),(307,'assignee','status','rejected','2018-06-28 02:25:23',5,38,'broker','role','broker',5,0),(308,'step','ended','rejected','2018-06-28 02:25:24',5,38,'0','','',5,40),(309,'step','started','','2018-06-28 02:25:24',5,38,'0','','',6,0),(310,'assignee','status','pending','2018-06-28 02:25:24',5,38,'customer','role','customer',6,0),(311,'assignee','status','pending','2018-06-28 02:25:25',5,38,'administrator','role','administrator',6,0),(312,'assignee','status','pending','2018-06-28 02:26:21',5,38,'shop_manager','role','shop_manager',6,0),(313,'assignee','status','removed','2018-06-28 02:26:21',5,38,'customer','role','customer',6,0),(314,'assignee','status','removed','2018-06-28 02:26:21',5,38,'administrator','role','administrator',6,0),(315,'assignee','status','complete','2018-06-28 02:26:40',5,38,'shop_manager','role','shop_manager',6,19),(316,'assignee','status','complete','2018-06-28 02:26:40',5,38,'shop_manager','role','shop_manager',6,0),(317,'step','ended','complete','2018-06-28 02:26:40',5,38,'0','','',6,76),(318,'step','started','','2018-06-28 02:26:40',5,38,'0','','',5,0),(319,'assignee','status','pending','2018-06-28 02:26:40',5,38,'broker','role','broker',5,0),(320,'assignee','status','pending','2018-06-28 02:26:40',5,38,'administrator','role','administrator',5,0),(321,'assignee','status','approved','2018-06-28 02:27:14',5,38,'broker','role','broker',5,34),(322,'assignee','status','approved','2018-06-28 02:27:14',5,38,'broker','role','broker',5,0),(323,'step','ended','approved','2018-06-28 02:27:14',5,38,'0','','',5,34),(324,'workflow','ended','approved','2018-06-28 02:27:14',5,38,'0','','',0,150),(325,'step','ended','complete','2018-06-28 02:27:14',2,35,'0','','',10,193),(326,'workflow','ended','complete','2018-06-28 02:27:14',2,35,'0','','',0,764),(327,'workflow','started','','2018-06-28 03:00:19',1,39,'0','','',0,0),(328,'step','started','','2018-06-28 03:00:19',1,39,'0','','',11,0),(329,'workflow','started','','2018-06-28 03:00:20',2,40,'0','','',0,0),(330,'step','started','','2018-06-28 03:00:20',2,40,'0','','',8,0),(331,'assignee','status','pending','2018-06-28 03:00:20',2,40,'customer','role','customer',8,0),(332,'step','ended','complete','2018-06-28 03:00:22',1,39,'0','','',11,3),(333,'workflow','ended','complete','2018-06-28 03:00:22',1,39,'0','','',0,3),(334,'workflow','started','','2018-06-28 03:00:54',7,41,'0','','',0,0),(335,'step','started','','2018-06-28 03:00:54',7,41,'0','','',4,0),(336,'assignee','status','pending','2018-06-28 03:00:54',7,41,'broker','role','broker',4,0),(337,'assignee','status','pending','2018-06-28 03:00:54',7,41,'administrator','role','administrator',4,0),(338,'assignee','status','complete','2018-06-28 03:00:54',2,40,'customer','role','customer',8,34),(339,'assignee','status','approved','2018-06-28 03:35:09',7,41,'broker','role','broker',4,2055),(340,'assignee','status','approved','2018-06-28 03:35:09',7,41,'broker','role','broker',4,0),(341,'step','ended','approved','2018-06-28 03:35:11',7,41,'0','','',4,2057),(342,'workflow','ended','approved','2018-06-28 03:35:11',7,41,'0','','',0,2059),(343,'step','ended','complete','2018-06-28 03:35:11',2,40,'0','','',8,2091),(344,'step','started','','2018-06-28 03:35:11',2,40,'0','','',9,0),(345,'assignee','status','pending','2018-06-28 03:35:11',2,40,'broker','role','broker',9,0),(346,'workflow','started','','2018-06-28 03:35:34',6,42,'0','','',0,0),(347,'step','started','','2018-06-28 03:35:34',6,42,'0','','',2,0),(348,'assignee','status','pending','2018-06-28 03:35:34',6,42,'supplier','role','supplier',2,0),(349,'assignee','status','pending','2018-06-28 03:35:36',6,42,'administrator','role','administrator',2,0),(350,'assignee','status','complete','2018-06-28 03:35:36',2,40,'broker','role','broker',9,25),(351,'assignee','status','complete','2018-06-28 03:36:04',6,42,'supplier','role','supplier',2,29),(352,'assignee','status','complete','2018-06-28 03:36:04',6,42,'supplier','role','supplier',2,0),(353,'step','ended','complete','2018-06-28 03:36:04',6,42,'0','','',2,30),(354,'step','started','','2018-06-28 03:36:04',6,42,'0','','',3,0),(355,'assignee','status','pending','2018-06-28 03:36:04',6,42,'broker','role','broker',3,0),(356,'assignee','status','pending','2018-06-28 03:36:05',6,42,'administrator','role','administrator',3,0),(357,'assignee','status','approved','2018-06-28 03:36:23',6,42,'administrator','role','administrator',3,18),(358,'assignee','status','approved','2018-06-28 03:36:23',6,42,'administrator','role','administrator',3,0),(359,'step','ended','approved','2018-06-28 03:36:25',6,42,'0','','',3,21),(360,'workflow','ended','approved','2018-06-28 03:36:25',6,42,'0','','',0,53),(361,'step','ended','complete','2018-06-28 03:36:25',2,40,'0','','',9,74),(362,'step','started','','2018-06-28 03:36:25',2,40,'0','','',10,0),(363,'assignee','status','pending','2018-06-28 03:36:25',2,40,'shop_manager','role','shop_manager',10,0),(364,'workflow','started','','2018-06-28 07:17:47',1,43,'0','','',0,0),(365,'step','started','','2018-06-28 07:17:47',1,43,'0','','',12,0),(366,'workflow','started','','2018-06-28 07:17:48',8,44,'0','','',0,0),(367,'step','started','','2018-06-28 07:17:48',8,44,'0','','',13,0),(368,'assignee','status','pending','2018-06-28 07:17:48',8,44,'customer','role','customer',13,0),(369,'step','ended','complete','2018-06-28 07:17:50',1,43,'0','','',12,3),(370,'workflow','ended','complete','2018-06-28 07:17:50',1,43,'0','','',0,3),(371,'assignee','status','complete','2018-06-28 07:18:33',8,44,'customer','role','customer',13,45),(372,'assignee','status','complete','2018-06-28 07:18:33',8,44,'customer','role','customer',13,0),(373,'step','ended','complete','2018-06-28 07:18:33',8,44,'0','','',13,45),(374,'step','started','','2018-06-28 07:18:33',8,44,'0','','',14,0),(375,'assignee','status','pending','2018-06-28 07:18:33',8,44,'broker','role','broker',14,0),(376,'assignee','status','rejected','2018-06-28 07:19:01',8,44,'broker','role','broker',14,28),(377,'assignee','status','rejected','2018-06-28 07:19:01',8,44,'broker','role','broker',14,0),(378,'step','ended','rejected','2018-06-28 07:19:01',8,44,'0','','',14,28),(379,'step','started','','2018-06-28 07:19:01',8,44,'0','','',15,0),(380,'assignee','status','pending','2018-06-28 07:19:01',8,44,'broker','role','broker',15,0),(381,'workflow','cancelled','','2018-06-28 07:19:35',8,44,'0','','',0,0),(382,'workflow','started','','2018-06-28 07:21:44',1,45,'0','','',0,0),(383,'step','started','','2018-06-28 07:21:44',1,45,'0','','',11,0),(384,'workflow','started','','2018-06-28 07:21:44',2,46,'0','','',0,0),(385,'step','started','','2018-06-28 07:21:44',2,46,'0','','',8,0),(386,'assignee','status','pending','2018-06-28 07:21:44',2,46,'customer','role','customer',8,0),(387,'step','ended','complete','2018-06-28 07:21:46',1,45,'0','','',11,2),(388,'workflow','ended','complete','2018-06-28 07:21:46',1,45,'0','','',0,2),(389,'workflow','started','','2018-06-28 07:21:50',1,47,'0','','',0,0),(390,'step','started','','2018-06-28 07:21:50',1,47,'0','','',11,0),(391,'workflow','started','','2018-06-28 07:21:50',2,48,'0','','',0,0),(392,'step','started','','2018-06-28 07:21:50',2,48,'0','','',8,0),(393,'assignee','status','pending','2018-06-28 07:21:50',2,48,'customer','role','customer',8,0),(394,'step','ended','complete','2018-06-28 07:21:52',1,47,'0','','',11,2),(395,'workflow','ended','complete','2018-06-28 07:21:52',1,47,'0','','',0,2),(396,'workflow','started','','2018-06-28 07:22:48',1,49,'0','','',0,0),(397,'step','started','','2018-06-28 07:22:48',1,49,'0','','',12,0),(398,'workflow','started','','2018-06-28 07:22:48',8,50,'0','','',0,0),(399,'step','started','','2018-06-28 07:22:48',8,50,'0','','',13,0),(400,'assignee','status','pending','2018-06-28 07:22:48',8,50,'customer','role','customer',13,0),(401,'step','ended','complete','2018-06-28 07:22:50',1,49,'0','','',12,2),(402,'workflow','ended','complete','2018-06-28 07:22:50',1,49,'0','','',0,2),(403,'assignee','status','complete','2018-06-28 07:26:03',8,50,'customer','role','customer',13,195),(404,'assignee','status','complete','2018-06-28 07:26:03',8,50,'customer','role','customer',13,0),(405,'step','ended','complete','2018-06-28 07:26:03',8,50,'0','','',13,195),(406,'step','started','','2018-06-28 07:26:03',8,50,'0','','',14,0),(407,'assignee','status','pending','2018-06-28 07:26:03',8,50,'broker','role','broker',14,0),(408,'assignee','status','rejected','2018-06-28 07:26:15',8,50,'broker','role','broker',14,12),(409,'assignee','status','rejected','2018-06-28 07:26:15',8,50,'broker','role','broker',14,0),(410,'step','ended','rejected','2018-06-28 07:26:15',8,50,'0','','',14,12),(411,'step','started','','2018-06-28 07:26:15',8,50,'0','','',13,0),(412,'assignee','status','pending','2018-06-28 07:26:15',8,50,'customer','role','customer',13,0),(413,'assignee','status','complete','2018-06-28 07:26:33',8,50,'customer','role','customer',13,18),(414,'assignee','status','complete','2018-06-28 07:26:33',8,50,'customer','role','customer',13,0),(415,'step','ended','complete','2018-06-28 07:26:33',8,50,'0','','',13,18),(416,'step','started','','2018-06-28 07:26:33',8,50,'0','','',14,0),(417,'assignee','status','pending','2018-06-28 07:26:33',8,50,'broker','role','broker',14,0),(418,'assignee','status','approved','2018-06-28 07:26:44',8,50,'broker','role','broker',14,11),(419,'assignee','status','approved','2018-06-28 07:26:44',8,50,'broker','role','broker',14,0),(420,'step','ended','approved','2018-06-28 07:26:44',8,50,'0','','',14,11),(421,'step','started','','2018-06-28 07:26:44',8,50,'0','','',15,0),(422,'assignee','status','pending','2018-06-28 07:26:44',8,50,'broker','role','broker',15,0),(423,'assignee','status','complete','2018-06-28 07:27:39',8,50,'broker','role','broker',15,55),(424,'assignee','status','complete','2018-06-28 07:27:39',8,50,'broker','role','broker',15,0),(425,'step','ended','complete','2018-06-28 07:27:39',8,50,'0','','',15,55),(426,'step','started','','2018-06-28 07:27:39',8,50,'0','','',16,0),(427,'assignee','status','pending','2018-06-28 07:27:39',8,50,'customer','role','customer',16,0),(428,'assignee','status','complete','2018-06-28 07:27:57',8,50,'customer','role','customer',16,18),(429,'assignee','status','complete','2018-06-28 07:27:57',8,50,'customer','role','customer',16,0),(430,'step','ended','complete','2018-06-28 07:27:57',8,50,'0','','',16,18),(431,'step','started','','2018-06-28 07:27:57',8,50,'0','','',17,0),(432,'assignee','status','pending','2018-06-28 07:27:57',8,50,'broker','role','broker',17,0),(433,'assignee','status','approved','2018-06-28 07:28:14',8,50,'broker','role','broker',17,17),(434,'assignee','status','approved','2018-06-28 07:28:14',8,50,'broker','role','broker',17,0),(435,'step','ended','approved','2018-06-28 07:28:15',8,50,'0','','',17,18),(436,'step','started','','2018-06-28 07:28:15',8,50,'0','','',19,0),(437,'assignee','status','pending','2018-06-28 07:28:15',8,50,'broker','role','broker',19,0),(438,'assignee','status','approved','2018-06-28 07:28:37',8,50,'broker','role','broker',19,22),(439,'assignee','status','approved','2018-06-28 07:28:37',8,50,'broker','role','broker',19,0),(440,'step','ended','approved','2018-06-28 07:28:37',8,50,'0','','',19,22),(441,'workflow','ended','approved','2018-06-28 07:28:37',8,50,'0','','',0,349),(442,'assignee','status','pending','2018-06-28 07:30:27',2,40,'customer','role','customer',10,0),(443,'assignee','status','removed','2018-06-28 07:30:27',2,40,'shop_manager','role','shop_manager',10,0);
|
||
/*!40000 ALTER TABLE `wp_gravityflow_activity_log` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_links`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_links`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_links` (
|
||
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
|
||
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
|
||
`link_rating` int(11) NOT NULL DEFAULT '0',
|
||
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`link_id`),
|
||
KEY `link_visible` (`link_visible`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_links`
|
||
--
|
||
|
||
LOCK TABLES `wp_links` WRITE;
|
||
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_mailchimp_carts`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_mailchimp_carts`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_mailchimp_carts` (
|
||
`id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_id` int(11) DEFAULT NULL,
|
||
`cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`created_at` datetime NOT NULL
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_mailchimp_carts`
|
||
--
|
||
|
||
LOCK TABLES `wp_mailchimp_carts` WRITE;
|
||
/*!40000 ALTER TABLE `wp_mailchimp_carts` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_mailchimp_carts` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_options`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_options`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_options` (
|
||
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
|
||
PRIMARY KEY (`option_id`),
|
||
UNIQUE KEY `option_name` (`option_name`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=2403 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_options`
|
||
--
|
||
|
||
LOCK TABLES `wp_options` WRITE;
|
||
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
|
||
INSERT INTO `wp_options` VALUES (1,'siteurl','http://localhost','yes'),(2,'home','http://localhost','yes'),(3,'blogname','WooC','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','duplingnedim@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:178:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:20:\"gravityformsapi/(.*)\";s:33:\"index.php?gfapi_route=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"amn_smtp/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"amn_smtp/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"amn_smtp/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"amn_smtp/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"amn_smtp/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"amn_smtp/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"amn_smtp/([^/]+)/embed/?$\";s:41:\"index.php?amn_smtp=$matches[1]&embed=true\";s:29:\"amn_smtp/([^/]+)/trackback/?$\";s:35:\"index.php?amn_smtp=$matches[1]&tb=1\";s:37:\"amn_smtp/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&paged=$matches[2]\";s:44:\"amn_smtp/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&cpage=$matches[2]\";s:34:\"amn_smtp/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?amn_smtp=$matches[1]&wc-api=$matches[3]\";s:40:\"amn_smtp/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"amn_smtp/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"amn_smtp/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?amn_smtp=$matches[1]&page=$matches[2]\";s:25:\"amn_smtp/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"amn_smtp/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"amn_smtp/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"amn_smtp/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"amn_smtp/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"amn_smtp/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:0;s:36:\"gravityforms-master/gravityforms.php\";i:1;s:14:\"basic-auth.php\";i:2;s:48:\"capability-manager-enhanced/capsman-enhanced.php\";i:3;s:34:\"gravityflow-master/gravityflow.php\";i:4;s:49:\"gravityflowformconnector-master/formconnector.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:7;s:33:\"multiple-roles/multiple-roles.php\";i:8;s:31:\"view-admin-as/view-admin-as.php\";i:9;s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";i:10;s:45:\"woocommerce-services/woocommerce-services.php\";i:11;s:27:\"woocommerce/woocommerce.php\";i:12;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:57:\"/var/www/wordpress/wp-content/themes/storefront/style.css\";i:1;s:64:\"/var/www/wordpress/wp-content/themes/storefront/content-none.php\";i:2;s:68:\"/var/www/wordpress/wp-content/themes/storefront/content-homepage.php\";i:4;s:0:\"\";}','no'),(40,'template','storefront','yes'),(41,'stylesheet','storefront','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:43:\"my-custom-functions/my-custom-functions.php\";s:26:\"spacexchimp_p001_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'initial_db_version','38590','yes'),(93,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:117:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:19:\"manage_capabilities\";b:1;s:14:\"do_the_broking\";b:1;s:17:\"gravityflow_inbox\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:17:\"gravityflow_inbox\";b:1;s:18:\"gravityflow_status\";b:1;s:7:\"level_0\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"broker\";a:2:{s:4:\"name\";s:6:\"Broker\";s:12:\"capabilities\";a:2:{s:14:\"do_the_broking\";b:1;s:7:\"level_0\";b:1;}}s:15:\"commercial_lead\";a:2:{s:4:\"name\";s:15:\"Commercial Lead\";s:12:\"capabilities\";a:0:{}}s:8:\"supplier\";a:2:{s:4:\"name\";s:8:\"Supplier\";s:12:\"capabilities\";a:2:{s:14:\"do_the_broking\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(94,'fresh_site','0','yes'),(95,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'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'),(97,'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'),(98,'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'),(99,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(100,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'cron','a:15:{i:1530172645;a:1:{s:16:\"gravityflow_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"fifteen_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1530174653;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1530175834;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1530176078;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1530183549;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530183559;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530194349;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530205149;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1530214253;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:1530228357;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530230400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530257478;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530258711;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530576000;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(111,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1528703429;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(115,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1530171056;s:15:\"version_checked\";s:5:\"4.9.6\";s:12:\"translations\";a:0:{}}','no'),(125,'can_compress_scripts','0','no'),(140,'recently_activated','a:0:{}','yes'),(147,'woocommerce_store_address','Bhills 1','yes'),(148,'woocommerce_store_address_2','','yes'),(149,'woocommerce_store_city','Beverly Hills','yes'),(150,'woocommerce_default_country','US:CA','yes'),(151,'woocommerce_store_postcode','90210','yes'),(152,'woocommerce_allowed_countries','all','yes'),(153,'woocommerce_all_except_countries','','yes'),(154,'woocommerce_specific_allowed_countries','','yes'),(155,'woocommerce_ship_to_countries','','yes'),(156,'woocommerce_specific_ship_to_countries','','yes'),(157,'woocommerce_default_customer_address','geolocation','yes'),(158,'woocommerce_calc_taxes','yes','yes'),(159,'woocommerce_enable_coupons','yes','yes'),(160,'woocommerce_calc_discounts_sequentially','no','no'),(161,'woocommerce_currency','USD','yes'),(162,'woocommerce_currency_pos','left','yes'),(163,'woocommerce_price_thousand_sep',',','yes'),(164,'woocommerce_price_decimal_sep','.','yes'),(165,'woocommerce_price_num_decimals','2','yes'),(166,'woocommerce_shop_page_id','5','yes'),(167,'woocommerce_cart_redirect_after_add','no','yes'),(168,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(169,'woocommerce_weight_unit','kg','yes'),(170,'woocommerce_dimension_unit','cm','yes'),(171,'woocommerce_enable_reviews','yes','yes'),(172,'woocommerce_review_rating_verification_label','yes','no'),(173,'woocommerce_review_rating_verification_required','no','no'),(174,'woocommerce_enable_review_rating','yes','yes'),(175,'woocommerce_review_rating_required','yes','no'),(176,'woocommerce_manage_stock','yes','yes'),(177,'woocommerce_hold_stock_minutes','60','no'),(178,'woocommerce_notify_low_stock','yes','no'),(179,'woocommerce_notify_no_stock','yes','no'),(180,'woocommerce_stock_email_recipient','duplingnedim@gmail.com','no'),(181,'woocommerce_notify_low_stock_amount','2','no'),(182,'woocommerce_notify_no_stock_amount','0','yes'),(183,'woocommerce_hide_out_of_stock_items','no','yes'),(184,'woocommerce_stock_format','','yes'),(185,'woocommerce_file_download_method','force','no'),(186,'woocommerce_downloads_require_login','no','no'),(187,'woocommerce_downloads_grant_access_after_payment','yes','no'),(188,'woocommerce_prices_include_tax','no','yes'),(189,'woocommerce_tax_based_on','shipping','yes'),(190,'woocommerce_shipping_tax_class','inherit','yes'),(191,'woocommerce_tax_round_at_subtotal','no','yes'),(192,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(193,'woocommerce_tax_display_shop','excl','yes'),(194,'woocommerce_tax_display_cart','excl','yes'),(195,'woocommerce_price_display_suffix','','yes'),(196,'woocommerce_tax_total_display','itemized','no'),(197,'woocommerce_enable_shipping_calc','yes','no'),(198,'woocommerce_shipping_cost_requires_address','no','yes'),(199,'woocommerce_ship_to_destination','billing','no'),(200,'woocommerce_shipping_debug_mode','no','yes'),(201,'woocommerce_enable_guest_checkout','yes','no'),(202,'woocommerce_enable_checkout_login_reminder','no','no'),(203,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(204,'woocommerce_enable_myaccount_registration','no','no'),(205,'woocommerce_registration_generate_username','yes','no'),(206,'woocommerce_registration_generate_password','yes','no'),(207,'woocommerce_erasure_request_removes_order_data','no','no'),(208,'woocommerce_erasure_request_removes_download_data','no','no'),(209,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(210,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(211,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(212,'woocommerce_trash_pending_orders','','no'),(213,'woocommerce_trash_failed_orders','','no'),(214,'woocommerce_trash_cancelled_orders','','no'),(215,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(216,'woocommerce_email_from_name','WooC','no'),(217,'woocommerce_email_from_address','duplingnedim@gmail.com','no'),(218,'woocommerce_email_header_image','','no'),(219,'woocommerce_email_footer_text','{site_title}','no'),(220,'woocommerce_email_base_color','#96588a','no'),(221,'woocommerce_email_background_color','#f7f7f7','no'),(222,'woocommerce_email_body_background_color','#ffffff','no'),(223,'woocommerce_email_text_color','#3c3c3c','no'),(224,'woocommerce_cart_page_id','6','yes'),(225,'woocommerce_checkout_page_id','7','yes'),(226,'woocommerce_myaccount_page_id','8','yes'),(227,'woocommerce_terms_page_id','','no'),(228,'woocommerce_force_ssl_checkout','no','yes'),(229,'woocommerce_unforce_ssl_checkout','no','yes'),(230,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(231,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(232,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(233,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(234,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(235,'woocommerce_myaccount_orders_endpoint','orders','yes'),(236,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(237,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(238,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(239,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(240,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(241,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(242,'woocommerce_logout_endpoint','customer-logout','yes'),(243,'woocommerce_api_enabled','yes','yes'),(244,'woocommerce_single_image_width','600','yes'),(245,'woocommerce_thumbnail_image_width','300','yes'),(246,'woocommerce_checkout_highlight_required_fields','yes','yes'),(247,'woocommerce_demo_store','no','no'),(248,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(249,'current_theme_supports_woocommerce','yes','yes'),(250,'woocommerce_queue_flush_rewrite_rules','no','yes'),(251,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(253,'default_product_cat','15','yes'),(258,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(259,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(260,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(267,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(269,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(270,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(278,'woocommerce_meta_box_errors','a:0:{}','yes'),(291,'woocommerce_product_type','both','yes'),(292,'woocommerce_allow_tracking','no','yes'),(293,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(294,'woocommerce_ppec_paypal_settings','a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}','yes'),(295,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(296,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(297,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(298,'_transient_shipping-transient-version','1528703397','yes'),(299,'woocommerce_setup_automated_taxes','1','yes'),(309,'current_theme','Storefront','yes'),(310,'theme_mods_storefront','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(311,'theme_switched','','yes'),(312,'storefront_nux_fresh_site','0','yes'),(313,'woocommerce_catalog_rows','4','yes'),(314,'woocommerce_catalog_columns','3','yes'),(315,'woocommerce_maybe_regenerate_images_hash','27acde77266b4d2a3491118955cb3f66','yes'),(319,'jetpack_activated','1','yes'),(322,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(323,'jetpack_sync_settings_disable','0','yes'),(324,'_transient_timeout_jetpack_file_data_6.2.1','1531817696','no'),(325,'_transient_jetpack_file_data_6.2.1','a:57:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(326,'jetpack_available_modules','a:1:{s:5:\"6.2.1\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(327,'jetpack_options','a:4:{s:7:\"version\";s:16:\"6.2.1:1528703434\";s:11:\"old_version\";s:16:\"6.2.1:1528703434\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(328,'jetpack_testimonial','0','yes'),(329,'do_activate','0','yes'),(335,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1530171059;s:7:\"checked\";a:4:{s:10:\"storefront\";s:5:\"2.3.2\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(339,'jetpack_tos_agreed','1','yes'),(340,'mailchimp_woocommerce_version','2.1.7','no'),(341,'mailchimp-woocommerce','a:0:{}','yes'),(343,'mailchimp-woocommerce-store_id','5b1e29d050ee7','yes'),(344,'jetpack_secrets','a:1:{s:18:\"jetpack_register_1\";a:3:{s:8:\"secret_1\";s:32:\"7bCOBRU6ovn9G6U6PC10qqe0cgzbQXAG\";s:8:\"secret_2\";s:32:\"ZYU6c9oktXoZoeSEjpselSykpFpl9YHB\";s:3:\"exp\";i:1528704040;}}','no'),(345,'wc_connect_options','a:1:{s:12:\"tos_accepted\";b:1;}','yes'),(347,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(348,'storefront_nux_dismissed','1','yes'),(349,'storefront_nux_guided_tour','1','yes'),(353,'_transient_product_query-transient-version','1528969325','yes'),(355,'product_cat_children','a:0:{}','yes'),(358,'_transient_product-transient-version','1528969325','yes'),(365,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(366,'woocommerce_setup_jetpack_opted_in','1','yes'),(381,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(382,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";b:0;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(388,'_transient_orders-transient-version','1530161608','yes'),(569,'_transient_timeout_wc_shipping_method_count_1_1528703397','1531470568','no'),(570,'_transient_wc_shipping_method_count_1_1528703397','2','no'),(603,'capsman_version','','yes'),(605,'pp_customized_roles','a:3:{s:6:\"broker\";O:8:\"stdClass\":2:{s:4:\"caps\";a:1:{s:14:\"do_the_broking\";i:1;}s:7:\"plugins\";a:0:{}}s:13:\"administrator\";O:8:\"stdClass\":2:{s:4:\"caps\";a:117:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:19:\"manage_capabilities\";b:1;s:14:\"do_the_broking\";b:1;s:17:\"gravityflow_inbox\";i:1;}s:7:\"plugins\";a:0:{}}s:8:\"customer\";O:8:\"stdClass\":2:{s:4:\"caps\";a:3:{s:4:\"read\";b:1;s:17:\"gravityflow_inbox\";b:1;s:18:\"gravityflow_status\";i:1;}s:7:\"plugins\";a:0:{}}}','no'),(924,'_transient_timeout_wc_product_loop52b31528969325','1531561325','no'),(925,'_transient_wc_product_loop52b31528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:360;i:1;i:359;i:2;i:358;i:3;i:357;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(926,'_transient_timeout_wc_product_loopec531528969325','1531561325','no'),(927,'_transient_wc_product_loopec531528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:356;i:1;i:355;i:2;i:354;i:3;i:352;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(928,'_transient_timeout_wc_product_loop51e01528969325','1531561326','no'),(929,'_transient_wc_product_loop51e01528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:73;i:1;i:349;i:2;i:350;i:3;i:351;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(930,'_transient_timeout_wc_products_onsale','1531561326','no'),(931,'_transient_wc_products_onsale','a:0:{}','no'),(932,'_transient_timeout_wc_product_loop5e671528969325','1531561326','no'),(933,'_transient_wc_product_loop5e671528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:360;i:1;i:359;i:2;i:358;i:3;i:357;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(934,'_transient_timeout_wc_product_loop8e8f1528969325','1531561326','no'),(935,'_transient_wc_product_loop8e8f1528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:73;i:1;i:353;i:2;i:354;i:3;i:355;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(939,'fed_plugin_version','1.2.14','yes'),(940,'fed_admin_login','a:1:{s:8:\"register\";a:3:{s:4:\"name\";s:9:\"User Role\";s:8:\"position\";i:999;s:4:\"role\";a:0:{}}}','yes'),(941,'fed_admin_settings_post','a:3:{s:11:\"permissions\";a:2:{s:15:\"post_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}s:21:\"fed_upload_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}}s:8:\"settings\";a:1:{s:15:\"fed_post_status\";s:7:\"publish\";}s:4:\"menu\";a:3:{s:11:\"rename_post\";s:4:\"Post\";s:13:\"post_position\";i:2;s:14:\"post_menu_icon\";s:15:\"fa fa-file-text\";}}','yes'),(942,'fed_admin_settings_upl','a:1:{s:8:\"settings\";a:3:{s:26:\"fed_upl_change_profile_pic\";s:0:\"\";s:20:\"fed_upl_disable_desc\";s:2:\"no\";s:22:\"fed_upl_no_recent_post\";s:1:\"5\";}}','yes'),(943,'fed_cp_admin_settings','a:1:{s:4:\"post\";a:3:{s:11:\"permissions\";a:2:{s:15:\"post_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}s:21:\"fed_upload_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}}s:8:\"settings\";a:1:{s:15:\"fed_post_status\";s:7:\"publish\";}s:4:\"menu\";a:3:{s:11:\"rename_post\";s:4:\"Post\";s:13:\"post_position\";i:2;s:14:\"post_menu_icon\";s:15:\"fa fa-file-text\";}}}','yes'),(951,'_transient_timeout_wc_featured_products','1531567839','no'),(952,'_transient_wc_featured_products','a:0:{}','no'),(953,'_transient_timeout_wc_product_loop040c1528969325','1531567839','no'),(954,'_transient_wc_product_loop040c1528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:1:{i:0;i:73;}s:5:\"total\";i:1;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:2;s:12:\"current_page\";i:1;}','no'),(955,'_transient_timeout_wc_product_loopa47f1528969325','1531567839','no'),(956,'_transient_wc_product_loopa47f1528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:1:{i:0;i:73;}s:5:\"total\";i:1;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(984,'_transient_timeout_wc_low_stock_count','1531904123','no'),(985,'_transient_wc_low_stock_count','0','no'),(986,'_transient_timeout_wc_outofstock_count','1531904123','no'),(987,'_transient_wc_outofstock_count','0','no'),(1016,'spacexchimp_p001_service_info','a:4:{s:7:\"upgrade\";s:4:\"0001\";s:7:\"version\";s:4:\"4.19\";s:11:\"old_version\";s:1:\"0\";s:15:\"activation_date\";i:1529325532;}','yes'),(1079,'woocommerce_version','3.4.2','yes'),(1080,'woocommerce_db_version','3.4.2','yes'),(1171,'_transient_timeout_external_ip_address_::1','1530744357','no'),(1172,'_transient_external_ip_address_::1','31.185.124.76','no'),(1181,'_transient_timeout_external_ip_address_127.0.0.1','1530744612','no'),(1182,'_transient_external_ip_address_127.0.0.1','31.185.124.76','no'),(1186,'_transient_timeout_jetpack_https_test','1530227052','no'),(1187,'_transient_jetpack_https_test','1','no'),(1188,'_transient_timeout_jetpack_https_test_message','1530227052','no'),(1189,'_transient_jetpack_https_test_message','','no'),(1190,'_site_transient_timeout_browser_fcf9f700615c94559ffe3206a839a5f2','1530745453','no'),(1191,'_site_transient_browser_fcf9f700615c94559ffe3206a839a5f2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1196,'_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e','1530200944','no'),(1197,'_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}','no'),(1198,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1530183855','no'),(1199,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n Sat, 16 Jun 2018 09:27:20 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"The Month in WordPress: May 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2018/06/the-month-in-wordpress-may-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jun 2018 09:09: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6065\";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:\"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4537:\"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href=\"https://wp15.wordpress.net/\">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href=\"https://wp15.wordpress.net/about/\">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href=\"https://wordpress.org/about/privacy/\">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href=\"https://wordpress.org/about/privacy/cookies/\">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">opened up speaker submissions</a> for the December event.</li>\n <li><a href=\"https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/\">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href=\"https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/\">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href=\"https://core.trac.wordpress.org/changeset/43309\">significant work has been done</a> to improve WordPress Core’s build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6065\";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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress.org Privacy Policy Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-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, 25 May 2018 08:06:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6047\";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:325:\"The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you’ve shared […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:657:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren’t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you’ve shared with us.</li>\n</ul>\n<p>There hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress 4.9.6 Privacy and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 May 2018 19:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5920\";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:358:\"WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features. Privacy The European Union’s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Allen Snook\";s: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:13399:\"<p>WordPress 4.9.6 is now available. This is a <strong>privacy and maintenance release</strong>. We encourage you to update your sites to take advantage of the new privacy features.</p>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=632&ssl=1\" alt=\"A decorative header featuring the text "GDPR" and a lock inside of a blue shield, on multicolor green background.\" class=\"wp-image-5988\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=1024%2C512&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<h2 style=\"text-align:left\">Privacy</h2>\n\n<p>The European Union’s General Data Protection Regulation (<strong>GDPR</strong>) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.<br /></p>\n\n<p>It’s important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.<br /></p>\n\n<p>You can learn more about the GDPR from the European Commission’s <a href=\"http://ec.europa.eu/justice/smedataprotect/index_en.htm\">Data Protection page</a>.<br /></p>\n\n<p>We’re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, we’ve added a number of new privacy features in this release.</p>\n\n<h2 style=\"text-align:left\">Comments</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=632&ssl=1\" alt=\"A screenshot of a comment form, where the new "Save my name, email, and website in this browser for the next time I comment" checkbox is featured.\" class=\"wp-image-5986\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=300%2C291&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=768%2C744&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=1024%2C992&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.</p>\n\n<h2 style=\"text-align:left\">Privacy Policy Page</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=632&ssl=1\" alt=\"A screenshot of the new Privacy Settings page.\" class=\"wp-image-5995\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1898&ssl=1 1898w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=300%2C177&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=768%2C453&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=1024%2C604&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, that’s a great place to include your privacy policy.<br /></p>\n\n<p>In addition, we’ve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site’s privacy policy to help you get started.<br /></p>\n\n<p>If you maintain a plugin that collects data, we recommend including that information in WordPress’ privacy policy guide. <a href=\"https://developer.wordpress.org/plugins/privacy/\">Learn more in our Privacy section of the Plugin Handbook</a>.</p>\n\n<h2 style=\"text-align:left\">Data Handling</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=632&ssl=1\" alt=\"A screenshot of the new Export Personal Data tools page. Several export requests are listed on the page, to demonstrate how the new feature will work.\" class=\"wp-image-5999\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=2372&ssl=1 2372w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<div class=\"wp-block-columns has-2-columns\">\n <h3 class=\"layout-column-1\">Data Export</h3>\n \n <p class=\"layout-column-1\">Site owners can export a ZIP file containing a user’s personal data, using data gathered by WordPress and participating plugins.</p>\n \n <h3 class=\"layout-column-2\">Data Erasure</h3>\n \n <p class=\"layout-column-2\">Site owners can erase a user’s personal data, including data collected by participating plugins.</p>\n </div>\n\n<blockquote class=\"wp-block-quote\">\n <p>Howdy,</p>\n <p>A request has been made to perform the following action on your account:<br /> </p>\n <p><strong>Export Personal Data</strong><br /> </p>\n <p>To confirm this, please click on the following link:<br /><a href=\"#\">http://.wordpress.org/wp-login.php?action=confirmaction…</a><br /> </p>\n <p>You can safely ignore and delete this email if you do not want to<br /> take this action.<br /> </p>\n <p>This email has been sent to <a href=\"#\">you@example.com</a>.<br /> </p>\n <p>Regards,<br /><em>Your friends at WordPress</em><br /><a href=\"http://wordpress.org\"><em> http://wordpress.org</em></a></p>\n</blockquote>\n\n<p>Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2 style=\"text-align:left\">Maintenance</h2>\n\n<p>95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:<br /></p>\n\n<ul>\n <li>“Mine” has been added as a filter in the media library.</li>\n <li>When viewing a plugin in the admin, it will now tell you the minimum PHP version required.</li>\n <li>We’ve added new PHP polyfills for forwards-compatibility and proper variable validation.</li>\n <li>TinyMCE was updated to the latest version (4.7.11).<br /></li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">This post has more information about all of the issues fixed in 4.9.6 if you’d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.6</a> or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates will start updating soon.<br /></p>\n\n<p class=\"has-background has-very-light-gray-background-color\">Please note that if you’re currently on WordPress 4.9.3, you should manually update your site immediately.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p>Thank you to everyone who contributed to WordPress 4.9.6:<br /><a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/allendav/\">allendav</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes/\">Burlington Bytes</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/claudiu/\">claudiu</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericdaams/\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesperher/\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/dejliglama/\">Kåre Mulvad Steffensen</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbarthmaier/\">pbrocks</a>, <a href=\"https://profiles.wordpress.org/postphotos/\">postphotos</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a>, <a href=\"https://profiles.wordpress.org/stephdau/\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/teddytime/\">teddytime</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">thomasplevy</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/voneff/\">voneff</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/xkon/\">Xenos (xkon) Konstantinos</a>.<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5920\";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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April. The WordPress 15th Anniversary is Coming On May 27 2018, WordPress will turn 15 years old — this is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4981:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 21:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wp15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 & 4.9.4 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5577\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 27 Jun 2018 23:04:14 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sat, 16 Jun 2018 09:27:20 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20180627222950\";}','no'),(1200,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1530183855','no'),(1201,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1530140655','no'),(1202,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1530183856','no'),(1203,'_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:68:\"WPTavern: Gutenberg 3.1 Introduces Tips Interface to Guide New 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/gutenberg-3-1-introduces-tips-interface-to-guide-new-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3663:\"<p><a href=\"https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 3.1</a> added a tips interface that supports and guides new users who are learning to navigate the editor’s blocks and settings. The tips appear when a new user opens Gutenberg, highlighting useful items on the page.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530113565627.png?ssl=1\"><img /></a></p>\n<p>Although the tips may seem cluttered and intrusive to users who already know what they are doing, they are a necessary evil for introducing the UI to new users. Gutenberg is not yet intuitive enough to be able to stand on its own without explanation inside the interface.</p>\n<p><a href=\"https://10up.com/blog/2018/user-testing-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">10up recently conducted Gutenberg usability tests</a> that unearthed some startling realities about how new users interact with the new editor. The tests were done on previous versions of the plugin (2.9.2) with users who frequently create content using the classic WordPress editor. 10up asked testers, who have had no training on Gutenberg, to write a news-style blog post.</p>\n<p>One of the most surprising results was that participants struggled with the simple task of adding an image to a post.</p>\n<p>“Although the interface is clean, a lack of focused attention or hierarchy on the page became apparent,” 10up Experience Designer Sarah James said. “Participants struggled to complete tasks like adding an image that did not have a clearly exposed and labeled element like the title and paragraph fields. Heatmap tracking of the backend captured 734 unique clicks in the new post interface and only 40 of these clicks were on actual clickable elements. This suggests a struggle to find basic interactive elements, such as image blocks.”</p>\n<p>Participants also had a difficult time finding and inserting additional block types – several testers overlooked the “+” symbol that triggers interface for adding a new block.</p>\n<p>Gutenberg 3.0 and 3.1 have already improved on these pain points with changes that highlight common tasks. The 3.0 release <a href=\"https://github.com/WordPress/gutenberg/pull/6636\" rel=\"noopener noreferrer\" target=\"_blank\">redesigned the inserter, ditching tabs for collapsible panels</a>. This makes it more friendly for hunting among blocks. Version 3.1 includes a new design of the sibling inserter (the “+” symbol that appears to allow user to insert blocks between other blocks).</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530126900744.png?ssl=1\"><img /></a></p>\n<p>In addition to improving usability issues with the inserter, Gutenberg 3.1 fixes some of the mechanics of previewing and saving posts. Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/7189\" rel=\"noopener noreferrer\" target=\"_blank\">preview changes to a published post without updating the post</a>. The editor was also updated to trigger autosave as a standard save for a draft by the user currently authoring the post.</p>\n<p>HTML blocks that have been converted into shared blocks now show in preview mode, which makes it easier for users to see what they do and insert them visually. The code will only show if the user wants to edit the block.</p>\n<p>For a full list of the changes in 3.1, check out the <a href=\"https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/\" rel=\"noopener noreferrer\" target=\"_blank\">release post on make.wordpress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2018 19:44: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:\"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:1;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"HeroPress: The Power Of WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://heropress.com/the-power-of-wordcamps/#utm_source=rss&utm_medium=rss&utm_campaign=the-power-of-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3085:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2017/06/062117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was helping hundreds of people that were using WordPress for their business. That\'s powerful.\" /><p>WordCamps have a unique power to impact lives and careers. Without people and community, WordPress is simply software. But when you add in a large group of passionate people, people who are and are interested, everything changes. There’s excitement, encouragement, and education. Entrepreneurship can be a long and lonely road. Having a solid support community can make all the difference, and WordCamps can be a huge shot in the arm.</p>\n<p>This week’s HeroPress replay is by Juan Hernando from <a href=\"https://www.google.com/maps/place/Pontevedra%2C+Spain/@42.6208401,-8.572101599999996,5z/\">Pontevedra, Spain</a>. His essay details his journey from an unknown member of his local WordPress community to being a leader in that same community.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/becoming-known-wordpress-community/\">Becoming Known in the WordPress Community</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Power Of WordCamps\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Power%20Of%20WordCamps&via=heropress&url=https%3A%2F%2Fheropress.com%2Fthe-power-of-wordcamps%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Power Of WordCamps\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fthe-power-of-wordcamps%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fthe-power-of-wordcamps%2F&title=The+Power+Of+WordCamps\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Power Of WordCamps\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/the-power-of-wordcamps/&media=https://heropress.com/wp-content/uploads/2017/06/062117-150x150.jpg&description=The Power Of WordCamps\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Power Of WordCamps\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/the-power-of-wordcamps/\" title=\"The Power Of WordCamps\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/the-power-of-wordcamps/\">The Power Of WordCamps</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2018 13:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:117:\"WPTavern: TaxJar to Host Free Webinar June 27: Tax Experts Answer Questions on State Tax Compliance for Online Stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/taxjar-to-host-free-webinar-june-27-tax-experts-answer-questions-on-state-tax-compliance-for-online-stores\";s: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:3544:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-4.10.19-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.taxjar.com/\" rel=\"noopener noreferrer\" target=\"_blank\">TaxJar</a>, a company that offers automated sales tax software, is hosting a <a href=\"https://www.crowdcast.io/e/supreme-court-taxjar\" rel=\"noopener noreferrer\" target=\"_blank\">free webinar June 27</a> at 11:30 AM CDT to answer questions regarding the U.S. Supreme Court’s decision on <a href=\"http://www.scotusblog.com/2018/06/opinion-analysis-court-expands-states-ability-to-require-internet-retailers-to-collect-sales-tax/\" rel=\"noopener noreferrer\" target=\"_blank\">South Dakota v. Wayfair</a>. The court ruled in favor of South Dakota on June 21st, 2018, allowing any state to require online sellers to collect taxes for sales made from customers in that state.</p>\n<p>The provisions identified in the South Dakota vs. Wayfair ruling identifies retailers making $100K+ or 200+ transactions in the state as having an “economic presence” that would require out-of-state retailers to render sales tax. However, it’s not yet clear how other states will measure sales tax liability.</p>\n<p>TaxJar has gathered a panel of tax experts to discuss the requirements of the new sales tax compliance burden for online businesses. Nearly 2,000 people are currently signed up to tune in and attendees can also <a href=\"https://www.crowdcast.io/e/supreme-court-taxjar\" rel=\"noopener noreferrer\" target=\"_blank\">submit questions</a> in advance. A few popular questions submitted so far include:</p>\n<p><em>“How will we know which states we are required to pay taxes in, and do we have to create accounts in every state and pay for returns in all 50?”</em></p>\n<p><em>“I read that South Dakota, Colorado and Louisiana have a threshold of 100K in sales in their state to start collecting taxes. Is this really the case, and where can we find the threshold for other states?”</em></p>\n<p><em>“Does each state that wants to participate have to pass a law like South Dakota or is this now automatic for all states with a sales tax?”</em></p>\n<p>WooCommerce has created <a href=\"https://woocommerce.com/2018/06/woocommerce-sales-tax-for-the-us-how-to-enable-automated-calculations-and-filing/\" rel=\"noopener noreferrer\" target=\"_blank\">a guide to help users set up and collect taxes</a> as required by the tax jurisdiction where their stores are located. Online store owners in the US and Canada can set enable automated tax calculations using either the WooCommerce Tax or TaxJar add-ons (both free), depending on whether the merchant operates within a single tax nexus or multiple nexus locations.</p>\n<p>Automatic sales tax calculations are also available for merchants using Easy Digital Downloads. Pippin Williamson built <a href=\"https://wordpress.org/plugins/edd-taxjar/\" rel=\"noopener noreferrer\" target=\"_blank\">a free integration for EDD and TaxJar</a> that passes all tax rate determinations to TaxJar to calculate automatically, eliminating the need for manual tax rate entry.</p>\n<p>The Supreme Court’s ruling is very new and many state-specific details are yet to be worked out, but state legislatures are likely to be highly motivated and eager to rake in this new source of revenue. The <a href=\"https://blog.taxjar.com/\" rel=\"noopener noreferrer\" target=\"_blank\">TaxJar blog</a> will be a good source for updates as more compliance information becomes available.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jun 2018 21:26:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:77:\"WPTavern: Interview with Matías Ventura on Building the Vision for Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/interview-with-matias-ventura-on-building-the-vision-for-gutenberg\";s: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:2952:\"<p>At WordCamp Europe I had the opportunity to sit down with <a href=\"https://matiasventura.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Matías Ventura</a>, the technical lead for Gutenberg. Ventura, who has been responsible for building the vision for Gutenberg (in addition to building the actual product), shared a few things the team might have done differently in the earlier days to improve its reception in the community.</p>\n<p>“I think we should have put a little bit more effort into clarifying what we meant by the ‘editor,\'” Ventura said. “When Matt announced that we’re going to be focusing on the editor, the WordPress community generally took it that we were going to focus on TinyMCE. But the idea from the start was to focus on the editing experience as a whole, how a user perceives that, which is the whole page. I think it took some time to rectify that that was always what was meant – to look at the whole editing interface at once.</p>\n<p>“With some of these projects people are going to be in different places at different times and things will coalesce and make sense at different paces. I think we’ve gotten to a point now where we have built enough of the Gutenberg vision that we can see where it can lead us.”</p>\n<p>Several representatives from the Gutenberg team were available at WordCamp Europe for informal chats with the community. They also conducted workshops and gave presentations to prepare designers and developers for what’s coming in the next few months. Momentum for the new editor is building and Ventura shared what he hopes the world will see when version 1 is included in core.</p>\n<p>“The thing that has been the most fulfilling, at least to me, has been seeing the regular users when they can use Gutenberg and build things that would have been very hard for them to do before,” Ventura said. “When they share those impressions – that they can build something that they are proud of and express themselves – to me that is the most fulfilling because that’s really one of the major points behind this. At the same time, I’m really looking forward to seeing what the design and developer community can build with it and where their imaginations can take us from there. Core is going to supply the infrastructure and the main building blocks but it’s everything that can be built around it that’s going to be exciting, as always with WordPress.”</p>\n<p>Ventura also described some of the interesting possibilities of templates, nested blocks, and child blocks, and how they can be combined to create more sophisticated solutions. He recommends the <a href=\"https://wordpress.org/gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.org/Gutenberg</a> page for resources on getting started with the new editor. Check out the video below for the full interview.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jun 2018 22:59: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: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:70:\"WPTavern: Three Minute Movie Showcases The WordCamp EU 2018 Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81821\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/three-minute-movie-showcases-the-wordcamp-eu-2018-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:741:\"<p>If you happened to <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">miss out on WordCamp EU</a> this year, check out the following short film produced by <a href=\"https://www.facebook.com/Production-Pool-402255476588176/\">Production Pool</a>. Production Pool is a video production company based in Belgrade, Serbia that was hired to record all of the videos and wrap up the live stream for WordCamp Europe.</p>\n\n<p>The video is just shy of three minutes in length, highlights the size and scope of the event, and is well produced. You can almost feel what it was like to be an attendee.</p>\n\n<p>How many people can you name in the video?<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jun 2018 21:28: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:\"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:32:\"Matt: Mass Unsubscribe Mailchimp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48190\";s:7:\"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:\"https://ma.tt/2018/06/mass-unsubscribe-mailchimp/\";s: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:1082:\"<p>I’m a huge fan of <a href=\"https://mailchimp.com/\">Mailchimp</a>, but <em>dang</em> does the service get abused by folks aggressively opting you into mailing lists. I have a very early, very generic Gmail address that people put as a filler address into every possible service and it gets tens of thousands of list and spam mails. A good trick to find and unsubscribe from all the Mailchimp lists you’re on is to search for <code>mcsv.net</code> and then select all, report as spam, and unsubscribe. Gmail doesn’t deal well when the unsubscribe list is taller than your screen, so you may need to hit <code>command + -</code> a few times to make it all fit. Also <a href=\"https://www.facebook.com/mailchimp/posts/10152104546810777\">according to this post</a>, “you can also get in touch with our compliance team directly at <a href=\"mailto:compliance@mailchimp.com\">compliance@mailchimp.com</a> with the email address you would like to remove from all lists and they will be happy to further assist you there as well.” I will try that as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jun 2018 15:19:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:30:\"Matt: Atavist & Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2018/06/atavist-automattic/\";s: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:884:\"<img />\n\n<p>As <a href=\"https://www.wsj.com/articles/wordpress-com-owner-buys-atavist-maker-of-subscription-offering-publishing-software-1529597700?mod=searchresults&page=1&pos=1\">reported by the Wall Street Journal</a>, and <a href=\"https://en.blog.wordpress.com/2018/06/21/atavist-joins-wordpress-dot-com/\">an interview about on the WP.com blog</a>, Automattic has acquired the <a href=\"https://atavist.com/\">Atavist platform</a>, <a href=\"https://magazine.atavist.com/\">magazine</a>, and team. Looking forward to working alongside the team: we’re keeping the magazine going and it’ll complement <a href=\"https://longreads.com/\">Longreads</a>, and integrating the best of the platform’s CMS and publisher features into WordPress.com and Jetpack and after that’s done providing an upgrade path so all of its publishers can move to being WordPress-powered.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jun 2018 19:14:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: Matt Mullenweg Unveils Gutenberg Roadmap at WCEU, WordPress Agencies and Product Developers Sprint to Prepare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\";s: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:11163:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/06/matt-keynote-wceu-2018.jpg?ssl=1\"><img /></a>photo credit: WordCamp Europe Photography Team\n<p>At his WCEU keynote address in Belgrade, Matt Mullenweg laid out a detailed roadmap for Gutenberg to land in WordPress 5.0 within the next few months, garnering mixed reactions from attendees. Gutenberg’s timeline is one of the most pressing questions for those who work in the WordPress ecosystem.</p>\n<p>The Gutenberg team has sustained a rapid pace of development over the past year with 30 releases since development began. There are currently 14,000 sites actively using the plugin and Mullenweg plans to roll it out to WordPress.com users in the near future. He announced that the WordPress 5.0 release could be ready as soon as August. In the meantime, the Gutenberg team will continue to refine its current features according to the roadmap Mullenweg outlined in his keynote:</p>\n<p><strong>June 2018</strong></p>\n<ul>\n<li>Freeze new features into Gutenberg</li>\n<li>Hosts, agencies and teachers invited to opt-in sites they have influence over</li>\n<li>Opt-in for wp-admin users on WP.com</li>\n<li>Mobile App support in the Aztec editor across iOs and Android</li>\n</ul>\n<p><strong>July 2018</strong></p>\n<ul>\n<li>4.9.x release with a strong invitation to install either Gutenberg or Classic Editor plugin</li>\n<li>Opt-out for wp-admin users on WP.com</li>\n<li>Heavy triage and bug gardening, getting blockers to zero</li>\n<li>Explore expanding Gutenberg beyond the post into site customization</li>\n</ul>\n<p><strong>August 2018 and beyond</strong></p>\n<ul>\n<li>All critical issues resolved</li>\n<li>Integration with Calypso, offering opt-in users</li>\n<li>100k+ sites having makde 250k+ post using Gutenberg</li>\n<li>Core merge, beginning the 5.0 release cycle</li>\n<li>5.0 beta releases and translations completed</li>\n<li>Mobile version of Gutenberg by the end of the year</li>\n</ul>\n<p>Mullenweg said he hopes to increase Gutenberg usage to 100,000 sites with 250,000 posts made over the next few months. WordPress.com will be instrumental in that goal with a call to action for opt-in that will appear on several hundred thousand sites. In July, WordPress.com will switch the Gutenberg editor to opt-out. Mullenweg said he hopes to gather data from how users respond, especially those who have third-party plugins active on their sites.</p>\n<p>Switching between editing posts in the mobile apps currently breaks but Mullenweg anticipates this will be resolved by August, with full mobile versions of Gutenberg available by the end of the year.</p>\n<p>Mullenweg opened his keynote by drawing attendees’ attention to a new “<a href=\"https://publiccode.eu/\" rel=\"noopener noreferrer\" target=\"_blank\">Public Code</a>” link in the footer of WordPress.org. This campaign, organized by <a href=\"https://fsfe.org/index.en.html\" rel=\"noopener noreferrer\" target=\"_blank\">Free Software Foundation Europe</a>, aims to require any publicly financed software developed for the public sector be made available under a Free and Open Source Software license.</p>\n<p>Mullenweg also announced St. Louis, MO, as the next location for WordCamp US in 2019-2020. The local WordPress community in the city spans two states with members from both Missouri and Illinois who have hosted seven WordCamps since 2011.</p>\n<h3>Developers and Agencies Double Down on Gutenberg Preparation, “Playing for Keeps”</h3>\n<p>The process of getting products and client websites ready for Gutenberg is a leap for nearly every company and freelancer invested in the WordPress ecosystem. Mullenweg said he cannot guarantee a specific date for release but thinks that “5.0 is going be ready within a relatively short time frame.”</p>\n<p>Although many WCEU attendees expressed skepticism about the accelerated timeline for Gutenberg’s inclusion in core, most recognize the importance of working towards making their clients and products compatible with the new editor.</p>\n<p>Gutenberg technical lead <a href=\"https://matiasventura.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Matias Ventura</a> said it’s too early to tell whether the WordPress community will be ready by the time Gutenberg is included in core. “I think people have already been trying to get ready and we’re already seeing many major sites being launched using Gutenberg,” Ventura said. “From what we’ve seen with plugin authors building compatibility for Gutenberg, it seems there’s already enough momentum going on that it could be achievable.”</p>\n<p>Brad Williams, CEO of WebDevStudios, said his company’s team of engineers has been <a href=\"https://webdevstudios.com/2018/03/20/webdevstudios-gutenberg-planning-wordpress/\">actively preparing for Gutenberg</a> since late last year and is “very excited about what it means for the future of WordPress publishing.” Williams assigned two Gutenberg Leads internally to head up everything related to the new editor and conducted internal training with staff. WebDevStudios also built and released its own Gutenberg add-on framework called <a href=\"https://github.com/WebDevStudios/WDS-Blocks/releases\">WDS Blocks</a>, a framework that includes new custom blocks that many WDS clients use.</p>\n<p>“Having a potential release date, even if it’s only a target month, is incredibly helpful,” Williams said. “This gives us a goal to work towards with each of our clients to verify we are ready for the release. I expect the majority of our clients will not enable Gutenberg on release, but we still need to make sure we have an upgrade plan ready for WordPress 5.0. We are working closely with each of our clients so they understand what is coming, the benefits Gutenberg can provide them, and what a potential roll-out plan will look like. We are also making sure any new leads coming in the door are aware of Gutenberg and the impact it will have on their new WordPress project.”</p>\n<p>Gary Jones, plugin developer and WordPress engineer at <a href=\"https://gamajo.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Gamajo</a>, expressed apprehension about the timeline. He also plans to make use of the <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor</a> plugin to opt sites out of using Gutenberg.</p>\n<p>“With 737 open issues, I think the August timeline may still be a little short,” Jones said. “That’s only for the ‘critical issues’ to be resolved but introducing such a massive change to the basics of managing content like this needs more than just the critical issues resolved; it needs all of the workflow to be very smooth as well.”</p>\n<p>Jones said he doesn’t think the typical rhetoric of getting a ‘1.0’ release out the door applies in the case of Gutenberg. “There’s too much riding on it for it not to make a great first impression for the user base who haven’t been following its progress,” Jones said. “A plugin can have a much quicker release turnaround time for non-critical improvements and fixes than what WP core would have.”</p>\n<p>Jones said he plans to wait until the merge proposal before tackling plugin compatibility and will wait until 5.0 is out to start improving the experience for his clients. He said this may require creating custom blocks or installing plugins that add custom blocks clients might need. “By then we’d also know how ACF, Pods. and other plugins we use, and the Genesis theme, are supporting Gutenberg editor (or not),” Jones said.</p>\n<p>Jake Goldman, President and founder of <a href=\"https://10up.com/\" rel=\"noopener noreferrer\" target=\"_blank\">10up</a>, said his company already has an internal mandate that all new public plugins and major plugin updates must have at least “beta” support for Gutenberg. 10up’s <a href=\"https://distributorplugin.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Distributor</a> product is already Gutenberg-ready and the company has several Gutenberg-ready plugins and updates expected to ship in the next 1-2 months.</p>\n<p>“Clients are trickier,” Goldman said. “We have two big client projects started in the last couple of months that are using Gutenberg, and some pretty complicated custom blocks and extensions. We have a couple of other customers who are curious or in the exploratory phase. Two big client projects have us a bit gun shy about adopting [Gutenberg] as the ‘standard’ on newer projects until it matures a bit more and begins to focus a bit more on the ‘enterprise use case / user stories’ – there are some real challenges with those user stories.”</p>\n<p>Goldman also said he was encouraged to hear that Calypso will adopt Gutenberg in the next couple of months, because he hopes it will address some of the confusion and fragmentation issues.</p>\n<p>He doesn’t anticipate Gutenberg actually landing in August, however. “I don’t see August, frankly, because I don’t think the core team has a clear vision for ‘how’ an upgrade with Gutenberg will work,” Goldman said. “That said, I suspect Matt is knowingly putting timeline pressure on the team – a bit of ‘if I say August, we can probably hit November’ type mentality.”</p>\n<p>Mason James, founder of <a href=\"https://www.valet.io/\">Valet</a>, said he is confident his clients and products will be ready after testing Gutenberg on hundreds of sites. His team is watching a few products that have compatibility issues but he is hopeful these will be resolved soon.</p>\n<p>“The timeline of August seems a bit optimistic,” James said. “I’d be surprised if that is met, but our clients will be in good shape if that happens. We’ve also been sending information to our clients via email, a whitepaper, to try to mitigate any surprises ahead of time.</p>\n<p>“We decided last year that Gutenberg was a tremendous opportunity for us to reinforce our value proposition to our clients,” James said. “It’s an ongoing important initiative for us this year; We’re playing for keeps.”</p>\n<p><a href=\"https://thefearlessfreelancer.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Carrie Dils</a>, a WordPress developer, consultant, and educator, has also jumped head first into getting her products compatible with Gutenberg ahead of the new timeline.</p>\n<p>“I’m feverishly working to get an updated version of the <a href=\"https://store.carriedils.com/downloads/utility-pro/\" rel=\"noopener noreferrer\" target=\"_blank\">Utility Pro theme</a> (my primary product) out the door,” Dils said. “The Gutenberg updates are just one part of a larger overhaul (including a minimum requirement of PHP7 and WP 5.0+). I’ve also made the decision not to incorporate Classic Editor theme styles. All looking forward, no looking back.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jun 2018 16:37:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:23:\"Matt: WordPress in Uber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2018/06/wordpress-in-uber/\";s: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:923:\"<p>I really love this thread and the replies sharing stories about Val Vesa’s experience talking about WordPress in an Uber / Lyft ride:</p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">My <a href=\"https://twitter.com/Uber?ref_src=twsrc%5Etfw\">@Uber</a> driver last night, going home from airport asked me where was I coming from.<br />Told here about <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a><br />– what is that, she asked.<br />– the European Conference for <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a>, I said.<br />Her eyes sparkling, she grabbed the wheel firm, looked in the rear view mirror at me and said,</p>— Val Vesa | Social Media & Travel Photography (@adspedia) <a href=\"https://twitter.com/adspedia/status/1008782561638801413?ref_src=twsrc%5Etfw\">June 18, 2018</a></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jun 2018 05:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: WPWeekly Episode 321 – Recap of WordCamp EU 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=81758&preview=true&preview_id=81758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-321-recap-of-wordcamp-eu-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1901:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://lanche86.com/\">Milan Ivanović</a> who helped organize WordCamp EU in Belgrade, Serbia this past weekend. Ivanović describes what it was like to organize such a large event, challenges the team overcame, and a few details related to WordCamp EU 2019 that will be held in Berlin, Germany. John and I finished the show discussing Matt Mullenweg’s keynote presentation and Gutenberg’s proposed timeline.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/gutenberg-team-panel-talks-release-timeline-theme-building-and-customization-at-wceu\">Gutenberg Team Panel Talks Release Timeline, Theme Building, and Customization at WCEU</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-contributor-day-posts-record-turnout-amid-wi-fi-outage\">WordCamp Europe 2018 Contributor Day Posts Record Turnout Amid Wi-Fi Outage</a><br />\n<a href=\"https://gutenbergtimes.com/mullenweg-on-gutenberg-roll-out-plan/\">Mullenweg announced Gutenberg Roadmap</a><br />\n<a href=\"https://wptavern.com/wp-rig-a-wordpress-starter-theme-and-build-process-in-one\">WP Rig – A WordPress Starter Theme and Build Process in One</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 27th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #321:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jun 2018 01:31: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:10;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"HeroPress: Proving Geography Doesn’t Matter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://heropress.com/proving-geography-doesnt-matter/#utm_source=rss&utm_medium=rss&utm_campaign=proving-geography-doesnt-matter\";s: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:3698:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/08/082416-Uriahs-Victor-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Time passed, and I fell more and more in love with WordPress.\" /><p><img class=\"alignright size-full wp-image-2574\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/06/Screen-Shot-2018-06-20-at-10.16.54-AM.png\" alt=\"Map of Kansas with St. Lucia overlaid.\" width=\"403\" height=\"273\" />Almost exactly two years ago I was looking at Google Analytics Realtime and someone from St. Lucia popped up. St. Lucia isn’t a very big place. In the map on the right you can see a little pink dot in the center. That’s the size of St. Lucia compared to Kansas. The entire country has fewer people than my city. I wondered who that was, so I tweeted out to the world, asking if anyone knew who that might be. A friend from Themeisle said “Our man Uriahs lives there, maybe it’s him!”</p>\n<p>I looked up Uriahs, and sure enough, it was him! I was fascinated to learn what a WordPress community would look like on an island that size. As it turns out, he’s fairly alone in WordPress geographically. When I met him, he had never been off his tiny island in the Caribbean.</p>\n<p>Uriahs’ essay is about learning and finding a career in a global workspace, having a GOOD job, all while living someplace where that job didn’t even exist.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/minority-amongst-minorities/\">A Minority Amongst Minorities</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Proving Geography Doesn’t Matter\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Proving%20Geography%20Doesn%27t%20Matter&via=heropress&url=https%3A%2F%2Fheropress.com%2Fproving-geography-doesnt-matter%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Proving Geography Doesn’t Matter\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fproving-geography-doesnt-matter%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fproving-geography-doesnt-matter%2F&title=Proving+Geography+Doesn%26%238217%3Bt+Matter\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Proving Geography Doesn’t Matter\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/proving-geography-doesnt-matter/&media=https://heropress.com/wp-content/uploads/2016/08/082416-Uriahs-Victor-150x150.jpg&description=Proving Geography Doesn\'t Matter\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Proving Geography Doesn’t Matter\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/proving-geography-doesnt-matter/\" title=\"Proving Geography Doesn’t Matter\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/proving-geography-doesnt-matter/\">Proving Geography Doesn’t Matter</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jun 2018 14:06:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:18:\"Matt: Link Roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2018/06/link-roundup/\";s: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:3688:\"<ul>\n <li><a href=\"https://www.theatlantic.com/family/archive/2018/06/imagining-a-better-boyhood/562232/\">The Atlantic on today’s masculinity being stifling and imagining a better boyhood</a>.<br />.<br /><a href=\"https://www.newyorker.com/magazine/2018/01/15/when-deportation-is-a-death-sentence\"></a></li>\n <li><a href=\"https://www.newyorker.com/magazine/2018/01/15/when-deportation-is-a-death-sentence\">When Deportation is a Death Sentence</a> is one of the most devastating articles I’ve read in a long time. <br /><a href=\"https://www.nytimes.com/2018/04/11/arts/design/cy-twombly-review-gagosian-gallery.html\"></a></li>\n <li><a href=\"https://www.nytimes.com/2018/04/11/arts/design/cy-twombly-review-gagosian-gallery.html\">A review of the Cy Twombly show</a>, he has an amazing museum in Houston and I enjoy learning more about him.<br /><a href=\"http://thephilosophersmail.com/perspective/the-great-anthropologists-margaret-mead/\"></a></li>\n <li><a href=\"http://thephilosophersmail.com/perspective/the-great-anthropologists-margaret-mead/\">The Great Anthropologists: Margaret Mead</a>, so fascinating.<br /><a href=\"https://nypost.com/2018/06/02/dating-columnist-reveals-how-sex-and-the-city-ruined-her-life/amp/\"></a></li>\n <li><a href=\"https://nypost.com/2018/06/02/dating-columnist-reveals-how-sex-and-the-city-ruined-her-life/amp/\">Dating columnist reveals how ‘Sex and the City’ ruined her life</a>, has a happy ending.<br /><a href=\"https://magazine.atavist.com/barbearians-at-the-gate-new-hampshire-libertarians-fake-news\"></a></li>\n <li><a href=\"https://magazine.atavist.com/barbearians-at-the-gate-new-hampshire-libertarians-fake-news\">Barbearians at the Gate</a> “A journey through a quixotic New Hampshire town teeming with libertarians, fake news, guns, and—possibly—furry invaders.” Amazing.<br /><a href=\"https://www.vogue.com/article/lena-dunham-break-up-vogue-june-2018\"></a></li>\n <li><a href=\"https://www.vogue.com/article/lena-dunham-break-up-vogue-june-2018\">Lena Dunham Explores Alone Time After a Break-Up</a><br /><br /><a href=\"https://www.nytimes.com/interactive/2018/05/15/magazine/health-issue-my-adventures-with-hallucinogenic-drugs-medicine.html\"></a></li>\n <li><a href=\"https://www.nytimes.com/interactive/2018/05/15/magazine/health-issue-my-adventures-with-hallucinogenic-drugs-medicine.html\">My Adventures with the Trip Doctors</a>, aka “Michael Pollan takes psychedelics.” See also: <a href=\"https://longreads.com/2018/05/30/michael-pollan-on-why-its-a-good-idea-to-lose-your-self/\">Interview with Longreads</a>.<br />.<br /><a href=\"https://pitchfork.com/thepitch/kanye-west-and-why-the-myth-of-genius-must-die/\"></a></li>\n <li><a href=\"https://pitchfork.com/thepitch/kanye-west-and-why-the-myth-of-genius-must-die/\">Kanye West and Why the Myth of “Genius” Must Die</a>.<br />.<br /><a href=\"https://www.newyorker.com/magazine/2017/02/27/why-facts-dont-change-our-minds\"></a></li>\n <li><a href=\"https://www.newyorker.com/magazine/2017/02/27/why-facts-dont-change-our-minds\">Why Facts Don’t Change Our Minds</a>, also well-covered in a great book I just finished, <a href=\"https://www.amazon.com/dp/B00SI0B8XC/\">Black Box Thinking</a>.<br />.<br /><a href=\"http://2012.dconstruct.org/conference/burke/transcript/\"></a></li>\n <li><a href=\"http://2012.dconstruct.org/conference/burke/transcript/\">Admiral Shovel and the Toilet Roll</a> — wow.<br /><a href=\"https://www.fs.blog/2013/04/the-work-required-to-have-an-opinion/\"></a></li>\n <li><a href=\"https://www.fs.blog/2013/04/the-work-required-to-have-an-opinion/\">The Work Required to Have an Opinion</a>, wisdom from Charlie Munger.</li>\n</ul>\";s: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, 19 Jun 2018 22:24: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: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:71:\"Akismet: Version 4.0.8 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2018/06/19/version-4-0-8-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:784:\"<p>Version 4.0.8 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.8 contains the following changes:</p>\n<ul>\n<li>Improved the grammar and consistency of the in-admin privacy related notes (notice and config).</li>\n<li>Revised in-admin explanation of the comment form privacy notice to make its usage clearer.</li>\n<li>Added <code>rel=”nofollow noopener”</code> to the comment form privacy notice to improve SEO and security.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jun 2018 18:35: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:10:\"Josh Smith\";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:43:\"Mark Jaquith: Making ScoutDocs: Build Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://markjaquith.wordpress.com/?p=5665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://markjaquith.wordpress.com/2018/06/19/making-scoutdocs-build-tools/\";s: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:2928:\"<p>Continuing my series about <a href=\"https://wordpress.org/plugins/scoutdocs/\">ScoutDocs</a> and the process of building it, this week I’m talking about <strong>Build Tools</strong>.</p>\n<p><img /><em>What is <a href=\"https://scoutdocs.com/\">ScoutDocs</a>? ScoutDocs is a WordPress plugin that adds simple file-sharing to your WordPress site.</em></p>\n<p>Coding in React involves JSX, a bizarre-but-wonderful XML syntax that you dump directly into the middle of your JavaScript code. It feels exquisitely wrong. Browsers agree, so your JSX-containing JS code will have to be transpiled to regular JavaScript. This can involve using a complex maze of tools. Babel, NPM, Webpack, Browserify, Gulp, Grunt, Uglify, Uglifyify (yes, you read that right), and more. You have decisions to make, and you will find fierce advocates for various solutions.</p>\n<p>For ScoutDocs, I decided to go with <a href=\"https://gruntjs.com/\">Grunt</a> for task running, because I was already comfortable with it, and I needed it for <a href=\"https://www.npmjs.com/package/grunt-wp-deployhttps://www.npmjs.com/package/grunt-wp-deploy\">grunt-wp-deploy</a>. <b>Use a task runner you are already comfortable with.</b> Even if it is just NPM scripts. You’re learning a lot of new things already. It’s okay to keep your task runner setup.</p>\n<p>Next, I had to choose a JS bundler which would let me write and use modular code that gets pulled together into a browser-executable bundle. After deliberating between <a href=\"https://webpack.js.org\">Webpack</a> and <a href=\"http://browserify.org/\">Browserify</a>, I chose Browserify. <b>Webpack is really complicated.</b> It is also very powerful. I recommend you avoid it until you need it. I haven’t needed it yet, and found Browserify to be easier to configure and use, even though it’s a bit on the slow side.</p>\n<p>As I was building ScoutDocs and tweaking my dev tools, tweaking my Grunt file, and writing code to search/replace strings etc, I began to feel like the time I was spending too much time on tooling. Was I becoming one of those people who spend all their time listening to productivity podcasts instead of… being productive? I can see how someone could get sucked into that trap, but putting a reasonable amount of time into configuring your development tools can pay dividends for you beyond simply the time saved. It can also prevent mistakes, keep you in coding mode more often, and increasing your confidence in your code builds. <b>Spend the time up front to make your tools work for you.</b></p>\n<p>Other posts in this series:</p>\n<ul>\n<li><a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/\">Outsourcing</a></li>\n<li><a href=\"https://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react\">React</a></li>\n<li>WordPress Rest API</li>\n<li>PHP 7</li>\n<li>Build tools</li>\n<li>Unit testing</li>\n</ul>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jun 2018 17:59: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:12:\"Mark Jaquith\";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: WP Rig – A WordPress Starter Theme and Build Process in 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:29:\"https://wptavern.com/?p=81618\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wp-rig-a-wordpress-starter-theme-and-build-process-in-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:3750:\"<p><a href=\"http://mor10.com/\">Morten Rand-Hendricksen</a>, Senior Staff Instructor at <a href=\"https://www.linkedin.com/learning/\">LinkedIn Learning</a>, has released <a href=\"https://wprig.io/\">WP Rig</a>. WP Rig is a WordPress starter theme and build process combined into one. The starter theme provides a minimal set of templates with the ability to drag-and-drop files from the <a href=\"https://developer.wordpress.org/themes/basics/template-hierarchy/\">WordPress template hierarchy</a>.</p>\n\n<p>It contains a heavily optimized code and file structure, support for lazy-loading images, and documented helper functions. The build process requires no configuration and provides a modern foundation to develop on top of. </p>\n\n<p>Although WP Rig ships with a starter theme, the build process works with any theme you choose to use. WP Rig uses <a href=\"https://gulpjs.com/\">Gulp</a> to manage and optimize files, <a href=\"https://browsersync.io/\">BrowserSync</a> to immediately preview from inside the browser, and ES2015 to parse JavaScript. <a href=\"https://babeljs.io/\">Babel</a>, <a href=\"https://github.com/postcss/postcss\">PostCSS</a>, and <a href=\"http://cssnext.io/\">CSSNext</a> is used to parse CSS. The <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards\">WordPress Coding Standards</a> and <a href=\"https://eslint.org/\">ESLint</a> are used to check code quality. </p>\n\n<p><a href=\"https://code.visualstudio.com/\">VS Code</a> is tightly integrated with WP Rig but developers can use any code editor they choose. </p>\n\n<p>Rand-Hendriksen says the goal of the project is to provide a starting point where developers can write accessible and performant code from the start using best practices. <br /></p>\n\n<p>“WordPress and the web it lives on has evolved,” he said. “So have the tools we use to build experiences and interactions on and with the web. WordPress theme development is no longer ‘just’ about writing PHP and CSS and JavaScript. </p>\n\n<p>“It’s also about accessibility and build processes and coding standards and performance best practices and and modern coding languages and browser support and a myriad of other topics.</p>\n\n<p>“WP Rig bridges this gap by building accessibility, performance, coding standards, and modern coding best practices in by default.”</p>\n\n<p>LinkedIn Learning donated Rand-Hendriksen’s time to WP Rig. In collaboration with <a href=\"https://xwp.co/\">XWP</a>, <a href=\"https://medinathoughts.com/2018/05/17/progressive-wordpress/\">Google</a>, and other members of the WordPress community, it was released as an open source project that is maintained by him and <a href=\"https://github.com/bamadesigner\">Rachel Cherry</a>. <br /></p>\n\n<p>“It is not owned or branded by any company, nor beholden to a company goal or ideology,” he said. “The purpose and goal of WP Rig is to provide the WordPress community with a theme development rig that puts accessibility, performance, and modern best practices in the front seat to the benefit of the end-user and the web as a whole.”</p>\n\n<p>You can download WP Rig for free <a href=\"https://wprig.io\">from the project’s site</a> or <a href=\"https://github.com/wprig/wprig/\">on GitHub</a>. To learn how to use it, LinkedIn Learning is offering a free course entitled “<a href=\"https://wprig.io/learn/\">Build WordPress Themes with WP Rig</a>.” The course covers a myriad of topics including, configuring the VS Code workpace settings, Templates, and AMP integration. </p>\n\n<p>For more information about WP Rig check out the <a href=\"https://wprig.io/introducing-wprig-wordpress/\">project’s official announcement</a>. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jun 2018 01:19: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: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:85:\"WPTavern: WordCamp Europe 2018 Contributor Day Posts Record Turnout Amid Wi-Fi Outage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/wordcamp-europe-2018-contributor-day-posts-record-turnout-amid-wi-fi-outage\";s: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:7440:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/wceu-2018-contributor-day.jpg?ssl=1\"><img /></a></p>\n<p>WordCamp Europe hosted a successful contributor day in Belgrade despite a wi-fi outage during the first half of the day. The event posted record numbers with 529 attendees registered to contribute across 24 teams.</p>\n<p>Contributors had the opportunity to make connections and conversations with team members and representatives from other teams while the wi-fi was down.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Had the chance to meet <a href=\"https://twitter.com/aaroncampbell?ref_src=twsrc%5Etfw\">@aaroncampbell</a> and discuss WordPress core security with him and a couple of attendees on <a href=\"https://twitter.com/hashtag/wceu?src=hash&ref_src=twsrc%5Etfw\">#wceu</a> contributor day. Thanks for the amazing chat folks!</p>\n<p>It is my first WordCamp Europe and it definitely won\'t be the last!</p>\n<p>— Bojidar Valchovski (@bdvalchovski) <a href=\"https://twitter.com/bdvalchovski/status/1007306648862494720?ref_src=twsrc%5Etfw\">June 14, 2018</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Had an awesome <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> contributor day today. Had some great conversations and made good progress on a few patches to improve the development experience despite the WiFi issues. Was also very proud to see SIX <a href=\"https://twitter.com/yoast?ref_src=twsrc%5Etfw\">@Yoast</a>\'ers lead different contributor teams! <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/family?src=hash&ref_src=twsrc%5Etfw\">#family</a></p>\n<p>— Omar Reiss (@OmarReiss) <a href=\"https://twitter.com/OmarReiss/status/1007291207171616768?ref_src=twsrc%5Etfw\">June 14, 2018</a></p></blockquote>\n<p></p>\n<p>Contributors submitted patches and made more progress online later in the day when the wi-fi resumed.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So proud of the WordPress Coding Standards team at <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> contributor day. Look at all the patches which are flooding in!!!!<a href=\"https://twitter.com/FlipKeijzer?ref_src=twsrc%5Etfw\">@flipkeijzer</a> <a href=\"https://twitter.com/GaryJ?ref_src=twsrc%5Etfw\">@GaryJ</a> <a href=\"https://twitter.com/fimdalinha?ref_src=twsrc%5Etfw\">@fimdalinha</a> <a href=\"https://twitter.com/Wonderm00n?ref_src=twsrc%5Etfw\">@Wonderm00n</a> <a href=\"https://twitter.com/Niq1982?ref_src=twsrc%5Etfw\">@niq1982</a> <a href=\"https://twitter.com/moorscode?ref_src=twsrc%5Etfw\">@moorscode</a> <a href=\"https://twitter.com/vladilie94?ref_src=twsrc%5Etfw\">@vladilie94</a> <a href=\"https://twitter.com/MCiufudean?ref_src=twsrc%5Etfw\">@MCiufudean</a> <a href=\"https://t.co/lchrR4ZmHX\">pic.twitter.com/lchrR4ZmHX</a></p>\n<p>— Juliette (@jrf_nl) <a href=\"https://twitter.com/jrf_nl/status/1007263406838173697?ref_src=twsrc%5Etfw\">June 14, 2018</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Look at all these lovely people contributing to <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> at <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> Contributor Day <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.4/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.4/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /></p>\n<p>Thank you, you rock! <a href=\"https://t.co/LtRlyolYPL\">pic.twitter.com/LtRlyolYPL</a></p>\n<p>— Milana Cap (@DjevaLoperka) <a href=\"https://twitter.com/DjevaLoperka/status/1007164509197357056?ref_src=twsrc%5Etfw\">June 14, 2018</a></p></blockquote>\n<p></p>\n<p>Attendees worked on a variety of different projects from improving the project’s coding standards to documenting best practices for hosts working with WordPress.</p>\n<p><a href=\"https://twitter.com/EvangeliaPappas\" rel=\"noopener noreferrer\" target=\"_blank\">Evangelia Pappa</a> traveled from Greece to attend her first WordCamp Europe, joining the community team to get answers about helping her local deaf community.</p>\n<p>“In my country you have a lot of deaf people who want to attend WordCamp and also the meetups that we do for the Greek WP community,” Pappa said. “We have found a way to assist them while they are at WordCamps with sign language, but are still struggling with meetups, so I am trying to find answers here in order to help other members of the community.”</p>\n<p><a href=\"http://twitter.com/rociovaldi\" rel=\"noopener noreferrer\" target=\"_blank\">Rocío Valdivia</a> traveled from Spain to attend her 6th WordCamp Europe and also joined the Community Team for contributor day, creating documentation and mentoring WordCamp organizers.</p>\n<p>“I’ve been having a meeting with the WordCamp Nordic organizing team,” Valdivia said. “We are talking about the next WordCamp Nordic, a large regional WordCamp, that will be held next year in Helsinki in March.”</p>\n<p>The Hosting team was also able to work, despite the wi-fi outage, bringing together representatives from different countries and hosting companies.</p>\n<p>“We’ve been going through and writing some best practices and documentation,” <a href=\"http://twitter.com/GetSource\" rel=\"noopener noreferrer\" target=\"_blank\">Michael Schroder</a> said. “We’ve been making some good progress on the performance area of the docs, so I feel pretty good about getting some of that committed today.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">The Contribution Area is being put to good use at <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> . First time we’re using a dedicated room to allow for a continuance of Contributor Day. <a href=\"https://t.co/lTgR8OdLBf\">pic.twitter.com/lTgR8OdLBf</a></p>\n<p>— Remkus de Vries (@DeFries) <a href=\"https://twitter.com/DeFries/status/1007628138522861568?ref_src=twsrc%5Etfw\">June 15, 2018</a></p></blockquote>\n<p></p>\n<p>For the first time, WordCamp Europe also set aside a spacious, designated room for attendees who wanted to continue collaborating on contributions during the main conference.</p>\n<p>Wifi outages are a common occurrence at WordCamp Contributor days. While many attendees I spoke with said they were frustrated and inconvenienced by the inability to be productive, others expressed happy sentiments about the opportunity to be together in one place.</p>\n<p>“The most important thing about contributor day is talking to people, getting to know each other, face timing in real life,” Polyglots team lead <a href=\"http://twitter.com/petyeah\" rel=\"noopener noreferrer\" target=\"_blank\">Petya Raykovska</a> said. “These are always very useful connections to have, learning everybody’s name, asking questions about their experience contributing, and them asking you questions about general experience with the team. It’s actually been great. I feel like it’s given people a chance to talk to each other. No time is lost in contributor day, really.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jun 2018 11:23: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: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:65:\"Post Status: Productizing your service business, with Brian Casel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=46103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://poststatus.com/productizing-your-service-business-with-brian-casel/\";s: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:2663:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian is joined by guest-host <a href=\"https://twitter.com/casjam\">Brian Casel</a>. Brian runs <a href=\"https://audienceops.com/\">Audience Ops</a>, a productized service that offers all aspects of content creation for companies. Brian has been in the WordPress community for a long time, and for years has worked on creating processes around his business to enable him to get beyond a freelancer work life and into treating services like products.</p>\n<p>Before Audience Ops, he ran Restuarant Engine — a niche WordPress site provider, where he really honed many of the processes his company still uses today — which he sold for six figures.</p>\n<p>We dig in to why he decided to make a transformation with his businesses to be so process oriented, and how he turned that into the 30-person organization it is today, as well as the various courses and communities around Productize and Scale.</p>\n<p>By the way, if you like this interview, Brian has an active job posting on Post Status for a <a href=\"https://poststatus.com/job/audience-ops-united-states-1899-writer-for-blog-content-covering-wordpress-web-dev-business-topics/\">blog content writer for Audience Ops</a>.</p>\n<p> </p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://audienceops.com/\">Audience Ops</a></li>\n<li><a href=\"https://productizeandscale.com/\">Productize and Scale</a> newsletter</li>\n<li><a href=\"http://productizepodcast.com/\">Productize Podcast</a></li>\n<li><a href=\"https://productizecourse.com/\">Productize Course</a></li>\n<li><a href=\"https://restaurantengine.com/\">Restaurant Engine</a></li>\n<li><a href=\"http://opscalendar.com/\">Ops Calendar</a></li>\n<li><a href=\"http://www.tropicalmba.com/dc/\">Tropical MBA DC</a></li>\n</ul>\n<h3>Sponsor: Yoast</h3>\n<p>Yoast SEO Premium gives you 24/7 support from a great support team and extra features such as a redirect manager, recommended internal links, tutorial videos and integration with Google Webmaster Tools! Check out <a href=\"https://yoast.com/\">Yoast SEO Premium</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jun 2018 18:11: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: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: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:96:\"WPTavern: Gutenberg Team Panel Talks Release Timeline, Theme Building, and Customization at WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81546\";s:7:\"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:105:\"https://wptavern.com/gutenberg-team-panel-talks-release-timeline-theme-building-and-customization-at-wceu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5847:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/gutenberg-workshop.jpg?ssl=1\"><img /></a></p>\n<p>The Gutenberg team took questions from a full room users and developers this morning before diving into the specifics of the editor’s design, block creation, and how to further extend the new interface. The first question they addressed is the one everyone is asking: When will Gutenberg land in core?</p>\n<p>The team said the editor is pretty close to feature complete and should achieve that in the next few months when version 3.3 is released. At that point the focus will be on refining the current experience. They estimate this to happen in June or the first week of July but also hinted at more information coming in Matt Mullenweg’s keynote address this afternoon.</p>\n<p>Developers also asked about the criteria that will be used to decide that Gutenberg is ready for a WordPress release. The project has a <a href=\"https://github.com/WordPress/gutenberg/issues/4894\" rel=\"noopener noreferrer\" target=\"_blank\">scope and features MVP issue on GitHub</a> that provides an overview for the major functionality that will be introduced in the first version of the new editor. It shows which features have already been shipped and which ones are remaining.</p>\n<p>The team explained that many of the final features have come from developer and user feedback. Some features were not necessarily planned for V1, but it became more apparent that these were needed because they improved either the developer or user experience. For example, within the past four or five months the team found that the child blocks would be necessary to allow developers to be more expressive in extending the editor. A few of the remaining issues include inline images and post locking for concurrent users, but the team doesn’t anticipate any major new features on the horizon before V1 is released.</p>\n<p>Gutenberg engineers also assured workshop attendees that the project is being built with backwards compatibility in mind. One person asked what will happen when the 5.0 release lands. The team explained that the Gutenberg update will not change all the content on WordPress sites. When users open a post in the editor they will have the option to convert that content to block format so it will work with the new editor. If it doesn’t quite work, users be able to fall back to the classic editor.</p>\n<p>The team said they took great lengths not to alter how WordPress deals with data. Gutenberg does not change the content structure. One of the cornerstones for the project is providing an update that will not fragment the content structure. There will be a lot of resources available ahead of the release for helping everyone move forward together.</p>\n<p>Gutenberg engineers said they are working to be conscious not to delay the project, because the longer the delay, the more potential users WordPress is losing because the software is not easy enough for them to build and customize content and websites.</p>\n<h3>How Will Theme Building Change with Gutenberg?</h3>\n<p>Gutenberg designers and engineers also tackled questions about how the new editor will change the theme building experience. Design lead Tammie Lister emphasized the importance of theme developers first getting better at creating themes that do not try to do everything. The basic purpose of a theme is to style the frontend and provide an editor style. One potential way forward for theme developers is to provide additional features by releasing a suite of blocks via a plugin. Lister said she hopes that themes will become a lot lighter in the Gutenberg era and encouraged developers to utilize style guides.</p>\n<p>The team also said that existing themes will continue to function and redesigning a theming API, without the hassle of editing a bunch of PHP files, may be possible in the future. However, it’s too early to know what that will look like. For now, the rendering engine is not changing. Theme developers interested in Gutenberg compatibility should start looking towards deconstructing their themes into individual elements and learn how to express a theme as a list of blocks.</p>\n<h3>How Will Gutenberg Handle Customization?</h3>\n<p>Attendees asked several questions regarding the specific plan to implement customization, or live previewing, after Gutenberg is in core. The current phase 1 handles content editing and puts the infrastructure in place to support customization. There are some issues on GitHub for transforming widgets into blocks, which will be a step towards the site building experience. The team has already implemented direct manipulation on the WYSIWYG road but phase 2 will cover more aspects of customization.</p>\n<p>Gutenberg is not ready to replace the Customizer anytime soon, but the next phase will explore what a block-based experience of customization will look like. When asked if Gutenberg will “kill off some of the page builders,” the team said the goal is for page building type applications to be able to use Gutenberg as a springboard for different implementations that extend the editor in ways that benefit different types of users.</p>\n<p>An attendee asked how the team plans to enhance adoption once Gutenberg lands in core. The team said they are working on an experimental feature called ‘tips’ that offers a story walkthrough of the publishing workflow. It includes helpful nudges to assist users in getting better at navigating the interface. The wider ecosystem has already responded with courses and tutorials to help developers get on board. The WordPress training team is also working on some training materials to use at WordCamps with tutorials for developers to learn how to convert existing plugins and themes to be Gutenberg-ready.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jun 2018 11:18: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: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:61:\"WPTavern: WPWeekly Episode 320 – Building a Sustainable Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=81508&preview=true&preview_id=81508\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/wpweekly-episode-320-building-a-sustainable-web\";s: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:1741:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by Jack Lenox, Software Engineer at Automattic, to discuss his new project, <a href=\"https://sustywp.com/\">SustyWP</a>. Lenox explains how he built the site so that it only has 7KB of data transfer, what sustainability on the web means to him, and the relationship between sustainability and optimization to create a better user experience. We end the show discussing the latest WordPress headlines and share information on how you can watch WordCamp EU for free.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://www.wordfence.com/blog/2018/06/babayaga-wordpress-malware/\">BabaYaga: The WordPress Malware That Eats Other Malware</a><br />\n<a href=\"https://blog.threatpress.com/vulnerable-wordpress-plugins-multidots/\">Ten WordPress Plugins By Multidots For WooCommerce Identified As Vulnerable And Dangerous</a><br />\n<a href=\"https://wptavern.com/plugin-detective-wins-wordcamp-orange-county-2018-plugin-a-palooza\">Plugin Detective Wins WordCamp Orange County’s 2018 Plugin-a-Palooza</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #320:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jun 2018 02:04:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WPTavern: Watch WordCamp EU for Free via 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/watch-wordcamp-eu-for-free-via-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:889:\"<p><a href=\"https://2018.europe.wordcamp.org/\">WordCamp EU 2018</a> is scheduled to take place this weekend in Belgrade, Serbia. Although the event is sold out, you can watch the event for free via livestream. Simply visit the WCEU <a href=\"https://2018.europe.wordcamp.org/tickets/\">tickets page</a> and register a livestream ticket.</p>\n\n<p>Sessions begin on Friday, June 15th. To see a list of sessions and speakers, check out the <a href=\"https://2018.europe.wordcamp.org/schedule/\">event’s schedule</a>. Note that there is a six hour time difference between Eastern Daylight Time and Belgrade, Serbia. </p>\n\n<p>As we near the halfway point of 2018 and no imminent release of WordPress 5.0 on the horizon, it will be interesting to see what information is shared during <a href=\"https://2018.europe.wordcamp.org/session/matt-on-wordpress/\">Matt Mullenweg’s keynote.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jun 2018 00:35:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"HeroPress: By Helping Others, I Save Myself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://heropress.com/by-helping-others-i-save-myself/#utm_source=rss&utm_medium=rss&utm_campaign=by-helping-others-i-save-myself\";s: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:3397:\"<img width=\"960\" height=\"547\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/05/osmi-1024x583.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner for OSMI, Open Sourcing Mental Illness\" /><p>I think I met Ed Finkler at WordCamp Milwaukee in 2016. It was at the speaker dinner, and he sat across from me for a while. He seemed like a pretty normal WordPress developer and several weeks later I asked him to do a HeroPress essay. His answer surprised me. “Well sure, that sounds pretty cool, aside from the fact that I don’t really do WordPress anymore”.</p>\n<p>As it turns out, he had mostly retired from active WordPress development. His every day world was now filled with working in different frameworks and languages, amongst people who help WordPress in disdain. But Ed’s view fascinated me. For all that he was working with more modern frameworks, WordPress is what made him a great developer. The empathy and compassion for the user that WordPress holds so dearly carried over into the rest of his life.</p>\n<p>So what was he doing at WordCamp? Spreading the word about his cool new organization, which I will leave for you to read about.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/wordpress-taught-better-developer/\">How WordPress Taught Me To Be a Better Developer</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: By Helping Others, I Save Myself\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=By%20Helping%20Others%2C%20I%20Save%20Myself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fby-helping-others-i-save-myself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: By Helping Others, I Save Myself\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fby-helping-others-i-save-myself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fby-helping-others-i-save-myself%2F&title=By+Helping+Others%2C+I+Save+Myself\" rel=\"nofollow\" target=\"_blank\" title=\"Share: By Helping Others, I Save Myself\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/by-helping-others-i-save-myself/&media=https://heropress.com/wp-content/uploads/2016/05/osmi-150x150.png&description=By Helping Others, I Save Myself\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: By Helping Others, I Save Myself\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/by-helping-others-i-save-myself/\" title=\"By Helping Others, I Save Myself\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/by-helping-others-i-save-myself/\">By Helping Others, I Save Myself</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jun 2018 13:14:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: Plugin Detective Wins WordCamp Orange County’s 2018 Plugin-a-Palooza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/plugin-detective-wins-wordcamp-orange-county-2018-plugin-a-palooza\";s: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:3482:\"<p><a href=\"https://2018.oc.wordcamp.org/\">WordCamp Orange County</a>, CA, took place this past weekend and the winners of the <a href=\"https://wptavern.com/wordcamp-orange-county-plugin-a-palooza-first-place-prize-is-3000\">Plugin-a-Palooza</a> have been crowned. <a href=\"https://profiles.wordpress.org/croixhaug\">Nathan Tyler</a> and <a href=\"https://profiles.wordpress.org/nataliemac\">Natalie MacLees</a> took the first place prize of $3,000 with their submission, <a href=\"https://wordpress.org/plugins/plugin-detective/\">Plugin Detective</a>.</p>\n\n<img />\n Creating a new case in Plugin Detective\n\n\n<p>When it comes to troubleshooting WordPress, disabling and re-enabling plugins is one of the first steps in the process. This is time consuming and involves browsing to the plugin management page multiple times to turn a plugin on or off.</p>\n\n<p>Plugin Detective simplifies the process by quickly identifying the culprit. Once installed, a Troubleshooting quick link is added to the WordPress Toolbar. From here, users can open or continue a case. When a case is opened, a bot named Detective Otto asks users to navigate to the page where the problem is occurring.</p>\n\n<p>After the location is identified, users inform Detective Otto which plugins are required for the site to function properly. Interrogations is the act of of disabling and enabling plugins. Multiple interrogation attempts are made until the culprit is identified through the process of elimination. The following video does a great job of explaining and showing how it works. <br /></p>\n\n\n <div class=\"embed-vimeo\"></div>\n\n\n<p>It can also be used to <a href=\"https://wordpress.org/plugins/plugin-detective/#i%20just%20see%20errors%20or%20a%20white%20screen.%20can%20i%20still%20use%20plugin%20detective%20to%20troubleshoot%20what%E2%80%99s%20gone%20wrong%3F\">identify and fix</a> White Screen of Death errors caused by plugins.<br /></p>\n\n<p>Plugin Detective is partly inspired by a software program from the 90s called <a href=\"https://en.wikipedia.org/wiki/Conflict_Catcher\">Conflict Catcher</a>.</p>\n\n<p>“I used ‘Conflict Catcher’ to troubleshoot conflicts between system extensions on my Mac,” Tyler said. “I thought the concept was cool and would often run it for fun to try to figure out how it worked. Eventually, I learned that the computer science concept is a ‘binary search.’</p>\n\n<p>“Applying the concept to WordPress plugins seemed like a good approach to the plugin conflict problem we all experience.”</p>\n\n<p>Tyler developed the functionality and MacLees is credited with the plugin’s design, user experience, JavaScript, API calls, etc. The duo plan to establish relationships with plugin authors to help get them better bug reports. <br />><br /><br /><br /><br /><br />“Basically, if an author opts-in, we can help the end-user file a support ticket right there in Plugin Detective after we’ve identified the problem,” he said. “The support team gets a helpful bug report with notes from the customer, along with system information, other installed plugins, active theme, etc.”</p>\n\n<p>If you troubleshoot sites often or want an easier way to figure out which plugin is causing a conflict, consider adding Plugin Detective to your toolkit. Plugin Detective is free and <a href=\"https://wordpress.org/plugins/plugin-detective/\">available for download</a> from the WordPress plugin directory. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jun 2018 02:12: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: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:20:\"Matt: Other Cultures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48139\";s:7:\"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:\"https://ma.tt/2018/06/other-cultures/\";s: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:311:\"<blockquote class=\"wp-block-quote\">\n <p>As the traveller who has once been from home is wiser than he who has never left his own doorstep, so a knowledge of one other culture should sharpen our ability to scrutinize more steadily, to appreciate more lovingly, our own.</p><cite>Margaret Mead</cite></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jun 2018 23:35: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: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:93:\"WPTavern: WordCamp Europe Introduces Official Mobile App, New Tech for On-site Badge Printing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/wordcamp-europe-introduces-official-mobile-app-new-tech-for-on-site-badge-printing\";s: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:4132:\"<img />\n\n<p>WordCamp Europe debuted its new <a href=\"https://app.wp-europe.org/\">official mobile app</a> today, providing attendees with a quick way to access the event’s schedule, maps, and announcements. Several unofficial apps have popped up over the years, but this is the first one produced and supported by WCEU organizers.</p>\n\n<p>The team opted for creating a PWA (Progressive Web App), which loads inside a mobile browser while offering an experience similar to native apps. It’s also far less complicated than supporting multiple platform-specific mobile apps. Users don’t have to download anything, since it is loaded via the browser, and the site can be accessed offline in case of network failure. <br /></p>\n\n<img />\n\n<p>The app was built using React on the frontend and is hosted on a node server. It uses WordPress for content management on the backend, along with the <a href=\"https://wordpress.org/plugins/wp-pwa/\">WordPress PWA</a> plugin and <a href=\"https://wordpress.org/plugins/onesignal-free-web-push-notifications/\">OneSignal Push Notifications </a>.</p>\n\n<p>“This first iteration isn’t scalable for the community, but we wanted to test the possibilities and have the opportunity to explore what it would take to eventually make this available for all WordCamps,” WCEU team leader Jenny Beaumont said. “It’s a lofty goal, and we’re not there yet, but we’ve learned a lot along the way and looking forward to pursuing the ambition.”</p>\n\n<p>Attendees can expect to find any last minute schedule changes in the app and may also opt to receive push notifications for important updates. The Favorites feature lets users to bookmark all the sessions they plan to attend and toggle them into view.</p>\n\n<img />\n\n<p>WCEU’s official PWA is lightweight and re-usable – it can easily be updated to display content for future editions of the WordCamp.</p>\n\n<p>“We’ll only need to update our feeds, since WordCamps are issued a new website every year, but the basic functionality will be in place and can be developed on as browsers offer better support and new team members join the team with their great ideas,” Beaumont said. </p>\n\n<p>The current theme is open source and available on GitHub. It can be rebranded for future events to reflect the design for that year and city. Beaumont said the long term goal is to have a PWA generated directly from WordCamp sites. </p>\n\n<h3>New Tech for Badges Generates a Barcode for Sponsors to Scan</h3>\n\n<p>The technology for badge creation will be getting an overhaul as well this year. WCEU organizers are renting the materials from a <a href=\"https://www.azavista.com/\">Azavista</a>, a Dutch event management company that provides badges, badge printers and scanning devices (iPhones). The new tech will make it more efficient for volunteers to process more than 2,000 attendees at registration.</p>\n\n<p>The badge scanners also streamline attendee interaction with sponsors, replacing the signup sheets and tablets that sponsors usually have for collecting attendee information. </p>\n\n<p>“It’s tied to attendees’ Attendee ID number, created when attendees register on our WordCamp site,” Beaumont said. “Say an attendee is visiting a sponsor booth and having a nice conversation, the sponsor can ask if they’d like to leave their name and email address to stay in touch. If the attendee agrees, then they show their badge to have it scanned by the sponsor using the closed-technology on devices provided by our vendor. “</p>\n\n<p>After the event, WCEU organizers will send the names and email addresses of attendees to the sponsors based on the signups from scanned badges.</p>\n\n<p>If attendee feedback is positive, Beaumont said organizers plan to implement the quick registration feature next year. This will allow attendees to receive a QR code via email and get it scanned in order to receive their badges. These tech improvements should relieve traffic bottlenecks at the registration desk and sponsor booths, freeing up more time for WCEU attendees to spend in sessions and networking activities.</p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jun 2018 15:38: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: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:37:\"Mark Jaquith: Making ScoutDocs: React\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://markjaquith.wordpress.com/?p=5658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react/\";s: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:6209:\"<p>Continuing my series about <a href=\"https://wordpress.org/plugins/scoutdocs/\">ScoutDocs</a> and the process of building it, this week I’m talking about <strong>React</strong>.</p>\n<p><img /><em>What is <a href=\"https://scoutdocs.com/\">ScoutDocs</a>? ScoutDocs is a WordPress plugin that adds simple file-sharing to your WordPress site.</em></p>\n<p>After the first iteration of ScoutDocs was built and none of the partners on the project were happy with its experience, it became clear that in order to deliver a clean, simple interface for file uploading and sharing we needed to leave the bounds of the WordPress admin. It didn’t take me long to decide that <a href=\"https://reactjs.org/\">React</a> would be the tool I used to build the new interface.</p>\n<p>There is an incredible momentum behind React, and a rich ecosystem of libraries, tools, and educational resources. But beyond all that, React is just plain <em>fun</em> to code. Once you accept the central premise that a view layer and the controller that handles that view are inextricably linked, and once you get over the weirdness of quasi-HTML-in-JS that is JSX, coding in React is a joy.</p>\n<p><img /></p>\n<p>Make no mistake, learning React is not a weekend project. It will take a while before it feels like home. But once you get it, you feel very powerful.</p>\n<p>The first lesson I learned was <b>don’t learn React by rewriting your app in React</b>. I tried this. I read some tutorials about React and it felt straightforward, and I was like “let’s <i>do</i> this.”</p>\n<p><img /></p>\n<p>This was a bad idea. I was overwhelmed. I had no idea where to start. Next, I tried following some of the interactive tutorials that required me to build a simple React app and then slowly add functionality to it, refactoring it multiple times, until I understood not just the code that I ended up with, but the <i>process</i> of creating it. This went much better.</p>\n<p><b>Start small, and build a bunch of “toy” apps before you use React for your own apps.</b> Once you are able to “think in React”, you’ll be nearly physically itchy to go re-code your app in React, and that’s how you know you’re ready. If you jump the gun, you are going to get stuck a lot, and it will be frustrating.</p>\n<p>As you learn React and explore the React ecosystem, you will likely hear about <a href=\"https://redux.js.org/\">Redux</a>, which is a system for storing application state, and is commonly used with React apps. It looked complicated, and even its creator wrote a post saying <a href=\"https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367\">you might not need Redux</a>. So I skipped it. This was probably the right call when I was starting out. But as I fleshed out the ScoutDocs app and its complexity increased, I ran into a problem.</p>\n<p>See, React breaks your app up into these nested chunks of UI and functionality called components. Data flows down through your components. So if a user updates their name, that change will flow down from higher up components like a Page component down to a PageHeader, down to a NavBar, down to a UserStatus. Once this is all set up and you update data in a parent component, the changes automatically flow downstream, and the UserStatus component updates and re-renders. It’s great. Except that there are a bunch of intermediate components that accept and “forward” that user name data to their children, without actually caring about it themselves. When you inevitably refactor something and need to add new data that flows through these components, every single intermediate one needs to be updated to pass it on. It is tedious. You will hate it.</p>\n<p>Worse, because events in React flow upwards, if a user updates their name in the UserName component, that change needs to flow up to ProfileForm, up to Profile, up to Page, and then up to your main App component. When you refactor, you need to make sure this event forwarding chain stays connected. Yet more tedium that you will hate.</p>\n<p>Redux solves this by letting your React components, no matter how deeply they are nested, subscribe directly to the data they need.</p>\n<p>I really wish Dave Ceddia had written <a href=\"https://daveceddia.com/what-does-redux-do/\">this excellent post about Redux</a> two months earlier.</p>\n<blockquote><p>If you have a component structure like the one above – where props are being forwarded down through many layers – consider using Redux.</p></blockquote>\n<p>This is what I needed to hear, and knowing this would have saved me a lot of frustration and time that I now have to spend converting ScoutDocs to use Redux.</p>\n<p><b>Use Redux when your React data flow starts to get unwieldy.</b></p>\n<p>Another mistake I made early on was making the data my React components accepted too restrictive. For example, I wanted the ability to prefix a <code class=\"code-inline\">Row</code> component with a clickable icon. So I let the component accept an <code class=\"code-inline\">icon</code> and <code class=\"code-inline\">onClickIcon</code> property. I just passed a Font Awesome icon name in, and a function I wanted to run when clicked. It worked great.</p>\n<p><img /></p>\n<p>Then I needed to add a second icon in front, in some circumstances. Ugh. I certainly didn’t want to do <code class=\"code-inline\">otherIcon</code> and <code class=\"code-inline\">onClickOtherIcon</code>. Instead, what I should have done was let the component accept <code class=\"code-inline\">beforeRow</code> which could be anything… like an array of <code class=\"code-inline\"><Icon></code> components or a single one or even other components altogether.</p>\n<p><img /></p>\n<p>This can be used for many more situations than the one (“put an icon before the row”) that I’d originally envisioned.</p>\n<p><b>Your React components should be flexible, so they can be reusable.</b></p>\n<p>Other posts in this series:</p>\n<ul>\n<li><a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/\">Outsourcing</a></li>\n<li>React</li>\n<li>WordPress Rest API</li>\n<li>PHP 7</li>\n<li>Build tools</li>\n<li>Unit testing</li>\n</ul>\";s: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, 11 Jun 2018 14:36: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:12:\"Mark Jaquith\";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:71:\"Akismet: Customisation options for the Akismet front-end privacy notice\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2018/06/07/customisation-options-for-the-akismet-front-end-privacy-notice/\";s: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:3606:\"<p>To help your site be transparent to your visitors about using <a href=\"https://akismet.com/\">Akismet</a> to process comments (think privacy and <a href=\"https://www.eugdpr.org/\">GDPR</a>), <a href=\"https://wordpress.org/plugins/akismet/\">our WordPress plugin</a> now gives you the option to display a notice under your site’s comment forms. Site owners can decide if they want to display it, or not, on a per-blog basis.</p>\n<p><img /></p>\n<p>But we’ve also given options to developers to extend the behaviour, and content, of said notice.</p>\n<h3>WordPress option</h3>\n<p>The display of the notice itself, as well as the in-admin notice to set it for one’s site, all revolves around a new <code>akismet_comment_form_privacy_notice</code> option, which needs to be set to either <code>display</code> or <code>hide</code>.</p>\n<p>If the option is not yet set, the front-end notice will not be displayed, but the in-admin prompting site owners to set it will.</p>\n<p>Once set to either <code>display</code> or <code>hide</code>, the front-end notice will match the choice, and the in-admin notice will disappear.</p>\n<h3>Filters</h3>\n<p>In <a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1408\"><code>class.akismet.php</code></a>, there is a new <a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1408\"><code>Akismet::display_comment_form_privacy_notice()</code></a> method, in which you can find the following filters to extend.</p>\n<ul>\n<li><a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1413\"><code>akismet_comment_form_privacy_notice</code></a>:<br />\nOverrides the returned value of the <code>akismet_comment_form_privacy_notice</code> option. This value can be <code>display</code>, or <code>hide</code>, and controls the display of the front-end privacy notice under comment forms.</li>\n<li><a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1417\"><code>akismet_comment_form_privacy_notice_markup</code></a>:<br />\nLets you customise the text and markup of the actual notice, which defaults to <code>\'<p class=\"akismet_comment_form_privacy_notice\">\' . sprintf( __( \'This site uses Akismet to reduce spam. <a href=\"%s\" target=\"_blank\">Learn how your comment data is processed</a>.\', \'akismet\' ), \'https://akismet.com/privacy/\' ) . \'</p>\'</code>. Note that if you choose to modify the markup, something needs to eventually point your users to <a href=\"https://akismet.com/privacy/\">https://akismet.com/privacy/</a>, which will always display, or redirect to, our most up-to-date privacy related documentation.</li>\n</ul>\n<h3>CSS</h3>\n<p>As seen above, the default front-end privacy notice is wrapped in a <code><p class=\"akismet_comment_form_privacy_notice\"></p></code> tag, which you can extend via stylesheets and Javascript.</p>\n<h3>WP Multisite or multiple WP installs</h3>\n<p>If you have a lot of sites/blogs, you might also now be wanting to set the privacy display in bulk.</p>\n<p>There are a few ways of doing that.</p>\n<p>You can create a quick plugin that checks if the <code>akismet_comment_form_privacy_notice</code> option is set, and if it is not, set it for the current blog: <code>update_option( \'akismet_comment_form_privacy_notice\', $state );</code> where <code>$state</code> is either <code>display</code> or <code>hide</code>.</p>\n<p>Or you could write a script that loops on your blog list, and set the same option, in one run.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jun 2018 14:52: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:14:\"Stephane Daury\";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:64:\"WPTavern: WPWeekly Episode 319 – The Gutenberg Plugin Turns 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=81249&preview=true&preview_id=81249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wpweekly-episode-319-the-gutenberg-plugin-turns-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1977:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"http://pento.net/\">Gary Pendergast</a>, a WordPress core contributor, to discuss what’s new with Gutenberg. We find out what happened with WordPress 4.9.6, and discuss WordPress’ future. We also discuss Microsoft’s acquisition of GitHub and when WordPress core development might transition to GitHub. Last but not least, we share the news of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://news.microsoft.com/2018/06/04/microsoft-to-acquire-github-for-7-5-billion/\">Microsoft Acquires GitHub for $7.5B In Stock</a><br />\n<a href=\"https://make.wordpress.org/core/2018/06/05/whats-new-in-gutenberg-5th-june/\">Gutenberg 3.0.0 Released, 30th Release</a><br />\n<a href=\"https://wptavern.com/simplepress-forum-plugin-is-up-for-adoption\">Simple:Press Forum Plugin Is Up for Adoption</a><br />\n<a href=\"https://wptavern.com/wordcamp-for-ios-renamed-to-wp-camps-more-events-added\">WordCamp for iOS Renamed to WP Camps, More Events Added</a><br />\n<a href=\"https://wptavern.com/sustainability-wordpress-sustywp\">Sustainability + WordPress = SustyWP</a><br />\n<a href=\"https://medium.com/@muglug/improving-wordpress-with-static-analysis-505cc5ba495d\">Improving WordPress with Static Analysis</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #319:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jun 2018 01:12:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WPTavern: Simple:Press Forum Plugin Is Up for Adoption\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/simplepress-forum-plugin-is-up-for-adoption\";s: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:1355:\"<p><a href=\"https://simple-press.com/\">Simple:Press</a>, a forum plugin for WordPress that has been around for more than a dozen years, is available for adoption. Developers Andy Staines and Steve Klasen announced their plans to shutdown operations last August on their <a href=\"https://simple-press.com/support-forum/\">customer support forum</a> and have had little luck finding a suitable replacement.</p>\n\n<img />\n Simple:Press Forum in Action\n\n\n<p>Staines and Klasen will retire on August 1st. Everything related to the site, including the domain, plugin code, customer information, income, etc. will transfer to the new owner with no strings attached.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>The forum plugin has been a labor of love for a long time. We don’t really want to see the plugin die because we have decided to retire. It has provided us a good secondary income for many years and has good potential for anyone who wished to make a go at it.<br /></p><cite>Steve Klasen</cite></blockquote>\n\n<p>Simple:Press is not available on the WordPress.org plugin directory and generates revenue through memberships, themes, and plugins. Those interested in taking over the plugin or to find out more information can contact Klasen and Staines through the <a href=\"https://simple-press.com/contact/\">Simple:Press Forum contact form</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jun 2018 19:45:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"BuddyPress: BuddyPress 3.1.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=274141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2018/06/buddypress-3-1-0-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:817:\"<p>BuddyPress 3.1.0 is now available. This is a maintenance release that fixes 23 bugs and is a recommended upgrade for all BuddyPress installations.</p>\n<p>For more information, see the <a href=\"https://buddypress.trac.wordpress.org/query?group=status&milestone=3.1.0\">3.1.0 milestone</a> on <a href=\"https://buddypress.trac.wordpress.org/\">BuddyPress Trac</a>.</p>\n<p>Update to BuddyPress 3.1.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the wordpress.org plugin repository</a>.</p>\n<p>Questions or comments? Check out the <a href=\"https://codex.buddypress.org/releases/version-3-1-0/\">3.1.0 changelog</a>, or stop by our <a href=\"https://buddypress.org/support/\">support forums</a> or <a href=\"https://buddypress.trac.wordpress.org/\">Trac</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jun 2018 16:06: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:8:\"@mercime\";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:65:\"WPTavern: WordCamp for iOS Renamed to WP Camps, More Events Added\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/wordcamp-for-ios-renamed-to-wp-camps-more-events-added\";s: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:1268:\"<p>When Marcel Schmitz <a href=\"https://wptavern.com/marcel-schmitz-releases-unofficial-wordcamp-for-ios-app\">released his WordCamp for iOS app</a>, there was concern that it violated the <a href=\"https://wordpressfoundation.org/trademark-policy/\">WordCamp Trademark policy</a>. Schmitz has changed the name of the app to <a href=\"https://itunes.apple.com/gb/app/wordcamp/id1384323581?mt=8\">WP Camps,</a> describes it as a companion app for WordCamps, and has added a number of upcoming events.</p>\n\n<img />\n WordCamp Kent, OH in WP Camps\n\n\n<p>In addition to these changes, Schmitz has also redesigned the app’s icon due to user feedback. <a href=\"https://schmitzoide.blog/wordcamp-ios-app-is-now-wp-camps-multiple-wordcamps-added/\">Version 1.1</a> sets the stage for search, chat, a who’s on stage feature, and more.</p>\n\n<p>If you’re organizing a WordCamp or WordPress event and want it added to the app, you can <a href=\"https://twitter.com/schmitzoide\">contact Schmitz on Twitter.</a> You can also click on the About section within the App to send him an email. </p>\n\n<p>WP Camps is an application for iOS devices and is <a href=\"https://itunes.apple.com/us/app/wp-camps/id1384323581?ls=1&mt=8\">available for free</a> on the Apple App Store.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jun 2018 03:29: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: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:39:\"HeroPress: Work is not just about Money\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://heropress.com/essays/work-is-not-just-about-money/#utm_source=rss&utm_medium=rss&utm_campaign=work-is-not-just-about-money\";s: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:7746:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/06/060618-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It\'s about the satisfaction I feel when I see the impact I make on the community.\" /><p>Settle in, because you are about to read some worst and some even worst experiences that I have had in my life and yet how I am still pulling myself together.</p>\n<p>Before we get into it, I am going to tell you something about me. I am Libertarian, otaku. I LOVE to play with words. By profession I am an IT engineer but by passion I am a writer. I am writing about Microsoft & other Technologies for various publications. I am also writing about Exciting Technology & Mind-Boggling Science and am a co-founder of 2 sci-fi and technological news platform.</p>\n<p>I was so engaged in the world of Computer and Technology since the school time. I was excited about HTML, CSS, C and other basic computer programming concept since school. Recently, I completed my Bachelor of Engineering study (result is yet to be declared, but I think I will pass in all subject). And as of now, I don’t have any plans for further studies. Phew.</p>\n<h3>Talking about WordPress</h3>\n<p>My cousin introduced me with WordPress in 2010 when I completed 10th standard (grade). OMG! It’s been 8 years! However, at that time he gave me only basic WordPress work i.e.data entry. But later in college I was getting engaged in various freelancing work (mostly WordPress related) and that’s where the real journey with WordPress began!</p>\n<p>As of now, I have designed & developed tons of websites with WordPress and modified up to dozens of themes. I enjoy working in WordPress so much that sometimes, I forget to take dinner. I am so committed to my work, it’s like passion to me.</p>\n<p>Fast forward to September 2016, I submitted my first WordPress theme “Frindle” to WordPress theme directory. After waiting for nearly 5 months in theme review queue, in January 2017, the theme reviewer rejected my theme, because theme had “5 or more issues” (31 I remembered correctly). And I was back to square one. But after this setback I pushed myself and resubmitted theme again in the very next month. This time everything worked out and the theme was approved in April 2017 and went live on 1st July 2017.</p>\n<p>A friend of mine from WordPress community set me up for an interview in her company. I got selected and they wanted me to join from very next day. I was so thrilled and excited but as I was still pursuing my engineering study. But, my college didn’t signed the NDA (for attendance) so I had to give up the opportunity.</p>\n<p>Later on, I submitted 2 more themes to the official WordPress theme directory, Horkos & Ogee. Both of them are live right now and Ogee is getting significant user base. Later on, I joined a small web development company as a remote WordPress developer. And worked on so many projects.<br />\nWhile I was working on various freelancing WordPress projects, I was also doing content writing passionately. Now I am writing for several publication and news websites. Mostly I write about mind-boggling science and futuristic technology. Some of my anonymously written articles are featured on popular newsletter such as Slashdot.</p>\n<h3>This went well:</h3>\n<p>While I was in the last year of study, my cousin set me up for an interview for internship/training program. Everything was going perfect. The interviewer was impressed from my resume, but all of sudden, he started asking questions about technology which I am not aware of. I straightly said, “With all due respect sir, I don’t know anything about it, but if it’s worth I am ready to learn.” God knows what he heard but within 2 minutes he ended up saying “You are just wasting your life. You can go now.” I was like, man, it took me 30 minutes to find your office, please hear me out.</p>\n<p>But everything changed after this interview. When I was driving home from this interview, I got a call from an old friend and he asked me to write sci-fi articles for his new website. Wait! On the same day I got an email from a popular news website asking me to come onboard as a senior editor. I was like this is the worst best day of my life.</p>\n<h3>So no WordPress?</h3>\n<p>Well, here’s something good. In addition to this, right now I am perusing internship for PHP/WordPress and front-end developer in an MNC company. I am learning so many things nowadays, collaborating with team, project management, communication with clients and more!</p>\n<h3>Life nowadays</h3>\n<p>Every day, I wake up with a new task and go to sleep with a new idea. What is most aspiring in this is the platform that we all associated with. Even though I practice polyphasic sleep, I still need 5 extra hours in a day.</p>\n<p>I don’t work for money, I just do it because I am so passionate about it. I mean money is important but work is not just about it. It’s about the satisfaction I feel when I see the impact I make on the community.</p>\n<p>I am 22, but as of now, I don’t have a 9 to 5 permanent “job” nor a shoulder to cry on (you know what I mean). But I work a LOT. I love my keyboard. I’m highly sensitive. I spend my days immersing myself in the personal growth world. Maybe in some ways, I’m (definitely) not normal – some of the ways that I go against the grain of the society. And you know what? It’s okay.</p>\n<p>So yeah, I’m comfortably okay with the basic skills which I possess. I wonder when people will understand that it’s okay to be “okay”. Everything that was still is. So, whether I like it or not, I pull myself together and I do it all again.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Work is not just about Money\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Work%20is%20not%20just%20about%20Money&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-is-not-just-about-money%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Work is not just about Money\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-is-not-just-about-money%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-is-not-just-about-money%2F&title=Work+is+not+just+about+Money\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Work is not just about Money\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/work-is-not-just-about-money/&media=https://heropress.com/wp-content/uploads/2018/06/060618-150x150.jpg&description=Work is not just about Money\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Work is not just about Money\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/work-is-not-just-about-money/\" title=\"Work is not just about Money\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/work-is-not-just-about-money/\">Work is not just about Money</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jun 2018 02:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Zipal Patel\";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:46:\"WPTavern: Sustainability + WordPress = SustyWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/sustainability-wordpress-sustywp\";s: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:959:\"<p>Jack Lenox, a Software Engineer at Automattic, has launched a new site called <a href=\"https://sustywp.com/\">SustyWP</a> that focuses on web sustainability using WordPress.<br /></p>\n\n<p>By removing the parts of <a href=\"https://github.com/automattic/_s\">Underscores</a> he didn’t need, using one inline SVG image, no sidebars, limited CSS, and no webfonts, Lenox was able to launch a WordPress site that only has 7 Kilobytes of data transfer. <br /></p>\n\n<p>As you might expect, the site crushes page speed and performance benchmarks. The site is also hosted in a data center that uses 100% renewable energy. To learn how and why he built the site, check out his <a href=\"https://blog.jacklenox.com/2018/06/04/delivering-wordpress-in-7kb/\">detailed blog post</a>.</p>\n\n<p>While only transferring seven kilobytes of data is commendable, these days, websites are feature-rich. I wonder how practical his methods are for large and complex sites. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jun 2018 20:41: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: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:59:\"Mark Jaquith: Lessons Learned Making ScoutDocs: Outsourcing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://markjaquith.wordpress.com/?p=5642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/\";s: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:5156:\"<p>Now that <a href=\"https://wordpress.org/plugins/scoutdocs/\">ScoutDocs is in the WordPress plugin repository</a>, I’d like to share some lessons I learned making it. Every project teaches me something — this one taught me a lot.</p>\n<p><img /><em>What is <a href=\"https://scoutdocs.com/\">ScoutDocs</a>? ScoutDocs is a WordPress plugin that adds simple file-sharing to your WordPress site. You can upload files (which are stored securely in the cloud and served over HTTPS via a global CDN), and share them with individuals or groups of individuals. Email notifications are also handled by the ScoutDocs service, getting around the issue of reliable email delivery on a shared host. You can require that recipients accept or decline the files you’ve shared, e.g. so you can see which of your employees has seen the new employee handbook. Instead of files living as email attachments (if they even fit) or off on some third-party site, people can access them on your site.</em></p>\n<p>In this weekly series, I’m going to cover:</p>\n<ul>\n<li>Outsourcing</li>\n<li><a href=\"https://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react\">React</a></li>\n<li>WordPress Rest API</li>\n<li>PHP 7</li>\n<li>Build tools</li>\n<li>Unit testing</li>\n</ul>\n<p>First up, lessons learned about outsourcing.</p>\n<p>When we started making ScoutDocs, the question was raised as to whether it would be beneficial to outsource any of the coding. My time was valuable and limited, so I figured that if I had another developer code while I slept, I could spend an hour in the morning reviewing the code and giving them direction for the next workday. I had visions of quickly scanning code while my morning coffee brewed, twirling an invisible moustache, and muttering “good, good.”</p>\n<p>This is not what happened.</p>\n<p>The issue I quickly ran into was that for any nebulously defined problem, someone else’s solution was unlikely to match what I wanted. Their assumptions would not be the same as mine. As a result, the odds of me being happy with their solution were very low.</p>\n<p>I spent a lot of time rewriting code.</p>\n\n<a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/not-hiring/\"><img width=\"100\" height=\"56\" src=\"https://markjaquith.files.wordpress.com/2018/06/not-hiring.gif?w=100&h=56\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/spaces/\"><img width=\"100\" height=\"56\" src=\"https://markjaquith.files.wordpress.com/2018/06/spaces.gif?w=100&h=56\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<p>And because I was spending all my time “fixing” the code I wasn’t really looking at the product as a whole.</p>\n<p>When the contractors were done, my ScoutDocs partners and I looked at it, and we realized that it… was bad. Forget code quality, which despite all my vain reshuffling was still lacking: what we had was just overall a terrible user experience. Rather horrifyingly, we admitted that what we needed to do to give it the user experience we wanted was nothing short of a total rewrite.</p>\n<p><img /></p>\n<p>I rolled up my sleeves, <a href=\"https://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react\">learned React</a>, and rewrote ScoutDocs until almost nothing of the original code and user experience remained.</p>\n<p>So was outsourcing a waste? Not completely. Some code was retained, mostly relating to the Amazon S3 interface. I was glad that someone else had experienced the singular joy of spending an eternity lost in a maze of Amazon Web Services documentation and confusing code samples. Additionally, if I had set out to build the initial version of the code, it would have taken a lot of my time (which I did not have much to spare), and might have meant that our horrifying realization would have been delayed for several months.</p>\n<p><strong>Knowing what doesn’t work is valuable</strong>, even if you have to throw it away. That’s mostly what we had gotten for our money: figuring out what didn’t work. If outsourcing can get you to these realizations sooner or for less money, it might be well worth it.</p>\n<p>As I rewrote the software, my partners asked me a few times if I regretted outsourcing. I didn’t, for the above reason, but also because outsourcing had solved some of the coding issues that would have been a slog for me. However, if I was doing it all over again, I would have done more work upfront to identify specific, well-defined tasks that I wanted to outsource.</p>\n<p><strong>Delegation makes sense when the task is well-defined.</strong> At the extreme, you could spend so much time redoing work and asking for revisions that you’d have been better off just doing it yourself. If you can specify exactly what constitutes success in a task, and the time it takes you to specify that is much less than the time it would take you to do the task, outsource it.</p>\n<p>Check back next week for my thoughts on rewriting ScoutDocs in React.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jun 2018 14:11: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:12:\"Mark Jaquith\";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:42:\"Dev Blog: The Month in WordPress: May 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6065\";s:7:\"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/2018/06/the-month-in-wordpress-may-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4536:\"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href=\"https://wp15.wordpress.net/\">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href=\"https://wp15.wordpress.net/about/\">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href=\"https://wordpress.org/about/privacy/\">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href=\"https://wordpress.org/about/privacy/cookies/\">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">opened up speaker submissions</a> for the December event.</li>\n <li><a href=\"https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/\">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href=\"https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/\">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href=\"https://core.trac.wordpress.org/changeset/43309\">significant work has been done</a> to improve WordPress Core’s build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jun 2018 09:09: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:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WPTavern: Community Spotlight: James Huff (MacManX)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/community-spotlight-james-huff-macmanx\";s: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:2473:\"<p>Providing support on the <a href=\"https://wordpress.org/support/\">WordPress.org forums</a> is one of the easiest ways to contribute to WordPress and those who do are some of the unsung heroes of the project. One of those heroes is James Huff known as <a href=\"https://wordpress.org/support/users/macmanx/\">MacManX</a> on the forums.</p>\n\n<p>Huff has been supporting users for 13 years and recently celebrated an awesome milestone reaching 50K replies. <br /></p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Achievement Unlocked: Over 13 years of <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> support, and 50,000 replies: <a href=\"https://t.co/0un3ggrKGI\">https://t.co/0un3ggrKGI</a> <a href=\"https://t.co/aKiwOuesk8\">pic.twitter.com/aKiwOuesk8</a></p>— James Huff (@MacManX) <a href=\"https://twitter.com/MacManX/status/1001958883303280640?ref_src=twsrc%5Etfw\">May 30, 2018</a></blockquote>\n\n\n<p>In this spotlight, we learn what drives Huff to provide support, what he’s learned, and what users can do to improve the likelihood a support request will be resolved. </p>\n\n<p><em>What drives your desire to help people with WordPress on the support forums?</em></p>\n\n<p>I like helping people succeed with WordPress. It’s kind of a legacy for me, because you never know if solving one blocker will lead to a life-changing site or service. If anything, I hope I made a few days better for a few folks.</p>\n\n<p><em>Any trends or common issues you’ve noticed in the past few months/years?</em></p>\n\n<p>Nothing out of the ordinary. Plugin and theme conflicts will always be the most common.</p>\n\n<p><em>What tips or suggestions do you have for users to increase the likelihood of solving their problem?</em></p>\n\n<p>Try the <a href=\"https://wordpress.org/plugins/health-check/\">Health Check</a> plugin first, its Troubleshooting Mode is great!</p>\n\n<p><em>What lessons have you learned by providing support in the forums?</em></p>\n\n<p>I learned about almost everything I have done to customize my sites first by helping someone else do it. Overall, I have learned quite a bit about WordPress just by helping other people. </p>\n\n<p>To learn more about James and how he got involved with supporting the WordPress community, watch <a href=\"https://wordpress.tv/2018/02/21/andrea-middleton-wordpress-is-a-banquet/\">this presentation</a> by Andrea Middleton from WordCamp Seattle 2017.</p>\n\n\n \n\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jun 2018 02:38: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: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:69:\"WPTavern: WPWeekly Episode 318 – Happy 15th Birthday WordPress 0.70\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=81007&preview=true&preview_id=81007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wpweekly-episode-318-happy-15th-birthday-wordpress-0-70\";s: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:1431:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I look back at 15 years of WordPress. We discuss the journey so far and where we think the project is going. Hint, it involves JavaScript. We also do a bit of self-reflection on how WordPress fits into our lives and where we see us fitting into its future. For giggles, we did some WordPress trivia as well.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://ma.tt/2018/05/wordpress-at-15/\">Matt’s Birthday Post</a><br />\n<a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">WordPress Now Available</a><br />\n<a href=\"https://wordpress.org/news/category/releases/\">WordPress Release History</a><br />\n<a href=\"https://twitter.com/search?q=%23wp15&src=typd\">#wp15 on Twitter</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 6th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #318:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jun 2018 01:27:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"HeroPress: Freedom to Parent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2556\";s:7:\"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:\"https://heropress.com/freedom-to-parent/#utm_source=rss&utm_medium=rss&utm_campaign=freedom-to-parent\";s: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:3038:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/11/MyPride-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: WordPress has given me much more than just a job. It has given me back my pride, my strength, a social life.\" /><p>In any post about how WordPress changes lives the word Freedom invariably comes up. Freedom to be yourself, to travel, to grow, learn, even age. This week’s replay is about the freedom to parent.</p>\n<p>Ines was a young single mother without advanced education during an economic downturn. Things seemed bleak.</p>\n<p>Through her own hard work and effort she learned the fundamentals of web development, but it was WordPress that allowed her to pursue that profession from her own home. She was able to be home with her baby and care for him the way she saw fit. He was able to grow getting to know his mother every day instead of a day care worker.</p>\n<p>WordPress can be an incredible source of freedom for single parents, allowing them to have a solid career while also being good parents.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/getting-a-life/\">Getting A Life</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Freedom to Parent\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Freedom%20to%20Parent&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffreedom-to-parent%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Freedom to Parent\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffreedom-to-parent%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Ffreedom-to-parent%2F&title=Freedom+to+Parent\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Freedom to Parent\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/freedom-to-parent/&media=https://heropress.com/wp-content/uploads/2015/11/MyPride-HeroPress-150x150.jpg&description=Freedom to Parent\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Freedom to Parent\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/freedom-to-parent/\" title=\"Freedom to Parent\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/freedom-to-parent/\">Freedom to Parent</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 May 2018 14:00: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:\"\";}}}}}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:64:\"WPTavern: One Way to Whitelist and Blacklist Blocks in Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/one-way-to-whitelist-and-blacklist-blocks-in-gutenberg\";s: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:1044:\"<p><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> ships with a number of blocks but what if your client or project doesn’t need most of them? The <a href=\"https://wordpress.org/gutenberg/handbook/extensibility/extending-blocks/\">Gutenberg Handbook explains</a> how to create a whitelist and a blacklist for blocks but in some circumstances, Gutenberg does not respect the allowed_block_types filter.</p>\n\n<p>Jason Bahl, a WordPress Engineer at Digital First Media, <a href=\"http://jasonbahl.com/2018/05/29/whitelisting-blacklisting-blocks/\">published a tutorial</a> that explains how to whitelist and blacklist blocks using a filterable, localized array.</p>\n\n<p>One thing to keep in mind is that Gutenberg development is in a high state of flux and Bahl warns that his technique is fragile and will likely cause things to break over time. He suggests keeping a close eye on <a href=\"https://github.com/WordPress/gutenberg\">Gutenberg development</a> to see how blacklisting/whitelisting evolves in the plugin. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 May 2018 01:07:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: WordCamp US 2018 is Accepting Speaker Proposals Until July 1st\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80988\";s:7:\"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:\"https://wptavern.com/wordcamp-us-2018-is-accepting-speaker-proposals-until-july-1st\";s: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:640:\"<p>WordCamp US has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">announced</a> it is accepting speaker proposals until July 1st, 11:59p.m. CDT. The event takes place December 7-9, 2018, in Nashville, TN.</p>\n\n<p>Those interested in speaking can submit an application through the <a href=\"https://wcus-speakers.org/\">Call for Speakers</a> site. The site contains session ideas, a list of speaker benefits, and tips for submissions.</p>\n\n<p>To see a list of sessions and speakers from last year’s event, check out the <a href=\"https://2017.us.wordcamp.org/sessions/\">2017 WordCamp US website</a>. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 May 2018 23:36:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:71:\"Akismet: Version 4.0.7 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2018/05/28/version-4-0-7-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:957:\"<p>Version 4.0.7 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.7 contains the following changes:</p>\n<ul>\n<li>Based on user feedback, the link on “Learn how your comment data is processed.” in the optional privacy notice now has a <code>target</code> of <code>_blank</code> and opens in a new tab/window.</li>\n<li>Updated the in-admin privacy notice to use the term “comment” instead of “contact” in “Akismet can display a notice to your users under your comment forms.”</li>\n<li>Only show in-admin privacy notice if Akismet has an API Key configured</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 May 2018 16:34:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Josh Smith\";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:71:\"Akismet: Version 4.0.6 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2018/05/26/version-4-0-6-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:1494:\"<p>Version 4.0.6 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. If you are paying attention to version numbers, you will notice that we went from 4.0.3 to 4.0.6 in one day. This is because we got <a href=\"https://wordpress.org/support/topic/help-fatal-error-after-update/\">user reports</a> of issues with older versions of PHP with our intermediary versions, which we jumped on fixing right away.</p>\n<p>4.0.6 contains the following changes:</p>\n<ul>\n<li>\n<p class=\"p1\"><span class=\"s1\">Added a hook to provide Akismet-specific </span><span class=\"s2\">privacy</span><span class=\"s1\"> information for a site’s </span><span class=\"s2\">privacy</span><span class=\"s1\"> policy.</span></p>\n</li>\n<li>\n<p class=\"p1\"><span class=\"s1\">Added tools to control the display of a </span><span class=\"s2\">privacy</span><span class=\"s1\"> related notice under comment forms.</span></p>\n</li>\n<li>\n<p class=\"p1\"><span class=\"s1\">Fixed HTML in activation failure message to close META and HEAD tag properly.</span></p>\n</li>\n<li>\n<p class=\"p1\"><span class=\"s1\">Fixed a bug that would sometimes prevent Akismet from being correctly auto-configured.</span></p>\n</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 May 2018 17:32:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";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:86:\"Post Status: The History of the Web, and WordPress’s 15th Birthday — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://poststatus.com/the-history-of-the-web-and-wordpresss-15th-birthday-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2249:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian is joined by guest-host <a href=\"https://twitter.com/jay_hoffmann\">Jay Hoffmann</a>. Jay is the Lead Developer at <a href=\"https://reaktivstudios.com/\">Reaktiv Studios</a> and the creator and curator of <a href=\"https://thehistoryoftheweb.com/\">The History of the Web</a>. It is a good time to discuss the history of the web with Jay, as WordPress is ready to celebrate <a href=\"https://ma.tt/2018/05/wordpress-at-15/\">its 15th birthday</a>.</p>\n<p>Be sure to subscribe to Jay’s newsletter on the History of the Web website to receive new articles on such a fascinating project.</p>\n<p>Brian and Jay discuss his work at Reaktiv, his prior work at Sesame Street Workshop and Random House, and the project he’s worked on for two years now documenting the web’s timeline and history. It was a fun discussion on all fronts.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://thehistoryoftheweb.com/\">The History of the Web</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-flash/\">The history of Flash</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-wordpress/\">The story of WordPress</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/web-fonts/\">The decade long path to web fonts</a></li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><a href=\"https://woocommerce.com/\">WooCommerce</a> makes the most customizable eCommerce software on the planet, and it’s the most popular too. You can build just about anything with WooCommerce. <a href=\"https://woocommerce.com/\">Try it today</a>, and thanks to the team at WooCommerce being a Post Status partner</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 21:42: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: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: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:59:\"WPTavern: The First Release of WordPress Turns 15 Years Old\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/the-first-release-of-wordpress-turns-15-years-old\";s: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:2945:\"<p>This Sunday, May 27th, marks the 15th anniversary of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first release</a> of WordPress. Users are celebrating the occasion across the world with <a href=\"https://twitter.com/WPCapeTown/status/999696890349457408\">huge cakes</a>, <a href=\"https://twitter.com/outtheboxthemes/status/999995112879984640\">cupcakes</a>, <a href=\"https://twitter.com/kevinwhoffman/status/999444582445273088\">memorable photos</a>, <a href=\"https://twitter.com/CristianoZanca/status/999723447789015040\">parties</a>, and <a href=\"https://twitter.com/ChapitreOnze/status/999738180361441280\">meetups</a>.<br />.<br /></p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Now that’s a cake! <a href=\"https://twitter.com/hashtag/wp15?src=hash&ref_src=twsrc%5Etfw\">#wp15</a> <a href=\"https://t.co/i8lAr4SLsO\">pic.twitter.com/i8lAr4SLsO</a></p>— WordPress Cape Town (@WPCapeTown) <a href=\"https://twitter.com/WPCapeTown/status/999696890349457408?ref_src=twsrc%5Etfw\">May 24, 2018</a></blockquote>\n\n\n<p>To see if there is an event near you, visit the official <a href=\"https://wp15.wordpress.net/\">WordPress 15th anniversary site</a> and type your city into the search box. You can also follow the festivities on Twitter by browsing the <a href=\"https://twitter.com/search?q=%23wp15&src=typd\">#WP15</a> hashtag.</p>\n\n<p>If you’re thinking about hosting a party and want to use the WordPress logo on a cake or other bakery items, you’re in luck. The WordPress Foundation has amended the <a href=\"https://wordpressfoundation.org/trademark-policy/\">WordPress Trademark Policy</a> to allow people to put the logo on baked goods.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p>*** Attention: If you’re interested in putting the WordPress logo on a cake, cookie, cupcake, babka, or other celebratory food in honor of the WordPress 15th Anniversary… yes, this is OK under the Trademark policy. ***</p><cite>WordPress Trademark Policy </cite></blockquote>\n\n<p>In 2015, <a href=\"https://wptavern.com/93digital-publishes-wordpress-time-machine\">we highlighted</a> <a href=\"https://93digital.co.uk/\">93Digital</a>‘s WordPress Time Machine. The company has continued to <a href=\"https://93digital.co.uk/wphistory/\">update the timeline</a> with images of the WordPress 4.6, 4.7, 4.8, and 4.9 backends along with their default themes. The timeline is a quick way to see how WordPress has evolved over 15 years. <br /></p>\n\n<img />\n 93Digital WordPress Time Machine\n\n\n<p>Don’t forget that you can use the coupon code <strong>CELEBRATEWP15</strong> to take 15% off any swag you purchase on the <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">WordPress Swag store</a>. The coupon code is good through the end of the year. <br /></p>\n\n<p>Will you be celebrating WordPress’ birthday this weekend? If so, how and where? Let us know!<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 19:41: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:21:\"Matt: WordPress at 15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48110\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2018/05/wordpress-at-15/\";s: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:2065:\"<img />\n\n<p>This weekend, May 27, marks <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">the 15th anniversary of the first release of WordPress</a>. It is an understatement to say that I am immensely proud of what this global community has become, and what it has created. More than 30% of the top sites on the web are now powered by WordPress, I’m writing this in <a href=\"https://wordpress.org/plugins/gutenberg/\">our next-generation editor Gutenberg</a>, and every day I meet someone who is building something interesting on WordPress or pushing our shared project in bold new directions. If you can believe it, growth has actually been accelerating.</p>\n\n<p>There’s so much: A group of high school students bands together to <a href=\"https://marchforourlives.com/home/\">build a national movement on WordPress</a>; a president builds the foundation for <a href=\"https://www.obama.org/\">his own next chapter on WordPress</a>; the <a href=\"https://www.whitehouse.gov/\">current WhiteHouse.gov</a> switches over; or when someone like Hajj Flemings brings thousands of small businesses <a href=\"https://rebrand.city/\">onto the open web for the first time</a>, with WordPress.</p>\n\n<p>To celebrate #WP15, hundreds of local WordPress communities around the world will be throwing parties. <a href=\"https://wp15.wordpress.net/\">Go here to find a meetup in your area</a>. <br /></p>\n\n<p>I am thankful to <a href=\"https://mikelittle.org/\">Mike</a> for helping make WordPress a reality, many dedicated folks in the years since, and to all of you who are dreaming up the next 15 years. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f604.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p>Many in the open source world are like Moses in that they speak of the Promised Land but will never set foot there. If I spend the rest of my life working and we don’t reach almost all websites being powered by open source and the web being substantially open, I will die content because I already see younger generations picking up the banner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 19:30:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:46:\"Dev Blog: WordPress.org Privacy Policy Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:656:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren’t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you’ve shared with us.</li>\n</ul>\n<p>There hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 08:06:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: WPWeekly Episode 317 – Minor Major Major Minor Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=80952&preview=true&preview_id=80952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wpweekly-episode-317-minor-major-major-minor-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2307:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss Adobe’s acquisition of Magento, feedback regarding WordPress 4.9.6, when 4.9.7 might ship, an unofficial WordCamp app for iOS, and whether or not it’s time for WordPress auto updates to occur for every version. I describe what it’s like having poison ivy on my face and my continuing woes with lawn care equipment.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://techcrunch.com/2018/05/21/adobe-to-acquire-magento-for-1-6-b/\">Adobe to acquire Magento for $1.68B</a><br />\n<a href=\"https://core.trac.wordpress.org/ticket/44142\">WordPress 4.9.7 will include patch to fix an issue that caused fatal 500 errors</a><br />\n<a href=\"https://make.wordpress.org/community/2018/05/18/wordpress-logos-on-cakes/\">You can use the WordPress logo on bakery goods to celebrate WordPress’ birthday</a><br />\n<a href=\"https://wptavern.com/marcel-schmitz-releases-unofficial-wordcamp-for-ios-app\">Marcel Schmitz Releases Unofficial WordCamp for iOS App</a><br />\n<a href=\"https://themeshaper.com/2018/05/22/music-a-gutenberg-powered-theme/\">Music: A Gutenberg-Powered Theme</a><br />\n<a href=\"https://deliciousbrains.com/gdpr-local-development/\">GDPR for WordPress Developers: Announcing the (Free) Anonymization Addon </a><br />\n<a href=\"https://buddypress.org/2018/05/buddypress-3-0-0-apollo/\">BuddyPress 3.0.0 “Apollo”</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.kickstarter.com/projects/1920546253/panic-mode\">Panic Mode</a> the card game. A cooperative card game of office politics during Disaster Recovery for up to 8 players.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 30th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #317:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 May 2018 19:44: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: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:68:\"WPTavern: Why Sites Didn’t Automatically Update to WordPress 4.9.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/why-sites-didnt-automatically-update-to-wordpress-4-9-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2086:\"<p>WordPress 4.9.6 was <a href=\"https://wptavern.com/wordpress-4-9-6-released-with-user-data-export-and-removal-tools\">released last</a> week and was labeled a minor release. Minor releases trigger WordPress’ automatic update system. Shortly after its release, some users <a href=\"https://wordpress.org/support/topic/4-9-6-not-updating-automatically/\">began questioning</a> why their sites were not automatically updating to 4.9.6. I wondered the same thing after logging into a site I maintain and discovering it had not updated.</p>\n\n<p>It turns out that the WordPress Development team disabled the auto update system after discovering that a few plugins were incorrectly loading the new privacy features and <a href=\"https://core.trac.wordpress.org/ticket/44142\">triggering fatal 500 errors</a> on the frontend of user’s sites.</p>\n\n<p>The issue stems from privacy code that includes a file that was not expected to be loaded without the rest of the WordPress admin. Mika Epstein, a volunteer member of the plugin review team, personally contacted the affected plugin developers last weekend to help rectify the issue.</p>\n\n<p>A recent scan of the WordPress plugin directory shows that there are no other plugins incorrectly loading the privacy code. However, automatic updates for WordPress 4.9.6 remain disabled until the release of WordPress 4.9.7.</p>\n\n<p>WordPress 4.9.7 will fix the issue described above and include a few other bug fixes. Since auto updates will be enabled for 4.9.7, sites running on 4.9.5 should auto update to 4.9.7 when it’s released. WordPress 4.9.7 is expected to be released sometime after the Memorial Day holiday (Monday, May 28th). <del>Until then, users will need to manually update to 4.9.6.</del></p>\n\n<h3><strong>*Updated 5/23/2018 9:28 PM EST*</strong></h3>\n\n<p>Earlier this evening, Gary Pendergast enabled auto updates for WordPress 4.9.6 and the team is monitoring for any new errors that are triggered. So far, 20K sites have updated without any notable problems. </p>\n\n<p><del></del></p>\n\n<p><br /></p><br /></p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 May 2018 00:32: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:47;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: Accessibility Where It Matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://heropress.com/accessibility-where-it-matters/#utm_source=rss&utm_medium=rss&utm_campaign=accessibility-where-it-matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3223:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/07/BeautyOfWordpress-HeroPress-corrected-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The beauty of WordPress and its community is that we can create opportunities for ourselves.\" /><p>One of the things that I’ve always loved about WordPress is how it provides things to people. It provides a living to those who have none, it provides community to those without one, and it can provide tools to those who need them.</p>\n<p>Amanda Rush is blind, and navigates a world that is often hostile to blind people. WordPress developers work very very hard to make the WordPress software usable by people with no sight.</p>\n<p>A wonderful by-product of that is that Amanda and people like her can build a career for themselves, without depending on a physically friendly workplace and a physically friendly transit.</p>\n<p>WordPress provides Freedom to those who deal with a world that’s built to be hostile toward them.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/finding-freedom-wordpress/\">Finding Freedom in WordPress</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Accessibility Where It Matters\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Accessibility%20Where%20It%20Matters&via=heropress&url=https%3A%2F%2Fheropress.com%2Faccessibility-where-it-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Accessibility Where It Matters\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Faccessibility-where-it-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Faccessibility-where-it-matters%2F&title=Accessibility+Where+It+Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Accessibility Where It Matters\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/accessibility-where-it-matters/&media=https://heropress.com/wp-content/uploads/2015/07/BeautyOfWordpress-HeroPress-corrected-150x150.jpg&description=Accessibility Where It Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Accessibility Where It Matters\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/accessibility-where-it-matters/\" title=\"Accessibility Where It Matters\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/accessibility-where-it-matters/\">Accessibility Where It Matters</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 May 2018 12:00: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:\"\";}}}}}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:65:\"WPTavern: Marcel Schmitz Releases Unofficial WordCamp for iOS App\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/marcel-schmitz-releases-unofficial-wordcamp-for-ios-app\";s: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:2623:\"<p>Marcel Schmitz, founder of <a href=\"https://hellodev.us/\">hellodev</a>, has <a href=\"https://schmitzoide.blog/wordcamp-app-an-ios-app-for-all-wordcampers-around-the-world/\">released</a> WordCamp for iOS for free on the <a href=\"https://itunes.apple.com/gb/app/wordcamp/id1384323581?mt=8\">App Store</a>. The app utilizes the WordPress REST API endpoints from <a href=\"https://central.wordcamp.org/\">WordCamp Central</a> and hellodev to display sessions, speakers, and news from an event’s official site.</p>\n\n<p>Schmitz used <a href=\"https://2018.porto.wordcamp.org/\">WordCamp Porto</a> to test features within the app. Sessions are displayed in a timeline and if you give the app permission to access your device’s calendar, you can add sessions to it and create reminders.</p>\n\n<img />\n Session Timeline\n\n\n<p>When viewing a session in the app, the screen displays the time the session takes place, name of the speaker with a quick link to a bio, session description, and a section at the bottom to write notes.</p>\n\n<p>There’s also an option on the top-right corner to mark sessions as favorites. However, during testing, marking a session as a favorite would crash the app.</p>\n\n<img />\n Take Notes While Watching a Session\n\n\n<p>The app displays all of the necessary information concerning the event without the need to browse to the actual site. Schmitz says he plans to add more information about the city, venue, and the ability to call an UBER in future updates.</p>\n\n<p>WordCamp is a <a href=\"https://wordpressfoundation.org/trademark-policy/\">trademark of the WordPress Foundation</a>. Although Schmitz clearly states that WordCamp for iOS is not the official app for all WordCamps, he does not mention receiving permission from the Foundation to use WordCamp in the name. Unless his app is adopted to be the official App for iOS devices, it’s likely he will need to change the name.</p>\n\n<p>Searching the App Store for WordCamp only produces two results. Schmitz’s app and a WordCamp EU Paris Guide. There’s an official WordCamp App for Android available on <a href=\"https://play.google.com/store/apps/details?id=org.wordcamp.android&hl=en_US\">Google Play</a> and <a href=\"https://github.com/wordpress-mobile/WordCamp-Android\">GitHub</a> but the project has seen little activity in the last three years.</p>\n\n<p>WordCamp for iOS fills a void and gives users convenient access to a lot of relevant WordCamp information. To check it out for yourself, you can download it for free from the <a href=\"https://itunes.apple.com/gb/app/wordcamp/id1384323581?mt=8\">App Store</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2018 20:54: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:\"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:41:\"BuddyPress: BuddyPress 3.0.0 “Apollo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=273108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2018/05/buddypress-3-0-0-apollo/\";s: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:3300:\"<p>BuddyPress 3.0.0 “Apollo” is now available for immediate download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “Apollo” focuses on various improvement for developers, site builders and site managers.</p>\n<h4>Say hello to “Nouveau”!</h4>\n<p>A bold reimagining of our legacy templates, Nouveau is our celebration of <a href=\"https://buddypress.org/2018/03/10-years/\">10 years of BuddyPress</a>! Nouveau delivers modern markup with fresh JavaScript-powered templates, and full integration with WordPress’ Customizer, allowing more out-of-the-box control of your BuddyPress content than ever before.</p>\n<p>Nouveau provides vertical and horizontal layout options for BuddyPress navigation, and for the component directories, you can choose between a grid layout, and a classic flat list.</p>\n<p>Nouveau is fully compatible with WordPress. Existing BuddyPress themes have been written for our legacy template pack, and until they are updated, resolve any compatibility issues by choosing the legacy template pack option in <strong>Settings > BuddyPress</strong>.</p>\n<h4>Support for WP-CLI</h4>\n<p><a href=\"https://wp-cli.org/\">WP-CLI</a> is the command-line interface for WordPress. You can update plugins, configure multisite installs, and much more, without using a web browser. With this version of BuddyPress, you can now manage your BuddyPress content from WP-CLI.</p>\n<h4>Control site-wide notices from your dashboard</h4>\n<p>Site Notices are a feature within the Private Messaging component that allows community managers to share important messages with all members of their community. With Nouveau, the management interface for Site Notices has been removed from the front-end theme templates.</p>\n<p>Explore the new management interface at <strong>Users > Site Notices</strong>.</p>\n<h4>New profile field type: telephone numbers</h4>\n<p>A new telephone number field type has been added to the Extended Profiles component, with support for all international number formats. With a modern web browser, your members can use this field type to touch-to-dial a number directly.</p>\n<h4>BuddyPress: leaner, faster, stronger</h4>\n<p>With every BuddyPress version, we strive to make performance improvements alongside new features and fixes; this version is no exception. Memory use has been optimised — within active components, we now only load each individual code file when it’s needed, not before.</p>\n<p>Most notably, the <a href=\"https://bpdevel.wordpress.com/2017/12/07/legacy-forums-support-will-be/\">Legacy Forums component has been removed</a> after 9 years of service. If your site was using Legacy Forums, you need to <a href=\"https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/\">migrate to the bbPress plugin</a>.</p>\n<h4>Make mine Apollo’s</h4>\n<p>In north-east London, Stoke Newington — or Stokey, as it’s affectionately known — is an area awash with newly-opening restaurants, amidst lapping waves of encroaching gentrification. Apollo’s is an authentically Neapolitan pizza place on the High Street, serving fantastically tasty yet uncomplicated pizzas. If you ever find yourself in north London, don’t miss Apollo’s!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 May 2018 00:23:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Paul Gibbs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 27 Jun 2018 23:04:16 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 27 Jun 2018 22:45:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20180627222950\";}','no'),(1204,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1530183856','no'),(1205,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1530140656','no'),(1206,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1530183856','no'),(1207,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/06/the-month-in-wordpress-may-2018/\'>The Month in WordPress: May 2018</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-3-1-introduces-tips-interface-to-guide-new-users\'>WPTavern: Gutenberg 3.1 Introduces Tips Interface to Guide New Users</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/the-power-of-wordcamps/#utm_source=rss&utm_medium=rss&utm_campaign=the-power-of-wordcamps\'>HeroPress: The Power Of WordCamps</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/taxjar-to-host-free-webinar-june-27-tax-experts-answer-questions-on-state-tax-compliance-for-online-stores\'>WPTavern: TaxJar to Host Free Webinar June 27: Tax Experts Answer Questions on State Tax Compliance for Online Stores</a></li></ul></div>','no'),(1208,'_transient_timeout_plugin_slugs','1530234927','no'),(1209,'_transient_plugin_slugs','a:13:{i:0;s:48:\"capability-manager-enhanced/capsman-enhanced.php\";i:1;s:34:\"gravityflow-master/gravityflow.php\";i:2;s:49:\"gravityflowformconnector-master/formconnector.php\";i:3;s:36:\"gravityforms-master/gravityforms.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:14:\"basic-auth.php\";i:6;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:7;s:33:\"multiple-roles/multiple-roles.php\";i:8;s:31:\"view-admin-as/view-admin-as.php\";i:9;s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";i:10;s:27:\"woocommerce/woocommerce.php\";i:11;s:45:\"woocommerce-services/woocommerce-services.php\";i:12;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','no'),(1210,'_transient_timeout_wc_upgrade_notice_3.4.3','1530227266','no'),(1211,'_transient_wc_upgrade_notice_3.4.3','','no'),(1218,'_transient_timeout__woocommerce_helper_updates','1530185153','no'),(1219,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1530141953;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(1220,'gf_db_version','2.3.0.2','yes'),(1221,'rg_form_version','2.3.0.2','yes'),(1222,'gform_enable_background_updates','','yes'),(1223,'gform_pending_installation','','yes'),(1224,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1225,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(1226,'gform_version_info','a:6:{s:12:\"is_valid_key\";s:1:\"0\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:5:\"1.7.9\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:0:{}s:9:\"timestamp\";i:1530141958;}','yes'),(1231,'rg_gforms_enable_akismet','1','yes'),(1232,'rg_gforms_currency','USD','yes'),(1233,'gform_enable_toolbar_menu','1','yes'),(1235,'gravityformsaddon_feed-base_version','0.14','yes'),(1236,'gravityflow_pending_installation','','yes'),(1237,'gravityformsaddon_gravityflow_app_settings','a:4:{s:18:\"background_updates\";b:0;s:10:\"inbox_page\";i:375;s:11:\"status_page\";i:376;s:11:\"submit_page\";i:377;}','yes'),(1238,'gravityformsaddon_gravityflow_version','2.2.3-dev','yes'),(1243,'gravityformsaddon_gravityflowformconnector_version','1.4.1-dev','yes'),(1254,'category_children','a:0:{}','yes'),(1390,'gform_upload_page_slug','a2c2cd9221ccb66','yes'),(1466,'gform_email_count','64','yes'),(1537,'0f116b3c114210ccc8b531055c9da485','a:2:{s:7:\"timeout\";i:1530181857;s:5:\"value\";s:105421:\"{\"new_version\":\"2.2.2\",\"stable_version\":\"2.2.2\",\"name\":\"Gravity Flow\",\"slug\":\"gravityflow\",\"url\":\"https:\\/\\/gravityflow.io\\/downloads\\/gravity-flow\\/?changelog=1\",\"last_updated\":\"1 month ago\",\"homepage\":\"https:\\/\\/gravityflow.io\\/\",\"sections\":{\"description\":\"<p>Gravity Flow is a business process workflow platform for WordPress.<\\/p>\\n<p>= Who is it for? =<\\/p>\\n<p>Gravity Flow is for organisations and departments of any size that need to get a form-based workflow process up and running online quickly with no programming. These processes usually already exist either offline or online but are often inefficiently implemented.<\\/p>\\n<p>= How does it work? =<\\/p>\\n<p>An end-user submits a web form which generates an entry. The entry is then passed around between users and systems on an established path until the process is complete. Each user or system in the workflow will add something to the process before allowing the entry to proceed to the next step.<\\/p>\\n<p>For example, an employee may add additional information and a manager another might add their approval. Connected systems might send an email, add the user to a mailing list, create a user account or send data to an ERP system.<\\/p>\\n<p>Gravity Flow requires <a href=\\\"https:\\/\\/gravityflow.io\\/out\\/gravityforms\\\">Gravity Forms<\\/a><\\/p>\\n<p>Facebook: <a href=\\\"https:\\/\\/facebook.com\\/gravityflow.io\\\">Gravity Flow<\\/a><\\/p>\\n<p>Twitter: <a href=\\\"https:\\/\\/twitter.com\\/GravityFlow_io\\\">Gravity Flow<\\/a><\\/p>\\n<p>= Requirements =<\\/p>\\n<ol>\\n<li><a href=\\\"https:\\/\\/gravityflow.io\\/out\\/gravityforms\\\">Purchase and install Gravity Forms<\\/a><\\/li>\\n<li>Wordpress 4.2+<\\/li>\\n<li>Gravity Forms 2.1+<\\/li>\\n<\\/ol>\\n<p>= Support =<\\/p>\\n<p>If you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\n<a href=\\\"https:\\/\\/gravityflow.io\\/contact\\/\\\">https:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\",\"changelog\":\"<p>= 2.2.2 =<\\/p>\\n<ul>\\n<li>Added the filter gravityflow_form_ids_inbox which allows adjustment of form id(s) when searching for entries for the inbox table.<\\/li>\\n<li>Added the filter gravityflow_form_ids_status which allows adjustment of form id(s) when searching for entries for the status table.<\\/li>\\n<li>Fixed a notice which can get displayed if GravityView is installed.<\\/li>\\n<li>Fixed a compatibility issue with the Nested Forms Perk.<\\/li>\\n<li>Fixed an issue with the assignee policy for multiple role assignees.<\\/li>\\n<li>Fixed an issue where date field expiration may use the wrong field to calculate the expiration date.<\\/li>\\n<\\/ul>\\n<p>= 2.2.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue preventing the one-click approve and reject links from working.<\\/li>\\n<li>Fixed a fatal error which can occur if the entry is deleted before workflow processing starts.<\\/li>\\n<li>Fixed a fatal error which can occur when entry detail permissions are evaluated with the status page shortcode set to allow anonymous access.<\\/li>\\n<li>Fixed an issue with the Multi-User field on the User Input step where no fields are editable for the assignee.<\\/li>\\n<li>Fixed a performance issue in the WP admin which can affect sites with a lot of users.<\\/li>\\n<\\/ul>\\n<p>= 2.2 =<\\/p>\\n<ul>\\n<li>Added the Multi-User field.<\\/li>\\n<li>Added the filter gravityflow_step_status_evaluation_approval to allow the status evaluation of approval step to check custom logic (X of Y approvals).<\\/li>\\n<li>Added the "Display all fields except selected" choice to the Display Fields setting.<\\/li>\\n<li>Added searching to the lists of assignees.<\\/li>\\n<li>Updated the Sprout Invoices step to support the new Sprout Invoices + Gravity Forms add-on.<\\/li>\\n<li>Updated the existing choice labels in the Display Fields setting to "Display all fields" and "Hide all fields except selected".<\\/li>\\n<li>Fixed editable Post Image field not being populated with the current entry value on the User Input step.<\\/li>\\n<li>Fixed editable Post Image field value retaining the previous image URL on entry update if the step failed validation.<\\/li>\\n<li>Fixed status export .csv to include duration as a separate column so it is consistent with status export table info.<\\/li>\\n<li>Fixed a PHP warning for the Discussion field.<\\/li>\\n<li>Fixed an issue with the approval step for assignees added via custom code.<\\/li>\\n<li>Fixed some merge tags such as {created_by} being replaced in assignee notifications before the entry was available.<\\/li>\\n<\\/ul>\\n<p>= 2.1.1 =<\\/p>\\n<ul>\\n<li>Fixed editable Post Category field not being populated with the current entry value on the User Input step.<\\/li>\\n<li>Fixed an issue which prevents the rendering of certain merge tags e.g. {workflow_form_submission_link} in extensions and custom code.<\\/li>\\n<\\/ul>\\n<p>= 2.1 =<\\/p>\\n<ul>\\n<li>Added support for the Gravity Perks Nested Forms add-on.<\\/li>\\n<li>Added the current step as parameters to the gravityflow_feedback_approval_token and gravityflow_feedback_approval filters.<\\/li>\\n<li>Added the filter gravityflow_feedback_cancel_workflow to allow the user feedback to be modified when the workflow is cancelled using the cancel workflow link.<\\/li>\\n<li>Added the filter gravityflow_inbox_search_criteria to allow the search criteria to be modify.<\\/li>\\n<li>Added the filter gravityflow_assignee_choices to allow the list of assignee choices to be modified in the step settings.<\\/li>\\n<li>Added the filter gravityflow_step_schedule_timestamp to allow the scheduled start of steps to apply custom logic (business hours, delay specific entries, etc)<\\/li>\\n<li>Added the filter gravityflow_event_limit_activity_page to allow the activity page to display custom amount of events<\\/li>\\n<li>Added the filter gravityflow_discussion_items_display_toggle to allow view more \\/ less effect to be modified per discussion field<\\/li>\\n<li>Added the filter gravityflow_inbox_paging to inbox page to enable control of pagination options<\\/li>\\n<li>Added the filter gravityflow_step_status_webhook to enable custom logic at conclusion of outbound webhook step processing<\\/li>\\n<li>Added the filter gravityflow_response_message_webhook to enable customization of timeline note for an outbound webhook step<\\/li>\\n<li>Added the Step ID # to workflow settings list. Accessible by mouseover in the row actions<\\/li>\\n<li>Added the Step ID # to sub-title of edit step screen for existing steps<\\/li>\\n<li>Updated the Status Page export to match table display and run gravityflow_field_value_status_table filter<\\/li>\\n<li>Updated the Sliced Invoices integration.<\\/li>\\n<li>Updated discussion field to display the view more \\/ less effect on all step types for status and inbox pages. Previously limited to user input edit field.<\\/li>\\n<li>Updated the Outgoing Webhook Step to handle multiple response codes appropriate statuses: 2xx (complete), 4xx (error_client), 5xx (error_server), other (error)<\\/li>\\n<li>Fixed an issue where, in some situations, getting the next step was not using the latest version of the entry.<\\/li>\\n<li>Fixed an issue where calculated product fields hidden by conditional logic could appear in order summary when the entry is updated on the User Input step.<\\/li>\\n<li>Fixed an issue where feeds with conditional logic can block the progress of the workflow if the conditional is not met.<\\/li>\\n<li>API: Updated the way assignees are handled to allow the base assignee class to be extended so new types of assignees can be created.<\\/li>\\n<\\/ul>\\n<p>= 2.0.1 =<\\/p>\\n<ul>\\n<li>Added the {workflow_fields} merge tag, similar to the {all_fields} merge tag with the following true\\/false attributes: empty, value, admin, editable and display.<\\/li>\\n<li>Added \'Send to step\' to admin action when workflow is complete.<\\/li>\\n<li>Added the gravityflow_display_field_choices filter.<\\/li>\\n<li>Added the gravityflow_date_format_entry_detail filter.<\\/li>\\n<li>Added CSS RTL improvements.<\\/li>\\n<li>Fixed an issue with the cron task to prevent running during the upgrade of Gravity Forms.<\\/li>\\n<li>Fixed an issue where Section Breaks show during the User Input step regardless of being selected in the UI.<\\/li>\\n<\\/ul>\\n<p>= 2.0.0 =<\\/p>\\n<ul>\\n<li>Added the highlight setting to all the step settings.<\\/li>\\n<li>Added the gravityflow_pre_cancel_workflow action.<\\/li>\\n<li>Added the gravityflow_timeline_step_icon filter.<\\/li>\\n<li>Added the sent status of a sliced invoice to the workflow detail page.<\\/li>\\n<li>Added the gravityflow_entry_link_inbox_table filter.<\\/li>\\n<li>Added the gravityflow_site_cookie_path filter.<\\/li>\\n<li>Added the gravityflow_step_highlight_color_inbox filter.<\\/li>\\n<li>Added support for save and submit buttons on the User Input step.<\\/li>\\n<li>Added the entry_id attribute to the shortcode for direct access to the workflow entry detail page. e.g. [gravityflow entry_id=123]<\\/li>\\n<li>Added the "View more" link to the discussion field for discussions with more than 10 messages.<\\/li>\\n<li>Updated to support Gravity Forms version 2.3.<\\/li>\\n<li>Fixed the HubSpot step for the "HubSpot for Gravity Forms" plugin versions 3.0+.<\\/li>\\n<li>Fixed a fatal error which could occur when processing the shortcode with the form attribute and the specified entry can\'t be retrieved.<\\/li>\\n<li>Fixed an issue with the timeline notes for Approval and User Input steps where the step icon is used instead of the user avatar.<\\/li>\\n<li>Fixed an issue with the conditional logic for Section fields on the User Input step.<\\/li>\\n<li>Fixed an issue that step IDs in feed conditions weren\'t updated after forms duplicated or imported.<\\/li>\\n<\\/ul>\\n<p>= 1.9.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue which can cause the settings tabs not to appear on some installations.<\\/li>\\n<\\/ul>\\n<p>= 1.9.0 =<\\/p>\\n<ul>\\n<li>Added support for Members version 2.0+; moved the capabilities to a new Gravity Flow group with human readable labels.<\\/li>\\n<li>Added the gravityflow_step_assignees filter.<\\/li>\\n<li>Added PATCH to the list of request methods in the request method setting of the Outgoing Webhook step settings.<\\/li>\\n<li>Added Headers to the Outgoing Webhook step settings.<\\/li>\\n<li>Added the Raw body setting to the Outgoing webhook step settings.<\\/li>\\n<li>Added the Connected Apps Settings page to allow the Outgoing Webhook step to connect to WordPress sites running the official OAuth1 Server plugin.<\\/li>\\n<li>Updated the {workflow_note} merge tag to support the history modifier to control if notes from previous occurrences of the step are output e.g. {workflow_note:step_id=5 history=true}.<\\/li>\\n<li>Updated the {workflow_note} merge tag step_id attribute to also support step names e.g. {workflow_note:step_id=\'manager approval\'}.<\\/li>\\n<li>Updated the field conditional logic setting to be enabled by default on the User Input Step.<\\/li>\\n<li>Fixed an issue populating multi-select fields with the existing entry value on the user input step when the field uses the new json storageType.<\\/li>\\n<li>Fixed the $original_entry parameter not being passed when the gform_after_update_entry hook is triggered on entry update by the user input step.<\\/li>\\n<li>Fixed empty fields being displayed on the user input step when \'show empty fields\' was not enabled.<\\/li>\\n<li>Fixed an issue with the shortcode where the gravityflow_status_filter and gravityflow_permission_granted_entry_detail filters don\'t fire.<\\/li>\\n<li>Fixed the Dropbox step for Gravity Forms Dropbox Add-On versions 2.0+.<\\/li>\\n<li>Fixed and issue which can cause an error when the Update Entry step is triggered by the schedule setting or by an anonymous user.<\\/li>\\n<\\/ul>\\n<p>= 1.8.0 =<\\/p>\\n<ul>\\n<li>Added the workflow note field to the quick actions in the inbox. The note field is only displayed when required by the step settings.<\\/li>\\n<li>Added support for editable fields on the User Input step with calculations based on non-editable and\\/or non-display fields.<\\/li>\\n<li>Added the gravityflow_columns_status_table filter to allow the columns to be filtered on the status table.<\\/li>\\n<li>Added the gravityflow_field_value_status_table filter to allow the field values to be filtered on the status table.<\\/li>\\n<li>Added support for first, latest, and limit modifiers on the Discussion field merge tag e.g. {label:2:first}, {label:2:latest}, and {label:2:limit=3}.<\\/li>\\n<li>Added a class name to the entry detail table for the current step.<\\/li>\\n<li>Added support for using the {workflow_entry_link}, {workflow_entry_url}, {workflow_inbox_link}, {workflow_inbox_url}, {workflow_note} and {assignees} merge tags in Gravity Forms notifications.<\\/li>\\n<li>Added "Cancelled" to the final status entry meta options available in entry filters.<\\/li>\\n<li>Updated the note for expired steps to include the step name.<\\/li>\\n<li>Updated step conditional logic to support rules based on entry meta and properties.<\\/li>\\n<li>Updated the User and Role type fields so the step conditional logic rule value will use the choice drop down instead of text input.<\\/li>\\n<li>Updated the {workflow_note} merge tag to support the optional step_id, display_name, and display_date modifiers e.g. {workflow_note: step_id=5 display_name=true display_date=true}.<\\/li>\\n<li>Fixed an issue where the {workflow_note} merge tag would not return the note when the merge tag was not processed immediately after the note was added.<\\/li>\\n<li>Fixed some strings for translation.<\\/li>\\n<li>Fixed a php notice when printing entries.<\\/li>\\n<li>Fixed Discussion field merge tag not returning content when used in the step instructions.<\\/li>\\n<li>API: Fixed an issue with the add-on slug which prevents feed interception for third party add-ons.<\\/li>\\n<li>Fixed a JS error on the entry detail page when a User Input step has an editable Chained Select field and conditional logic is not enabled.<\\/li>\\n<\\/ul>\\n<p>= 1.7 =<\\/p>\\n<ul>\\n<li>Added support for unfiltered HTML in the instructions setting for users with the unfiltered_html capability.<\\/li>\\n<li>Added the ability to configure emails to be sent when a User Input step updates the entry and remains in progress and when the step is completed.<\\/li>\\n<li>Added the date field option to the step expiration setting.<\\/li>\\n<li>Added the $field->gravityflow_is_editable and $field->gravityflow_is_display_field properties to provide context to Gravity Forms add-ons that don\'t extend GF_Field for custom fields.<\\/li>\\n<li>Added new functionality to the Sliced Invoices step:\\n<ul>\\n<li>The Assign To, Assignee Email, Instructions, Display Fields, and Expiration settings.<\\/li>\\n<li>The Step Completion setting allowing completion of the step to be delayed until the invoice is paid.<\\/li>\\n<li>When the step is pending invoice payment the invoice details will be displayed in the workflow detail box on the inbox detail page.<\\/li>\\n<\\/ul><\\/li>\\n<li>Fixed an issue with the notification message when the Discussion field merge tag content exceeded the max line length.<\\/li>\\n<li>Fixed an issue with the GravityView integration where the single view doesn\'t display if an assignee is defined the Advanced Filter criteria.<\\/li>\\n<li>Updated the "no assignees" note from "not required" which could have been confusing in some situations.<\\/li>\\n<li>Updated the feed configuration page for the Sliced Invoices & Gravity Forms Add-On:\\n<ul>\\n<li>Added settings for the default status of the invoice\\/quote.<\\/li>\\n<li>Updated the choices for the Line Items map field to only include List type fields and the option to use the entry order summary.<\\/li>\\n<\\/ul><\\/li>\\n<li>Renamed the User Input step \'Default Status Option\' setting to \'Save Progress Option\' and changed the setting type from radio buttons to drop down.<\\/li>\\n<\\/ul>\\n<p>= 1.6.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue which can cause an error in GravityView views.<\\/li>\\n<\\/ul>\\n<p>= 1.6 =<\\/p>\\n<ul>\\n<li>Added support for GravityView to be used to create inbox views. Requires the GravityView Advanced Filter Extension.<\\/li>\\n<li>Added updater support for beta extensions.<\\/li>\\n<li>Added support for configuring a step to process feeds for the following third-party add-ons:\\nGravity Forms Constant Contact Add-On, Gravity Forms to Pipe Drive CRM Add-On, and Gravity Forms SendinBlue Add-On.<\\/li>\\n<li>Added the custom confirmation message to the user input step.<\\/li>\\n<li>Added support for the gform_field_validation filter to the user input step.<\\/li>\\n<li>Added the gravityflow_status_submitter_name filter.<\\/li>\\n<li>Added performance improvements to the status page.<\\/li>\\n<li>Added support for repeat reminders.<\\/li>\\n<li>Added the gravityflow_assignee_eamil_reminder_repeat_days filter.\\nExample:\\nadd_filter( \'gravityflow_assignee_eamil_reminder_repeat_days\', \'sh_gravityflow_assignee_eamil_reminder_repeat_days\', 10, 4 );\\nfunction sh_gravityflow_assignee_eamil_reminder_repeat_days( $form, $entry, $step, $assignee ) {\\nreturn 3; \\/\\/ Send reminders every 3 days after the initial assignee email. Return zero to disable.\\n}<\\/li>\\n<li>Added support for manual activation in the User Registration Add-On. The User Registration step will now wait in a pending state until the account has been activated.<\\/li>\\n<li>Updated the User Registration step to assigned entry to the newly created user account.<\\/li>\\n<li>Updated merge tag processing for the Assignee and User type fields to support additional user property\\/meta modifiers.<\\/li>\\n<li>Updated the gravityflow_workflow_detail_sidebar hook to include $current_step and $args as the third and fourth parameters.<\\/li>\\n<li>Updated the user Input button text to "Submit" instead of "Update" when the default status is hidden.<\\/li>\\n<li>Updated the styles of the workflow box when the sidebar is not active to remove the padding.<\\/li>\\n<li>Updated the activity log and reports to exclude deleted and trashed entries.<\\/li>\\n<li>Fixed an issue with the inbox page which would result in the no pending tasks message when an access token is used by an assignee who is a registered user but not logged in.<\\/li>\\n<li>Fixed an issue which prevented the value returned by the gravityflow_feedback_approval filter from being used.<\\/li>\\n<li>Fixed a fatal error loading the status shortcode on some sites.<\\/li>\\n<li>Fixed a JavaScript error on User Input steps with field conditional logic disabled.<\\/li>\\n<li>Fixed the bottom bulk action drop down on the status page not displaying the print modal.<\\/li>\\n<li>Fixed an issue which could prevent the value drop down for the Gravity View Advanced Filter Extension being populated with the Workflow Assignee choices.<\\/li>\\n<li>Fixed a JavaScript error on the User Input step related to conditional logic dependent fields which are not editable or display fields.<\\/li>\\n<li>Fixed an issue with conditional routing where the Source URL, Starred and IP fields are ignored in rules.<\\/li>\\n<li>Fixed an issue which prevented the values from post fields being saved on the User Input step.<\\/li>\\n<li>Fixed an issue with the approval actions.<\\/li>\\n<\\/ul>\\n<p>= 1.5.0 =<\\/p>\\n<ul>\\n<li>Added support for configuring a step to process feeds for the upcoming Gravity Forms Post Creation Add-On.<\\/li>\\n<li>Added support for configuring a step for Sprout Invoices. Requires the Sprout Invoices Form Integrations add-on (creates estimates) and\\/or Invoice Submissions add-on (creates invoices).<\\/li>\\n<li>Added settings to the Workflow > Settings page for selecting which pages contain the gravityflow inbox, status and submit shortcodes. The selected inbox page will be used when preparing merge tags such as {workflow_inbox_link} when the page_id attribute is not specified.<\\/li>\\n<li>Added support for shortcodes in the step instructions.<\\/li>\\n<li>Added the gravityflow_pre_restart_workflow action.<\\/li>\\n<li>\\n<p>Added field mapping to the Outgoing Webhook step.<\\/p>\\n<\\/li>\\n<li>\\n<p>Updated the step type column of the workflow steps list and the step configuration page to indicate when a plugin required by a feed based step type is missing.<\\/p>\\n<\\/li>\\n<li>Fixed merge tag labels not being translatable.<\\/li>\\n<li>Fixed an issue with the inbox where field values are not displayed correctly when custom code uses the gform_entries_field_value filter.<\\/li>\\n<li>Fixed an issue with poor admin performance on some sites where W3TC is installed and object caching is enabled.<\\/li>\\n<\\/ul>\\n<p>= 1.4.2.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue preventing the settings for the Workflow Role Field from opening in the Form Editor.<\\/li>\\n<\\/ul>\\n<p>= 1.4.2 =<\\/p>\\n<ul>\\n<li>Added the users role filter setting to the Workflow User and Assignee type fields.<\\/li>\\n<li>Added support for deleting Discussion field comments on the entry detail edit page.<\\/li>\\n<li>Added the Rich Text Editor setting support to the Discussion field. New fields only.<\\/li>\\n<li>Added the gravityflow_inbox_sorting filter to allow the sorting criteria to be modified before search for entries in the inbox. See <a href=\\\"http:\\/\\/docs.gravityflow.io\\/article\\/132-gravityflowinboxsorting\\\">http:\\/\\/docs.gravityflow.io\\/article\\/132-gravityflowinboxsorting<\\/a><\\/li>\\n<li>Added the gravityflow_reverse_comment_order_discussion_field filter allowing the comments to be reversed before being displayed.\\nExample: add_filter( \'gravityflow_reverse_comment_order_discussion_field\', \'__return_true\' );<\\/li>\\n<li>\\n<p>Added Italian translation - thanks to Giacomo Papasidero.<\\/p>\\n<\\/li>\\n<li>Updated to support the Gravity Forms 2.1 field visibility setting changes.<\\/li>\\n<li>Updated the inbox and status pages to remove the dependency on the entry list columns when form and field ids are specified.<\\/li>\\n<li>Updated the notification step to prevent the selected notifications being sent during form submission.<\\/li>\\n<li>\\n<p>Updated the last updated column on the status list to display the date created when the entry has not been updated.<\\/p>\\n<\\/li>\\n<li>Fixed an issue where step conditional routing rules based on the entry id would not be evaluated correctly.<\\/li>\\n<li>Fixed an issue with duplicate Final Status choices, such as Complete, being added to the entry meta filters.<\\/li>\\n<li>Fixed an issue with the user input step update button which caused the signature field to fail validation.<\\/li>\\n<li>Fixed an issue with the workflow link\\/url merge tags when the specified page does not exist.<\\/li>\\n<li>Fixed an issue with the coupon field on the user input step when there are no editable product fields (GF Coupons v2.3.2 required).<\\/li>\\n<li>Fixed an issue where a feed add-ons delay_feed() method was not being called when the feed was intercepted.<\\/li>\\n<li>Fixed an issue with the step status showing as complete before the step processing has started.<\\/li>\\n<li>Fixed an issue with empty sections being displayed on the entry detail view.<\\/li>\\n<li>Fixed an issue with the sidebar shortcode attribute for the status page.<\\/li>\\n<li>Fixed an issue with dynamic assignee routing where the assignees don\'t update correctly after changing the value of a dependent field.<\\/li>\\n<li>Fixed a fatal error when the next step doesn\'t exist.<\\/li>\\n<li>Fixed an issue with the inbox and status shortcodes where the form is specified without fields.<\\/li>\\n<li>Fixed an issue with the conditional routing where conditions specifying the User are ignored.<\\/li>\\n<li>Fixed an issue with imported forms. Fixed in Gravity Forms 2.1.1.13.<\\/li>\\n<\\/ul>\\n<p>= 1.4.1 =<\\/p>\\n<ul>\\n<li>Added security enhancements.<\\/li>\\n<li>Added support for field filters on the status page when a form constraint is active via the shortcode.<\\/li>\\n<li>Added the gravityflow<em>shortcode<\\/em>[page] filter.\\nExample:\\n\\/\\/ Adds support for [gravityflow page="custom_page"]\\nadd_filter(\'gravityflow_shortcode_custom_page\', \'sh_filter_gravityflow_shortcode_custom_page\', 10, 3 );\\nfunction sh_filter_gravityflow_shortcode_custom_page( $html, $shortcode_attributes, $content ) {\\necho "My custom Gravity Flow shortcode";\\n}<\\/li>\\n<li>Added the gravityflow_enqueue_frontend_scripts action to allow additional scripts to be enqueued when the gravityflow shortcode is present on the page.\\nExample:\\nadd_filter(\'gravityflow_enqueue_frontend_scripts\', \'sh_action_gravityflow_enqueue_frontend_scripts\', 10);\\nfunction sh_action_gravityflow_enqueue_frontend_scripts() {\\n\\/\\/ enqueue custom scripts\\n}<\\/li>\\n<li>\\n<p>Added the gravityflow_bulk_action_status_table filter to allow custom bulk actions to be processed on the status page.\\nExample:\\nadd_filter( \'gravityflow_bulk_action_status_table\', \'filter_gravityflow_bulk_action_status_table\', 10, 4);\\nfunction filter_gravityflow_bulk_action_status_table( $feedback, $bulk_action, $entry_ids, $args ) {\\n\\/\\/ process entries<\\/p>\\n<pre><code> return \'Done!\';\\n}<\\/code><\\/pre>\\n<\\/li>\\n<li>\\n<p>Added the gravityflow_field_filters_status_table filter to allow the field filters to be modified.\\nExample:\\nadd_filter( \'gravityflow_field_filters_status_table\', \'filter_gravityflow_field_filters_status_table\' );\\nfunction filter_gravityflow_field_filters_status_table( $field_filters ) {\\n\\/\\/ Modify the filters\\nreturn $field_filters;\\n}<\\/p>\\n<\\/li>\\n<li>Fixed an issue with the workflow starting for spam entries.<\\/li>\\n<li>Fixed an issue on the user input step where the file upload field value could be lost when another field failed validation or when restarting the step and editing another field.<\\/li>\\n<li>Fixed an issue where the label would not be displayed on the entry detail view or user input step when the field label was empty and the admin label was configured.<\\/li>\\n<li>Fixed a fatal error which could occur if the gform_post_add_entry hook passes a WP_Error object for the $entry.<\\/li>\\n<li>Fixed a PHP warning which could occur when using the gravityflow_{type}_token_expiration_days filter.<\\/li>\\n<li>Fixed an issue with duplicate merge tags being added to the merge tag drop down.<\\/li>\\n<li>Fixed an issue with shortcodes used in the HTML field content not being processed on the entry detail view.<\\/li>\\n<li>Fixed an issue with the import process where the feeds remain inside the form meta.<\\/li>\\n<li>Fixed an issue with the import process where the revert step setting is not imported correctly.<\\/li>\\n<li>Fixed an issue with the permissions for printing where email assignees can\'t print.<\\/li>\\n<\\/ul>\\n<p>= 1.4 =<\\/p>\\n<ul>\\n<li>Added support for delaying the workflow until after PayPal payment.<\\/li>\\n<li>Added "Reminder:" to the subject line of reminder notifications.<\\/li>\\n<li>Added the Custom Timestamp Format setting to the Discussion field appearance tab.<\\/li>\\n<li>Added the {workflow_inbox_url} and {workflow_inbox_link} merge tags.<\\/li>\\n<li>Added the "Expired" status to the approval and user input steps.<\\/li>\\n<li>Added the "Next step if Expired" sub-setting to the expiration settings.<\\/li>\\n<li>Added support for GravityPDF v4.0 to the User Input step.<\\/li>\\n<li>Added support for merge tag replacement in HTML fields for the User Input and Approval Steps.<\\/li>\\n<li>Added support for configuring a step to process feeds for the Gravity Forms Breeze and Dropbox add-ons.<\\/li>\\n<li>Added support for configuring a step to process feeds for the following third-party add-ons:\\nDrip Email Campaigns + Gravity Forms, Gravity Forms ConvertKit Add-On, Gravity Forms Signature Add-on by ApproveMe (WP E-Signature), HubSpot for Gravity Forms, Sliced Invoices & Gravity Forms<\\/li>\\n<li>Added support for admin-only fields to be used in conditional logic in Gravity Forms 2.0.<\\/li>\\n<li>\\n<p>Added the gravityflow_inbox_entry_detail_pre_process filter to allow the entry detail processing to be aborted.<\\/p>\\n<\\/li>\\n<li>Updated minimum Gravity Forms version to 1.9.14.<\\/li>\\n<li>\\n<p>Updated feed interception to use the gform_is_delayed_pre_process_feed filter with GF1.9.14+ or gform_pre_process_feeds filter with GF2.0+.<\\/p>\\n<\\/li>\\n<li>Fixed a fatal error in the admin actions when sending to a step which completes the workflow immediately.<\\/li>\\n<li>Fixed an issue with shortcodes used in the HTML field content not being processed on the user input step.<\\/li>\\n<li>Fixed an issue with the workflow being started when an incomplete entry is saved by the Gravity Forms Partial Entries Add-On.<\\/li>\\n<li>Fixed an issue when sending to another step when the current step is queued.<\\/li>\\n<li>Fixed an issue with assignees which don\'t exist being assigned to the step e.g. when an email field doesn\'t have a value.<\\/li>\\n<li>Fixed an issue with the step flow when the destination step is not active or conditions met.<\\/li>\\n<li>Fixed an issue with the reminders not being sent when steps are repeated.<\\/li>\\n<li>Fixed an issue with the status page preventing the workflow user, assignee and role fields from being displayed.<\\/li>\\n<li>Fixed an issue with the admin actions button on the user input step when form button conditional logic is enabled.<\\/li>\\n<li>Fixed a performance issue with the user input step.<\\/li>\\n<li>Fixed an issue with the display of Section fields on the user input step.<\\/li>\\n<li>Fixed an issue with the Discussion field when an in progress user input step is redisplayed following a successful update.<\\/li>\\n<li>Fixed an issue with the Discussion field when the form or user input step returns a validation error.<\\/li>\\n<li>Fixed notice caused by step processing occurring when the associated feed add-on is inactive.<\\/li>\\n<li>Fixed an issue with add-on feed interception running when the step is inactive.<\\/li>\\n<li>Fixed a fatal error which could occur if a Zapier step is configured and the add-on isn\'t active during step processing.<\\/li>\\n<\\/ul>\\n<p>= 1.3.2 =<\\/p>\\n<ul>\\n<li>Added the gravityflow_inbox_submitter_name to allow the value displayed in the Submitter column to be overridden.\\nExample:\\nadd_filter( \'gravityflow_inbox_submitter_name\', \'inbox_submitter_name\', 10, 3 );\\nfunction inbox_submitter_name( $submitter_name, $entry, $form ) {\\nreturn \'the new submitter name\';\\n}<\\/li>\\n<li>Added support for configuring a step to process feeds for the following Gravity Forms Add-Ons:\\nActiveCampaign, Agile CRM, AWeber, Batchbook, Campfire, Capsule, CleverReach, Freshbooks, GetResponse, Help Scout, HipChat, Highrise, iContact, Mad Mimi, Slack, Trello, and Zoho CRM.<\\/li>\\n<li>Added post action settings to the Approval step if the form has post fields.<\\/li>\\n<li>Added support for a delay offset to the date field option of the schedule step setting.<\\/li>\\n<li>Added the following attributes to the shortcode: step_status, workflow_info and sidebar.\\nExample: \\u200bstep_status="false" workflow_info="false" sidebar="false"<\\/li>\\n<li>Added the gravityflow_revert_label_workflow_detail filter to allow the \'Revert\' label to be modified on the Approval step.<\\/li>\\n<li>Added the gravityflow_reject_label_workflow_detail filter to allow the \'Reject\' label to be modified on the Approval step.<\\/li>\\n<li>Added the gravityflow_approve_label_workflow_detail filter to allow the \'Approve\' label to be modified on the Approval step.\\nExample:\\nadd_filter( \'gravityflow_approve_label_workflow_detail\', \'filter_approve_label_workflow_detail\', 10, 2 );\\nfunction filter_approve_label_workflow_detail( $approve_label, $step ) {\\nreturn \'Your new label\';\\n}<\\/li>\\n<li>\\n<p>Added the gravityflow_admin_actions_workflow_detail filter to allow the choices in the admin actions drop down on the entry detail page to be modified.\\nExample:\\nadd_filter( \'gravityflow_admin_actions_workflow_detail\', \'filter_admin_actions_workflow_detail\', 10, 5 );\\nfunction filter_admin_actions_workflow_detail( $admin_actions, $current_step, $steps, $form, $entry ) {\\n$admin_actions[] = array( \'label\' => \'your new action\', \'value\' => \'your_new_action\' );<\\/p>\\n<pre><code>return $admin_actions;<\\/code><\\/pre>\\n<p>}<\\/p>\\n<\\/li>\\n<li>\\n<p>Added the Discussion Field.<\\/p>\\n<\\/li>\\n<li>Updated to only add workflow notification events if a step has been configured for the form.<\\/li>\\n<li>Updated choices for the notification events setting to be translatable.<\\/li>\\n<li>Updated the list of steps in the \'Send to Step\' section of the admin actions to display only active steps.<\\/li>\\n<li>\\n<p>Updated the styles of the front-end entry detail page when the workflow info and step status are hidden.<\\/p>\\n<\\/li>\\n<li>Fixed an issue which caused all the Zapier feeds for a form to be processed on the Zapier step. Requires Zapier 1.8.3.<\\/li>\\n<li>Fixed an issue with feed conditional logic evaluation for the Zapier step.<\\/li>\\n<li>Fixed an issue with the license validation logging statement.<\\/li>\\n<li>Fixed an issue with including the timelines with the printout from the entry detail page.<\\/li>\\n<\\/ul>\\n<p>= 1.3.1 =<\\/p>\\n<ul>\\n<li>Added support for Signature Add-On v3.0.<\\/li>\\n<li>Added the gravityflow_assignee_status_list_user_input filter to allow the assignee status list to be hidden.\\nExample:\\nadd_action( \'gravityflow_assignee_status_list_user_input\', \'sh_filter_gravityflow_assignee_status_list_user_input\', 10, 3 );\\nfunction sh_filter_gravityflow_assignee_status_list_user_input( $display, $form, $step ) {\\nreturn false;\\n}<\\/li>\\n<li>Added the gravityflow_below_workflow_info_entry_detail filter to allow content to be added below the workflow info on the entry detail page.\\nExample:\\nadd_action( \'gravityflow_below_workflow_info_entry_detail\', \'sh_action_gravityflow_below_workflow_info_entry_detail\', 10, 3 );\\nfunction sh_action_gravityflow_below_workflow_info_entry_detail( $form, $entry, $step ) {\\necho \'My content\';\\n}<\\/li>\\n<li>Added the gravityflow_feedback_message_user_input filter to allow the feedback message to be modified on the user input step.\\nExample:\\nadd_filter( \'gravityflow_feedback_message_user_input\', \'sh_filter_gravityflow_feedback_message_user_input\', 10, 5 );\\nfunction sh_filter_gravityflow_feedback_message_user_input( $feedback, $new_status, $assignee, $form, $step ) {\\nreturn \'Success!\';\\n}<\\/li>\\n<li>Added the gravityflow_step_column_status_page filter to allow the value of the step column to be modified on the status page.\\nExample:\\nadd_filter( \'gravityflow_step_column_status_page\', \'sh_filter_gravityflow_step_column_status_page\', 10, 2 );\\nfunction sh_filter_gravityflow_step_column_status_page( $output, $entry ) {\\nif ( empty( $entry[\'workflow_step\'] ) ) {\\n$output = \'Workflow Ended\';\\n}\\nreturn $output;\\n}<\\/li>\\n<li>Added the Disable auto-formatting setting for the assignee, rejection, and approval email messages.<\\/li>\\n<li>Added the generic map step setting type.<\\/li>\\n<li>Added the workflow_current_status entry meta to track the status of steps that can end in a status other than \'complete\'.<\\/li>\\n<li>Added the gravityflow_below_status_list_user_input action to allow content to be added in the workflow box below the status list.<\\/li>\\n<li>Added Gravity_Flow_API::get_timeline()<\\/li>\\n<li>Added the gravityflow_permission_granted_entry_detail filter to allow the permission check to be overridden for the workflow entry detail page.\\nExample:\\nadd_filter( \'gravityflow_permission_granted_entry_detail\', \'sh_filter_gravityflow_permission_granted_entry_detail\', 10, 2 );\\nfunction sh_filter_gravityflow_permission_granted_entry_detail( $permission_granted, $entry ) {\\nreturn true;\\n}<\\/li>\\n<li>Added the gravityflow_complete_label_user_input filter to allow the \'complete\' label to be modified on the User Input step.\\nExample:\\nadd_filter( \'gravityflow_complete_label_user_input\', \'sh_filter_gravityflow_complete_label_user_input\', 10, 2 );\\nfunction sh_filter_gravityflow_complete_label_user_input( $complete_label, $step ) {\\nreturn \'Finished editing\';\\n}<\\/li>\\n<li>Added the gravityflow_in_progress_label_user_input filter to allow the \'in progress\' label to be modified on the User Input step.\\nExample:\\nadd_filter( \'gravityflow_in_progress_label_user_input\', \'sh_filter_gravityflow_in_progress_label_user_input\', 10, 2 );\\nfunction sh_filter_gravityflow_in_progress_label_user_input( $complete_label, $step ) {\\nreturn \'Save for later\';\\n}<\\/li>\\n<li>Added timelines and page break options to bulk printing on the status page.<\\/li>\\n<li>Added the gravityflow_inbox_args filter so the inbox criteria can be modified.<\\/li>\\n<li>Added the \'Required Reverted or Rejected\' to the options in the Workflow note setting.<\\/li>\\n<li>Added the gravityflow_status_args filter to allow the status table to be modified.<\\/li>\\n<li>Added the gravityflow-instructions and gravityflow-timeline CSS classes.<\\/li>\\n<li>\\n<p>Added the gravityflow_webhook<em>args<\\/em>[Form ID] filter immediately after the gravityflow_webhook_args filter.<\\/p>\\n<\\/li>\\n<li>Updated $field->get_value_export() for the Workflow fields to return the display name.<\\/li>\\n<li>Updated the entry meta so that the status columns don\'t appear automatically in the Gravity Forms entry list.<\\/li>\\n<li>\\n<p>Updated the styles of the workflow detail page for narrow screens to display the entry first and then the info box below.<\\/p>\\n<\\/li>\\n<li>Fixed an issue with the final status when approval steps are not the last step.<\\/li>\\n<li>Fixed an issue with the user input step when the max number of characters setting is set for a field that\'s not editable.<\\/li>\\n<li>Fixed an issue with the widths of the columns on the workflow detail page on some themes.<\\/li>\\n<li>Fixed an issue with the workflow note retaining the value after updating the entry.<\\/li>\\n<li>Fixed an issue with the styles of the timeline.<\\/li>\\n<li>Fixed an issue with the user input step where hidden fields are not displayed.<\\/li>\\n<li>Fixed an issue with status list when displaying names of assignees whose accounts no longer exist.<\\/li>\\n<li>Fixed an issue on the entry detail page for entries on the approval step and completed entries where product fields are displayed in the list of fields. Product fields are displayed in the order summary but they can also be displayed in the list by selecting the fields in the display fields step setting.<\\/li>\\n<li>Fixed an issue with Gravity_Flow_API::get_current_step() for entries that have not started the workflow.<\\/li>\\n<li>Fixed an issue with the support form.<\\/li>\\n<li>Fixed an issue with the user input step where conditional logic is not disabled correctly in some cases.<\\/li>\\n<li>Fixed an issue with the user input step where the save and continue button might appear.<\\/li>\\n<li>Fixed an issue with the update button on the user input step under certain conditions.<\\/li>\\n<li>Fixed an issue with the field label showing the admin label on approval steps.<\\/li>\\n<li>Fixed the feedback after sending an entry to a different step.<\\/li>\\n<\\/ul>\\n<p>= 1.3 =<\\/p>\\n<ul>\\n<li>Added support for the id, user_email and display_name modifiers for the User field merge tag.<\\/li>\\n<li>Added the gravityflow_entry_count_step_list so the entry counts on the step list page can be turned off.\\nExample: add_filter( \'gravityflow_entry_count_step_list\', \'__return_false\' );<\\/li>\\n<li>Added the highlight editable fields setting to the user input step.<\\/li>\\n<li>Added the Order Summary step setting for user input and approval steps with pricing fields.<\\/li>\\n<li>Added support for dynamic conditional logic.<\\/li>\\n<li>Added the feed extension class.<\\/li>\\n<li>Added support for the created_by, and workflow_timeline merge tags within Gravity Forms notifications.<\\/li>\\n<li>Added the gravityflow_post_process_workflow action.\\nExample: add_action( \'gravityflow_post_process_workflow\'. \'sh_gravityflow_post_process_workflow\', 10, 4);\\nfunction sh_gravityflow_post_process_workflow( $form, $entry_id, $step_id, $step_id_before_processing ) {\\n\\/\\/ Do something every time the workflow is processed.\\n}<\\/li>\\n<li>Added the gravityflow_update_button_text_user_input filter to allow the button text to be changed on the user input step.\\nExample:\\nadd_filter( \'gravityflow_update_button_text_user_input\', \'sh_gravityflow_update_button_text_user_input\', 10, 3 );\\nfunction sh_gravityflow_update_button_text_user_input( $text, $form_id, $step ) {\\nreturn \'Submit\';\\n}<\\/li>\\n<li>Added the form ID and field as parameters to the gravityflow_get_users_args_assignee_field and gravityflow_get_users_args_user_field filters.<\\/li>\\n<li>Added the step_column, submitter_column and status_column attributes to the shortcode.<\\/li>\\n<li>Added support for the display_name attribute in the assignees merge tag. e.g. {assignees: display_name=true}<\\/li>\\n<li>Added the instructions setting to the user input and approval steps.<\\/li>\\n<li>Added support for an area for instructions at the top of the workflow detail page.<\\/li>\\n<li>\\n<p>Added the gravityflow_editable_fields_user_input filter to allow the editable fields array to be modified for the user input step.\\nExample:\\nadd_filter( \'gravityflow_editable_fields_user_input\', \'sh_gravityflow_editable_fields_user_input\', 10, 2);\\nfunction sh_gravityflow_editable_fields_user_input( $editable_fields, $step ){\\n\\/\\/ Use these variable to program your editable fields logic\\n\\/\\/ $entry = $step->get_entry();\\n\\/\\/ $entry_id = $step->get_entry_id();\\n\\/\\/ $form = $step->get_form();\\n\\/\\/ $form_id = $step->get_form_id();<\\/p>\\n<pre><code> \\/\\/ Return an array of IDs\\n \\/\\/ e.g. array( 1, 2, 3 );\\n return $editable_fields;\\n}<\\/code><\\/pre>\\n<\\/li>\\n<li>Added a setting in the user input step to allow field conditional logic to be displayed to the editable fields.<\\/li>\\n<li>Added support for sorting on the field columns in the status page.<\\/li>\\n<li>Added the gravityflow_permission_denied_message_entry_detail filter to allow the error message to be customized.<\\/li>\\n<li>Added the hidden option to the default status setting of the User Input step.<\\/li>\\n<li>Added support for the {created_by:[property]} and {assignees} merge tags<\\/li>\\n<li>Added support for field validation in the User Input step.<\\/li>\\n<li>Added the last_updated attribute to the inbox shortcode to activate the last updated column to appear in the inbox list.<\\/li>\\n<li>Added total count indicator below the inbox when entry count > 150.<\\/li>\\n<li>Added the timeline attribute to the shortcode so the timeline can be hidden.<\\/li>\\n<li>Added the date field option to the schedule setting to allow steps to be scheduled for a date in the entry.<\\/li>\\n<li>Added the workflow note setting to the approval and user input steps so the note box can be hidden, required or required depending on the status.<\\/li>\\n<li>Added the gravityflow_validation_approval and gravityflow_validation_user_input filters to allow custom validation.<\\/li>\\n<li>\\n<p>Added support for required fields in the User Input step.<\\/p>\\n<\\/li>\\n<li>Updated Gravity PDF integration so it\'s fully compatible with Gravity PDF 4.0 RC2.<\\/li>\\n<li>Updated the user input conditional logic setting to display an option to deactivate dynamic conditional logic when page conditional logic is present on the form.<\\/li>\\n<li>Updated the entry detail page to hide fields when the page is hidden by conditional logic.<\\/li>\\n<li>Updated the user input step to display the front end field labels instead of the admin labels.<\\/li>\\n<li>Updated styles of the front end validation message.<\\/li>\\n<li>Updated the field labels in the entry detail page to display the full label instead of the admin label.<\\/li>\\n<li>Updated the workflow detail page to respect the conditional logic rules.<\\/li>\\n<li>\\n<p>Updated the auto-update and license check component.<\\/p>\\n<\\/li>\\n<li>Fixed an issue with the user input step where values are not displayed in editable fields after saving a previous step in which those field are not editable.<\\/li>\\n<li>Fixed an issue with the entry count column in the step list.<\\/li>\\n<li>Fixed an issue with the approval step expiration where the emails don\'t get send.<\\/li>\\n<li>Fixed an issue with the status of all the steps afte restarting the workflow.<\\/li>\\n<li>Fixed an issue with the order summary setting.<\\/li>\\n<li>Fixed an issue with the gravityflow_entry_count_step_list filter.<\\/li>\\n<li>Fixed an issue with the validation of the user input step where required fields that are hidden by conditional logic can fail validation.<\\/li>\\n<li>Fixed a PHP notice on the entry detail page when accessing the entry when not on a step.<\\/li>\\n<li>Fixed an issue affecting access to the entry detail page.<\\/li>\\n<li>Fixed an issue with the notification workflow notification where the workflow note merge tag doesn\'t get replaced.<\\/li>\\n<li>Fixed an issue where the gform_field_content was not getting triggered in the workflow detail page.<\\/li>\\n<li>Fixed an issue where the workflow complete notifications where the entry contains the wrong status.<\\/li>\\n<li>Fixed validation of the file upload field.<\\/li>\\n<li>Fixed an issue with the email field with confirmation enabled where the confirmation is not automatically set to the value.<\\/li>\\n<li>Fixed an issue with the field column values in the status list.<\\/li>\\n<li>Fixed an issue with the email subject not replacing merge tags.<\\/li>\\n<li>Fixed an issue with the multi-file upload field where files can\'t be deleted by email assignees or users authenticating by token.<\\/li>\\n<li>Fixed an issue with styles for the inbox shortcode where the field value columns don\'t adapt well to narrow screens.<\\/li>\\n<li>Fixed an issue with the URL in the entry link merge tag.<\\/li>\\n<li>Fixed an issue with the timeline notes for email assignees<\\/li>\\n<li>Fixed an issue in the inbox where the form name doesn\'t appear.<\\/li>\\n<li>Fixed an issue with the expiration delay calculation for units other than hours.<\\/li>\\n<li>Fixed an issue where the confirmation page is not displayed in certain conditions.<\\/li>\\n<\\/ul>\\n<p>= 1.2 =<\\/p>\\n<ul>\\n<li>Added the {workflow_timeline} merge tag to display a basic timeline with very simple formatting.<\\/li>\\n<li>Added the display fields setting to the Approval and User Input steps.<\\/li>\\n<li>Added the content of html field to the workflow detail page.<\\/li>\\n<li>Added the gravityflow_assignee_status_workflow_detail filter to allow the assignee status label to be modified on the workflow detail page. Currently only supported by the Approval Step.<\\/li>\\n<li>Added the gravityflow_webhook_args filter so the webhook request args can be modified.<\\/li>\\n<li>Added the gravityflow_post_webhook action which fires after the webhook request.<\\/li>\\n<li>Added the token attribute to the workflow entry link merge tag which forces the token to be added to the link regardless of the assignee type. Useful for sending links that don\'t require login to WordPress users.<\\/li>\\n<li>Added restart_step() restart_workflow() send_to_step() add_timeline_note() and log_activity() to Gravity_Flow_API<\\/li>\\n<li>Added support for starting workflows when an entry is added using the API.<\\/li>\\n<li>Added the GET forms\\/[ID]\\/steps Web API endpoint. Returns all the steps for a form.<\\/li>\\n<li>Added the GET entries\\/[ID]\\/assignees Web API endpoint. Returns all the assignees for the current step of the specified entry.<\\/li>\\n<li>Added the GET entries\\/[ID]\\/steps Web API endpoint. Returns all the steps for the specified entry.<\\/li>\\n<li>Added the POST entries\\/[ID]\\/assignees\\/[KEY] Web API endpoint. Processes a status update for a specified assignee of the current step of the specified entry.<\\/li>\\n<li>Added support for step duplication.<\\/li>\\n<li>Fixed an issue with the recalculation of calculated fields when not editable.<\\/li>\\n<li>Fixed an issue with the display of hidden product fields.<\\/li>\\n<li>Fixed an issue with the confirmation page for users with the gravityflow_view_all capability when transitioning steps.<\\/li>\\n<li>Fixed a deprecation warning on Gravity Forms 2.0<\\/li>\\n<li>Fixed an issue preventing upgrade on some Windows systems.<\\/li>\\n<li>Fixed an issue with the recalculation of calculated fields hidden by conditional logic.<\\/li>\\n<li>Fixed an issue with editable fields on user input steps hidden by conditional logic on form submission.<\\/li>\\n<li>Fixed an issue with the timeline note not registering a WordPress user name correctly when using the token in the workflow entry link.<\\/li>\\n<li>Fixed an issue after completing a step where assignees might see field values on the next step if they were hidden from the previous step.<\\/li>\\n<li>Fixed an issue where the Revert setting doesn\'t appear for new Approval Steps even though there\'s a User Input step in the list.<\\/li>\\n<li>Fixed an issue on the status page where a warning is displayed if a user account no longer exists.<\\/li>\\n<\\/ul>\\n<p>= 1.1.3 =<\\/p>\\n<ul>\\n<li>Added support for the revert button in the Approval Step so entries can be sent to a User Input step as a third alternative to "approve" or "reject".<\\/li>\\n<li>Added the expiration setting to the approval and user input steps.<\\/li>\\n<li>Added the username\\/step type to the timeline notes classes to allow certain note types to be hidden using CSS.<\\/li>\\n<li>Updated the timeline to display the step icon when a user avatar is not available.<\\/li>\\n<li>Fixed an issue with the column header texts where the inbox and status pages use different terminology.<\\/li>\\n<\\/ul>\\n<p>= 1.1.2 =<\\/p>\\n<ul>\\n<li>Added options to the workflow email settings: From Name, From Email, Reply To, BCC, Subject.<\\/li>\\n<li>Added support for the User Registration Add-On version 3<\\/li>\\n<li>Added support for Gravity PDF 4.<\\/li>\\n<li>Added the Workflow Fields section in the form editor.<\\/li>\\n<li>Added the User field.<\\/li>\\n<li>Added the Role field.<\\/li>\\n<li>Added schedule date to the workflow entry detail for queued entries.<\\/li>\\n<li>Updated the default number of users returned for settings and for the assignee field from 300 to 1000.<\\/li>\\n<li>Fixed an issue with the status shortcode on WordPress 4.4<\\/li>\\n<li>Fixed an issue with the schedule date setting for installations in timezones < UTC.<\\/li>\\n<li>Fixed an issue with the schedule step setting where the values are not retained after changing the step type.<\\/li>\\n<li>Fixed an issue with the assignee by month report where the axis labels were switched.<\\/li>\\n<li>Fixed an issue with the status export where the created_by column is missing for forms submitted by anonymous users.<\\/li>\\n<li>Fixed a compatibility issue with the Gravity Perks Limit Dates Perk.<\\/li>\\n<\\/ul>\\n<p>= 1.1.1 =<\\/p>\\n<ul>\\n<li>Added the id_column attribute to the shortcode so the ID column can be hidden.<\\/li>\\n<li>Added the Restart Workflow bulk action to the status page.<\\/li>\\n<li>Added entries to the status page which were created before steps were added.<\\/li>\\n<li>Added support for custom status labels.<\\/li>\\n<li>Added support for custom navigation labels.<\\/li>\\n<li>Added support for the Signature Add-on in the shortcode.<\\/li>\\n<li>Added step icons to the step list.<\\/li>\\n<li>Updated the submit page to display the forms in alphabetical order.<\\/li>\\n<li>Fixed an issue with the assignee field where the placeholder doesn\'t work correctly.<\\/li>\\n<li>Fixed an issue with Gravity PDF integration in certain situations which prevents the PDF from attaching.<\\/li>\\n<li>Fixed an issue with the merge tags in the assignee reminder email.<\\/li>\\n<li>Fixed an issue with the assignee field where the number 1 appears at the top of the lists of users and fields.<\\/li>\\n<li>Removed the redundant \'workflow: notification step\' event in the Gravity Forms notification settings.<\\/li>\\n<li>API: Added the Gravity_Flow_Extension class.<\\/li>\\n<\\/ul>\\n<p>= 1.1 =<\\/p>\\n<ul>\\n<li>Added one-click cancel links so workflows can be cancelled by clicking on a link in an email.<\\/li>\\n<li>Added export to the admin UI status list.<\\/li>\\n<li>Added support for SMS message steps via Twilio. Requires the Gravity Forms Twilio Add-On and a Twilio account.<\\/li>\\n<li>Added support for form import and export. Requires Gravity Forms 1.9.13.29.<\\/li>\\n<li>Updated the step type radio buttons to display as buttons with icons.<\\/li>\\n<li>Fixed an issue when updating step settings where where entries may not get reassigned correctly to new roles.<\\/li>\\n<li>Fixed an issue when duplicating forms where the next step points to another step.<\\/li>\\n<li>Fixed the merge tag UI for the Workflow Notification setting on the Notification step.<\\/li>\\n<li>Fixed an issue with the status permissions.<\\/li>\\n<li>Fixed some untranslatable strings.<\\/li>\\n<\\/ul>\\n<p>= 1.0 =<\\/p>\\n<ul>\\n<li>All New!<\\/li>\\n<\\/ul>\"},\"banners\":{\"high\":\"https:\\/\\/gravityflow.io\\/wp-content\\/uploads\\/edd\\/2017\\/03\\/gravityflow-plugin-header-hires.png\",\"low\":\"https:\\/\\/gravityflow.io\\/wp-content\\/uploads\\/edd\\/2017\\/03\\/gravityflow-plugin-header-lores.png\"},\"contributors\":[\"stevehenty\"],\"license\":\"GPL-3.0+\",\"license_uri\":\"http:\\/\\/www.gnu.org\\/licenses\\/gpl-3.0.html\",\"added\":\"2015-09-19\",\"description\":[\"<p>Gravity Flow is a business process workflow platform for WordPress.<\\/p>\\n<p>= Who is it for? =<\\/p>\\n<p>Gravity Flow is for organisations and departments of any size that need to get a form-based workflow process up and running online quickly with no programming. These processes usually already exist either offline or online but are often inefficiently implemented.<\\/p>\\n<p>= How does it work? =<\\/p>\\n<p>An end-user submits a web form which generates an entry. The entry is then passed around between users and systems on an established path until the process is complete. Each user or system in the workflow will add something to the process before allowing the entry to proceed to the next step.<\\/p>\\n<p>For example, an employee may add additional information and a manager another might add their approval. Connected systems might send an email, add the user to a mailing list, create a user account or send data to an ERP system.<\\/p>\\n<p>Gravity Flow requires <a href=\\\"https:\\/\\/gravityflow.io\\/out\\/gravityforms\\\">Gravity Forms<\\/a><\\/p>\\n<p>Facebook: <a href=\\\"https:\\/\\/facebook.com\\/gravityflow.io\\\">Gravity Flow<\\/a><\\/p>\\n<p>Twitter: <a href=\\\"https:\\/\\/twitter.com\\/GravityFlow_io\\\">Gravity Flow<\\/a><\\/p>\\n<p>= Requirements =<\\/p>\\n<ol>\\n<li><a href=\\\"https:\\/\\/gravityflow.io\\/out\\/gravityforms\\\">Purchase and install Gravity Forms<\\/a><\\/li>\\n<li>Wordpress 4.2+<\\/li>\\n<li>Gravity Forms 2.1+<\\/li>\\n<\\/ol>\\n<p>= Support =<\\/p>\\n<p>If you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\n<a href=\\\"https:\\/\\/gravityflow.io\\/contact\\/\\\">https:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\"],\"changelog\":[\"<p>= 2.2.2 =<\\/p>\\n<ul>\\n<li>Added the filter gravityflow_form_ids_inbox which allows adjustment of form id(s) when searching for entries for the inbox table.<\\/li>\\n<li>Added the filter gravityflow_form_ids_status which allows adjustment of form id(s) when searching for entries for the status table.<\\/li>\\n<li>Fixed a notice which can get displayed if GravityView is installed.<\\/li>\\n<li>Fixed a compatibility issue with the Nested Forms Perk.<\\/li>\\n<li>Fixed an issue with the assignee policy for multiple role assignees.<\\/li>\\n<li>Fixed an issue where date field expiration may use the wrong field to calculate the expiration date.<\\/li>\\n<\\/ul>\\n<p>= 2.2.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue preventing the one-click approve and reject links from working.<\\/li>\\n<li>Fixed a fatal error which can occur if the entry is deleted before workflow processing starts.<\\/li>\\n<li>Fixed a fatal error which can occur when entry detail permissions are evaluated with the status page shortcode set to allow anonymous access.<\\/li>\\n<li>Fixed an issue with the Multi-User field on the User Input step where no fields are editable for the assignee.<\\/li>\\n<li>Fixed a performance issue in the WP admin which can affect sites with a lot of users.<\\/li>\\n<\\/ul>\\n<p>= 2.2 =<\\/p>\\n<ul>\\n<li>Added the Multi-User field.<\\/li>\\n<li>Added the filter gravityflow_step_status_evaluation_approval to allow the status evaluation of approval step to check custom logic (X of Y approvals).<\\/li>\\n<li>Added the "Display all fields except selected" choice to the Display Fields setting.<\\/li>\\n<li>Added searching to the lists of assignees.<\\/li>\\n<li>Updated the Sprout Invoices step to support the new Sprout Invoices + Gravity Forms add-on.<\\/li>\\n<li>Updated the existing choice labels in the Display Fields setting to "Display all fields" and "Hide all fields except selected".<\\/li>\\n<li>Fixed editable Post Image field not being populated with the current entry value on the User Input step.<\\/li>\\n<li>Fixed editable Post Image field value retaining the previous image URL on entry update if the step failed validation.<\\/li>\\n<li>Fixed status export .csv to include duration as a separate column so it is consistent with status export table info.<\\/li>\\n<li>Fixed a PHP warning for the Discussion field.<\\/li>\\n<li>Fixed an issue with the approval step for assignees added via custom code.<\\/li>\\n<li>Fixed some merge tags such as {created_by} being replaced in assignee notifications before the entry was available.<\\/li>\\n<\\/ul>\\n<p>= 2.1.1 =<\\/p>\\n<ul>\\n<li>Fixed editable Post Category field not being populated with the current entry value on the User Input step.<\\/li>\\n<li>Fixed an issue which prevents the rendering of certain merge tags e.g. {workflow_form_submission_link} in extensions and custom code.<\\/li>\\n<\\/ul>\\n<p>= 2.1 =<\\/p>\\n<ul>\\n<li>Added support for the Gravity Perks Nested Forms add-on.<\\/li>\\n<li>Added the current step as parameters to the gravityflow_feedback_approval_token and gravityflow_feedback_approval filters.<\\/li>\\n<li>Added the filter gravityflow_feedback_cancel_workflow to allow the user feedback to be modified when the workflow is cancelled using the cancel workflow link.<\\/li>\\n<li>Added the filter gravityflow_inbox_search_criteria to allow the search criteria to be modify.<\\/li>\\n<li>Added the filter gravityflow_assignee_choices to allow the list of assignee choices to be modified in the step settings.<\\/li>\\n<li>Added the filter gravityflow_step_schedule_timestamp to allow the scheduled start of steps to apply custom logic (business hours, delay specific entries, etc)<\\/li>\\n<li>Added the filter gravityflow_event_limit_activity_page to allow the activity page to display custom amount of events<\\/li>\\n<li>Added the filter gravityflow_discussion_items_display_toggle to allow view more \\/ less effect to be modified per discussion field<\\/li>\\n<li>Added the filter gravityflow_inbox_paging to inbox page to enable control of pagination options<\\/li>\\n<li>Added the filter gravityflow_step_status_webhook to enable custom logic at conclusion of outbound webhook step processing<\\/li>\\n<li>Added the filter gravityflow_response_message_webhook to enable customization of timeline note for an outbound webhook step<\\/li>\\n<li>Added the Step ID # to workflow settings list. Accessible by mouseover in the row actions<\\/li>\\n<li>Added the Step ID # to sub-title of edit step screen for existing steps<\\/li>\\n<li>Updated the Status Page export to match table display and run gravityflow_field_value_status_table filter<\\/li>\\n<li>Updated the Sliced Invoices integration.<\\/li>\\n<li>Updated discussion field to display the view more \\/ less effect on all step types for status and inbox pages. Previously limited to user input edit field.<\\/li>\\n<li>Updated the Outgoing Webhook Step to handle multiple response codes appropriate statuses: 2xx (complete), 4xx (error_client), 5xx (error_server), other (error)<\\/li>\\n<li>Fixed an issue where, in some situations, getting the next step was not using the latest version of the entry.<\\/li>\\n<li>Fixed an issue where calculated product fields hidden by conditional logic could appear in order summary when the entry is updated on the User Input step.<\\/li>\\n<li>Fixed an issue where feeds with conditional logic can block the progress of the workflow if the conditional is not met.<\\/li>\\n<li>API: Updated the way assignees are handled to allow the base assignee class to be extended so new types of assignees can be created.<\\/li>\\n<\\/ul>\\n<p>= 2.0.1 =<\\/p>\\n<ul>\\n<li>Added the {workflow_fields} merge tag, similar to the {all_fields} merge tag with the following true\\/false attributes: empty, value, admin, editable and display.<\\/li>\\n<li>Added \'Send to step\' to admin action when workflow is complete.<\\/li>\\n<li>Added the gravityflow_display_field_choices filter.<\\/li>\\n<li>Added the gravityflow_date_format_entry_detail filter.<\\/li>\\n<li>Added CSS RTL improvements.<\\/li>\\n<li>Fixed an issue with the cron task to prevent running during the upgrade of Gravity Forms.<\\/li>\\n<li>Fixed an issue where Section Breaks show during the User Input step regardless of being selected in the UI.<\\/li>\\n<\\/ul>\\n<p>= 2.0.0 =<\\/p>\\n<ul>\\n<li>Added the highlight setting to all the step settings.<\\/li>\\n<li>Added the gravityflow_pre_cancel_workflow action.<\\/li>\\n<li>Added the gravityflow_timeline_step_icon filter.<\\/li>\\n<li>Added the sent status of a sliced invoice to the workflow detail page.<\\/li>\\n<li>Added the gravityflow_entry_link_inbox_table filter.<\\/li>\\n<li>Added the gravityflow_site_cookie_path filter.<\\/li>\\n<li>Added the gravityflow_step_highlight_color_inbox filter.<\\/li>\\n<li>Added support for save and submit buttons on the User Input step.<\\/li>\\n<li>Added the entry_id attribute to the shortcode for direct access to the workflow entry detail page. e.g. [gravityflow entry_id=123]<\\/li>\\n<li>Added the "View more" link to the discussion field for discussions with more than 10 messages.<\\/li>\\n<li>Updated to support Gravity Forms version 2.3.<\\/li>\\n<li>Fixed the HubSpot step for the "HubSpot for Gravity Forms" plugin versions 3.0+.<\\/li>\\n<li>Fixed a fatal error which could occur when processing the shortcode with the form attribute and the specified entry can\'t be retrieved.<\\/li>\\n<li>Fixed an issue with the timeline notes for Approval and User Input steps where the step icon is used instead of the user avatar.<\\/li>\\n<li>Fixed an issue with the conditional logic for Section fields on the User Input step.<\\/li>\\n<li>Fixed an issue that step IDs in feed conditions weren\'t updated after forms duplicated or imported.<\\/li>\\n<\\/ul>\\n<p>= 1.9.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue which can cause the settings tabs not to appear on some installations.<\\/li>\\n<\\/ul>\\n<p>= 1.9.0 =<\\/p>\\n<ul>\\n<li>Added support for Members version 2.0+; moved the capabilities to a new Gravity Flow group with human readable labels.<\\/li>\\n<li>Added the gravityflow_step_assignees filter.<\\/li>\\n<li>Added PATCH to the list of request methods in the request method setting of the Outgoing Webhook step settings.<\\/li>\\n<li>Added Headers to the Outgoing Webhook step settings.<\\/li>\\n<li>Added the Raw body setting to the Outgoing webhook step settings.<\\/li>\\n<li>Added the Connected Apps Settings page to allow the Outgoing Webhook step to connect to WordPress sites running the official OAuth1 Server plugin.<\\/li>\\n<li>Updated the {workflow_note} merge tag to support the history modifier to control if notes from previous occurrences of the step are output e.g. {workflow_note:step_id=5 history=true}.<\\/li>\\n<li>Updated the {workflow_note} merge tag step_id attribute to also support step names e.g. {workflow_note:step_id=\'manager approval\'}.<\\/li>\\n<li>Updated the field conditional logic setting to be enabled by default on the User Input Step.<\\/li>\\n<li>Fixed an issue populating multi-select fields with the existing entry value on the user input step when the field uses the new json storageType.<\\/li>\\n<li>Fixed the $original_entry parameter not being passed when the gform_after_update_entry hook is triggered on entry update by the user input step.<\\/li>\\n<li>Fixed empty fields being displayed on the user input step when \'show empty fields\' was not enabled.<\\/li>\\n<li>Fixed an issue with the shortcode where the gravityflow_status_filter and gravityflow_permission_granted_entry_detail filters don\'t fire.<\\/li>\\n<li>Fixed the Dropbox step for Gravity Forms Dropbox Add-On versions 2.0+.<\\/li>\\n<li>Fixed and issue which can cause an error when the Update Entry step is triggered by the schedule setting or by an anonymous user.<\\/li>\\n<\\/ul>\\n<p>= 1.8.0 =<\\/p>\\n<ul>\\n<li>Added the workflow note field to the quick actions in the inbox. The note field is only displayed when required by the step settings.<\\/li>\\n<li>Added support for editable fields on the User Input step with calculations based on non-editable and\\/or non-display fields.<\\/li>\\n<li>Added the gravityflow_columns_status_table filter to allow the columns to be filtered on the status table.<\\/li>\\n<li>Added the gravityflow_field_value_status_table filter to allow the field values to be filtered on the status table.<\\/li>\\n<li>Added support for first, latest, and limit modifiers on the Discussion field merge tag e.g. {label:2:first}, {label:2:latest}, and {label:2:limit=3}.<\\/li>\\n<li>Added a class name to the entry detail table for the current step.<\\/li>\\n<li>Added support for using the {workflow_entry_link}, {workflow_entry_url}, {workflow_inbox_link}, {workflow_inbox_url}, {workflow_note} and {assignees} merge tags in Gravity Forms notifications.<\\/li>\\n<li>Added "Cancelled" to the final status entry meta options available in entry filters.<\\/li>\\n<li>Updated the note for expired steps to include the step name.<\\/li>\\n<li>Updated step conditional logic to support rules based on entry meta and properties.<\\/li>\\n<li>Updated the User and Role type fields so the step conditional logic rule value will use the choice drop down instead of text input.<\\/li>\\n<li>Updated the {workflow_note} merge tag to support the optional step_id, display_name, and display_date modifiers e.g. {workflow_note: step_id=5 display_name=true display_date=true}.<\\/li>\\n<li>Fixed an issue where the {workflow_note} merge tag would not return the note when the merge tag was not processed immediately after the note was added.<\\/li>\\n<li>Fixed some strings for translation.<\\/li>\\n<li>Fixed a php notice when printing entries.<\\/li>\\n<li>Fixed Discussion field merge tag not returning content when used in the step instructions.<\\/li>\\n<li>API: Fixed an issue with the add-on slug which prevents feed interception for third party add-ons.<\\/li>\\n<li>Fixed a JS error on the entry detail page when a User Input step has an editable Chained Select field and conditional logic is not enabled.<\\/li>\\n<\\/ul>\\n<p>= 1.7 =<\\/p>\\n<ul>\\n<li>Added support for unfiltered HTML in the instructions setting for users with the unfiltered_html capability.<\\/li>\\n<li>Added the ability to configure emails to be sent when a User Input step updates the entry and remains in progress and when the step is completed.<\\/li>\\n<li>Added the date field option to the step expiration setting.<\\/li>\\n<li>Added the $field->gravityflow_is_editable and $field->gravityflow_is_display_field properties to provide context to Gravity Forms add-ons that don\'t extend GF_Field for custom fields.<\\/li>\\n<li>Added new functionality to the Sliced Invoices step:\\n<ul>\\n<li>The Assign To, Assignee Email, Instructions, Display Fields, and Expiration settings.<\\/li>\\n<li>The Step Completion setting allowing completion of the step to be delayed until the invoice is paid.<\\/li>\\n<li>When the step is pending invoice payment the invoice details will be displayed in the workflow detail box on the inbox detail page.<\\/li>\\n<\\/ul><\\/li>\\n<li>Fixed an issue with the notification message when the Discussion field merge tag content exceeded the max line length.<\\/li>\\n<li>Fixed an issue with the GravityView integration where the single view doesn\'t display if an assignee is defined the Advanced Filter criteria.<\\/li>\\n<li>Updated the "no assignees" note from "not required" which could have been confusing in some situations.<\\/li>\\n<li>Updated the feed configuration page for the Sliced Invoices & Gravity Forms Add-On:\\n<ul>\\n<li>Added settings for the default status of the invoice\\/quote.<\\/li>\\n<li>Updated the choices for the Line Items map field to only include List type fields and the option to use the entry order summary.<\\/li>\\n<\\/ul><\\/li>\\n<li>Renamed the User Input step \'Default Status Option\' setting to \'Save Progress Option\' and changed the setting type from radio buttons to drop down.<\\/li>\\n<\\/ul>\\n<p>= 1.6.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue which can cause an error in GravityView views.<\\/li>\\n<\\/ul>\\n<p>= 1.6 =<\\/p>\\n<ul>\\n<li>Added support for GravityView to be used to create inbox views. Requires the GravityView Advanced Filter Extension.<\\/li>\\n<li>Added updater support for beta extensions.<\\/li>\\n<li>Added support for configuring a step to process feeds for the following third-party add-ons:\\nGravity Forms Constant Contact Add-On, Gravity Forms to Pipe Drive CRM Add-On, and Gravity Forms SendinBlue Add-On.<\\/li>\\n<li>Added the custom confirmation message to the user input step.<\\/li>\\n<li>Added support for the gform_field_validation filter to the user input step.<\\/li>\\n<li>Added the gravityflow_status_submitter_name filter.<\\/li>\\n<li>Added performance improvements to the status page.<\\/li>\\n<li>Added support for repeat reminders.<\\/li>\\n<li>Added the gravityflow_assignee_eamil_reminder_repeat_days filter.\\nExample:\\nadd_filter( \'gravityflow_assignee_eamil_reminder_repeat_days\', \'sh_gravityflow_assignee_eamil_reminder_repeat_days\', 10, 4 );\\nfunction sh_gravityflow_assignee_eamil_reminder_repeat_days( $form, $entry, $step, $assignee ) {\\nreturn 3; \\/\\/ Send reminders every 3 days after the initial assignee email. Return zero to disable.\\n}<\\/li>\\n<li>Added support for manual activation in the User Registration Add-On. The User Registration step will now wait in a pending state until the account has been activated.<\\/li>\\n<li>Updated the User Registration step to assigned entry to the newly created user account.<\\/li>\\n<li>Updated merge tag processing for the Assignee and User type fields to support additional user property\\/meta modifiers.<\\/li>\\n<li>Updated the gravityflow_workflow_detail_sidebar hook to include $current_step and $args as the third and fourth parameters.<\\/li>\\n<li>Updated the user Input button text to "Submit" instead of "Update" when the default status is hidden.<\\/li>\\n<li>Updated the styles of the workflow box when the sidebar is not active to remove the padding.<\\/li>\\n<li>Updated the activity log and reports to exclude deleted and trashed entries.<\\/li>\\n<li>Fixed an issue with the inbox page which would result in the no pending tasks message when an access token is used by an assignee who is a registered user but not logged in.<\\/li>\\n<li>Fixed an issue which prevented the value returned by the gravityflow_feedback_approval filter from being used.<\\/li>\\n<li>Fixed a fatal error loading the status shortcode on some sites.<\\/li>\\n<li>Fixed a JavaScript error on User Input steps with field conditional logic disabled.<\\/li>\\n<li>Fixed the bottom bulk action drop down on the status page not displaying the print modal.<\\/li>\\n<li>Fixed an issue which could prevent the value drop down for the Gravity View Advanced Filter Extension being populated with the Workflow Assignee choices.<\\/li>\\n<li>Fixed a JavaScript error on the User Input step related to conditional logic dependent fields which are not editable or display fields.<\\/li>\\n<li>Fixed an issue with conditional routing where the Source URL, Starred and IP fields are ignored in rules.<\\/li>\\n<li>Fixed an issue which prevented the values from post fields being saved on the User Input step.<\\/li>\\n<li>Fixed an issue with the approval actions.<\\/li>\\n<\\/ul>\\n<p>= 1.5.0 =<\\/p>\\n<ul>\\n<li>Added support for configuring a step to process feeds for the upcoming Gravity Forms Post Creation Add-On.<\\/li>\\n<li>Added support for configuring a step for Sprout Invoices. Requires the Sprout Invoices Form Integrations add-on (creates estimates) and\\/or Invoice Submissions add-on (creates invoices).<\\/li>\\n<li>Added settings to the Workflow > Settings page for selecting which pages contain the gravityflow inbox, status and submit shortcodes. The selected inbox page will be used when preparing merge tags such as {workflow_inbox_link} when the page_id attribute is not specified.<\\/li>\\n<li>Added support for shortcodes in the step instructions.<\\/li>\\n<li>Added the gravityflow_pre_restart_workflow action.<\\/li>\\n<li>\\n<p>Added field mapping to the Outgoing Webhook step.<\\/p>\\n<\\/li>\\n<li>\\n<p>Updated the step type column of the workflow steps list and the step configuration page to indicate when a plugin required by a feed based step type is missing.<\\/p>\\n<\\/li>\\n<li>Fixed merge tag labels not being translatable.<\\/li>\\n<li>Fixed an issue with the inbox where field values are not displayed correctly when custom code uses the gform_entries_field_value filter.<\\/li>\\n<li>Fixed an issue with poor admin performance on some sites where W3TC is installed and object caching is enabled.<\\/li>\\n<\\/ul>\\n<p>= 1.4.2.1 =<\\/p>\\n<ul>\\n<li>Fixed an issue preventing the settings for the Workflow Role Field from opening in the Form Editor.<\\/li>\\n<\\/ul>\\n<p>= 1.4.2 =<\\/p>\\n<ul>\\n<li>Added the users role filter setting to the Workflow User and Assignee type fields.<\\/li>\\n<li>Added support for deleting Discussion field comments on the entry detail edit page.<\\/li>\\n<li>Added the Rich Text Editor setting support to the Discussion field. New fields only.<\\/li>\\n<li>Added the gravityflow_inbox_sorting filter to allow the sorting criteria to be modified before search for entries in the inbox. See <a href=\\\"http:\\/\\/docs.gravityflow.io\\/article\\/132-gravityflowinboxsorting\\\">http:\\/\\/docs.gravityflow.io\\/article\\/132-gravityflowinboxsorting<\\/a><\\/li>\\n<li>Added the gravityflow_reverse_comment_order_discussion_field filter allowing the comments to be reversed before being displayed.\\nExample: add_filter( \'gravityflow_reverse_comment_order_discussion_field\', \'__return_true\' );<\\/li>\\n<li>\\n<p>Added Italian translation - thanks to Giacomo Papasidero.<\\/p>\\n<\\/li>\\n<li>Updated to support the Gravity Forms 2.1 field visibility setting changes.<\\/li>\\n<li>Updated the inbox and status pages to remove the dependency on the entry list columns when form and field ids are specified.<\\/li>\\n<li>Updated the notification step to prevent the selected notifications being sent during form submission.<\\/li>\\n<li>\\n<p>Updated the last updated column on the status list to display the date created when the entry has not been updated.<\\/p>\\n<\\/li>\\n<li>Fixed an issue where step conditional routing rules based on the entry id would not be evaluated correctly.<\\/li>\\n<li>Fixed an issue with duplicate Final Status choices, such as Complete, being added to the entry meta filters.<\\/li>\\n<li>Fixed an issue with the user input step update button which caused the signature field to fail validation.<\\/li>\\n<li>Fixed an issue with the workflow link\\/url merge tags when the specified page does not exist.<\\/li>\\n<li>Fixed an issue with the coupon field on the user input step when there are no editable product fields (GF Coupons v2.3.2 required).<\\/li>\\n<li>Fixed an issue where a feed add-ons delay_feed() method was not being called when the feed was intercepted.<\\/li>\\n<li>Fixed an issue with the step status showing as complete before the step processing has started.<\\/li>\\n<li>Fixed an issue with empty sections being displayed on the entry detail view.<\\/li>\\n<li>Fixed an issue with the sidebar shortcode attribute for the status page.<\\/li>\\n<li>Fixed an issue with dynamic assignee routing where the assignees don\'t update correctly after changing the value of a dependent field.<\\/li>\\n<li>Fixed a fatal error when the next step doesn\'t exist.<\\/li>\\n<li>Fixed an issue with the inbox and status shortcodes where the form is specified without fields.<\\/li>\\n<li>Fixed an issue with the conditional routing where conditions specifying the User are ignored.<\\/li>\\n<li>Fixed an issue with imported forms. Fixed in Gravity Forms 2.1.1.13.<\\/li>\\n<\\/ul>\\n<p>= 1.4.1 =<\\/p>\\n<ul>\\n<li>Added security enhancements.<\\/li>\\n<li>Added support for field filters on the status page when a form constraint is active via the shortcode.<\\/li>\\n<li>Added the gravityflow<em>shortcode<\\/em>[page] filter.\\nExample:\\n\\/\\/ Adds support for [gravityflow page="custom_page"]\\nadd_filter(\'gravityflow_shortcode_custom_page\', \'sh_filter_gravityflow_shortcode_custom_page\', 10, 3 );\\nfunction sh_filter_gravityflow_shortcode_custom_page( $html, $shortcode_attributes, $content ) {\\necho "My custom Gravity Flow shortcode";\\n}<\\/li>\\n<li>Added the gravityflow_enqueue_frontend_scripts action to allow additional scripts to be enqueued when the gravityflow shortcode is present on the page.\\nExample:\\nadd_filter(\'gravityflow_enqueue_frontend_scripts\', \'sh_action_gravityflow_enqueue_frontend_scripts\', 10);\\nfunction sh_action_gravityflow_enqueue_frontend_scripts() {\\n\\/\\/ enqueue custom scripts\\n}<\\/li>\\n<li>\\n<p>Added the gravityflow_bulk_action_status_table filter to allow custom bulk actions to be processed on the status page.\\nExample:\\nadd_filter( \'gravityflow_bulk_action_status_table\', \'filter_gravityflow_bulk_action_status_table\', 10, 4);\\nfunction filter_gravityflow_bulk_action_status_table( $feedback, $bulk_action, $entry_ids, $args ) {\\n\\/\\/ process entries<\\/p>\\n<pre><code> return \'Done!\';\\n}<\\/code><\\/pre>\\n<\\/li>\\n<li>\\n<p>Added the gravityflow_field_filters_status_table filter to allow the field filters to be modified.\\nExample:\\nadd_filter( \'gravityflow_field_filters_status_table\', \'filter_gravityflow_field_filters_status_table\' );\\nfunction filter_gravityflow_field_filters_status_table( $field_filters ) {\\n\\/\\/ Modify the filters\\nreturn $field_filters;\\n}<\\/p>\\n<\\/li>\\n<li>Fixed an issue with the workflow starting for spam entries.<\\/li>\\n<li>Fixed an issue on the user input step where the file upload field value could be lost when another field failed validation or when restarting the step and editing another field.<\\/li>\\n<li>Fixed an issue where the label would not be displayed on the entry detail view or user input step when the field label was empty and the admin label was configured.<\\/li>\\n<li>Fixed a fatal error which could occur if the gform_post_add_entry hook passes a WP_Error object for the $entry.<\\/li>\\n<li>Fixed a PHP warning which could occur when using the gravityflow_{type}_token_expiration_days filter.<\\/li>\\n<li>Fixed an issue with duplicate merge tags being added to the merge tag drop down.<\\/li>\\n<li>Fixed an issue with shortcodes used in the HTML field content not being processed on the entry detail view.<\\/li>\\n<li>Fixed an issue with the import process where the feeds remain inside the form meta.<\\/li>\\n<li>Fixed an issue with the import process where the revert step setting is not imported correctly.<\\/li>\\n<li>Fixed an issue with the permissions for printing where email assignees can\'t print.<\\/li>\\n<\\/ul>\\n<p>= 1.4 =<\\/p>\\n<ul>\\n<li>Added support for delaying the workflow until after PayPal payment.<\\/li>\\n<li>Added "Reminder:" to the subject line of reminder notifications.<\\/li>\\n<li>Added the Custom Timestamp Format setting to the Discussion field appearance tab.<\\/li>\\n<li>Added the {workflow_inbox_url} and {workflow_inbox_link} merge tags.<\\/li>\\n<li>Added the "Expired" status to the approval and user input steps.<\\/li>\\n<li>Added the "Next step if Expired" sub-setting to the expiration settings.<\\/li>\\n<li>Added support for GravityPDF v4.0 to the User Input step.<\\/li>\\n<li>Added support for merge tag replacement in HTML fields for the User Input and Approval Steps.<\\/li>\\n<li>Added support for configuring a step to process feeds for the Gravity Forms Breeze and Dropbox add-ons.<\\/li>\\n<li>Added support for configuring a step to process feeds for the following third-party add-ons:\\nDrip Email Campaigns + Gravity Forms, Gravity Forms ConvertKit Add-On, Gravity Forms Signature Add-on by ApproveMe (WP E-Signature), HubSpot for Gravity Forms, Sliced Invoices & Gravity Forms<\\/li>\\n<li>Added support for admin-only fields to be used in conditional logic in Gravity Forms 2.0.<\\/li>\\n<li>\\n<p>Added the gravityflow_inbox_entry_detail_pre_process filter to allow the entry detail processing to be aborted.<\\/p>\\n<\\/li>\\n<li>Updated minimum Gravity Forms version to 1.9.14.<\\/li>\\n<li>\\n<p>Updated feed interception to use the gform_is_delayed_pre_process_feed filter with GF1.9.14+ or gform_pre_process_feeds filter with GF2.0+.<\\/p>\\n<\\/li>\\n<li>Fixed a fatal error in the admin actions when sending to a step which completes the workflow immediately.<\\/li>\\n<li>Fixed an issue with shortcodes used in the HTML field content not being processed on the user input step.<\\/li>\\n<li>Fixed an issue with the workflow being started when an incomplete entry is saved by the Gravity Forms Partial Entries Add-On.<\\/li>\\n<li>Fixed an issue when sending to another step when the current step is queued.<\\/li>\\n<li>Fixed an issue with assignees which don\'t exist being assigned to the step e.g. when an email field doesn\'t have a value.<\\/li>\\n<li>Fixed an issue with the step flow when the destination step is not active or conditions met.<\\/li>\\n<li>Fixed an issue with the reminders not being sent when steps are repeated.<\\/li>\\n<li>Fixed an issue with the status page preventing the workflow user, assignee and role fields from being displayed.<\\/li>\\n<li>Fixed an issue with the admin actions button on the user input step when form button conditional logic is enabled.<\\/li>\\n<li>Fixed a performance issue with the user input step.<\\/li>\\n<li>Fixed an issue with the display of Section fields on the user input step.<\\/li>\\n<li>Fixed an issue with the Discussion field when an in progress user input step is redisplayed following a successful update.<\\/li>\\n<li>Fixed an issue with the Discussion field when the form or user input step returns a validation error.<\\/li>\\n<li>Fixed notice caused by step processing occurring when the associated feed add-on is inactive.<\\/li>\\n<li>Fixed an issue with add-on feed interception running when the step is inactive.<\\/li>\\n<li>Fixed a fatal error which could occur if a Zapier step is configured and the add-on isn\'t active during step processing.<\\/li>\\n<\\/ul>\\n<p>= 1.3.2 =<\\/p>\\n<ul>\\n<li>Added the gravityflow_inbox_submitter_name to allow the value displayed in the Submitter column to be overridden.\\nExample:\\nadd_filter( \'gravityflow_inbox_submitter_name\', \'inbox_submitter_name\', 10, 3 );\\nfunction inbox_submitter_name( $submitter_name, $entry, $form ) {\\nreturn \'the new submitter name\';\\n}<\\/li>\\n<li>Added support for configuring a step to process feeds for the following Gravity Forms Add-Ons:\\nActiveCampaign, Agile CRM, AWeber, Batchbook, Campfire, Capsule, CleverReach, Freshbooks, GetResponse, Help Scout, HipChat, Highrise, iContact, Mad Mimi, Slack, Trello, and Zoho CRM.<\\/li>\\n<li>Added post action settings to the Approval step if the form has post fields.<\\/li>\\n<li>Added support for a delay offset to the date field option of the schedule step setting.<\\/li>\\n<li>Added the following attributes to the shortcode: step_status, workflow_info and sidebar.\\nExample: \\u200bstep_status="false" workflow_info="false" sidebar="false"<\\/li>\\n<li>Added the gravityflow_revert_label_workflow_detail filter to allow the \'Revert\' label to be modified on the Approval step.<\\/li>\\n<li>Added the gravityflow_reject_label_workflow_detail filter to allow the \'Reject\' label to be modified on the Approval step.<\\/li>\\n<li>Added the gravityflow_approve_label_workflow_detail filter to allow the \'Approve\' label to be modified on the Approval step.\\nExample:\\nadd_filter( \'gravityflow_approve_label_workflow_detail\', \'filter_approve_label_workflow_detail\', 10, 2 );\\nfunction filter_approve_label_workflow_detail( $approve_label, $step ) {\\nreturn \'Your new label\';\\n}<\\/li>\\n<li>\\n<p>Added the gravityflow_admin_actions_workflow_detail filter to allow the choices in the admin actions drop down on the entry detail page to be modified.\\nExample:\\nadd_filter( \'gravityflow_admin_actions_workflow_detail\', \'filter_admin_actions_workflow_detail\', 10, 5 );\\nfunction filter_admin_actions_workflow_detail( $admin_actions, $current_step, $steps, $form, $entry ) {\\n$admin_actions[] = array( \'label\' => \'your new action\', \'value\' => \'your_new_action\' );<\\/p>\\n<pre><code>return $admin_actions;<\\/code><\\/pre>\\n<p>}<\\/p>\\n<\\/li>\\n<li>\\n<p>Added the Discussion Field.<\\/p>\\n<\\/li>\\n<li>Updated to only add workflow notification events if a step has been configured for the form.<\\/li>\\n<li>Updated choices for the notification events setting to be translatable.<\\/li>\\n<li>Updated the list of steps in the \'Send to Step\' section of the admin actions to display only active steps.<\\/li>\\n<li>\\n<p>Updated the styles of the front-end entry detail page when the workflow info and step status are hidden.<\\/p>\\n<\\/li>\\n<li>Fixed an issue which caused all the Zapier feeds for a form to be processed on the Zapier step. Requires Zapier 1.8.3.<\\/li>\\n<li>Fixed an issue with feed conditional logic evaluation for the Zapier step.<\\/li>\\n<li>Fixed an issue with the license validation logging statement.<\\/li>\\n<li>Fixed an issue with including the timelines with the printout from the entry detail page.<\\/li>\\n<\\/ul>\\n<p>= 1.3.1 =<\\/p>\\n<ul>\\n<li>Added support for Signature Add-On v3.0.<\\/li>\\n<li>Added the gravityflow_assignee_status_list_user_input filter to allow the assignee status list to be hidden.\\nExample:\\nadd_action( \'gravityflow_assignee_status_list_user_input\', \'sh_filter_gravityflow_assignee_status_list_user_input\', 10, 3 );\\nfunction sh_filter_gravityflow_assignee_status_list_user_input( $display, $form, $step ) {\\nreturn false;\\n}<\\/li>\\n<li>Added the gravityflow_below_workflow_info_entry_detail filter to allow content to be added below the workflow info on the entry detail page.\\nExample:\\nadd_action( \'gravityflow_below_workflow_info_entry_detail\', \'sh_action_gravityflow_below_workflow_info_entry_detail\', 10, 3 );\\nfunction sh_action_gravityflow_below_workflow_info_entry_detail( $form, $entry, $step ) {\\necho \'My content\';\\n}<\\/li>\\n<li>Added the gravityflow_feedback_message_user_input filter to allow the feedback message to be modified on the user input step.\\nExample:\\nadd_filter( \'gravityflow_feedback_message_user_input\', \'sh_filter_gravityflow_feedback_message_user_input\', 10, 5 );\\nfunction sh_filter_gravityflow_feedback_message_user_input( $feedback, $new_status, $assignee, $form, $step ) {\\nreturn \'Success!\';\\n}<\\/li>\\n<li>Added the gravityflow_step_column_status_page filter to allow the value of the step column to be modified on the status page.\\nExample:\\nadd_filter( \'gravityflow_step_column_status_page\', \'sh_filter_gravityflow_step_column_status_page\', 10, 2 );\\nfunction sh_filter_gravityflow_step_column_status_page( $output, $entry ) {\\nif ( empty( $entry[\'workflow_step\'] ) ) {\\n$output = \'Workflow Ended\';\\n}\\nreturn $output;\\n}<\\/li>\\n<li>Added the Disable auto-formatting setting for the assignee, rejection, and approval email messages.<\\/li>\\n<li>Added the generic map step setting type.<\\/li>\\n<li>Added the workflow_current_status entry meta to track the status of steps that can end in a status other than \'complete\'.<\\/li>\\n<li>Added the gravityflow_below_status_list_user_input action to allow content to be added in the workflow box below the status list.<\\/li>\\n<li>Added Gravity_Flow_API::get_timeline()<\\/li>\\n<li>Added the gravityflow_permission_granted_entry_detail filter to allow the permission check to be overridden for the workflow entry detail page.\\nExample:\\nadd_filter( \'gravityflow_permission_granted_entry_detail\', \'sh_filter_gravityflow_permission_granted_entry_detail\', 10, 2 );\\nfunction sh_filter_gravityflow_permission_granted_entry_detail( $permission_granted, $entry ) {\\nreturn true;\\n}<\\/li>\\n<li>Added the gravityflow_complete_label_user_input filter to allow the \'complete\' label to be modified on the User Input step.\\nExample:\\nadd_filter( \'gravityflow_complete_label_user_input\', \'sh_filter_gravityflow_complete_label_user_input\', 10, 2 );\\nfunction sh_filter_gravityflow_complete_label_user_input( $complete_label, $step ) {\\nreturn \'Finished editing\';\\n}<\\/li>\\n<li>Added the gravityflow_in_progress_label_user_input filter to allow the \'in progress\' label to be modified on the User Input step.\\nExample:\\nadd_filter( \'gravityflow_in_progress_label_user_input\', \'sh_filter_gravityflow_in_progress_label_user_input\', 10, 2 );\\nfunction sh_filter_gravityflow_in_progress_label_user_input( $complete_label, $step ) {\\nreturn \'Save for later\';\\n}<\\/li>\\n<li>Added timelines and page break options to bulk printing on the status page.<\\/li>\\n<li>Added the gravityflow_inbox_args filter so the inbox criteria can be modified.<\\/li>\\n<li>Added the \'Required Reverted or Rejected\' to the options in the Workflow note setting.<\\/li>\\n<li>Added the gravityflow_status_args filter to allow the status table to be modified.<\\/li>\\n<li>Added the gravityflow-instructions and gravityflow-timeline CSS classes.<\\/li>\\n<li>\\n<p>Added the gravityflow_webhook<em>args<\\/em>[Form ID] filter immediately after the gravityflow_webhook_args filter.<\\/p>\\n<\\/li>\\n<li>Updated $field->get_value_export() for the Workflow fields to return the display name.<\\/li>\\n<li>Updated the entry meta so that the status columns don\'t appear automatically in the Gravity Forms entry list.<\\/li>\\n<li>\\n<p>Updated the styles of the workflow detail page for narrow screens to display the entry first and then the info box below.<\\/p>\\n<\\/li>\\n<li>Fixed an issue with the final status when approval steps are not the last step.<\\/li>\\n<li>Fixed an issue with the user input step when the max number of characters setting is set for a field that\'s not editable.<\\/li>\\n<li>Fixed an issue with the widths of the columns on the workflow detail page on some themes.<\\/li>\\n<li>Fixed an issue with the workflow note retaining the value after updating the entry.<\\/li>\\n<li>Fixed an issue with the styles of the timeline.<\\/li>\\n<li>Fixed an issue with the user input step where hidden fields are not displayed.<\\/li>\\n<li>Fixed an issue with status list when displaying names of assignees whose accounts no longer exist.<\\/li>\\n<li>Fixed an issue on the entry detail page for entries on the approval step and completed entries where product fields are displayed in the list of fields. Product fields are displayed in the order summary but they can also be displayed in the list by selecting the fields in the display fields step setting.<\\/li>\\n<li>Fixed an issue with Gravity_Flow_API::get_current_step() for entries that have not started the workflow.<\\/li>\\n<li>Fixed an issue with the support form.<\\/li>\\n<li>Fixed an issue with the user input step where conditional logic is not disabled correctly in some cases.<\\/li>\\n<li>Fixed an issue with the user input step where the save and continue button might appear.<\\/li>\\n<li>Fixed an issue with the update button on the user input step under certain conditions.<\\/li>\\n<li>Fixed an issue with the field label showing the admin label on approval steps.<\\/li>\\n<li>Fixed the feedback after sending an entry to a different step.<\\/li>\\n<\\/ul>\\n<p>= 1.3 =<\\/p>\\n<ul>\\n<li>Added support for the id, user_email and display_name modifiers for the User field merge tag.<\\/li>\\n<li>Added the gravityflow_entry_count_step_list so the entry counts on the step list page can be turned off.\\nExample: add_filter( \'gravityflow_entry_count_step_list\', \'__return_false\' );<\\/li>\\n<li>Added the highlight editable fields setting to the user input step.<\\/li>\\n<li>Added the Order Summary step setting for user input and approval steps with pricing fields.<\\/li>\\n<li>Added support for dynamic conditional logic.<\\/li>\\n<li>Added the feed extension class.<\\/li>\\n<li>Added support for the created_by, and workflow_timeline merge tags within Gravity Forms notifications.<\\/li>\\n<li>Added the gravityflow_post_process_workflow action.\\nExample: add_action( \'gravityflow_post_process_workflow\'. \'sh_gravityflow_post_process_workflow\', 10, 4);\\nfunction sh_gravityflow_post_process_workflow( $form, $entry_id, $step_id, $step_id_before_processing ) {\\n\\/\\/ Do something every time the workflow is processed.\\n}<\\/li>\\n<li>Added the gravityflow_update_button_text_user_input filter to allow the button text to be changed on the user input step.\\nExample:\\nadd_filter( \'gravityflow_update_button_text_user_input\', \'sh_gravityflow_update_button_text_user_input\', 10, 3 );\\nfunction sh_gravityflow_update_button_text_user_input( $text, $form_id, $step ) {\\nreturn \'Submit\';\\n}<\\/li>\\n<li>Added the form ID and field as parameters to the gravityflow_get_users_args_assignee_field and gravityflow_get_users_args_user_field filters.<\\/li>\\n<li>Added the step_column, submitter_column and status_column attributes to the shortcode.<\\/li>\\n<li>Added support for the display_name attribute in the assignees merge tag. e.g. {assignees: display_name=true}<\\/li>\\n<li>Added the instructions setting to the user input and approval steps.<\\/li>\\n<li>Added support for an area for instructions at the top of the workflow detail page.<\\/li>\\n<li>\\n<p>Added the gravityflow_editable_fields_user_input filter to allow the editable fields array to be modified for the user input step.\\nExample:\\nadd_filter( \'gravityflow_editable_fields_user_input\', \'sh_gravityflow_editable_fields_user_input\', 10, 2);\\nfunction sh_gravityflow_editable_fields_user_input( $editable_fields, $step ){\\n\\/\\/ Use these variable to program your editable fields logic\\n\\/\\/ $entry = $step->get_entry();\\n\\/\\/ $entry_id = $step->get_entry_id();\\n\\/\\/ $form = $step->get_form();\\n\\/\\/ $form_id = $step->get_form_id();<\\/p>\\n<pre><code> \\/\\/ Return an array of IDs\\n \\/\\/ e.g. array( 1, 2, 3 );\\n return $editable_fields;\\n}<\\/code><\\/pre>\\n<\\/li>\\n<li>Added a setting in the user input step to allow field conditional logic to be displayed to the editable fields.<\\/li>\\n<li>Added support for sorting on the field columns in the status page.<\\/li>\\n<li>Added the gravityflow_permission_denied_message_entry_detail filter to allow the error message to be customized.<\\/li>\\n<li>Added the hidden option to the default status setting of the User Input step.<\\/li>\\n<li>Added support for the {created_by:[property]} and {assignees} merge tags<\\/li>\\n<li>Added support for field validation in the User Input step.<\\/li>\\n<li>Added the last_updated attribute to the inbox shortcode to activate the last updated column to appear in the inbox list.<\\/li>\\n<li>Added total count indicator below the inbox when entry count > 150.<\\/li>\\n<li>Added the timeline attribute to the shortcode so the timeline can be hidden.<\\/li>\\n<li>Added the date field option to the schedule setting to allow steps to be scheduled for a date in the entry.<\\/li>\\n<li>Added the workflow note setting to the approval and user input steps so the note box can be hidden, required or required depending on the status.<\\/li>\\n<li>Added the gravityflow_validation_approval and gravityflow_validation_user_input filters to allow custom validation.<\\/li>\\n<li>\\n<p>Added support for required fields in the User Input step.<\\/p>\\n<\\/li>\\n<li>Updated Gravity PDF integration so it\'s fully compatible with Gravity PDF 4.0 RC2.<\\/li>\\n<li>Updated the user input conditional logic setting to display an option to deactivate dynamic conditional logic when page conditional logic is present on the form.<\\/li>\\n<li>Updated the entry detail page to hide fields when the page is hidden by conditional logic.<\\/li>\\n<li>Updated the user input step to display the front end field labels instead of the admin labels.<\\/li>\\n<li>Updated styles of the front end validation message.<\\/li>\\n<li>Updated the field labels in the entry detail page to display the full label instead of the admin label.<\\/li>\\n<li>Updated the workflow detail page to respect the conditional logic rules.<\\/li>\\n<li>\\n<p>Updated the auto-update and license check component.<\\/p>\\n<\\/li>\\n<li>Fixed an issue with the user input step where values are not displayed in editable fields after saving a previous step in which those field are not editable.<\\/li>\\n<li>Fixed an issue with the entry count column in the step list.<\\/li>\\n<li>Fixed an issue with the approval step expiration where the emails don\'t get send.<\\/li>\\n<li>Fixed an issue with the status of all the steps afte restarting the workflow.<\\/li>\\n<li>Fixed an issue with the order summary setting.<\\/li>\\n<li>Fixed an issue with the gravityflow_entry_count_step_list filter.<\\/li>\\n<li>Fixed an issue with the validation of the user input step where required fields that are hidden by conditional logic can fail validation.<\\/li>\\n<li>Fixed a PHP notice on the entry detail page when accessing the entry when not on a step.<\\/li>\\n<li>Fixed an issue affecting access to the entry detail page.<\\/li>\\n<li>Fixed an issue with the notification workflow notification where the workflow note merge tag doesn\'t get replaced.<\\/li>\\n<li>Fixed an issue where the gform_field_content was not getting triggered in the workflow detail page.<\\/li>\\n<li>Fixed an issue where the workflow complete notifications where the entry contains the wrong status.<\\/li>\\n<li>Fixed validation of the file upload field.<\\/li>\\n<li>Fixed an issue with the email field with confirmation enabled where the confirmation is not automatically set to the value.<\\/li>\\n<li>Fixed an issue with the field column values in the status list.<\\/li>\\n<li>Fixed an issue with the email subject not replacing merge tags.<\\/li>\\n<li>Fixed an issue with the multi-file upload field where files can\'t be deleted by email assignees or users authenticating by token.<\\/li>\\n<li>Fixed an issue with styles for the inbox shortcode where the field value columns don\'t adapt well to narrow screens.<\\/li>\\n<li>Fixed an issue with the URL in the entry link merge tag.<\\/li>\\n<li>Fixed an issue with the timeline notes for email assignees<\\/li>\\n<li>Fixed an issue in the inbox where the form name doesn\'t appear.<\\/li>\\n<li>Fixed an issue with the expiration delay calculation for units other than hours.<\\/li>\\n<li>Fixed an issue where the confirmation page is not displayed in certain conditions.<\\/li>\\n<\\/ul>\\n<p>= 1.2 =<\\/p>\\n<ul>\\n<li>Added the {workflow_timeline} merge tag to display a basic timeline with very simple formatting.<\\/li>\\n<li>Added the display fields setting to the Approval and User Input steps.<\\/li>\\n<li>Added the content of html field to the workflow detail page.<\\/li>\\n<li>Added the gravityflow_assignee_status_workflow_detail filter to allow the assignee status label to be modified on the workflow detail page. Currently only supported by the Approval Step.<\\/li>\\n<li>Added the gravityflow_webhook_args filter so the webhook request args can be modified.<\\/li>\\n<li>Added the gravityflow_post_webhook action which fires after the webhook request.<\\/li>\\n<li>Added the token attribute to the workflow entry link merge tag which forces the token to be added to the link regardless of the assignee type. Useful for sending links that don\'t require login to WordPress users.<\\/li>\\n<li>Added restart_step() restart_workflow() send_to_step() add_timeline_note() and log_activity() to Gravity_Flow_API<\\/li>\\n<li>Added support for starting workflows when an entry is added using the API.<\\/li>\\n<li>Added the GET forms\\/[ID]\\/steps Web API endpoint. Returns all the steps for a form.<\\/li>\\n<li>Added the GET entries\\/[ID]\\/assignees Web API endpoint. Returns all the assignees for the current step of the specified entry.<\\/li>\\n<li>Added the GET entries\\/[ID]\\/steps Web API endpoint. Returns all the steps for the specified entry.<\\/li>\\n<li>Added the POST entries\\/[ID]\\/assignees\\/[KEY] Web API endpoint. Processes a status update for a specified assignee of the current step of the specified entry.<\\/li>\\n<li>Added support for step duplication.<\\/li>\\n<li>Fixed an issue with the recalculation of calculated fields when not editable.<\\/li>\\n<li>Fixed an issue with the display of hidden product fields.<\\/li>\\n<li>Fixed an issue with the confirmation page for users with the gravityflow_view_all capability when transitioning steps.<\\/li>\\n<li>Fixed a deprecation warning on Gravity Forms 2.0<\\/li>\\n<li>Fixed an issue preventing upgrade on some Windows systems.<\\/li>\\n<li>Fixed an issue with the recalculation of calculated fields hidden by conditional logic.<\\/li>\\n<li>Fixed an issue with editable fields on user input steps hidden by conditional logic on form submission.<\\/li>\\n<li>Fixed an issue with the timeline note not registering a WordPress user name correctly when using the token in the workflow entry link.<\\/li>\\n<li>Fixed an issue after completing a step where assignees might see field values on the next step if they were hidden from the previous step.<\\/li>\\n<li>Fixed an issue where the Revert setting doesn\'t appear for new Approval Steps even though there\'s a User Input step in the list.<\\/li>\\n<li>Fixed an issue on the status page where a warning is displayed if a user account no longer exists.<\\/li>\\n<\\/ul>\\n<p>= 1.1.3 =<\\/p>\\n<ul>\\n<li>Added support for the revert button in the Approval Step so entries can be sent to a User Input step as a third alternative to "approve" or "reject".<\\/li>\\n<li>Added the expiration setting to the approval and user input steps.<\\/li>\\n<li>Added the username\\/step type to the timeline notes classes to allow certain note types to be hidden using CSS.<\\/li>\\n<li>Updated the timeline to display the step icon when a user avatar is not available.<\\/li>\\n<li>Fixed an issue with the column header texts where the inbox and status pages use different terminology.<\\/li>\\n<\\/ul>\\n<p>= 1.1.2 =<\\/p>\\n<ul>\\n<li>Added options to the workflow email settings: From Name, From Email, Reply To, BCC, Subject.<\\/li>\\n<li>Added support for the User Registration Add-On version 3<\\/li>\\n<li>Added support for Gravity PDF 4.<\\/li>\\n<li>Added the Workflow Fields section in the form editor.<\\/li>\\n<li>Added the User field.<\\/li>\\n<li>Added the Role field.<\\/li>\\n<li>Added schedule date to the workflow entry detail for queued entries.<\\/li>\\n<li>Updated the default number of users returned for settings and for the assignee field from 300 to 1000.<\\/li>\\n<li>Fixed an issue with the status shortcode on WordPress 4.4<\\/li>\\n<li>Fixed an issue with the schedule date setting for installations in timezones < UTC.<\\/li>\\n<li>Fixed an issue with the schedule step setting where the values are not retained after changing the step type.<\\/li>\\n<li>Fixed an issue with the assignee by month report where the axis labels were switched.<\\/li>\\n<li>Fixed an issue with the status export where the created_by column is missing for forms submitted by anonymous users.<\\/li>\\n<li>Fixed a compatibility issue with the Gravity Perks Limit Dates Perk.<\\/li>\\n<\\/ul>\\n<p>= 1.1.1 =<\\/p>\\n<ul>\\n<li>Added the id_column attribute to the shortcode so the ID column can be hidden.<\\/li>\\n<li>Added the Restart Workflow bulk action to the status page.<\\/li>\\n<li>Added entries to the status page which were created before steps were added.<\\/li>\\n<li>Added support for custom status labels.<\\/li>\\n<li>Added support for custom navigation labels.<\\/li>\\n<li>Added support for the Signature Add-on in the shortcode.<\\/li>\\n<li>Added step icons to the step list.<\\/li>\\n<li>Updated the submit page to display the forms in alphabetical order.<\\/li>\\n<li>Fixed an issue with the assignee field where the placeholder doesn\'t work correctly.<\\/li>\\n<li>Fixed an issue with Gravity PDF integration in certain situations which prevents the PDF from attaching.<\\/li>\\n<li>Fixed an issue with the merge tags in the assignee reminder email.<\\/li>\\n<li>Fixed an issue with the assignee field where the number 1 appears at the top of the lists of users and fields.<\\/li>\\n<li>Removed the redundant \'workflow: notification step\' event in the Gravity Forms notification settings.<\\/li>\\n<li>API: Added the Gravity_Flow_Extension class.<\\/li>\\n<\\/ul>\\n<p>= 1.1 =<\\/p>\\n<ul>\\n<li>Added one-click cancel links so workflows can be cancelled by clicking on a link in an email.<\\/li>\\n<li>Added export to the admin UI status list.<\\/li>\\n<li>Added support for SMS message steps via Twilio. Requires the Gravity Forms Twilio Add-On and a Twilio account.<\\/li>\\n<li>Added support for form import and export. Requires Gravity Forms 1.9.13.29.<\\/li>\\n<li>Updated the step type radio buttons to display as buttons with icons.<\\/li>\\n<li>Fixed an issue when updating step settings where where entries may not get reassigned correctly to new roles.<\\/li>\\n<li>Fixed an issue when duplicating forms where the next step points to another step.<\\/li>\\n<li>Fixed the merge tag UI for the Workflow Notification setting on the Notification step.<\\/li>\\n<li>Fixed an issue with the status permissions.<\\/li>\\n<li>Fixed some untranslatable strings.<\\/li>\\n<\\/ul>\\n<p>= 1.0 =<\\/p>\\n<ul>\\n<li>All New!<\\/li>\\n<\\/ul>\"]}\";}','yes'),(1538,'d9972e97c75aca49071183f202425c5a','a:2:{s:7:\"timeout\";i:1530157104;s:5:\"value\";s:10717:\"{\"new_version\":\"1.4\",\"stable_version\":\"1.4\",\"name\":\"Form Connector\",\"slug\":\"formconnector\",\"url\":\"https:\\/\\/gravityflow.io\\/downloads\\/form-connector\\/?changelog=1\",\"last_updated\":\"1 week ago\",\"homepage\":\"https:\\/\\/gravityflow.io\\/downloads\\/form-connector\\/\",\"sections\":{\"description\":\"<p>The Gravity Flow Form Connector Extension is an advanced extension for Gravity Flow.<\\/p>\\n<p>Gravity Flow is a premium Add-On for <a href=\\\"https:\\/\\/gravityflow.io\\/gravityforms\\\">Gravity Forms<\\/a><\\/p>\\n<p>= Requirements =<\\/p>\\n<ol>\\n<li><a href=\\\"https:\\/\\/gravityflow.io\\/gravityforms\\\">Purchase and install Gravity Forms<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/gravityflow.io\\\">Purchase and install Gravity Flow<\\/a><\\/li>\\n<li>Wordpress 4.7+<\\/li>\\n<li>Gravity Forms 2.1+<\\/li>\\n<li>Gravity Flow 1.7+<\\/li>\\n<\\/ol>\\n<p>= Support =\\nIf you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\n<a href=\\\"https:\\/\\/gravityflow.io\\/contact\\/\\\">https:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\",\"changelog\":\"<p>= 1.4 =<\\/p>\\n<ul>\\n<li>Added the Delete Entry step.<\\/li>\\n<li>Added the "gravityflowformconnector_{step_type}_use_choice_text" filter allowing the choice text to be returned instead of the choice values.<\\/li>\\n<li>Fixed an issue where a checkbox field (selected) mapped to a text field would return the choice text instead of the choice values.<\\/li>\\n<li>Fixed a PHP deprecation notice on PHP 7.2 with the Form Submission step.<\\/li>\\n<\\/ul>\\n<p>= 1.3 =<\\/p>\\n<ul>\\n<li>Added support for the token attribute to the {workflow_form_submission_url} and {workflow_form_submission_link} merge tags.<\\/li>\\n<li>Added the Assignee setting to the Update Entry step to allow the assignee to be selected for User Input and Approval actions.<\\/li>\\n<li>Fixed a misleading message at the top of the form for email assignees when the link is not valid.<\\/li>\\n<li>Fixed an issue with the Form Submission step where the role and email assignees can\'t complete the step.<\\/li>\\n<li>Fixed an issue with the Form Submission step where hidden and administrative fields may not get mapped.<\\/li>\\n<li>Updated Members 2.0 integration to use human readable labels for the capabilities. Requires Gravity Flow 1.8.1 or greater.<\\/li>\\n<\\/ul>\\n<p>= 1.2.1 =<\\/p>\\n<ul>\\n<li>Added support for steps extending Gravity_Flow_Step_Form_Submission<\\/li>\\n<li>Fixed an issue with the Parent-Child Forms extension where an invalid link message is displayed when the parent entry is on a step that is not a Form Submission step.<\\/li>\\n<\\/ul>\\n<p>= 1.2 =<\\/p>\\n<ul>\\n<li>Added the Store New Entry ID setting to the New Entry step settings.<\\/li>\\n<li>Added the gravityflowformconnector_update_entry_id filter to allow the target entry ID to be modified.\\nExample:\\nadd_filter( \'gravityflowformconnector_update_entry_id\', \'sh_gravityflowformconnector_update_entry_id\', 10, 5);\\nfunction sh_gravityflowformconnector_update_entry_id( $target_entry_id, $target_form_id, $entry, $form, $step ) {\\n\\/\\/ Custom search for the target entry ID based on the value of field ID 4.\\n$search_criteria[\'status\'] = \'active\';\\n$search_criteria[\'field_filters\'][] = array( \'key\' => \'2\', \'value\' => $entry[\'4\'] );\\n$entries = GFAPI::get_entries( $target_form_id, $search_criteria );\\n\\/\\/ Return the ID of the first entry in the results.\\nreturn $entries[0][\'id\'];\\n}<\\/li>\\n<li>Added support for updating the same entry when the target and source forms are the same. Select Entry ID (Self) in the Entry ID field setting.<\\/li>\\n<li>Fixed an issue with the approval action of the Update Entry Step for entries created with the New Entry step.<\\/li>\\n<li>Fixed an issue with the field mappings which may affect some forms.<\\/li>\\n<li>Fixed an issue with the update step when triggered by a schedule or the expiration of a previous step where the approval or user input action does not complete.<\\/li>\\n<li>Fixed an issue with the update step where remote approval and user input steps can fail on some servers. Requires Gravity Flow 1.6.2-dev+.<\\/li>\\n<\\/ul>\\n<p>= 1.1 =<\\/p>\\n<ul>\\n<li>Added translations for Chinese (China) and Dutch (Netherlands).<\\/li>\\n<li>Added integration with the Gravity Flow Parent-Child Forms Extension; a parent form can now be selected for the \'Entry ID Field\' setting on the \'Update an Entry\' step.<\\/li>\\n<li>Added the Form Submission step.<\\/li>\\n<li>Fixed an issue with the value for choice based Poll, Quiz, and Survey fields in the new or updated entry.<\\/li>\\n<\\/ul>\\n<p>= 1.0.1.2 =<\\/p>\\n<ul>\\n<li>Added support for mapping the created_by field in the target entry.<\\/li>\\n<li>Fixed a fatal error which could occur when using the \'Update an Entry\' step type and the \'Entry ID Field\' setting was not configured.<\\/li>\\n<\\/ul>\\n<p>= 1.0.1.1 =<\\/p>\\n<ul>\\n<li>Added support for merge tag processing in the custom values fields of mappings.<\\/li>\\n<\\/ul>\\n<p>= 1.0.1 =<\\/p>\\n<ul>\\n<li>Added support for custom values in the mapping. Requires Gravity Flow 1.3.0.10.<\\/li>\\n<\\/ul>\\n<p>= 1.0.0 =\\nAll new!<\\/p>\",\"installation\":\"<ol>\\n<li>Download the zipped file.<\\/li>\\n<li>Extract and upload the contents of the folder to \\/wp-contents\\/plugins\\/ folder<\\/li>\\n<li>Go to the Plugin management page of WordPress admin section and enable the \'Gravity Flow Form Connector Extension\' plugin.<\\/li>\\n<\\/ol>\"},\"banners\":{\"high\":\"https:\\/\\/gravityflow.io\\/wp-content\\/uploads\\/edd\\/2017\\/05\\/form-connector.jpg\",\"low\":\"https:\\/\\/gravityflow.io\\/wp-content\\/uploads\\/edd\\/2017\\/05\\/form-connector-1.jpg\"},\"license\":\"GPLv3 or later\",\"license_uri\":\"http:\\/\\/www.gnu.org\\/licenses\\/gpl-3.0.html\",\"added\":\"2016-02-13\",\"description\":[\"<p>The Gravity Flow Form Connector Extension is an advanced extension for Gravity Flow.<\\/p>\\n<p>Gravity Flow is a premium Add-On for <a href=\\\"https:\\/\\/gravityflow.io\\/gravityforms\\\">Gravity Forms<\\/a><\\/p>\\n<p>= Requirements =<\\/p>\\n<ol>\\n<li><a href=\\\"https:\\/\\/gravityflow.io\\/gravityforms\\\">Purchase and install Gravity Forms<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/gravityflow.io\\\">Purchase and install Gravity Flow<\\/a><\\/li>\\n<li>Wordpress 4.7+<\\/li>\\n<li>Gravity Forms 2.1+<\\/li>\\n<li>Gravity Flow 1.7+<\\/li>\\n<\\/ol>\\n<p>= Support =\\nIf you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\n<a href=\\\"https:\\/\\/gravityflow.io\\/contact\\/\\\">https:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\"],\"changelog\":[\"<p>= 1.4 =<\\/p>\\n<ul>\\n<li>Added the Delete Entry step.<\\/li>\\n<li>Added the "gravityflowformconnector_{step_type}_use_choice_text" filter allowing the choice text to be returned instead of the choice values.<\\/li>\\n<li>Fixed an issue where a checkbox field (selected) mapped to a text field would return the choice text instead of the choice values.<\\/li>\\n<li>Fixed a PHP deprecation notice on PHP 7.2 with the Form Submission step.<\\/li>\\n<\\/ul>\\n<p>= 1.3 =<\\/p>\\n<ul>\\n<li>Added support for the token attribute to the {workflow_form_submission_url} and {workflow_form_submission_link} merge tags.<\\/li>\\n<li>Added the Assignee setting to the Update Entry step to allow the assignee to be selected for User Input and Approval actions.<\\/li>\\n<li>Fixed a misleading message at the top of the form for email assignees when the link is not valid.<\\/li>\\n<li>Fixed an issue with the Form Submission step where the role and email assignees can\'t complete the step.<\\/li>\\n<li>Fixed an issue with the Form Submission step where hidden and administrative fields may not get mapped.<\\/li>\\n<li>Updated Members 2.0 integration to use human readable labels for the capabilities. Requires Gravity Flow 1.8.1 or greater.<\\/li>\\n<\\/ul>\\n<p>= 1.2.1 =<\\/p>\\n<ul>\\n<li>Added support for steps extending Gravity_Flow_Step_Form_Submission<\\/li>\\n<li>Fixed an issue with the Parent-Child Forms extension where an invalid link message is displayed when the parent entry is on a step that is not a Form Submission step.<\\/li>\\n<\\/ul>\\n<p>= 1.2 =<\\/p>\\n<ul>\\n<li>Added the Store New Entry ID setting to the New Entry step settings.<\\/li>\\n<li>Added the gravityflowformconnector_update_entry_id filter to allow the target entry ID to be modified.\\nExample:\\nadd_filter( \'gravityflowformconnector_update_entry_id\', \'sh_gravityflowformconnector_update_entry_id\', 10, 5);\\nfunction sh_gravityflowformconnector_update_entry_id( $target_entry_id, $target_form_id, $entry, $form, $step ) {\\n\\/\\/ Custom search for the target entry ID based on the value of field ID 4.\\n$search_criteria[\'status\'] = \'active\';\\n$search_criteria[\'field_filters\'][] = array( \'key\' => \'2\', \'value\' => $entry[\'4\'] );\\n$entries = GFAPI::get_entries( $target_form_id, $search_criteria );\\n\\/\\/ Return the ID of the first entry in the results.\\nreturn $entries[0][\'id\'];\\n}<\\/li>\\n<li>Added support for updating the same entry when the target and source forms are the same. Select Entry ID (Self) in the Entry ID field setting.<\\/li>\\n<li>Fixed an issue with the approval action of the Update Entry Step for entries created with the New Entry step.<\\/li>\\n<li>Fixed an issue with the field mappings which may affect some forms.<\\/li>\\n<li>Fixed an issue with the update step when triggered by a schedule or the expiration of a previous step where the approval or user input action does not complete.<\\/li>\\n<li>Fixed an issue with the update step where remote approval and user input steps can fail on some servers. Requires Gravity Flow 1.6.2-dev+.<\\/li>\\n<\\/ul>\\n<p>= 1.1 =<\\/p>\\n<ul>\\n<li>Added translations for Chinese (China) and Dutch (Netherlands).<\\/li>\\n<li>Added integration with the Gravity Flow Parent-Child Forms Extension; a parent form can now be selected for the \'Entry ID Field\' setting on the \'Update an Entry\' step.<\\/li>\\n<li>Added the Form Submission step.<\\/li>\\n<li>Fixed an issue with the value for choice based Poll, Quiz, and Survey fields in the new or updated entry.<\\/li>\\n<\\/ul>\\n<p>= 1.0.1.2 =<\\/p>\\n<ul>\\n<li>Added support for mapping the created_by field in the target entry.<\\/li>\\n<li>Fixed a fatal error which could occur when using the \'Update an Entry\' step type and the \'Entry ID Field\' setting was not configured.<\\/li>\\n<\\/ul>\\n<p>= 1.0.1.1 =<\\/p>\\n<ul>\\n<li>Added support for merge tag processing in the custom values fields of mappings.<\\/li>\\n<\\/ul>\\n<p>= 1.0.1 =<\\/p>\\n<ul>\\n<li>Added support for custom values in the mapping. Requires Gravity Flow 1.3.0.10.<\\/li>\\n<\\/ul>\\n<p>= 1.0.0 =\\nAll new!<\\/p>\"],\"installation\":[\"<ol>\\n<li>Download the zipped file.<\\/li>\\n<li>Extract and upload the contents of the folder to \\/wp-contents\\/plugins\\/ folder<\\/li>\\n<li>Go to the Plugin management page of WordPress admin section and enable the \'Gravity Flow Form Connector Extension\' plugin.<\\/li>\\n<\\/ol>\"]}\";}','yes'),(1547,'vaa_view_admin_as','a:1:{s:10:\"db_version\";s:3:\"1.8\";}','yes'),(1736,'wp_mail_smtp_version','1.2.5','yes'),(1737,'wp_mail_smtp','a:5:{s:4:\"mail\";a:4:{s:10:\"from_email\";s:17:\"support@wiaas.com\";s:9:\"from_name\";s:5:\"Wiaas\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"host\";s:14:\"smtp.gmail.com\";s:4:\"port\";i:587;s:10:\"encryption\";s:3:\"tls\";s:4:\"auth\";b:1;s:4:\"user\";s:18:\"almira@saburly.com\";s:4:\"pass\";s:21:\"Qmvpvvxenyzv1!saburly\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:0:\"\";}}','no'),(1738,'_amn_smtp_last_checked','1530144000','yes'),(1743,'wp_mail_smtp_debug','a:0:{}','no'),(1810,'gravityformsaddon_gravityformswebapi_settings','a:4:{s:7:\"enabled\";s:1:\"1\";s:10:\"public_key\";s:10:\"0102c9cf3b\";s:11:\"private_key\";s:15:\"1524cdc26dceaee\";s:19:\"impersonate_account\";s:1:\"1\";}','yes'),(1816,'gform_api_count','7','yes'),(1821,'gravityflow_app_settings_labels','a:2:{s:6:\"status\";a:8:{s:7:\"pending\";s:0:\"\";s:9:\"cancelled\";s:0:\"\";s:8:\"rejected\";s:0:\"\";s:8:\"approved\";s:8:\"Complete\";s:8:\"complete\";s:0:\"\";s:12:\"error_client\";s:0:\"\";s:12:\"error_server\";s:0:\"\";s:5:\"error\";s:0:\"\";}s:10:\"navigation\";a:7:{s:8:\"workflow\";s:0:\"\";s:5:\"inbox\";s:0:\"\";s:6:\"submit\";s:0:\"\";s:6:\"status\";s:0:\"\";s:7:\"support\";s:0:\"\";s:7:\"reports\";s:0:\"\";s:8:\"activity\";s:0:\"\";}}','yes'),(2147,'_transient_timeout_wc_order_391_needs_processing','1530247529','no'),(2148,'_transient_wc_order_391_needs_processing','0','no'),(2149,'_transient_timeout_wc_order_392_needs_processing','1530247534','no'),(2150,'_transient_wc_order_392_needs_processing','0','no'),(2151,'_transient_timeout_wc_order_394_needs_processing','1530247538','no'),(2152,'_transient_wc_order_394_needs_processing','0','no'),(2153,'_transient_timeout_wc_order_395_needs_processing','1530247538','no'),(2155,'_transient_wc_order_395_needs_processing','0','no'),(2157,'_transient_timeout_wc_order_396_needs_processing','1530247561','no'),(2158,'_transient_wc_order_396_needs_processing','0','no'),(2161,'_transient_timeout_wc_term_counts','1532753512','no'),(2162,'_transient_wc_term_counts','a:4:{i:16;s:1:\"0\";i:17;s:1:\"0\";i:18;s:1:\"0\";i:15;s:1:\"1\";}','no'),(2163,'_transient_timeout_wc_order_397_needs_processing','1530247912','no'),(2164,'_transient_wc_order_397_needs_processing','0','no'),(2166,'_transient_timeout_wc_order_398_needs_processing','1530247964','no'),(2167,'_transient_wc_order_398_needs_processing','0','no'),(2170,'_transient_timeout_wc_order_399_needs_processing','1530248008','no'),(2171,'_transient_wc_order_399_needs_processing','0','no'),(2191,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(2267,'_transient_timeout_jetpack_idc_allowed','1530173578','no'),(2268,'_transient_jetpack_idc_allowed','1','no'),(2307,'_transient_is_multi_author','0','yes'),(2343,'_transient_timeout_GFCache_66b6b6d775c6e10de9c92d37947bb71a','1530171084','no'),(2344,'_transient_GFCache_66b6b6d775c6e10de9c92d37947bb71a','1','no'),(2349,'_transient_timeout_GFCache_dd0b25f042922e1ff222f6910138544f','1530171117','no'),(2350,'_transient_GFCache_dd0b25f042922e1ff222f6910138544f','1','no'),(2355,'_transient_timeout_GFCache_dfe80bc88d155b9a549494bba5542dc4','1530171122','no'),(2356,'_transient_GFCache_dfe80bc88d155b9a549494bba5542dc4','1','no'),(2357,'_transient_timeout_GFCache_a95e4acbc145c9dacc985b8f6ead7c1f','1530171123','no'),(2358,'_transient_GFCache_a95e4acbc145c9dacc985b8f6ead7c1f','1','no'),(2359,'_transient_timeout_GFCache_547e89640d97ac3f212a2a82e01be729','1530171181','no'),(2360,'_transient_GFCache_547e89640d97ac3f212a2a82e01be729','1','no'),(2365,'_transient_timeout_GFCache_66202aca8743b14ed7e66f97fcb865f4','1530171186','no'),(2366,'_transient_GFCache_66202aca8743b14ed7e66f97fcb865f4','1','no'),(2367,'_transient_timeout_GFCache_a9656bb45e20521eba8d9098a240ebc5','1530171207','no'),(2368,'_transient_GFCache_a9656bb45e20521eba8d9098a240ebc5','1','no'),(2375,'_site_transient_timeout_theme_roots','1530172858','no'),(2376,'_site_transient_theme_roots','a:4:{s:10:\"storefront\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(2377,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1530171062;s:7:\"checked\";a:13:{s:48:\"capability-manager-enhanced/capsman-enhanced.php\";s:5:\"1.5.8\";s:34:\"gravityflow-master/gravityflow.php\";s:9:\"2.2.3-dev\";s:49:\"gravityflowformconnector-master/formconnector.php\";s:9:\"1.4-1-dev\";s:36:\"gravityforms-master/gravityforms.php\";s:7:\"2.3.0.2\";s:19:\"jetpack/jetpack.php\";s:5:\"6.2.1\";s:14:\"basic-auth.php\";s:3:\"0.1\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:5:\"2.1.7\";s:33:\"multiple-roles/multiple-roles.php\";s:5:\"1.2.0\";s:31:\"view-admin-as/view-admin-as.php\";s:3:\"1.8\";s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";s:3:\"0.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.4.2\";s:45:\"woocommerce-services/woocommerce-services.php\";s:6:\"1.14.1\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"1.2.5\";}s:8:\"response\";a:2:{s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/mailchimp-for-woocommerce\";s:4:\"slug\";s:25:\"mailchimp-for-woocommerce\";s:6:\"plugin\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:11:\"new_version\";s:5:\"2.1.8\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/mailchimp-for-woocommerce/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/mailchimp-for-woocommerce.2.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";s:2:\"1x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-1544x500.png?rev=1557817\";s:2:\"1x\";s:80:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-772x250.jpg?rev=1557817\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.4.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:48:\"capability-manager-enhanced/capsman-enhanced.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/capability-manager-enhanced\";s:4:\"slug\";s:27:\"capability-manager-enhanced\";s:6:\"plugin\";s:48:\"capability-manager-enhanced/capsman-enhanced.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/capability-manager-enhanced/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/capability-manager-enhanced.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:78:\"https://s.w.org/plugins/geopattern-icon/capability-manager-enhanced_ffffff.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/capability-manager-enhanced/assets/banner-1544x500.png?rev=776273\";s:2:\"1x\";s:81:\"https://ps.w.org/capability-manager-enhanced/assets/banner-772x250.png?rev=776273\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"6.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.6.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"multiple-roles/multiple-roles.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/multiple-roles\";s:4:\"slug\";s:14:\"multiple-roles\";s:6:\"plugin\";s:33:\"multiple-roles/multiple-roles.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/multiple-roles/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/multiple-roles.1.2.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/multiple-roles_182732.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/multiple-roles/assets/banner-772x250.png?rev=1111103\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"view-admin-as/view-admin-as.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/view-admin-as\";s:4:\"slug\";s:13:\"view-admin-as\";s:6:\"plugin\";s:31:\"view-admin-as/view-admin-as.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/view-admin-as/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/view-admin-as.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/view-admin-as/assets/icon-256x256.png?rev=1821735\";s:2:\"1x\";s:66:\"https://ps.w.org/view-admin-as/assets/icon-128x128.png?rev=1474678\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/view-admin-as/assets/banner-1544x500.png?rev=1821735\";s:2:\"1x\";s:68:\"https://ps.w.org/view-admin-as/assets/banner-772x250.png?rev=1821735\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:6:\"1.14.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.14.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=1586175\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=1586175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=1598183\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=1598183\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"1.2.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=1785565\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=1785565\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(2378,'_transient_timeout_GFCache_43e74d48a765f3afe8454f9b6f8d3104','1530171211','no'),(2379,'_transient_GFCache_43e74d48a765f3afe8454f9b6f8d3104','1','no'),(2380,'_transient_timeout_GFCache_bcecf0877c3c923fafe782e710edfae6','1530171232','no'),(2381,'_transient_GFCache_bcecf0877c3c923fafe782e710edfae6','1','no'),(2387,'_transient_timeout_GFCache_40bb3381175aa5740a490512ec25db93','1530171238','no'),(2388,'_transient_GFCache_40bb3381175aa5740a490512ec25db93','1','no'),(2389,'_transient_timeout_GFCache_cb3e4458d638c0a2dac325912565fe57','1530171257','no'),(2390,'_transient_GFCache_cb3e4458d638c0a2dac325912565fe57','1','no'),(2396,'_transient_timeout_GFCache_ea59f2b5506d109a6f0856f64c7055e4','1530171778','no'),(2397,'_transient_GFCache_ea59f2b5506d109a6f0856f64c7055e4','a:6:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:11:\"entry_count\";s:2:\"13\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:11:\"entry_count\";s:2:\"10\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"5\";s:11:\"entry_count\";s:1:\"5\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"6\";s:11:\"entry_count\";s:1:\"3\";}i:4;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"7\";s:11:\"entry_count\";s:2:\"17\";}i:5;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"8\";s:11:\"entry_count\";s:1:\"2\";}}','no'),(2398,'_transient_timeout_GFCache_ca45be8918aefee111bc5aa39afbe9b9','1530171778','no'),(2399,'_transient_GFCache_ca45be8918aefee111bc5aa39afbe9b9','a:4:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"view_count\";s:1:\"3\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"5\";s:10:\"view_count\";s:1:\"6\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"6\";s:10:\"view_count\";s:1:\"3\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"7\";s:10:\"view_count\";s:2:\"15\";}}','no');
|
||
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_postmeta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_postmeta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_postmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `post_id` (`post_id`),
|
||
KEY `meta_key` (`meta_key`(191))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=8642 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_postmeta`
|
||
--
|
||
|
||
LOCK TABLES `wp_postmeta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
|
||
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(960,73,'_wc_review_count','0'),(961,73,'_wc_rating_count','a:0:{}'),(962,73,'_wc_average_rating','0'),(963,73,'_edit_last','1'),(964,73,'_edit_lock','1528706139:1'),(965,73,'_sku',''),(966,73,'_regular_price','1'),(967,73,'_sale_price',''),(968,73,'_sale_price_dates_from',''),(969,73,'_sale_price_dates_to',''),(970,73,'total_sales','1'),(971,73,'_tax_status','taxable'),(972,73,'_tax_class',''),(973,73,'_manage_stock','no'),(974,73,'_backorders','no'),(975,73,'_sold_individually','no'),(976,73,'_weight',''),(977,73,'_length',''),(978,73,'_width',''),(979,73,'_height',''),(980,73,'_upsell_ids','a:0:{}'),(981,73,'_crosssell_ids','a:0:{}'),(982,73,'_purchase_note',''),(983,73,'_default_attributes','a:0:{}'),(984,73,'_virtual','no'),(985,73,'_downloadable','no'),(986,73,'_product_image_gallery',''),(987,73,'_download_limit','-1'),(988,73,'_download_expiry','-1'),(989,73,'_stock',NULL),(990,73,'_stock_status','instock'),(991,73,'_product_version','3.4.2'),(992,73,'_price','1'),(993,74,'_order_key',''),(994,74,'_customer_user','0'),(995,74,'_payment_method',''),(996,74,'_payment_method_title',''),(997,74,'_transaction_id',''),(998,74,'_customer_ip_address',''),(999,74,'_customer_user_agent',''),(1000,74,'_created_via',''),(1001,74,'_date_completed',''),(1002,74,'_completed_date',''),(1003,74,'_date_paid',''),(1004,74,'_paid_date',''),(1005,74,'_cart_hash',''),(1006,74,'_billing_first_name',''),(1007,74,'_billing_last_name',''),(1008,74,'_billing_company',''),(1009,74,'_billing_address_1',''),(1010,74,'_billing_address_2',''),(1011,74,'_billing_city',''),(1012,74,'_billing_state',''),(1013,74,'_billing_postcode',''),(1014,74,'_billing_country',''),(1015,74,'_billing_email',''),(1016,74,'_billing_phone',''),(1017,74,'_shipping_first_name',''),(1018,74,'_shipping_last_name',''),(1019,74,'_shipping_company',''),(1020,74,'_shipping_address_1',''),(1021,74,'_shipping_address_2',''),(1022,74,'_shipping_city',''),(1023,74,'_shipping_state',''),(1024,74,'_shipping_postcode',''),(1025,74,'_shipping_country',''),(1026,74,'_order_currency','USD'),(1027,74,'_cart_discount','0'),(1028,74,'_cart_discount_tax','0'),(1029,74,'_order_shipping','0'),(1030,74,'_order_shipping_tax','0'),(1031,74,'_order_tax','0'),(1032,74,'_order_total','1.00'),(1033,74,'_order_version','3.4.2'),(1034,74,'_prices_include_tax','no'),(1035,74,'_billing_address_index',' '),(1036,74,'_shipping_address_index',' '),(1037,75,'_edit_last','1'),(1038,75,'_order_key','wc_order_5b1e356491e4d'),(1039,75,'_customer_user','0'),(1040,75,'_payment_method',''),(1041,75,'_payment_method_title',''),(1042,75,'_transaction_id',''),(1043,75,'_customer_ip_address',''),(1044,75,'_customer_user_agent',''),(1045,75,'_created_via','admin'),(1046,75,'_date_completed',''),(1047,75,'_completed_date',''),(1048,75,'_date_paid',''),(1049,75,'_paid_date',''),(1050,75,'_cart_hash',''),(1051,75,'_billing_first_name',''),(1052,75,'_billing_last_name',''),(1053,75,'_billing_company',''),(1054,75,'_billing_address_1',''),(1055,75,'_billing_address_2',''),(1056,75,'_billing_city',''),(1057,75,'_billing_state',''),(1058,75,'_billing_postcode',''),(1059,75,'_billing_country',''),(1060,75,'_billing_email',''),(1061,75,'_billing_phone',''),(1062,75,'_shipping_first_name',''),(1063,75,'_shipping_last_name',''),(1064,75,'_shipping_company',''),(1065,75,'_shipping_address_1',''),(1066,75,'_shipping_address_2',''),(1067,75,'_shipping_city',''),(1068,75,'_shipping_state',''),(1069,75,'_shipping_postcode',''),(1070,75,'_shipping_country',''),(1071,75,'_order_currency','USD'),(1072,75,'_cart_discount','0'),(1073,75,'_cart_discount_tax','0'),(1074,75,'_order_shipping','0'),(1075,75,'_order_shipping_tax','0'),(1076,75,'_order_tax','0'),(1077,75,'_order_total','1.00'),(1078,75,'_order_version','3.4.2'),(1079,75,'_prices_include_tax','no'),(1080,75,'_billing_address_index',' '),(1081,75,'_shipping_address_index',' '),(1082,75,'_edit_lock','1528706265:1'),(1083,76,'_order_key','wc_order_5b1fa4e9ddedb'),(1084,76,'_customer_user','0'),(1085,76,'_payment_method','bacs'),(1086,76,'_payment_method_title','Direct Bank Transfer'),(1087,76,'_transaction_id',''),(1088,76,'_customer_ip_address',''),(1089,76,'_customer_user_agent',''),(1090,76,'_created_via','rest-api'),(1091,76,'_date_completed','1528800490'),(1092,76,'_completed_date','2018-06-12 10:48:10'),(1093,76,'_date_paid','1528800490'),(1094,76,'_paid_date','2018-06-12 10:48:10'),(1095,76,'_cart_hash',''),(1096,76,'_billing_first_name','John'),(1097,76,'_billing_last_name','Doe'),(1098,76,'_billing_company',''),(1099,76,'_billing_address_1','969 Market'),(1100,76,'_billing_address_2',''),(1101,76,'_billing_city','San Francisco'),(1102,76,'_billing_state','CA'),(1103,76,'_billing_postcode','94103'),(1104,76,'_billing_country','US'),(1105,76,'_billing_email','john.doe@example.com'),(1106,76,'_billing_phone','(555) 555-5555'),(1107,76,'_shipping_first_name','John'),(1108,76,'_shipping_last_name','Doe'),(1109,76,'_shipping_company',''),(1110,76,'_shipping_address_1','969 Market'),(1111,76,'_shipping_address_2',''),(1112,76,'_shipping_city','San Francisco'),(1113,76,'_shipping_state','CA'),(1114,76,'_shipping_postcode','94103'),(1115,76,'_shipping_country','US'),(1116,76,'_order_currency','USD'),(1117,76,'_cart_discount','0'),(1118,76,'_cart_discount_tax','0'),(1119,76,'_order_shipping','0'),(1120,76,'_order_shipping_tax','0'),(1121,76,'_order_tax','0'),(1122,76,'_order_total','0.00'),(1123,76,'_order_version','3.4.2'),(1124,76,'_prices_include_tax','no'),(1125,76,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1126,76,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1127,76,'_download_permissions_granted','yes'),(1128,76,'_recorded_sales','yes'),(1129,76,'_recorded_coupon_usage_counts','yes'),(1130,76,'_order_stock_reduced','yes'),(1131,76,'_edit_lock','1528802808:1'),(1132,76,'_wp_trash_meta_status','wc-completed'),(1133,76,'_wp_trash_meta_time','1528802953'),(1134,76,'_wp_desired_post_slug','order-jun-12-2018-1048-am'),(1135,76,'_wp_trash_meta_comments_status','a:1:{i:2;s:1:\"1\";}'),(1136,77,'_order_key','wc_order_5b1faf5d7593c'),(1137,77,'_customer_user','0'),(1138,77,'_payment_method','bacs'),(1139,77,'_payment_method_title','Direct Bank Transfer'),(1140,77,'_transaction_id',''),(1141,77,'_customer_ip_address',''),(1142,77,'_customer_user_agent',''),(1143,77,'_created_via','rest-api'),(1144,77,'_date_completed','1528803165'),(1145,77,'_completed_date','2018-06-12 11:32:45'),(1146,77,'_date_paid','1528803165'),(1147,77,'_paid_date','2018-06-12 11:32:45'),(1148,77,'_cart_hash',''),(1149,77,'_billing_first_name','John'),(1150,77,'_billing_last_name','Doe'),(1151,77,'_billing_company',''),(1152,77,'_billing_address_1','969 Market'),(1153,77,'_billing_address_2',''),(1154,77,'_billing_city','San Francisco'),(1155,77,'_billing_state','CA'),(1156,77,'_billing_postcode','94103'),(1157,77,'_billing_country','US'),(1158,77,'_billing_email','john.doe@example.com'),(1159,77,'_billing_phone','(555) 555-5555'),(1160,77,'_shipping_first_name','John'),(1161,77,'_shipping_last_name','Doe'),(1162,77,'_shipping_company',''),(1163,77,'_shipping_address_1','969 Market'),(1164,77,'_shipping_address_2',''),(1165,77,'_shipping_city','San Francisco'),(1166,77,'_shipping_state','CA'),(1167,77,'_shipping_postcode','94103'),(1168,77,'_shipping_country','US'),(1169,77,'_order_currency','USD'),(1170,77,'_cart_discount','0'),(1171,77,'_cart_discount_tax','0'),(1172,77,'_order_shipping','0'),(1173,77,'_order_shipping_tax','0'),(1174,77,'_order_tax','0'),(1175,77,'_order_total','0.00'),(1176,77,'_order_version','3.4.2'),(1177,77,'_prices_include_tax','no'),(1178,77,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1179,77,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1180,77,'_download_permissions_granted','yes'),(1181,77,'_recorded_sales','yes'),(1182,77,'_recorded_coupon_usage_counts','yes'),(1183,77,'_order_stock_reduced','yes'),(1184,77,'_edit_lock','1528803094:1'),(1185,77,'_wp_trash_meta_status','wc-completed'),(1186,77,'_wp_trash_meta_time','1528803253'),(1187,77,'_wp_desired_post_slug','order-jun-12-2018-1132-am'),(1188,77,'_wp_trash_meta_comments_status','a:1:{i:3;s:1:\"1\";}'),(1189,78,'_order_key','wc_order_5b1fafbfccbbf'),(1190,78,'_customer_user','0'),(1191,78,'_payment_method','bacs'),(1192,78,'_payment_method_title','Direct Bank Transfer'),(1193,78,'_transaction_id',''),(1194,78,'_customer_ip_address',''),(1195,78,'_customer_user_agent',''),(1196,78,'_created_via','rest-api'),(1197,78,'_date_completed','1528803264'),(1198,78,'_completed_date','2018-06-12 11:34:24'),(1199,78,'_date_paid','1528803264'),(1200,78,'_paid_date','2018-06-12 11:34:24'),(1201,78,'_cart_hash',''),(1202,78,'_billing_first_name','John'),(1203,78,'_billing_last_name','Doe'),(1204,78,'_billing_company',''),(1205,78,'_billing_address_1','969 Market'),(1206,78,'_billing_address_2',''),(1207,78,'_billing_city','San Francisco'),(1208,78,'_billing_state','CA'),(1209,78,'_billing_postcode','94103'),(1210,78,'_billing_country','US'),(1211,78,'_billing_email','john.doe@example.com'),(1212,78,'_billing_phone','(555) 555-5555'),(1213,78,'_shipping_first_name','John'),(1214,78,'_shipping_last_name','Doe'),(1215,78,'_shipping_company',''),(1216,78,'_shipping_address_1','969 Market'),(1217,78,'_shipping_address_2',''),(1218,78,'_shipping_city','San Francisco'),(1219,78,'_shipping_state','CA'),(1220,78,'_shipping_postcode','94103'),(1221,78,'_shipping_country','US'),(1222,78,'_order_currency','USD'),(1223,78,'_cart_discount','0'),(1224,78,'_cart_discount_tax','0'),(1225,78,'_order_shipping','0'),(1226,78,'_order_shipping_tax','0'),(1227,78,'_order_tax','0'),(1228,78,'_order_total','0.00'),(1229,78,'_order_version','3.4.2'),(1230,78,'_prices_include_tax','no'),(1231,78,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1232,78,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1233,78,'_download_permissions_granted','yes'),(1234,78,'_recorded_sales','yes'),(1235,78,'_recorded_coupon_usage_counts','yes'),(1236,78,'_order_stock_reduced','yes'),(1237,79,'_order_key','wc_order_5b1fb046256c6'),(1238,79,'_customer_user','0'),(1239,79,'_payment_method','bacs'),(1240,79,'_payment_method_title','Direct Bank Transfer'),(1241,79,'_transaction_id',''),(1242,79,'_customer_ip_address',''),(1243,79,'_customer_user_agent',''),(1244,79,'_created_via','rest-api'),(1245,79,'_date_completed','1528803398'),(1246,79,'_completed_date','2018-06-12 11:36:38'),(1247,79,'_date_paid','1528803398'),(1248,79,'_paid_date','2018-06-12 11:36:38'),(1249,79,'_cart_hash',''),(1250,79,'_billing_first_name','John'),(1251,79,'_billing_last_name','Doe'),(1252,79,'_billing_company',''),(1253,79,'_billing_address_1','969 Market'),(1254,79,'_billing_address_2',''),(1255,79,'_billing_city','San Francisco'),(1256,79,'_billing_state','CA'),(1257,79,'_billing_postcode','94103'),(1258,79,'_billing_country','US'),(1259,79,'_billing_email','john.doe@example.com'),(1260,79,'_billing_phone','(555) 555-5555'),(1261,79,'_shipping_first_name','John'),(1262,79,'_shipping_last_name','Doe'),(1263,79,'_shipping_company',''),(1264,79,'_shipping_address_1','969 Market'),(1265,79,'_shipping_address_2',''),(1266,79,'_shipping_city','San Francisco'),(1267,79,'_shipping_state','CA'),(1268,79,'_shipping_postcode','94103'),(1269,79,'_shipping_country','US'),(1270,79,'_order_currency','USD'),(1271,79,'_cart_discount','0'),(1272,79,'_cart_discount_tax','0'),(1273,79,'_order_shipping','0'),(1274,79,'_order_shipping_tax','0'),(1275,79,'_order_tax','0'),(1276,79,'_order_total','0.00'),(1277,79,'_order_version','3.4.2'),(1278,79,'_prices_include_tax','no'),(1279,79,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1280,79,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1281,79,'_download_permissions_granted','yes'),(1282,79,'_recorded_sales','yes'),(1283,79,'_recorded_coupon_usage_counts','yes'),(1284,79,'_order_stock_reduced','yes'),(1285,80,'_order_key','wc_order_5b1fb066cdb56'),(1286,80,'_customer_user','0'),(1287,80,'_payment_method','bacs'),(1288,80,'_payment_method_title','Direct Bank Transfer'),(1289,80,'_transaction_id',''),(1290,80,'_customer_ip_address',''),(1291,80,'_customer_user_agent',''),(1292,80,'_created_via','rest-api'),(1293,80,'_date_completed','1528803431'),(1294,80,'_completed_date','2018-06-12 11:37:11'),(1295,80,'_date_paid','1528803431'),(1296,80,'_paid_date','2018-06-12 11:37:11'),(1297,80,'_cart_hash',''),(1298,80,'_billing_first_name','John'),(1299,80,'_billing_last_name','Doe'),(1300,80,'_billing_company',''),(1301,80,'_billing_address_1','969 Market'),(1302,80,'_billing_address_2',''),(1303,80,'_billing_city','San Francisco'),(1304,80,'_billing_state','CA'),(1305,80,'_billing_postcode','94103'),(1306,80,'_billing_country','US'),(1307,80,'_billing_email','john.doe@example.com'),(1308,80,'_billing_phone','(555) 555-5555'),(1309,80,'_shipping_first_name','John'),(1310,80,'_shipping_last_name','Doe'),(1311,80,'_shipping_company',''),(1312,80,'_shipping_address_1','969 Market'),(1313,80,'_shipping_address_2',''),(1314,80,'_shipping_city','San Francisco'),(1315,80,'_shipping_state','CA'),(1316,80,'_shipping_postcode','94103'),(1317,80,'_shipping_country','US'),(1318,80,'_order_currency','USD'),(1319,80,'_cart_discount','0'),(1320,80,'_cart_discount_tax','0'),(1321,80,'_order_shipping','0'),(1322,80,'_order_shipping_tax','0'),(1323,80,'_order_tax','0'),(1324,80,'_order_total','0.00'),(1325,80,'_order_version','3.4.2'),(1326,80,'_prices_include_tax','no'),(1327,80,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1328,80,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1329,80,'_download_permissions_granted','yes'),(1330,80,'_recorded_sales','yes'),(1331,80,'_recorded_coupon_usage_counts','yes'),(1332,80,'_order_stock_reduced','yes'),(1333,81,'_order_key','wc_order_5b1fb08ac0bf0'),(1334,81,'_customer_user','0'),(1335,81,'_payment_method','bacs'),(1336,81,'_payment_method_title','Direct Bank Transfer'),(1337,81,'_transaction_id',''),(1338,81,'_customer_ip_address',''),(1339,81,'_customer_user_agent',''),(1340,81,'_created_via','rest-api'),(1341,81,'_date_completed','1528803467'),(1342,81,'_completed_date','2018-06-12 11:37:47'),(1343,81,'_date_paid','1528803467'),(1344,81,'_paid_date','2018-06-12 11:37:47'),(1345,81,'_cart_hash',''),(1346,81,'_billing_first_name','John'),(1347,81,'_billing_last_name','Doe'),(1348,81,'_billing_company',''),(1349,81,'_billing_address_1','969 Market'),(1350,81,'_billing_address_2',''),(1351,81,'_billing_city','San Francisco'),(1352,81,'_billing_state','CA'),(1353,81,'_billing_postcode','94103'),(1354,81,'_billing_country','US'),(1355,81,'_billing_email','john.doe@example.com'),(1356,81,'_billing_phone','(555) 555-5555'),(1357,81,'_shipping_first_name','John'),(1358,81,'_shipping_last_name','Doe'),(1359,81,'_shipping_company',''),(1360,81,'_shipping_address_1','969 Market'),(1361,81,'_shipping_address_2',''),(1362,81,'_shipping_city','San Francisco'),(1363,81,'_shipping_state','CA'),(1364,81,'_shipping_postcode','94103'),(1365,81,'_shipping_country','US'),(1366,81,'_order_currency','USD'),(1367,81,'_cart_discount','0'),(1368,81,'_cart_discount_tax','0'),(1369,81,'_order_shipping','0'),(1370,81,'_order_shipping_tax','0'),(1371,81,'_order_tax','0'),(1372,81,'_order_total','0.00'),(1373,81,'_order_version','3.4.2'),(1374,81,'_prices_include_tax','no'),(1375,81,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1376,81,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1377,81,'_download_permissions_granted','yes'),(1378,81,'_recorded_sales','yes'),(1379,81,'_recorded_coupon_usage_counts','yes'),(1380,81,'_order_stock_reduced','yes'),(1381,82,'_order_key','wc_order_5b1fb09f6b71a'),(1382,82,'_customer_user','0'),(1383,82,'_payment_method','bacs'),(1384,82,'_payment_method_title','Direct Bank Transfer'),(1385,82,'_transaction_id',''),(1386,82,'_customer_ip_address',''),(1387,82,'_customer_user_agent',''),(1388,82,'_created_via','rest-api'),(1389,82,'_date_completed','1528803487'),(1390,82,'_completed_date','2018-06-12 11:38:07'),(1391,82,'_date_paid','1528803487'),(1392,82,'_paid_date','2018-06-12 11:38:07'),(1393,82,'_cart_hash',''),(1394,82,'_billing_first_name','John'),(1395,82,'_billing_last_name','Doe'),(1396,82,'_billing_company',''),(1397,82,'_billing_address_1','969 Market'),(1398,82,'_billing_address_2',''),(1399,82,'_billing_city','San Francisco'),(1400,82,'_billing_state','CA'),(1401,82,'_billing_postcode','94103'),(1402,82,'_billing_country','US'),(1403,82,'_billing_email','john.doe@example.com'),(1404,82,'_billing_phone','(555) 555-5555'),(1405,82,'_shipping_first_name','John'),(1406,82,'_shipping_last_name','Doe'),(1407,82,'_shipping_company',''),(1408,82,'_shipping_address_1','969 Market'),(1409,82,'_shipping_address_2',''),(1410,82,'_shipping_city','San Francisco'),(1411,82,'_shipping_state','CA'),(1412,82,'_shipping_postcode','94103'),(1413,82,'_shipping_country','US'),(1414,82,'_order_currency','USD'),(1415,82,'_cart_discount','0'),(1416,82,'_cart_discount_tax','0'),(1417,82,'_order_shipping','0'),(1418,82,'_order_shipping_tax','0'),(1419,82,'_order_tax','0'),(1420,82,'_order_total','0.00'),(1421,82,'_order_version','3.4.2'),(1422,82,'_prices_include_tax','no'),(1423,82,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1424,82,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1425,82,'_download_permissions_granted','yes'),(1426,82,'_recorded_sales','yes'),(1427,82,'_recorded_coupon_usage_counts','yes'),(1428,82,'_order_stock_reduced','yes'),(1429,83,'_order_key','wc_order_5b1fb0fa227fa'),(1430,83,'_customer_user','0'),(1431,83,'_payment_method','bacs'),(1432,83,'_payment_method_title','Direct Bank Transfer'),(1433,83,'_transaction_id',''),(1434,83,'_customer_ip_address',''),(1435,83,'_customer_user_agent',''),(1436,83,'_created_via','rest-api'),(1437,83,'_date_completed','1528803578'),(1438,83,'_completed_date','2018-06-12 11:39:38'),(1439,83,'_date_paid','1528803578'),(1440,83,'_paid_date','2018-06-12 11:39:38'),(1441,83,'_cart_hash',''),(1442,83,'_billing_first_name','John'),(1443,83,'_billing_last_name','Doe'),(1444,83,'_billing_company',''),(1445,83,'_billing_address_1','969 Market'),(1446,83,'_billing_address_2',''),(1447,83,'_billing_city','San Francisco'),(1448,83,'_billing_state','CA'),(1449,83,'_billing_postcode','94103'),(1450,83,'_billing_country','US'),(1451,83,'_billing_email','john.doe@example.com'),(1452,83,'_billing_phone','(555) 555-5555'),(1453,83,'_shipping_first_name','John'),(1454,83,'_shipping_last_name','Doe'),(1455,83,'_shipping_company',''),(1456,83,'_shipping_address_1','969 Market'),(1457,83,'_shipping_address_2',''),(1458,83,'_shipping_city','San Francisco'),(1459,83,'_shipping_state','CA'),(1460,83,'_shipping_postcode','94103'),(1461,83,'_shipping_country','US'),(1462,83,'_order_currency','USD'),(1463,83,'_cart_discount','0'),(1464,83,'_cart_discount_tax','0'),(1465,83,'_order_shipping','0'),(1466,83,'_order_shipping_tax','0'),(1467,83,'_order_tax','0'),(1468,83,'_order_total','0.00'),(1469,83,'_order_version','3.4.2'),(1470,83,'_prices_include_tax','no'),(1471,83,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1472,83,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1473,83,'_download_permissions_granted','yes'),(1474,83,'_recorded_sales','yes'),(1475,83,'_recorded_coupon_usage_counts','yes'),(1476,83,'_order_stock_reduced','yes'),(1477,84,'_order_key','wc_order_5b1fb0fc12c0c'),(1478,84,'_customer_user','0'),(1479,84,'_payment_method','bacs'),(1480,84,'_payment_method_title','Direct Bank Transfer'),(1481,84,'_transaction_id',''),(1482,84,'_customer_ip_address',''),(1483,84,'_customer_user_agent',''),(1484,84,'_created_via','rest-api'),(1485,84,'_date_completed','1528803580'),(1486,84,'_completed_date','2018-06-12 11:39:40'),(1487,84,'_date_paid','1528803580'),(1488,84,'_paid_date','2018-06-12 11:39:40'),(1489,84,'_cart_hash',''),(1490,84,'_billing_first_name','John'),(1491,84,'_billing_last_name','Doe'),(1492,84,'_billing_company',''),(1493,84,'_billing_address_1','969 Market'),(1494,84,'_billing_address_2',''),(1495,84,'_billing_city','San Francisco'),(1496,84,'_billing_state','CA'),(1497,84,'_billing_postcode','94103'),(1498,84,'_billing_country','US'),(1499,84,'_billing_email','john.doe@example.com'),(1500,84,'_billing_phone','(555) 555-5555'),(1501,84,'_shipping_first_name','John'),(1502,84,'_shipping_last_name','Doe'),(1503,84,'_shipping_company',''),(1504,84,'_shipping_address_1','969 Market'),(1505,84,'_shipping_address_2',''),(1506,84,'_shipping_city','San Francisco'),(1507,84,'_shipping_state','CA'),(1508,84,'_shipping_postcode','94103'),(1509,84,'_shipping_country','US'),(1510,84,'_order_currency','USD'),(1511,84,'_cart_discount','0'),(1512,84,'_cart_discount_tax','0'),(1513,84,'_order_shipping','0'),(1514,84,'_order_shipping_tax','0'),(1515,84,'_order_tax','0'),(1516,84,'_order_total','0.00'),(1517,84,'_order_version','3.4.2'),(1518,84,'_prices_include_tax','no'),(1519,84,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1520,84,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1521,84,'_download_permissions_granted','yes'),(1522,84,'_recorded_sales','yes'),(1523,84,'_recorded_coupon_usage_counts','yes'),(1524,84,'_order_stock_reduced','yes'),(1525,85,'_order_key','wc_order_5b1fb0fcb30d4'),(1526,85,'_customer_user','0'),(1527,85,'_payment_method','bacs'),(1528,85,'_payment_method_title','Direct Bank Transfer'),(1529,85,'_transaction_id',''),(1530,85,'_customer_ip_address',''),(1531,85,'_customer_user_agent',''),(1532,85,'_created_via','rest-api'),(1533,85,'_date_completed','1528803580'),(1534,85,'_completed_date','2018-06-12 11:39:40'),(1535,85,'_date_paid','1528803580'),(1536,85,'_paid_date','2018-06-12 11:39:40'),(1537,85,'_cart_hash',''),(1538,85,'_billing_first_name','John'),(1539,85,'_billing_last_name','Doe'),(1540,85,'_billing_company',''),(1541,85,'_billing_address_1','969 Market'),(1542,85,'_billing_address_2',''),(1543,85,'_billing_city','San Francisco'),(1544,85,'_billing_state','CA'),(1545,85,'_billing_postcode','94103'),(1546,85,'_billing_country','US'),(1547,85,'_billing_email','john.doe@example.com'),(1548,85,'_billing_phone','(555) 555-5555'),(1549,85,'_shipping_first_name','John'),(1550,85,'_shipping_last_name','Doe'),(1551,85,'_shipping_company',''),(1552,85,'_shipping_address_1','969 Market'),(1553,85,'_shipping_address_2',''),(1554,85,'_shipping_city','San Francisco'),(1555,85,'_shipping_state','CA'),(1556,85,'_shipping_postcode','94103'),(1557,85,'_shipping_country','US'),(1558,85,'_order_currency','USD'),(1559,85,'_cart_discount','0'),(1560,85,'_cart_discount_tax','0'),(1561,85,'_order_shipping','0'),(1562,85,'_order_shipping_tax','0'),(1563,85,'_order_tax','0'),(1564,85,'_order_total','0.00'),(1565,85,'_order_version','3.4.2'),(1566,85,'_prices_include_tax','no'),(1567,85,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1568,85,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1569,85,'_download_permissions_granted','yes'),(1570,85,'_recorded_sales','yes'),(1571,85,'_recorded_coupon_usage_counts','yes'),(1572,85,'_order_stock_reduced','yes'),(1573,86,'_order_key','wc_order_5b1fb0fea5987'),(1574,86,'_customer_user','0'),(1575,86,'_payment_method','bacs'),(1576,86,'_payment_method_title','Direct Bank Transfer'),(1577,86,'_transaction_id',''),(1578,86,'_customer_ip_address',''),(1579,86,'_customer_user_agent',''),(1580,86,'_created_via','rest-api'),(1581,86,'_date_completed','1528803582'),(1582,86,'_completed_date','2018-06-12 11:39:42'),(1583,86,'_date_paid','1528803582'),(1584,86,'_paid_date','2018-06-12 11:39:42'),(1585,86,'_cart_hash',''),(1586,86,'_billing_first_name','John'),(1587,86,'_billing_last_name','Doe'),(1588,86,'_billing_company',''),(1589,86,'_billing_address_1','969 Market'),(1590,86,'_billing_address_2',''),(1591,86,'_billing_city','San Francisco'),(1592,86,'_billing_state','CA'),(1593,86,'_billing_postcode','94103'),(1594,86,'_billing_country','US'),(1595,86,'_billing_email','john.doe@example.com'),(1596,86,'_billing_phone','(555) 555-5555'),(1597,86,'_shipping_first_name','John'),(1598,86,'_shipping_last_name','Doe'),(1599,86,'_shipping_company',''),(1600,86,'_shipping_address_1','969 Market'),(1601,86,'_shipping_address_2',''),(1602,86,'_shipping_city','San Francisco'),(1603,86,'_shipping_state','CA'),(1604,86,'_shipping_postcode','94103'),(1605,86,'_shipping_country','US'),(1606,86,'_order_currency','USD'),(1607,86,'_cart_discount','0'),(1608,86,'_cart_discount_tax','0'),(1609,86,'_order_shipping','0'),(1610,86,'_order_shipping_tax','0'),(1611,86,'_order_tax','0'),(1612,86,'_order_total','0.00'),(1613,86,'_order_version','3.4.2'),(1614,86,'_prices_include_tax','no'),(1615,86,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1616,86,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1617,86,'_download_permissions_granted','yes'),(1618,86,'_recorded_sales','yes'),(1619,86,'_recorded_coupon_usage_counts','yes'),(1620,86,'_order_stock_reduced','yes'),(1621,87,'_order_key','wc_order_5b1fb0ffd7048'),(1622,87,'_customer_user','0'),(1623,87,'_payment_method','bacs'),(1624,87,'_payment_method_title','Direct Bank Transfer'),(1625,87,'_transaction_id',''),(1626,87,'_customer_ip_address',''),(1627,87,'_customer_user_agent',''),(1628,87,'_created_via','rest-api'),(1629,87,'_date_completed','1528803584'),(1630,87,'_completed_date','2018-06-12 11:39:44'),(1631,87,'_date_paid','1528803584'),(1632,87,'_paid_date','2018-06-12 11:39:44'),(1633,87,'_cart_hash',''),(1634,87,'_billing_first_name','John'),(1635,87,'_billing_last_name','Doe'),(1636,87,'_billing_company',''),(1637,87,'_billing_address_1','969 Market'),(1638,87,'_billing_address_2',''),(1639,87,'_billing_city','San Francisco'),(1640,87,'_billing_state','CA'),(1641,87,'_billing_postcode','94103'),(1642,87,'_billing_country','US'),(1643,87,'_billing_email','john.doe@example.com'),(1644,87,'_billing_phone','(555) 555-5555'),(1645,87,'_shipping_first_name','John'),(1646,87,'_shipping_last_name','Doe'),(1647,87,'_shipping_company',''),(1648,87,'_shipping_address_1','969 Market'),(1649,87,'_shipping_address_2',''),(1650,87,'_shipping_city','San Francisco'),(1651,87,'_shipping_state','CA'),(1652,87,'_shipping_postcode','94103'),(1653,87,'_shipping_country','US'),(1654,87,'_order_currency','USD'),(1655,87,'_cart_discount','0'),(1656,87,'_cart_discount_tax','0'),(1657,87,'_order_shipping','0'),(1658,87,'_order_shipping_tax','0'),(1659,87,'_order_tax','0'),(1660,87,'_order_total','0.00'),(1661,87,'_order_version','3.4.2'),(1662,87,'_prices_include_tax','no'),(1663,87,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1664,87,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1665,87,'_download_permissions_granted','yes'),(1666,87,'_recorded_sales','yes'),(1667,87,'_recorded_coupon_usage_counts','yes'),(1668,87,'_order_stock_reduced','yes'),(1669,88,'_order_key','wc_order_5b1fb1024ccb6'),(1670,88,'_customer_user','0'),(1671,88,'_payment_method','bacs'),(1672,88,'_payment_method_title','Direct Bank Transfer'),(1673,88,'_transaction_id',''),(1674,88,'_customer_ip_address',''),(1675,88,'_customer_user_agent',''),(1676,88,'_created_via','rest-api'),(1677,88,'_date_completed','1528803586'),(1678,88,'_completed_date','2018-06-12 11:39:46'),(1679,88,'_date_paid','1528803586'),(1680,88,'_paid_date','2018-06-12 11:39:46'),(1681,88,'_cart_hash',''),(1682,88,'_billing_first_name','John'),(1683,88,'_billing_last_name','Doe'),(1684,88,'_billing_company',''),(1685,88,'_billing_address_1','969 Market'),(1686,88,'_billing_address_2',''),(1687,88,'_billing_city','San Francisco'),(1688,88,'_billing_state','CA'),(1689,88,'_billing_postcode','94103'),(1690,88,'_billing_country','US'),(1691,88,'_billing_email','john.doe@example.com'),(1692,88,'_billing_phone','(555) 555-5555'),(1693,88,'_shipping_first_name','John'),(1694,88,'_shipping_last_name','Doe'),(1695,88,'_shipping_company',''),(1696,88,'_shipping_address_1','969 Market'),(1697,88,'_shipping_address_2',''),(1698,88,'_shipping_city','San Francisco'),(1699,88,'_shipping_state','CA'),(1700,88,'_shipping_postcode','94103'),(1701,88,'_shipping_country','US'),(1702,88,'_order_currency','USD'),(1703,88,'_cart_discount','0'),(1704,88,'_cart_discount_tax','0'),(1705,88,'_order_shipping','0'),(1706,88,'_order_shipping_tax','0'),(1707,88,'_order_tax','0'),(1708,88,'_order_total','0.00'),(1709,88,'_order_version','3.4.2'),(1710,88,'_prices_include_tax','no'),(1711,88,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1712,88,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1713,88,'_download_permissions_granted','yes'),(1714,88,'_recorded_sales','yes'),(1715,88,'_recorded_coupon_usage_counts','yes'),(1716,88,'_order_stock_reduced','yes'),(1717,89,'_order_key','wc_order_5b1fb1035e271'),(1718,89,'_customer_user','0'),(1719,89,'_payment_method','bacs'),(1720,89,'_payment_method_title','Direct Bank Transfer'),(1721,89,'_transaction_id',''),(1722,89,'_customer_ip_address',''),(1723,89,'_customer_user_agent',''),(1724,89,'_created_via','rest-api'),(1725,89,'_date_completed','1528803587'),(1726,89,'_completed_date','2018-06-12 11:39:47'),(1727,89,'_date_paid','1528803587'),(1728,89,'_paid_date','2018-06-12 11:39:47'),(1729,89,'_cart_hash',''),(1730,89,'_billing_first_name','John'),(1731,89,'_billing_last_name','Doe'),(1732,89,'_billing_company',''),(1733,89,'_billing_address_1','969 Market'),(1734,89,'_billing_address_2',''),(1735,89,'_billing_city','San Francisco'),(1736,89,'_billing_state','CA'),(1737,89,'_billing_postcode','94103'),(1738,89,'_billing_country','US'),(1739,89,'_billing_email','john.doe@example.com'),(1740,89,'_billing_phone','(555) 555-5555'),(1741,89,'_shipping_first_name','John'),(1742,89,'_shipping_last_name','Doe'),(1743,89,'_shipping_company',''),(1744,89,'_shipping_address_1','969 Market'),(1745,89,'_shipping_address_2',''),(1746,89,'_shipping_city','San Francisco'),(1747,89,'_shipping_state','CA'),(1748,89,'_shipping_postcode','94103'),(1749,89,'_shipping_country','US'),(1750,89,'_order_currency','USD'),(1751,89,'_cart_discount','0'),(1752,89,'_cart_discount_tax','0'),(1753,89,'_order_shipping','0'),(1754,89,'_order_shipping_tax','0'),(1755,89,'_order_tax','0'),(1756,89,'_order_total','0.00'),(1757,89,'_order_version','3.4.2'),(1758,89,'_prices_include_tax','no'),(1759,89,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1760,89,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1761,89,'_download_permissions_granted','yes'),(1762,89,'_recorded_sales','yes'),(1763,89,'_recorded_coupon_usage_counts','yes'),(1764,89,'_order_stock_reduced','yes'),(1765,90,'_order_key','wc_order_5b1fb1053ca8e'),(1766,90,'_customer_user','0'),(1767,90,'_payment_method','bacs'),(1768,90,'_payment_method_title','Direct Bank Transfer'),(1769,90,'_transaction_id',''),(1770,90,'_customer_ip_address',''),(1771,90,'_customer_user_agent',''),(1772,90,'_created_via','rest-api'),(1773,90,'_date_completed','1528803589'),(1774,90,'_completed_date','2018-06-12 11:39:49'),(1775,90,'_date_paid','1528803589'),(1776,90,'_paid_date','2018-06-12 11:39:49'),(1777,90,'_cart_hash',''),(1778,90,'_billing_first_name','John'),(1779,90,'_billing_last_name','Doe'),(1780,90,'_billing_company',''),(1781,90,'_billing_address_1','969 Market'),(1782,90,'_billing_address_2',''),(1783,90,'_billing_city','San Francisco'),(1784,90,'_billing_state','CA'),(1785,90,'_billing_postcode','94103'),(1786,90,'_billing_country','US'),(1787,90,'_billing_email','john.doe@example.com'),(1788,90,'_billing_phone','(555) 555-5555'),(1789,90,'_shipping_first_name','John'),(1790,90,'_shipping_last_name','Doe'),(1791,90,'_shipping_company',''),(1792,90,'_shipping_address_1','969 Market'),(1793,90,'_shipping_address_2',''),(1794,90,'_shipping_city','San Francisco'),(1795,90,'_shipping_state','CA'),(1796,90,'_shipping_postcode','94103'),(1797,90,'_shipping_country','US'),(1798,90,'_order_currency','USD'),(1799,90,'_cart_discount','0'),(1800,90,'_cart_discount_tax','0'),(1801,90,'_order_shipping','0'),(1802,90,'_order_shipping_tax','0'),(1803,90,'_order_tax','0'),(1804,90,'_order_total','0.00'),(1805,90,'_order_version','3.4.2'),(1806,90,'_prices_include_tax','no'),(1807,90,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1808,90,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1809,90,'_download_permissions_granted','yes'),(1810,90,'_recorded_sales','yes'),(1811,90,'_recorded_coupon_usage_counts','yes'),(1812,90,'_order_stock_reduced','yes'),(1813,91,'_order_key','wc_order_5b1fb1085ab9b'),(1814,91,'_customer_user','0'),(1815,91,'_payment_method','bacs'),(1816,91,'_payment_method_title','Direct Bank Transfer'),(1817,91,'_transaction_id',''),(1818,91,'_customer_ip_address',''),(1819,91,'_customer_user_agent',''),(1820,91,'_created_via','rest-api'),(1821,91,'_date_completed','1528803592'),(1822,91,'_completed_date','2018-06-12 11:39:52'),(1823,91,'_date_paid','1528803592'),(1824,91,'_paid_date','2018-06-12 11:39:52'),(1825,91,'_cart_hash',''),(1826,91,'_billing_first_name','John'),(1827,91,'_billing_last_name','Doe'),(1828,91,'_billing_company',''),(1829,91,'_billing_address_1','969 Market'),(1830,91,'_billing_address_2',''),(1831,91,'_billing_city','San Francisco'),(1832,91,'_billing_state','CA'),(1833,91,'_billing_postcode','94103'),(1834,91,'_billing_country','US'),(1835,91,'_billing_email','john.doe@example.com'),(1836,91,'_billing_phone','(555) 555-5555'),(1837,91,'_shipping_first_name','John'),(1838,91,'_shipping_last_name','Doe'),(1839,91,'_shipping_company',''),(1840,91,'_shipping_address_1','969 Market'),(1841,91,'_shipping_address_2',''),(1842,91,'_shipping_city','San Francisco'),(1843,91,'_shipping_state','CA'),(1844,91,'_shipping_postcode','94103'),(1845,91,'_shipping_country','US'),(1846,91,'_order_currency','USD'),(1847,91,'_cart_discount','0'),(1848,91,'_cart_discount_tax','0'),(1849,91,'_order_shipping','0'),(1850,91,'_order_shipping_tax','0'),(1851,91,'_order_tax','0'),(1852,91,'_order_total','0.00'),(1853,91,'_order_version','3.4.2'),(1854,91,'_prices_include_tax','no'),(1855,91,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1856,91,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1857,91,'_download_permissions_granted','yes'),(1858,91,'_recorded_sales','yes'),(1859,91,'_recorded_coupon_usage_counts','yes'),(1860,91,'_order_stock_reduced','yes'),(1861,92,'_order_key','wc_order_5b1fb10982bb2'),(1862,92,'_customer_user','0'),(1863,92,'_payment_method','bacs'),(1864,92,'_payment_method_title','Direct Bank Transfer'),(1865,92,'_transaction_id',''),(1866,92,'_customer_ip_address',''),(1867,92,'_customer_user_agent',''),(1868,92,'_created_via','rest-api'),(1869,92,'_date_completed','1528803593'),(1870,92,'_completed_date','2018-06-12 11:39:53'),(1871,92,'_date_paid','1528803593'),(1872,92,'_paid_date','2018-06-12 11:39:53'),(1873,92,'_cart_hash',''),(1874,92,'_billing_first_name','John'),(1875,92,'_billing_last_name','Doe'),(1876,92,'_billing_company',''),(1877,92,'_billing_address_1','969 Market'),(1878,92,'_billing_address_2',''),(1879,92,'_billing_city','San Francisco'),(1880,92,'_billing_state','CA'),(1881,92,'_billing_postcode','94103'),(1882,92,'_billing_country','US'),(1883,92,'_billing_email','john.doe@example.com'),(1884,92,'_billing_phone','(555) 555-5555'),(1885,92,'_shipping_first_name','John'),(1886,92,'_shipping_last_name','Doe'),(1887,92,'_shipping_company',''),(1888,92,'_shipping_address_1','969 Market'),(1889,92,'_shipping_address_2',''),(1890,92,'_shipping_city','San Francisco'),(1891,92,'_shipping_state','CA'),(1892,92,'_shipping_postcode','94103'),(1893,92,'_shipping_country','US'),(1894,92,'_order_currency','USD'),(1895,92,'_cart_discount','0'),(1896,92,'_cart_discount_tax','0'),(1897,92,'_order_shipping','0'),(1898,92,'_order_shipping_tax','0'),(1899,92,'_order_tax','0'),(1900,92,'_order_total','0.00'),(1901,92,'_order_version','3.4.2'),(1902,92,'_prices_include_tax','no'),(1903,92,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1904,92,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1905,92,'_download_permissions_granted','yes'),(1906,92,'_recorded_sales','yes'),(1907,92,'_recorded_coupon_usage_counts','yes'),(1908,92,'_order_stock_reduced','yes'),(1909,93,'_order_key','wc_order_5b1fb10a26e45'),(1910,93,'_customer_user','0'),(1911,93,'_payment_method','bacs'),(1912,93,'_payment_method_title','Direct Bank Transfer'),(1913,93,'_transaction_id',''),(1914,93,'_customer_ip_address',''),(1915,93,'_customer_user_agent',''),(1916,93,'_created_via','rest-api'),(1917,93,'_date_completed','1528803594'),(1918,93,'_completed_date','2018-06-12 11:39:54'),(1919,93,'_date_paid','1528803594'),(1920,93,'_paid_date','2018-06-12 11:39:54'),(1921,93,'_cart_hash',''),(1922,93,'_billing_first_name','John'),(1923,93,'_billing_last_name','Doe'),(1924,93,'_billing_company',''),(1925,93,'_billing_address_1','969 Market'),(1926,93,'_billing_address_2',''),(1927,93,'_billing_city','San Francisco'),(1928,93,'_billing_state','CA'),(1929,93,'_billing_postcode','94103'),(1930,93,'_billing_country','US'),(1931,93,'_billing_email','john.doe@example.com'),(1932,93,'_billing_phone','(555) 555-5555'),(1933,93,'_shipping_first_name','John'),(1934,93,'_shipping_last_name','Doe'),(1935,93,'_shipping_company',''),(1936,93,'_shipping_address_1','969 Market'),(1937,93,'_shipping_address_2',''),(1938,93,'_shipping_city','San Francisco'),(1939,93,'_shipping_state','CA'),(1940,93,'_shipping_postcode','94103'),(1941,93,'_shipping_country','US'),(1942,93,'_order_currency','USD'),(1943,93,'_cart_discount','0'),(1944,93,'_cart_discount_tax','0'),(1945,93,'_order_shipping','0'),(1946,93,'_order_shipping_tax','0'),(1947,93,'_order_tax','0'),(1948,93,'_order_total','0.00'),(1949,93,'_order_version','3.4.2'),(1950,93,'_prices_include_tax','no'),(1951,93,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1952,93,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1953,93,'_download_permissions_granted','yes'),(1954,93,'_recorded_sales','yes'),(1955,93,'_recorded_coupon_usage_counts','yes'),(1956,93,'_order_stock_reduced','yes'),(1957,94,'_order_key','wc_order_5b1fb10ac5e9e'),(1958,94,'_customer_user','0'),(1959,94,'_payment_method','bacs'),(1960,94,'_payment_method_title','Direct Bank Transfer'),(1961,94,'_transaction_id',''),(1962,94,'_customer_ip_address',''),(1963,94,'_customer_user_agent',''),(1964,94,'_created_via','rest-api'),(1965,94,'_date_completed','1528803595'),(1966,94,'_completed_date','2018-06-12 11:39:55'),(1967,94,'_date_paid','1528803595'),(1968,94,'_paid_date','2018-06-12 11:39:55'),(1969,94,'_cart_hash',''),(1970,94,'_billing_first_name','John'),(1971,94,'_billing_last_name','Doe'),(1972,94,'_billing_company',''),(1973,94,'_billing_address_1','969 Market'),(1974,94,'_billing_address_2',''),(1975,94,'_billing_city','San Francisco'),(1976,94,'_billing_state','CA'),(1977,94,'_billing_postcode','94103'),(1978,94,'_billing_country','US'),(1979,94,'_billing_email','john.doe@example.com'),(1980,94,'_billing_phone','(555) 555-5555'),(1981,94,'_shipping_first_name','John'),(1982,94,'_shipping_last_name','Doe'),(1983,94,'_shipping_company',''),(1984,94,'_shipping_address_1','969 Market'),(1985,94,'_shipping_address_2',''),(1986,94,'_shipping_city','San Francisco'),(1987,94,'_shipping_state','CA'),(1988,94,'_shipping_postcode','94103'),(1989,94,'_shipping_country','US'),(1990,94,'_order_currency','USD'),(1991,94,'_cart_discount','0'),(1992,94,'_cart_discount_tax','0'),(1993,94,'_order_shipping','0'),(1994,94,'_order_shipping_tax','0'),(1995,94,'_order_tax','0'),(1996,94,'_order_total','0.00'),(1997,94,'_order_version','3.4.2'),(1998,94,'_prices_include_tax','no'),(1999,94,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2000,94,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2001,94,'_download_permissions_granted','yes'),(2002,94,'_recorded_sales','yes'),(2003,94,'_recorded_coupon_usage_counts','yes'),(2004,94,'_order_stock_reduced','yes'),(2005,95,'_order_key','wc_order_5b1fb10d24666'),(2006,95,'_customer_user','0'),(2007,95,'_payment_method','bacs'),(2008,95,'_payment_method_title','Direct Bank Transfer'),(2009,95,'_transaction_id',''),(2010,95,'_customer_ip_address',''),(2011,95,'_customer_user_agent',''),(2012,95,'_created_via','rest-api'),(2013,95,'_date_completed','1528803597'),(2014,95,'_completed_date','2018-06-12 11:39:57'),(2015,95,'_date_paid','1528803597'),(2016,95,'_paid_date','2018-06-12 11:39:57'),(2017,95,'_cart_hash',''),(2018,95,'_billing_first_name','John'),(2019,95,'_billing_last_name','Doe'),(2020,95,'_billing_company',''),(2021,95,'_billing_address_1','969 Market'),(2022,95,'_billing_address_2',''),(2023,95,'_billing_city','San Francisco'),(2024,95,'_billing_state','CA'),(2025,95,'_billing_postcode','94103'),(2026,95,'_billing_country','US'),(2027,95,'_billing_email','john.doe@example.com'),(2028,95,'_billing_phone','(555) 555-5555'),(2029,95,'_shipping_first_name','John'),(2030,95,'_shipping_last_name','Doe'),(2031,95,'_shipping_company',''),(2032,95,'_shipping_address_1','969 Market'),(2033,95,'_shipping_address_2',''),(2034,95,'_shipping_city','San Francisco'),(2035,95,'_shipping_state','CA'),(2036,95,'_shipping_postcode','94103'),(2037,95,'_shipping_country','US'),(2038,95,'_order_currency','USD'),(2039,95,'_cart_discount','0'),(2040,95,'_cart_discount_tax','0'),(2041,95,'_order_shipping','0'),(2042,95,'_order_shipping_tax','0'),(2043,95,'_order_tax','0'),(2044,95,'_order_total','0.00'),(2045,95,'_order_version','3.4.2'),(2046,95,'_prices_include_tax','no'),(2047,95,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2048,95,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2049,95,'_download_permissions_granted','yes'),(2050,95,'_recorded_sales','yes'),(2051,95,'_recorded_coupon_usage_counts','yes'),(2052,95,'_order_stock_reduced','yes'),(2053,96,'_order_key','wc_order_5b1fb10e519b6'),(2054,96,'_customer_user','0'),(2055,96,'_payment_method','bacs'),(2056,96,'_payment_method_title','Direct Bank Transfer'),(2057,96,'_transaction_id',''),(2058,96,'_customer_ip_address',''),(2059,96,'_customer_user_agent',''),(2060,96,'_created_via','rest-api'),(2061,96,'_date_completed','1528803598'),(2062,96,'_completed_date','2018-06-12 11:39:58'),(2063,96,'_date_paid','1528803598'),(2064,96,'_paid_date','2018-06-12 11:39:58'),(2065,96,'_cart_hash',''),(2066,96,'_billing_first_name','John'),(2067,96,'_billing_last_name','Doe'),(2068,96,'_billing_company',''),(2069,96,'_billing_address_1','969 Market'),(2070,96,'_billing_address_2',''),(2071,96,'_billing_city','San Francisco'),(2072,96,'_billing_state','CA'),(2073,96,'_billing_postcode','94103'),(2074,96,'_billing_country','US'),(2075,96,'_billing_email','john.doe@example.com'),(2076,96,'_billing_phone','(555) 555-5555'),(2077,96,'_shipping_first_name','John'),(2078,96,'_shipping_last_name','Doe'),(2079,96,'_shipping_company',''),(2080,96,'_shipping_address_1','969 Market'),(2081,96,'_shipping_address_2',''),(2082,96,'_shipping_city','San Francisco'),(2083,96,'_shipping_state','CA'),(2084,96,'_shipping_postcode','94103'),(2085,96,'_shipping_country','US'),(2086,96,'_order_currency','USD'),(2087,96,'_cart_discount','0'),(2088,96,'_cart_discount_tax','0'),(2089,96,'_order_shipping','0'),(2090,96,'_order_shipping_tax','0'),(2091,96,'_order_tax','0'),(2092,96,'_order_total','0.00'),(2093,96,'_order_version','3.4.2'),(2094,96,'_prices_include_tax','no'),(2095,96,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2096,96,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2097,96,'_download_permissions_granted','yes'),(2098,96,'_recorded_sales','yes'),(2099,96,'_recorded_coupon_usage_counts','yes'),(2100,96,'_order_stock_reduced','yes'),(2101,97,'_order_key','wc_order_5b1fb10f6c55e'),(2102,97,'_customer_user','0'),(2103,97,'_payment_method','bacs'),(2104,97,'_payment_method_title','Direct Bank Transfer'),(2105,97,'_transaction_id',''),(2106,97,'_customer_ip_address',''),(2107,97,'_customer_user_agent',''),(2108,97,'_created_via','rest-api'),(2109,97,'_date_completed','1528803599'),(2110,97,'_completed_date','2018-06-12 11:39:59'),(2111,97,'_date_paid','1528803599'),(2112,97,'_paid_date','2018-06-12 11:39:59'),(2113,97,'_cart_hash',''),(2114,97,'_billing_first_name','John'),(2115,97,'_billing_last_name','Doe'),(2116,97,'_billing_company',''),(2117,97,'_billing_address_1','969 Market'),(2118,97,'_billing_address_2',''),(2119,97,'_billing_city','San Francisco'),(2120,97,'_billing_state','CA'),(2121,97,'_billing_postcode','94103'),(2122,97,'_billing_country','US'),(2123,97,'_billing_email','john.doe@example.com'),(2124,97,'_billing_phone','(555) 555-5555'),(2125,97,'_shipping_first_name','John'),(2126,97,'_shipping_last_name','Doe'),(2127,97,'_shipping_company',''),(2128,97,'_shipping_address_1','969 Market'),(2129,97,'_shipping_address_2',''),(2130,97,'_shipping_city','San Francisco'),(2131,97,'_shipping_state','CA'),(2132,97,'_shipping_postcode','94103'),(2133,97,'_shipping_country','US'),(2134,97,'_order_currency','USD'),(2135,97,'_cart_discount','0'),(2136,97,'_cart_discount_tax','0'),(2137,97,'_order_shipping','0'),(2138,97,'_order_shipping_tax','0'),(2139,97,'_order_tax','0'),(2140,97,'_order_total','0.00'),(2141,97,'_order_version','3.4.2'),(2142,97,'_prices_include_tax','no'),(2143,97,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2144,97,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2145,97,'_download_permissions_granted','yes'),(2146,97,'_recorded_sales','yes'),(2147,97,'_recorded_coupon_usage_counts','yes'),(2148,97,'_order_stock_reduced','yes'),(2149,98,'_order_key','wc_order_5b1fb114a5055'),(2150,98,'_customer_user','0'),(2151,98,'_payment_method','bacs'),(2152,98,'_payment_method_title','Direct Bank Transfer'),(2153,98,'_transaction_id',''),(2154,98,'_customer_ip_address',''),(2155,98,'_customer_user_agent',''),(2156,98,'_created_via','rest-api'),(2157,98,'_date_completed','1528803604'),(2158,98,'_completed_date','2018-06-12 11:40:04'),(2159,98,'_date_paid','1528803604'),(2160,98,'_paid_date','2018-06-12 11:40:04'),(2161,98,'_cart_hash',''),(2162,98,'_billing_first_name','John'),(2163,98,'_billing_last_name','Doe'),(2164,98,'_billing_company',''),(2165,98,'_billing_address_1','969 Market'),(2166,98,'_billing_address_2',''),(2167,98,'_billing_city','San Francisco'),(2168,98,'_billing_state','CA'),(2169,98,'_billing_postcode','94103'),(2170,98,'_billing_country','US'),(2171,98,'_billing_email','john.doe@example.com'),(2172,98,'_billing_phone','(555) 555-5555'),(2173,98,'_shipping_first_name','John'),(2174,98,'_shipping_last_name','Doe'),(2175,98,'_shipping_company',''),(2176,98,'_shipping_address_1','969 Market'),(2177,98,'_shipping_address_2',''),(2178,98,'_shipping_city','San Francisco'),(2179,98,'_shipping_state','CA'),(2180,98,'_shipping_postcode','94103'),(2181,98,'_shipping_country','US'),(2182,98,'_order_currency','USD'),(2183,98,'_cart_discount','0'),(2184,98,'_cart_discount_tax','0'),(2185,98,'_order_shipping','0'),(2186,98,'_order_shipping_tax','0'),(2187,98,'_order_tax','0'),(2188,98,'_order_total','0.00'),(2189,98,'_order_version','3.4.2'),(2190,98,'_prices_include_tax','no'),(2191,98,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2192,98,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2193,98,'_download_permissions_granted','yes'),(2194,98,'_recorded_sales','yes'),(2195,98,'_recorded_coupon_usage_counts','yes'),(2196,98,'_order_stock_reduced','yes'),(2197,99,'_order_key','wc_order_5b1fb13dc3c07'),(2198,99,'_customer_user','0'),(2199,99,'_payment_method','bacs'),(2200,99,'_payment_method_title','Direct Bank Transfer'),(2201,99,'_transaction_id',''),(2202,99,'_customer_ip_address',''),(2203,99,'_customer_user_agent',''),(2204,99,'_created_via','rest-api'),(2205,99,'_date_completed','1528803646'),(2206,99,'_completed_date','2018-06-12 11:40:46'),(2207,99,'_date_paid','1528803646'),(2208,99,'_paid_date','2018-06-12 11:40:46'),(2209,99,'_cart_hash',''),(2210,99,'_billing_first_name','John'),(2211,99,'_billing_last_name','Doe'),(2212,99,'_billing_company',''),(2213,99,'_billing_address_1','969 Market'),(2214,99,'_billing_address_2',''),(2215,99,'_billing_city','San Francisco'),(2216,99,'_billing_state','CA'),(2217,99,'_billing_postcode','94103'),(2218,99,'_billing_country','US'),(2219,99,'_billing_email','john.doe@example.com'),(2220,99,'_billing_phone','(555) 555-5555'),(2221,99,'_shipping_first_name','John'),(2222,99,'_shipping_last_name','Doe'),(2223,99,'_shipping_company',''),(2224,99,'_shipping_address_1','969 Market'),(2225,99,'_shipping_address_2',''),(2226,99,'_shipping_city','San Francisco'),(2227,99,'_shipping_state','CA'),(2228,99,'_shipping_postcode','94103'),(2229,99,'_shipping_country','US'),(2230,99,'_order_currency','USD'),(2231,99,'_cart_discount','0'),(2232,99,'_cart_discount_tax','0'),(2233,99,'_order_shipping','0'),(2234,99,'_order_shipping_tax','0'),(2235,99,'_order_tax','0'),(2236,99,'_order_total','0.00'),(2237,99,'_order_version','3.4.2'),(2238,99,'_prices_include_tax','no'),(2239,99,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2240,99,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2241,99,'_download_permissions_granted','yes'),(2242,99,'_recorded_sales','yes'),(2243,99,'_recorded_coupon_usage_counts','yes'),(2244,99,'_order_stock_reduced','yes'),(2245,100,'_order_key','wc_order_5b1fb15493b2d'),(2246,100,'_customer_user','0'),(2247,100,'_payment_method','bacs'),(2248,100,'_payment_method_title','Direct Bank Transfer'),(2249,100,'_transaction_id',''),(2250,100,'_customer_ip_address',''),(2251,100,'_customer_user_agent',''),(2252,100,'_created_via','rest-api'),(2253,100,'_date_completed','1528803668'),(2254,100,'_completed_date','2018-06-12 11:41:08'),(2255,100,'_date_paid','1528803668'),(2256,100,'_paid_date','2018-06-12 11:41:08'),(2257,100,'_cart_hash',''),(2258,100,'_billing_first_name','John'),(2259,100,'_billing_last_name','Doe'),(2260,100,'_billing_company',''),(2261,100,'_billing_address_1','969 Market'),(2262,100,'_billing_address_2',''),(2263,100,'_billing_city','San Francisco'),(2264,100,'_billing_state','CA'),(2265,100,'_billing_postcode','94103'),(2266,100,'_billing_country','US'),(2267,100,'_billing_email','john.doe@example.com'),(2268,100,'_billing_phone','(555) 555-5555'),(2269,100,'_shipping_first_name','John'),(2270,100,'_shipping_last_name','Doe'),(2271,100,'_shipping_company',''),(2272,100,'_shipping_address_1','969 Market'),(2273,100,'_shipping_address_2',''),(2274,100,'_shipping_city','San Francisco'),(2275,100,'_shipping_state','CA'),(2276,100,'_shipping_postcode','94103'),(2277,100,'_shipping_country','US'),(2278,100,'_order_currency','USD'),(2279,100,'_cart_discount','0'),(2280,100,'_cart_discount_tax','0'),(2281,100,'_order_shipping','0'),(2282,100,'_order_shipping_tax','0'),(2283,100,'_order_tax','0'),(2284,100,'_order_total','0.00'),(2285,100,'_order_version','3.4.2'),(2286,100,'_prices_include_tax','no'),(2287,100,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2288,100,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2289,100,'_download_permissions_granted','yes'),(2290,100,'_recorded_sales','yes'),(2291,100,'_recorded_coupon_usage_counts','yes'),(2292,100,'_order_stock_reduced','yes'),(2293,101,'_order_key','wc_order_5b1fb15831206'),(2294,101,'_customer_user','0'),(2295,101,'_payment_method','bacs'),(2296,101,'_payment_method_title','Direct Bank Transfer'),(2297,101,'_transaction_id',''),(2298,101,'_customer_ip_address',''),(2299,101,'_customer_user_agent',''),(2300,101,'_created_via','rest-api'),(2301,101,'_date_completed','1528803672'),(2302,101,'_completed_date','2018-06-12 11:41:12'),(2303,101,'_date_paid','1528803672'),(2304,101,'_paid_date','2018-06-12 11:41:12'),(2305,101,'_cart_hash',''),(2306,101,'_billing_first_name','John'),(2307,101,'_billing_last_name','Doe'),(2308,101,'_billing_company',''),(2309,101,'_billing_address_1','969 Market'),(2310,101,'_billing_address_2',''),(2311,101,'_billing_city','San Francisco'),(2312,101,'_billing_state','CA'),(2313,101,'_billing_postcode','94103'),(2314,101,'_billing_country','US'),(2315,101,'_billing_email','john.doe@example.com'),(2316,101,'_billing_phone','(555) 555-5555'),(2317,101,'_shipping_first_name','John'),(2318,101,'_shipping_last_name','Doe'),(2319,101,'_shipping_company',''),(2320,101,'_shipping_address_1','969 Market'),(2321,101,'_shipping_address_2',''),(2322,101,'_shipping_city','San Francisco'),(2323,101,'_shipping_state','CA'),(2324,101,'_shipping_postcode','94103'),(2325,101,'_shipping_country','US'),(2326,101,'_order_currency','USD'),(2327,101,'_cart_discount','0'),(2328,101,'_cart_discount_tax','0'),(2329,101,'_order_shipping','0'),(2330,101,'_order_shipping_tax','0'),(2331,101,'_order_tax','0'),(2332,101,'_order_total','0.00'),(2333,101,'_order_version','3.4.2'),(2334,101,'_prices_include_tax','no'),(2335,101,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2336,101,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2337,101,'_download_permissions_granted','yes'),(2338,101,'_recorded_sales','yes'),(2339,101,'_recorded_coupon_usage_counts','yes'),(2340,101,'_order_stock_reduced','yes'),(2341,102,'_order_key','wc_order_5b1fb159b7d48'),(2342,102,'_customer_user','0'),(2343,102,'_payment_method','bacs'),(2344,102,'_payment_method_title','Direct Bank Transfer'),(2345,102,'_transaction_id',''),(2346,102,'_customer_ip_address',''),(2347,102,'_customer_user_agent',''),(2348,102,'_created_via','rest-api'),(2349,102,'_date_completed','1528803673'),(2350,102,'_completed_date','2018-06-12 11:41:13'),(2351,102,'_date_paid','1528803673'),(2352,102,'_paid_date','2018-06-12 11:41:13'),(2353,102,'_cart_hash',''),(2354,102,'_billing_first_name','John'),(2355,102,'_billing_last_name','Doe'),(2356,102,'_billing_company',''),(2357,102,'_billing_address_1','969 Market'),(2358,102,'_billing_address_2',''),(2359,102,'_billing_city','San Francisco'),(2360,102,'_billing_state','CA'),(2361,102,'_billing_postcode','94103'),(2362,102,'_billing_country','US'),(2363,102,'_billing_email','john.doe@example.com'),(2364,102,'_billing_phone','(555) 555-5555'),(2365,102,'_shipping_first_name','John'),(2366,102,'_shipping_last_name','Doe'),(2367,102,'_shipping_company',''),(2368,102,'_shipping_address_1','969 Market'),(2369,102,'_shipping_address_2',''),(2370,102,'_shipping_city','San Francisco'),(2371,102,'_shipping_state','CA'),(2372,102,'_shipping_postcode','94103'),(2373,102,'_shipping_country','US'),(2374,102,'_order_currency','USD'),(2375,102,'_cart_discount','0'),(2376,102,'_cart_discount_tax','0'),(2377,102,'_order_shipping','0'),(2378,102,'_order_shipping_tax','0'),(2379,102,'_order_tax','0'),(2380,102,'_order_total','0.00'),(2381,102,'_order_version','3.4.2'),(2382,102,'_prices_include_tax','no'),(2383,102,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2384,102,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2385,102,'_download_permissions_granted','yes'),(2386,102,'_recorded_sales','yes'),(2387,102,'_recorded_coupon_usage_counts','yes'),(2388,102,'_order_stock_reduced','yes'),(2389,103,'_order_key','wc_order_5b1fb1766e5f0'),(2390,103,'_customer_user','0'),(2391,103,'_payment_method','bacs'),(2392,103,'_payment_method_title','Direct Bank Transfer'),(2393,103,'_transaction_id',''),(2394,103,'_customer_ip_address',''),(2395,103,'_customer_user_agent',''),(2396,103,'_created_via','rest-api'),(2397,103,'_date_completed','1528803702'),(2398,103,'_completed_date','2018-06-12 11:41:42'),(2399,103,'_date_paid','1528803702'),(2400,103,'_paid_date','2018-06-12 11:41:42'),(2401,103,'_cart_hash',''),(2402,103,'_billing_first_name','John'),(2403,103,'_billing_last_name','Doe'),(2404,103,'_billing_company',''),(2405,103,'_billing_address_1','969 Market'),(2406,103,'_billing_address_2',''),(2407,103,'_billing_city','San Francisco'),(2408,103,'_billing_state','CA'),(2409,103,'_billing_postcode','94103'),(2410,103,'_billing_country','US'),(2411,103,'_billing_email','john.doe@example.com'),(2412,103,'_billing_phone','(555) 555-5555'),(2413,103,'_shipping_first_name','John'),(2414,103,'_shipping_last_name','Doe'),(2415,103,'_shipping_company',''),(2416,103,'_shipping_address_1','969 Market'),(2417,103,'_shipping_address_2',''),(2418,103,'_shipping_city','San Francisco'),(2419,103,'_shipping_state','CA'),(2420,103,'_shipping_postcode','94103'),(2421,103,'_shipping_country','US'),(2422,103,'_order_currency','USD'),(2423,103,'_cart_discount','0'),(2424,103,'_cart_discount_tax','0'),(2425,103,'_order_shipping','0'),(2426,103,'_order_shipping_tax','0'),(2427,103,'_order_tax','0'),(2428,103,'_order_total','0.00'),(2429,103,'_order_version','3.4.2'),(2430,103,'_prices_include_tax','no'),(2431,103,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2432,103,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2433,103,'_download_permissions_granted','yes'),(2434,103,'_recorded_sales','yes'),(2435,103,'_recorded_coupon_usage_counts','yes'),(2436,103,'_order_stock_reduced','yes'),(2437,104,'_order_key','wc_order_5b1fb177e82ef'),(2438,104,'_customer_user','0'),(2439,104,'_payment_method','bacs'),(2440,104,'_payment_method_title','Direct Bank Transfer'),(2441,104,'_transaction_id',''),(2442,104,'_customer_ip_address',''),(2443,104,'_customer_user_agent',''),(2444,104,'_created_via','rest-api'),(2445,104,'_date_completed','1528803704'),(2446,104,'_completed_date','2018-06-12 11:41:44'),(2447,104,'_date_paid','1528803704'),(2448,104,'_paid_date','2018-06-12 11:41:44'),(2449,104,'_cart_hash',''),(2450,104,'_billing_first_name','John'),(2451,104,'_billing_last_name','Doe'),(2452,104,'_billing_company',''),(2453,104,'_billing_address_1','969 Market'),(2454,104,'_billing_address_2',''),(2455,104,'_billing_city','San Francisco'),(2456,104,'_billing_state','CA'),(2457,104,'_billing_postcode','94103'),(2458,104,'_billing_country','US'),(2459,104,'_billing_email','john.doe@example.com'),(2460,104,'_billing_phone','(555) 555-5555'),(2461,104,'_shipping_first_name','John'),(2462,104,'_shipping_last_name','Doe'),(2463,104,'_shipping_company',''),(2464,104,'_shipping_address_1','969 Market'),(2465,104,'_shipping_address_2',''),(2466,104,'_shipping_city','San Francisco'),(2467,104,'_shipping_state','CA'),(2468,104,'_shipping_postcode','94103'),(2469,104,'_shipping_country','US'),(2470,104,'_order_currency','USD'),(2471,104,'_cart_discount','0'),(2472,104,'_cart_discount_tax','0'),(2473,104,'_order_shipping','0'),(2474,104,'_order_shipping_tax','0'),(2475,104,'_order_tax','0'),(2476,104,'_order_total','0.00'),(2477,104,'_order_version','3.4.2'),(2478,104,'_prices_include_tax','no'),(2479,104,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2480,104,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2481,104,'_download_permissions_granted','yes'),(2482,104,'_recorded_sales','yes'),(2483,104,'_recorded_coupon_usage_counts','yes'),(2484,104,'_order_stock_reduced','yes'),(2485,105,'_order_key','wc_order_5b20d6163998b'),(2486,105,'_customer_user','0'),(2487,105,'_payment_method','cod'),(2488,105,'_payment_method_title','Cash on delivery'),(2489,105,'_transaction_id',''),(2490,105,'_customer_ip_address','::1'),(2491,105,'_customer_user_agent','mozilla/5.0 (x11; linux x86_64) applewebkit/537.36 (khtml, like gecko) chrome/67.0.3396.79 safari/537.36'),(2492,105,'_created_via','checkout'),(2493,105,'_date_completed',''),(2494,105,'_completed_date',''),(2495,105,'_date_paid',''),(2496,105,'_paid_date',''),(2497,105,'_cart_hash','85f147205fdd641c868da295b725f9d0'),(2498,105,'_billing_first_name','fdfgf'),(2499,105,'_billing_last_name','dgfdg'),(2500,105,'_billing_company',''),(2501,105,'_billing_address_1','fdgfdg'),(2502,105,'_billing_address_2',''),(2503,105,'_billing_city','Sarajevo'),(2504,105,'_billing_state','Bih'),(2505,105,'_billing_postcode','71000'),(2506,105,'_billing_country','BA'),(2507,105,'_billing_email','dfdf@hofof.com'),(2508,105,'_billing_phone','0038761393745'),(2509,105,'_shipping_first_name','fdfgf'),(2510,105,'_shipping_last_name','dgfdg'),(2511,105,'_shipping_company',''),(2512,105,'_shipping_address_1','fdgfdg'),(2513,105,'_shipping_address_2',''),(2514,105,'_shipping_city','Sarajevo'),(2515,105,'_shipping_state','Bih'),(2516,105,'_shipping_postcode','71000'),(2517,105,'_shipping_country','BA'),(2518,105,'_order_currency','USD'),(2519,105,'_cart_discount','0'),(2520,105,'_cart_discount_tax','0'),(2521,105,'_order_shipping','0.00'),(2522,105,'_order_shipping_tax','0'),(2523,105,'_order_tax','0'),(2524,105,'_order_total','1.00'),(2525,105,'_order_version','3.4.2'),(2526,105,'_prices_include_tax','no'),(2527,105,'_billing_address_index','fdfgf dgfdg fdgfdg Sarajevo Bih 71000 BA dfdf@hofof.com 0038761393745'),(2528,105,'_shipping_address_index','fdfgf dgfdg fdgfdg Sarajevo Bih 71000 BA'),(2529,105,'mailchimp_woocommerce_is_subscribed','0'),(2530,105,'_download_permissions_granted','yes'),(2531,105,'_recorded_sales','yes'),(2532,105,'_recorded_coupon_usage_counts','yes'),(2533,105,'_order_stock_reduced','yes'),(2534,106,'_order_key','wc_order_5b2106969807b'),(2535,106,'_customer_user','0'),(2536,106,'_payment_method','bacs'),(2537,106,'_payment_method_title','Direct Bank Transfer'),(2538,106,'_transaction_id',''),(2539,106,'_customer_ip_address',''),(2540,106,'_customer_user_agent',''),(2541,106,'_created_via','rest-api'),(2542,106,'_date_completed','1528891030'),(2543,106,'_completed_date','2018-06-13 11:57:10'),(2544,106,'_date_paid','1528891030'),(2545,106,'_paid_date','2018-06-13 11:57:10'),(2546,106,'_cart_hash',''),(2547,106,'_billing_first_name','John'),(2548,106,'_billing_last_name','Doe'),(2549,106,'_billing_company',''),(2550,106,'_billing_address_1','969 Market'),(2551,106,'_billing_address_2',''),(2552,106,'_billing_city','San Francisco'),(2553,106,'_billing_state','CA'),(2554,106,'_billing_postcode','94103'),(2555,106,'_billing_country','US'),(2556,106,'_billing_email','john.doe@example.com'),(2557,106,'_billing_phone','(555) 555-5555'),(2558,106,'_shipping_first_name','John'),(2559,106,'_shipping_last_name','Doe'),(2560,106,'_shipping_company',''),(2561,106,'_shipping_address_1','969 Market'),(2562,106,'_shipping_address_2',''),(2563,106,'_shipping_city','San Francisco'),(2564,106,'_shipping_state','CA'),(2565,106,'_shipping_postcode','94103'),(2566,106,'_shipping_country','US'),(2567,106,'_order_currency','USD'),(2568,106,'_cart_discount','0'),(2569,106,'_cart_discount_tax','0'),(2570,106,'_order_shipping','0'),(2571,106,'_order_shipping_tax','0'),(2572,106,'_order_tax','0'),(2573,106,'_order_total','0.00'),(2574,106,'_order_version','3.4.2'),(2575,106,'_prices_include_tax','no'),(2576,106,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2577,106,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2578,106,'_download_permissions_granted','yes'),(2579,106,'_recorded_sales','yes'),(2580,106,'_recorded_coupon_usage_counts','yes'),(2581,106,'_order_stock_reduced','yes'),(2582,107,'_order_key','wc_order_5b21072388998'),(2583,107,'_customer_user','0'),(2584,107,'_payment_method','bacs'),(2585,107,'_payment_method_title','Direct Bank Transfer'),(2586,107,'_transaction_id',''),(2587,107,'_customer_ip_address',''),(2588,107,'_customer_user_agent',''),(2589,107,'_created_via','rest-api'),(2590,107,'_date_completed','1528891171'),(2591,107,'_completed_date','2018-06-13 11:59:31'),(2592,107,'_date_paid','1528891171'),(2593,107,'_paid_date','2018-06-13 11:59:31'),(2594,107,'_cart_hash',''),(2595,107,'_billing_first_name','John'),(2596,107,'_billing_last_name','Doe'),(2597,107,'_billing_company',''),(2598,107,'_billing_address_1','969 Market'),(2599,107,'_billing_address_2',''),(2600,107,'_billing_city','San Francisco'),(2601,107,'_billing_state','CA'),(2602,107,'_billing_postcode','94103'),(2603,107,'_billing_country','US'),(2604,107,'_billing_email','john.doe@example.com'),(2605,107,'_billing_phone','(555) 555-5555'),(2606,107,'_shipping_first_name','John'),(2607,107,'_shipping_last_name','Doe'),(2608,107,'_shipping_company',''),(2609,107,'_shipping_address_1','969 Market'),(2610,107,'_shipping_address_2',''),(2611,107,'_shipping_city','San Francisco'),(2612,107,'_shipping_state','CA'),(2613,107,'_shipping_postcode','94103'),(2614,107,'_shipping_country','US'),(2615,107,'_order_currency','USD'),(2616,107,'_cart_discount','0'),(2617,107,'_cart_discount_tax','0'),(2618,107,'_order_shipping','0'),(2619,107,'_order_shipping_tax','0'),(2620,107,'_order_tax','0'),(2621,107,'_order_total','0.00'),(2622,107,'_order_version','3.4.2'),(2623,107,'_prices_include_tax','no'),(2624,107,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2625,107,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2626,107,'_download_permissions_granted','yes'),(2627,107,'_recorded_sales','yes'),(2628,107,'_recorded_coupon_usage_counts','yes'),(2629,107,'_order_stock_reduced','yes'),(2630,108,'_order_key','wc_order_5b210723ee754'),(2631,108,'_customer_user','0'),(2632,108,'_payment_method','bacs'),(2633,108,'_payment_method_title','Direct Bank Transfer'),(2634,108,'_transaction_id',''),(2635,108,'_customer_ip_address',''),(2636,108,'_customer_user_agent',''),(2637,108,'_created_via','rest-api'),(2638,108,'_date_completed','1528891172'),(2639,108,'_completed_date','2018-06-13 11:59:32'),(2640,108,'_date_paid','1528891172'),(2641,108,'_paid_date','2018-06-13 11:59:32'),(2642,108,'_cart_hash',''),(2643,108,'_billing_first_name','John'),(2644,108,'_billing_last_name','Doe'),(2645,108,'_billing_company',''),(2646,108,'_billing_address_1','969 Market'),(2647,108,'_billing_address_2',''),(2648,108,'_billing_city','San Francisco'),(2649,108,'_billing_state','CA'),(2650,108,'_billing_postcode','94103'),(2651,108,'_billing_country','US'),(2652,108,'_billing_email','john.doe@example.com'),(2653,108,'_billing_phone','(555) 555-5555'),(2654,108,'_shipping_first_name','John'),(2655,108,'_shipping_last_name','Doe'),(2656,108,'_shipping_company',''),(2657,108,'_shipping_address_1','969 Market'),(2658,108,'_shipping_address_2',''),(2659,108,'_shipping_city','San Francisco'),(2660,108,'_shipping_state','CA'),(2661,108,'_shipping_postcode','94103'),(2662,108,'_shipping_country','US'),(2663,108,'_order_currency','USD'),(2664,108,'_cart_discount','0'),(2665,108,'_cart_discount_tax','0'),(2666,108,'_order_shipping','0'),(2667,108,'_order_shipping_tax','0'),(2668,108,'_order_tax','0'),(2669,108,'_order_total','0.00'),(2670,108,'_order_version','3.4.2'),(2671,108,'_prices_include_tax','no'),(2672,108,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2673,108,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2674,108,'_download_permissions_granted','yes'),(2675,108,'_recorded_sales','yes'),(2676,108,'_recorded_coupon_usage_counts','yes'),(2677,108,'_order_stock_reduced','yes'),(2678,109,'_order_key','wc_order_5b21072468cd7'),(2679,109,'_customer_user','0'),(2680,109,'_payment_method','bacs'),(2681,109,'_payment_method_title','Direct Bank Transfer'),(2682,109,'_transaction_id',''),(2683,109,'_customer_ip_address',''),(2684,109,'_customer_user_agent',''),(2685,109,'_created_via','rest-api'),(2686,109,'_date_completed','1528891172'),(2687,109,'_completed_date','2018-06-13 11:59:32'),(2688,109,'_date_paid','1528891172'),(2689,109,'_paid_date','2018-06-13 11:59:32'),(2690,109,'_cart_hash',''),(2691,109,'_billing_first_name','John'),(2692,109,'_billing_last_name','Doe'),(2693,109,'_billing_company',''),(2694,109,'_billing_address_1','969 Market'),(2695,109,'_billing_address_2',''),(2696,109,'_billing_city','San Francisco'),(2697,109,'_billing_state','CA'),(2698,109,'_billing_postcode','94103'),(2699,109,'_billing_country','US'),(2700,109,'_billing_email','john.doe@example.com'),(2701,109,'_billing_phone','(555) 555-5555'),(2702,109,'_shipping_first_name','John'),(2703,109,'_shipping_last_name','Doe'),(2704,109,'_shipping_company',''),(2705,109,'_shipping_address_1','969 Market'),(2706,109,'_shipping_address_2',''),(2707,109,'_shipping_city','San Francisco'),(2708,109,'_shipping_state','CA'),(2709,109,'_shipping_postcode','94103'),(2710,109,'_shipping_country','US'),(2711,109,'_order_currency','USD'),(2712,109,'_cart_discount','0'),(2713,109,'_cart_discount_tax','0'),(2714,109,'_order_shipping','0'),(2715,109,'_order_shipping_tax','0'),(2716,109,'_order_tax','0'),(2717,109,'_order_total','0.00'),(2718,109,'_order_version','3.4.2'),(2719,109,'_prices_include_tax','no'),(2720,109,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2721,109,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2722,109,'_download_permissions_granted','yes'),(2723,109,'_recorded_sales','yes'),(2724,109,'_recorded_coupon_usage_counts','yes'),(2725,109,'_order_stock_reduced','yes'),(2726,110,'_order_key','wc_order_5b210724cc546'),(2727,110,'_customer_user','0'),(2728,110,'_payment_method','bacs'),(2729,110,'_payment_method_title','Direct Bank Transfer'),(2730,110,'_transaction_id',''),(2731,110,'_customer_ip_address',''),(2732,110,'_customer_user_agent',''),(2733,110,'_created_via','rest-api'),(2734,110,'_date_completed','1528891173'),(2735,110,'_completed_date','2018-06-13 11:59:33'),(2736,110,'_date_paid','1528891173'),(2737,110,'_paid_date','2018-06-13 11:59:33'),(2738,110,'_cart_hash',''),(2739,110,'_billing_first_name','John'),(2740,110,'_billing_last_name','Doe'),(2741,110,'_billing_company',''),(2742,110,'_billing_address_1','969 Market'),(2743,110,'_billing_address_2',''),(2744,110,'_billing_city','San Francisco'),(2745,110,'_billing_state','CA'),(2746,110,'_billing_postcode','94103'),(2747,110,'_billing_country','US'),(2748,110,'_billing_email','john.doe@example.com'),(2749,110,'_billing_phone','(555) 555-5555'),(2750,110,'_shipping_first_name','John'),(2751,110,'_shipping_last_name','Doe'),(2752,110,'_shipping_company',''),(2753,110,'_shipping_address_1','969 Market'),(2754,110,'_shipping_address_2',''),(2755,110,'_shipping_city','San Francisco'),(2756,110,'_shipping_state','CA'),(2757,110,'_shipping_postcode','94103'),(2758,110,'_shipping_country','US'),(2759,110,'_order_currency','USD'),(2760,110,'_cart_discount','0'),(2761,110,'_cart_discount_tax','0'),(2762,110,'_order_shipping','0'),(2763,110,'_order_shipping_tax','0'),(2764,110,'_order_tax','0'),(2765,110,'_order_total','0.00'),(2766,110,'_order_version','3.4.2'),(2767,110,'_prices_include_tax','no'),(2768,110,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2769,110,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2770,110,'_download_permissions_granted','yes'),(2771,110,'_recorded_sales','yes'),(2772,110,'_recorded_coupon_usage_counts','yes'),(2773,110,'_order_stock_reduced','yes'),(2774,111,'_order_key','wc_order_5b2107253bb83'),(2775,111,'_customer_user','0'),(2776,111,'_payment_method','bacs'),(2777,111,'_payment_method_title','Direct Bank Transfer'),(2778,111,'_transaction_id',''),(2779,111,'_customer_ip_address',''),(2780,111,'_customer_user_agent',''),(2781,111,'_created_via','rest-api'),(2782,111,'_date_completed','1528891173'),(2783,111,'_completed_date','2018-06-13 11:59:33'),(2784,111,'_date_paid','1528891173'),(2785,111,'_paid_date','2018-06-13 11:59:33'),(2786,111,'_cart_hash',''),(2787,111,'_billing_first_name','John'),(2788,111,'_billing_last_name','Doe'),(2789,111,'_billing_company',''),(2790,111,'_billing_address_1','969 Market'),(2791,111,'_billing_address_2',''),(2792,111,'_billing_city','San Francisco'),(2793,111,'_billing_state','CA'),(2794,111,'_billing_postcode','94103'),(2795,111,'_billing_country','US'),(2796,111,'_billing_email','john.doe@example.com'),(2797,111,'_billing_phone','(555) 555-5555'),(2798,111,'_shipping_first_name','John'),(2799,111,'_shipping_last_name','Doe'),(2800,111,'_shipping_company',''),(2801,111,'_shipping_address_1','969 Market'),(2802,111,'_shipping_address_2',''),(2803,111,'_shipping_city','San Francisco'),(2804,111,'_shipping_state','CA'),(2805,111,'_shipping_postcode','94103'),(2806,111,'_shipping_country','US'),(2807,111,'_order_currency','USD'),(2808,111,'_cart_discount','0'),(2809,111,'_cart_discount_tax','0'),(2810,111,'_order_shipping','0'),(2811,111,'_order_shipping_tax','0'),(2812,111,'_order_tax','0'),(2813,111,'_order_total','0.00'),(2814,111,'_order_version','3.4.2'),(2815,111,'_prices_include_tax','no'),(2816,111,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2817,111,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2818,111,'_download_permissions_granted','yes'),(2819,111,'_recorded_sales','yes'),(2820,111,'_recorded_coupon_usage_counts','yes'),(2821,112,'_order_key','wc_order_5b2107257faa2'),(2822,112,'_customer_user','0'),(2823,112,'_payment_method','bacs'),(2824,112,'_payment_method_title','Direct Bank Transfer'),(2825,111,'_order_stock_reduced','yes'),(2826,112,'_transaction_id',''),(2827,112,'_customer_ip_address',''),(2828,112,'_customer_user_agent',''),(2829,112,'_created_via','rest-api'),(2830,112,'_date_completed','1528891173'),(2831,112,'_completed_date','2018-06-13 11:59:33'),(2832,112,'_date_paid','1528891173'),(2833,112,'_paid_date','2018-06-13 11:59:33'),(2834,112,'_cart_hash',''),(2835,112,'_billing_first_name','John'),(2836,112,'_billing_last_name','Doe'),(2837,112,'_billing_company',''),(2838,112,'_billing_address_1','969 Market'),(2839,112,'_billing_address_2',''),(2840,112,'_billing_city','San Francisco'),(2841,112,'_billing_state','CA'),(2842,112,'_billing_postcode','94103'),(2843,112,'_billing_country','US'),(2844,112,'_billing_email','john.doe@example.com'),(2845,112,'_billing_phone','(555) 555-5555'),(2846,112,'_shipping_first_name','John'),(2847,112,'_shipping_last_name','Doe'),(2848,112,'_shipping_company',''),(2849,112,'_shipping_address_1','969 Market'),(2850,112,'_shipping_address_2',''),(2851,112,'_shipping_city','San Francisco'),(2852,112,'_shipping_state','CA'),(2853,112,'_shipping_postcode','94103'),(2854,112,'_shipping_country','US'),(2855,112,'_order_currency','USD'),(2856,112,'_cart_discount','0'),(2857,112,'_cart_discount_tax','0'),(2858,112,'_order_shipping','0'),(2859,112,'_order_shipping_tax','0'),(2860,112,'_order_tax','0'),(2861,112,'_order_total','0.00'),(2862,112,'_order_version','3.4.2'),(2863,112,'_prices_include_tax','no'),(2864,112,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2865,112,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2866,113,'_order_key','wc_order_5b210725b0189'),(2867,113,'_customer_user','0'),(2868,113,'_payment_method','bacs'),(2869,113,'_payment_method_title','Direct Bank Transfer'),(2870,113,'_transaction_id',''),(2871,113,'_customer_ip_address',''),(2872,113,'_customer_user_agent',''),(2873,113,'_created_via','rest-api'),(2874,113,'_date_completed','1528891173'),(2875,113,'_completed_date','2018-06-13 11:59:33'),(2876,113,'_date_paid','1528891173'),(2877,113,'_paid_date','2018-06-13 11:59:33'),(2878,113,'_cart_hash',''),(2879,112,'_download_permissions_granted','yes'),(2880,112,'_recorded_sales','yes'),(2881,112,'_recorded_coupon_usage_counts','yes'),(2882,112,'_order_stock_reduced','yes'),(2883,113,'_billing_first_name','John'),(2884,113,'_billing_last_name','Doe'),(2885,113,'_billing_company',''),(2886,113,'_billing_address_1','969 Market'),(2887,113,'_billing_address_2',''),(2888,113,'_billing_city','San Francisco'),(2889,113,'_billing_state','CA'),(2890,113,'_billing_postcode','94103'),(2891,113,'_billing_country','US'),(2892,113,'_billing_email','john.doe@example.com'),(2893,113,'_billing_phone','(555) 555-5555'),(2894,113,'_shipping_first_name','John'),(2895,113,'_shipping_last_name','Doe'),(2896,113,'_shipping_company',''),(2897,113,'_shipping_address_1','969 Market'),(2898,113,'_shipping_address_2',''),(2899,113,'_shipping_city','San Francisco'),(2900,113,'_shipping_state','CA'),(2901,113,'_shipping_postcode','94103'),(2902,113,'_shipping_country','US'),(2903,113,'_order_currency','USD'),(2904,113,'_cart_discount','0'),(2905,113,'_cart_discount_tax','0'),(2906,113,'_order_shipping','0'),(2907,113,'_order_shipping_tax','0'),(2908,113,'_order_tax','0'),(2909,113,'_order_total','0.00'),(2910,113,'_order_version','3.4.2'),(2911,113,'_prices_include_tax','no'),(2912,113,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2913,113,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2914,114,'_order_key','wc_order_5b210725d64ff'),(2915,114,'_customer_user','0'),(2916,114,'_payment_method','bacs'),(2917,114,'_payment_method_title','Direct Bank Transfer'),(2918,114,'_transaction_id',''),(2919,114,'_customer_ip_address',''),(2920,114,'_customer_user_agent',''),(2921,114,'_created_via','rest-api'),(2922,114,'_date_completed','1528891174'),(2923,113,'_download_permissions_granted','yes'),(2924,113,'_recorded_sales','yes'),(2925,113,'_recorded_coupon_usage_counts','yes'),(2926,113,'_order_stock_reduced','yes'),(2927,114,'_completed_date','2018-06-13 11:59:34'),(2928,114,'_date_paid','1528891174'),(2929,114,'_paid_date','2018-06-13 11:59:34'),(2930,114,'_cart_hash',''),(2931,114,'_billing_first_name','John'),(2932,114,'_billing_last_name','Doe'),(2933,114,'_billing_company',''),(2934,114,'_billing_address_1','969 Market'),(2935,114,'_billing_address_2',''),(2936,114,'_billing_city','San Francisco'),(2937,114,'_billing_state','CA'),(2938,114,'_billing_postcode','94103'),(2939,114,'_billing_country','US'),(2940,114,'_billing_email','john.doe@example.com'),(2941,114,'_billing_phone','(555) 555-5555'),(2942,114,'_shipping_first_name','John'),(2943,114,'_shipping_last_name','Doe'),(2944,114,'_shipping_company',''),(2945,114,'_shipping_address_1','969 Market'),(2946,114,'_shipping_address_2',''),(2947,114,'_shipping_city','San Francisco'),(2948,114,'_shipping_state','CA'),(2949,114,'_shipping_postcode','94103'),(2950,114,'_shipping_country','US'),(2951,114,'_order_currency','USD'),(2952,114,'_cart_discount','0'),(2953,114,'_cart_discount_tax','0'),(2954,114,'_order_shipping','0'),(2955,114,'_order_shipping_tax','0'),(2956,114,'_order_tax','0'),(2957,114,'_order_total','0.00'),(2958,114,'_order_version','3.4.2'),(2959,114,'_prices_include_tax','no'),(2960,114,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2961,114,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2962,114,'_download_permissions_granted','yes'),(2963,115,'_order_key','wc_order_5b210726173d7'),(2964,114,'_recorded_sales','yes'),(2965,115,'_customer_user','0'),(2966,114,'_recorded_coupon_usage_counts','yes'),(2967,115,'_payment_method','bacs'),(2968,115,'_payment_method_title','Direct Bank Transfer'),(2969,115,'_transaction_id',''),(2970,115,'_customer_ip_address',''),(2971,115,'_customer_user_agent',''),(2972,115,'_created_via','rest-api'),(2973,115,'_date_completed','1528891174'),(2974,114,'_order_stock_reduced','yes'),(2975,115,'_completed_date','2018-06-13 11:59:34'),(2976,115,'_date_paid','1528891174'),(2977,115,'_paid_date','2018-06-13 11:59:34'),(2978,115,'_cart_hash',''),(2979,115,'_billing_first_name','John'),(2980,115,'_billing_last_name','Doe'),(2981,115,'_billing_company',''),(2982,115,'_billing_address_1','969 Market'),(2983,115,'_billing_address_2',''),(2984,115,'_billing_city','San Francisco'),(2985,115,'_billing_state','CA'),(2986,115,'_billing_postcode','94103'),(2987,115,'_billing_country','US'),(2988,115,'_billing_email','john.doe@example.com'),(2989,115,'_billing_phone','(555) 555-5555'),(2990,115,'_shipping_first_name','John'),(2991,115,'_shipping_last_name','Doe'),(2992,115,'_shipping_company',''),(2993,115,'_shipping_address_1','969 Market'),(2994,115,'_shipping_address_2',''),(2995,115,'_shipping_city','San Francisco'),(2996,115,'_shipping_state','CA'),(2997,115,'_shipping_postcode','94103'),(2998,115,'_shipping_country','US'),(2999,115,'_order_currency','USD'),(3000,115,'_cart_discount','0'),(3001,115,'_cart_discount_tax','0'),(3002,115,'_order_shipping','0'),(3003,115,'_order_shipping_tax','0'),(3004,115,'_order_tax','0'),(3005,115,'_order_total','0.00'),(3006,115,'_order_version','3.4.2'),(3007,115,'_prices_include_tax','no'),(3008,115,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3009,115,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3010,116,'_order_key','wc_order_5b21072641d72'),(3011,115,'_download_permissions_granted','yes'),(3012,115,'_recorded_sales','yes'),(3013,116,'_customer_user','0'),(3014,115,'_recorded_coupon_usage_counts','yes'),(3015,116,'_payment_method','bacs'),(3016,116,'_payment_method_title','Direct Bank Transfer'),(3017,116,'_transaction_id',''),(3018,116,'_customer_ip_address',''),(3019,116,'_customer_user_agent',''),(3020,116,'_created_via','rest-api'),(3021,116,'_date_completed','1528891174'),(3022,115,'_order_stock_reduced','yes'),(3023,116,'_completed_date','2018-06-13 11:59:34'),(3024,116,'_date_paid','1528891174'),(3025,116,'_paid_date','2018-06-13 11:59:34'),(3026,116,'_cart_hash',''),(3027,116,'_billing_first_name','John'),(3028,116,'_billing_last_name','Doe'),(3029,116,'_billing_company',''),(3030,116,'_billing_address_1','969 Market'),(3031,116,'_billing_address_2',''),(3032,116,'_billing_city','San Francisco'),(3033,116,'_billing_state','CA'),(3034,116,'_billing_postcode','94103'),(3035,116,'_billing_country','US'),(3036,116,'_billing_email','john.doe@example.com'),(3037,116,'_billing_phone','(555) 555-5555'),(3038,116,'_shipping_first_name','John'),(3039,116,'_shipping_last_name','Doe'),(3040,116,'_shipping_company',''),(3041,116,'_shipping_address_1','969 Market'),(3042,116,'_shipping_address_2',''),(3043,116,'_shipping_city','San Francisco'),(3044,116,'_shipping_state','CA'),(3045,116,'_shipping_postcode','94103'),(3046,116,'_shipping_country','US'),(3047,116,'_order_currency','USD'),(3048,116,'_cart_discount','0'),(3049,116,'_cart_discount_tax','0'),(3050,116,'_order_shipping','0'),(3051,116,'_order_shipping_tax','0'),(3052,116,'_order_tax','0'),(3053,116,'_order_total','0.00'),(3054,116,'_order_version','3.4.2'),(3055,116,'_prices_include_tax','no'),(3056,116,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3057,116,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3058,117,'_order_key','wc_order_5b21072675a84'),(3059,117,'_customer_user','0'),(3060,117,'_payment_method','bacs'),(3061,117,'_payment_method_title','Direct Bank Transfer'),(3062,117,'_transaction_id',''),(3063,117,'_customer_ip_address',''),(3064,117,'_customer_user_agent',''),(3065,117,'_created_via','rest-api'),(3066,117,'_date_completed','1528891174'),(3067,116,'_download_permissions_granted','yes'),(3068,116,'_recorded_sales','yes'),(3069,116,'_recorded_coupon_usage_counts','yes'),(3070,116,'_order_stock_reduced','yes'),(3071,117,'_completed_date','2018-06-13 11:59:34'),(3072,117,'_date_paid','1528891174'),(3073,117,'_paid_date','2018-06-13 11:59:34'),(3074,117,'_cart_hash',''),(3075,117,'_billing_first_name','John'),(3076,117,'_billing_last_name','Doe'),(3077,117,'_billing_company',''),(3078,117,'_billing_address_1','969 Market'),(3079,117,'_billing_address_2',''),(3080,117,'_billing_city','San Francisco'),(3081,117,'_billing_state','CA'),(3082,117,'_billing_postcode','94103'),(3083,117,'_billing_country','US'),(3084,117,'_billing_email','john.doe@example.com'),(3085,117,'_billing_phone','(555) 555-5555'),(3086,117,'_shipping_first_name','John'),(3087,117,'_shipping_last_name','Doe'),(3088,117,'_shipping_company',''),(3089,117,'_shipping_address_1','969 Market'),(3090,117,'_shipping_address_2',''),(3091,117,'_shipping_city','San Francisco'),(3092,117,'_shipping_state','CA'),(3093,117,'_shipping_postcode','94103'),(3094,117,'_shipping_country','US'),(3095,117,'_order_currency','USD'),(3096,117,'_cart_discount','0'),(3097,117,'_cart_discount_tax','0'),(3098,117,'_order_shipping','0'),(3099,117,'_order_shipping_tax','0'),(3100,117,'_order_tax','0'),(3101,117,'_order_total','0.00'),(3102,117,'_order_version','3.4.2'),(3103,117,'_prices_include_tax','no'),(3104,117,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3105,117,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3106,117,'_download_permissions_granted','yes'),(3107,117,'_recorded_sales','yes'),(3108,117,'_recorded_coupon_usage_counts','yes'),(3109,117,'_order_stock_reduced','yes'),(3110,118,'_order_key','wc_order_5b210726cbd1c'),(3111,118,'_customer_user','0'),(3112,118,'_payment_method','bacs'),(3113,118,'_payment_method_title','Direct Bank Transfer'),(3114,118,'_transaction_id',''),(3115,118,'_customer_ip_address',''),(3116,118,'_customer_user_agent',''),(3117,118,'_created_via','rest-api'),(3118,118,'_date_completed','1528891175'),(3119,118,'_completed_date','2018-06-13 11:59:35'),(3120,118,'_date_paid','1528891175'),(3121,118,'_paid_date','2018-06-13 11:59:35'),(3122,118,'_cart_hash',''),(3123,118,'_billing_first_name','John'),(3124,118,'_billing_last_name','Doe'),(3125,118,'_billing_company',''),(3126,118,'_billing_address_1','969 Market'),(3127,118,'_billing_address_2',''),(3128,118,'_billing_city','San Francisco'),(3129,118,'_billing_state','CA'),(3130,118,'_billing_postcode','94103'),(3131,118,'_billing_country','US'),(3132,118,'_billing_email','john.doe@example.com'),(3133,118,'_billing_phone','(555) 555-5555'),(3134,118,'_shipping_first_name','John'),(3135,118,'_shipping_last_name','Doe'),(3136,118,'_shipping_company',''),(3137,118,'_shipping_address_1','969 Market'),(3138,118,'_shipping_address_2',''),(3139,118,'_shipping_city','San Francisco'),(3140,118,'_shipping_state','CA'),(3141,118,'_shipping_postcode','94103'),(3142,118,'_shipping_country','US'),(3143,118,'_order_currency','USD'),(3144,118,'_cart_discount','0'),(3145,118,'_cart_discount_tax','0'),(3146,118,'_order_shipping','0'),(3147,118,'_order_shipping_tax','0'),(3148,118,'_order_tax','0'),(3149,118,'_order_total','0.00'),(3150,118,'_order_version','3.4.2'),(3151,118,'_prices_include_tax','no'),(3152,118,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3153,118,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3154,118,'_download_permissions_granted','yes'),(3155,118,'_recorded_sales','yes'),(3156,118,'_recorded_coupon_usage_counts','yes'),(3157,118,'_order_stock_reduced','yes'),(3158,119,'_order_key','wc_order_5b21072737ece'),(3159,119,'_customer_user','0'),(3160,119,'_payment_method','bacs'),(3161,119,'_payment_method_title','Direct Bank Transfer'),(3162,119,'_transaction_id',''),(3163,119,'_customer_ip_address',''),(3164,119,'_customer_user_agent',''),(3165,119,'_created_via','rest-api'),(3166,119,'_date_completed','1528891175'),(3167,119,'_completed_date','2018-06-13 11:59:35'),(3168,119,'_date_paid','1528891175'),(3169,119,'_paid_date','2018-06-13 11:59:35'),(3170,119,'_cart_hash',''),(3171,119,'_billing_first_name','John'),(3172,119,'_billing_last_name','Doe'),(3173,119,'_billing_company',''),(3174,119,'_billing_address_1','969 Market'),(3175,119,'_billing_address_2',''),(3176,119,'_billing_city','San Francisco'),(3177,119,'_billing_state','CA'),(3178,119,'_billing_postcode','94103'),(3179,119,'_billing_country','US'),(3180,119,'_billing_email','john.doe@example.com'),(3181,119,'_billing_phone','(555) 555-5555'),(3182,119,'_shipping_first_name','John'),(3183,119,'_shipping_last_name','Doe'),(3184,119,'_shipping_company',''),(3185,119,'_shipping_address_1','969 Market'),(3186,119,'_shipping_address_2',''),(3187,119,'_shipping_city','San Francisco'),(3188,119,'_shipping_state','CA'),(3189,119,'_shipping_postcode','94103'),(3190,119,'_shipping_country','US'),(3191,119,'_order_currency','USD'),(3192,119,'_cart_discount','0'),(3193,119,'_cart_discount_tax','0'),(3194,119,'_order_shipping','0'),(3195,119,'_order_shipping_tax','0'),(3196,119,'_order_tax','0'),(3197,119,'_order_total','0.00'),(3198,119,'_order_version','3.4.2'),(3199,119,'_prices_include_tax','no'),(3200,119,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3201,119,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3202,119,'_download_permissions_granted','yes'),(3203,119,'_recorded_sales','yes'),(3204,119,'_recorded_coupon_usage_counts','yes'),(3205,119,'_order_stock_reduced','yes'),(3206,120,'_order_key','wc_order_5b210727898b9'),(3207,120,'_customer_user','0'),(3208,120,'_payment_method','bacs'),(3209,120,'_payment_method_title','Direct Bank Transfer'),(3210,120,'_transaction_id',''),(3211,120,'_customer_ip_address',''),(3212,120,'_customer_user_agent',''),(3213,120,'_created_via','rest-api'),(3214,120,'_date_completed','1528891175'),(3215,120,'_completed_date','2018-06-13 11:59:35'),(3216,120,'_date_paid','1528891175'),(3217,120,'_paid_date','2018-06-13 11:59:35'),(3218,120,'_cart_hash',''),(3219,120,'_billing_first_name','John'),(3220,120,'_billing_last_name','Doe'),(3221,120,'_billing_company',''),(3222,120,'_billing_address_1','969 Market'),(3223,120,'_billing_address_2',''),(3224,120,'_billing_city','San Francisco'),(3225,120,'_billing_state','CA'),(3226,120,'_billing_postcode','94103'),(3227,120,'_billing_country','US'),(3228,120,'_billing_email','john.doe@example.com'),(3229,120,'_billing_phone','(555) 555-5555'),(3230,120,'_shipping_first_name','John'),(3231,120,'_shipping_last_name','Doe'),(3232,120,'_shipping_company',''),(3233,120,'_shipping_address_1','969 Market'),(3234,120,'_shipping_address_2',''),(3235,120,'_shipping_city','San Francisco'),(3236,120,'_shipping_state','CA'),(3237,120,'_shipping_postcode','94103'),(3238,120,'_shipping_country','US'),(3239,120,'_order_currency','USD'),(3240,120,'_cart_discount','0'),(3241,120,'_cart_discount_tax','0'),(3242,120,'_order_shipping','0'),(3243,120,'_order_shipping_tax','0'),(3244,120,'_order_tax','0'),(3245,120,'_order_total','0.00'),(3246,120,'_order_version','3.4.2'),(3247,120,'_prices_include_tax','no'),(3248,120,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3249,120,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3250,120,'_download_permissions_granted','yes'),(3251,120,'_recorded_sales','yes'),(3252,120,'_recorded_coupon_usage_counts','yes'),(3253,120,'_order_stock_reduced','yes'),(3254,121,'_order_key','wc_order_5b210728bca55'),(3255,121,'_customer_user','0'),(3256,121,'_payment_method','bacs'),(3257,121,'_payment_method_title','Direct Bank Transfer'),(3258,121,'_transaction_id',''),(3259,121,'_customer_ip_address',''),(3260,121,'_customer_user_agent',''),(3261,121,'_created_via','rest-api'),(3262,121,'_date_completed','1528891177'),(3263,121,'_completed_date','2018-06-13 11:59:37'),(3264,121,'_date_paid','1528891177'),(3265,121,'_paid_date','2018-06-13 11:59:37'),(3266,121,'_cart_hash',''),(3267,121,'_billing_first_name','John'),(3268,121,'_billing_last_name','Doe'),(3269,121,'_billing_company',''),(3270,121,'_billing_address_1','969 Market'),(3271,121,'_billing_address_2',''),(3272,121,'_billing_city','San Francisco'),(3273,121,'_billing_state','CA'),(3274,121,'_billing_postcode','94103'),(3275,121,'_billing_country','US'),(3276,121,'_billing_email','john.doe@example.com'),(3277,121,'_billing_phone','(555) 555-5555'),(3278,121,'_shipping_first_name','John'),(3279,121,'_shipping_last_name','Doe'),(3280,121,'_shipping_company',''),(3281,121,'_shipping_address_1','969 Market'),(3282,121,'_shipping_address_2',''),(3283,121,'_shipping_city','San Francisco'),(3284,121,'_shipping_state','CA'),(3285,121,'_shipping_postcode','94103'),(3286,121,'_shipping_country','US'),(3287,121,'_order_currency','USD'),(3288,121,'_cart_discount','0'),(3289,121,'_cart_discount_tax','0'),(3290,121,'_order_shipping','0'),(3291,121,'_order_shipping_tax','0'),(3292,121,'_order_tax','0'),(3293,121,'_order_total','0.00'),(3294,121,'_order_version','3.4.2'),(3295,121,'_prices_include_tax','no'),(3296,121,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3297,121,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3298,121,'_download_permissions_granted','yes'),(3299,121,'_recorded_sales','yes'),(3300,121,'_recorded_coupon_usage_counts','yes'),(3301,121,'_order_stock_reduced','yes'),(3302,122,'_order_key','wc_order_5b21072982358'),(3303,122,'_customer_user','0'),(3304,122,'_payment_method','bacs'),(3305,122,'_payment_method_title','Direct Bank Transfer'),(3306,122,'_transaction_id',''),(3307,122,'_customer_ip_address',''),(3308,122,'_customer_user_agent',''),(3309,122,'_created_via','rest-api'),(3310,122,'_date_completed','1528891177'),(3311,122,'_completed_date','2018-06-13 11:59:37'),(3312,122,'_date_paid','1528891177'),(3313,122,'_paid_date','2018-06-13 11:59:37'),(3314,122,'_cart_hash',''),(3315,122,'_billing_first_name','John'),(3316,122,'_billing_last_name','Doe'),(3317,122,'_billing_company',''),(3318,122,'_billing_address_1','969 Market'),(3319,122,'_billing_address_2',''),(3320,122,'_billing_city','San Francisco'),(3321,122,'_billing_state','CA'),(3322,122,'_billing_postcode','94103'),(3323,122,'_billing_country','US'),(3324,122,'_billing_email','john.doe@example.com'),(3325,122,'_billing_phone','(555) 555-5555'),(3326,122,'_shipping_first_name','John'),(3327,122,'_shipping_last_name','Doe'),(3328,122,'_shipping_company',''),(3329,122,'_shipping_address_1','969 Market'),(3330,122,'_shipping_address_2',''),(3331,122,'_shipping_city','San Francisco'),(3332,122,'_shipping_state','CA'),(3333,122,'_shipping_postcode','94103'),(3334,122,'_shipping_country','US'),(3335,122,'_order_currency','USD'),(3336,122,'_cart_discount','0'),(3337,122,'_cart_discount_tax','0'),(3338,122,'_order_shipping','0'),(3339,122,'_order_shipping_tax','0'),(3340,122,'_order_tax','0'),(3341,122,'_order_total','0.00'),(3342,122,'_order_version','3.4.2'),(3343,122,'_prices_include_tax','no'),(3344,122,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3345,122,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3346,123,'_order_key','wc_order_5b210729b3670'),(3347,123,'_customer_user','0'),(3348,123,'_payment_method','bacs'),(3349,123,'_payment_method_title','Direct Bank Transfer'),(3350,123,'_transaction_id',''),(3351,123,'_customer_ip_address',''),(3352,123,'_customer_user_agent',''),(3353,123,'_created_via','rest-api'),(3354,123,'_date_completed','1528891177'),(3355,123,'_completed_date','2018-06-13 11:59:37'),(3356,123,'_date_paid','1528891177'),(3357,123,'_paid_date','2018-06-13 11:59:37'),(3358,123,'_cart_hash',''),(3359,122,'_download_permissions_granted','yes'),(3360,123,'_billing_first_name','John'),(3361,122,'_recorded_sales','yes'),(3362,122,'_recorded_coupon_usage_counts','yes'),(3363,123,'_billing_last_name','Doe'),(3364,123,'_billing_company',''),(3365,123,'_billing_address_1','969 Market'),(3366,123,'_billing_address_2',''),(3367,123,'_billing_city','San Francisco'),(3368,123,'_billing_state','CA'),(3369,123,'_billing_postcode','94103'),(3370,123,'_billing_country','US'),(3371,123,'_billing_email','john.doe@example.com'),(3372,123,'_billing_phone','(555) 555-5555'),(3373,123,'_shipping_first_name','John'),(3374,122,'_order_stock_reduced','yes'),(3375,123,'_shipping_last_name','Doe'),(3376,123,'_shipping_company',''),(3377,123,'_shipping_address_1','969 Market'),(3378,123,'_shipping_address_2',''),(3379,123,'_shipping_city','San Francisco'),(3380,123,'_shipping_state','CA'),(3381,123,'_shipping_postcode','94103'),(3382,123,'_shipping_country','US'),(3383,123,'_order_currency','USD'),(3384,123,'_cart_discount','0'),(3385,123,'_cart_discount_tax','0'),(3386,123,'_order_shipping','0'),(3387,123,'_order_shipping_tax','0'),(3388,123,'_order_tax','0'),(3389,123,'_order_total','0.00'),(3390,123,'_order_version','3.4.2'),(3391,123,'_prices_include_tax','no'),(3392,123,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3393,123,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3394,123,'_download_permissions_granted','yes'),(3395,123,'_recorded_sales','yes'),(3396,123,'_recorded_coupon_usage_counts','yes'),(3397,123,'_order_stock_reduced','yes'),(3398,124,'_order_key','wc_order_5b21072a463d2'),(3399,124,'_customer_user','0'),(3400,124,'_payment_method','bacs'),(3401,124,'_payment_method_title','Direct Bank Transfer'),(3402,124,'_transaction_id',''),(3403,124,'_customer_ip_address',''),(3404,124,'_customer_user_agent',''),(3405,124,'_created_via','rest-api'),(3406,124,'_date_completed','1528891178'),(3407,124,'_completed_date','2018-06-13 11:59:38'),(3408,124,'_date_paid','1528891178'),(3409,124,'_paid_date','2018-06-13 11:59:38'),(3410,124,'_cart_hash',''),(3411,124,'_billing_first_name','John'),(3412,124,'_billing_last_name','Doe'),(3413,124,'_billing_company',''),(3414,124,'_billing_address_1','969 Market'),(3415,124,'_billing_address_2',''),(3416,124,'_billing_city','San Francisco'),(3417,124,'_billing_state','CA'),(3418,124,'_billing_postcode','94103'),(3419,124,'_billing_country','US'),(3420,124,'_billing_email','john.doe@example.com'),(3421,124,'_billing_phone','(555) 555-5555'),(3422,124,'_shipping_first_name','John'),(3423,124,'_shipping_last_name','Doe'),(3424,124,'_shipping_company',''),(3425,124,'_shipping_address_1','969 Market'),(3426,124,'_shipping_address_2',''),(3427,124,'_shipping_city','San Francisco'),(3428,124,'_shipping_state','CA'),(3429,124,'_shipping_postcode','94103'),(3430,124,'_shipping_country','US'),(3431,124,'_order_currency','USD'),(3432,124,'_cart_discount','0'),(3433,124,'_cart_discount_tax','0'),(3434,124,'_order_shipping','0'),(3435,124,'_order_shipping_tax','0'),(3436,124,'_order_tax','0'),(3437,124,'_order_total','0.00'),(3438,124,'_order_version','3.4.2'),(3439,124,'_prices_include_tax','no'),(3440,124,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3441,124,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3442,124,'_download_permissions_granted','yes'),(3443,124,'_recorded_sales','yes'),(3444,124,'_recorded_coupon_usage_counts','yes'),(3445,124,'_order_stock_reduced','yes'),(3446,125,'_order_key','wc_order_5b21072aa26bc'),(3447,125,'_customer_user','0'),(3448,125,'_payment_method','bacs'),(3449,125,'_payment_method_title','Direct Bank Transfer'),(3450,125,'_transaction_id',''),(3451,125,'_customer_ip_address',''),(3452,125,'_customer_user_agent',''),(3453,125,'_created_via','rest-api'),(3454,125,'_date_completed','1528891178'),(3455,125,'_completed_date','2018-06-13 11:59:38'),(3456,125,'_date_paid','1528891178'),(3457,125,'_paid_date','2018-06-13 11:59:38'),(3458,125,'_cart_hash',''),(3459,125,'_billing_first_name','John'),(3460,125,'_billing_last_name','Doe'),(3461,125,'_billing_company',''),(3462,125,'_billing_address_1','969 Market'),(3463,125,'_billing_address_2',''),(3464,125,'_billing_city','San Francisco'),(3465,125,'_billing_state','CA'),(3466,125,'_billing_postcode','94103'),(3467,125,'_billing_country','US'),(3468,125,'_billing_email','john.doe@example.com'),(3469,125,'_billing_phone','(555) 555-5555'),(3470,125,'_shipping_first_name','John'),(3471,125,'_shipping_last_name','Doe'),(3472,125,'_shipping_company',''),(3473,125,'_shipping_address_1','969 Market'),(3474,125,'_shipping_address_2',''),(3475,125,'_shipping_city','San Francisco'),(3476,125,'_shipping_state','CA'),(3477,125,'_shipping_postcode','94103'),(3478,125,'_shipping_country','US'),(3479,125,'_order_currency','USD'),(3480,125,'_cart_discount','0'),(3481,125,'_cart_discount_tax','0'),(3482,125,'_order_shipping','0'),(3483,125,'_order_shipping_tax','0'),(3484,125,'_order_tax','0'),(3485,125,'_order_total','0.00'),(3486,125,'_order_version','3.4.2'),(3487,125,'_prices_include_tax','no'),(3488,125,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3489,125,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3490,125,'_download_permissions_granted','yes'),(3491,125,'_recorded_sales','yes'),(3492,125,'_recorded_coupon_usage_counts','yes'),(3493,125,'_order_stock_reduced','yes'),(3494,126,'_order_key','wc_order_5b21072b16985'),(3495,126,'_customer_user','0'),(3496,126,'_payment_method','bacs'),(3497,126,'_payment_method_title','Direct Bank Transfer'),(3498,126,'_transaction_id',''),(3499,126,'_customer_ip_address',''),(3500,126,'_customer_user_agent',''),(3501,126,'_created_via','rest-api'),(3502,126,'_date_completed','1528891179'),(3503,126,'_completed_date','2018-06-13 11:59:39'),(3504,126,'_date_paid','1528891179'),(3505,126,'_paid_date','2018-06-13 11:59:39'),(3506,126,'_cart_hash',''),(3507,126,'_billing_first_name','John'),(3508,126,'_billing_last_name','Doe'),(3509,126,'_billing_company',''),(3510,126,'_billing_address_1','969 Market'),(3511,126,'_billing_address_2',''),(3512,126,'_billing_city','San Francisco'),(3513,126,'_billing_state','CA'),(3514,126,'_billing_postcode','94103'),(3515,126,'_billing_country','US'),(3516,126,'_billing_email','john.doe@example.com'),(3517,126,'_billing_phone','(555) 555-5555'),(3518,126,'_shipping_first_name','John'),(3519,126,'_shipping_last_name','Doe'),(3520,126,'_shipping_company',''),(3521,126,'_shipping_address_1','969 Market'),(3522,126,'_shipping_address_2',''),(3523,126,'_shipping_city','San Francisco'),(3524,126,'_shipping_state','CA'),(3525,126,'_shipping_postcode','94103'),(3526,126,'_shipping_country','US'),(3527,126,'_order_currency','USD'),(3528,126,'_cart_discount','0'),(3529,126,'_cart_discount_tax','0'),(3530,126,'_order_shipping','0'),(3531,126,'_order_shipping_tax','0'),(3532,126,'_order_tax','0'),(3533,126,'_order_total','0.00'),(3534,126,'_order_version','3.4.2'),(3535,126,'_prices_include_tax','no'),(3536,126,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3537,126,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3538,126,'_download_permissions_granted','yes'),(3539,126,'_recorded_sales','yes'),(3540,126,'_recorded_coupon_usage_counts','yes'),(3541,127,'_order_key','wc_order_5b21072b4dc68'),(3542,126,'_order_stock_reduced','yes'),(3543,127,'_customer_user','0'),(3544,127,'_payment_method','bacs'),(3545,127,'_payment_method_title','Direct Bank Transfer'),(3546,127,'_transaction_id',''),(3547,127,'_customer_ip_address',''),(3548,127,'_customer_user_agent',''),(3549,127,'_created_via','rest-api'),(3550,127,'_date_completed','1528891179'),(3551,127,'_completed_date','2018-06-13 11:59:39'),(3552,127,'_date_paid','1528891179'),(3553,127,'_paid_date','2018-06-13 11:59:39'),(3554,127,'_cart_hash',''),(3555,127,'_billing_first_name','John'),(3556,127,'_billing_last_name','Doe'),(3557,127,'_billing_company',''),(3558,127,'_billing_address_1','969 Market'),(3559,127,'_billing_address_2',''),(3560,127,'_billing_city','San Francisco'),(3561,127,'_billing_state','CA'),(3562,127,'_billing_postcode','94103'),(3563,127,'_billing_country','US'),(3564,127,'_billing_email','john.doe@example.com'),(3565,127,'_billing_phone','(555) 555-5555'),(3566,127,'_shipping_first_name','John'),(3567,127,'_shipping_last_name','Doe'),(3568,127,'_shipping_company',''),(3569,127,'_shipping_address_1','969 Market'),(3570,127,'_shipping_address_2',''),(3571,127,'_shipping_city','San Francisco'),(3572,127,'_shipping_state','CA'),(3573,127,'_shipping_postcode','94103'),(3574,127,'_shipping_country','US'),(3575,127,'_order_currency','USD'),(3576,127,'_cart_discount','0'),(3577,127,'_cart_discount_tax','0'),(3578,127,'_order_shipping','0'),(3579,127,'_order_shipping_tax','0'),(3580,127,'_order_tax','0'),(3581,127,'_order_total','0.00'),(3582,127,'_order_version','3.4.2'),(3583,127,'_prices_include_tax','no'),(3584,127,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3585,127,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3586,128,'_order_key','wc_order_5b21072b7bf45'),(3587,128,'_customer_user','0'),(3588,128,'_payment_method','bacs'),(3589,128,'_payment_method_title','Direct Bank Transfer'),(3590,128,'_transaction_id',''),(3591,128,'_customer_ip_address',''),(3592,128,'_customer_user_agent',''),(3593,128,'_created_via','rest-api'),(3594,128,'_date_completed','1528891179'),(3595,128,'_completed_date','2018-06-13 11:59:39'),(3596,128,'_date_paid','1528891179'),(3597,128,'_paid_date','2018-06-13 11:59:39'),(3598,128,'_cart_hash',''),(3599,128,'_billing_first_name','John'),(3600,128,'_billing_last_name','Doe'),(3601,127,'_download_permissions_granted','yes'),(3602,128,'_billing_company',''),(3603,127,'_recorded_sales','yes'),(3604,128,'_billing_address_1','969 Market'),(3605,127,'_recorded_coupon_usage_counts','yes'),(3606,128,'_billing_address_2',''),(3607,128,'_billing_city','San Francisco'),(3608,128,'_billing_state','CA'),(3609,128,'_billing_postcode','94103'),(3610,128,'_billing_country','US'),(3611,128,'_billing_email','john.doe@example.com'),(3612,128,'_billing_phone','(555) 555-5555'),(3613,128,'_shipping_first_name','John'),(3614,128,'_shipping_last_name','Doe'),(3615,128,'_shipping_company',''),(3616,127,'_order_stock_reduced','yes'),(3617,128,'_shipping_address_1','969 Market'),(3618,128,'_shipping_address_2',''),(3619,128,'_shipping_city','San Francisco'),(3620,128,'_shipping_state','CA'),(3621,128,'_shipping_postcode','94103'),(3622,128,'_shipping_country','US'),(3623,128,'_order_currency','USD'),(3624,128,'_cart_discount','0'),(3625,128,'_cart_discount_tax','0'),(3626,128,'_order_shipping','0'),(3627,128,'_order_shipping_tax','0'),(3628,128,'_order_tax','0'),(3629,128,'_order_total','0.00'),(3630,128,'_order_version','3.4.2'),(3631,128,'_prices_include_tax','no'),(3632,128,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3633,128,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3634,128,'_download_permissions_granted','yes'),(3635,129,'_order_key','wc_order_5b21072babcc6'),(3636,128,'_recorded_sales','yes'),(3637,128,'_recorded_coupon_usage_counts','yes'),(3638,128,'_order_stock_reduced','yes'),(3639,129,'_customer_user','0'),(3640,129,'_payment_method','bacs'),(3641,129,'_payment_method_title','Direct Bank Transfer'),(3642,129,'_transaction_id',''),(3643,129,'_customer_ip_address',''),(3644,129,'_customer_user_agent',''),(3645,129,'_created_via','rest-api'),(3646,129,'_date_completed','1528891180'),(3647,129,'_completed_date','2018-06-13 11:59:40'),(3648,129,'_date_paid','1528891180'),(3649,129,'_paid_date','2018-06-13 11:59:40'),(3650,129,'_cart_hash',''),(3651,129,'_billing_first_name','John'),(3652,129,'_billing_last_name','Doe'),(3653,129,'_billing_company',''),(3654,129,'_billing_address_1','969 Market'),(3655,129,'_billing_address_2',''),(3656,129,'_billing_city','San Francisco'),(3657,129,'_billing_state','CA'),(3658,129,'_billing_postcode','94103'),(3659,129,'_billing_country','US'),(3660,129,'_billing_email','john.doe@example.com'),(3661,129,'_billing_phone','(555) 555-5555'),(3662,129,'_shipping_first_name','John'),(3663,129,'_shipping_last_name','Doe'),(3664,129,'_shipping_company',''),(3665,129,'_shipping_address_1','969 Market'),(3666,129,'_shipping_address_2',''),(3667,129,'_shipping_city','San Francisco'),(3668,129,'_shipping_state','CA'),(3669,129,'_shipping_postcode','94103'),(3670,129,'_shipping_country','US'),(3671,129,'_order_currency','USD'),(3672,129,'_cart_discount','0'),(3673,129,'_cart_discount_tax','0'),(3674,129,'_order_shipping','0'),(3675,129,'_order_shipping_tax','0'),(3676,129,'_order_tax','0'),(3677,129,'_order_total','0.00'),(3678,129,'_order_version','3.4.2'),(3679,129,'_prices_include_tax','no'),(3680,129,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3681,129,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3682,129,'_download_permissions_granted','yes'),(3683,129,'_recorded_sales','yes'),(3684,129,'_recorded_coupon_usage_counts','yes'),(3685,129,'_order_stock_reduced','yes'),(3686,130,'_order_key','wc_order_5b21072c278fe'),(3687,130,'_customer_user','0'),(3688,130,'_payment_method','bacs'),(3689,130,'_payment_method_title','Direct Bank Transfer'),(3690,130,'_transaction_id',''),(3691,130,'_customer_ip_address',''),(3692,130,'_customer_user_agent',''),(3693,130,'_created_via','rest-api'),(3694,130,'_date_completed','1528891180'),(3695,130,'_completed_date','2018-06-13 11:59:40'),(3696,130,'_date_paid','1528891180'),(3697,130,'_paid_date','2018-06-13 11:59:40'),(3698,130,'_cart_hash',''),(3699,130,'_billing_first_name','John'),(3700,130,'_billing_last_name','Doe'),(3701,130,'_billing_company',''),(3702,130,'_billing_address_1','969 Market'),(3703,130,'_billing_address_2',''),(3704,130,'_billing_city','San Francisco'),(3705,130,'_billing_state','CA'),(3706,130,'_billing_postcode','94103'),(3707,130,'_billing_country','US'),(3708,130,'_billing_email','john.doe@example.com'),(3709,130,'_billing_phone','(555) 555-5555'),(3710,130,'_shipping_first_name','John'),(3711,130,'_shipping_last_name','Doe'),(3712,130,'_shipping_company',''),(3713,130,'_shipping_address_1','969 Market'),(3714,130,'_shipping_address_2',''),(3715,130,'_shipping_city','San Francisco'),(3716,130,'_shipping_state','CA'),(3717,130,'_shipping_postcode','94103'),(3718,130,'_shipping_country','US'),(3719,130,'_order_currency','USD'),(3720,130,'_cart_discount','0'),(3721,130,'_cart_discount_tax','0'),(3722,130,'_order_shipping','0'),(3723,130,'_order_shipping_tax','0'),(3724,130,'_order_tax','0'),(3725,130,'_order_total','0.00'),(3726,130,'_order_version','3.4.2'),(3727,130,'_prices_include_tax','no'),(3728,130,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3729,130,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3730,130,'_download_permissions_granted','yes'),(3731,130,'_recorded_sales','yes'),(3732,130,'_recorded_coupon_usage_counts','yes'),(3733,131,'_order_key','wc_order_5b21072c64c29'),(3734,130,'_order_stock_reduced','yes'),(3735,131,'_customer_user','0'),(3736,131,'_payment_method','bacs'),(3737,131,'_payment_method_title','Direct Bank Transfer'),(3738,131,'_transaction_id',''),(3739,131,'_customer_ip_address',''),(3740,131,'_customer_user_agent',''),(3741,131,'_created_via','rest-api'),(3742,131,'_date_completed','1528891180'),(3743,131,'_completed_date','2018-06-13 11:59:40'),(3744,131,'_date_paid','1528891180'),(3745,131,'_paid_date','2018-06-13 11:59:40'),(3746,131,'_cart_hash',''),(3747,131,'_billing_first_name','John'),(3748,131,'_billing_last_name','Doe'),(3749,131,'_billing_company',''),(3750,131,'_billing_address_1','969 Market'),(3751,131,'_billing_address_2',''),(3752,131,'_billing_city','San Francisco'),(3753,131,'_billing_state','CA'),(3754,131,'_billing_postcode','94103'),(3755,131,'_billing_country','US'),(3756,131,'_billing_email','john.doe@example.com'),(3757,131,'_billing_phone','(555) 555-5555'),(3758,131,'_shipping_first_name','John'),(3759,131,'_shipping_last_name','Doe'),(3760,131,'_shipping_company',''),(3761,131,'_shipping_address_1','969 Market'),(3762,131,'_shipping_address_2',''),(3763,131,'_shipping_city','San Francisco'),(3764,131,'_shipping_state','CA'),(3765,131,'_shipping_postcode','94103'),(3766,131,'_shipping_country','US'),(3767,131,'_order_currency','USD'),(3768,131,'_cart_discount','0'),(3769,131,'_cart_discount_tax','0'),(3770,131,'_order_shipping','0'),(3771,131,'_order_shipping_tax','0'),(3772,131,'_order_tax','0'),(3773,131,'_order_total','0.00'),(3774,131,'_order_version','3.4.2'),(3775,131,'_prices_include_tax','no'),(3776,131,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3777,131,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3778,132,'_order_key','wc_order_5b21072c93c16'),(3779,132,'_customer_user','0'),(3780,132,'_payment_method','bacs'),(3781,132,'_payment_method_title','Direct Bank Transfer'),(3782,132,'_transaction_id',''),(3783,132,'_customer_ip_address',''),(3784,132,'_customer_user_agent',''),(3785,131,'_download_permissions_granted','yes'),(3786,132,'_created_via','rest-api'),(3787,131,'_recorded_sales','yes'),(3788,132,'_date_completed','1528891180'),(3789,131,'_recorded_coupon_usage_counts','yes'),(3790,132,'_completed_date','2018-06-13 11:59:40'),(3791,132,'_date_paid','1528891180'),(3792,132,'_paid_date','2018-06-13 11:59:40'),(3793,132,'_cart_hash',''),(3794,132,'_billing_first_name','John'),(3795,132,'_billing_last_name','Doe'),(3796,132,'_billing_company',''),(3797,132,'_billing_address_1','969 Market'),(3798,132,'_billing_address_2',''),(3799,132,'_billing_city','San Francisco'),(3800,132,'_billing_state','CA'),(3801,131,'_order_stock_reduced','yes'),(3802,132,'_billing_postcode','94103'),(3803,132,'_billing_country','US'),(3804,132,'_billing_email','john.doe@example.com'),(3805,132,'_billing_phone','(555) 555-5555'),(3806,132,'_shipping_first_name','John'),(3807,132,'_shipping_last_name','Doe'),(3808,132,'_shipping_company',''),(3809,132,'_shipping_address_1','969 Market'),(3810,132,'_shipping_address_2',''),(3811,132,'_shipping_city','San Francisco'),(3812,132,'_shipping_state','CA'),(3813,132,'_shipping_postcode','94103'),(3814,132,'_shipping_country','US'),(3815,132,'_order_currency','USD'),(3816,132,'_cart_discount','0'),(3817,132,'_cart_discount_tax','0'),(3818,132,'_order_shipping','0'),(3819,132,'_order_shipping_tax','0'),(3820,132,'_order_tax','0'),(3821,132,'_order_total','0.00'),(3822,132,'_order_version','3.4.2'),(3823,132,'_prices_include_tax','no'),(3824,132,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3825,132,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3826,133,'_order_key','wc_order_5b21072cbedf4'),(3827,132,'_download_permissions_granted','yes'),(3828,132,'_recorded_sales','yes'),(3829,132,'_recorded_coupon_usage_counts','yes'),(3830,132,'_order_stock_reduced','yes'),(3831,133,'_customer_user','0'),(3832,133,'_payment_method','bacs'),(3833,133,'_payment_method_title','Direct Bank Transfer'),(3834,133,'_transaction_id',''),(3835,133,'_customer_ip_address',''),(3836,133,'_customer_user_agent',''),(3837,133,'_created_via','rest-api'),(3838,133,'_date_completed','1528891180'),(3839,133,'_completed_date','2018-06-13 11:59:40'),(3840,133,'_date_paid','1528891180'),(3841,133,'_paid_date','2018-06-13 11:59:40'),(3842,133,'_cart_hash',''),(3843,133,'_billing_first_name','John'),(3844,133,'_billing_last_name','Doe'),(3845,133,'_billing_company',''),(3846,133,'_billing_address_1','969 Market'),(3847,133,'_billing_address_2',''),(3848,133,'_billing_city','San Francisco'),(3849,133,'_billing_state','CA'),(3850,133,'_billing_postcode','94103'),(3851,133,'_billing_country','US'),(3852,133,'_billing_email','john.doe@example.com'),(3853,133,'_billing_phone','(555) 555-5555'),(3854,133,'_shipping_first_name','John'),(3855,133,'_shipping_last_name','Doe'),(3856,133,'_shipping_company',''),(3857,133,'_shipping_address_1','969 Market'),(3858,133,'_shipping_address_2',''),(3859,133,'_shipping_city','San Francisco'),(3860,133,'_shipping_state','CA'),(3861,133,'_shipping_postcode','94103'),(3862,133,'_shipping_country','US'),(3863,133,'_order_currency','USD'),(3864,133,'_cart_discount','0'),(3865,133,'_cart_discount_tax','0'),(3866,133,'_order_shipping','0'),(3867,133,'_order_shipping_tax','0'),(3868,133,'_order_tax','0'),(3869,133,'_order_total','0.00'),(3870,133,'_order_version','3.4.2'),(3871,133,'_prices_include_tax','no'),(3872,133,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3873,133,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3874,133,'_download_permissions_granted','yes'),(3875,133,'_recorded_sales','yes'),(3876,133,'_recorded_coupon_usage_counts','yes'),(3877,134,'_order_key','wc_order_5b21072ced421'),(3878,133,'_order_stock_reduced','yes'),(3879,134,'_customer_user','0'),(3880,134,'_payment_method','bacs'),(3881,134,'_payment_method_title','Direct Bank Transfer'),(3882,134,'_transaction_id',''),(3883,134,'_customer_ip_address',''),(3884,134,'_customer_user_agent',''),(3885,134,'_created_via','rest-api'),(3886,134,'_date_completed','1528891181'),(3887,134,'_completed_date','2018-06-13 11:59:41'),(3888,134,'_date_paid','1528891181'),(3889,134,'_paid_date','2018-06-13 11:59:41'),(3890,134,'_cart_hash',''),(3891,134,'_billing_first_name','John'),(3892,134,'_billing_last_name','Doe'),(3893,134,'_billing_company',''),(3894,134,'_billing_address_1','969 Market'),(3895,134,'_billing_address_2',''),(3896,134,'_billing_city','San Francisco'),(3897,134,'_billing_state','CA'),(3898,134,'_billing_postcode','94103'),(3899,134,'_billing_country','US'),(3900,134,'_billing_email','john.doe@example.com'),(3901,134,'_billing_phone','(555) 555-5555'),(3902,134,'_shipping_first_name','John'),(3903,134,'_shipping_last_name','Doe'),(3904,134,'_shipping_company',''),(3905,134,'_shipping_address_1','969 Market'),(3906,134,'_shipping_address_2',''),(3907,134,'_shipping_city','San Francisco'),(3908,134,'_shipping_state','CA'),(3909,134,'_shipping_postcode','94103'),(3910,134,'_shipping_country','US'),(3911,134,'_order_currency','USD'),(3912,134,'_cart_discount','0'),(3913,134,'_cart_discount_tax','0'),(3914,134,'_order_shipping','0'),(3915,134,'_order_shipping_tax','0'),(3916,134,'_order_tax','0'),(3917,134,'_order_total','0.00'),(3918,134,'_order_version','3.4.2'),(3919,134,'_prices_include_tax','no'),(3920,134,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3921,134,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3922,134,'_download_permissions_granted','yes'),(3923,134,'_recorded_sales','yes'),(3924,134,'_recorded_coupon_usage_counts','yes'),(3925,135,'_order_key','wc_order_5b21072d2940e'),(3926,134,'_order_stock_reduced','yes'),(3927,135,'_customer_user','0'),(3928,135,'_payment_method','bacs'),(3929,135,'_payment_method_title','Direct Bank Transfer'),(3930,135,'_transaction_id',''),(3931,135,'_customer_ip_address',''),(3932,135,'_customer_user_agent',''),(3933,135,'_created_via','rest-api'),(3934,135,'_date_completed','1528891181'),(3935,135,'_completed_date','2018-06-13 11:59:41'),(3936,135,'_date_paid','1528891181'),(3937,135,'_paid_date','2018-06-13 11:59:41'),(3938,135,'_cart_hash',''),(3939,135,'_billing_first_name','John'),(3940,135,'_billing_last_name','Doe'),(3941,135,'_billing_company',''),(3942,135,'_billing_address_1','969 Market'),(3943,135,'_billing_address_2',''),(3944,135,'_billing_city','San Francisco'),(3945,135,'_billing_state','CA'),(3946,135,'_billing_postcode','94103'),(3947,135,'_billing_country','US'),(3948,135,'_billing_email','john.doe@example.com'),(3949,135,'_billing_phone','(555) 555-5555'),(3950,135,'_shipping_first_name','John'),(3951,135,'_shipping_last_name','Doe'),(3952,135,'_shipping_company',''),(3953,135,'_shipping_address_1','969 Market'),(3954,135,'_shipping_address_2',''),(3955,135,'_shipping_city','San Francisco'),(3956,135,'_shipping_state','CA'),(3957,135,'_shipping_postcode','94103'),(3958,135,'_shipping_country','US'),(3959,135,'_order_currency','USD'),(3960,135,'_cart_discount','0'),(3961,135,'_cart_discount_tax','0'),(3962,135,'_order_shipping','0'),(3963,135,'_order_shipping_tax','0'),(3964,135,'_order_tax','0'),(3965,135,'_order_total','0.00'),(3966,135,'_order_version','3.4.2'),(3967,135,'_prices_include_tax','no'),(3968,135,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3969,135,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3970,136,'_order_key','wc_order_5b21072d5b205'),(3971,136,'_customer_user','0'),(3972,136,'_payment_method','bacs'),(3973,136,'_payment_method_title','Direct Bank Transfer'),(3974,136,'_transaction_id',''),(3975,136,'_customer_ip_address',''),(3976,136,'_customer_user_agent',''),(3977,136,'_created_via','rest-api'),(3978,136,'_date_completed','1528891181'),(3979,136,'_completed_date','2018-06-13 11:59:41'),(3980,136,'_date_paid','1528891181'),(3981,136,'_paid_date','2018-06-13 11:59:41'),(3982,136,'_cart_hash',''),(3983,136,'_billing_first_name','John'),(3984,136,'_billing_last_name','Doe'),(3985,136,'_billing_company',''),(3986,136,'_billing_address_1','969 Market'),(3987,136,'_billing_address_2',''),(3988,135,'_download_permissions_granted','yes'),(3989,136,'_billing_city','San Francisco'),(3990,135,'_recorded_sales','yes'),(3991,135,'_recorded_coupon_usage_counts','yes'),(3992,136,'_billing_state','CA'),(3993,136,'_billing_postcode','94103'),(3994,136,'_billing_country','US'),(3995,136,'_billing_email','john.doe@example.com'),(3996,136,'_billing_phone','(555) 555-5555'),(3997,136,'_shipping_first_name','John'),(3998,136,'_shipping_last_name','Doe'),(3999,136,'_shipping_company',''),(4000,136,'_shipping_address_1','969 Market'),(4001,136,'_shipping_address_2',''),(4002,136,'_shipping_city','San Francisco'),(4003,136,'_shipping_state','CA'),(4004,135,'_order_stock_reduced','yes'),(4005,136,'_shipping_postcode','94103'),(4006,136,'_shipping_country','US'),(4007,136,'_order_currency','USD'),(4008,136,'_cart_discount','0'),(4009,136,'_cart_discount_tax','0'),(4010,136,'_order_shipping','0'),(4011,136,'_order_shipping_tax','0'),(4012,136,'_order_tax','0'),(4013,136,'_order_total','0.00'),(4014,136,'_order_version','3.4.2'),(4015,136,'_prices_include_tax','no'),(4016,136,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4017,136,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4018,136,'_download_permissions_granted','yes'),(4019,136,'_recorded_sales','yes'),(4020,136,'_recorded_coupon_usage_counts','yes'),(4021,136,'_order_stock_reduced','yes'),(4022,137,'_order_key','wc_order_5b21072da8a6d'),(4023,137,'_customer_user','0'),(4024,137,'_payment_method','bacs'),(4025,137,'_payment_method_title','Direct Bank Transfer'),(4026,137,'_transaction_id',''),(4027,137,'_customer_ip_address',''),(4028,137,'_customer_user_agent',''),(4029,137,'_created_via','rest-api'),(4030,137,'_date_completed','1528891181'),(4031,137,'_completed_date','2018-06-13 11:59:41'),(4032,137,'_date_paid','1528891181'),(4033,137,'_paid_date','2018-06-13 11:59:41'),(4034,137,'_cart_hash',''),(4035,137,'_billing_first_name','John'),(4036,137,'_billing_last_name','Doe'),(4037,137,'_billing_company',''),(4038,137,'_billing_address_1','969 Market'),(4039,137,'_billing_address_2',''),(4040,137,'_billing_city','San Francisco'),(4041,137,'_billing_state','CA'),(4042,137,'_billing_postcode','94103'),(4043,137,'_billing_country','US'),(4044,137,'_billing_email','john.doe@example.com'),(4045,137,'_billing_phone','(555) 555-5555'),(4046,137,'_shipping_first_name','John'),(4047,137,'_shipping_last_name','Doe'),(4048,137,'_shipping_company',''),(4049,137,'_shipping_address_1','969 Market'),(4050,137,'_shipping_address_2',''),(4051,137,'_shipping_city','San Francisco'),(4052,137,'_shipping_state','CA'),(4053,137,'_shipping_postcode','94103'),(4054,137,'_shipping_country','US'),(4055,137,'_order_currency','USD'),(4056,137,'_cart_discount','0'),(4057,137,'_cart_discount_tax','0'),(4058,137,'_order_shipping','0'),(4059,137,'_order_shipping_tax','0'),(4060,137,'_order_tax','0'),(4061,137,'_order_total','0.00'),(4062,137,'_order_version','3.4.2'),(4063,137,'_prices_include_tax','no'),(4064,137,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4065,137,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4066,137,'_download_permissions_granted','yes'),(4067,137,'_recorded_sales','yes'),(4068,137,'_recorded_coupon_usage_counts','yes'),(4069,137,'_order_stock_reduced','yes'),(4070,138,'_order_key','wc_order_5b21072de61f7'),(4071,138,'_customer_user','0'),(4072,138,'_payment_method','bacs'),(4073,138,'_payment_method_title','Direct Bank Transfer'),(4074,138,'_transaction_id',''),(4075,138,'_customer_ip_address',''),(4076,138,'_customer_user_agent',''),(4077,138,'_created_via','rest-api'),(4078,138,'_date_completed','1528891182'),(4079,138,'_completed_date','2018-06-13 11:59:42'),(4080,138,'_date_paid','1528891182'),(4081,138,'_paid_date','2018-06-13 11:59:42'),(4082,138,'_cart_hash',''),(4083,138,'_billing_first_name','John'),(4084,138,'_billing_last_name','Doe'),(4085,138,'_billing_company',''),(4086,138,'_billing_address_1','969 Market'),(4087,138,'_billing_address_2',''),(4088,138,'_billing_city','San Francisco'),(4089,138,'_billing_state','CA'),(4090,138,'_billing_postcode','94103'),(4091,138,'_billing_country','US'),(4092,138,'_billing_email','john.doe@example.com'),(4093,138,'_billing_phone','(555) 555-5555'),(4094,138,'_shipping_first_name','John'),(4095,138,'_shipping_last_name','Doe'),(4096,138,'_shipping_company',''),(4097,138,'_shipping_address_1','969 Market'),(4098,138,'_shipping_address_2',''),(4099,138,'_shipping_city','San Francisco'),(4100,138,'_shipping_state','CA'),(4101,138,'_shipping_postcode','94103'),(4102,138,'_shipping_country','US'),(4103,138,'_order_currency','USD'),(4104,138,'_cart_discount','0'),(4105,138,'_cart_discount_tax','0'),(4106,138,'_order_shipping','0'),(4107,138,'_order_shipping_tax','0'),(4108,138,'_order_tax','0'),(4109,138,'_order_total','0.00'),(4110,138,'_order_version','3.4.2'),(4111,138,'_prices_include_tax','no'),(4112,138,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4113,138,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4114,139,'_order_key','wc_order_5b21072e114d9'),(4115,139,'_customer_user','0'),(4116,139,'_payment_method','bacs'),(4117,139,'_payment_method_title','Direct Bank Transfer'),(4118,139,'_transaction_id',''),(4119,139,'_customer_ip_address',''),(4120,139,'_customer_user_agent',''),(4121,139,'_created_via','rest-api'),(4122,139,'_date_completed','1528891182'),(4123,138,'_download_permissions_granted','yes'),(4124,139,'_completed_date','2018-06-13 11:59:42'),(4125,138,'_recorded_sales','yes'),(4126,139,'_date_paid','1528891182'),(4127,138,'_recorded_coupon_usage_counts','yes'),(4128,139,'_paid_date','2018-06-13 11:59:42'),(4129,139,'_cart_hash',''),(4130,139,'_billing_first_name','John'),(4131,139,'_billing_last_name','Doe'),(4132,139,'_billing_company',''),(4133,139,'_billing_address_1','969 Market'),(4134,139,'_billing_address_2',''),(4135,139,'_billing_city','San Francisco'),(4136,139,'_billing_state','CA'),(4137,139,'_billing_postcode','94103'),(4138,139,'_billing_country','US'),(4139,139,'_billing_email','john.doe@example.com'),(4140,138,'_order_stock_reduced','yes'),(4141,139,'_billing_phone','(555) 555-5555'),(4142,139,'_shipping_first_name','John'),(4143,139,'_shipping_last_name','Doe'),(4144,139,'_shipping_company',''),(4145,139,'_shipping_address_1','969 Market'),(4146,139,'_shipping_address_2',''),(4147,139,'_shipping_city','San Francisco'),(4148,139,'_shipping_state','CA'),(4149,139,'_shipping_postcode','94103'),(4150,139,'_shipping_country','US'),(4151,139,'_order_currency','USD'),(4152,139,'_cart_discount','0'),(4153,139,'_cart_discount_tax','0'),(4154,139,'_order_shipping','0'),(4155,139,'_order_shipping_tax','0'),(4156,139,'_order_tax','0'),(4157,139,'_order_total','0.00'),(4158,139,'_order_version','3.4.2'),(4159,139,'_prices_include_tax','no'),(4160,139,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4161,139,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4162,139,'_download_permissions_granted','yes'),(4163,139,'_recorded_sales','yes'),(4164,139,'_recorded_coupon_usage_counts','yes'),(4165,140,'_order_key','wc_order_5b21072e40a70'),(4166,139,'_order_stock_reduced','yes'),(4167,140,'_customer_user','0'),(4168,140,'_payment_method','bacs'),(4169,140,'_payment_method_title','Direct Bank Transfer'),(4170,140,'_transaction_id',''),(4171,140,'_customer_ip_address',''),(4172,140,'_customer_user_agent',''),(4173,140,'_created_via','rest-api'),(4174,140,'_date_completed','1528891182'),(4175,140,'_completed_date','2018-06-13 11:59:42'),(4176,140,'_date_paid','1528891182'),(4177,140,'_paid_date','2018-06-13 11:59:42'),(4178,140,'_cart_hash',''),(4179,140,'_billing_first_name','John'),(4180,140,'_billing_last_name','Doe'),(4181,140,'_billing_company',''),(4182,140,'_billing_address_1','969 Market'),(4183,140,'_billing_address_2',''),(4184,140,'_billing_city','San Francisco'),(4185,140,'_billing_state','CA'),(4186,140,'_billing_postcode','94103'),(4187,140,'_billing_country','US'),(4188,140,'_billing_email','john.doe@example.com'),(4189,140,'_billing_phone','(555) 555-5555'),(4190,140,'_shipping_first_name','John'),(4191,140,'_shipping_last_name','Doe'),(4192,140,'_shipping_company',''),(4193,140,'_shipping_address_1','969 Market'),(4194,140,'_shipping_address_2',''),(4195,140,'_shipping_city','San Francisco'),(4196,140,'_shipping_state','CA'),(4197,140,'_shipping_postcode','94103'),(4198,140,'_shipping_country','US'),(4199,140,'_order_currency','USD'),(4200,140,'_cart_discount','0'),(4201,140,'_cart_discount_tax','0'),(4202,140,'_order_shipping','0'),(4203,140,'_order_shipping_tax','0'),(4204,140,'_order_tax','0'),(4205,140,'_order_total','0.00'),(4206,140,'_order_version','3.4.2'),(4207,140,'_prices_include_tax','no'),(4208,140,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4209,140,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4210,141,'_order_key','wc_order_5b21072e6a031'),(4211,141,'_customer_user','0'),(4212,141,'_payment_method','bacs'),(4213,141,'_payment_method_title','Direct Bank Transfer'),(4214,141,'_transaction_id',''),(4215,141,'_customer_ip_address',''),(4216,141,'_customer_user_agent',''),(4217,141,'_created_via','rest-api'),(4218,141,'_date_completed','1528891182'),(4219,141,'_completed_date','2018-06-13 11:59:42'),(4220,141,'_date_paid','1528891182'),(4221,141,'_paid_date','2018-06-13 11:59:42'),(4222,141,'_cart_hash',''),(4223,141,'_billing_first_name','John'),(4224,141,'_billing_last_name','Doe'),(4225,141,'_billing_company',''),(4226,141,'_billing_address_1','969 Market'),(4227,141,'_billing_address_2',''),(4228,141,'_billing_city','San Francisco'),(4229,141,'_billing_state','CA'),(4230,141,'_billing_postcode','94103'),(4231,141,'_billing_country','US'),(4232,141,'_billing_email','john.doe@example.com'),(4233,141,'_billing_phone','(555) 555-5555'),(4234,141,'_shipping_first_name','John'),(4235,141,'_shipping_last_name','Doe'),(4236,141,'_shipping_company',''),(4237,141,'_shipping_address_1','969 Market'),(4238,141,'_shipping_address_2',''),(4239,141,'_shipping_city','San Francisco'),(4240,140,'_download_permissions_granted','yes'),(4241,141,'_shipping_state','CA'),(4242,140,'_recorded_sales','yes'),(4243,141,'_shipping_postcode','94103'),(4244,140,'_recorded_coupon_usage_counts','yes'),(4245,141,'_shipping_country','US'),(4246,141,'_order_currency','USD'),(4247,141,'_cart_discount','0'),(4248,141,'_cart_discount_tax','0'),(4249,141,'_order_shipping','0'),(4250,141,'_order_shipping_tax','0'),(4251,141,'_order_tax','0'),(4252,140,'_order_stock_reduced','yes'),(4253,141,'_order_total','0.00'),(4254,141,'_order_version','3.4.2'),(4255,141,'_prices_include_tax','no'),(4256,141,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4257,141,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4258,142,'_order_key','wc_order_5b21072e97705'),(4259,142,'_customer_user','0'),(4260,142,'_payment_method','bacs'),(4261,142,'_payment_method_title','Direct Bank Transfer'),(4262,142,'_transaction_id',''),(4263,142,'_customer_ip_address',''),(4264,142,'_customer_user_agent',''),(4265,142,'_created_via','rest-api'),(4266,142,'_date_completed','1528891182'),(4267,142,'_completed_date','2018-06-13 11:59:42'),(4268,142,'_date_paid','1528891182'),(4269,142,'_paid_date','2018-06-13 11:59:42'),(4270,142,'_cart_hash',''),(4271,142,'_billing_first_name','John'),(4272,142,'_billing_last_name','Doe'),(4273,142,'_billing_company',''),(4274,142,'_billing_address_1','969 Market'),(4275,142,'_billing_address_2',''),(4276,142,'_billing_city','San Francisco'),(4277,142,'_billing_state','CA'),(4278,142,'_billing_postcode','94103'),(4279,142,'_billing_country','US'),(4280,142,'_billing_email','john.doe@example.com'),(4281,142,'_billing_phone','(555) 555-5555'),(4282,142,'_shipping_first_name','John'),(4283,142,'_shipping_last_name','Doe'),(4284,141,'_download_permissions_granted','yes'),(4285,141,'_recorded_sales','yes'),(4286,141,'_recorded_coupon_usage_counts','yes'),(4287,142,'_shipping_company',''),(4288,142,'_shipping_address_1','969 Market'),(4289,142,'_shipping_address_2',''),(4290,142,'_shipping_city','San Francisco'),(4291,142,'_shipping_state','CA'),(4292,142,'_shipping_postcode','94103'),(4293,142,'_shipping_country','US'),(4294,141,'_order_stock_reduced','yes'),(4295,142,'_order_currency','USD'),(4296,142,'_cart_discount','0'),(4297,142,'_cart_discount_tax','0'),(4298,142,'_order_shipping','0'),(4299,142,'_order_shipping_tax','0'),(4300,142,'_order_tax','0'),(4301,142,'_order_total','0.00'),(4302,142,'_order_version','3.4.2'),(4303,142,'_prices_include_tax','no'),(4304,142,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4305,142,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4306,143,'_order_key','wc_order_5b21072ebdeb2'),(4307,143,'_customer_user','0'),(4308,143,'_payment_method','bacs'),(4309,143,'_payment_method_title','Direct Bank Transfer'),(4310,143,'_transaction_id',''),(4311,143,'_customer_ip_address',''),(4312,143,'_customer_user_agent',''),(4313,143,'_created_via','rest-api'),(4314,143,'_date_completed','1528891183'),(4315,143,'_completed_date','2018-06-13 11:59:43'),(4316,143,'_date_paid','1528891183'),(4317,143,'_paid_date','2018-06-13 11:59:43'),(4318,143,'_cart_hash',''),(4319,143,'_billing_first_name','John'),(4320,143,'_billing_last_name','Doe'),(4321,143,'_billing_company',''),(4322,143,'_billing_address_1','969 Market'),(4323,143,'_billing_address_2',''),(4324,143,'_billing_city','San Francisco'),(4325,143,'_billing_state','CA'),(4326,143,'_billing_postcode','94103'),(4327,143,'_billing_country','US'),(4328,143,'_billing_email','john.doe@example.com'),(4329,143,'_billing_phone','(555) 555-5555'),(4330,143,'_shipping_first_name','John'),(4331,143,'_shipping_last_name','Doe'),(4332,143,'_shipping_company',''),(4333,143,'_shipping_address_1','969 Market'),(4334,143,'_shipping_address_2',''),(4335,143,'_shipping_city','San Francisco'),(4336,143,'_shipping_state','CA'),(4337,143,'_shipping_postcode','94103'),(4338,143,'_shipping_country','US'),(4339,143,'_order_currency','USD'),(4340,143,'_cart_discount','0'),(4341,142,'_download_permissions_granted','yes'),(4342,143,'_cart_discount_tax','0'),(4343,143,'_order_shipping','0'),(4344,142,'_recorded_sales','yes'),(4345,142,'_recorded_coupon_usage_counts','yes'),(4346,143,'_order_shipping_tax','0'),(4347,143,'_order_tax','0'),(4348,143,'_order_total','0.00'),(4349,143,'_order_version','3.4.2'),(4350,143,'_prices_include_tax','no'),(4351,143,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4352,143,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4353,142,'_order_stock_reduced','yes'),(4354,144,'_order_key','wc_order_5b21072ee7fe7'),(4355,144,'_customer_user','0'),(4356,144,'_payment_method','bacs'),(4357,144,'_payment_method_title','Direct Bank Transfer'),(4358,144,'_transaction_id',''),(4359,144,'_customer_ip_address',''),(4360,144,'_customer_user_agent',''),(4361,144,'_created_via','rest-api'),(4362,144,'_date_completed','1528891183'),(4363,144,'_completed_date','2018-06-13 11:59:43'),(4364,144,'_date_paid','1528891183'),(4365,144,'_paid_date','2018-06-13 11:59:43'),(4366,144,'_cart_hash',''),(4367,144,'_billing_first_name','John'),(4368,144,'_billing_last_name','Doe'),(4369,144,'_billing_company',''),(4370,144,'_billing_address_1','969 Market'),(4371,144,'_billing_address_2',''),(4372,144,'_billing_city','San Francisco'),(4373,144,'_billing_state','CA'),(4374,144,'_billing_postcode','94103'),(4375,144,'_billing_country','US'),(4376,144,'_billing_email','john.doe@example.com'),(4377,144,'_billing_phone','(555) 555-5555'),(4378,144,'_shipping_first_name','John'),(4379,143,'_download_permissions_granted','yes'),(4380,144,'_shipping_last_name','Doe'),(4381,143,'_recorded_sales','yes'),(4382,143,'_recorded_coupon_usage_counts','yes'),(4383,144,'_shipping_company',''),(4384,144,'_shipping_address_1','969 Market'),(4385,144,'_shipping_address_2',''),(4386,144,'_shipping_city','San Francisco'),(4387,144,'_shipping_state','CA'),(4388,144,'_shipping_postcode','94103'),(4389,144,'_shipping_country','US'),(4390,144,'_order_currency','USD'),(4391,144,'_cart_discount','0'),(4392,144,'_cart_discount_tax','0'),(4393,143,'_order_stock_reduced','yes'),(4394,144,'_order_shipping','0'),(4395,144,'_order_shipping_tax','0'),(4396,144,'_order_tax','0'),(4397,144,'_order_total','0.00'),(4398,144,'_order_version','3.4.2'),(4399,144,'_prices_include_tax','no'),(4400,144,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4401,144,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4402,145,'_order_key','wc_order_5b21072f1fc3d'),(4403,145,'_customer_user','0'),(4404,145,'_payment_method','bacs'),(4405,145,'_payment_method_title','Direct Bank Transfer'),(4406,145,'_transaction_id',''),(4407,145,'_customer_ip_address',''),(4408,145,'_customer_user_agent',''),(4409,145,'_created_via','rest-api'),(4410,145,'_date_completed','1528891183'),(4411,145,'_completed_date','2018-06-13 11:59:43'),(4412,145,'_date_paid','1528891183'),(4413,145,'_paid_date','2018-06-13 11:59:43'),(4414,145,'_cart_hash',''),(4415,145,'_billing_first_name','John'),(4416,145,'_billing_last_name','Doe'),(4417,145,'_billing_company',''),(4418,145,'_billing_address_1','969 Market'),(4419,145,'_billing_address_2',''),(4420,145,'_billing_city','San Francisco'),(4421,145,'_billing_state','CA'),(4422,145,'_billing_postcode','94103'),(4423,145,'_billing_country','US'),(4424,144,'_download_permissions_granted','yes'),(4425,145,'_billing_email','john.doe@example.com'),(4426,145,'_billing_phone','(555) 555-5555'),(4427,144,'_recorded_sales','yes'),(4428,145,'_shipping_first_name','John'),(4429,144,'_recorded_coupon_usage_counts','yes'),(4430,145,'_shipping_last_name','Doe'),(4431,145,'_shipping_company',''),(4432,144,'_order_stock_reduced','yes'),(4433,145,'_shipping_address_1','969 Market'),(4434,145,'_shipping_address_2',''),(4435,145,'_shipping_city','San Francisco'),(4436,145,'_shipping_state','CA'),(4437,145,'_shipping_postcode','94103'),(4438,145,'_shipping_country','US'),(4439,145,'_order_currency','USD'),(4440,145,'_cart_discount','0'),(4441,145,'_cart_discount_tax','0'),(4442,145,'_order_shipping','0'),(4443,145,'_order_shipping_tax','0'),(4444,145,'_order_tax','0'),(4445,145,'_order_total','0.00'),(4446,145,'_order_version','3.4.2'),(4447,145,'_prices_include_tax','no'),(4448,145,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4449,146,'_order_key','wc_order_5b21072f52880'),(4450,145,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4451,146,'_customer_user','0'),(4452,146,'_payment_method','bacs'),(4453,146,'_payment_method_title','Direct Bank Transfer'),(4454,146,'_transaction_id',''),(4455,146,'_customer_ip_address',''),(4456,146,'_customer_user_agent',''),(4457,146,'_created_via','rest-api'),(4458,146,'_date_completed','1528891183'),(4459,146,'_completed_date','2018-06-13 11:59:43'),(4460,146,'_date_paid','1528891183'),(4461,146,'_paid_date','2018-06-13 11:59:43'),(4462,146,'_cart_hash',''),(4463,146,'_billing_first_name','John'),(4464,146,'_billing_last_name','Doe'),(4465,146,'_billing_company',''),(4466,146,'_billing_address_1','969 Market'),(4467,146,'_billing_address_2',''),(4468,146,'_billing_city','San Francisco'),(4469,146,'_billing_state','CA'),(4470,146,'_billing_postcode','94103'),(4471,146,'_billing_country','US'),(4472,146,'_billing_email','john.doe@example.com'),(4473,146,'_billing_phone','(555) 555-5555'),(4474,146,'_shipping_first_name','John'),(4475,146,'_shipping_last_name','Doe'),(4476,146,'_shipping_company',''),(4477,146,'_shipping_address_1','969 Market'),(4478,146,'_shipping_address_2',''),(4479,146,'_shipping_city','San Francisco'),(4480,146,'_shipping_state','CA'),(4481,146,'_shipping_postcode','94103'),(4482,146,'_shipping_country','US'),(4483,146,'_order_currency','USD'),(4484,146,'_cart_discount','0'),(4485,146,'_cart_discount_tax','0'),(4486,145,'_download_permissions_granted','yes'),(4487,145,'_recorded_sales','yes'),(4488,146,'_order_shipping','0'),(4489,145,'_recorded_coupon_usage_counts','yes'),(4490,146,'_order_shipping_tax','0'),(4491,146,'_order_tax','0'),(4492,146,'_order_total','0.00'),(4493,146,'_order_version','3.4.2'),(4494,146,'_prices_include_tax','no'),(4495,146,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4496,146,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4497,145,'_order_stock_reduced','yes'),(4498,146,'_download_permissions_granted','yes'),(4499,146,'_recorded_sales','yes'),(4500,146,'_recorded_coupon_usage_counts','yes'),(4501,146,'_order_stock_reduced','yes'),(4502,147,'_order_key','wc_order_5b21073050d4c'),(4503,147,'_customer_user','0'),(4504,147,'_payment_method','bacs'),(4505,147,'_payment_method_title','Direct Bank Transfer'),(4506,147,'_transaction_id',''),(4507,147,'_customer_ip_address',''),(4508,147,'_customer_user_agent',''),(4509,147,'_created_via','rest-api'),(4510,147,'_date_completed','1528891184'),(4511,147,'_completed_date','2018-06-13 11:59:44'),(4512,147,'_date_paid','1528891184'),(4513,147,'_paid_date','2018-06-13 11:59:44'),(4514,147,'_cart_hash',''),(4515,147,'_billing_first_name','John'),(4516,147,'_billing_last_name','Doe'),(4517,147,'_billing_company',''),(4518,147,'_billing_address_1','969 Market'),(4519,147,'_billing_address_2',''),(4520,147,'_billing_city','San Francisco'),(4521,147,'_billing_state','CA'),(4522,147,'_billing_postcode','94103'),(4523,147,'_billing_country','US'),(4524,147,'_billing_email','john.doe@example.com'),(4525,147,'_billing_phone','(555) 555-5555'),(4526,147,'_shipping_first_name','John'),(4527,147,'_shipping_last_name','Doe'),(4528,147,'_shipping_company',''),(4529,147,'_shipping_address_1','969 Market'),(4530,147,'_shipping_address_2',''),(4531,147,'_shipping_city','San Francisco'),(4532,147,'_shipping_state','CA'),(4533,147,'_shipping_postcode','94103'),(4534,147,'_shipping_country','US'),(4535,147,'_order_currency','USD'),(4536,147,'_cart_discount','0'),(4537,147,'_cart_discount_tax','0'),(4538,147,'_order_shipping','0'),(4539,147,'_order_shipping_tax','0'),(4540,147,'_order_tax','0'),(4541,147,'_order_total','0.00'),(4542,147,'_order_version','3.4.2'),(4543,147,'_prices_include_tax','no'),(4544,147,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4545,147,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4546,148,'_order_key','wc_order_5b2107308501b'),(4547,148,'_customer_user','0'),(4548,148,'_payment_method','bacs'),(4549,148,'_payment_method_title','Direct Bank Transfer'),(4550,148,'_transaction_id',''),(4551,148,'_customer_ip_address',''),(4552,148,'_customer_user_agent',''),(4553,148,'_created_via','rest-api'),(4554,148,'_date_completed','1528891184'),(4555,148,'_completed_date','2018-06-13 11:59:44'),(4556,148,'_date_paid','1528891184'),(4557,148,'_paid_date','2018-06-13 11:59:44'),(4558,148,'_cart_hash',''),(4559,148,'_billing_first_name','John'),(4560,148,'_billing_last_name','Doe'),(4561,148,'_billing_company',''),(4562,148,'_billing_address_1','969 Market'),(4563,148,'_billing_address_2',''),(4564,148,'_billing_city','San Francisco'),(4565,148,'_billing_state','CA'),(4566,148,'_billing_postcode','94103'),(4567,147,'_download_permissions_granted','yes'),(4568,148,'_billing_country','US'),(4569,148,'_billing_email','john.doe@example.com'),(4570,147,'_recorded_sales','yes'),(4571,148,'_billing_phone','(555) 555-5555'),(4572,147,'_recorded_coupon_usage_counts','yes'),(4573,148,'_shipping_first_name','John'),(4574,148,'_shipping_last_name','Doe'),(4575,148,'_shipping_company',''),(4576,148,'_shipping_address_1','969 Market'),(4577,148,'_shipping_address_2',''),(4578,148,'_shipping_city','San Francisco'),(4579,148,'_shipping_state','CA'),(4580,148,'_shipping_postcode','94103'),(4581,148,'_shipping_country','US'),(4582,148,'_order_currency','USD'),(4583,148,'_cart_discount','0'),(4584,148,'_cart_discount_tax','0'),(4585,148,'_order_shipping','0'),(4586,147,'_order_stock_reduced','yes'),(4587,148,'_order_shipping_tax','0'),(4588,148,'_order_tax','0'),(4589,148,'_order_total','0.00'),(4590,148,'_order_version','3.4.2'),(4591,148,'_prices_include_tax','no'),(4592,148,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4593,148,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4594,149,'_order_key','wc_order_5b210730b5391'),(4595,149,'_customer_user','0'),(4596,149,'_payment_method','bacs'),(4597,149,'_payment_method_title','Direct Bank Transfer'),(4598,149,'_transaction_id',''),(4599,149,'_customer_ip_address',''),(4600,149,'_customer_user_agent',''),(4601,149,'_created_via','rest-api'),(4602,149,'_date_completed','1528891185'),(4603,149,'_completed_date','2018-06-13 11:59:45'),(4604,149,'_date_paid','1528891185'),(4605,149,'_paid_date','2018-06-13 11:59:45'),(4606,149,'_cart_hash',''),(4607,149,'_billing_first_name','John'),(4608,149,'_billing_last_name','Doe'),(4609,149,'_billing_company',''),(4610,149,'_billing_address_1','969 Market'),(4611,149,'_billing_address_2',''),(4612,149,'_billing_city','San Francisco'),(4613,149,'_billing_state','CA'),(4614,149,'_billing_postcode','94103'),(4615,149,'_billing_country','US'),(4616,149,'_billing_email','john.doe@example.com'),(4617,149,'_billing_phone','(555) 555-5555'),(4618,149,'_shipping_first_name','John'),(4619,149,'_shipping_last_name','Doe'),(4620,149,'_shipping_company',''),(4621,149,'_shipping_address_1','969 Market'),(4622,149,'_shipping_address_2',''),(4623,149,'_shipping_city','San Francisco'),(4624,149,'_shipping_state','CA'),(4625,149,'_shipping_postcode','94103'),(4626,149,'_shipping_country','US'),(4627,149,'_order_currency','USD'),(4628,149,'_cart_discount','0'),(4629,149,'_cart_discount_tax','0'),(4630,148,'_download_permissions_granted','yes'),(4631,149,'_order_shipping','0'),(4632,148,'_recorded_sales','yes'),(4633,149,'_order_shipping_tax','0'),(4634,149,'_order_tax','0'),(4635,148,'_recorded_coupon_usage_counts','yes'),(4636,149,'_order_total','0.00'),(4637,149,'_order_version','3.4.2'),(4638,149,'_prices_include_tax','no'),(4639,149,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4640,149,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4641,148,'_order_stock_reduced','yes'),(4642,149,'_download_permissions_granted','yes'),(4643,149,'_recorded_sales','yes'),(4644,149,'_recorded_coupon_usage_counts','yes'),(4645,149,'_order_stock_reduced','yes'),(4646,150,'_order_key','wc_order_5b210731196e0'),(4647,150,'_customer_user','0'),(4648,150,'_payment_method','bacs'),(4649,150,'_payment_method_title','Direct Bank Transfer'),(4650,150,'_transaction_id',''),(4651,150,'_customer_ip_address',''),(4652,150,'_customer_user_agent',''),(4653,150,'_created_via','rest-api'),(4654,150,'_date_completed','1528891185'),(4655,150,'_completed_date','2018-06-13 11:59:45'),(4656,150,'_date_paid','1528891185'),(4657,150,'_paid_date','2018-06-13 11:59:45'),(4658,150,'_cart_hash',''),(4659,150,'_billing_first_name','John'),(4660,150,'_billing_last_name','Doe'),(4661,150,'_billing_company',''),(4662,150,'_billing_address_1','969 Market'),(4663,150,'_billing_address_2',''),(4664,150,'_billing_city','San Francisco'),(4665,150,'_billing_state','CA'),(4666,150,'_billing_postcode','94103'),(4667,150,'_billing_country','US'),(4668,150,'_billing_email','john.doe@example.com'),(4669,150,'_billing_phone','(555) 555-5555'),(4670,150,'_shipping_first_name','John'),(4671,150,'_shipping_last_name','Doe'),(4672,150,'_shipping_company',''),(4673,150,'_shipping_address_1','969 Market'),(4674,150,'_shipping_address_2',''),(4675,150,'_shipping_city','San Francisco'),(4676,150,'_shipping_state','CA'),(4677,150,'_shipping_postcode','94103'),(4678,150,'_shipping_country','US'),(4679,150,'_order_currency','USD'),(4680,150,'_cart_discount','0'),(4681,150,'_cart_discount_tax','0'),(4682,150,'_order_shipping','0'),(4683,150,'_order_shipping_tax','0'),(4684,150,'_order_tax','0'),(4685,150,'_order_total','0.00'),(4686,150,'_order_version','3.4.2'),(4687,150,'_prices_include_tax','no'),(4688,150,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4689,150,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4690,150,'_download_permissions_granted','yes'),(4691,150,'_recorded_sales','yes'),(4692,150,'_recorded_coupon_usage_counts','yes'),(4693,150,'_order_stock_reduced','yes'),(4694,151,'_order_key','wc_order_5b2107318551b'),(4695,151,'_customer_user','0'),(4696,151,'_payment_method','bacs'),(4697,151,'_payment_method_title','Direct Bank Transfer'),(4698,151,'_transaction_id',''),(4699,151,'_customer_ip_address',''),(4700,151,'_customer_user_agent',''),(4701,151,'_created_via','rest-api'),(4702,151,'_date_completed','1528891185'),(4703,151,'_completed_date','2018-06-13 11:59:45'),(4704,151,'_date_paid','1528891185'),(4705,151,'_paid_date','2018-06-13 11:59:45'),(4706,151,'_cart_hash',''),(4707,151,'_billing_first_name','John'),(4708,151,'_billing_last_name','Doe'),(4709,151,'_billing_company',''),(4710,151,'_billing_address_1','969 Market'),(4711,151,'_billing_address_2',''),(4712,151,'_billing_city','San Francisco'),(4713,151,'_billing_state','CA'),(4714,151,'_billing_postcode','94103'),(4715,151,'_billing_country','US'),(4716,151,'_billing_email','john.doe@example.com'),(4717,151,'_billing_phone','(555) 555-5555'),(4718,151,'_shipping_first_name','John'),(4719,151,'_shipping_last_name','Doe'),(4720,151,'_shipping_company',''),(4721,151,'_shipping_address_1','969 Market'),(4722,151,'_shipping_address_2',''),(4723,151,'_shipping_city','San Francisco'),(4724,151,'_shipping_state','CA'),(4725,151,'_shipping_postcode','94103'),(4726,151,'_shipping_country','US'),(4727,151,'_order_currency','USD'),(4728,151,'_cart_discount','0'),(4729,151,'_cart_discount_tax','0'),(4730,151,'_order_shipping','0'),(4731,151,'_order_shipping_tax','0'),(4732,151,'_order_tax','0'),(4733,151,'_order_total','0.00'),(4734,151,'_order_version','3.4.2'),(4735,151,'_prices_include_tax','no'),(4736,151,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4737,151,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4738,151,'_download_permissions_granted','yes'),(4739,151,'_recorded_sales','yes'),(4740,151,'_recorded_coupon_usage_counts','yes'),(4741,151,'_order_stock_reduced','yes'),(4742,147,'_edit_lock','1528891777:1'),(4743,152,'_order_key','wc_order_5b211102c261e'),(4744,152,'_customer_user','0'),(4745,152,'_payment_method','bacs'),(4746,152,'_payment_method_title','Direct Bank Transfer'),(4747,152,'_transaction_id',''),(4748,152,'_customer_ip_address',''),(4749,152,'_customer_user_agent',''),(4750,152,'_created_via','rest-api'),(4751,152,'_date_completed','1528893699'),(4752,152,'_completed_date','2018-06-13 12:41:39'),(4753,152,'_date_paid','1528893699'),(4754,152,'_paid_date','2018-06-13 12:41:39'),(4755,152,'_cart_hash',''),(4756,152,'_billing_first_name','John'),(4757,152,'_billing_last_name','Doe'),(4758,152,'_billing_company',''),(4759,152,'_billing_address_1','969 Market'),(4760,152,'_billing_address_2',''),(4761,152,'_billing_city','San Francisco'),(4762,152,'_billing_state','CA'),(4763,152,'_billing_postcode','94103'),(4764,152,'_billing_country','US'),(4765,152,'_billing_email','john.doe@example.com'),(4766,152,'_billing_phone','(555) 555-5555'),(4767,152,'_shipping_first_name','John'),(4768,152,'_shipping_last_name','Doe'),(4769,152,'_shipping_company',''),(4770,152,'_shipping_address_1','969 Market'),(4771,152,'_shipping_address_2',''),(4772,152,'_shipping_city','San Francisco'),(4773,152,'_shipping_state','CA'),(4774,152,'_shipping_postcode','94103'),(4775,152,'_shipping_country','US'),(4776,152,'_order_currency','USD'),(4777,152,'_cart_discount','0'),(4778,152,'_cart_discount_tax','0'),(4779,152,'_order_shipping','0'),(4780,152,'_order_shipping_tax','0'),(4781,152,'_order_tax','0'),(4782,152,'_order_total','0.00'),(4783,152,'_order_version','3.4.2'),(4784,152,'_prices_include_tax','no'),(4785,152,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4786,152,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4787,152,'_download_permissions_granted','yes'),(4788,152,'_recorded_sales','yes'),(4789,152,'_recorded_coupon_usage_counts','yes'),(4790,152,'_order_stock_reduced','yes'),(4791,153,'_order_key','wc_order_5b211154ca0b5'),(4792,153,'_customer_user','0'),(4793,153,'_payment_method','bacs'),(4794,153,'_payment_method_title','Direct Bank Transfer'),(4795,153,'_transaction_id',''),(4796,153,'_customer_ip_address',''),(4797,153,'_customer_user_agent',''),(4798,153,'_created_via','rest-api'),(4799,153,'_date_completed','1528893781'),(4800,153,'_completed_date','2018-06-13 12:43:01'),(4801,153,'_date_paid','1528893781'),(4802,153,'_paid_date','2018-06-13 12:43:01'),(4803,153,'_cart_hash',''),(4804,153,'_billing_first_name','John'),(4805,153,'_billing_last_name','Doe'),(4806,153,'_billing_company',''),(4807,153,'_billing_address_1','969 Market'),(4808,153,'_billing_address_2',''),(4809,153,'_billing_city','San Francisco'),(4810,153,'_billing_state','CA'),(4811,153,'_billing_postcode','94103'),(4812,153,'_billing_country','US'),(4813,153,'_billing_email','john.doe@example.com'),(4814,153,'_billing_phone','(555) 555-5555'),(4815,153,'_shipping_first_name','John'),(4816,153,'_shipping_last_name','Doe'),(4817,153,'_shipping_company',''),(4818,153,'_shipping_address_1','969 Market'),(4819,153,'_shipping_address_2',''),(4820,153,'_shipping_city','San Francisco'),(4821,153,'_shipping_state','CA'),(4822,153,'_shipping_postcode','94103'),(4823,153,'_shipping_country','US'),(4824,153,'_order_currency','USD'),(4825,153,'_cart_discount','0'),(4826,153,'_cart_discount_tax','0'),(4827,153,'_order_shipping','0'),(4828,153,'_order_shipping_tax','0'),(4829,153,'_order_tax','0'),(4830,153,'_order_total','0.00'),(4831,153,'_order_version','3.4.2'),(4832,153,'_prices_include_tax','no'),(4833,153,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4834,153,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4835,153,'_download_permissions_granted','yes'),(4836,153,'_recorded_sales','yes'),(4837,153,'_recorded_coupon_usage_counts','yes'),(4838,153,'_order_stock_reduced','yes'),(4839,154,'_order_key','wc_order_5b211161cb0ec'),(4840,154,'_customer_user','0'),(4841,154,'_payment_method','bacs'),(4842,154,'_payment_method_title','Direct Bank Transfer'),(4843,154,'_transaction_id',''),(4844,154,'_customer_ip_address',''),(4845,154,'_customer_user_agent',''),(4846,154,'_created_via','rest-api'),(4847,154,'_date_completed','1528893794'),(4848,154,'_completed_date','2018-06-13 12:43:14'),(4849,154,'_date_paid','1528893794'),(4850,154,'_paid_date','2018-06-13 12:43:14'),(4851,154,'_cart_hash',''),(4852,154,'_billing_first_name','John'),(4853,154,'_billing_last_name','Doe'),(4854,154,'_billing_company',''),(4855,154,'_billing_address_1','969 Market'),(4856,154,'_billing_address_2',''),(4857,154,'_billing_city','San Francisco'),(4858,154,'_billing_state','CA'),(4859,154,'_billing_postcode','94103'),(4860,154,'_billing_country','US'),(4861,154,'_billing_email','john.doe@example.com'),(4862,154,'_billing_phone','(555) 555-5555'),(4863,154,'_shipping_first_name','John'),(4864,154,'_shipping_last_name','Doe'),(4865,154,'_shipping_company',''),(4866,154,'_shipping_address_1','969 Market'),(4867,154,'_shipping_address_2',''),(4868,154,'_shipping_city','San Francisco'),(4869,154,'_shipping_state','CA'),(4870,154,'_shipping_postcode','94103'),(4871,154,'_shipping_country','US'),(4872,154,'_order_currency','USD'),(4873,154,'_cart_discount','0'),(4874,154,'_cart_discount_tax','0'),(4875,154,'_order_shipping','0'),(4876,154,'_order_shipping_tax','0'),(4877,154,'_order_tax','0'),(4878,154,'_order_total','0.00'),(4879,154,'_order_version','3.4.2'),(4880,154,'_prices_include_tax','no'),(4881,154,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4882,154,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4883,154,'_download_permissions_granted','yes'),(4884,154,'_recorded_sales','yes'),(4885,154,'_recorded_coupon_usage_counts','yes'),(4886,154,'_order_stock_reduced','yes'),(4887,155,'_order_key','wc_order_5b2111682d55d'),(4888,155,'_customer_user','0'),(4889,155,'_payment_method','bacs'),(4890,155,'_payment_method_title','Direct Bank Transfer'),(4891,155,'_transaction_id',''),(4892,155,'_customer_ip_address',''),(4893,155,'_customer_user_agent',''),(4894,155,'_created_via','rest-api'),(4895,155,'_date_completed','1528893800'),(4896,155,'_completed_date','2018-06-13 12:43:20'),(4897,155,'_date_paid','1528893800'),(4898,155,'_paid_date','2018-06-13 12:43:20'),(4899,155,'_cart_hash',''),(4900,155,'_billing_first_name','John'),(4901,155,'_billing_last_name','Doe'),(4902,155,'_billing_company',''),(4903,155,'_billing_address_1','969 Market'),(4904,155,'_billing_address_2',''),(4905,155,'_billing_city','San Francisco'),(4906,155,'_billing_state','CA'),(4907,155,'_billing_postcode','94103'),(4908,155,'_billing_country','US'),(4909,155,'_billing_email','john.doe@example.com'),(4910,155,'_billing_phone','(555) 555-5555'),(4911,155,'_shipping_first_name','John'),(4912,155,'_shipping_last_name','Doe'),(4913,155,'_shipping_company',''),(4914,155,'_shipping_address_1','969 Market'),(4915,155,'_shipping_address_2',''),(4916,155,'_shipping_city','San Francisco'),(4917,155,'_shipping_state','CA'),(4918,155,'_shipping_postcode','94103'),(4919,155,'_shipping_country','US'),(4920,155,'_order_currency','USD'),(4921,155,'_cart_discount','0'),(4922,155,'_cart_discount_tax','0'),(4923,155,'_order_shipping','0'),(4924,155,'_order_shipping_tax','0'),(4925,155,'_order_tax','0'),(4926,155,'_order_total','0.00'),(4927,155,'_order_version','3.4.2'),(4928,155,'_prices_include_tax','no'),(4929,155,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4930,155,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4931,155,'_download_permissions_granted','yes'),(4932,155,'_recorded_sales','yes'),(4933,155,'_recorded_coupon_usage_counts','yes'),(4934,155,'_order_stock_reduced','yes'),(4935,156,'_order_key','wc_order_5b21116bcee21'),(4936,156,'_customer_user','0'),(4937,156,'_payment_method','bacs'),(4938,156,'_payment_method_title','Direct Bank Transfer'),(4939,156,'_transaction_id',''),(4940,156,'_customer_ip_address',''),(4941,156,'_customer_user_agent',''),(4942,156,'_created_via','rest-api'),(4943,156,'_date_completed','1528893804'),(4944,156,'_completed_date','2018-06-13 12:43:24'),(4945,156,'_date_paid','1528893804'),(4946,156,'_paid_date','2018-06-13 12:43:24'),(4947,156,'_cart_hash',''),(4948,156,'_billing_first_name','John'),(4949,156,'_billing_last_name','Doe'),(4950,156,'_billing_company',''),(4951,156,'_billing_address_1','969 Market'),(4952,156,'_billing_address_2',''),(4953,156,'_billing_city','San Francisco'),(4954,156,'_billing_state','CA'),(4955,156,'_billing_postcode','94103'),(4956,156,'_billing_country','US'),(4957,156,'_billing_email','john.doe@example.com'),(4958,156,'_billing_phone','(555) 555-5555'),(4959,156,'_shipping_first_name','John'),(4960,156,'_shipping_last_name','Doe'),(4961,156,'_shipping_company',''),(4962,156,'_shipping_address_1','969 Market'),(4963,156,'_shipping_address_2',''),(4964,156,'_shipping_city','San Francisco'),(4965,156,'_shipping_state','CA'),(4966,156,'_shipping_postcode','94103'),(4967,156,'_shipping_country','US'),(4968,156,'_order_currency','USD'),(4969,156,'_cart_discount','0'),(4970,156,'_cart_discount_tax','0'),(4971,156,'_order_shipping','0'),(4972,156,'_order_shipping_tax','0'),(4973,156,'_order_tax','0'),(4974,156,'_order_total','0.00'),(4975,156,'_order_version','3.4.2'),(4976,156,'_prices_include_tax','no'),(4977,156,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4978,156,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4979,156,'_download_permissions_granted','yes'),(4980,156,'_recorded_sales','yes'),(4981,156,'_recorded_coupon_usage_counts','yes'),(4982,156,'_order_stock_reduced','yes'),(4983,157,'_order_key','wc_order_5b21116ecb801'),(4984,157,'_customer_user','0'),(4985,157,'_payment_method','bacs'),(4986,157,'_payment_method_title','Direct Bank Transfer'),(4987,157,'_transaction_id',''),(4988,157,'_customer_ip_address',''),(4989,157,'_customer_user_agent',''),(4990,157,'_created_via','rest-api'),(4991,157,'_date_completed','1528893807'),(4992,157,'_completed_date','2018-06-13 12:43:27'),(4993,157,'_date_paid','1528893807'),(4994,157,'_paid_date','2018-06-13 12:43:27'),(4995,157,'_cart_hash',''),(4996,157,'_billing_first_name','John'),(4997,157,'_billing_last_name','Doe'),(4998,157,'_billing_company',''),(4999,157,'_billing_address_1','969 Market'),(5000,157,'_billing_address_2',''),(5001,157,'_billing_city','San Francisco'),(5002,157,'_billing_state','CA'),(5003,157,'_billing_postcode','94103'),(5004,157,'_billing_country','US'),(5005,157,'_billing_email','john.doe@example.com'),(5006,157,'_billing_phone','(555) 555-5555'),(5007,157,'_shipping_first_name','John'),(5008,157,'_shipping_last_name','Doe'),(5009,157,'_shipping_company',''),(5010,157,'_shipping_address_1','969 Market'),(5011,157,'_shipping_address_2',''),(5012,157,'_shipping_city','San Francisco'),(5013,157,'_shipping_state','CA'),(5014,157,'_shipping_postcode','94103'),(5015,157,'_shipping_country','US'),(5016,157,'_order_currency','USD'),(5017,157,'_cart_discount','0'),(5018,157,'_cart_discount_tax','0'),(5019,157,'_order_shipping','0'),(5020,157,'_order_shipping_tax','0'),(5021,157,'_order_tax','0'),(5022,157,'_order_total','0.00'),(5023,157,'_order_version','3.4.2'),(5024,157,'_prices_include_tax','no'),(5025,157,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5026,157,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5027,157,'_download_permissions_granted','yes'),(5028,157,'_recorded_sales','yes'),(5029,157,'_recorded_coupon_usage_counts','yes'),(5030,157,'_order_stock_reduced','yes'),(5031,158,'_order_key','wc_order_5b21117021ef6'),(5032,158,'_customer_user','0'),(5033,158,'_payment_method','bacs'),(5034,158,'_payment_method_title','Direct Bank Transfer'),(5035,158,'_transaction_id',''),(5036,158,'_customer_ip_address',''),(5037,158,'_customer_user_agent',''),(5038,158,'_created_via','rest-api'),(5039,158,'_date_completed','1528893808'),(5040,158,'_completed_date','2018-06-13 12:43:28'),(5041,158,'_date_paid','1528893808'),(5042,158,'_paid_date','2018-06-13 12:43:28'),(5043,158,'_cart_hash',''),(5044,158,'_billing_first_name','John'),(5045,158,'_billing_last_name','Doe'),(5046,158,'_billing_company',''),(5047,158,'_billing_address_1','969 Market'),(5048,158,'_billing_address_2',''),(5049,158,'_billing_city','San Francisco'),(5050,158,'_billing_state','CA'),(5051,158,'_billing_postcode','94103'),(5052,158,'_billing_country','US'),(5053,158,'_billing_email','john.doe@example.com'),(5054,158,'_billing_phone','(555) 555-5555'),(5055,158,'_shipping_first_name','John'),(5056,158,'_shipping_last_name','Doe'),(5057,158,'_shipping_company',''),(5058,158,'_shipping_address_1','969 Market'),(5059,158,'_shipping_address_2',''),(5060,158,'_shipping_city','San Francisco'),(5061,158,'_shipping_state','CA'),(5062,158,'_shipping_postcode','94103'),(5063,158,'_shipping_country','US'),(5064,158,'_order_currency','USD'),(5065,158,'_cart_discount','0'),(5066,158,'_cart_discount_tax','0'),(5067,158,'_order_shipping','0'),(5068,158,'_order_shipping_tax','0'),(5069,158,'_order_tax','0'),(5070,158,'_order_total','0.00'),(5071,158,'_order_version','3.4.2'),(5072,158,'_prices_include_tax','no'),(5073,158,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5074,158,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5075,158,'_download_permissions_granted','yes'),(5076,158,'_recorded_sales','yes'),(5077,158,'_recorded_coupon_usage_counts','yes'),(5078,158,'_order_stock_reduced','yes'),(5079,159,'_order_key','wc_order_5b211171980e8'),(5080,159,'_customer_user','0'),(5081,159,'_payment_method','bacs'),(5082,159,'_payment_method_title','Direct Bank Transfer'),(5083,159,'_transaction_id',''),(5084,159,'_customer_ip_address',''),(5085,159,'_customer_user_agent',''),(5086,159,'_created_via','rest-api'),(5087,159,'_date_completed','1528893809'),(5088,159,'_completed_date','2018-06-13 12:43:29'),(5089,159,'_date_paid','1528893809'),(5090,159,'_paid_date','2018-06-13 12:43:29'),(5091,159,'_cart_hash',''),(5092,159,'_billing_first_name','John'),(5093,159,'_billing_last_name','Doe'),(5094,159,'_billing_company',''),(5095,159,'_billing_address_1','969 Market'),(5096,159,'_billing_address_2',''),(5097,159,'_billing_city','San Francisco'),(5098,159,'_billing_state','CA'),(5099,159,'_billing_postcode','94103'),(5100,159,'_billing_country','US'),(5101,159,'_billing_email','john.doe@example.com'),(5102,159,'_billing_phone','(555) 555-5555'),(5103,159,'_shipping_first_name','John'),(5104,159,'_shipping_last_name','Doe'),(5105,159,'_shipping_company',''),(5106,159,'_shipping_address_1','969 Market'),(5107,159,'_shipping_address_2',''),(5108,159,'_shipping_city','San Francisco'),(5109,159,'_shipping_state','CA'),(5110,159,'_shipping_postcode','94103'),(5111,159,'_shipping_country','US'),(5112,159,'_order_currency','USD'),(5113,159,'_cart_discount','0'),(5114,159,'_cart_discount_tax','0'),(5115,159,'_order_shipping','0'),(5116,159,'_order_shipping_tax','0'),(5117,159,'_order_tax','0'),(5118,159,'_order_total','0.00'),(5119,159,'_order_version','3.4.2'),(5120,159,'_prices_include_tax','no'),(5121,159,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5122,159,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5123,159,'_download_permissions_granted','yes'),(5124,159,'_recorded_sales','yes'),(5125,159,'_recorded_coupon_usage_counts','yes'),(5126,159,'_order_stock_reduced','yes'),(5127,160,'_order_key','wc_order_5b211172cd508'),(5128,160,'_customer_user','0'),(5129,160,'_payment_method','bacs'),(5130,160,'_payment_method_title','Direct Bank Transfer'),(5131,160,'_transaction_id',''),(5132,160,'_customer_ip_address',''),(5133,160,'_customer_user_agent',''),(5134,160,'_created_via','rest-api'),(5135,160,'_date_completed','1528893811'),(5136,160,'_completed_date','2018-06-13 12:43:31'),(5137,160,'_date_paid','1528893811'),(5138,160,'_paid_date','2018-06-13 12:43:31'),(5139,160,'_cart_hash',''),(5140,160,'_billing_first_name','John'),(5141,160,'_billing_last_name','Doe'),(5142,160,'_billing_company',''),(5143,160,'_billing_address_1','969 Market'),(5144,160,'_billing_address_2',''),(5145,160,'_billing_city','San Francisco'),(5146,160,'_billing_state','CA'),(5147,160,'_billing_postcode','94103'),(5148,160,'_billing_country','US'),(5149,160,'_billing_email','john.doe@example.com'),(5150,160,'_billing_phone','(555) 555-5555'),(5151,160,'_shipping_first_name','John'),(5152,160,'_shipping_last_name','Doe'),(5153,160,'_shipping_company',''),(5154,160,'_shipping_address_1','969 Market'),(5155,160,'_shipping_address_2',''),(5156,160,'_shipping_city','San Francisco'),(5157,160,'_shipping_state','CA'),(5158,160,'_shipping_postcode','94103'),(5159,160,'_shipping_country','US'),(5160,160,'_order_currency','USD'),(5161,160,'_cart_discount','0'),(5162,160,'_cart_discount_tax','0'),(5163,160,'_order_shipping','0'),(5164,160,'_order_shipping_tax','0'),(5165,160,'_order_tax','0'),(5166,160,'_order_total','0.00'),(5167,160,'_order_version','3.4.2'),(5168,160,'_prices_include_tax','no'),(5169,160,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5170,160,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5171,160,'_download_permissions_granted','yes'),(5172,160,'_recorded_sales','yes'),(5173,160,'_recorded_coupon_usage_counts','yes'),(5174,160,'_order_stock_reduced','yes'),(5175,161,'_order_key','wc_order_5b211173b4420'),(5176,161,'_customer_user','0'),(5177,161,'_payment_method','bacs'),(5178,161,'_payment_method_title','Direct Bank Transfer'),(5179,161,'_transaction_id',''),(5180,161,'_customer_ip_address',''),(5181,161,'_customer_user_agent',''),(5182,161,'_created_via','rest-api'),(5183,161,'_date_completed','1528893812'),(5184,161,'_completed_date','2018-06-13 12:43:32'),(5185,161,'_date_paid','1528893812'),(5186,161,'_paid_date','2018-06-13 12:43:32'),(5187,161,'_cart_hash',''),(5188,161,'_billing_first_name','John'),(5189,161,'_billing_last_name','Doe'),(5190,161,'_billing_company',''),(5191,161,'_billing_address_1','969 Market'),(5192,161,'_billing_address_2',''),(5193,161,'_billing_city','San Francisco'),(5194,161,'_billing_state','CA'),(5195,161,'_billing_postcode','94103'),(5196,161,'_billing_country','US'),(5197,161,'_billing_email','john.doe@example.com'),(5198,161,'_billing_phone','(555) 555-5555'),(5199,161,'_shipping_first_name','John'),(5200,161,'_shipping_last_name','Doe'),(5201,161,'_shipping_company',''),(5202,161,'_shipping_address_1','969 Market'),(5203,161,'_shipping_address_2',''),(5204,161,'_shipping_city','San Francisco'),(5205,161,'_shipping_state','CA'),(5206,161,'_shipping_postcode','94103'),(5207,161,'_shipping_country','US'),(5208,161,'_order_currency','USD'),(5209,161,'_cart_discount','0'),(5210,161,'_cart_discount_tax','0'),(5211,161,'_order_shipping','0'),(5212,161,'_order_shipping_tax','0'),(5213,161,'_order_tax','0'),(5214,161,'_order_total','0.00'),(5215,161,'_order_version','3.4.2'),(5216,161,'_prices_include_tax','no'),(5217,161,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5218,161,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5219,161,'_download_permissions_granted','yes'),(5220,161,'_recorded_sales','yes'),(5221,161,'_recorded_coupon_usage_counts','yes'),(5222,161,'_order_stock_reduced','yes'),(5223,162,'_order_key','wc_order_5b21174fa28d4'),(5224,162,'_customer_user','0'),(5225,162,'_payment_method','bacs'),(5226,162,'_payment_method_title','Direct Bank Transfer'),(5227,162,'_transaction_id',''),(5228,162,'_customer_ip_address',''),(5229,162,'_customer_user_agent',''),(5230,162,'_created_via','rest-api'),(5231,162,'_date_completed','1528895311'),(5232,162,'_completed_date','2018-06-13 13:08:31'),(5233,162,'_date_paid','1528895311'),(5234,162,'_paid_date','2018-06-13 13:08:31'),(5235,162,'_cart_hash',''),(5236,162,'_billing_first_name','John'),(5237,162,'_billing_last_name','Doe'),(5238,162,'_billing_company',''),(5239,162,'_billing_address_1','969 Market'),(5240,162,'_billing_address_2',''),(5241,162,'_billing_city','San Francisco'),(5242,162,'_billing_state','CA'),(5243,162,'_billing_postcode','94103'),(5244,162,'_billing_country','US'),(5245,162,'_billing_email','john.doe@example.com'),(5246,162,'_billing_phone','(555) 555-5555'),(5247,162,'_shipping_first_name','John'),(5248,162,'_shipping_last_name','Doe'),(5249,162,'_shipping_company',''),(5250,162,'_shipping_address_1','969 Market'),(5251,162,'_shipping_address_2',''),(5252,162,'_shipping_city','San Francisco'),(5253,162,'_shipping_state','CA'),(5254,162,'_shipping_postcode','94103'),(5255,162,'_shipping_country','US'),(5256,162,'_order_currency','USD'),(5257,162,'_cart_discount','0'),(5258,162,'_cart_discount_tax','0'),(5259,162,'_order_shipping','0'),(5260,162,'_order_shipping_tax','0'),(5261,162,'_order_tax','0'),(5262,162,'_order_total','0.00'),(5263,162,'_order_version','3.4.2'),(5264,162,'_prices_include_tax','no'),(5265,162,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5266,162,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5267,162,'_download_permissions_granted','yes'),(5268,162,'_recorded_sales','yes'),(5269,162,'_recorded_coupon_usage_counts','yes'),(5270,162,'_order_stock_reduced','yes'),(5271,163,'_order_key','wc_order_5b21178d39bde'),(5272,163,'_customer_user','0'),(5273,163,'_payment_method','bacs'),(5274,163,'_payment_method_title','Direct Bank Transfer'),(5275,163,'_transaction_id',''),(5276,163,'_customer_ip_address',''),(5277,163,'_customer_user_agent',''),(5278,163,'_created_via','rest-api'),(5279,163,'_date_completed','1528895373'),(5280,163,'_completed_date','2018-06-13 13:09:33'),(5281,163,'_date_paid','1528895373'),(5282,163,'_paid_date','2018-06-13 13:09:33'),(5283,163,'_cart_hash',''),(5284,163,'_billing_first_name','John'),(5285,163,'_billing_last_name','Doe'),(5286,163,'_billing_company',''),(5287,163,'_billing_address_1','969 Market'),(5288,163,'_billing_address_2',''),(5289,163,'_billing_city','San Francisco'),(5290,163,'_billing_state','CA'),(5291,163,'_billing_postcode','94103'),(5292,163,'_billing_country','US'),(5293,163,'_billing_email','john.doe@example.com'),(5294,163,'_billing_phone','(555) 555-5555'),(5295,163,'_shipping_first_name','John'),(5296,163,'_shipping_last_name','Doe'),(5297,163,'_shipping_company',''),(5298,163,'_shipping_address_1','969 Market'),(5299,163,'_shipping_address_2',''),(5300,163,'_shipping_city','San Francisco'),(5301,163,'_shipping_state','CA'),(5302,163,'_shipping_postcode','94103'),(5303,163,'_shipping_country','US'),(5304,163,'_order_currency','USD'),(5305,163,'_cart_discount','0'),(5306,163,'_cart_discount_tax','0'),(5307,163,'_order_shipping','0'),(5308,163,'_order_shipping_tax','0'),(5309,163,'_order_tax','0'),(5310,163,'_order_total','0.00'),(5311,163,'_order_version','3.4.2'),(5312,163,'_prices_include_tax','no'),(5313,163,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5314,163,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5315,163,'_download_permissions_granted','yes'),(5316,163,'_recorded_sales','yes'),(5317,163,'_recorded_coupon_usage_counts','yes'),(5318,163,'_order_stock_reduced','yes'),(5319,6,'_edit_lock','1528964548:1'),(5320,7,'_edit_lock','1528964552:1'),(5321,8,'_edit_lock','1528964556:1'),(5322,2,'_edit_lock','1528964579:1'),(7850,363,'_order_key','wc_order_5b2a28caef794'),(7851,363,'_customer_user','0'),(7852,363,'_payment_method','bacs'),(7853,363,'_payment_method_title','Direct Bank Transfer'),(7854,363,'_transaction_id',''),(7855,363,'_customer_ip_address',''),(7856,363,'_customer_user_agent',''),(7857,363,'_created_via','rest-api'),(7858,363,'_date_completed','1529489611'),(7859,363,'_completed_date','2018-06-20 10:13:31'),(7860,363,'_date_paid','1529489611'),(7861,363,'_paid_date','2018-06-20 10:13:31'),(7862,363,'_cart_hash',''),(7863,363,'_billing_first_name','John'),(7864,363,'_billing_last_name','Doe'),(7865,363,'_billing_company',''),(7866,363,'_billing_address_1','969 Market'),(7867,363,'_billing_address_2',''),(7868,363,'_billing_city','San Francisco'),(7869,363,'_billing_state','CA'),(7870,363,'_billing_postcode','94103'),(7871,363,'_billing_country','US'),(7872,363,'_billing_email','john.doe@example.com'),(7873,363,'_billing_phone','(555) 555-5555'),(7874,363,'_shipping_first_name','John'),(7875,363,'_shipping_last_name','Doe'),(7876,363,'_shipping_company',''),(7877,363,'_shipping_address_1','969 Market'),(7878,363,'_shipping_address_2',''),(7879,363,'_shipping_city','San Francisco'),(7880,363,'_shipping_state','CA'),(7881,363,'_shipping_postcode','94103'),(7882,363,'_shipping_country','US'),(7883,363,'_order_currency','USD'),(7884,363,'_cart_discount','0'),(7885,363,'_cart_discount_tax','0'),(7886,363,'_order_shipping','0'),(7887,363,'_order_shipping_tax','0'),(7888,363,'_order_tax','0'),(7889,363,'_order_total','0.00'),(7890,363,'_order_version','3.4.2'),(7891,363,'_prices_include_tax','no'),(7892,363,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(7893,363,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(7894,363,'_download_permissions_granted','yes'),(7895,363,'_recorded_sales','yes'),(7896,363,'_recorded_coupon_usage_counts','yes'),(7897,363,'_order_stock_reduced','yes'),(7898,364,'_order_key','wc_order_5b2a4c87da24e'),(7899,364,'_customer_user','0'),(7900,364,'_payment_method','bacs'),(7901,364,'_payment_method_title','Direct Bank Transfer'),(7902,364,'_transaction_id',''),(7903,364,'_customer_ip_address',''),(7904,364,'_customer_user_agent',''),(7905,364,'_created_via','rest-api'),(7906,364,'_date_completed','1529498760'),(7907,364,'_completed_date','2018-06-20 12:46:00'),(7908,364,'_date_paid','1529498760'),(7909,364,'_paid_date','2018-06-20 12:46:00'),(7910,364,'_cart_hash',''),(7911,364,'_billing_first_name','John'),(7912,364,'_billing_last_name','Doe'),(7913,364,'_billing_company',''),(7914,364,'_billing_address_1','969 Market'),(7915,364,'_billing_address_2',''),(7916,364,'_billing_city','San Francisco'),(7917,364,'_billing_state','CA'),(7918,364,'_billing_postcode','94103'),(7919,364,'_billing_country','US'),(7920,364,'_billing_email','john.doe@example.com'),(7921,364,'_billing_phone','(555) 555-5555'),(7922,364,'_shipping_first_name','John'),(7923,364,'_shipping_last_name','Doe'),(7924,364,'_shipping_company',''),(7925,364,'_shipping_address_1','969 Market'),(7926,364,'_shipping_address_2',''),(7927,364,'_shipping_city','San Francisco'),(7928,364,'_shipping_state','CA'),(7929,364,'_shipping_postcode','94103'),(7930,364,'_shipping_country','US'),(7931,364,'_order_currency','USD'),(7932,364,'_cart_discount','0'),(7933,364,'_cart_discount_tax','0'),(7934,364,'_order_shipping','0'),(7935,364,'_order_shipping_tax','0'),(7936,364,'_order_tax','0'),(7937,364,'_order_total','0.00'),(7938,364,'_order_version','3.4.2'),(7939,364,'_prices_include_tax','no'),(7940,364,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(7941,364,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(7942,364,'_download_permissions_granted','yes'),(7943,364,'_recorded_sales','yes'),(7944,364,'_recorded_coupon_usage_counts','yes'),(7945,364,'_order_stock_reduced','yes'),(7946,365,'_order_key','wc_order_5b2a4dba71c7c'),(7947,365,'_customer_user','0'),(7948,365,'_payment_method','bacs'),(7949,365,'_payment_method_title','Direct Bank Transfer'),(7950,365,'_transaction_id',''),(7951,365,'_customer_ip_address',''),(7952,365,'_customer_user_agent',''),(7953,365,'_created_via','rest-api'),(7954,365,'_date_completed','1529499066'),(7955,365,'_completed_date','2018-06-20 12:51:06'),(7956,365,'_date_paid','1529499066'),(7957,365,'_paid_date','2018-06-20 12:51:06'),(7958,365,'_cart_hash',''),(7959,365,'_billing_first_name','John'),(7960,365,'_billing_last_name','Doe'),(7961,365,'_billing_company',''),(7962,365,'_billing_address_1','969 Market'),(7963,365,'_billing_address_2',''),(7964,365,'_billing_city','San Francisco'),(7965,365,'_billing_state','CA'),(7966,365,'_billing_postcode','94103'),(7967,365,'_billing_country','US'),(7968,365,'_billing_email','john.doe@example.com'),(7969,365,'_billing_phone','(555) 555-5555'),(7970,365,'_shipping_first_name','John'),(7971,365,'_shipping_last_name','Doe'),(7972,365,'_shipping_company',''),(7973,365,'_shipping_address_1','969 Market'),(7974,365,'_shipping_address_2',''),(7975,365,'_shipping_city','San Francisco'),(7976,365,'_shipping_state','CA'),(7977,365,'_shipping_postcode','94103'),(7978,365,'_shipping_country','US'),(7979,365,'_order_currency','USD'),(7980,365,'_cart_discount','0'),(7981,365,'_cart_discount_tax','0'),(7982,365,'_order_shipping','0'),(7983,365,'_order_shipping_tax','0'),(7984,365,'_order_tax','0'),(7985,365,'_order_total','0.00'),(7986,365,'_order_version','3.4.2'),(7987,365,'_prices_include_tax','no'),(7988,365,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(7989,365,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(7990,365,'_download_permissions_granted','yes'),(7991,365,'_recorded_sales','yes'),(7992,365,'_recorded_coupon_usage_counts','yes'),(7993,365,'_order_stock_reduced','yes'),(7994,366,'_order_key','wc_order_5b2a56053b318'),(7995,366,'_customer_user','0'),(7996,366,'_payment_method','bacs'),(7997,366,'_payment_method_title','Direct Bank Transfer'),(7998,366,'_transaction_id',''),(7999,366,'_customer_ip_address',''),(8000,366,'_customer_user_agent',''),(8001,366,'_created_via','rest-api'),(8002,366,'_date_completed','1529501189'),(8003,366,'_completed_date','2018-06-20 13:26:29'),(8004,366,'_date_paid','1529501189'),(8005,366,'_paid_date','2018-06-20 13:26:29'),(8006,366,'_cart_hash',''),(8007,366,'_billing_first_name','John'),(8008,366,'_billing_last_name','Doe'),(8009,366,'_billing_company',''),(8010,366,'_billing_address_1','969 Market'),(8011,366,'_billing_address_2',''),(8012,366,'_billing_city','San Francisco'),(8013,366,'_billing_state','CA'),(8014,366,'_billing_postcode','94103'),(8015,366,'_billing_country','US'),(8016,366,'_billing_email','john.doe@example.com'),(8017,366,'_billing_phone','(555) 555-5555'),(8018,366,'_shipping_first_name','John'),(8019,366,'_shipping_last_name','Doe'),(8020,366,'_shipping_company',''),(8021,366,'_shipping_address_1','969 Market'),(8022,366,'_shipping_address_2',''),(8023,366,'_shipping_city','San Francisco'),(8024,366,'_shipping_state','CA'),(8025,366,'_shipping_postcode','94103'),(8026,366,'_shipping_country','US'),(8027,366,'_order_currency','USD'),(8028,366,'_cart_discount','0'),(8029,366,'_cart_discount_tax','0'),(8030,366,'_order_shipping','0'),(8031,366,'_order_shipping_tax','0'),(8032,366,'_order_tax','0'),(8033,366,'_order_total','0.00'),(8034,366,'_order_version','3.4.2'),(8035,366,'_prices_include_tax','no'),(8036,366,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8037,366,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8038,366,'_download_permissions_granted','yes'),(8039,366,'_recorded_sales','yes'),(8040,366,'_recorded_coupon_usage_counts','yes'),(8041,366,'_order_stock_reduced','yes'),(8042,367,'_order_key','wc_order_5b2a562b458be'),(8043,367,'_customer_user','0'),(8044,367,'_payment_method','bacs'),(8045,367,'_payment_method_title','Direct Bank Transfer'),(8046,367,'_transaction_id',''),(8047,367,'_customer_ip_address',''),(8048,367,'_customer_user_agent',''),(8049,367,'_created_via','rest-api'),(8050,367,'_date_completed','1529501227'),(8051,367,'_completed_date','2018-06-20 13:27:07'),(8052,367,'_date_paid','1529501227'),(8053,367,'_paid_date','2018-06-20 13:27:07'),(8054,367,'_cart_hash',''),(8055,367,'_billing_first_name','John'),(8056,367,'_billing_last_name','Doe'),(8057,367,'_billing_company',''),(8058,367,'_billing_address_1','969 Market'),(8059,367,'_billing_address_2',''),(8060,367,'_billing_city','San Francisco'),(8061,367,'_billing_state','CA'),(8062,367,'_billing_postcode','94103'),(8063,367,'_billing_country','US'),(8064,367,'_billing_email','john.doe@example.com'),(8065,367,'_billing_phone','(555) 555-5555'),(8066,367,'_shipping_first_name','John'),(8067,367,'_shipping_last_name','Doe'),(8068,367,'_shipping_company',''),(8069,367,'_shipping_address_1','969 Market'),(8070,367,'_shipping_address_2',''),(8071,367,'_shipping_city','San Francisco'),(8072,367,'_shipping_state','CA'),(8073,367,'_shipping_postcode','94103'),(8074,367,'_shipping_country','US'),(8075,367,'_order_currency','USD'),(8076,367,'_cart_discount','0'),(8077,367,'_cart_discount_tax','0'),(8078,367,'_order_shipping','0'),(8079,367,'_order_shipping_tax','0'),(8080,367,'_order_tax','0'),(8081,367,'_order_total','0.00'),(8082,367,'_order_version','3.4.2'),(8083,367,'_prices_include_tax','no'),(8084,367,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8085,367,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8086,367,'_download_permissions_granted','yes'),(8087,367,'_recorded_sales','yes'),(8088,367,'_recorded_coupon_usage_counts','yes'),(8089,367,'_order_stock_reduced','yes'),(8090,368,'_order_key','wc_order_5b2a572c060a1'),(8091,368,'_customer_user','0'),(8092,368,'_payment_method','bacs'),(8093,368,'_payment_method_title','Direct Bank Transfer'),(8094,368,'_transaction_id',''),(8095,368,'_customer_ip_address',''),(8096,368,'_customer_user_agent',''),(8097,368,'_created_via','rest-api'),(8098,368,'_date_completed','1529501484'),(8099,368,'_completed_date','2018-06-20 13:31:24'),(8100,368,'_date_paid','1529501484'),(8101,368,'_paid_date','2018-06-20 13:31:24'),(8102,368,'_cart_hash',''),(8103,368,'_billing_first_name','John'),(8104,368,'_billing_last_name','Doe'),(8105,368,'_billing_company',''),(8106,368,'_billing_address_1','969 Market'),(8107,368,'_billing_address_2',''),(8108,368,'_billing_city','San Francisco'),(8109,368,'_billing_state','CA'),(8110,368,'_billing_postcode','94103'),(8111,368,'_billing_country','US'),(8112,368,'_billing_email','john.doe@example.com'),(8113,368,'_billing_phone','(555) 555-5555'),(8114,368,'_shipping_first_name','John'),(8115,368,'_shipping_last_name','Doe'),(8116,368,'_shipping_company',''),(8117,368,'_shipping_address_1','969 Market'),(8118,368,'_shipping_address_2',''),(8119,368,'_shipping_city','San Francisco'),(8120,368,'_shipping_state','CA'),(8121,368,'_shipping_postcode','94103'),(8122,368,'_shipping_country','US'),(8123,368,'_order_currency','USD'),(8124,368,'_cart_discount','0'),(8125,368,'_cart_discount_tax','0'),(8126,368,'_order_shipping','0'),(8127,368,'_order_shipping_tax','0'),(8128,368,'_order_tax','0'),(8129,368,'_order_total','0.00'),(8130,368,'_order_version','3.4.2'),(8131,368,'_prices_include_tax','no'),(8132,368,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8133,368,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8134,368,'_download_permissions_granted','yes'),(8135,368,'_recorded_sales','yes'),(8136,368,'_recorded_coupon_usage_counts','yes'),(8137,368,'_order_stock_reduced','yes'),(8138,369,'_order_key','wc_order_5b2a58ab91ebe'),(8139,369,'_customer_user','0'),(8140,369,'_payment_method','bacs'),(8141,369,'_payment_method_title','Direct Bank Transfer'),(8142,369,'_transaction_id',''),(8143,369,'_customer_ip_address',''),(8144,369,'_customer_user_agent',''),(8145,369,'_created_via','rest-api'),(8146,369,'_date_completed','1529501867'),(8147,369,'_completed_date','2018-06-20 13:37:47'),(8148,369,'_date_paid','1529501867'),(8149,369,'_paid_date','2018-06-20 13:37:47'),(8150,369,'_cart_hash',''),(8151,369,'_billing_first_name','John'),(8152,369,'_billing_last_name','Doe'),(8153,369,'_billing_company',''),(8154,369,'_billing_address_1','969 Market'),(8155,369,'_billing_address_2',''),(8156,369,'_billing_city','San Francisco'),(8157,369,'_billing_state','CA'),(8158,369,'_billing_postcode','94103'),(8159,369,'_billing_country','US'),(8160,369,'_billing_email','john.doe@example.com'),(8161,369,'_billing_phone','(555) 555-5555'),(8162,369,'_shipping_first_name','John'),(8163,369,'_shipping_last_name','Doe'),(8164,369,'_shipping_company',''),(8165,369,'_shipping_address_1','969 Market'),(8166,369,'_shipping_address_2',''),(8167,369,'_shipping_city','San Francisco'),(8168,369,'_shipping_state','CA'),(8169,369,'_shipping_postcode','94103'),(8170,369,'_shipping_country','US'),(8171,369,'_order_currency','USD'),(8172,369,'_cart_discount','0'),(8173,369,'_cart_discount_tax','0'),(8174,369,'_order_shipping','0'),(8175,369,'_order_shipping_tax','0'),(8176,369,'_order_tax','0'),(8177,369,'_order_total','0.00'),(8178,369,'_order_version','3.4.2'),(8179,369,'_prices_include_tax','no'),(8180,369,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8181,369,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8182,369,'_download_permissions_granted','yes'),(8183,369,'_recorded_sales','yes'),(8184,369,'_recorded_coupon_usage_counts','yes'),(8185,369,'_order_stock_reduced','yes'),(8194,378,'_edit_lock','1530142188:1'),(8195,378,'_edit_last','1'),(8196,377,'_edit_lock','1530142078:1'),(8197,379,'_edit_lock','1530142270:1'),(8198,379,'_edit_last','1'),(8199,379,'_wp_page_template','default'),(8200,383,'_edit_lock','1530144174:1'),(8201,383,'_edit_last','1'),(8202,383,'_wp_page_template','default'),(8203,386,'_edit_lock','1530144199:1'),(8204,386,'_edit_last','1'),(8205,386,'_wp_page_template','default'),(8206,388,'_edit_last','1'),(8207,388,'_wp_page_template','default'),(8208,388,'_edit_lock','1530146922:1'),(8209,368,'_edit_lock','1530159362:1'),(8210,391,'_order_key','wc_order_5b3467e9956d0'),(8211,391,'_customer_user','0'),(8212,391,'_payment_method','bacs'),(8213,391,'_payment_method_title','Direct Bank Transfer'),(8214,391,'_transaction_id',''),(8215,391,'_customer_ip_address',''),(8216,391,'_customer_user_agent',''),(8217,391,'_created_via','rest-api'),(8218,391,'_date_completed','1530161129'),(8219,391,'_completed_date','2018-06-28 04:45:29'),(8220,391,'_date_paid','1530161129'),(8221,391,'_paid_date','2018-06-28 04:45:29'),(8222,391,'_cart_hash',''),(8223,391,'_billing_first_name','John'),(8224,391,'_billing_last_name','Doe'),(8225,391,'_billing_company',''),(8226,391,'_billing_address_1','969 Market'),(8227,391,'_billing_address_2',''),(8228,391,'_billing_city','San Francisco'),(8229,391,'_billing_state','CA'),(8230,391,'_billing_postcode','94103'),(8231,391,'_billing_country','US'),(8232,391,'_billing_email','john.doe@example.com'),(8233,391,'_billing_phone','(555) 555-5555'),(8234,391,'_shipping_first_name','John'),(8235,391,'_shipping_last_name','Doe'),(8236,391,'_shipping_company',''),(8237,391,'_shipping_address_1','969 Market'),(8238,391,'_shipping_address_2',''),(8239,391,'_shipping_city','San Francisco'),(8240,391,'_shipping_state','CA'),(8241,391,'_shipping_postcode','94103'),(8242,391,'_shipping_country','US'),(8243,391,'_order_currency','USD'),(8244,391,'_cart_discount','0'),(8245,391,'_cart_discount_tax','0'),(8246,391,'_order_shipping','0'),(8247,391,'_order_shipping_tax','0'),(8248,391,'_order_tax','0'),(8249,391,'_order_total','0.00'),(8250,391,'_order_version','3.4.2'),(8251,391,'_prices_include_tax','no'),(8252,391,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8253,391,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8254,391,'_download_permissions_granted','yes'),(8255,391,'_recorded_sales','yes'),(8256,391,'_recorded_coupon_usage_counts','yes'),(8257,391,'_order_stock_reduced','yes'),(8258,392,'_order_key','wc_order_5b3467ee1a3da'),(8259,392,'_customer_user','0'),(8260,392,'_payment_method','bacs'),(8261,392,'_payment_method_title','Direct Bank Transfer'),(8262,392,'_transaction_id',''),(8263,392,'_customer_ip_address',''),(8264,392,'_customer_user_agent',''),(8265,392,'_created_via','rest-api'),(8266,392,'_date_completed','1530161134'),(8267,392,'_completed_date','2018-06-28 04:45:34'),(8268,392,'_date_paid','1530161134'),(8269,392,'_paid_date','2018-06-28 04:45:34'),(8270,392,'_cart_hash',''),(8271,392,'_billing_first_name','John'),(8272,392,'_billing_last_name','Doe'),(8273,392,'_billing_company',''),(8274,392,'_billing_address_1','969 Market'),(8275,392,'_billing_address_2',''),(8276,392,'_billing_city','San Francisco'),(8277,392,'_billing_state','CA'),(8278,392,'_billing_postcode','94103'),(8279,392,'_billing_country','US'),(8280,392,'_billing_email','john.doe@example.com'),(8281,392,'_billing_phone','(555) 555-5555'),(8282,392,'_shipping_first_name','John'),(8283,392,'_shipping_last_name','Doe'),(8284,392,'_shipping_company',''),(8285,392,'_shipping_address_1','969 Market'),(8286,392,'_shipping_address_2',''),(8287,392,'_shipping_city','San Francisco'),(8288,392,'_shipping_state','CA'),(8289,392,'_shipping_postcode','94103'),(8290,392,'_shipping_country','US'),(8291,392,'_order_currency','USD'),(8292,392,'_cart_discount','0'),(8293,392,'_cart_discount_tax','0'),(8294,392,'_order_shipping','0'),(8295,392,'_order_shipping_tax','0'),(8296,392,'_order_tax','0'),(8297,392,'_order_total','0.00'),(8298,392,'_order_version','3.4.2'),(8299,392,'_prices_include_tax','no'),(8300,392,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8301,392,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8302,392,'_download_permissions_granted','yes'),(8303,392,'_recorded_sales','yes'),(8304,392,'_recorded_coupon_usage_counts','yes'),(8305,393,'_order_key','wc_order_5b3467eed719d'),(8306,394,'_order_key','wc_order_5b3467ef97888'),(8307,395,'_order_key','wc_order_5b3467f04f848'),(8308,392,'_order_stock_reduced','yes'),(8309,395,'_customer_user','0'),(8310,394,'_customer_user','0'),(8311,393,'_customer_user','0'),(8312,394,'_payment_method','bacs'),(8313,395,'_payment_method','bacs'),(8314,393,'_payment_method','bacs'),(8315,394,'_payment_method_title','Direct Bank Transfer'),(8316,395,'_payment_method_title','Direct Bank Transfer'),(8317,393,'_payment_method_title','Direct Bank Transfer'),(8318,394,'_transaction_id',''),(8319,395,'_transaction_id',''),(8320,393,'_transaction_id',''),(8321,394,'_customer_ip_address',''),(8322,395,'_customer_ip_address',''),(8323,393,'_customer_ip_address',''),(8324,394,'_customer_user_agent',''),(8325,395,'_customer_user_agent',''),(8326,393,'_customer_user_agent',''),(8327,394,'_created_via','rest-api'),(8328,395,'_created_via','rest-api'),(8329,393,'_created_via','rest-api'),(8330,394,'_date_completed','1530161138'),(8331,395,'_date_completed','1530161141'),(8332,394,'_completed_date','2018-06-28 04:45:38'),(8333,393,'_date_completed',''),(8334,395,'_completed_date','2018-06-28 04:45:41'),(8335,394,'_date_paid','1530161138'),(8336,393,'_completed_date',''),(8337,395,'_date_paid','1530161138'),(8338,394,'_paid_date','2018-06-28 04:45:38'),(8339,393,'_date_paid',''),(8340,395,'_paid_date','2018-06-28 04:45:38'),(8341,394,'_cart_hash',''),(8342,393,'_paid_date',''),(8343,395,'_cart_hash',''),(8344,393,'_cart_hash',''),(8345,394,'_billing_first_name','John'),(8346,395,'_billing_first_name','John'),(8347,393,'_billing_first_name','John'),(8348,394,'_billing_last_name','Doe'),(8349,395,'_billing_last_name','Doe'),(8350,393,'_billing_last_name','Doe'),(8351,394,'_billing_company',''),(8352,395,'_billing_company',''),(8353,393,'_billing_company',''),(8354,394,'_billing_address_1','969 Market'),(8355,395,'_billing_address_1','969 Market'),(8356,393,'_billing_address_1','969 Market'),(8357,394,'_billing_address_2',''),(8358,395,'_billing_address_2',''),(8359,393,'_billing_address_2',''),(8360,394,'_billing_city','San Francisco'),(8361,395,'_billing_city','San Francisco'),(8362,393,'_billing_city','San Francisco'),(8363,394,'_billing_state','CA'),(8364,393,'_billing_state','CA'),(8365,395,'_billing_state','CA'),(8366,394,'_billing_postcode','94103'),(8367,393,'_billing_postcode','94103'),(8368,395,'_billing_postcode','94103'),(8369,394,'_billing_country','US'),(8370,393,'_billing_country','US'),(8371,395,'_billing_country','US'),(8372,394,'_billing_email','john.doe@example.com'),(8373,393,'_billing_email','john.doe@example.com'),(8374,394,'_billing_phone','(555) 555-5555'),(8375,395,'_billing_email','john.doe@example.com'),(8376,393,'_billing_phone','(555) 555-5555'),(8377,394,'_shipping_first_name','John'),(8378,395,'_billing_phone','(555) 555-5555'),(8379,393,'_shipping_first_name','John'),(8380,394,'_shipping_last_name','Doe'),(8381,395,'_shipping_first_name','John'),(8382,393,'_shipping_last_name','Doe'),(8383,394,'_shipping_company',''),(8384,395,'_shipping_last_name','Doe'),(8385,393,'_shipping_company',''),(8386,395,'_shipping_company',''),(8387,394,'_shipping_address_1','969 Market'),(8388,393,'_shipping_address_1','969 Market'),(8389,395,'_shipping_address_1','969 Market'),(8390,394,'_shipping_address_2',''),(8391,393,'_shipping_address_2',''),(8392,395,'_shipping_address_2',''),(8393,394,'_shipping_city','San Francisco'),(8394,395,'_shipping_city','San Francisco'),(8395,393,'_shipping_city','San Francisco'),(8396,394,'_shipping_state','CA'),(8397,393,'_shipping_state','CA'),(8398,395,'_shipping_state','CA'),(8399,394,'_shipping_postcode','94103'),(8400,393,'_shipping_postcode','94103'),(8401,395,'_shipping_postcode','94103'),(8402,394,'_shipping_country','US'),(8403,393,'_shipping_country','US'),(8404,394,'_order_currency','USD'),(8405,395,'_shipping_country','US'),(8406,393,'_order_currency','USD'),(8407,394,'_cart_discount','0'),(8408,393,'_cart_discount','0'),(8409,395,'_order_currency','USD'),(8410,394,'_cart_discount_tax','0'),(8411,393,'_cart_discount_tax','0'),(8412,395,'_cart_discount','0'),(8413,394,'_order_shipping','0'),(8414,393,'_order_shipping','0'),(8415,395,'_cart_discount_tax','0'),(8416,393,'_order_shipping_tax','0'),(8417,394,'_order_shipping_tax','0'),(8418,395,'_order_shipping','0'),(8419,394,'_order_tax','0'),(8420,393,'_order_tax','0'),(8421,395,'_order_shipping_tax','0'),(8422,394,'_order_total','0.00'),(8423,395,'_order_tax','0'),(8424,393,'_order_total','0.00'),(8425,394,'_order_version','3.4.2'),(8426,393,'_order_version','3.4.2'),(8427,395,'_order_total','0.00'),(8428,394,'_prices_include_tax','no'),(8429,393,'_prices_include_tax','no'),(8430,395,'_order_version','3.4.2'),(8431,394,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8432,393,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8433,395,'_prices_include_tax','no'),(8434,394,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8435,393,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8436,395,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8437,395,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8438,394,'_download_permissions_granted','yes'),(8439,394,'_recorded_sales','yes'),(8440,394,'_recorded_coupon_usage_counts','yes'),(8441,394,'_order_stock_reduced','yes'),(8442,395,'_download_permissions_granted','yes'),(8443,395,'_recorded_sales','yes'),(8444,395,'_recorded_coupon_usage_counts','yes'),(8445,395,'_order_stock_reduced','yes'),(8446,393,'_download_permissions_granted','yes'),(8447,393,'_recorded_sales','yes'),(8448,393,'_recorded_coupon_usage_counts','yes'),(8449,393,'_order_stock_reduced','yes'),(8450,396,'_order_key','wc_order_5b346808d5916'),(8451,396,'_customer_user','0'),(8452,396,'_payment_method','bacs'),(8453,396,'_payment_method_title','Direct Bank Transfer'),(8454,396,'_transaction_id',''),(8455,396,'_customer_ip_address',''),(8456,396,'_customer_user_agent',''),(8457,396,'_created_via','rest-api'),(8458,396,'_date_completed','1530161161'),(8459,396,'_completed_date','2018-06-28 04:46:01'),(8460,396,'_date_paid','1530161161'),(8461,396,'_paid_date','2018-06-28 04:46:01'),(8462,396,'_cart_hash',''),(8463,396,'_billing_first_name','John'),(8464,396,'_billing_last_name','Doe'),(8465,396,'_billing_company',''),(8466,396,'_billing_address_1','969 Market'),(8467,396,'_billing_address_2',''),(8468,396,'_billing_city','San Francisco'),(8469,396,'_billing_state','CA'),(8470,396,'_billing_postcode','94103'),(8471,396,'_billing_country','US'),(8472,396,'_billing_email','john.doe@example.com'),(8473,396,'_billing_phone','(555) 555-5555'),(8474,396,'_shipping_first_name','John'),(8475,396,'_shipping_last_name','Doe'),(8476,396,'_shipping_company',''),(8477,396,'_shipping_address_1','969 Market'),(8478,396,'_shipping_address_2',''),(8479,396,'_shipping_city','San Francisco'),(8480,396,'_shipping_state','CA'),(8481,396,'_shipping_postcode','94103'),(8482,396,'_shipping_country','US'),(8483,396,'_order_currency','USD'),(8484,396,'_cart_discount','0'),(8485,396,'_cart_discount_tax','0'),(8486,396,'_order_shipping','0'),(8487,396,'_order_shipping_tax','0'),(8488,396,'_order_tax','0'),(8489,396,'_order_total','0.00'),(8490,396,'_order_version','3.4.2'),(8491,396,'_prices_include_tax','no'),(8492,396,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8493,396,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8494,396,'_download_permissions_granted','yes'),(8495,396,'_recorded_sales','yes'),(8496,396,'_recorded_coupon_usage_counts','yes'),(8497,396,'_order_stock_reduced','yes'),(8498,397,'_order_key','wc_order_5b3469683878d'),(8499,397,'_customer_user','0'),(8500,397,'_payment_method','bacs'),(8501,397,'_payment_method_title','Direct Bank Transfer'),(8502,397,'_transaction_id',''),(8503,397,'_customer_ip_address',''),(8504,397,'_customer_user_agent',''),(8505,397,'_created_via','rest-api'),(8506,397,'_date_completed','1530161512'),(8507,397,'_completed_date','2018-06-28 04:51:52'),(8508,397,'_date_paid','1530161512'),(8509,397,'_paid_date','2018-06-28 04:51:52'),(8510,397,'_cart_hash',''),(8511,397,'_billing_first_name','John'),(8512,397,'_billing_last_name','Doe'),(8513,397,'_billing_company',''),(8514,397,'_billing_address_1','969 Market'),(8515,397,'_billing_address_2',''),(8516,397,'_billing_city','San Francisco'),(8517,397,'_billing_state','CA'),(8518,397,'_billing_postcode','94103'),(8519,397,'_billing_country','US'),(8520,397,'_billing_email','john.doe@example.com'),(8521,397,'_billing_phone','(555) 555-5555'),(8522,397,'_shipping_first_name','John'),(8523,397,'_shipping_last_name','Doe'),(8524,397,'_shipping_company',''),(8525,397,'_shipping_address_1','969 Market'),(8526,397,'_shipping_address_2',''),(8527,397,'_shipping_city','San Francisco'),(8528,397,'_shipping_state','CA'),(8529,397,'_shipping_postcode','94103'),(8530,397,'_shipping_country','US'),(8531,397,'_order_currency','USD'),(8532,397,'_cart_discount','0'),(8533,397,'_cart_discount_tax','0'),(8534,397,'_order_shipping','0'),(8535,397,'_order_shipping_tax','0'),(8536,397,'_order_tax','0'),(8537,397,'_order_total','0.00'),(8538,397,'_order_version','3.4.2'),(8539,397,'_prices_include_tax','no'),(8540,397,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8541,397,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8542,397,'_download_permissions_granted','yes'),(8543,397,'_recorded_sales','yes'),(8544,397,'_recorded_coupon_usage_counts','yes'),(8545,397,'_order_stock_reduced','yes'),(8546,398,'_order_key','wc_order_5b34699c95ebb'),(8547,398,'_customer_user','0'),(8548,398,'_payment_method','bacs'),(8549,398,'_payment_method_title','Direct Bank Transfer'),(8550,398,'_transaction_id',''),(8551,398,'_customer_ip_address',''),(8552,398,'_customer_user_agent',''),(8553,398,'_created_via','rest-api'),(8554,398,'_date_completed','1530161564'),(8555,398,'_completed_date','2018-06-28 04:52:44'),(8556,398,'_date_paid','1530161564'),(8557,398,'_paid_date','2018-06-28 04:52:44'),(8558,398,'_cart_hash',''),(8559,398,'_billing_first_name','John'),(8560,398,'_billing_last_name','Doe'),(8561,398,'_billing_company',''),(8562,398,'_billing_address_1','969 Market'),(8563,398,'_billing_address_2',''),(8564,398,'_billing_city','San Francisco'),(8565,398,'_billing_state','CA'),(8566,398,'_billing_postcode','94103'),(8567,398,'_billing_country','US'),(8568,398,'_billing_email','john.doe@example.com'),(8569,398,'_billing_phone','(555) 555-5555'),(8570,398,'_shipping_first_name','John'),(8571,398,'_shipping_last_name','Doe'),(8572,398,'_shipping_company',''),(8573,398,'_shipping_address_1','969 Market'),(8574,398,'_shipping_address_2',''),(8575,398,'_shipping_city','San Francisco'),(8576,398,'_shipping_state','CA'),(8577,398,'_shipping_postcode','94103'),(8578,398,'_shipping_country','US'),(8579,398,'_order_currency','USD'),(8580,398,'_cart_discount','0'),(8581,398,'_cart_discount_tax','0'),(8582,398,'_order_shipping','0'),(8583,398,'_order_shipping_tax','0'),(8584,398,'_order_tax','0'),(8585,398,'_order_total','0.00'),(8586,398,'_order_version','3.4.2'),(8587,398,'_prices_include_tax','no'),(8588,398,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8589,398,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8590,398,'_download_permissions_granted','yes'),(8591,398,'_recorded_sales','yes'),(8592,398,'_recorded_coupon_usage_counts','yes'),(8593,398,'_order_stock_reduced','yes'),(8594,399,'_order_key','wc_order_5b3469c8580e1'),(8595,399,'_customer_user','0'),(8596,399,'_payment_method','bacs'),(8597,399,'_payment_method_title','Direct Bank Transfer'),(8598,399,'_transaction_id',''),(8599,399,'_customer_ip_address',''),(8600,399,'_customer_user_agent',''),(8601,399,'_created_via','rest-api'),(8602,399,'_date_completed','1530161608'),(8603,399,'_completed_date','2018-06-28 04:53:28'),(8604,399,'_date_paid','1530161608'),(8605,399,'_paid_date','2018-06-28 04:53:28'),(8606,399,'_cart_hash',''),(8607,399,'_billing_first_name','John'),(8608,399,'_billing_last_name','Doe'),(8609,399,'_billing_company',''),(8610,399,'_billing_address_1','969 Market'),(8611,399,'_billing_address_2',''),(8612,399,'_billing_city','San Francisco'),(8613,399,'_billing_state','CA'),(8614,399,'_billing_postcode','94103'),(8615,399,'_billing_country','US'),(8616,399,'_billing_email','john.doe@example.com'),(8617,399,'_billing_phone','(555) 555-5555'),(8618,399,'_shipping_first_name','John'),(8619,399,'_shipping_last_name','Doe'),(8620,399,'_shipping_company',''),(8621,399,'_shipping_address_1','969 Market'),(8622,399,'_shipping_address_2',''),(8623,399,'_shipping_city','San Francisco'),(8624,399,'_shipping_state','CA'),(8625,399,'_shipping_postcode','94103'),(8626,399,'_shipping_country','US'),(8627,399,'_order_currency','USD'),(8628,399,'_cart_discount','0'),(8629,399,'_cart_discount_tax','0'),(8630,399,'_order_shipping','0'),(8631,399,'_order_shipping_tax','0'),(8632,399,'_order_tax','0'),(8633,399,'_order_total','0.00'),(8634,399,'_order_version','3.4.2'),(8635,399,'_prices_include_tax','no'),(8636,399,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8637,399,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8638,399,'_download_permissions_granted','yes'),(8639,399,'_recorded_sales','yes'),(8640,399,'_recorded_coupon_usage_counts','yes'),(8641,399,'_order_stock_reduced','yes');
|
||
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_posts`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_posts`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_posts` (
|
||
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
|
||
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
|
||
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
|
||
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`menu_order` int(11) NOT NULL DEFAULT '0',
|
||
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
|
||
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`comment_count` bigint(20) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`ID`),
|
||
KEY `post_name` (`post_name`(191)),
|
||
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
|
||
KEY `post_parent` (`post_parent`),
|
||
KEY `post_author` (`post_author`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=400 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_posts`
|
||
--
|
||
|
||
LOCK TABLES `wp_posts` WRITE;
|
||
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
|
||
INSERT INTO `wp_posts` VALUES (1,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?p=1',0,'post','',1),(2,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://localhost/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?page_id=2',0,'page','',0),(3,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','<h2>Who we are</h2><p>Our website address is: http://localhost.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?page_id=3',0,'page','',0),(5,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','','Shop','','publish','closed','closed','','shop','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/shop/',0,'page','',0),(6,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/cart/',0,'page','',0),(7,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/checkout/',0,'page','',0),(8,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/my-account/',0,'page','',0),(73,1,'2018-06-11 08:38:00','2018-06-11 08:38:00','','Hamo','','publish','open','closed','','hamo','','','2018-06-11 08:38:00','2018-06-11 08:38:00','',0,'http://localhost/?post_type=product&p=73',0,'product','',0),(74,1,'2018-06-11 08:39:09','2018-06-11 08:39:09','','Order – June 11, 2018 @ 08:39 AM','','wc-auto-draft','open','closed','','order-june-11-2018-0838-am','','','2018-06-11 08:39:09','2018-06-11 08:39:09','',0,'http://localhost/?post_type=shop_order&p=74',0,'shop_order','',0),(75,1,'2018-06-11 08:39:40','2018-06-11 08:39:40','','Order – June 11, 2018 @ 08:40 AM','','wc-pending','closed','closed','','','','','2018-06-11 08:40:04','2018-06-11 08:40:04','',0,'http://localhost/?post_type=shop_order&p=75',0,'shop_order','',0),(76,1,'2018-06-12 10:48:09','2018-06-12 10:48:09','','Order – June 12, 2018 @ 10:48 AM','','trash','open','closed','order_5b1fa4e9ddf14','order-jun-12-2018-1048-am__trashed','','','2018-06-12 11:29:13','2018-06-12 11:29:13','',0,'https://localhost/?post_type=shop_order&p=76',0,'shop_order','',1),(77,1,'2018-06-12 11:32:45','2018-06-12 11:32:45','','Order – June 12, 2018 @ 11:32 AM','','trash','open','closed','order_5b1faf5d7596c','order-jun-12-2018-1132-am__trashed','','','2018-06-12 11:34:13','2018-06-12 11:34:13','',0,'https://localhost/?post_type=shop_order&p=77',0,'shop_order','',1),(78,1,'2018-06-12 11:34:23','2018-06-12 11:34:23','','Order – June 12, 2018 @ 11:34 AM','','wc-completed','open','closed','order_5b1fafbfccc18','order-jun-12-2018-1134-am','','','2018-06-12 11:34:24','2018-06-12 11:34:24','',0,'https://localhost/?post_type=shop_order&p=78',0,'shop_order','',1),(79,1,'2018-06-12 11:36:38','2018-06-12 11:36:38','','Order – June 12, 2018 @ 11:36 AM','','wc-completed','open','closed','order_5b1fb0462570f','order-jun-12-2018-1136-am','','','2018-06-12 11:36:38','2018-06-12 11:36:38','',0,'https://localhost/?post_type=shop_order&p=79',0,'shop_order','',1),(80,1,'2018-06-12 11:37:10','2018-06-12 11:37:10','','Order – June 12, 2018 @ 11:37 AM','','wc-completed','open','closed','order_5b1fb066cdb8b','order-jun-12-2018-1137-am','','','2018-06-12 11:37:11','2018-06-12 11:37:11','',0,'https://localhost/?post_type=shop_order&p=80',0,'shop_order','',1),(81,1,'2018-06-12 11:37:46','2018-06-12 11:37:46','','Order – June 12, 2018 @ 11:37 AM','','wc-completed','open','closed','order_5b1fb08ac0c22','order-jun-12-2018-1137-am-2','','','2018-06-12 11:37:47','2018-06-12 11:37:47','',0,'https://localhost/?post_type=shop_order&p=81',0,'shop_order','',1),(82,1,'2018-06-12 11:38:07','2018-06-12 11:38:07','','Order – June 12, 2018 @ 11:38 AM','','wc-completed','open','closed','order_5b1fb09f6b76f','order-jun-12-2018-1138-am','','','2018-06-12 11:38:07','2018-06-12 11:38:07','',0,'https://localhost/?post_type=shop_order&p=82',0,'shop_order','',1),(83,1,'2018-06-12 11:39:38','2018-06-12 11:39:38','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fa22837','order-jun-12-2018-1139-am','','','2018-06-12 11:39:38','2018-06-12 11:39:38','',0,'https://localhost/?post_type=shop_order&p=83',0,'shop_order','',1),(84,1,'2018-06-12 11:39:40','2018-06-12 11:39:40','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fc12c3a','order-jun-12-2018-1139-am-2','','','2018-06-12 11:39:40','2018-06-12 11:39:40','',0,'https://localhost/?post_type=shop_order&p=84',0,'shop_order','',1),(85,1,'2018-06-12 11:39:40','2018-06-12 11:39:40','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fcb3103','order-jun-12-2018-1139-am-3','','','2018-06-12 11:39:40','2018-06-12 11:39:40','',0,'https://localhost/?post_type=shop_order&p=85',0,'shop_order','',1),(86,1,'2018-06-12 11:39:42','2018-06-12 11:39:42','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fea59dd','order-jun-12-2018-1139-am-4','','','2018-06-12 11:39:42','2018-06-12 11:39:42','',0,'https://localhost/?post_type=shop_order&p=86',0,'shop_order','',1),(87,1,'2018-06-12 11:39:43','2018-06-12 11:39:43','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0ffd7087','order-jun-12-2018-1139-am-5','','','2018-06-12 11:39:44','2018-06-12 11:39:44','',0,'https://localhost/?post_type=shop_order&p=87',0,'shop_order','',1),(88,1,'2018-06-12 11:39:46','2018-06-12 11:39:46','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1024cd00','order-jun-12-2018-1139-am-6','','','2018-06-12 11:39:46','2018-06-12 11:39:46','',0,'https://localhost/?post_type=shop_order&p=88',0,'shop_order','',1),(89,1,'2018-06-12 11:39:47','2018-06-12 11:39:47','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1035e29e','order-jun-12-2018-1139-am-7','','','2018-06-12 11:39:47','2018-06-12 11:39:47','',0,'https://localhost/?post_type=shop_order&p=89',0,'shop_order','',1),(90,1,'2018-06-12 11:39:49','2018-06-12 11:39:49','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1053caba','order-jun-12-2018-1139-am-8','','','2018-06-12 11:39:49','2018-06-12 11:39:49','',0,'https://localhost/?post_type=shop_order&p=90',0,'shop_order','',1),(91,1,'2018-06-12 11:39:52','2018-06-12 11:39:52','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1085abc7','order-jun-12-2018-1139-am-9','','','2018-06-12 11:39:52','2018-06-12 11:39:52','',0,'https://localhost/?post_type=shop_order&p=91',0,'shop_order','',1),(92,1,'2018-06-12 11:39:53','2018-06-12 11:39:53','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10982bf6','order-jun-12-2018-1139-am-10','','','2018-06-12 11:39:53','2018-06-12 11:39:53','',0,'https://localhost/?post_type=shop_order&p=92',0,'shop_order','',1),(93,1,'2018-06-12 11:39:54','2018-06-12 11:39:54','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10a26e83','order-jun-12-2018-1139-am-11','','','2018-06-12 11:39:54','2018-06-12 11:39:54','',0,'https://localhost/?post_type=shop_order&p=93',0,'shop_order','',1),(94,1,'2018-06-12 11:39:54','2018-06-12 11:39:54','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10ac5ef3','order-jun-12-2018-1139-am-12','','','2018-06-12 11:39:55','2018-06-12 11:39:55','',0,'https://localhost/?post_type=shop_order&p=94',0,'shop_order','',1),(95,1,'2018-06-12 11:39:57','2018-06-12 11:39:57','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10d24697','order-jun-12-2018-1139-am-13','','','2018-06-12 11:39:57','2018-06-12 11:39:57','',0,'https://localhost/?post_type=shop_order&p=95',0,'shop_order','',1),(96,1,'2018-06-12 11:39:58','2018-06-12 11:39:58','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10e519e6','order-jun-12-2018-1139-am-14','','','2018-06-12 11:39:58','2018-06-12 11:39:58','',0,'https://localhost/?post_type=shop_order&p=96',0,'shop_order','',1),(97,1,'2018-06-12 11:39:59','2018-06-12 11:39:59','','Order – June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10f6c59f','order-jun-12-2018-1139-am-15','','','2018-06-12 11:39:59','2018-06-12 11:39:59','',0,'https://localhost/?post_type=shop_order&p=97',0,'shop_order','',1),(98,1,'2018-06-12 11:40:04','2018-06-12 11:40:04','','Order – June 12, 2018 @ 11:40 AM','','wc-completed','open','closed','order_5b1fb114a508e','order-jun-12-2018-1140-am','','','2018-06-12 11:40:04','2018-06-12 11:40:04','',0,'https://localhost/?post_type=shop_order&p=98',0,'shop_order','',1),(99,1,'2018-06-12 11:40:45','2018-06-12 11:40:45','','Order – June 12, 2018 @ 11:40 AM','','wc-completed','open','closed','order_5b1fb13dc3c36','order-jun-12-2018-1140-am-2','','','2018-06-12 11:40:46','2018-06-12 11:40:46','',0,'https://localhost/?post_type=shop_order&p=99',0,'shop_order','',1),(100,1,'2018-06-12 11:41:08','2018-06-12 11:41:08','','Order – June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb15493b5f','order-jun-12-2018-1141-am','','','2018-06-12 11:41:08','2018-06-12 11:41:08','',0,'https://localhost/?post_type=shop_order&p=100',0,'shop_order','',1),(101,1,'2018-06-12 11:41:12','2018-06-12 11:41:12','','Order – June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb15831233','order-jun-12-2018-1141-am-2','','','2018-06-12 11:41:12','2018-06-12 11:41:12','',0,'https://localhost/?post_type=shop_order&p=101',0,'shop_order','',1),(102,1,'2018-06-12 11:41:13','2018-06-12 11:41:13','','Order – June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb159b7d77','order-jun-12-2018-1141-am-3','','','2018-06-12 11:41:13','2018-06-12 11:41:13','',0,'https://localhost/?post_type=shop_order&p=102',0,'shop_order','',1),(103,1,'2018-06-12 11:41:42','2018-06-12 11:41:42','','Order – June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb1766e61e','order-jun-12-2018-1141-am-4','','','2018-06-12 11:41:42','2018-06-12 11:41:42','',0,'https://localhost/?post_type=shop_order&p=103',0,'shop_order','',1),(104,1,'2018-06-12 11:41:43','2018-06-12 11:41:43','','Order – June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb177e8321','order-jun-12-2018-1141-am-5','','','2018-06-12 11:41:44','2018-06-12 11:41:44','',0,'https://localhost/?post_type=shop_order&p=104',0,'shop_order','',1),(105,1,'2018-06-13 08:30:14','2018-06-13 08:30:14','','Order – June 13, 2018 @ 08:30 AM','','wc-processing','open','closed','order_5b20d616399d7','order-jun-13-2018-0830-am','','','2018-06-13 08:30:14','2018-06-13 08:30:14','',0,'http://localhost/?post_type=shop_order&p=105',0,'shop_order','',1),(106,1,'2018-06-13 11:57:10','2018-06-13 11:57:10','','Order – June 13, 2018 @ 11:57 AM','','wc-completed','open','closed','order_5b210696980aa','order-jun-13-2018-1157-am','','','2018-06-13 11:57:10','2018-06-13 11:57:10','',0,'https://localhost/?post_type=shop_order&p=106',0,'shop_order','',1),(107,1,'2018-06-13 11:59:31','2018-06-13 11:59:31','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210723889c7','order-jun-13-2018-1159-am','','','2018-06-13 11:59:31','2018-06-13 11:59:31','',0,'https://localhost/?post_type=shop_order&p=107',0,'shop_order','',1),(108,1,'2018-06-13 11:59:31','2018-06-13 11:59:31','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210723ee783','order-jun-13-2018-1159-am-2','','','2018-06-13 11:59:32','2018-06-13 11:59:32','',0,'https://localhost/?post_type=shop_order&p=108',0,'shop_order','',1),(109,1,'2018-06-13 11:59:32','2018-06-13 11:59:32','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072468d2d','order-jun-13-2018-1159-am-3','','','2018-06-13 11:59:32','2018-06-13 11:59:32','',0,'https://localhost/?post_type=shop_order&p=109',0,'shop_order','',1),(110,1,'2018-06-13 11:59:32','2018-06-13 11:59:32','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210724cc57c','order-jun-13-2018-1159-am-4','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&p=110',0,'shop_order','',1),(111,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107253bbb6','order-jun-13-2018-1159-am-5','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&p=111',0,'shop_order','',1),(112,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107257fae3','order-jun-13-2018-1159-am-6','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&p=112',0,'shop_order','',1),(113,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210725b01b9','order-jun-13-2018-1159-am-7','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&p=113',0,'shop_order','',1),(114,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210725d6531','order-jun-13-2018-1159-am-8','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&p=114',0,'shop_order','',1),(115,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072617408','order-jun-13-2018-1159-am-9','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&p=115',0,'shop_order','',1),(116,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072641db3','order-jun-13-2018-1159-am-10','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&p=116',0,'shop_order','',1),(117,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072675ab6','order-jun-13-2018-1159-am-11','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&p=117',0,'shop_order','',1),(118,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210726cbd50','order-jun-13-2018-1159-am-12','','','2018-06-13 11:59:35','2018-06-13 11:59:35','',0,'https://localhost/?post_type=shop_order&p=118',0,'shop_order','',1),(119,1,'2018-06-13 11:59:35','2018-06-13 11:59:35','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072737f0f','order-jun-13-2018-1159-am-13','','','2018-06-13 11:59:35','2018-06-13 11:59:35','',0,'https://localhost/?post_type=shop_order&p=119',0,'shop_order','',1),(120,1,'2018-06-13 11:59:35','2018-06-13 11:59:35','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210727898f4','order-jun-13-2018-1159-am-14','','','2018-06-13 11:59:35','2018-06-13 11:59:35','',0,'https://localhost/?post_type=shop_order&p=120',0,'shop_order','',1),(121,1,'2018-06-13 11:59:36','2018-06-13 11:59:36','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210728bca89','order-jun-13-2018-1159-am-15','','','2018-06-13 11:59:37','2018-06-13 11:59:37','',0,'https://localhost/?post_type=shop_order&p=121',0,'shop_order','',1),(122,1,'2018-06-13 11:59:37','2018-06-13 11:59:37','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072982387','order-jun-13-2018-1159-am-16','','','2018-06-13 11:59:37','2018-06-13 11:59:37','',0,'https://localhost/?post_type=shop_order&p=122',0,'shop_order','',1),(123,1,'2018-06-13 11:59:37','2018-06-13 11:59:37','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210729b36a2','order-jun-13-2018-1159-am-17','','','2018-06-13 11:59:37','2018-06-13 11:59:37','',0,'https://localhost/?post_type=shop_order&p=123',0,'shop_order','',1),(124,1,'2018-06-13 11:59:38','2018-06-13 11:59:38','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072a46403','order-jun-13-2018-1159-am-18','','','2018-06-13 11:59:38','2018-06-13 11:59:38','',0,'https://localhost/?post_type=shop_order&p=124',0,'shop_order','',1),(125,1,'2018-06-13 11:59:38','2018-06-13 11:59:38','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072aa26f1','order-jun-13-2018-1159-am-19','','','2018-06-13 11:59:38','2018-06-13 11:59:38','',0,'https://localhost/?post_type=shop_order&p=125',0,'shop_order','',1),(126,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072b169c5','order-jun-13-2018-1159-am-20','','','2018-06-13 11:59:39','2018-06-13 11:59:39','',0,'https://localhost/?post_type=shop_order&p=126',0,'shop_order','',1),(127,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072b4dca1','order-jun-13-2018-1159-am-21','','','2018-06-13 11:59:39','2018-06-13 11:59:39','',0,'https://localhost/?post_type=shop_order&p=127',0,'shop_order','',1),(128,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072b7bf77','order-jun-13-2018-1159-am-22','','','2018-06-13 11:59:39','2018-06-13 11:59:39','',0,'https://localhost/?post_type=shop_order&p=128',0,'shop_order','',1),(129,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072babd02','order-jun-13-2018-1159-am-23','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&p=129',0,'shop_order','',1),(130,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072c2792f','order-jun-13-2018-1159-am-24','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&p=130',0,'shop_order','',1),(131,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072c64c57','order-jun-13-2018-1159-am-25','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&p=131',0,'shop_order','',1),(132,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072c93c47','order-jun-13-2018-1159-am-26','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&p=132',0,'shop_order','',1),(133,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072cbee23','order-jun-13-2018-1159-am-27','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&p=133',0,'shop_order','',1),(134,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072ced45c','order-jun-13-2018-1159-am-28','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&p=134',0,'shop_order','',1),(135,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072d29450','order-jun-13-2018-1159-am-29','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&p=135',0,'shop_order','',1),(136,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072d5b235','order-jun-13-2018-1159-am-30','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&p=136',0,'shop_order','',1),(137,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072da8aa3','order-jun-13-2018-1159-am-31','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&p=137',0,'shop_order','',1),(138,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072de622d','order-jun-13-2018-1159-am-32','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&p=138',0,'shop_order','',1),(139,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e1150c','order-jun-13-2018-1159-am-33','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&p=139',0,'shop_order','',1),(140,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e40aa0','order-jun-13-2018-1159-am-34','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&p=140',0,'shop_order','',1),(141,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e6a06e','order-jun-13-2018-1159-am-35','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&p=141',0,'shop_order','',1),(142,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e97735','order-jun-13-2018-1159-am-36','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&p=142',0,'shop_order','',1),(143,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072ebdf03','order-jun-13-2018-1159-am-37','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&p=143',0,'shop_order','',1),(144,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072ee801d','order-jun-13-2018-1159-am-38','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&p=144',0,'shop_order','',1),(145,1,'2018-06-13 11:59:43','2018-06-13 11:59:43','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072f1fccc','order-jun-13-2018-1159-am-39','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&p=145',0,'shop_order','',1),(146,1,'2018-06-13 11:59:43','2018-06-13 11:59:43','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072f528c8','order-jun-13-2018-1159-am-40','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&p=146',0,'shop_order','',1),(147,1,'2018-06-13 11:59:44','2018-06-13 11:59:44','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21073050d7d','order-jun-13-2018-1159-am-41','','','2018-06-13 11:59:44','2018-06-13 11:59:44','',0,'https://localhost/?post_type=shop_order&p=147',0,'shop_order','',1),(148,1,'2018-06-13 11:59:44','2018-06-13 11:59:44','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107308504e','order-jun-13-2018-1159-am-42','','','2018-06-13 11:59:44','2018-06-13 11:59:44','',0,'https://localhost/?post_type=shop_order&p=148',0,'shop_order','',1),(149,1,'2018-06-13 11:59:44','2018-06-13 11:59:44','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210730b53d0','order-jun-13-2018-1159-am-43','','','2018-06-13 11:59:45','2018-06-13 11:59:45','',0,'https://localhost/?post_type=shop_order&p=149',0,'shop_order','',1),(150,1,'2018-06-13 11:59:45','2018-06-13 11:59:45','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107311970f','order-jun-13-2018-1159-am-44','','','2018-06-13 11:59:45','2018-06-13 11:59:45','',0,'https://localhost/?post_type=shop_order&p=150',0,'shop_order','',1),(151,1,'2018-06-13 11:59:45','2018-06-13 11:59:45','','Order – June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107318554c','order-jun-13-2018-1159-am-45','','','2018-06-13 11:59:45','2018-06-13 11:59:45','',0,'https://localhost/?post_type=shop_order&p=151',0,'shop_order','',1),(152,1,'2018-06-13 12:41:38','2018-06-13 12:41:38','','Order – June 13, 2018 @ 12:41 PM','','wc-completed','open','closed','order_5b211102c2651','order-jun-13-2018-1241-pm','','','2018-06-13 12:41:39','2018-06-13 12:41:39','',0,'https://localhost/?post_type=shop_order&p=152',0,'shop_order','',1),(153,1,'2018-06-13 12:43:00','2018-06-13 12:43:00','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211154ca0e3','order-jun-13-2018-1243-pm','','','2018-06-13 12:43:01','2018-06-13 12:43:01','',0,'https://localhost/?post_type=shop_order&p=153',0,'shop_order','',1),(154,1,'2018-06-13 12:43:13','2018-06-13 12:43:13','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211161cb11a','order-jun-13-2018-1243-pm-2','','','2018-06-13 12:43:14','2018-06-13 12:43:14','',0,'https://localhost/?post_type=shop_order&p=154',0,'shop_order','',1),(155,1,'2018-06-13 12:43:20','2018-06-13 12:43:20','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b2111682d58b','order-jun-13-2018-1243-pm-3','','','2018-06-13 12:43:20','2018-06-13 12:43:20','',0,'https://localhost/?post_type=shop_order&p=155',0,'shop_order','',1),(156,1,'2018-06-13 12:43:23','2018-06-13 12:43:23','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21116bcee4f','order-jun-13-2018-1243-pm-4','','','2018-06-13 12:43:24','2018-06-13 12:43:24','',0,'https://localhost/?post_type=shop_order&p=156',0,'shop_order','',1),(157,1,'2018-06-13 12:43:26','2018-06-13 12:43:26','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21116ecb832','order-jun-13-2018-1243-pm-5','','','2018-06-13 12:43:27','2018-06-13 12:43:27','',0,'https://localhost/?post_type=shop_order&p=157',0,'shop_order','',1),(158,1,'2018-06-13 12:43:28','2018-06-13 12:43:28','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21117021f2e','order-jun-13-2018-1243-pm-6','','','2018-06-13 12:43:28','2018-06-13 12:43:28','',0,'https://localhost/?post_type=shop_order&p=158',0,'shop_order','',1),(159,1,'2018-06-13 12:43:29','2018-06-13 12:43:29','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21117198118','order-jun-13-2018-1243-pm-7','','','2018-06-13 12:43:29','2018-06-13 12:43:29','',0,'https://localhost/?post_type=shop_order&p=159',0,'shop_order','',1),(160,1,'2018-06-13 12:43:30','2018-06-13 12:43:30','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211172cd536','order-jun-13-2018-1243-pm-8','','','2018-06-13 12:43:31','2018-06-13 12:43:31','',0,'https://localhost/?post_type=shop_order&p=160',0,'shop_order','',1),(161,1,'2018-06-13 12:43:31','2018-06-13 12:43:31','','Order – June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211173b4459','order-jun-13-2018-1243-pm-9','','','2018-06-13 12:43:32','2018-06-13 12:43:32','',0,'https://localhost/?post_type=shop_order&p=161',0,'shop_order','',1),(162,1,'2018-06-13 13:08:31','2018-06-13 13:08:31','','Order – June 13, 2018 @ 01:08 PM','','wc-completed','open','closed','order_5b21174fa2900','order-jun-13-2018-0108-pm','','','2018-06-13 13:08:31','2018-06-13 13:08:31','',0,'https://localhost/?post_type=shop_order&p=162',0,'shop_order','',1),(163,1,'2018-06-13 13:09:33','2018-06-13 13:09:33','','Order – June 13, 2018 @ 01:09 PM','','wc-completed','open','closed','order_5b21178d39c0d','order-jun-13-2018-0109-pm','','','2018-06-13 13:09:33','2018-06-13 13:09:33','',0,'https://localhost/?post_type=shop_order&p=163',0,'shop_order','',1),(363,1,'2018-06-20 10:13:30','2018-06-20 10:13:30','','Order – June 20, 2018 @ 10:13 AM','','wc-completed','open','closed','order_5b2a28caef7ca','order-jun-20-2018-1013-am','','','2018-06-20 10:13:31','2018-06-20 10:13:31','',0,'https://localhost/?post_type=shop_order&p=363',0,'shop_order','',1),(364,1,'2018-06-20 12:45:59','2018-06-20 12:45:59','','Order – June 20, 2018 @ 12:45 PM','','wc-completed','open','closed','order_5b2a4c87da29b','order-jun-20-2018-1245-pm','','','2018-06-20 12:46:00','2018-06-20 12:46:00','',0,'https://localhost/?post_type=shop_order&p=364',0,'shop_order','',1),(365,1,'2018-06-20 12:51:06','2018-06-20 12:51:06','','Order – June 20, 2018 @ 12:51 PM','','wc-completed','open','closed','order_5b2a4dba71cad','order-jun-20-2018-1251-pm','','','2018-06-20 12:51:06','2018-06-20 12:51:06','',0,'https://localhost/?post_type=shop_order&p=365',0,'shop_order','',1),(366,1,'2018-06-20 13:26:29','2018-06-20 13:26:29','','Order – June 20, 2018 @ 01:26 PM','','wc-completed','open','closed','order_5b2a56053b36e','order-jun-20-2018-0126-pm','','','2018-06-20 13:26:29','2018-06-20 13:26:29','',0,'https://localhost/?post_type=shop_order&p=366',0,'shop_order','',1),(367,1,'2018-06-20 13:27:07','2018-06-20 13:27:07','','Order – June 20, 2018 @ 01:27 PM','','wc-completed','open','closed','order_5b2a562b458f1','order-jun-20-2018-0127-pm','','','2018-06-20 13:27:07','2018-06-20 13:27:07','',0,'https://localhost/?post_type=shop_order&p=367',0,'shop_order','',1),(368,1,'2018-06-20 13:31:24','2018-06-20 13:31:24','','Order – June 20, 2018 @ 01:31 PM','','wc-completed','open','closed','order_5b2a572c060d0','order-jun-20-2018-0131-pm','','','2018-06-20 13:31:24','2018-06-20 13:31:24','',0,'https://localhost/?post_type=shop_order&p=368',0,'shop_order','',1),(369,1,'2018-06-20 13:37:47','2018-06-20 13:37:47','','Order – June 20, 2018 @ 01:37 PM','','wc-completed','open','closed','order_5b2a58ab91eef','order-jun-20-2018-0137-pm','','','2018-06-20 13:37:47','2018-06-20 13:37:47','',0,'https://localhost/?post_type=shop_order&p=369',0,'shop_order','',1),(370,1,'2018-06-27 23:04:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-06-27 23:04:13','0000-00-00 00:00:00','',0,'http://localhost/?p=370',0,'post','',0),(375,1,'2018-06-27 23:27:51','2018-06-27 23:27:51','[gravityflow page=\"inbox\"]','Workflow Inbox','Workflow Inbox','publish','closed','closed','','workflow-inbox','','','2018-06-27 23:27:51','2018-06-27 23:27:51','',0,'http://localhost/workflow-inbox/',0,'page','',0),(376,1,'2018-06-27 23:27:51','2018-06-27 23:27:51','[gravityflow page=\"status\"]','Workflow Status','Workflow Status','publish','closed','closed','','workflow-status','','','2018-06-27 23:27:51','2018-06-27 23:27:51','',0,'http://localhost/workflow-status/',0,'page','',0),(377,1,'2018-06-27 23:27:51','2018-06-27 23:27:51','[gravityflow page=\"submit\"]','Submit a Workflow Form','Submit a Workflow Form','publish','closed','closed','','submit-a-workflow-form','','','2018-06-27 23:27:51','2018-06-27 23:27:51','',0,'http://localhost/submit-a-workflow-form/',0,'page','',0),(378,1,'2018-06-27 23:28:58','0000-00-00 00:00:00','','Start workflow','','draft','closed','closed','','','','','2018-06-27 23:28:58','2018-06-27 23:28:58','',0,'http://localhost/?page_id=378',0,'page','',0),(379,1,'2018-06-27 23:32:54','2018-06-27 23:32:54','[gravityform id=\"1\" title=\"false\" description=\"false\"]','Start workflow process','','publish','closed','closed','','start-workflow-process','','','2018-06-27 23:33:30','2018-06-27 23:33:30','',0,'http://localhost/?page_id=379',0,'page','',0),(380,1,'2018-06-27 23:32:54','2018-06-27 23:32:54','[gravityform id=\"1\" title=\"true\" description=\"true\"]','Start workflow process','','inherit','closed','closed','','379-revision-v1','','','2018-06-27 23:32:54','2018-06-27 23:32:54','',379,'http://localhost/2018/06/27/379-revision-v1/',0,'revision','',0),(381,1,'2018-06-27 23:33:01','2018-06-27 23:33:01','<a id=\"post-preview\" class=\"preview button\" href=\"http://localhost/start-workflow-process/?preview=true\" target=\"wp-preview-379\">Preview Changes<span class=\"screen-reader-text\"> (opens in a new window)</span></a>[gravityform id=\"1\" title=\"true\" description=\"true\"]','Start workflow process','','inherit','closed','closed','','379-autosave-v1','','','2018-06-27 23:33:01','2018-06-27 23:33:01','',379,'http://localhost/2018/06/27/379-autosave-v1/',0,'revision','',0),(382,1,'2018-06-27 23:33:30','2018-06-27 23:33:30','[gravityform id=\"1\" title=\"false\" description=\"false\"]','Start workflow process','','inherit','closed','closed','','379-revision-v1','','','2018-06-27 23:33:30','2018-06-27 23:33:30','',379,'http://localhost/2018/06/27/379-revision-v1/',0,'revision','',0),(383,1,'2018-06-28 00:04:50','2018-06-28 00:04:50','[gravityform id=\"7\" title=\"false\" description=\"false\"]','Enter installation info','','publish','closed','closed','','enter-installation-info','','','2018-06-28 00:05:13','2018-06-28 00:05:13','',0,'http://localhost/?page_id=383',0,'page','',0),(384,1,'2018-06-28 00:04:50','2018-06-28 00:04:50','[gravityform id=\"12\" title=\"true\" description=\"true\"]','Enter installation info','','inherit','closed','closed','','383-revision-v1','','','2018-06-28 00:04:50','2018-06-28 00:04:50','',383,'http://localhost/2018/06/28/383-revision-v1/',0,'revision','',0),(385,1,'2018-06-28 00:05:13','2018-06-28 00:05:13','[gravityform id=\"7\" title=\"false\" description=\"false\"]','Enter installation info','','inherit','closed','closed','','383-revision-v1','','','2018-06-28 00:05:13','2018-06-28 00:05:13','',383,'http://localhost/2018/06/28/383-revision-v1/',0,'revision','',0),(386,1,'2018-06-28 00:05:40','2018-06-28 00:05:40','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Enter configuration info','','publish','closed','closed','','enter-configuration-info','','','2018-06-28 00:05:40','2018-06-28 00:05:40','',0,'http://localhost/?page_id=386',0,'page','',0),(387,1,'2018-06-28 00:05:40','2018-06-28 00:05:40','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Enter configuration info','','inherit','closed','closed','','386-revision-v1','','','2018-06-28 00:05:40','2018-06-28 00:05:40','',386,'http://localhost/2018/06/28/386-revision-v1/',0,'revision','',0),(388,1,'2018-06-28 00:06:07','2018-06-28 00:06:07','[gravityform id=\"6\" title=\"false\" description=\"false\"]','Upload contract','','publish','closed','closed','','upload-contract','','','2018-06-28 00:51:05','2018-06-28 00:51:05','',0,'http://localhost/?page_id=388',0,'page','',0),(389,1,'2018-06-28 00:06:07','2018-06-28 00:06:07','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Upload contract','','inherit','closed','closed','','388-revision-v1','','','2018-06-28 00:06:07','2018-06-28 00:06:07','',388,'http://localhost/2018/06/28/388-revision-v1/',0,'revision','',0),(390,1,'2018-06-28 00:51:05','2018-06-28 00:51:05','[gravityform id=\"6\" title=\"false\" description=\"false\"]','Upload contract','','inherit','closed','closed','','388-revision-v1','','','2018-06-28 00:51:05','2018-06-28 00:51:05','',388,'http://localhost/2018/06/28/388-revision-v1/',0,'revision','',0),(391,1,'2018-06-28 04:45:29','2018-06-28 04:45:29','','Order – June 28, 2018 @ 04:45 AM','','wc-completed','open','closed','order_5b3467e995748','order-jun-28-2018-0445-am','','','2018-06-28 04:45:29','2018-06-28 04:45:29','',0,'https://localhost/?post_type=shop_order&p=391',0,'shop_order','',1),(392,1,'2018-06-28 04:45:34','2018-06-28 04:45:34','','Order – June 28, 2018 @ 04:45 AM','','wc-completed','open','closed','order_5b3467ee1a44f','order-jun-28-2018-0445-am-2','','','2018-06-28 04:45:34','2018-06-28 04:45:34','',0,'https://localhost/?post_type=shop_order&p=392',0,'shop_order','',1),(393,1,'2018-06-28 04:45:34','2018-06-28 04:45:34','','Order – June 28, 2018 @ 04:45 AM','','wc-pending','open','closed','order_5b3467eed720d','order-jun-28-2018-0445-am-3','','','2018-06-28 04:45:38','2018-06-28 04:45:38','',0,'https://localhost/?post_type=shop_order&p=393',0,'shop_order','',1),(394,1,'2018-06-28 04:45:35','2018-06-28 04:45:35','','Order – June 28, 2018 @ 04:45 AM','','wc-completed','open','closed','order_5b3467ef978fb','order-jun-28-2018-0445-am-4','','','2018-06-28 04:45:38','2018-06-28 04:45:38','',0,'https://localhost/?post_type=shop_order&p=394',0,'shop_order','',1),(395,1,'2018-06-28 04:45:36','2018-06-28 04:45:36','','Order – June 28, 2018 @ 04:45 AM','','wc-completed','open','closed','order_5b3467f04f8c8','order-jun-28-2018-0445-am-5','','','2018-06-28 04:45:41','2018-06-28 04:45:41','',0,'https://localhost/?post_type=shop_order&p=395',0,'shop_order','',1),(396,1,'2018-06-28 04:46:00','2018-06-28 04:46:00','','Order – June 28, 2018 @ 04:46 AM','','wc-completed','open','closed','order_5b346808d599f','order-jun-28-2018-0446-am','','','2018-06-28 04:46:01','2018-06-28 04:46:01','',0,'https://localhost/?post_type=shop_order&p=396',0,'shop_order','',1),(397,1,'2018-06-28 04:51:52','2018-06-28 04:51:52','','Order – June 28, 2018 @ 04:51 AM','','wc-completed','open','closed','order_5b34696838826','order-jun-28-2018-0451-am','','','2018-06-28 04:51:52','2018-06-28 04:51:52','',0,'https://localhost/?post_type=shop_order&p=397',0,'shop_order','',1),(398,1,'2018-06-28 04:52:44','2018-06-28 04:52:44','','Order – June 28, 2018 @ 04:52 AM','','wc-completed','open','closed','order_5b34699c95f32','order-jun-28-2018-0452-am','','','2018-06-28 04:52:44','2018-06-28 04:52:44','',0,'https://localhost/?post_type=shop_order&p=398',0,'shop_order','',1),(399,1,'2018-06-28 04:53:28','2018-06-28 04:53:28','','Order – June 28, 2018 @ 04:53 AM','','wc-completed','open','closed','order_5b3469c858155','order-jun-28-2018-0453-am','','','2018-06-28 04:53:28','2018-06-28 04:53:28','',0,'https://localhost/?post_type=shop_order&p=399',0,'shop_order','',1);
|
||
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_queue`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_queue`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_queue` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`attempts` tinyint(1) NOT NULL DEFAULT '0',
|
||
`locked` tinyint(1) NOT NULL DEFAULT '0',
|
||
`locked_at` datetime DEFAULT NULL,
|
||
`available_at` datetime NOT NULL,
|
||
`created_at` datetime NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_queue`
|
||
--
|
||
|
||
LOCK TABLES `wp_queue` WRITE;
|
||
/*!40000 ALTER TABLE `wp_queue` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_queue` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_term_relationships`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_term_relationships`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_term_relationships` (
|
||
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`term_order` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
|
||
KEY `term_taxonomy_id` (`term_taxonomy_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_term_relationships`
|
||
--
|
||
|
||
LOCK TABLES `wp_term_relationships` WRITE;
|
||
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
|
||
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(73,2,0),(73,15,0);
|
||
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_term_taxonomy`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_term_taxonomy`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_term_taxonomy` (
|
||
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`count` bigint(20) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`term_taxonomy_id`),
|
||
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
|
||
KEY `taxonomy` (`taxonomy`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_term_taxonomy`
|
||
--
|
||
|
||
LOCK TABLES `wp_term_taxonomy` WRITE;
|
||
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
|
||
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,1),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,1),(16,16,'product_cat','A short category description',0,0),(17,17,'product_cat','A short category description',0,0),(18,18,'product_cat','A short category description',0,0);
|
||
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_termmeta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_termmeta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_termmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `term_id` (`term_id`),
|
||
KEY `meta_key` (`meta_key`(191))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_termmeta`
|
||
--
|
||
|
||
LOCK TABLES `wp_termmeta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
|
||
INSERT INTO `wp_termmeta` VALUES (1,16,'thumbnail_id','22'),(2,16,'product_count_product_cat','0'),(3,17,'thumbnail_id','24'),(4,17,'product_count_product_cat','0'),(5,18,'thumbnail_id','23'),(6,18,'product_count_product_cat','0'),(7,15,'product_count_product_cat','1');
|
||
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_terms`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_terms`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_terms` (
|
||
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`term_group` bigint(10) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`term_id`),
|
||
KEY `slug` (`slug`(191)),
|
||
KEY `name` (`name`(191))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_terms`
|
||
--
|
||
|
||
LOCK TABLES `wp_terms` WRITE;
|
||
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
|
||
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Accessories','accessories',0),(17,'Hoodies','hoodies',0),(18,'Tshirts','tshirts',0);
|
||
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_usermeta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_usermeta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_usermeta` (
|
||
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`umeta_id`),
|
||
KEY `user_id` (`user_id`),
|
||
KEY `meta_key` (`meta_key`(191))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_usermeta`
|
||
--
|
||
|
||
LOCK TABLES `wp_usermeta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
|
||
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','worpwooc'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','370'),(18,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(19,1,'jetpack_tracks_anon_id','jetpack:dJtly7NxwT0oEWoZgmi5zmnL'),(20,1,'wc_last_active','1530144000'),(21,2,'nickname','broker'),(22,2,'first_name','br'),(23,2,'last_name','ok'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'syntax_highlighting','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp_capabilities','a:1:{s:6:\"broker\";b:1;}'),(33,2,'wp_user_level','0'),(34,2,'dismissed_wp_pointers','wp496_privacy'),(35,3,'nickname','Multi User'),(36,3,'first_name','Multi'),(37,3,'last_name','User'),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'syntax_highlighting','true'),(41,3,'comment_shortcuts','false'),(42,3,'admin_color','fresh'),(43,3,'use_ssl','0'),(44,3,'show_admin_bar_front','true'),(45,3,'locale',''),(46,3,'wp_capabilities','a:2:{s:15:\"commercial_lead\";b:1;s:8:\"supplier\";b:1;}'),(47,3,'wp_user_level','0'),(48,3,'dismissed_wp_pointers','wp496_privacy'),(49,3,'billing_first_name','Multi'),(50,3,'billing_last_name','User'),(51,3,'billing_company',''),(52,3,'billing_address_1',''),(53,3,'billing_address_2',''),(54,3,'billing_city',''),(55,3,'billing_postcode',''),(56,3,'billing_country',''),(57,3,'billing_state',''),(58,3,'billing_phone',''),(59,3,'billing_email','multi@dfkdf.com'),(60,3,'shipping_first_name',''),(61,3,'shipping_last_name',''),(62,3,'shipping_company',''),(63,3,'shipping_address_1',''),(64,3,'shipping_address_2',''),(65,3,'shipping_city',''),(66,3,'shipping_postcode',''),(67,3,'shipping_country',''),(68,3,'shipping_state',''),(69,3,'last_update','1528971733'),(71,3,'wc_last_active','1530144000'),(72,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(73,1,'_order_count','0'),(74,1,'_money_spent','0'),(75,2,'_order_count','0'),(76,2,'_money_spent','0'),(77,3,'_order_count','0'),(78,3,'_money_spent','0'),(79,1,'wp_user-settings','libraryContent=browse'),(80,1,'wp_user-settings-time','1530140648'),(81,1,'session_tokens','a:6:{s:64:\"9435b74f4d3ea3649a0780d99a8c4b512f24f78ddea2f3f5eb66941d93d1b5b3\";a:4:{s:10:\"expiration\";i:1530313660;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530140860;}s:64:\"34ccb8f96357ae3e9ec915049f68fd3ed7f15d19f5c25be0f9843504a2246d5f\";a:4:{s:10:\"expiration\";i:1530314646;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530141846;}s:64:\"03b92a1fedbe0662614f7a847cfb2a25bad5a8c4960e39aff8aa26a117fddef1\";a:4:{s:10:\"expiration\";i:1530314650;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530141850;}s:64:\"a7a96f46666f62bd29e42631d9815c3d04b35c2512bad787b0dd3defe47e2072\";a:4:{s:10:\"expiration\";i:1530319034;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530146234;}s:64:\"9961a1962d480579db02c9289b97b0eaba9f9452f52853cb2246c8e20c037693\";a:4:{s:10:\"expiration\";i:1530319128;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530146328;}s:64:\"ed5d741c3656e27e88ac8f49c88b484f16e6bf888554ec2b0e3417fa4ce3db4b\";a:4:{s:10:\"expiration\";i:1530319132;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530146332;}}'),(82,1,'gform_recent_forms','a:6:{i:0;s:1:\"6\";i:1;s:1:\"7\";i:2;s:1:\"5\";i:3;s:1:\"2\";i:4;s:1:\"1\";i:5;s:1:\"8\";}'),(83,3,'session_tokens','a:3:{s:64:\"e7bc269d5e6c5bcd01e7677ec7f6a573248889f07e40fc1c611d0ba4325802dc\";a:4:{s:10:\"expiration\";i:1530316681;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530143881;}s:64:\"af23050f54eb3c28040d0f494a0f6c5e728db01e913e6b6302d583b2f4c33929\";a:4:{s:10:\"expiration\";i:1530316685;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530143885;}s:64:\"74d7467be92698e05da4da5d49a627767cdf9d68bd624ae22f5b5ceaa5eb02fe\";a:4:{s:10:\"expiration\";i:1530322931;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530150131;}}'),(84,2,'session_tokens','a:1:{s:64:\"6f76d4073d342d03f9ced47a14ae35ec2d0d12fc62f28bd81677f617718e3d1c\";a:4:{s:10:\"expiration\";i:1530318928;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530146128;}}'),(85,2,'wc_last_active','1530144000'),(86,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(87,1,'vaa-view-admin-as','a:1:{s:5:\"views\";a:1:{s:43:\"FjfJvxCmjnW00PowDQhcue4vPTFRFoNRY817M6hXqc0\";a:2:{s:4:\"view\";a:1:{s:4:\"role\";s:13:\"administrator\";}s:6:\"expire\";i:1530257328;}}}'),(88,4,'nickname','customer'),(89,4,'first_name','Customer'),(90,4,'last_name','Customer'),(91,4,'description',''),(92,4,'rich_editing','true'),(93,4,'syntax_highlighting','true'),(94,4,'comment_shortcuts','false'),(95,4,'admin_color','fresh'),(96,4,'use_ssl','0'),(97,4,'show_admin_bar_front','true'),(98,4,'locale',''),(99,4,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(100,4,'wp_user_level','0'),(101,4,'dismissed_wp_pointers','wp496_privacy'),(102,4,'session_tokens','a:2:{s:64:\"625ecd6c6b9e17d0723631cfb464b9a70f880dc0773f055fc4e71b1357e5ed09\";a:4:{s:10:\"expiration\";i:1530323099;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530150299;}s:64:\"fb19a415147895f0ba0f656863958297a1827ba0a190232447aad7b947e9b05c\";a:4:{s:10:\"expiration\";i:1530323102;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530150302;}}'),(103,4,'wc_last_active','1530144000'),(104,4,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}');
|
||
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_users`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_users`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_users` (
|
||
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`user_status` int(11) NOT NULL DEFAULT '0',
|
||
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`ID`),
|
||
KEY `user_login_key` (`user_login`),
|
||
KEY `user_nicename` (`user_nicename`),
|
||
KEY `user_email` (`user_email`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_users`
|
||
--
|
||
|
||
LOCK TABLES `wp_users` WRITE;
|
||
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
|
||
INSERT INTO `wp_users` VALUES (1,'worpwooc','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','worpwooc','almira@saburly.com','','2018-06-11 07:30:53','',0,'worpwooc'),(2,'broker','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','broker','almira@saburly.com','','2018-06-13 11:35:46','',0,'br ok'),(3,'Multi User','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','multi-user','almira@saburly.com','','2018-06-14 08:03:22','',0,'Multi User'),(4,'customer','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','customer','almira@saburly.com','http://localhost','2018-06-28 01:44:23','1530150265:$P$BJ5xNc9C1ZsOvRNijtHQuXneRBxOhM0',0,'Customer Customer');
|
||
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_wc_download_log`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_wc_download_log`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_wc_download_log` (
|
||
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`timestamp` datetime NOT NULL,
|
||
`permission_id` bigint(20) unsigned NOT NULL,
|
||
`user_id` bigint(20) unsigned DEFAULT NULL,
|
||
`user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
|
||
PRIMARY KEY (`download_log_id`),
|
||
KEY `permission_id` (`permission_id`),
|
||
KEY `timestamp` (`timestamp`),
|
||
CONSTRAINT `wp_wc_download_log_ibfk_1` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE,
|
||
CONSTRAINT `wp_wc_download_log_ibfk_2` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_wc_download_log`
|
||
--
|
||
|
||
LOCK TABLES `wp_wc_download_log` WRITE;
|
||
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_wc_webhooks`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_wc_webhooks`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_wc_webhooks` (
|
||
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_id` bigint(20) unsigned NOT NULL,
|
||
`delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`api_version` smallint(4) NOT NULL,
|
||
`failure_count` smallint(10) NOT NULL DEFAULT '0',
|
||
`pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`webhook_id`),
|
||
KEY `user_id` (`user_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_wc_webhooks`
|
||
--
|
||
|
||
LOCK TABLES `wp_wc_webhooks` WRITE;
|
||
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_api_keys`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_api_keys` (
|
||
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`user_id` bigint(20) unsigned NOT NULL,
|
||
`description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`nonces` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
`truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`last_access` datetime DEFAULT NULL,
|
||
PRIMARY KEY (`key_id`),
|
||
KEY `consumer_key` (`consumer_key`),
|
||
KEY `consumer_secret` (`consumer_secret`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_api_keys`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_api_keys` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_api_keys` VALUES (4,1,'Tkey','read_write','c3c4268aa6b674de5e5d095b470927a7e25f6a94dd7b025d1e2019ff74b91de9','cs_1290deec8e07e3a4182cc88993734e77ff3f2cfa','a:1:{i:1529488884;s:11:\"AAq4fS86QEV\";}','a45dda4','2018-06-20 10:12:38'),(5,1,'Write key','read_write','d8fd9b7143bc9396aa638ddf1dc9da1fb1c526a4f1369a2891e7ab4165f7f6a6','cs_18bd03a0e6afd7d5c9e51e1d1c86032e425bd8d8','a:12:{i:1528798567;s:32:\"Mybcu9VTcIYZAbm6CiM3xDwTzkq2nzJl\";i:1528798585;s:32:\"fTAjzi33u17ESTIDOvouR31JUXrs8D04\";i:1528798589;s:32:\"czjKskxkWqfHuMCfgnlBf21BYnGG21Kt\";i:1528798616;s:32:\"xbxgfXDzPJsCFWmYWd3VOVa1ty0blTDV\";i:1528798815;s:32:\"4TtuVH1xC7DQamHIAKQARywWapilOKCI\";i:1528798823;s:32:\"xkB1Fsp4FPTawcjeMD9K2j7ZM14LjRex\";i:1528798838;s:32:\"ayvNSFnAz0iaPB8D4TmGC99abo02XF2V\";i:1528798844;s:32:\"8J9F2R1fw60nEMnvyQSFewXbgYKJxGLT\";i:1528798845;s:32:\"pGdBE50rNjO8iS8ttxfAw5dNUnj8bJMr\";i:1528798852;s:32:\"uMxWUCUHGYq8ZhtTB5WPOrERGnHNUHB7\";i:1528798917;s:32:\"zV61DT8BoVKPOzWAwErQ7l27xfKFme93\";i:1528799463;s:32:\"lFDBehUwM9D1cf0pzD5iEzP73dKDH1Rj\";}','6cc1287','2018-06-28 04:53:28');
|
||
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
|
||
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`attribute_public` int(1) NOT NULL DEFAULT '1',
|
||
PRIMARY KEY (`attribute_id`),
|
||
KEY `attribute_name` (`attribute_name`(20))
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
|
||
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`product_id` bigint(20) unsigned NOT NULL,
|
||
`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_id` bigint(20) unsigned DEFAULT NULL,
|
||
`downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`access_expires` datetime DEFAULT NULL,
|
||
`download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`permission_id`),
|
||
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
|
||
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
|
||
KEY `order_id` (`order_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_log`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_log`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_log` (
|
||
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`timestamp` datetime NOT NULL,
|
||
`level` smallint(4) NOT NULL,
|
||
`source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`context` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`log_id`),
|
||
KEY `level` (`level`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_log`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_log` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_order_itemmeta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_order_itemmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`order_item_id` bigint(20) unsigned NOT NULL,
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `order_item_id` (`order_item_id`),
|
||
KEY `meta_key` (`meta_key`(32))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=1888 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_order_itemmeta`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','73'),(2,1,'_variation_id','0'),(3,1,'_qty','1'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','1'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','1'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(10,2,'_product_id','73'),(11,2,'_variation_id','0'),(12,2,'_qty','1'),(13,2,'_tax_class',''),(14,2,'_line_subtotal','1'),(15,2,'_line_subtotal_tax','0'),(16,2,'_line_total','1'),(17,2,'_line_tax','0'),(18,2,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(19,3,'_product_id','0'),(20,3,'_variation_id','0'),(21,3,'_qty','2'),(22,3,'_tax_class',''),(23,3,'_line_subtotal','0'),(24,3,'_line_subtotal_tax','0'),(25,3,'_line_total','0'),(26,3,'_line_tax','0'),(27,3,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28,4,'_product_id','0'),(29,4,'_variation_id','0'),(30,4,'_qty','1'),(31,4,'_tax_class',''),(32,4,'_line_subtotal','0'),(33,4,'_line_subtotal_tax','0'),(34,4,'_line_total','0'),(35,4,'_line_tax','0'),(36,4,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37,5,'_product_id','0'),(38,5,'_variation_id','0'),(39,5,'_qty','2'),(40,5,'_tax_class',''),(41,5,'_line_subtotal','0'),(42,5,'_line_subtotal_tax','0'),(43,5,'_line_total','0'),(44,5,'_line_tax','0'),(45,5,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46,6,'_product_id','0'),(47,6,'_variation_id','0'),(48,6,'_qty','1'),(49,6,'_tax_class',''),(50,6,'_line_subtotal','0'),(51,6,'_line_subtotal_tax','0'),(52,6,'_line_total','0'),(53,6,'_line_tax','0'),(54,6,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55,7,'_product_id','0'),(56,7,'_variation_id','0'),(57,7,'_qty','2'),(58,7,'_tax_class',''),(59,7,'_line_subtotal','0'),(60,7,'_line_subtotal_tax','0'),(61,7,'_line_total','0'),(62,7,'_line_tax','0'),(63,7,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64,8,'_product_id','0'),(65,8,'_variation_id','0'),(66,8,'_qty','1'),(67,8,'_tax_class',''),(68,8,'_line_subtotal','0'),(69,8,'_line_subtotal_tax','0'),(70,8,'_line_total','0'),(71,8,'_line_tax','0'),(72,8,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73,9,'_product_id','0'),(74,9,'_variation_id','0'),(75,9,'_qty','2'),(76,9,'_tax_class',''),(77,9,'_line_subtotal','0'),(78,9,'_line_subtotal_tax','0'),(79,9,'_line_total','0'),(80,9,'_line_tax','0'),(81,9,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82,10,'_product_id','0'),(83,10,'_variation_id','0'),(84,10,'_qty','1'),(85,10,'_tax_class',''),(86,10,'_line_subtotal','0'),(87,10,'_line_subtotal_tax','0'),(88,10,'_line_total','0'),(89,10,'_line_tax','0'),(90,10,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91,11,'_product_id','0'),(92,11,'_variation_id','0'),(93,11,'_qty','2'),(94,11,'_tax_class',''),(95,11,'_line_subtotal','0'),(96,11,'_line_subtotal_tax','0'),(97,11,'_line_total','0'),(98,11,'_line_tax','0'),(99,11,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100,12,'_product_id','0'),(101,12,'_variation_id','0'),(102,12,'_qty','1'),(103,12,'_tax_class',''),(104,12,'_line_subtotal','0'),(105,12,'_line_subtotal_tax','0'),(106,12,'_line_total','0'),(107,12,'_line_tax','0'),(108,12,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109,13,'_product_id','0'),(110,13,'_variation_id','0'),(111,13,'_qty','2'),(112,13,'_tax_class',''),(113,13,'_line_subtotal','0'),(114,13,'_line_subtotal_tax','0'),(115,13,'_line_total','0'),(116,13,'_line_tax','0'),(117,13,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118,14,'_product_id','0'),(119,14,'_variation_id','0'),(120,14,'_qty','1'),(121,14,'_tax_class',''),(122,14,'_line_subtotal','0'),(123,14,'_line_subtotal_tax','0'),(124,14,'_line_total','0'),(125,14,'_line_tax','0'),(126,14,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127,15,'_product_id','0'),(128,15,'_variation_id','0'),(129,15,'_qty','2'),(130,15,'_tax_class',''),(131,15,'_line_subtotal','0'),(132,15,'_line_subtotal_tax','0'),(133,15,'_line_total','0'),(134,15,'_line_tax','0'),(135,15,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136,16,'_product_id','0'),(137,16,'_variation_id','0'),(138,16,'_qty','1'),(139,16,'_tax_class',''),(140,16,'_line_subtotal','0'),(141,16,'_line_subtotal_tax','0'),(142,16,'_line_total','0'),(143,16,'_line_tax','0'),(144,16,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145,17,'_product_id','0'),(146,17,'_variation_id','0'),(147,17,'_qty','2'),(148,17,'_tax_class',''),(149,17,'_line_subtotal','0'),(150,17,'_line_subtotal_tax','0'),(151,17,'_line_total','0'),(152,17,'_line_tax','0'),(153,17,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154,18,'_product_id','0'),(155,18,'_variation_id','0'),(156,18,'_qty','1'),(157,18,'_tax_class',''),(158,18,'_line_subtotal','0'),(159,18,'_line_subtotal_tax','0'),(160,18,'_line_total','0'),(161,18,'_line_tax','0'),(162,18,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163,19,'_product_id','0'),(164,19,'_variation_id','0'),(165,19,'_qty','2'),(166,19,'_tax_class',''),(167,19,'_line_subtotal','0'),(168,19,'_line_subtotal_tax','0'),(169,19,'_line_total','0'),(170,19,'_line_tax','0'),(171,19,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172,20,'_product_id','0'),(173,20,'_variation_id','0'),(174,20,'_qty','1'),(175,20,'_tax_class',''),(176,20,'_line_subtotal','0'),(177,20,'_line_subtotal_tax','0'),(178,20,'_line_total','0'),(179,20,'_line_tax','0'),(180,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181,21,'_product_id','0'),(182,21,'_variation_id','0'),(183,21,'_qty','2'),(184,21,'_tax_class',''),(185,21,'_line_subtotal','0'),(186,21,'_line_subtotal_tax','0'),(187,21,'_line_total','0'),(188,21,'_line_tax','0'),(189,21,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(190,22,'_product_id','0'),(191,22,'_variation_id','0'),(192,22,'_qty','1'),(193,22,'_tax_class',''),(194,22,'_line_subtotal','0'),(195,22,'_line_subtotal_tax','0'),(196,22,'_line_total','0'),(197,22,'_line_tax','0'),(198,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(199,23,'_product_id','0'),(200,23,'_variation_id','0'),(201,23,'_qty','2'),(202,23,'_tax_class',''),(203,23,'_line_subtotal','0'),(204,23,'_line_subtotal_tax','0'),(205,23,'_line_total','0'),(206,23,'_line_tax','0'),(207,23,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(208,24,'_product_id','0'),(209,24,'_variation_id','0'),(210,24,'_qty','1'),(211,24,'_tax_class',''),(212,24,'_line_subtotal','0'),(213,24,'_line_subtotal_tax','0'),(214,24,'_line_total','0'),(215,24,'_line_tax','0'),(216,24,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(217,25,'_product_id','0'),(218,25,'_variation_id','0'),(219,25,'_qty','2'),(220,25,'_tax_class',''),(221,25,'_line_subtotal','0'),(222,25,'_line_subtotal_tax','0'),(223,25,'_line_total','0'),(224,25,'_line_tax','0'),(225,25,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(226,26,'_product_id','0'),(227,26,'_variation_id','0'),(228,26,'_qty','1'),(229,26,'_tax_class',''),(230,26,'_line_subtotal','0'),(231,26,'_line_subtotal_tax','0'),(232,26,'_line_total','0'),(233,26,'_line_tax','0'),(234,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(235,27,'_product_id','0'),(236,27,'_variation_id','0'),(237,27,'_qty','2'),(238,27,'_tax_class',''),(239,27,'_line_subtotal','0'),(240,27,'_line_subtotal_tax','0'),(241,27,'_line_total','0'),(242,27,'_line_tax','0'),(243,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(244,28,'_product_id','0'),(245,28,'_variation_id','0'),(246,28,'_qty','1'),(247,28,'_tax_class',''),(248,28,'_line_subtotal','0'),(249,28,'_line_subtotal_tax','0'),(250,28,'_line_total','0'),(251,28,'_line_tax','0'),(252,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(253,29,'_product_id','0'),(254,29,'_variation_id','0'),(255,29,'_qty','2'),(256,29,'_tax_class',''),(257,29,'_line_subtotal','0'),(258,29,'_line_subtotal_tax','0'),(259,29,'_line_total','0'),(260,29,'_line_tax','0'),(261,29,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(262,30,'_product_id','0'),(263,30,'_variation_id','0'),(264,30,'_qty','1'),(265,30,'_tax_class',''),(266,30,'_line_subtotal','0'),(267,30,'_line_subtotal_tax','0'),(268,30,'_line_total','0'),(269,30,'_line_tax','0'),(270,30,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(271,31,'_product_id','0'),(272,31,'_variation_id','0'),(273,31,'_qty','2'),(274,31,'_tax_class',''),(275,31,'_line_subtotal','0'),(276,31,'_line_subtotal_tax','0'),(277,31,'_line_total','0'),(278,31,'_line_tax','0'),(279,31,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(280,32,'_product_id','0'),(281,32,'_variation_id','0'),(282,32,'_qty','1'),(283,32,'_tax_class',''),(284,32,'_line_subtotal','0'),(285,32,'_line_subtotal_tax','0'),(286,32,'_line_total','0'),(287,32,'_line_tax','0'),(288,32,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(289,33,'_product_id','0'),(290,33,'_variation_id','0'),(291,33,'_qty','2'),(292,33,'_tax_class',''),(293,33,'_line_subtotal','0'),(294,33,'_line_subtotal_tax','0'),(295,33,'_line_total','0'),(296,33,'_line_tax','0'),(297,33,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(298,34,'_product_id','0'),(299,34,'_variation_id','0'),(300,34,'_qty','1'),(301,34,'_tax_class',''),(302,34,'_line_subtotal','0'),(303,34,'_line_subtotal_tax','0'),(304,34,'_line_total','0'),(305,34,'_line_tax','0'),(306,34,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(307,35,'_product_id','0'),(308,35,'_variation_id','0'),(309,35,'_qty','2'),(310,35,'_tax_class',''),(311,35,'_line_subtotal','0'),(312,35,'_line_subtotal_tax','0'),(313,35,'_line_total','0'),(314,35,'_line_tax','0'),(315,35,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(316,36,'_product_id','0'),(317,36,'_variation_id','0'),(318,36,'_qty','1'),(319,36,'_tax_class',''),(320,36,'_line_subtotal','0'),(321,36,'_line_subtotal_tax','0'),(322,36,'_line_total','0'),(323,36,'_line_tax','0'),(324,36,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(325,37,'_product_id','0'),(326,37,'_variation_id','0'),(327,37,'_qty','2'),(328,37,'_tax_class',''),(329,37,'_line_subtotal','0'),(330,37,'_line_subtotal_tax','0'),(331,37,'_line_total','0'),(332,37,'_line_tax','0'),(333,37,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(334,38,'_product_id','0'),(335,38,'_variation_id','0'),(336,38,'_qty','1'),(337,38,'_tax_class',''),(338,38,'_line_subtotal','0'),(339,38,'_line_subtotal_tax','0'),(340,38,'_line_total','0'),(341,38,'_line_tax','0'),(342,38,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(343,39,'_product_id','0'),(344,39,'_variation_id','0'),(345,39,'_qty','2'),(346,39,'_tax_class',''),(347,39,'_line_subtotal','0'),(348,39,'_line_subtotal_tax','0'),(349,39,'_line_total','0'),(350,39,'_line_tax','0'),(351,39,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(352,40,'_product_id','0'),(353,40,'_variation_id','0'),(354,40,'_qty','1'),(355,40,'_tax_class',''),(356,40,'_line_subtotal','0'),(357,40,'_line_subtotal_tax','0'),(358,40,'_line_total','0'),(359,40,'_line_tax','0'),(360,40,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(361,41,'_product_id','0'),(362,41,'_variation_id','0'),(363,41,'_qty','2'),(364,41,'_tax_class',''),(365,41,'_line_subtotal','0'),(366,41,'_line_subtotal_tax','0'),(367,41,'_line_total','0'),(368,41,'_line_tax','0'),(369,41,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(370,42,'_product_id','0'),(371,42,'_variation_id','0'),(372,42,'_qty','1'),(373,42,'_tax_class',''),(374,42,'_line_subtotal','0'),(375,42,'_line_subtotal_tax','0'),(376,42,'_line_total','0'),(377,42,'_line_tax','0'),(378,42,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(379,43,'_product_id','0'),(380,43,'_variation_id','0'),(381,43,'_qty','2'),(382,43,'_tax_class',''),(383,43,'_line_subtotal','0'),(384,43,'_line_subtotal_tax','0'),(385,43,'_line_total','0'),(386,43,'_line_tax','0'),(387,43,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(388,44,'_product_id','0'),(389,44,'_variation_id','0'),(390,44,'_qty','1'),(391,44,'_tax_class',''),(392,44,'_line_subtotal','0'),(393,44,'_line_subtotal_tax','0'),(394,44,'_line_total','0'),(395,44,'_line_tax','0'),(396,44,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(397,45,'_product_id','0'),(398,45,'_variation_id','0'),(399,45,'_qty','2'),(400,45,'_tax_class',''),(401,45,'_line_subtotal','0'),(402,45,'_line_subtotal_tax','0'),(403,45,'_line_total','0'),(404,45,'_line_tax','0'),(405,45,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(406,46,'_product_id','0'),(407,46,'_variation_id','0'),(408,46,'_qty','1'),(409,46,'_tax_class',''),(410,46,'_line_subtotal','0'),(411,46,'_line_subtotal_tax','0'),(412,46,'_line_total','0'),(413,46,'_line_tax','0'),(414,46,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(415,47,'_product_id','0'),(416,47,'_variation_id','0'),(417,47,'_qty','2'),(418,47,'_tax_class',''),(419,47,'_line_subtotal','0'),(420,47,'_line_subtotal_tax','0'),(421,47,'_line_total','0'),(422,47,'_line_tax','0'),(423,47,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(424,48,'_product_id','0'),(425,48,'_variation_id','0'),(426,48,'_qty','1'),(427,48,'_tax_class',''),(428,48,'_line_subtotal','0'),(429,48,'_line_subtotal_tax','0'),(430,48,'_line_total','0'),(431,48,'_line_tax','0'),(432,48,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(433,49,'_product_id','0'),(434,49,'_variation_id','0'),(435,49,'_qty','2'),(436,49,'_tax_class',''),(437,49,'_line_subtotal','0'),(438,49,'_line_subtotal_tax','0'),(439,49,'_line_total','0'),(440,49,'_line_tax','0'),(441,49,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(442,50,'_product_id','0'),(443,50,'_variation_id','0'),(444,50,'_qty','1'),(445,50,'_tax_class',''),(446,50,'_line_subtotal','0'),(447,50,'_line_subtotal_tax','0'),(448,50,'_line_total','0'),(449,50,'_line_tax','0'),(450,50,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(451,51,'_product_id','0'),(452,51,'_variation_id','0'),(453,51,'_qty','2'),(454,51,'_tax_class',''),(455,51,'_line_subtotal','0'),(456,51,'_line_subtotal_tax','0'),(457,51,'_line_total','0'),(458,51,'_line_tax','0'),(459,51,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(460,52,'_product_id','0'),(461,52,'_variation_id','0'),(462,52,'_qty','1'),(463,52,'_tax_class',''),(464,52,'_line_subtotal','0'),(465,52,'_line_subtotal_tax','0'),(466,52,'_line_total','0'),(467,52,'_line_tax','0'),(468,52,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(469,53,'_product_id','0'),(470,53,'_variation_id','0'),(471,53,'_qty','2'),(472,53,'_tax_class',''),(473,53,'_line_subtotal','0'),(474,53,'_line_subtotal_tax','0'),(475,53,'_line_total','0'),(476,53,'_line_tax','0'),(477,53,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(478,54,'_product_id','0'),(479,54,'_variation_id','0'),(480,54,'_qty','1'),(481,54,'_tax_class',''),(482,54,'_line_subtotal','0'),(483,54,'_line_subtotal_tax','0'),(484,54,'_line_total','0'),(485,54,'_line_tax','0'),(486,54,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(487,55,'_product_id','0'),(488,55,'_variation_id','0'),(489,55,'_qty','2'),(490,55,'_tax_class',''),(491,55,'_line_subtotal','0'),(492,55,'_line_subtotal_tax','0'),(493,55,'_line_total','0'),(494,55,'_line_tax','0'),(495,55,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(496,56,'_product_id','0'),(497,56,'_variation_id','0'),(498,56,'_qty','1'),(499,56,'_tax_class',''),(500,56,'_line_subtotal','0'),(501,56,'_line_subtotal_tax','0'),(502,56,'_line_total','0'),(503,56,'_line_tax','0'),(504,56,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(505,57,'_product_id','0'),(506,57,'_variation_id','0'),(507,57,'_qty','2'),(508,57,'_tax_class',''),(509,57,'_line_subtotal','0'),(510,57,'_line_subtotal_tax','0'),(511,57,'_line_total','0'),(512,57,'_line_tax','0'),(513,57,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(514,58,'_product_id','0'),(515,58,'_variation_id','0'),(516,58,'_qty','1'),(517,58,'_tax_class',''),(518,58,'_line_subtotal','0'),(519,58,'_line_subtotal_tax','0'),(520,58,'_line_total','0'),(521,58,'_line_tax','0'),(522,58,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(523,59,'_product_id','0'),(524,59,'_variation_id','0'),(525,59,'_qty','2'),(526,59,'_tax_class',''),(527,59,'_line_subtotal','0'),(528,59,'_line_subtotal_tax','0'),(529,59,'_line_total','0'),(530,59,'_line_tax','0'),(531,59,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(532,60,'_product_id','0'),(533,60,'_variation_id','0'),(534,60,'_qty','1'),(535,60,'_tax_class',''),(536,60,'_line_subtotal','0'),(537,60,'_line_subtotal_tax','0'),(538,60,'_line_total','0'),(539,60,'_line_tax','0'),(540,60,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(541,61,'_product_id','73'),(542,61,'_variation_id','0'),(543,61,'_qty','1'),(544,61,'_tax_class',''),(545,61,'_line_subtotal','1'),(546,61,'_line_subtotal_tax','0'),(547,61,'_line_total','1'),(548,61,'_line_tax','0'),(549,61,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(550,62,'method_id','free_shipping'),(551,62,'instance_id','2'),(552,62,'cost','0.00'),(553,62,'total_tax','0'),(554,62,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(555,62,'Items','Hamo × 1'),(556,63,'_product_id','0'),(557,63,'_variation_id','0'),(558,63,'_qty','2'),(559,63,'_tax_class',''),(560,63,'_line_subtotal','0'),(561,63,'_line_subtotal_tax','0'),(562,63,'_line_total','0'),(563,63,'_line_tax','0'),(564,63,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(565,64,'_product_id','0'),(566,64,'_variation_id','0'),(567,64,'_qty','1'),(568,64,'_tax_class',''),(569,64,'_line_subtotal','0'),(570,64,'_line_subtotal_tax','0'),(571,64,'_line_total','0'),(572,64,'_line_tax','0'),(573,64,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(574,65,'_product_id','0'),(575,65,'_variation_id','0'),(576,65,'_qty','2'),(577,65,'_tax_class',''),(578,65,'_line_subtotal','0'),(579,65,'_line_subtotal_tax','0'),(580,65,'_line_total','0'),(581,65,'_line_tax','0'),(582,65,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(583,66,'_product_id','0'),(584,66,'_variation_id','0'),(585,66,'_qty','1'),(586,66,'_tax_class',''),(587,66,'_line_subtotal','0'),(588,66,'_line_subtotal_tax','0'),(589,66,'_line_total','0'),(590,66,'_line_tax','0'),(591,66,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(592,67,'_product_id','0'),(593,67,'_variation_id','0'),(594,67,'_qty','2'),(595,67,'_tax_class',''),(596,67,'_line_subtotal','0'),(597,67,'_line_subtotal_tax','0'),(598,67,'_line_total','0'),(599,67,'_line_tax','0'),(600,67,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(601,68,'_product_id','0'),(602,68,'_variation_id','0'),(603,68,'_qty','1'),(604,68,'_tax_class',''),(605,68,'_line_subtotal','0'),(606,68,'_line_subtotal_tax','0'),(607,68,'_line_total','0'),(608,68,'_line_tax','0'),(609,68,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(610,69,'_product_id','0'),(611,69,'_variation_id','0'),(612,69,'_qty','2'),(613,69,'_tax_class',''),(614,69,'_line_subtotal','0'),(615,69,'_line_subtotal_tax','0'),(616,69,'_line_total','0'),(617,69,'_line_tax','0'),(618,69,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(619,70,'_product_id','0'),(620,70,'_variation_id','0'),(621,70,'_qty','1'),(622,70,'_tax_class',''),(623,70,'_line_subtotal','0'),(624,70,'_line_subtotal_tax','0'),(625,70,'_line_total','0'),(626,70,'_line_tax','0'),(627,70,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(628,71,'_product_id','0'),(629,71,'_variation_id','0'),(630,71,'_qty','2'),(631,71,'_tax_class',''),(632,71,'_line_subtotal','0'),(633,71,'_line_subtotal_tax','0'),(634,71,'_line_total','0'),(635,71,'_line_tax','0'),(636,71,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(637,72,'_product_id','0'),(638,72,'_variation_id','0'),(639,72,'_qty','1'),(640,72,'_tax_class',''),(641,72,'_line_subtotal','0'),(642,72,'_line_subtotal_tax','0'),(643,72,'_line_total','0'),(644,72,'_line_tax','0'),(645,72,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(646,73,'_product_id','0'),(647,73,'_variation_id','0'),(648,73,'_qty','2'),(649,73,'_tax_class',''),(650,73,'_line_subtotal','0'),(651,73,'_line_subtotal_tax','0'),(652,73,'_line_total','0'),(653,73,'_line_tax','0'),(654,73,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(655,74,'_product_id','0'),(656,74,'_variation_id','0'),(657,74,'_qty','1'),(658,74,'_tax_class',''),(659,74,'_line_subtotal','0'),(660,74,'_line_subtotal_tax','0'),(661,74,'_line_total','0'),(662,74,'_line_tax','0'),(663,74,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(664,75,'_product_id','0'),(665,75,'_variation_id','0'),(666,75,'_qty','2'),(667,75,'_tax_class',''),(668,75,'_line_subtotal','0'),(669,75,'_line_subtotal_tax','0'),(670,75,'_line_total','0'),(671,75,'_line_tax','0'),(672,75,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(673,76,'_product_id','0'),(674,76,'_variation_id','0'),(675,76,'_qty','1'),(676,76,'_tax_class',''),(677,76,'_line_subtotal','0'),(678,76,'_line_subtotal_tax','0'),(679,76,'_line_total','0'),(680,76,'_line_tax','0'),(681,76,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(682,77,'_product_id','0'),(683,77,'_variation_id','0'),(684,77,'_qty','2'),(685,77,'_tax_class',''),(686,77,'_line_subtotal','0'),(687,77,'_line_subtotal_tax','0'),(688,77,'_line_total','0'),(689,77,'_line_tax','0'),(690,77,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(691,78,'_product_id','0'),(692,78,'_variation_id','0'),(693,78,'_qty','1'),(694,78,'_tax_class',''),(695,78,'_line_subtotal','0'),(696,78,'_line_subtotal_tax','0'),(697,78,'_line_total','0'),(698,78,'_line_tax','0'),(699,78,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(700,79,'_product_id','0'),(701,79,'_variation_id','0'),(702,79,'_qty','2'),(703,79,'_tax_class',''),(704,79,'_line_subtotal','0'),(705,79,'_line_subtotal_tax','0'),(706,79,'_line_total','0'),(707,79,'_line_tax','0'),(708,79,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(709,80,'_product_id','0'),(710,80,'_variation_id','0'),(711,80,'_qty','1'),(712,80,'_tax_class',''),(713,80,'_line_subtotal','0'),(714,80,'_line_subtotal_tax','0'),(715,80,'_line_total','0'),(716,80,'_line_tax','0'),(717,80,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(718,81,'_product_id','0'),(719,81,'_variation_id','0'),(720,81,'_qty','2'),(721,81,'_tax_class',''),(722,81,'_line_subtotal','0'),(723,81,'_line_subtotal_tax','0'),(724,81,'_line_total','0'),(725,81,'_line_tax','0'),(726,81,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(727,82,'_product_id','0'),(728,82,'_variation_id','0'),(729,82,'_qty','1'),(730,82,'_tax_class',''),(731,82,'_line_subtotal','0'),(732,82,'_line_subtotal_tax','0'),(733,82,'_line_total','0'),(734,82,'_line_tax','0'),(735,82,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(736,83,'_product_id','0'),(737,83,'_variation_id','0'),(738,83,'_qty','2'),(739,83,'_tax_class',''),(740,83,'_line_subtotal','0'),(741,83,'_line_subtotal_tax','0'),(742,83,'_line_total','0'),(743,83,'_line_tax','0'),(744,83,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(745,84,'_product_id','0'),(746,84,'_variation_id','0'),(747,84,'_qty','1'),(748,84,'_tax_class',''),(749,84,'_line_subtotal','0'),(750,84,'_line_subtotal_tax','0'),(751,84,'_line_total','0'),(752,84,'_line_tax','0'),(753,84,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(754,85,'_product_id','0'),(755,85,'_variation_id','0'),(756,85,'_qty','2'),(757,85,'_tax_class',''),(758,85,'_line_subtotal','0'),(759,85,'_line_subtotal_tax','0'),(760,85,'_line_total','0'),(761,85,'_line_tax','0'),(762,85,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(763,86,'_product_id','0'),(764,86,'_variation_id','0'),(765,86,'_qty','1'),(766,86,'_tax_class',''),(767,86,'_line_subtotal','0'),(768,86,'_line_subtotal_tax','0'),(769,86,'_line_total','0'),(770,86,'_line_tax','0'),(771,86,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(772,87,'_product_id','0'),(773,87,'_variation_id','0'),(774,87,'_qty','2'),(775,87,'_tax_class',''),(776,87,'_line_subtotal','0'),(777,87,'_line_subtotal_tax','0'),(778,87,'_line_total','0'),(779,87,'_line_tax','0'),(780,87,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(781,88,'_product_id','0'),(782,88,'_variation_id','0'),(783,88,'_qty','1'),(784,88,'_tax_class',''),(785,88,'_line_subtotal','0'),(786,88,'_line_subtotal_tax','0'),(787,88,'_line_total','0'),(788,88,'_line_tax','0'),(789,88,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(790,89,'_product_id','0'),(791,89,'_variation_id','0'),(792,89,'_qty','2'),(793,89,'_tax_class',''),(794,89,'_line_subtotal','0'),(795,89,'_line_subtotal_tax','0'),(796,89,'_line_total','0'),(797,89,'_line_tax','0'),(798,89,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(799,90,'_product_id','0'),(800,90,'_variation_id','0'),(801,90,'_qty','1'),(802,90,'_tax_class',''),(803,90,'_line_subtotal','0'),(804,90,'_line_subtotal_tax','0'),(805,90,'_line_total','0'),(806,90,'_line_tax','0'),(807,90,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(808,91,'_product_id','0'),(809,91,'_variation_id','0'),(810,91,'_qty','2'),(811,91,'_tax_class',''),(812,91,'_line_subtotal','0'),(813,91,'_line_subtotal_tax','0'),(814,91,'_line_total','0'),(815,91,'_line_tax','0'),(816,91,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(817,92,'_product_id','0'),(818,92,'_variation_id','0'),(819,92,'_qty','1'),(820,92,'_tax_class',''),(821,92,'_line_subtotal','0'),(822,92,'_line_subtotal_tax','0'),(823,92,'_line_total','0'),(824,92,'_line_tax','0'),(825,92,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(826,93,'_product_id','0'),(827,93,'_variation_id','0'),(828,93,'_qty','2'),(829,93,'_tax_class',''),(830,93,'_line_subtotal','0'),(831,93,'_line_subtotal_tax','0'),(832,93,'_line_total','0'),(833,93,'_line_tax','0'),(834,93,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(835,94,'_product_id','0'),(836,94,'_variation_id','0'),(837,94,'_qty','1'),(838,94,'_tax_class',''),(839,94,'_line_subtotal','0'),(840,94,'_line_subtotal_tax','0'),(841,94,'_line_total','0'),(842,94,'_line_tax','0'),(843,94,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(844,95,'_product_id','0'),(845,95,'_variation_id','0'),(846,95,'_qty','2'),(847,95,'_tax_class',''),(848,95,'_line_subtotal','0'),(849,95,'_line_subtotal_tax','0'),(850,95,'_line_total','0'),(851,95,'_line_tax','0'),(852,95,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(853,96,'_product_id','0'),(854,96,'_variation_id','0'),(855,96,'_qty','1'),(856,96,'_tax_class',''),(857,96,'_line_subtotal','0'),(858,96,'_line_subtotal_tax','0'),(859,96,'_line_total','0'),(860,96,'_line_tax','0'),(861,96,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(862,97,'_product_id','0'),(863,97,'_variation_id','0'),(864,97,'_qty','2'),(865,97,'_tax_class',''),(866,97,'_line_subtotal','0'),(867,97,'_line_subtotal_tax','0'),(868,97,'_line_total','0'),(869,97,'_line_tax','0'),(870,97,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(871,98,'_product_id','0'),(872,98,'_variation_id','0'),(873,98,'_qty','1'),(874,98,'_tax_class',''),(875,98,'_line_subtotal','0'),(876,98,'_line_subtotal_tax','0'),(877,98,'_line_total','0'),(878,98,'_line_tax','0'),(879,98,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(880,99,'_product_id','0'),(881,99,'_variation_id','0'),(882,99,'_qty','2'),(883,99,'_tax_class',''),(884,99,'_line_subtotal','0'),(885,99,'_line_subtotal_tax','0'),(886,99,'_line_total','0'),(887,99,'_line_tax','0'),(888,99,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(889,100,'_product_id','0'),(890,100,'_variation_id','0'),(891,100,'_qty','1'),(892,100,'_tax_class',''),(893,100,'_line_subtotal','0'),(894,100,'_line_subtotal_tax','0'),(895,100,'_line_total','0'),(896,100,'_line_tax','0'),(897,100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(898,101,'_product_id','0'),(899,101,'_variation_id','0'),(900,101,'_qty','2'),(901,101,'_tax_class',''),(902,101,'_line_subtotal','0'),(903,101,'_line_subtotal_tax','0'),(904,101,'_line_total','0'),(905,101,'_line_tax','0'),(906,101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(907,102,'_product_id','0'),(908,102,'_variation_id','0'),(909,102,'_qty','1'),(910,102,'_tax_class',''),(911,102,'_line_subtotal','0'),(912,102,'_line_subtotal_tax','0'),(913,102,'_line_total','0'),(914,102,'_line_tax','0'),(915,102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(916,103,'_product_id','0'),(917,103,'_variation_id','0'),(918,103,'_qty','2'),(919,103,'_tax_class',''),(920,103,'_line_subtotal','0'),(921,103,'_line_subtotal_tax','0'),(922,103,'_line_total','0'),(923,103,'_line_tax','0'),(924,103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(925,104,'_product_id','0'),(926,104,'_variation_id','0'),(927,104,'_qty','1'),(928,104,'_tax_class',''),(929,104,'_line_subtotal','0'),(930,104,'_line_subtotal_tax','0'),(931,104,'_line_total','0'),(932,104,'_line_tax','0'),(933,104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(934,105,'_product_id','0'),(935,105,'_variation_id','0'),(936,105,'_qty','2'),(937,105,'_tax_class',''),(938,105,'_line_subtotal','0'),(939,105,'_line_subtotal_tax','0'),(940,105,'_line_total','0'),(941,105,'_line_tax','0'),(942,105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(943,106,'_product_id','0'),(944,106,'_variation_id','0'),(945,106,'_qty','1'),(946,106,'_tax_class',''),(947,106,'_line_subtotal','0'),(948,106,'_line_subtotal_tax','0'),(949,106,'_line_total','0'),(950,106,'_line_tax','0'),(951,106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(952,107,'_product_id','0'),(953,107,'_variation_id','0'),(954,107,'_qty','2'),(955,107,'_tax_class',''),(956,107,'_line_subtotal','0'),(957,107,'_line_subtotal_tax','0'),(958,107,'_line_total','0'),(959,107,'_line_tax','0'),(960,107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(961,108,'_product_id','0'),(962,108,'_variation_id','0'),(963,108,'_qty','1'),(964,108,'_tax_class',''),(965,108,'_line_subtotal','0'),(966,108,'_line_subtotal_tax','0'),(967,108,'_line_total','0'),(968,108,'_line_tax','0'),(969,108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(970,109,'_product_id','0'),(971,109,'_variation_id','0'),(972,109,'_qty','2'),(973,109,'_tax_class',''),(974,109,'_line_subtotal','0'),(975,109,'_line_subtotal_tax','0'),(976,109,'_line_total','0'),(977,109,'_line_tax','0'),(978,109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(979,110,'_product_id','0'),(980,110,'_variation_id','0'),(981,110,'_qty','1'),(982,110,'_tax_class',''),(983,110,'_line_subtotal','0'),(984,110,'_line_subtotal_tax','0'),(985,110,'_line_total','0'),(986,110,'_line_tax','0'),(987,110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(988,111,'_product_id','0'),(989,111,'_variation_id','0'),(990,111,'_qty','2'),(991,111,'_tax_class',''),(992,111,'_line_subtotal','0'),(993,111,'_line_subtotal_tax','0'),(994,111,'_line_total','0'),(995,111,'_line_tax','0'),(996,111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(997,112,'_product_id','0'),(998,112,'_variation_id','0'),(999,112,'_qty','1'),(1000,112,'_tax_class',''),(1001,112,'_line_subtotal','0'),(1002,112,'_line_subtotal_tax','0'),(1003,112,'_line_total','0'),(1004,112,'_line_tax','0'),(1005,112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1006,113,'_product_id','0'),(1007,113,'_variation_id','0'),(1008,113,'_qty','2'),(1009,113,'_tax_class',''),(1010,113,'_line_subtotal','0'),(1011,113,'_line_subtotal_tax','0'),(1012,113,'_line_total','0'),(1013,113,'_line_tax','0'),(1014,113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1015,114,'_product_id','0'),(1016,114,'_variation_id','0'),(1017,114,'_qty','1'),(1018,114,'_tax_class',''),(1019,114,'_line_subtotal','0'),(1020,114,'_line_subtotal_tax','0'),(1021,114,'_line_total','0'),(1022,114,'_line_tax','0'),(1023,114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1024,115,'_product_id','0'),(1025,115,'_variation_id','0'),(1026,115,'_qty','2'),(1027,115,'_tax_class',''),(1028,115,'_line_subtotal','0'),(1029,115,'_line_subtotal_tax','0'),(1030,115,'_line_total','0'),(1031,115,'_line_tax','0'),(1032,115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1033,116,'_product_id','0'),(1034,116,'_variation_id','0'),(1035,116,'_qty','1'),(1036,116,'_tax_class',''),(1037,116,'_line_subtotal','0'),(1038,116,'_line_subtotal_tax','0'),(1039,116,'_line_total','0'),(1040,116,'_line_tax','0'),(1041,116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1042,117,'_product_id','0'),(1043,117,'_variation_id','0'),(1044,117,'_qty','2'),(1045,117,'_tax_class',''),(1046,117,'_line_subtotal','0'),(1047,117,'_line_subtotal_tax','0'),(1048,117,'_line_total','0'),(1049,117,'_line_tax','0'),(1050,117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1051,118,'_product_id','0'),(1052,118,'_variation_id','0'),(1053,118,'_qty','1'),(1054,118,'_tax_class',''),(1055,118,'_line_subtotal','0'),(1056,118,'_line_subtotal_tax','0'),(1057,118,'_line_total','0'),(1058,118,'_line_tax','0'),(1059,118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1060,119,'_product_id','0'),(1061,119,'_variation_id','0'),(1062,119,'_qty','2'),(1063,119,'_tax_class',''),(1064,119,'_line_subtotal','0'),(1065,119,'_line_subtotal_tax','0'),(1066,119,'_line_total','0'),(1067,119,'_line_tax','0'),(1068,119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1069,120,'_product_id','0'),(1070,120,'_variation_id','0'),(1071,120,'_qty','1'),(1072,120,'_tax_class',''),(1073,120,'_line_subtotal','0'),(1074,120,'_line_subtotal_tax','0'),(1075,120,'_line_total','0'),(1076,120,'_line_tax','0'),(1077,120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1078,121,'_product_id','0'),(1079,121,'_variation_id','0'),(1080,121,'_qty','2'),(1081,121,'_tax_class',''),(1082,121,'_line_subtotal','0'),(1083,121,'_line_subtotal_tax','0'),(1084,121,'_line_total','0'),(1085,121,'_line_tax','0'),(1086,121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1087,122,'_product_id','0'),(1088,122,'_variation_id','0'),(1089,122,'_qty','1'),(1090,122,'_tax_class',''),(1091,122,'_line_subtotal','0'),(1092,122,'_line_subtotal_tax','0'),(1093,122,'_line_total','0'),(1094,122,'_line_tax','0'),(1095,122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1096,123,'_product_id','0'),(1097,123,'_variation_id','0'),(1098,123,'_qty','2'),(1099,123,'_tax_class',''),(1100,123,'_line_subtotal','0'),(1101,123,'_line_subtotal_tax','0'),(1102,123,'_line_total','0'),(1103,123,'_line_tax','0'),(1104,123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1105,124,'_product_id','0'),(1106,124,'_variation_id','0'),(1107,124,'_qty','1'),(1108,124,'_tax_class',''),(1109,124,'_line_subtotal','0'),(1110,124,'_line_subtotal_tax','0'),(1111,124,'_line_total','0'),(1112,124,'_line_tax','0'),(1113,124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1114,125,'_product_id','0'),(1115,125,'_variation_id','0'),(1116,125,'_qty','2'),(1117,125,'_tax_class',''),(1118,125,'_line_subtotal','0'),(1119,125,'_line_subtotal_tax','0'),(1120,125,'_line_total','0'),(1121,125,'_line_tax','0'),(1122,125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1123,126,'_product_id','0'),(1124,126,'_variation_id','0'),(1125,126,'_qty','1'),(1126,126,'_tax_class',''),(1127,126,'_line_subtotal','0'),(1128,126,'_line_subtotal_tax','0'),(1129,126,'_line_total','0'),(1130,126,'_line_tax','0'),(1131,126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1132,127,'_product_id','0'),(1133,127,'_variation_id','0'),(1134,127,'_qty','2'),(1135,127,'_tax_class',''),(1136,127,'_line_subtotal','0'),(1137,127,'_line_subtotal_tax','0'),(1138,127,'_line_total','0'),(1139,127,'_line_tax','0'),(1140,127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1141,128,'_product_id','0'),(1142,128,'_variation_id','0'),(1143,128,'_qty','1'),(1144,128,'_tax_class',''),(1145,128,'_line_subtotal','0'),(1146,128,'_line_subtotal_tax','0'),(1147,128,'_line_total','0'),(1148,128,'_line_tax','0'),(1149,128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1150,129,'_product_id','0'),(1151,129,'_variation_id','0'),(1152,129,'_qty','2'),(1153,129,'_tax_class',''),(1154,129,'_line_subtotal','0'),(1155,129,'_line_subtotal_tax','0'),(1156,129,'_line_total','0'),(1157,129,'_line_tax','0'),(1158,129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1159,130,'_product_id','0'),(1160,130,'_variation_id','0'),(1161,130,'_qty','1'),(1162,130,'_tax_class',''),(1163,130,'_line_subtotal','0'),(1164,130,'_line_subtotal_tax','0'),(1165,130,'_line_total','0'),(1166,130,'_line_tax','0'),(1167,130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1168,131,'_product_id','0'),(1169,131,'_variation_id','0'),(1170,131,'_qty','2'),(1171,131,'_tax_class',''),(1172,131,'_line_subtotal','0'),(1173,131,'_line_subtotal_tax','0'),(1174,131,'_line_total','0'),(1175,131,'_line_tax','0'),(1176,131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1177,132,'_product_id','0'),(1178,132,'_variation_id','0'),(1179,132,'_qty','1'),(1180,132,'_tax_class',''),(1181,132,'_line_subtotal','0'),(1182,132,'_line_subtotal_tax','0'),(1183,132,'_line_total','0'),(1184,132,'_line_tax','0'),(1185,132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1186,133,'_product_id','0'),(1187,133,'_variation_id','0'),(1188,133,'_qty','2'),(1189,133,'_tax_class',''),(1190,133,'_line_subtotal','0'),(1191,133,'_line_subtotal_tax','0'),(1192,133,'_line_total','0'),(1193,133,'_line_tax','0'),(1194,133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1195,134,'_product_id','0'),(1196,134,'_variation_id','0'),(1197,134,'_qty','1'),(1198,134,'_tax_class',''),(1199,134,'_line_subtotal','0'),(1200,134,'_line_subtotal_tax','0'),(1201,134,'_line_total','0'),(1202,134,'_line_tax','0'),(1203,134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1204,135,'_product_id','0'),(1205,135,'_variation_id','0'),(1206,135,'_qty','2'),(1207,135,'_tax_class',''),(1208,135,'_line_subtotal','0'),(1209,135,'_line_subtotal_tax','0'),(1210,135,'_line_total','0'),(1211,135,'_line_tax','0'),(1212,135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1213,136,'_product_id','0'),(1214,136,'_variation_id','0'),(1215,136,'_qty','1'),(1216,136,'_tax_class',''),(1217,136,'_line_subtotal','0'),(1218,136,'_line_subtotal_tax','0'),(1219,136,'_line_total','0'),(1220,136,'_line_tax','0'),(1221,136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1222,137,'_product_id','0'),(1223,137,'_variation_id','0'),(1224,137,'_qty','2'),(1225,137,'_tax_class',''),(1226,137,'_line_subtotal','0'),(1227,137,'_line_subtotal_tax','0'),(1228,137,'_line_total','0'),(1229,137,'_line_tax','0'),(1230,137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1231,138,'_product_id','0'),(1232,138,'_variation_id','0'),(1233,138,'_qty','1'),(1234,138,'_tax_class',''),(1235,138,'_line_subtotal','0'),(1236,138,'_line_subtotal_tax','0'),(1237,138,'_line_total','0'),(1238,138,'_line_tax','0'),(1239,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1240,139,'_product_id','0'),(1241,139,'_variation_id','0'),(1242,139,'_qty','2'),(1243,139,'_tax_class',''),(1244,139,'_line_subtotal','0'),(1245,139,'_line_subtotal_tax','0'),(1246,139,'_line_total','0'),(1247,139,'_line_tax','0'),(1248,139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1249,140,'_product_id','0'),(1250,140,'_variation_id','0'),(1251,140,'_qty','1'),(1252,140,'_tax_class',''),(1253,140,'_line_subtotal','0'),(1254,140,'_line_subtotal_tax','0'),(1255,140,'_line_total','0'),(1256,140,'_line_tax','0'),(1257,140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1258,141,'_product_id','0'),(1259,141,'_variation_id','0'),(1260,141,'_qty','2'),(1261,141,'_tax_class',''),(1262,141,'_line_subtotal','0'),(1263,141,'_line_subtotal_tax','0'),(1264,141,'_line_total','0'),(1265,141,'_line_tax','0'),(1266,141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1267,142,'_product_id','0'),(1268,142,'_variation_id','0'),(1269,142,'_qty','1'),(1270,142,'_tax_class',''),(1271,142,'_line_subtotal','0'),(1272,142,'_line_subtotal_tax','0'),(1273,142,'_line_total','0'),(1274,142,'_line_tax','0'),(1275,142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1276,143,'_product_id','0'),(1277,143,'_variation_id','0'),(1278,143,'_qty','2'),(1279,143,'_tax_class',''),(1280,143,'_line_subtotal','0'),(1281,143,'_line_subtotal_tax','0'),(1282,143,'_line_total','0'),(1283,143,'_line_tax','0'),(1284,143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1285,144,'_product_id','0'),(1286,144,'_variation_id','0'),(1287,144,'_qty','1'),(1288,144,'_tax_class',''),(1289,144,'_line_subtotal','0'),(1290,144,'_line_subtotal_tax','0'),(1291,144,'_line_total','0'),(1292,144,'_line_tax','0'),(1293,144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1294,145,'_product_id','0'),(1295,145,'_variation_id','0'),(1296,145,'_qty','2'),(1297,145,'_tax_class',''),(1298,145,'_line_subtotal','0'),(1299,145,'_line_subtotal_tax','0'),(1300,145,'_line_total','0'),(1301,145,'_line_tax','0'),(1302,145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1303,146,'_product_id','0'),(1304,146,'_variation_id','0'),(1305,146,'_qty','1'),(1306,146,'_tax_class',''),(1307,146,'_line_subtotal','0'),(1308,146,'_line_subtotal_tax','0'),(1309,146,'_line_total','0'),(1310,146,'_line_tax','0'),(1311,146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1312,147,'_product_id','0'),(1313,147,'_variation_id','0'),(1314,147,'_qty','2'),(1315,147,'_tax_class',''),(1316,147,'_line_subtotal','0'),(1317,147,'_line_subtotal_tax','0'),(1318,147,'_line_total','0'),(1319,147,'_line_tax','0'),(1320,147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1321,148,'_product_id','0'),(1322,148,'_variation_id','0'),(1323,148,'_qty','1'),(1324,148,'_tax_class',''),(1325,148,'_line_subtotal','0'),(1326,148,'_line_subtotal_tax','0'),(1327,148,'_line_total','0'),(1328,148,'_line_tax','0'),(1329,148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1330,149,'_product_id','0'),(1331,149,'_variation_id','0'),(1332,149,'_qty','2'),(1333,149,'_tax_class',''),(1334,149,'_line_subtotal','0'),(1335,149,'_line_subtotal_tax','0'),(1336,149,'_line_total','0'),(1337,149,'_line_tax','0'),(1338,149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1339,150,'_product_id','0'),(1340,150,'_variation_id','0'),(1341,150,'_qty','1'),(1342,150,'_tax_class',''),(1343,150,'_line_subtotal','0'),(1344,150,'_line_subtotal_tax','0'),(1345,150,'_line_total','0'),(1346,150,'_line_tax','0'),(1347,150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1348,151,'_product_id','0'),(1349,151,'_variation_id','0'),(1350,151,'_qty','2'),(1351,151,'_tax_class',''),(1352,151,'_line_subtotal','0'),(1353,151,'_line_subtotal_tax','0'),(1354,151,'_line_total','0'),(1355,151,'_line_tax','0'),(1356,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1357,152,'_product_id','0'),(1358,152,'_variation_id','0'),(1359,152,'_qty','1'),(1360,152,'_tax_class',''),(1361,152,'_line_subtotal','0'),(1362,152,'_line_subtotal_tax','0'),(1363,152,'_line_total','0'),(1364,152,'_line_tax','0'),(1365,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1366,153,'_product_id','0'),(1367,153,'_variation_id','0'),(1368,153,'_qty','2'),(1369,153,'_tax_class',''),(1370,153,'_line_subtotal','0'),(1371,153,'_line_subtotal_tax','0'),(1372,153,'_line_total','0'),(1373,153,'_line_tax','0'),(1374,153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1375,154,'_product_id','0'),(1376,154,'_variation_id','0'),(1377,154,'_qty','1'),(1378,154,'_tax_class',''),(1379,154,'_line_subtotal','0'),(1380,154,'_line_subtotal_tax','0'),(1381,154,'_line_total','0'),(1382,154,'_line_tax','0'),(1383,154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1384,155,'_product_id','0'),(1385,155,'_variation_id','0'),(1386,155,'_qty','2'),(1387,155,'_tax_class',''),(1388,155,'_line_subtotal','0'),(1389,155,'_line_subtotal_tax','0'),(1390,155,'_line_total','0'),(1391,155,'_line_tax','0'),(1392,155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1393,156,'_product_id','0'),(1394,156,'_variation_id','0'),(1395,156,'_qty','1'),(1396,156,'_tax_class',''),(1397,156,'_line_subtotal','0'),(1398,156,'_line_subtotal_tax','0'),(1399,156,'_line_total','0'),(1400,156,'_line_tax','0'),(1401,156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1402,157,'_product_id','0'),(1403,157,'_variation_id','0'),(1404,157,'_qty','2'),(1405,157,'_tax_class',''),(1406,157,'_line_subtotal','0'),(1407,157,'_line_subtotal_tax','0'),(1408,157,'_line_total','0'),(1409,157,'_line_tax','0'),(1410,157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1411,158,'_product_id','0'),(1412,158,'_variation_id','0'),(1413,158,'_qty','1'),(1414,158,'_tax_class',''),(1415,158,'_line_subtotal','0'),(1416,158,'_line_subtotal_tax','0'),(1417,158,'_line_total','0'),(1418,158,'_line_tax','0'),(1419,158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1420,159,'_product_id','0'),(1421,159,'_variation_id','0'),(1422,159,'_qty','2'),(1423,159,'_tax_class',''),(1424,159,'_line_subtotal','0'),(1425,159,'_line_subtotal_tax','0'),(1426,159,'_line_total','0'),(1427,159,'_line_tax','0'),(1428,159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1429,160,'_product_id','0'),(1430,160,'_variation_id','0'),(1431,160,'_qty','1'),(1432,160,'_tax_class',''),(1433,160,'_line_subtotal','0'),(1434,160,'_line_subtotal_tax','0'),(1435,160,'_line_total','0'),(1436,160,'_line_tax','0'),(1437,160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1438,161,'_product_id','0'),(1439,161,'_variation_id','0'),(1440,161,'_qty','2'),(1441,161,'_tax_class',''),(1442,161,'_line_subtotal','0'),(1443,161,'_line_subtotal_tax','0'),(1444,161,'_line_total','0'),(1445,161,'_line_tax','0'),(1446,161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1447,162,'_product_id','0'),(1448,162,'_variation_id','0'),(1449,162,'_qty','1'),(1450,162,'_tax_class',''),(1451,162,'_line_subtotal','0'),(1452,162,'_line_subtotal_tax','0'),(1453,162,'_line_total','0'),(1454,162,'_line_tax','0'),(1455,162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1456,163,'_product_id','0'),(1457,163,'_variation_id','0'),(1458,163,'_qty','2'),(1459,163,'_tax_class',''),(1460,163,'_line_subtotal','0'),(1461,163,'_line_subtotal_tax','0'),(1462,163,'_line_total','0'),(1463,163,'_line_tax','0'),(1464,163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1465,164,'_product_id','0'),(1466,164,'_variation_id','0'),(1467,164,'_qty','1'),(1468,164,'_tax_class',''),(1469,164,'_line_subtotal','0'),(1470,164,'_line_subtotal_tax','0'),(1471,164,'_line_total','0'),(1472,164,'_line_tax','0'),(1473,164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1474,165,'_product_id','0'),(1475,165,'_variation_id','0'),(1476,165,'_qty','2'),(1477,165,'_tax_class',''),(1478,165,'_line_subtotal','0'),(1479,165,'_line_subtotal_tax','0'),(1480,165,'_line_total','0'),(1481,165,'_line_tax','0'),(1482,165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1483,166,'_product_id','0'),(1484,166,'_variation_id','0'),(1485,166,'_qty','1'),(1486,166,'_tax_class',''),(1487,166,'_line_subtotal','0'),(1488,166,'_line_subtotal_tax','0'),(1489,166,'_line_total','0'),(1490,166,'_line_tax','0'),(1491,166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1492,167,'_product_id','0'),(1493,167,'_variation_id','0'),(1494,167,'_qty','2'),(1495,167,'_tax_class',''),(1496,167,'_line_subtotal','0'),(1497,167,'_line_subtotal_tax','0'),(1498,167,'_line_total','0'),(1499,167,'_line_tax','0'),(1500,167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1501,168,'_product_id','0'),(1502,168,'_variation_id','0'),(1503,168,'_qty','1'),(1504,168,'_tax_class',''),(1505,168,'_line_subtotal','0'),(1506,168,'_line_subtotal_tax','0'),(1507,168,'_line_total','0'),(1508,168,'_line_tax','0'),(1509,168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1510,169,'_product_id','0'),(1511,169,'_variation_id','0'),(1512,169,'_qty','2'),(1513,169,'_tax_class',''),(1514,169,'_line_subtotal','0'),(1515,169,'_line_subtotal_tax','0'),(1516,169,'_line_total','0'),(1517,169,'_line_tax','0'),(1518,169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1519,170,'_product_id','0'),(1520,170,'_variation_id','0'),(1521,170,'_qty','1'),(1522,170,'_tax_class',''),(1523,170,'_line_subtotal','0'),(1524,170,'_line_subtotal_tax','0'),(1525,170,'_line_total','0'),(1526,170,'_line_tax','0'),(1527,170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1528,171,'_product_id','0'),(1529,171,'_variation_id','0'),(1530,171,'_qty','2'),(1531,171,'_tax_class',''),(1532,171,'_line_subtotal','0'),(1533,171,'_line_subtotal_tax','0'),(1534,171,'_line_total','0'),(1535,171,'_line_tax','0'),(1536,171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1537,172,'_product_id','0'),(1538,172,'_variation_id','0'),(1539,172,'_qty','1'),(1540,172,'_tax_class',''),(1541,172,'_line_subtotal','0'),(1542,172,'_line_subtotal_tax','0'),(1543,172,'_line_total','0'),(1544,172,'_line_tax','0'),(1545,172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1546,173,'_product_id','0'),(1547,173,'_variation_id','0'),(1548,173,'_qty','2'),(1549,173,'_tax_class',''),(1550,173,'_line_subtotal','0'),(1551,173,'_line_subtotal_tax','0'),(1552,173,'_line_total','0'),(1553,173,'_line_tax','0'),(1554,173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1555,174,'_product_id','0'),(1556,174,'_variation_id','0'),(1557,174,'_qty','1'),(1558,174,'_tax_class',''),(1559,174,'_line_subtotal','0'),(1560,174,'_line_subtotal_tax','0'),(1561,174,'_line_total','0'),(1562,174,'_line_tax','0'),(1563,174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1564,175,'_product_id','0'),(1565,175,'_variation_id','0'),(1566,175,'_qty','2'),(1567,175,'_tax_class',''),(1568,175,'_line_subtotal','0'),(1569,175,'_line_subtotal_tax','0'),(1570,175,'_line_total','0'),(1571,175,'_line_tax','0'),(1572,175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1573,176,'_product_id','0'),(1574,176,'_variation_id','0'),(1575,176,'_qty','1'),(1576,176,'_tax_class',''),(1577,176,'_line_subtotal','0'),(1578,176,'_line_subtotal_tax','0'),(1579,176,'_line_total','0'),(1580,176,'_line_tax','0'),(1581,176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1582,177,'_product_id','0'),(1583,177,'_variation_id','0'),(1584,177,'_qty','2'),(1585,177,'_tax_class',''),(1586,177,'_line_subtotal','0'),(1587,177,'_line_subtotal_tax','0'),(1588,177,'_line_total','0'),(1589,177,'_line_tax','0'),(1590,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1591,178,'_product_id','0'),(1592,178,'_variation_id','0'),(1593,178,'_qty','1'),(1594,178,'_tax_class',''),(1595,178,'_line_subtotal','0'),(1596,178,'_line_subtotal_tax','0'),(1597,178,'_line_total','0'),(1598,178,'_line_tax','0'),(1599,178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1600,179,'_product_id','0'),(1601,179,'_variation_id','0'),(1602,179,'_qty','2'),(1603,179,'_tax_class',''),(1604,179,'_line_subtotal','0'),(1605,179,'_line_subtotal_tax','0'),(1606,179,'_line_total','0'),(1607,179,'_line_tax','0'),(1608,179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1609,180,'_product_id','0'),(1610,180,'_variation_id','0'),(1611,180,'_qty','1'),(1612,180,'_tax_class',''),(1613,180,'_line_subtotal','0'),(1614,180,'_line_subtotal_tax','0'),(1615,180,'_line_total','0'),(1616,180,'_line_tax','0'),(1617,180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1618,181,'_product_id','0'),(1619,181,'_variation_id','0'),(1620,181,'_qty','2'),(1621,181,'_tax_class',''),(1622,181,'_line_subtotal','0'),(1623,181,'_line_subtotal_tax','0'),(1624,181,'_line_total','0'),(1625,181,'_line_tax','0'),(1626,181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1627,182,'_product_id','0'),(1628,182,'_variation_id','0'),(1629,182,'_qty','1'),(1630,182,'_tax_class',''),(1631,182,'_line_subtotal','0'),(1632,182,'_line_subtotal_tax','0'),(1633,182,'_line_total','0'),(1634,182,'_line_tax','0'),(1635,182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1636,183,'_product_id','0'),(1637,183,'_variation_id','0'),(1638,183,'_qty','2'),(1639,183,'_tax_class',''),(1640,183,'_line_subtotal','0'),(1641,183,'_line_subtotal_tax','0'),(1642,183,'_line_total','0'),(1643,183,'_line_tax','0'),(1644,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1645,184,'_product_id','0'),(1646,184,'_variation_id','0'),(1647,184,'_qty','1'),(1648,184,'_tax_class',''),(1649,184,'_line_subtotal','0'),(1650,184,'_line_subtotal_tax','0'),(1651,184,'_line_total','0'),(1652,184,'_line_tax','0'),(1653,184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1654,185,'_product_id','0'),(1655,185,'_variation_id','0'),(1656,185,'_qty','2'),(1657,185,'_tax_class',''),(1658,185,'_line_subtotal','0'),(1659,185,'_line_subtotal_tax','0'),(1660,185,'_line_total','0'),(1661,185,'_line_tax','0'),(1662,185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1663,186,'_product_id','0'),(1664,186,'_variation_id','0'),(1665,186,'_qty','1'),(1666,186,'_tax_class',''),(1667,186,'_line_subtotal','0'),(1668,186,'_line_subtotal_tax','0'),(1669,186,'_line_total','0'),(1670,186,'_line_tax','0'),(1671,186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1672,187,'_product_id','0'),(1673,187,'_variation_id','0'),(1674,187,'_qty','2'),(1675,187,'_tax_class',''),(1676,187,'_line_subtotal','0'),(1677,187,'_line_subtotal_tax','0'),(1678,187,'_line_total','0'),(1679,187,'_line_tax','0'),(1680,187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1681,188,'_product_id','0'),(1682,188,'_variation_id','0'),(1683,188,'_qty','1'),(1684,188,'_tax_class',''),(1685,188,'_line_subtotal','0'),(1686,188,'_line_subtotal_tax','0'),(1687,188,'_line_total','0'),(1688,188,'_line_tax','0'),(1689,188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1690,189,'_product_id','0'),(1691,189,'_variation_id','0'),(1692,189,'_qty','2'),(1693,189,'_tax_class',''),(1694,189,'_line_subtotal','0'),(1695,189,'_line_subtotal_tax','0'),(1696,189,'_line_total','0'),(1697,189,'_line_tax','0'),(1698,189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1699,190,'_product_id','0'),(1700,190,'_variation_id','0'),(1701,190,'_qty','1'),(1702,190,'_tax_class',''),(1703,190,'_line_subtotal','0'),(1704,190,'_line_subtotal_tax','0'),(1705,190,'_line_total','0'),(1706,190,'_line_tax','0'),(1707,190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1708,191,'_product_id','0'),(1709,191,'_variation_id','0'),(1710,191,'_qty','2'),(1711,191,'_tax_class',''),(1712,191,'_line_subtotal','0'),(1713,191,'_line_subtotal_tax','0'),(1714,191,'_line_total','0'),(1715,191,'_line_tax','0'),(1716,191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1717,192,'_product_id','0'),(1718,192,'_variation_id','0'),(1719,192,'_qty','1'),(1720,192,'_tax_class',''),(1721,192,'_line_subtotal','0'),(1722,192,'_line_subtotal_tax','0'),(1723,192,'_line_total','0'),(1724,192,'_line_tax','0'),(1725,192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1726,193,'_product_id','0'),(1727,193,'_variation_id','0'),(1728,193,'_qty','2'),(1729,193,'_tax_class',''),(1730,193,'_line_subtotal','0'),(1731,193,'_line_subtotal_tax','0'),(1732,193,'_line_total','0'),(1733,193,'_line_tax','0'),(1734,193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1735,194,'_product_id','0'),(1736,194,'_variation_id','0'),(1737,194,'_qty','1'),(1738,194,'_tax_class',''),(1739,194,'_line_subtotal','0'),(1740,194,'_line_subtotal_tax','0'),(1741,194,'_line_total','0'),(1742,194,'_line_tax','0'),(1743,194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1744,195,'_product_id','0'),(1745,195,'_variation_id','0'),(1746,195,'_qty','2'),(1747,195,'_tax_class',''),(1748,195,'_line_subtotal','0'),(1749,195,'_line_subtotal_tax','0'),(1750,195,'_line_total','0'),(1751,195,'_line_tax','0'),(1752,195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1753,196,'_product_id','0'),(1754,196,'_variation_id','0'),(1755,196,'_qty','1'),(1756,196,'_tax_class',''),(1757,196,'_line_subtotal','0'),(1758,196,'_line_subtotal_tax','0'),(1759,196,'_line_total','0'),(1760,196,'_line_tax','0'),(1761,196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1762,197,'_product_id','0'),(1763,198,'_product_id','0'),(1764,199,'_product_id','0'),(1765,197,'_variation_id','0'),(1766,198,'_variation_id','0'),(1767,199,'_variation_id','0'),(1768,197,'_qty','2'),(1769,198,'_qty','2'),(1770,199,'_qty','2'),(1771,197,'_tax_class',''),(1772,199,'_tax_class',''),(1773,198,'_tax_class',''),(1774,197,'_line_subtotal','0'),(1775,199,'_line_subtotal','0'),(1776,198,'_line_subtotal','0'),(1777,197,'_line_subtotal_tax','0'),(1778,199,'_line_subtotal_tax','0'),(1779,198,'_line_subtotal_tax','0'),(1780,197,'_line_total','0'),(1781,199,'_line_total','0'),(1782,198,'_line_total','0'),(1783,197,'_line_tax','0'),(1784,199,'_line_tax','0'),(1785,198,'_line_tax','0'),(1786,197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1787,198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1788,199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1789,200,'_product_id','0'),(1790,201,'_product_id','0'),(1791,202,'_product_id','0'),(1792,200,'_variation_id','0'),(1793,201,'_variation_id','0'),(1794,202,'_variation_id','0'),(1795,200,'_qty','1'),(1796,201,'_qty','1'),(1797,202,'_qty','1'),(1798,200,'_tax_class',''),(1799,201,'_tax_class',''),(1800,202,'_tax_class',''),(1801,201,'_line_subtotal','0'),(1802,200,'_line_subtotal','0'),(1803,202,'_line_subtotal','0'),(1804,200,'_line_subtotal_tax','0'),(1805,201,'_line_subtotal_tax','0'),(1806,200,'_line_total','0'),(1807,202,'_line_subtotal_tax','0'),(1808,201,'_line_total','0'),(1809,202,'_line_total','0'),(1810,200,'_line_tax','0'),(1811,201,'_line_tax','0'),(1812,200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1813,202,'_line_tax','0'),(1814,201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1815,202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1816,203,'_product_id','0'),(1817,203,'_variation_id','0'),(1818,203,'_qty','2'),(1819,203,'_tax_class',''),(1820,203,'_line_subtotal','0'),(1821,203,'_line_subtotal_tax','0'),(1822,203,'_line_total','0'),(1823,203,'_line_tax','0'),(1824,203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1825,204,'_product_id','0'),(1826,204,'_variation_id','0'),(1827,204,'_qty','1'),(1828,204,'_tax_class',''),(1829,204,'_line_subtotal','0'),(1830,204,'_line_subtotal_tax','0'),(1831,204,'_line_total','0'),(1832,204,'_line_tax','0'),(1833,204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1834,205,'_product_id','0'),(1835,205,'_variation_id','0'),(1836,205,'_qty','2'),(1837,205,'_tax_class',''),(1838,205,'_line_subtotal','0'),(1839,205,'_line_subtotal_tax','0'),(1840,205,'_line_total','0'),(1841,205,'_line_tax','0'),(1842,205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1843,206,'_product_id','0'),(1844,206,'_variation_id','0'),(1845,206,'_qty','1'),(1846,206,'_tax_class',''),(1847,206,'_line_subtotal','0'),(1848,206,'_line_subtotal_tax','0'),(1849,206,'_line_total','0'),(1850,206,'_line_tax','0'),(1851,206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1852,207,'_product_id','0'),(1853,207,'_variation_id','0'),(1854,207,'_qty','2'),(1855,207,'_tax_class',''),(1856,207,'_line_subtotal','0'),(1857,207,'_line_subtotal_tax','0'),(1858,207,'_line_total','0'),(1859,207,'_line_tax','0'),(1860,207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1861,208,'_product_id','0'),(1862,208,'_variation_id','0'),(1863,208,'_qty','1'),(1864,208,'_tax_class',''),(1865,208,'_line_subtotal','0'),(1866,208,'_line_subtotal_tax','0'),(1867,208,'_line_total','0'),(1868,208,'_line_tax','0'),(1869,208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1870,209,'_product_id','0'),(1871,209,'_variation_id','0'),(1872,209,'_qty','2'),(1873,209,'_tax_class',''),(1874,209,'_line_subtotal','0'),(1875,209,'_line_subtotal_tax','0'),(1876,209,'_line_total','0'),(1877,209,'_line_tax','0'),(1878,209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1879,210,'_product_id','0'),(1880,210,'_variation_id','0'),(1881,210,'_qty','1'),(1882,210,'_tax_class',''),(1883,210,'_line_subtotal','0'),(1884,210,'_line_subtotal_tax','0'),(1885,210,'_line_total','0'),(1886,210,'_line_tax','0'),(1887,210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');
|
||
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_order_items`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_order_items` (
|
||
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`order_id` bigint(20) unsigned NOT NULL,
|
||
PRIMARY KEY (`order_item_id`),
|
||
KEY `order_id` (`order_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=211 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_order_items`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_order_items` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Hamo','line_item',74),(2,'Hamo','line_item',75),(3,'','line_item',76),(4,'','line_item',76),(5,'','line_item',77),(6,'','line_item',77),(7,'','line_item',78),(8,'','line_item',78),(9,'','line_item',79),(10,'','line_item',79),(11,'','line_item',80),(12,'','line_item',80),(13,'','line_item',81),(14,'','line_item',81),(15,'','line_item',82),(16,'','line_item',82),(17,'','line_item',83),(18,'','line_item',83),(19,'','line_item',84),(20,'','line_item',84),(21,'','line_item',85),(22,'','line_item',85),(23,'','line_item',86),(24,'','line_item',86),(25,'','line_item',87),(26,'','line_item',87),(27,'','line_item',88),(28,'','line_item',88),(29,'','line_item',89),(30,'','line_item',89),(31,'','line_item',90),(32,'','line_item',90),(33,'','line_item',91),(34,'','line_item',91),(35,'','line_item',92),(36,'','line_item',92),(37,'','line_item',93),(38,'','line_item',93),(39,'','line_item',94),(40,'','line_item',94),(41,'','line_item',95),(42,'','line_item',95),(43,'','line_item',96),(44,'','line_item',96),(45,'','line_item',97),(46,'','line_item',97),(47,'','line_item',98),(48,'','line_item',98),(49,'','line_item',99),(50,'','line_item',99),(51,'','line_item',100),(52,'','line_item',100),(53,'','line_item',101),(54,'','line_item',101),(55,'','line_item',102),(56,'','line_item',102),(57,'','line_item',103),(58,'','line_item',103),(59,'','line_item',104),(60,'','line_item',104),(61,'Hamo','line_item',105),(62,'Free shipping','shipping',105),(63,'','line_item',106),(64,'','line_item',106),(65,'','line_item',107),(66,'','line_item',107),(67,'','line_item',108),(68,'','line_item',108),(69,'','line_item',109),(70,'','line_item',109),(71,'','line_item',110),(72,'','line_item',110),(73,'','line_item',111),(74,'','line_item',111),(75,'','line_item',112),(76,'','line_item',112),(77,'','line_item',113),(78,'','line_item',113),(79,'','line_item',114),(80,'','line_item',114),(81,'','line_item',115),(82,'','line_item',115),(83,'','line_item',116),(84,'','line_item',116),(85,'','line_item',117),(86,'','line_item',117),(87,'','line_item',118),(88,'','line_item',118),(89,'','line_item',119),(90,'','line_item',119),(91,'','line_item',120),(92,'','line_item',120),(93,'','line_item',121),(94,'','line_item',121),(95,'','line_item',122),(96,'','line_item',122),(97,'','line_item',123),(98,'','line_item',123),(99,'','line_item',124),(100,'','line_item',124),(101,'','line_item',125),(102,'','line_item',125),(103,'','line_item',126),(104,'','line_item',126),(105,'','line_item',127),(106,'','line_item',127),(107,'','line_item',128),(108,'','line_item',128),(109,'','line_item',129),(110,'','line_item',129),(111,'','line_item',130),(112,'','line_item',130),(113,'','line_item',131),(114,'','line_item',131),(115,'','line_item',132),(116,'','line_item',132),(117,'','line_item',133),(118,'','line_item',133),(119,'','line_item',134),(120,'','line_item',134),(121,'','line_item',135),(122,'','line_item',135),(123,'','line_item',136),(124,'','line_item',136),(125,'','line_item',137),(126,'','line_item',137),(127,'','line_item',138),(128,'','line_item',138),(129,'','line_item',139),(130,'','line_item',139),(131,'','line_item',140),(132,'','line_item',140),(133,'','line_item',141),(134,'','line_item',141),(135,'','line_item',142),(136,'','line_item',142),(137,'','line_item',143),(138,'','line_item',143),(139,'','line_item',144),(140,'','line_item',144),(141,'','line_item',145),(142,'','line_item',145),(143,'','line_item',146),(144,'','line_item',146),(145,'','line_item',147),(146,'','line_item',147),(147,'','line_item',148),(148,'','line_item',148),(149,'','line_item',149),(150,'','line_item',149),(151,'','line_item',150),(152,'','line_item',150),(153,'','line_item',151),(154,'','line_item',151),(155,'','line_item',152),(156,'','line_item',152),(157,'','line_item',153),(158,'','line_item',153),(159,'','line_item',154),(160,'','line_item',154),(161,'','line_item',155),(162,'','line_item',155),(163,'','line_item',156),(164,'','line_item',156),(165,'','line_item',157),(166,'','line_item',157),(167,'','line_item',158),(168,'','line_item',158),(169,'','line_item',159),(170,'','line_item',159),(171,'','line_item',160),(172,'','line_item',160),(173,'','line_item',161),(174,'','line_item',161),(175,'','line_item',162),(176,'','line_item',162),(177,'','line_item',163),(178,'','line_item',163),(179,'','line_item',363),(180,'','line_item',363),(181,'','line_item',364),(182,'','line_item',364),(183,'','line_item',365),(184,'','line_item',365),(185,'','line_item',366),(186,'','line_item',366),(187,'','line_item',367),(188,'','line_item',367),(189,'','line_item',368),(190,'','line_item',368),(191,'','line_item',369),(192,'','line_item',369),(193,'','line_item',391),(194,'','line_item',391),(195,'','line_item',392),(196,'','line_item',392),(197,'','line_item',394),(198,'','line_item',393),(199,'','line_item',395),(200,'','line_item',394),(201,'','line_item',395),(202,'','line_item',393),(203,'','line_item',396),(204,'','line_item',396),(205,'','line_item',397),(206,'','line_item',397),(207,'','line_item',398),(208,'','line_item',398),(209,'','line_item',399),(210,'','line_item',399);
|
||
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`payment_token_id` bigint(20) unsigned NOT NULL,
|
||
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `payment_token_id` (`payment_token_id`),
|
||
KEY `meta_key` (`meta_key`(32))
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_payment_tokens`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_payment_tokens` (
|
||
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`is_default` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`token_id`),
|
||
KEY `user_id` (`user_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_payment_tokens`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_sessions`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_sessions` (
|
||
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`session_expiry` bigint(20) unsigned NOT NULL,
|
||
PRIMARY KEY (`session_key`),
|
||
UNIQUE KEY `session_id` (`session_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_sessions`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_sessions` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_sessions` VALUES (115,'0ce5e85f21b4d13d7cc9fc89cad3283a','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/40/steps/?api_key=0102c9cf3b&signature=wLrY0zUqQlwo%2F6Hx01X6BxuiHCM%3D&expires=1530169357\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530342098),(89,'1','a:9:{s:8:\"customer\";s:710:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:22:\"duplingnedim@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"mailchimp_landing_site\";s:40:\"http://localhost/wp-admin/admin-ajax.php\";s:22:\"order_awaiting_payment\";b:0;}',1530333929),(103,'1c606ec5031235276b854aa2ad1b0747','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/30/steps/?api_key=0102c9cf3b&signature=BpXuOhMgbBnDwz%2B0DvR7cD7tDOI%3D&expires=1530167248\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339988),(85,'2','a:1:{s:8:\"customer\";s:706:\"a:26:{s:2:\"id\";s:1:\"2\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:18:\"almira@saburly.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530322915),(113,'20909edc806a46c0d2359fdfcc8b6881','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/35/steps/?api_key=0102c9cf3b&signature=Gmt98YmimaRAJwYMlw25vyE7Wqk%3D&expires=1530169296\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530342037),(95,'2446e810844a91c9dd26ca3f4db25bfb','a:8:{s:22:\"mailchimp_landing_site\";s:130:\"http://localhost/gravityformsapi/entries/1/steps/?api_key=0102c9cf3b&signature=hMMg2wf%2FA1kRUtLKHCNshakjjNQ%3D&expires=1530166413\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339153),(87,'3','a:1:{s:8:\"customer\";s:738:\"a:26:{s:2:\"id\";s:1:\"3\";s:13:\"date_modified\";s:25:\"2018-06-14T10:22:13+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:5:\"Multi\";s:9:\"last_name\";s:4:\"User\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:15:\"multi@dfkdf.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530323092),(93,'3809808d34303e9c27ce1918ccd8f1b0','a:8:{s:22:\"mailchimp_landing_site\";s:128:\"http://localhost/gravityformsapi/forms/1/entries/?api_key=0102c9cf3b&signature=PMtQIzW8W1Qm5kuRdXEyIJnBpZU%3D&expires=1530166340\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339080),(88,'4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:706:\"a:26:{s:2:\"id\";s:1:\"4\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:18:\"almira@saburly.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530323102),(110,'50a5dbdab2f300627dc241f5d2590c43','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/35/steps/?api_key=0102c9cf3b&signature=7185VcY9mJNw6TJO0LG5hgXju9w%3D&expires=1530168126\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340866),(106,'55593027081d1128531d693e1a61346b','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/39/steps/?api_key=0102c9cf3b&signature=9AKwfx0r3Spnfgh030FSH4yiMyE%3D&expires=1530167337\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340077),(96,'5c1726080616782db5c124725b64cd39','a:8:{s:22:\"mailchimp_landing_site\";s:128:\"http://localhost/gravityformsapi/entries/1/steps/?api_key=0102c9cf3b&signature=inLSp348APpxWffpUv0hADa5ESo%3D&expires=1530166445\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339185),(94,'5ec6c71eb7437113c0b2c59efd42c2a8','a:8:{s:22:\"mailchimp_landing_site\";s:128:\"http://localhost/gravityformsapi/entries/1/steps/?api_key=0102c9cf3b&signature=QIvETV9rxGVRBGAcHTgXoShhmk0%3D&expires=1530166406\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339146),(97,'65186a9fa57471830c01a36ebe80a03b','a:8:{s:22:\"mailchimp_landing_site\";s:132:\"http://localhost/gravityformsapi/entries/1/steps/?api_key=0102c9cf3b&signature=XIQliLFu%2FB7HC034%2Fb0E7GPNMyY%3D&expires=1530166481\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339221),(90,'65c30358201dd8dec0ae6e27754c2924','a:8:{s:22:\"mailchimp_landing_site\";s:128:\"http://localhost/gravityformsapi/forms/1/entries/?api_key=0102c9cf3b&signature=hbOjNTUf5vVoX4ubkiyD2PjAQx4%3D&expires=1530161668\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530334408),(104,'6fa7a4e82578421db70ea858624c9004','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/30/steps/?api_key=0102c9cf3b&signature=AGuJEWDFLVTo3lNKOUOWJeFNcdE%3D&expires=1530167265\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340005),(114,'73053f9a8d4749003aac2a60f027e9d2','a:8:{s:22:\"mailchimp_landing_site\";s:135:\"http://localhost/gravityformsapi/entries/35/steps/?api_key=0102c9cf3b&signature=mSc9NGo%2B28hnCpF%2B%2F3b6tAfdlq4%3D&expires=1530169349\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530342090),(116,'7641265bf85e2ca7b6bd5996a378e549','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/40/steps/?api_key=0102c9cf3b&signature=KPt7ExAMbXTeOYUXJc0yJ1zIlAk%3D&expires=1530169438\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530342178),(101,'7ffe71e61d1796719b864fa498a0bcc3','a:8:{s:22:\"mailchimp_landing_site\";s:133:\"http://localhost/gravityformsapi/entries/30/steps/?api_key=0102c9cf3b&signature=%2BCi7zNqim021IMqAjDZ%2BsjYsLM4%3D&expires=1530167178\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339918),(107,'809c748f163683e15a0013b1ba8b78ef','a:8:{s:22:\"mailchimp_landing_site\";s:133:\"http://localhost/gravityformsapi/entries/39/steps/?api_key=0102c9cf3b&signature=NYzu%2B1TSIIuSP4ujqniYqnNZy%2Fg%3D&expires=1530167417\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340157),(99,'85b2591e60d652d857c8667dac9e3be1','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/39/steps/?api_key=0102c9cf3b&signature=AeyFXByNy1pXz%2BxQNGsRjHgNuFw%3D&expires=1530166609\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339349),(109,'9406f2a67562cfa87a004edfdb605999','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/35/steps/?api_key=0102c9cf3b&signature=uB87EGwsexIV48fPjCHUeo2jmOk%3D&expires=1530167975\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340715),(102,'996913b97ff8cc0955c0f9db97fcd99a','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/30/steps/?api_key=0102c9cf3b&signature=Tic0BqxBrb1QesBeFcnc%2Fvca0iM%3D&expires=1530167191\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339931),(117,'a0ea4918951ba715640e007982759e48','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/48/steps/?api_key=0102c9cf3b&signature=%2B7edkfBI7RoYBIANvAxgHDxidZk%3D&expires=1530170591\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530343331),(111,'b4ee16e4d6b4127dd536fd8d16b0e0ac','a:8:{s:22:\"mailchimp_landing_site\";s:133:\"http://localhost/gravityformsapi/entries/40/steps/?api_key=0102c9cf3b&signature=QjVCVZ%2F97QfTQjzrRQdkTi%2BHBfM%3D&expires=1530168712\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530341453),(108,'cbd4479650d8bd44f481e6bb7231a594','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/35/steps/?api_key=0102c9cf3b&signature=equtuxU1qF3efoPPPBdRTBw8Smo%3D&expires=1530167763\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340503),(112,'d1bf2bc6246ca825e677cad21bf5f260','a:8:{s:22:\"mailchimp_landing_site\";s:129:\"http://localhost/gravityformsapi/entries/35/steps/?api_key=0102c9cf3b&signature=6XXTYmTsG5iNYd9XantA8eCOYHQ%3D&expires=1530169276\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530342016),(100,'d37cfe0bbb093fbe5a5ba655324283f8','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/30/steps/?api_key=0102c9cf3b&signature=fXJ5mwVMYA%2F7YZrtEQdWxibeBco%3D&expires=1530167123\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339863),(92,'d571f7ab43d99292cc6ec56ed38c20f4','a:8:{s:22:\"mailchimp_landing_site\";s:130:\"http://localhost/gravityformsapi/forms/1/entries/?api_key=0102c9cf3b&signature=HM633RYQ%2FEnoDLCYC3wVd5c2aP0%3D&expires=1530165917\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530338657),(105,'d6f31f70565a8b1b6a2ab546071ed5e8','a:8:{s:22:\"mailchimp_landing_site\";s:131:\"http://localhost/gravityformsapi/entries/39/steps/?api_key=0102c9cf3b&signature=1rQ8FYJsGPyakQO8WpqsT%2BxeoLM%3D&expires=1530167298\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530340039),(91,'d8d1ae7b94481b37217776bcd393002a','a:8:{s:22:\"mailchimp_landing_site\";s:128:\"http://localhost/gravityformsapi/forms/1/entries/?api_key=0102c9cf3b&signature=i1qdvm7wfcWEJzcahz46UAFUyx8%3D&expires=1530165826\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530338566),(98,'e2f9ab371dbcbdc356dd6114c19dd099','a:8:{s:22:\"mailchimp_landing_site\";s:130:\"http://localhost/gravityformsapi/entries/1/steps/?api_key=0102c9cf3b&signature=B1iEBUYc9t1cCj%2FmXWIA4szmMlU%3D&expires=1530166529\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1530339269);
|
||
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
|
||
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`zone_id` bigint(20) unsigned NOT NULL,
|
||
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
PRIMARY KEY (`location_id`),
|
||
KEY `location_id` (`location_id`),
|
||
KEY `location_type_code` (`location_type`(10),`location_code`(20))
|
||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country');
|
||
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
|
||
`zone_id` bigint(20) unsigned NOT NULL,
|
||
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`method_order` bigint(20) unsigned NOT NULL,
|
||
`is_enabled` tinyint(1) NOT NULL DEFAULT '1',
|
||
PRIMARY KEY (`instance_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'free_shipping',1,1),(0,2,'free_shipping',1,1);
|
||
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_shipping_zones`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_shipping_zones` (
|
||
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`zone_order` bigint(20) unsigned NOT NULL,
|
||
PRIMARY KEY (`zone_id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_shipping_zones`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
|
||
INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'United States (US)',0);
|
||
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_tax_rate_locations`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
|
||
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
`tax_rate_id` bigint(20) unsigned NOT NULL,
|
||
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||
PRIMARY KEY (`location_id`),
|
||
KEY `tax_rate_id` (`tax_rate_id`),
|
||
KEY `location_type_code` (`location_type`(10),`location_code`(20))
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
--
|
||
-- Table structure for table `wp_woocommerce_tax_rates`
|
||
--
|
||
|
||
DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
|
||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||
/*!40101 SET character_set_client = utf8 */;
|
||
CREATE TABLE `wp_woocommerce_tax_rates` (
|
||
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
`tax_rate_priority` bigint(20) unsigned NOT NULL,
|
||
`tax_rate_compound` int(1) NOT NULL DEFAULT '0',
|
||
`tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
|
||
`tax_rate_order` bigint(20) unsigned NOT NULL,
|
||
`tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`tax_rate_id`),
|
||
KEY `tax_rate_country` (`tax_rate_country`),
|
||
KEY `tax_rate_state` (`tax_rate_state`(2)),
|
||
KEY `tax_rate_class` (`tax_rate_class`(10)),
|
||
KEY `tax_rate_priority` (`tax_rate_priority`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||
|
||
--
|
||
-- Dumping data for table `wp_woocommerce_tax_rates`
|
||
--
|
||
|
||
LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
|
||
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||
|
||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||
|
||
-- Dump completed on 2018-06-28 9:56:28
|