HEX
Server: nginx/1.18.0
System: Linux m1-ws1-ams3 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /opt/aphex/sites/lecafechinois.fr/db.sql
-- MySQL dump 10.13  Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost    Database: lecafechinois_fr
-- ------------------------------------------------------
-- Server version	8.0.32-0ubuntu0.20.04.2

/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!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_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schedule` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `group_id` bigint unsigned NOT NULL DEFAULT '0',
  `attempts` int NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (8,'wpforms_process_entry_emails_meta_cleanup','complete','2021-02-11 00:00:00','2021-02-11 00:00:00','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1613001600;s:18:\"\0*\0first_timestamp\";i:1613001600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1613001600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2021-04-29 18:24:35','2021-04-29 18:24:35',0,NULL),(9,'wpforms_admin_notifications_update','pending','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":2}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,0,'2021-04-29 18:24:35','2021-04-29 18:24:35',0,NULL),(10,'wpforms_process_entry_emails_meta_cleanup','pending','2021-04-30 18:24:35','2021-04-30 18:24:35','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1619807075;s:18:\"\0*\0first_timestamp\";i:1613001600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1619807075;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint unsigned NOT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (4,8,'action created','2021-02-10 13:05:00','2021-02-10 13:05:00'),(7,9,'action created','2021-04-16 17:02:09','2021-04-16 17:02:09'),(8,8,'action started via WP Cron','2021-04-29 18:24:35','2021-04-29 18:24:35'),(9,8,'action complete via WP Cron','2021-04-29 18:24:35','2021-04-29 18:24:35'),(10,10,'action created','2021-04-29 18:24:35','2021-04-29 18:24:35');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint unsigned NOT NULL DEFAULT '0',
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint unsigned NOT NULL DEFAULT '1',
  `link_rating` int NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=23160 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://lecafechinois.fr','yes'),(2,'home','http://lecafechinois.fr','yes'),(3,'blogname','','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','[email protected]','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','0','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','[email protected]','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','2','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','0','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:110:{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:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:14:\"wpautoterms/?$\";s:36:\"index.php?post_type=wpautoterms_page\";s:44:\"wpautoterms/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=wpautoterms_page&feed=$matches[1]\";s:39:\"wpautoterms/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=wpautoterms_page&feed=$matches[1]\";s:31:\"wpautoterms/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=wpautoterms_page&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"wpautoterms/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wpautoterms/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wpautoterms/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpautoterms/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpautoterms/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"wpautoterms/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wpautoterms/(.+?)/embed/?$\";s:49:\"index.php?wpautoterms_page=$matches[1]&embed=true\";s:30:\"wpautoterms/(.+?)/trackback/?$\";s:43:\"index.php?wpautoterms_page=$matches[1]&tb=1\";s:50:\"wpautoterms/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&feed=$matches[2]\";s:45:\"wpautoterms/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&feed=$matches[2]\";s:38:\"wpautoterms/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpautoterms_page=$matches[1]&paged=$matches[2]\";s:45:\"wpautoterms/(.+?)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?wpautoterms_page=$matches[1]&cpage=$matches[2]\";s:34:\"wpautoterms/(.+?)(?:/([0-9]+))?/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s: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: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: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: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: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: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:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:3;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:4;s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";i:5;s:31:\"cache-enabler/cache-enabler.php\";i:6;s:37:\"link-whisper-premium/link-whisper.php\";i:7;s:29:\"mainwp-child/mainwp-child.php\";i:8;s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";i:9;s:47:\"simple-social-buttons/simple-social-buttons.php\";i:10;s:29:\"theme-editor/theme_editor.php\";i:11;s:37:\"wordpress-autoblogging/basic-auth.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','','no'),(40,'template','wishful-blog','yes'),(41,'stylesheet','wishful-blog','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','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:1:{i:0;i:66;}','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:1:{s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_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','31','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1602853524','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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:24:\"manage_wpautoterms_pages\";a:2:{s:4:\"name\";s:37:\"WPAutoTerms Pages Editor (additional)\";s:12:\"capabilities\";a:10:{s:22:\"edit_wpautoterms_pages\";b:1;s:29:\"edit_others_wpautoterms_pages\";b:1;s:30:\"edit_private_wpautoterms_pages\";b:1;s:32:\"edit_published_wpautoterms_pages\";b:1;s:30:\"read_private_wpautoterms_pages\";b:1;s:24:\"delete_wpautoterms_pages\";b:1;s:31:\"delete_others_wpautoterms_pages\";b:1;s:32:\"delete_private_wpautoterms_pages\";b:1;s:34:\"delete_published_wpautoterms_pages\";b:1;s:25:\"publish_wpautoterms_pages\";b:1;}}s:31:\"manage_wpautoterms_pages_editor\";a:2:{s:4:\"name\";s:33:\"Editor + WPAutoTerms Pages Editor\";s:12:\"capabilities\";a:44:{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:22:\"edit_wpautoterms_pages\";b:1;s:29:\"edit_others_wpautoterms_pages\";b:1;s:30:\"edit_private_wpautoterms_pages\";b:1;s:32:\"edit_published_wpautoterms_pages\";b:1;s:30:\"read_private_wpautoterms_pages\";b:1;s:24:\"delete_wpautoterms_pages\";b:1;s:31:\"delete_others_wpautoterms_pages\";b:1;s:32:\"delete_private_wpautoterms_pages\";b:1;s:34:\"delete_published_wpautoterms_pages\";b:1;s:25:\"publish_wpautoterms_pages\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'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'),(100,'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'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:20:\"wishful-blog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-2\";i:3;s:13:\"media_image-3\";i:4;s:37:\"recent-posts-widget-with-thumbnails-3\";i:5;s:13:\"media_video-3\";}s:21:\"wishful-blog-homepage\";a:0:{}s:24:\"wishful-blog-footer-left\";a:1:{i:0;s:13:\"media_video-4\";}s:26:\"wishful-blog-footer-middle\";a:1:{i:0;s:13:\"media_image-4\";}s:25:\"wishful-blog-footer-right\";a:1:{i:0;s:16:\"wpforms-widget-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','EHOo3IBjxR','yes'),(105,'tagline','','yes'),(107,'auth_key','wB2`@[@IMyt^1)u_+kD[yLT^|OZ%Wn<4Yz5ehbrsG/)}gO+1lR)H#h@v,8S~gP63','no'),(108,'auth_salt',',.7Q{z40zOlHc<FV(VdKVRH~J~^RZ.<to]*yG=E7@FMdjnm2h1Hk4T$.TO^%{D8C','no'),(109,'logged_in_key','m1BKrAJ|t;d3-$?oReoYy:rHY8rvJC,Q$@-:}x=EW@]jK|cYsq)MXBt:tn8&p6OL','no'),(110,'logged_in_salt','Q(X#RTX0#]wPDLuYiSCIz0WFl_3l!p!V]0i<GZsXa@:}2,(d[9[&:5;%@9:!}~!n','no'),(111,'cron','a:7:{i:1650261926;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:1650263931;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1650287125;a:3:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:15:\"ebn_optimize_db\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1650287126;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:1650287127;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:1650342283;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(112,'update_day','4','yes'),(113,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_media_image','a:3:{i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:37;s:3:\"url\";s:58:\"http://lecafechinois.fr/wp-content/uploads/2020/04/325.jpg\";s:5:\"title\";s:14:\"Featured Image\";}i:4;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:36;s:3:\"url\";s:66:\"http://lecafechinois.fr/wp-content/uploads/2020/04/256-300x200.jpg\";s:5:\"title\";s:8:\"Featured\";}s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_media_video','a:3:{i:3;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=fheYvabcBJM\";s:5:\"title\";s:9:\"Show This\";}i:4;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=Q5p1kPthaBM\";s:5:\"title\";s:13:\"Checkout This\";}s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(122,'nonce_key',']tVsfO6ZSUW#c,3In!=0@n7E8b wwI7m3]CFuCcaTZ7V;2NldT,}o3]-Ir52]_tG','no'),(123,'nonce_salt','86NOksY0!B }6vH{Q-[}rjy#vEijl[qc7Z4=749]bvr[PMJY/<:2@,D{`GJS]h=_','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'current_theme','Wishful Blog','yes'),(135,'theme_mods_flaton','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588066457;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(138,'crawl-delay-value','4','yes'),(171,'action_scheduler_hybrid_store_demarkation','5','yes'),(172,'schema-ActionScheduler_StoreSchema','3.0.1588063196','yes'),(173,'schema-ActionScheduler_LoggerSchema','2.0.1588063196','yes'),(174,'wpforms_version','1.6.0.1','yes'),(175,'wpforms_activated','a:1:{s:4:\"lite\";i:1588063196;}','yes'),(178,'recently_activated','a:0:{}','yes'),(179,'action_scheduler_lock_async-request-runner','1619661834','yes'),(181,'wpforms_version_lite','1.6.0.1','yes'),(182,'widget_wpforms-widget','a:2:{i:2;a:4:{s:5:\"title\";s:10:\"Newsletter\";s:7:\"form_id\";i:5;s:10:\"show_title\";b:0;s:9:\"show_desc\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(186,'wpforms_review','a:2:{s:4:\"time\";i:1588063200;s:9:\"dismissed\";b:0;}','yes'),(187,'wpautoterms_activated','1','yes'),(188,'wpautoterms_legal_pages_slug','wpautoterms','yes'),(189,'wpautoterms_version','2.4.9','yes'),(190,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(191,'wpautoterms_links','1','yes'),(192,'wpautoterms_links_bg_color','#ffffff','yes'),(193,'wpautoterms_links_font','Arial, sans-serif','yes'),(194,'wpautoterms_links_font_size','14px','yes'),(195,'wpautoterms_links_text_color','#cccccc','yes'),(196,'wpautoterms_links_text_align','center','yes'),(197,'wpautoterms_links_links_color','#000000','yes'),(198,'wpautoterms_links_separator','-','yes'),(199,'wpautoterms_links_target_blank','','yes'),(200,'wpautoterms_update_notice','','yes'),(201,'wpautoterms_update_notice_bar_position','top','yes'),(202,'wpautoterms_update_notice_bar_type','static','yes'),(203,'wpautoterms_update_notice_disable_logged','yes','yes'),(204,'wpautoterms_update_notice_duration','3','yes'),(205,'wpautoterms_update_notice_message','Our <a href=\"[wpautoterms page_link]\">[wpautoterms page_title]</a> has been updated on [wpautoterms last_updated_date].','yes'),(206,'wpautoterms_update_notice_message_multiple','Our [wpautoterms page_links] have been updated on [wpautoterms last_updated_date].','yes'),(207,'wpautoterms_update_notice_close_message','Close','yes'),(208,'wpautoterms_update_notice_bg_color','','yes'),(209,'wpautoterms_update_notice_font','','yes'),(210,'wpautoterms_update_notice_font_size','','yes'),(211,'wpautoterms_update_notice_text_color','','yes'),(212,'wpautoterms_update_notice_links_color','','yes'),(213,'wpautoterms_cookies_notice','','yes'),(214,'wpautoterms_cookies_notice_bar_position','top','yes'),(215,'wpautoterms_cookies_notice_bar_type','static','yes'),(216,'wpautoterms_cookies_notice_disable_logged','yes','yes'),(217,'wpautoterms_cookies_notice_message','We use cookies to ensure that we give you the best experience on our website','yes'),(218,'wpautoterms_cookies_notice_close_message','Close','yes'),(219,'wpautoterms_cookies_notice_bg_color','','yes'),(220,'wpautoterms_cookies_notice_font','','yes'),(221,'wpautoterms_cookies_notice_font_size','','yes'),(222,'wpautoterms_cookies_notice_text_color','','yes'),(223,'wpautoterms_cookies_notice_links_color','','yes'),(224,'wpautoterms_endorsements','','yes'),(225,'wpautoterms_endorsements_message','<p>Some of the links in this article are \"affiliate links\", a link with a special tracking code. This means if you click on an affiliate link and purchase the item, we will receive an affiliate commission.</p> <p>The price of the item is the same whether it is an affiliate link or not. Regardless, we only recommend products or services we believe will add value to our readers.</p> <p>By using the affiliate links, you are helping support our Website, and we genuinely appreciate your support.</p>','yes'),(226,'wpautoterms_endorsements_when','','yes'),(227,'wpautoterms_endorsements_tag','','yes'),(228,'wpautoterms_site_name','www.lecafechinois.fr','yes'),(229,'wpautoterms_site_url','http://lecafechinois.fr','yes'),(230,'wpautoterms_company_name','www.lecafechinois.fr','yes'),(231,'wpautoterms_country','','yes'),(232,'wpautoterms_state','','yes'),(233,'wpautoterms_show_in_pages_widget','','yes'),(234,'wpautoterms_cache_plugins_compat','','yes'),(235,'wpautoterms_license','','yes'),(239,'ssb_networks','a:1:{s:14:\"icon_selection\";s:24:\"fbshare,twitter,linkedin\";}','yes'),(240,'ssb_themes','a:1:{s:10:\"icon_style\";s:16:\"round-btm-border\";}','yes'),(241,'ssb_positions','a:1:{s:8:\"position\";a:2:{s:7:\"sidebar\";s:7:\"sidebar\";s:6:\"inline\";s:6:\"inline\";}}','yes'),(242,'ssb_inline','a:14:{s:8:\"location\";s:5:\"below\";s:14:\"icon_alignment\";s:4:\"left\";s:9:\"animation\";s:12:\"no-animation\";s:12:\"share_counts\";s:1:\"0\";s:11:\"total_share\";s:1:\"0\";s:10:\"icon_space\";s:1:\"0\";s:16:\"icon_space_value\";s:0:\"\";s:11:\"hide_mobile\";s:1:\"0\";s:16:\"show_on_category\";s:1:\"0\";s:15:\"show_on_archive\";s:1:\"0\";s:11:\"show_on_tag\";s:1:\"0\";s:14:\"show_on_search\";s:1:\"0\";s:11:\"share_title\";s:0:\"\";s:5:\"posts\";a:2:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";}}','yes'),(243,'ssb_advanced','a:1:{s:11:\"ssb_og_tags\";s:1:\"1\";}','yes'),(244,'ssb_pr_version','3.1.1','yes'),(245,'wpautoterms_cache_plugins_detection','','yes'),(246,'wpautoterms_ob_total','1','yes'),(247,'wpautoterms_ob_not_intercepted','0','yes'),(248,'widget_ssb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(249,'ssb_sidebar','a:8:{s:11:\"orientation\";s:4:\"left\";s:9:\"animation\";s:12:\"no-animation\";s:12:\"share_counts\";s:1:\"0\";s:11:\"total_share\";s:1:\"0\";s:10:\"icon_space\";s:1:\"0\";s:16:\"icon_space_value\";s:0:\"\";s:11:\"hide_mobile\";s:1:\"0\";s:5:\"posts\";a:2:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";}}','yes'),(250,'ssb_media','','yes'),(251,'ssb_popup','','yes'),(252,'ssb_flyin','','yes'),(253,'ssb_active_time','1588063235','no'),(254,'widget_recent-posts-widget-with-thumbnails','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:36:{s:5:\"title\";s:11:\"Recent Post\";s:11:\"default_url\";s:96:\"http://lecafechinois.fr/wp-content/plugins/recent-posts-widget-with-thumbnails/default_thumb.gif\";s:16:\"thumb_dimensions\";s:6:\"custom\";s:12:\"category_ids\";a:1:{i:0;i:0;}s:14:\"excerpt_length\";i:55;s:12:\"number_posts\";i:5;s:17:\"post_title_length\";i:1000;s:12:\"thumb_height\";i:75;s:11:\"thumb_width\";i:75;s:17:\"hide_current_post\";b:0;s:17:\"only_sticky_posts\";b:0;s:17:\"hide_sticky_posts\";b:0;s:10:\"hide_title\";b:0;s:17:\"keep_aspect_ratio\";b:0;s:11:\"keep_sticky\";b:0;s:12:\"only_1st_img\";b:0;s:12:\"random_order\";b:0;s:11:\"show_author\";b:0;s:15:\"show_categories\";b:0;s:20:\"show_comments_number\";b:0;s:9:\"show_date\";b:0;s:12:\"show_excerpt\";b:0;s:14:\"ignore_excerpt\";b:0;s:27:\"ignore_post_content_excerpt\";b:0;s:16:\"set_more_as_link\";b:0;s:11:\"try_1st_img\";b:0;s:11:\"use_default\";b:0;s:16:\"use_default_only\";b:0;s:15:\"open_new_window\";b:0;s:21:\"print_post_categories\";b:0;s:17:\"set_cats_as_links\";b:0;s:14:\"use_inline_css\";b:0;s:10:\"use_no_css\";b:0;s:10:\"show_thumb\";b:1;s:12:\"excerpt_more\";s:6:\" […]\";s:14:\"category_label\";s:2:\"In\";}}','yes'),(256,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(258,'ssb_not_exist_post_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}','yes'),(259,'ssb_not_exist_post_fbshare_counts','0','yes'),(260,'ssb_not_exist_post_twitter_counts','0','yes'),(261,'ssb_not_exist_post_total_counts','0','yes'),(269,'theme_mods_greenturtle-mag','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588066593;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:23:\"sidebar-front-highlight\";a:0:{}s:23:\"sidebar-front-secondary\";a:0:{}s:21:\"sidebar-front-sidebar\";a:0:{}s:11:\"sidebar-top\";a:0:{}s:14:\"footer-sidebar\";a:0:{}}}}','yes'),(270,'theme_switched','','yes'),(271,'widget_greenturtle-mag-main-highlight','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(272,'widget_greenturtle-mag-feature','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(273,'widget_greenturtle-mag-feature-two','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(274,'widget_greenturtle-mag-recent-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(275,'widget_gtl_mag_365x250_advertisement','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(276,'widget_gtl_mag_728x90_advertisement','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(277,'widget_gtl_mag_760x90_advertisement','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(278,'widget_greenturtle-mag-tab-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(283,'theme_mods_coblog','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588069314;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:11:\"offcanavs-1\";a:0:{}s:23:\"coblog-footer-sidebar-1\";a:0:{}s:23:\"coblog-footer-sidebar-2\";a:0:{}s:23:\"coblog-footer-sidebar-3\";a:0:{}s:23:\"coblog-footer-sidebar-4\";a:0:{}}}}','yes'),(284,'widget_coblog_blog_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(292,'theme_mods_blossom-mommy-blog','a:8:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:29;s:12:\"social_links\";a:0:{}s:20:\"slider_layout_option\";s:3:\"one\";s:18:\"home_layout_option\";s:3:\"one\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588069209;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}}}}','yes'),(294,'wpautoterms_cache_plugins_detected','1','yes'),(305,'theme_mods_advance-blogging','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588069592;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:4:\"home\";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:{}}}}','yes'),(311,'theme_mods_trending-blog','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588069802;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:10:\"slide-menu\";a:0:{}s:14:\"footer-col-one\";a:0:{}s:14:\"footer-col-two\";a:0:{}s:16:\"footer-col-three\";a:0:{}}}}','yes'),(312,'widget_galway-popular-sidebar-layout','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(313,'widget_galway-author-layout','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_galway-social-layout','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(320,'theme_mods_nisarg','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588069909;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}}}}','yes'),(326,'theme_mods_wishful-blog','a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:3;}s:18:\"custom_css_post_id\";i:53;s:11:\"custom_logo\";i:48;s:26:\"wishful_blog_primary_color\";s:7:\"#b23b00\";s:39:\"wishful_blog_main_menu_link_hover_color\";s:7:\"#b23b00\";s:38:\"wishful_blog_sub_menu_link_hover_color\";s:7:\"#b23b00\";s:26:\"wishful_blog_enable_banner\";b:1;s:40:\"wishful_blog_newsletter_background_color\";s:7:\"#b23b00\";s:30:\"wishful_blog_footer_color_mode\";s:11:\"footer-dark\";}','yes'),(327,'widget_wishful_blog_author_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_wishful_blog_homepage_post_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_wishful_blog_post_widget_layout_one','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_wishful_blog_post_widget_layout_two','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_wishful_blog_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(332,'widget_wishful_blog_eclg_newsletter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(339,'mk_te_settings_options','a:5:{s:7:\"e_d_t_e\";s:3:\"yes\";s:17:\"code_editor_theme\";s:6:\"cobalt\";s:9:\"e_w_d_t_e\";s:3:\"yes\";s:7:\"e_d_p_e\";s:3:\"yes\";s:9:\"e_w_d_p_e\";s:3:\"yes\";}','yes'),(342,'theme_editor_email_verified_1','yes','yes'),(944,'recovery_keys','a:0:{}','yes'),(956,'action_scheduler_migration_status','complete','yes'),(971,'secure_auth_key','X0]DqSW$nVEacXeSB2?~FjP;3h~!7drkhZ-sqP-qhl7[pN0K2<0}1y3)q-)b_zk:','no'),(972,'secure_auth_salt','CwGZn:AAKY18hn@/Y&bK@bn5vTD<>{YX-`_1n4=1 zA*37+~^AY q1yYE{Q]Qxhz','no'),(999,'mainwp_child_update_version','1.5','yes'),(1000,'mainwp_child_plugin_version','4.2','yes'),(1001,'mainwp_child_auth','a:7:{i:5;s:32:\"fef31ffdf47af023063ba2bb318e9d30\";s:4:\"last\";i:1677753463;i:4;s:32:\"68064d197c2fa536cdf2d336409ac0e3\";i:3;s:32:\"191a8dca2dc60eb224f9dc084e71e3d0\";i:2;s:32:\"158fb576ec24b6e300c76ca9db6d7ce9\";i:1;s:32:\"7ee0a99439a31a48edd6d920178f0203\";i:0;s:32:\"8b4bf2f19fcfde9a52a315bf7a34c9ba\";}','yes'),(1002,'mainwp_child_branding_settings','a:4:{s:13:\"contact_label\";s:15:\"Contact Support\";s:18:\"cancelled_branding\";b:0;s:23:\"branding_preserve_title\";s:0:\"\";s:21:\"branding_disconnected\";s:0:\"\";}','no'),(1003,'mainwp_child_activated_once','1','no'),(1004,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF1WmZHUVhWK3RhNjdCODRkNzQzcQo1R2M1a0VxZWFCa2Yzc1M1R0tqemMyem5ORWdHRlkwZlRKWGNvVzhpVUJ1bUw0eHladSsrL29PbmVLM3ozakF0ClJWMnkxS2xUVEtGS01YSklkNnliSXZFa0dwemlENHNlbGttc1p3ZWE3Vnl2bndrbW43aTdYUDZmVlc4ZEMvN0MKVmJ6K0Fpem04YnB4Wm5kNnZBcnFKZUErOTVVWlg2WHBvWmtIRTRkaDFtSUJnUUZaT1VqN0tjbGxMaytVYTJKWgo1M2NrRHhBM2pqd3gwNG1XQ3ZBMHlhcnZDYjVtRk1ickhvK3N1aHV5QXZXYlFwMGlTWjZUcEhyZ3BKZ3U0eS8zCktLSWFvbkl0UkptZDBSYWd0MSswaHZhUG9MTytuZlNIWnJQZWxqYU1ibzlrYXhyMkFBRDVyRmh3Y3grc1hZaDYKQ3dJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(1005,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(1006,'mainwp_child_nonce','0','no'),(1007,'mainwp_child_nossl','0','yes'),(1008,'mainwp_child_nossl_key','d1909e81e873a668eb04599241c83dd987a55e23b75804d2dce4b0e5ac485855','yes'),(1009,'mainwp_premium_updates','a:0:{}','no'),(1012,'mainwp_child_clone_sites','0','no'),(1013,'mainwp_child_siteid','325','no'),(1027,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"[email protected]\";s:7:\"version\";s:5:\"5.9.3\";s:9:\"timestamp\";i:1649294030;}','no'),(1037,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(1101,'finished_updating_comment_type','1','yes'),(1293,'auto_plugin_theme_update_emails','a:0:{}','yes'),(2594,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2595,'disallowed_keys','','no'),(2596,'comment_previously_approved','1','yes'),(2597,'auto_update_core_dev','enabled','yes'),(2598,'auto_update_core_minor','enabled','yes'),(2599,'auto_update_core_major','unset','yes'),(2600,'wp_force_deactivated_plugins','a:0:{}','yes'),(2601,'db_upgraded','','yes'),(5983,'category_children','a:0:{}','yes'),(20709,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(23125,'ai1wm_secret_key','7f2HsxYwQI2P','yes'),(23126,'ai1wm_backups_labels','a:0:{}','yes'),(23127,'ai1wm_sites_links','a:0:{}','yes'),(23128,'swift_performance_plugin_organizer','a:0:{}','yes'),(23129,'jetpack_active_modules','a:0:{}','yes'),(23130,'_transient_doing_cron','1660732168.0593969821929931640625','yes'),(23132,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0.3-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-rollback-0.zip\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:3:\"6.0\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1676576500;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(23136,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676576502;s:7:\"checked\";a:15:{s:16:\"advance-blogging\";s:5:\"1.1.5\";s:16:\"blossom-feminine\";s:5:\"1.4.2\";s:18:\"blossom-mommy-blog\";s:5:\"1.0.9\";s:6:\"coblog\";s:5:\"1.1.6\";s:6:\"flaton\";s:5:\"1.2.3\";s:11:\"galway-lite\";s:5:\"1.1.6\";s:15:\"greenturtle-mag\";s:5:\"1.3.6\";s:6:\"nisarg\";s:5:\"1.2.9\";s:13:\"trending-blog\";s:5:\"1.0.1\";s:14:\"twentynineteen\";s:3:\"2.2\";s:15:\"twentyseventeen\";s:3:\"2.9\";s:12:\"twentytwenty\";s:3:\"1.9\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.1\";s:12:\"wishful-blog\";s:5:\"2.0.0\";}s:8:\"response\";a:12:{s:16:\"advance-blogging\";a:6:{s:5:\"theme\";s:16:\"advance-blogging\";s:11:\"new_version\";s:5:\"1.2.9\";s:3:\"url\";s:46:\"https://wordpress.org/themes/advance-blogging/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/advance-blogging.1.2.9.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"blossom-feminine\";a:6:{s:5:\"theme\";s:16:\"blossom-feminine\";s:11:\"new_version\";s:5:\"1.4.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/blossom-feminine/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/blossom-feminine.1.4.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:18:\"blossom-mommy-blog\";a:6:{s:5:\"theme\";s:18:\"blossom-mommy-blog\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:48:\"https://wordpress.org/themes/blossom-mommy-blog/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/theme/blossom-mommy-blog.1.1.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:11:\"galway-lite\";a:6:{s:5:\"theme\";s:11:\"galway-lite\";s:11:\"new_version\";s:5:\"1.1.7\";s:3:\"url\";s:41:\"https://wordpress.org/themes/galway-lite/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/galway-lite.1.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:6:\"nisarg\";a:6:{s:5:\"theme\";s:6:\"nisarg\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:36:\"https://wordpress.org/themes/nisarg/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/nisarg.1.5.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.0\";}s:13:\"trending-blog\";a:6:{s:5:\"theme\";s:13:\"trending-blog\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/trending-blog/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/trending-blog.1.0.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.5\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:12:\"wishful-blog\";a:6:{s:5:\"theme\";s:12:\"wishful-blog\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/wishful-blog/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/wishful-blog.2.0.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:3:{s:6:\"coblog\";a:6:{s:5:\"theme\";s:6:\"coblog\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:36:\"https://wordpress.org/themes/coblog/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/coblog.1.1.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.6.0\";}s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:15:\"greenturtle-mag\";a:6:{s:5:\"theme\";s:15:\"greenturtle-mag\";s:11:\"new_version\";s:5:\"1.3.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/greenturtle-mag/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/greenturtle-mag.1.3.6.zip\";s:8:\"requires\";s:3:\"4.0\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(23137,'cache_enabler','a:19:{s:7:\"version\";s:5:\"1.8.7\";s:20:\"use_trailing_slashes\";i:1;s:19:\"permalink_structure\";s:18:\"has_trailing_slash\";s:13:\"cache_expires\";i:0;s:17:\"cache_expiry_time\";i:0;s:30:\"clear_site_cache_on_saved_post\";i:0;s:33:\"clear_site_cache_on_saved_comment\";i:0;s:30:\"clear_site_cache_on_saved_term\";i:0;s:30:\"clear_site_cache_on_saved_user\";i:0;s:34:\"clear_site_cache_on_changed_plugin\";i:0;s:26:\"convert_image_urls_to_webp\";i:0;s:12:\"mobile_cache\";i:0;s:14:\"compress_cache\";i:0;s:11:\"minify_html\";i:0;s:20:\"minify_inline_css_js\";i:0;s:17:\"excluded_post_ids\";s:0:\"\";s:19:\"excluded_page_paths\";s:0:\"\";s:22:\"excluded_query_strings\";s:0:\"\";s:16:\"excluded_cookies\";s:0:\"\";}','yes'),(23139,'_site_transient_timeout_theme_roots','1676578300','no'),(23140,'_site_transient_theme_roots','a:15:{s:16:\"advance-blogging\";s:7:\"/themes\";s:16:\"blossom-feminine\";s:7:\"/themes\";s:18:\"blossom-mommy-blog\";s:7:\"/themes\";s:6:\"coblog\";s:7:\"/themes\";s:6:\"flaton\";s:7:\"/themes\";s:11:\"galway-lite\";s:7:\"/themes\";s:15:\"greenturtle-mag\";s:7:\"/themes\";s:6:\"nisarg\";s:7:\"/themes\";s:13:\"trending-blog\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:12:\"wishful-blog\";s:7:\"/themes\";}','no'),(23141,'wpil_2_license_status','','yes'),(23142,'wpil_2_license_key','','yes'),(23143,'wpil_2_license_data','','yes'),(23144,'wpil_2_ignore_numbers','1','yes'),(23145,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(23146,'wpil_2_links_open_new_tab','0','yes'),(23147,'wpil_2_debug_mode','0','yes'),(23148,'wpil_option_update_reporting_data_on_save','0','yes'),(23149,'wpil_2_ignore_words','-\r\n-\r\na\r\nabout\r\nabove\r\nactually\r\nadd\r\nafter\r\nagain\r\nagainst\r\nago\r\nall\r\nam\r\nan\r\nand\r\nanother\r\nanswer\r\nany\r\nare\r\naren\'t\r\nas\r\nat\r\nbase\r\nbe\r\nbecause\r\nbeen\r\nbefore\r\nbeing\r\nbelow\r\nbest\r\nbetter\r\nbetween\r\nboth\r\nbut\r\nby\r\ncan\r\ncan\'t\r\ncannot\r\ncons\r\ncould\r\ncouldn\'t\r\ndid\r\ndidn\'t\r\ndifference\r\ndifferent\r\ndo\r\ndoes\r\ndoesn\'t\r\ndoing\r\ndon\'t\r\ndone\r\ndown\r\nduring\r\neach\r\neasier\r\neasy\r\neight\r\neven\r\nfar\r\nfew\r\nfind\r\nfirst\r\nfive\r\nfor\r\nfour\r\nfree\r\nfrom\r\nfurther\r\ngeneral\r\nget\r\ngett\r\ngetting\r\ngo\r\ngood\r\ngot\r\ngreat\r\nhad\r\nhadn\'t\r\nhas\r\nhasn\'t\r\nhave\r\nhaven\'t\r\nhaver\r\nhaving\r\nhe\r\nhe\'d\r\nhe\'ll\r\nhe\'s\r\nhelp\r\nher\r\nhere\r\nhere\'s\r\nhers\r\nherself\r\nhigh\r\nhim\r\nhimself\r\nhis\r\nhow\r\nhow\'s\r\ni\r\ni\'d\r\ni\'ll\r\ni\'m\r\ni\'ve\r\nif\r\nin\r\ninto\r\nis\r\nisn\'t\r\nit\r\nit\'s\r\nits\r\nitself\r\njust\r\nless\r\nlet\'s\r\nlike\r\nlong\r\nlook\r\nlove\r\nmake\r\nmany\r\nmatt\r\nmatter\r\nmay\r\nme\r\nmore\r\nmost\r\nmuch\r\nmustn\'t\r\nmy\r\nmyself\r\nnever\r\nnew\r\nnine\r\nno\r\nnor\r\nnot\r\nnow\r\nof\r\noff\r\non\r\nonce\r\none\r\nonly\r\nor\r\nother\r\nought\r\nour\r\nours\r\nourselves\r\nout\r\nover\r\noverall\r\nown\r\nper\r\npros\r\nquestion\r\nreview\r\nright\r\nsame\r\nseven\r\nshan\'t\r\nshe\r\nshe\'d\r\nshe\'ll\r\nshe\'s\r\nshock\r\nshocking\r\nshould\r\nshouldn\'t\r\nshow\r\nsimple\r\nsix\r\nso\r\nsome\r\nstart\r\nstill\r\nsuch\r\ntake\r\nten\r\nthan\r\nthat\r\nthat\'s\r\nthe\r\ntheir\r\ntheirs\r\nthem\r\nthemselves\r\nthen\r\nthere\r\nthere\'s\r\nthese\r\nthey\r\nthey\'d\r\nthey\'ll\r\nthey\'re\r\nthey\'ve\r\nthis\r\nthose\r\nthree\r\nthrough\r\nto\r\ntoo\r\ntool\r\ntwo\r\nunder\r\nuntil\r\nup\r\nuse\r\nusing\r\nvery\r\nwant\r\nwas\r\nwasn\'t\r\nwe\r\nwe\'d\r\nwe\'ll\r\nwe\'re\r\nwe\'ve\r\nwere\r\nweren\'t\r\nwhat\r\nwhat\'s\r\nwhen\r\nwhen\'s\r\nwhere\r\nwhere\'s\r\nwhich\r\nwhile\r\nwho\r\nwho\'s\r\nwhom\r\nwhy\r\nwhy\'s\r\nwill\r\nwith\r\nwithin\r\nwithout\r\nwon\'t\r\nwould\r\nwouldn\'t\r\nyou\r\nyou\'d\r\nyou\'ll\r\nyou\'re\r\nyou\'ve\r\nyour\r\nyours\r\nyourself\r\nyourselves\r\nzero\'\r\n-','yes'),(23150,'wpil_has_run_initial_scan','1','yes'),(23151,'wpil_site_db_version','1.22','yes'),(23152,'wpil_link_table_is_created','1','yes'),(23153,'wpil_fresh_install','','yes'),(23154,'wpil_install_date','2023-02-16 19:41:40','yes'),(23157,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:39:\"wp-sheet-editor-premium/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.5.3\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1676576502;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:34:\"/opt/aphex/sites/lecafechinois.fr/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:8:\"sdk_path\";s:39:\"wp-sheet-editor-premium/vendor/freemius\";s:7:\"version\";s:5:\"2.5.3\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1676576502;}}','yes'),(23158,'fs_debug_mode','','yes'),(23159,'fs_accounts','a:4:{s:21:\"id_slug_type_path_map\";a:1:{i:1010;a:3:{s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:11:\"plugin_data\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:11:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1676576502;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:13:\"2.25.2-beta.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;}}s:13:\"file_slug_map\";a:1:{s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";}s:7:\"plugins\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"WP Sheet Editor - Post Types\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:12:\"premium_slug\";s:23:\"wp-sheet-editor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:7:\"version\";s:13:\"2.25.2-beta.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ec1c7da603c0772f1bfe276efb715\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1010\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=156 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,6,'_edit_lock','1588063368:1'),(4,7,'_edit_lock','1588063334:1'),(5,8,'_edit_lock','1588063257:1'),(6,13,'_edit_last','1'),(7,13,'_wp_page_template','default'),(8,13,'_edit_lock','1588063328:1'),(9,12,'_edit_last','1'),(10,12,'_wp_page_template','default'),(11,12,'_edit_lock','1588063364:1'),(12,20,'_edit_lock','1588063382:1'),(13,22,'_menu_item_type','custom'),(14,22,'_menu_item_menu_item_parent','0'),(15,22,'_menu_item_object_id','22'),(16,22,'_menu_item_object','custom'),(17,22,'_menu_item_target',''),(18,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19,22,'_menu_item_xfn',''),(20,22,'_menu_item_url','http://lecafechinois.fr/'),(22,23,'_menu_item_type','post_type'),(23,23,'_menu_item_menu_item_parent','0'),(24,23,'_menu_item_object_id','20'),(25,23,'_menu_item_object','page'),(26,23,'_menu_item_target',''),(27,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(28,23,'_menu_item_xfn',''),(29,23,'_menu_item_url',''),(31,24,'_menu_item_type','post_type'),(32,24,'_menu_item_menu_item_parent','0'),(33,24,'_menu_item_object_id','8'),(34,24,'_menu_item_object','page'),(35,24,'_menu_item_target',''),(36,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,24,'_menu_item_xfn',''),(38,24,'_menu_item_url',''),(40,25,'_menu_item_type','post_type'),(41,25,'_menu_item_menu_item_parent','0'),(42,25,'_menu_item_object_id','6'),(43,25,'_menu_item_object','page'),(44,25,'_menu_item_target',''),(45,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(46,25,'_menu_item_xfn',''),(47,25,'_menu_item_url',''),(49,26,'_menu_item_type','post_type'),(50,26,'_menu_item_menu_item_parent','0'),(51,26,'_menu_item_object_id','7'),(52,26,'_menu_item_object','page'),(53,26,'_menu_item_target',''),(54,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,26,'_menu_item_xfn',''),(56,26,'_menu_item_url',''),(59,28,'_wp_attached_file','2020/04/logo.png'),(60,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:260;s:4:\"file\";s:16:\"2020/04/logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(61,29,'_wp_attached_file','2020/04/111.png'),(62,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:56;s:4:\"file\";s:15:\"2020/04/111.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"111-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"111-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(63,30,'_wp_attached_file','2020/04/cropped-logo.png'),(64,30,'_wp_attachment_context','site-icon'),(65,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2020/04/cropped-logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(67,31,'_wp_attached_file','2020/04/cropped-logo-1.png'),(68,31,'_wp_attachment_context','site-icon'),(69,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2020/04/cropped-logo-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"blossom-feminine-blog\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-435x435.png\";s:5:\"width\";i:435;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blossom-feminine-cat\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"blossom-feminine-related\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blossom-feminine-schema\";a:4:{s:4:\"file\";s:24:\"cropped-logo-1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"blossom-mommy-blog-slider\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-460x310.png\";s:5:\"width\";i:460;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"blossom-mommy-blog-two\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:24:\"cropped-logo-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,34,'_wp_attached_file','2020/04/512-scaled.jpg'),(75,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1849;s:4:\"file\";s:22:\"2020/04/512-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"512-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"512-1024x740.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"512-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"512-1536x1110.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"512-2048x1479.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-slider\";a:4:{s:4:\"file\";s:16:\"512-1920x649.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-feminine-featured\";a:4:{s:4:\"file\";s:16:\"512-1410x600.jpg\";s:5:\"width\";i:1410;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"blossom-feminine-with-sidebar\";a:4:{s:4:\"file\";s:16:\"512-1020x600.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"blossom-feminine-blog\";a:4:{s:4:\"file\";s:15:\"512-435x435.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blossom-feminine-cat\";a:4:{s:4:\"file\";s:15:\"512-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"blossom-feminine-related\";a:4:{s:4:\"file\";s:15:\"512-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-schema\";a:4:{s:4:\"file\";s:13:\"512-83x60.jpg\";s:5:\"width\";i:83;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"blossom-mommy-blog-slider-big\";a:4:{s:4:\"file\";s:15:\"512-920x650.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-mommy-blog-slider\";a:4:{s:4:\"file\";s:15:\"512-460x310.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blossom-mommy-blog-two\";a:4:{s:4:\"file\";s:15:\"512-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"512.jpg\";}'),(76,35,'_wp_attached_file','2020/04/156-scaled.jpg'),(77,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:22:\"2020/04/156-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"156-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"156-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"156-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"156-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"156-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"156-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-slider\";a:4:{s:4:\"file\";s:16:\"156-1920x649.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-feminine-featured\";a:4:{s:4:\"file\";s:16:\"156-1410x600.jpg\";s:5:\"width\";i:1410;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"blossom-feminine-with-sidebar\";a:4:{s:4:\"file\";s:16:\"156-1020x600.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"blossom-feminine-blog\";a:4:{s:4:\"file\";s:15:\"156-435x435.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blossom-feminine-cat\";a:4:{s:4:\"file\";s:15:\"156-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"blossom-feminine-related\";a:4:{s:4:\"file\";s:15:\"156-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-schema\";a:4:{s:4:\"file\";s:13:\"156-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"blossom-mommy-blog-slider-big\";a:4:{s:4:\"file\";s:15:\"156-920x650.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-mommy-blog-slider\";a:4:{s:4:\"file\";s:15:\"156-460x310.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blossom-mommy-blog-two\";a:4:{s:4:\"file\";s:15:\"156-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:13:\"Twinsterphoto\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:95:\"Asian family of middle aged woman and young teenage daughter talking and smiling at coffee shop\";s:17:\"created_timestamp\";s:10:\"1531219336\";s:9:\"copyright\";s:13:\"twinsterphoto\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:95:\"Asian family of middle aged woman and young teenage daughter talking and smiling at coffee shop\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:5:\"asian\";i:1;s:6:\"mother\";i:2;s:8:\"daughter\";i:3;s:6:\"senior\";i:4;s:6:\"family\";i:5;s:5:\"adult\";i:6;s:5:\"happy\";i:7;s:7:\"chinese\";i:8;s:4:\"home\";i:9;s:3:\"old\";i:10;s:4:\"asia\";i:11;s:5:\"woman\";i:12;s:6:\"people\";i:13;s:3:\"two\";i:14;s:8:\"together\";i:15;s:3:\"tea\";i:16;s:6:\"coffee\";i:17;s:8:\"drinking\";i:18;s:7:\"talking\";i:19;s:6:\"person\";i:20;s:8:\"japanese\";i:21;s:6:\"female\";i:22;s:6:\"parent\";i:23;s:10:\"attractive\";i:24;s:8:\"cheerful\";i:25;s:4:\"care\";i:26;s:7:\"retired\";i:27;s:5:\"women\";i:28;s:3:\"fun\";i:29;s:9:\"beautiful\";i:30;s:3:\"day\";i:31;s:7:\"sitting\";i:32;s:5:\"elder\";i:33;s:5:\"couch\";i:34;s:4:\"girl\";i:35;s:5:\"child\";i:36;s:6:\"middle\";i:37;s:4:\"desk\";i:38;s:5:\"table\";i:39;s:6:\"dinner\";i:40;s:7:\"working\";i:41;s:8:\"computer\";i:42;s:6:\"laptop\";i:43;s:5:\"young\";i:44;s:4:\"thai\";i:45;s:5:\"smile\";i:46;s:4:\"love\";i:47;s:3:\"age\";i:48;s:10:\"restaurant\";i:49;s:4:\"cafe\";}}s:14:\"original_image\";s:7:\"156.jpg\";}'),(78,36,'_wp_attached_file','2020/04/256.jpg'),(79,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:15:\"2020/04/256.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"256-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"256-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"256-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"256-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-slider\";a:4:{s:4:\"file\";s:16:\"256-1920x649.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-feminine-featured\";a:4:{s:4:\"file\";s:16:\"256-1410x600.jpg\";s:5:\"width\";i:1410;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"blossom-feminine-with-sidebar\";a:4:{s:4:\"file\";s:16:\"256-1020x600.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"blossom-feminine-blog\";a:4:{s:4:\"file\";s:15:\"256-435x435.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blossom-feminine-cat\";a:4:{s:4:\"file\";s:15:\"256-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"blossom-feminine-related\";a:4:{s:4:\"file\";s:15:\"256-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-schema\";a:4:{s:4:\"file\";s:13:\"256-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"blossom-mommy-blog-slider-big\";a:4:{s:4:\"file\";s:15:\"256-920x650.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-mommy-blog-slider\";a:4:{s:4:\"file\";s:15:\"256-460x310.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blossom-mommy-blog-two\";a:4:{s:4:\"file\";s:15:\"256-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,37,'_wp_attached_file','2020/04/325.jpg'),(81,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2020/04/325.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"325-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"325-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"blossom-feminine-blog\";a:4:{s:4:\"file\";s:15:\"325-435x435.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blossom-feminine-cat\";a:4:{s:4:\"file\";s:15:\"325-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"blossom-feminine-related\";a:4:{s:4:\"file\";s:15:\"325-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-schema\";a:4:{s:4:\"file\";s:13:\"325-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-mommy-blog-slider\";a:4:{s:4:\"file\";s:15:\"325-460x310.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blossom-mommy-blog-two\";a:4:{s:4:\"file\";s:15:\"325-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,38,'_wp_attached_file','2020/04/152.jpg'),(83,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:564;s:4:\"file\";s:15:\"2020/04/152.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"152-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"152-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"152-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"blossom-feminine-blog\";a:4:{s:4:\"file\";s:15:\"152-435x435.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blossom-feminine-cat\";a:4:{s:4:\"file\";s:15:\"152-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"blossom-feminine-related\";a:4:{s:4:\"file\";s:15:\"152-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blossom-feminine-schema\";a:4:{s:4:\"file\";s:13:\"152-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"blossom-mommy-blog-slider\";a:4:{s:4:\"file\";s:15:\"152-460x310.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blossom-mommy-blog-two\";a:4:{s:4:\"file\";s:15:\"152-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,39,'_edit_lock','1588073924:1'),(87,39,'_thumbnail_id','38'),(88,39,'_edit_last','1'),(89,39,'_ssb_hide','false'),(90,39,'_sidebar_layout','default-sidebar'),(91,41,'_edit_lock','1588073361:1'),(94,41,'_thumbnail_id','34'),(95,41,'_edit_last','1'),(96,41,'_ssb_hide','false'),(97,41,'_sidebar_layout','default-sidebar'),(100,45,'_wp_attached_file','2020/04/cropped-111.png'),(101,45,'_wp_attachment_context','custom-logo'),(102,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:56;s:4:\"file\";s:23:\"2020/04/cropped-111.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cropped-111-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cropped-111-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,48,'_wp_attached_file','2020/04/cropped-111-1.png'),(109,48,'_wp_attachment_context','custom-logo'),(110,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:56;s:4:\"file\";s:25:\"2020/04/cropped-111-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-111-1-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-111-1-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(126,39,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(127,39,'ssb_total_counts','0'),(128,39,'ssb_cache_timestamp','456541'),(131,41,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(132,41,'ssb_total_counts','0'),(133,41,'ssb_cache_timestamp','457134'),(134,5,'wpforms_entries_count','149'),(135,9,'wpforms_entries_count','226'),(136,48,'_oembed_0ecde206af2362172da8693fc22dddcc','{{unknown}}'),(137,45,'_oembed_1cd2ab2e93a1bcf0f0eb7b84744a8bc2','{{unknown}}'),(138,31,'_oembed_7d5131b375737fcac0ce81f102d92dae','{{unknown}}'),(139,30,'_oembed_b6fe1d07e0ac51c5a27675280d783ecf','{{unknown}}'),(142,66,'_edit_lock','1636118684:1'),(143,66,'_edit_last','1'),(144,66,'_ssb_hide','false'),(145,66,'wishful_blog_sidebar_position','right'),(148,66,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";N;}'),(149,66,'ssb_total_counts','0'),(150,66,'ssb_cache_timestamp','458281'),(151,69,'_wp_attached_file','2021/10/franck-CAX85x-DdBk-unsplash-1.jpg'),(152,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:41:\"2021/10/franck-CAX85x-DdBk-unsplash-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"franck-CAX85x-DdBk-unsplash-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"franck-CAX85x-DdBk-unsplash-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"wishful-blog-thumbnail-one\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"wishful-blog-thumbnail-two\";a:4:{s:4:\"file\";s:42:\"franck-CAX85x-DdBk-unsplash-1-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"wishful-blog-thumbnail-three\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"wishful-blog-thumbnail-four\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-780x600.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"wishful-blog-thumbnail-five\";a:4:{s:4:\"file\";s:41:\"franck-CAX85x-DdBk-unsplash-1-390x298.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,66,'_thumbnail_id','69');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint 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=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (3,1,'2020-04-19 13:05:24','2020-04-19 13:05:24','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://lecafechinois.fr.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, 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><!-- /wp:paragraph --><!-- wp:paragraph --><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 &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-04-19 13:05:24','2020-04-19 13:05:24','',0,'http://lecafechinois.fr/?page_id=3',0,'page','',0),(5,1,'2020-04-28 08:40:47','2020-04-28 08:40:47','{\"id\":\"5\",\"field_id\":2,\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}],\"settings\":{\"form_title\":\"Newsletter Signup Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Newsletter Signup Form Entry\",\"sender_name\":\"www.lecafechinois.fr\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"20\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"subscribe\"}}','Newsletter Signup Form','','publish','closed','closed','','newsletter-signup-form','','','2020-04-28 10:58:12','2020-04-28 10:58:12','',0,'http://lecafechinois.fr/?post_type=wpforms&#038;p=5',0,'wpforms','',0),(6,1,'2020-04-28 08:45:04','2020-04-28 08:45:04','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will not use or share your information with anyone except as described in this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Information Collection And Use</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Name</li><li>Email address</li><li>Address</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Log Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Service Providers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Security</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 18 (\"Children\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Compliance With Laws</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We will disclose your Personal Information where required to do so by law or subpoena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes To This Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, please contact us.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2020-04-28 08:45:04','2020-04-28 08:45:04','',0,'http://lecafechinois.fr/?page_id=6',0,'page','',0),(7,1,'2020-04-28 08:44:37','2020-04-28 08:44:37','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Web Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Termination</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms shall be governed and construed in accordance with the laws of France without regard to its conflict of law provisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 15 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about these Terms, please contact us.</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-04-28 08:44:37','2020-04-28 08:44:37','',0,'http://lecafechinois.fr/?page_id=7',0,'page','',0),(8,1,'2020-04-28 08:43:19','2020-04-28 08:43:19','<!-- wp:paragraph -->\n<p>[wpforms id=\"9\" title=\"false\" description=\"false\"]</p>\n<!-- /wp:paragraph -->','Contact Us','','publish','closed','closed','','contact-us','','','2020-04-28 08:43:19','2020-04-28 08:43:19','',0,'http://lecafechinois.fr/?page_id=8',0,'page','',0),(9,1,'2020-04-28 08:42:43','2020-04-28 08:42:43','{\"id\":\"9\",\"field_id\":3,\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}],\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"www.lecafechinois.fr\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Simple Contact Form','','publish','closed','closed','','simple-contact-form','','','2020-04-28 08:43:05','2020-04-28 08:43:05','',0,'http://lecafechinois.fr/?post_type=wpforms&#038;p=9',0,'wpforms','',0),(10,1,'2020-04-28 08:43:19','2020-04-28 08:43:19','<!-- wp:paragraph -->\n<p>[wpforms id=\"9\" title=\"false\" description=\"false\"]</p>\n<!-- /wp:paragraph -->','Contact Us','','inherit','closed','closed','','8-revision-v1','','','2020-04-28 08:43:19','2020-04-28 08:43:19','',8,'http://lecafechinois.fr/8-revision-v1/',0,'revision','',0),(12,1,'2020-04-28 08:44:52','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\n\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\n\nWe will not use or share your information with anyone except as described in this Privacy Policy.\n\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\n\n<h2>Information Collection And Use</h2>\n\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\n\n<ul>\n<li>Name</li><li>Email address</li><li>Address</li></ul>\n\n<h2>Log Data</h2>\n\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\n\n\n<h2>Cookies</h2>\n\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\n\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\n\n\n<h2>Service Providers</h2>\n\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\n\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\n\n<h2>Security</h2>\n\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\n\n<h2>Links To Other Sites</h2>\n\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\n\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\n\n<h2>Children\'s Privacy</h2>\n\nOur Service does not address anyone under the age of 18 (\"Children\").\n\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\n\n<h2>Compliance With Laws</h2>\n\nWe will disclose your Personal Information where required to do so by law or subpoena.\n\n<h2>Changes To This Privacy Policy</h2>\n\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\n\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','draft','closed','closed','','privacy-policy','','','2020-04-28 08:44:52','2020-04-28 08:44:52','',0,'http://lecafechinois.fr/?post_type=wpautoterms_page&#038;p=12',0,'wpautoterms_page','',0),(13,1,'2020-04-28 08:44:22','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n<h2>Intellectual Property</h2>\n\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of France without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 15 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','draft','closed','closed','','terms-and-conditions','','','2020-04-28 08:44:22','2020-04-28 08:44:22','',0,'http://lecafechinois.fr/?post_type=wpautoterms_page&#038;p=13',0,'wpautoterms_page','',0),(14,1,'2020-04-28 08:44:22','2020-04-28 08:44:22','','placeholder','','inherit','closed','closed','','13-revision-v1','','','2020-04-28 08:44:22','2020-04-28 08:44:22','',13,'http://lecafechinois.fr/13-revision-v1/',0,'revision','',0),(15,1,'2020-04-28 08:44:22','2020-04-28 08:44:22','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n<h2>Intellectual Property</h2>\n\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of France without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 15 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','13-revision-v1','','','2020-04-28 08:44:22','2020-04-28 08:44:22','',13,'http://lecafechinois.fr/13-revision-v1/',0,'revision','',0),(16,1,'2020-04-28 08:44:37','2020-04-28 08:44:37','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Web Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Termination</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms shall be governed and construed in accordance with the laws of France without regard to its conflict of law provisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 15 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about these Terms, please contact us.</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','7-revision-v1','','','2020-04-28 08:44:37','2020-04-28 08:44:37','',7,'http://lecafechinois.fr/7-revision-v1/',0,'revision','',0),(17,1,'2020-04-28 08:44:52','2020-04-28 08:44:52','','placeholder','','inherit','closed','closed','','12-revision-v1','','','2020-04-28 08:44:52','2020-04-28 08:44:52','',12,'http://lecafechinois.fr/12-revision-v1/',0,'revision','',0),(18,1,'2020-04-28 08:44:52','2020-04-28 08:44:52','\nLast updated: [wpautoterms last_updated_date]\n\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\n\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\n\nWe will not use or share your information with anyone except as described in this Privacy Policy.\n\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\n\n<h2>Information Collection And Use</h2>\n\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\n\n<ul>\n<li>Name</li><li>Email address</li><li>Address</li></ul>\n\n<h2>Log Data</h2>\n\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\n\n\n<h2>Cookies</h2>\n\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\n\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\n\n\n<h2>Service Providers</h2>\n\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\n\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\n\n<h2>Security</h2>\n\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\n\n<h2>Links To Other Sites</h2>\n\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\n\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\n\n<h2>Children\'s Privacy</h2>\n\nOur Service does not address anyone under the age of 18 (\"Children\").\n\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\n\n<h2>Compliance With Laws</h2>\n\nWe will disclose your Personal Information where required to do so by law or subpoena.\n\n<h2>Changes To This Privacy Policy</h2>\n\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\n\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','12-revision-v1','','','2020-04-28 08:44:52','2020-04-28 08:44:52','',12,'http://lecafechinois.fr/12-revision-v1/',0,'revision','',0),(19,1,'2020-04-28 08:45:04','2020-04-28 08:45:04','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will not use or share your information with anyone except as described in this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Information Collection And Use</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Name</li><li>Email address</li><li>Address</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Log Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Service Providers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Security</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 18 (\"Children\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Compliance With Laws</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We will disclose your Personal Information where required to do so by law or subpoena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes To This Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, please contact us.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','6-revision-v1','','','2020-04-28 08:45:04','2020-04-28 08:45:04','',6,'http://lecafechinois.fr/6-revision-v1/',0,'revision','',0),(20,1,'2020-04-28 08:45:24','2020-04-28 08:45:24','','Blog','','publish','closed','closed','','blog','','','2020-04-28 08:45:24','2020-04-28 08:45:24','',0,'http://lecafechinois.fr/?page_id=20',0,'page','',0),(21,1,'2020-04-28 08:45:24','2020-04-28 08:45:24','','Blog','','inherit','closed','closed','','20-revision-v1','','','2020-04-28 08:45:24','2020-04-28 08:45:24','',20,'http://lecafechinois.fr/20-revision-v1/',0,'revision','',0),(22,1,'2020-04-28 08:45:41','2020-04-28 08:45:41','','Home','','publish','closed','closed','','home','','','2020-04-28 08:45:46','2020-04-28 08:45:46','',0,'http://lecafechinois.fr/?p=22',1,'nav_menu_item','',0),(23,1,'2020-04-28 08:45:41','2020-04-28 08:45:41',' ','','','publish','closed','closed','','23','','','2020-04-28 08:45:46','2020-04-28 08:45:46','',0,'http://lecafechinois.fr/?p=23',2,'nav_menu_item','',0),(24,1,'2020-04-28 08:45:41','2020-04-28 08:45:41',' ','','','publish','closed','closed','','24','','','2020-04-28 08:45:46','2020-04-28 08:45:46','',0,'http://lecafechinois.fr/?p=24',3,'nav_menu_item','',0),(25,1,'2020-04-28 08:45:41','2020-04-28 08:45:41',' ','','','publish','closed','closed','','25','','','2020-04-28 08:45:46','2020-04-28 08:45:46','',0,'http://lecafechinois.fr/?p=25',4,'nav_menu_item','',0),(26,1,'2020-04-28 08:45:41','2020-04-28 08:45:41',' ','','','publish','closed','closed','','26','','','2020-04-28 08:45:46','2020-04-28 08:45:46','',0,'http://lecafechinois.fr/?p=26',5,'nav_menu_item','',0),(28,1,'2020-04-28 09:40:34','2020-04-28 09:40:34','','logo','','inherit','closed','closed','','logo','','','2020-04-28 09:40:34','2020-04-28 09:40:34','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/logo.png',0,'attachment','image/png',0),(29,1,'2020-04-28 09:41:11','2020-04-28 09:41:11','','111','','inherit','closed','closed','','111','','','2020-04-28 09:41:11','2020-04-28 09:41:11','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/111.png',0,'attachment','image/png',0),(30,1,'2020-04-28 09:41:47','2020-04-28 09:41:47','http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-logo.png','cropped-logo.png','','inherit','closed','closed','','cropped-logo-png','','','2020-04-28 09:41:47','2020-04-28 09:41:47','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-logo.png',0,'attachment','image/png',0),(31,1,'2020-04-28 09:45:09','2020-04-28 09:45:09','http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-logo-1.png','cropped-logo-1.png','','inherit','closed','closed','','cropped-logo-1-png','','','2020-04-28 09:45:09','2020-04-28 09:45:09','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-logo-1.png',0,'attachment','image/png',0),(34,1,'2020-04-28 10:11:52','2020-04-28 10:11:52','','512','','inherit','closed','closed','','512','','','2020-04-28 10:11:52','2020-04-28 10:11:52','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/512.jpg',0,'attachment','image/jpeg',0),(35,1,'2020-04-28 10:12:37','2020-04-28 10:12:37','','Asian family of middle aged woman and young teenage daughter talking and smiling at coffee shop','Asian family of middle aged woman and young teenage daughter talking and smiling at coffee shop','inherit','closed','closed','','asian-family-of-middle-aged-woman-and-young-teenage-daughter-talking-and-smiling-at-coffee-shop','','','2020-04-28 10:12:37','2020-04-28 10:12:37','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/156.jpg',0,'attachment','image/jpeg',0),(36,1,'2020-04-28 10:12:45','2020-04-28 10:12:45','','256','','inherit','closed','closed','','256','','','2020-04-28 10:12:45','2020-04-28 10:12:45','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/256.jpg',0,'attachment','image/jpeg',0),(37,1,'2020-04-28 10:12:50','2020-04-28 10:12:50','','325','','inherit','closed','closed','','325','','','2020-04-28 10:12:50','2020-04-28 10:12:50','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/325.jpg',0,'attachment','image/jpeg',0),(38,1,'2020-04-28 10:12:54','2020-04-28 10:12:54','','152','','inherit','closed','closed','','152','','','2020-04-28 10:12:54','2020-04-28 10:12:54','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/152.jpg',0,'attachment','image/jpeg',0),(39,1,'2020-04-28 10:15:39','2020-04-28 10:15:39','<!-- wp:paragraph -->\n<p>Chinese tea is notable around the globe. Chinese espresso isn\'t. In any case, that will before long change. China gradually has entered the developing of gourmet espresso and they have the ideal regular assets: high mountains, incredible soils, decent wet atmosphere, a lot of modest work and the way of life to command. They even made the Coffee farming report. The current year\'s espresso report calls for significant creation improvement and yield record levels for Chinese espresso delivering locales. The Chinese yield will so far surpass expected yield that it will likewise make the world\'s creation surpass eager levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still will the overabundance espresso the discount costs keep on expanding? Anyway as request can\'t stay aware of supply search at costs to dive. Additionally the nature of the Chinese espresso is far less that its South American partners. Many consider Costa Rica, Brazil and Columbia to have the best espresso on the planet. The China espresso isn\'t close by anyone\'s standards as far as amount or quality and a great part of the Chinese espresso is a robusta bean. The Latin America espresso nations just produce Arabica bean which is a far prevalent bean. The Chinese espressos likewise ailing in the creation of guaranteed natural espresso. The Chinese espresso is extremely youthful and needs some an opportunity to develop. Additionally it is extremely little however as it develops and individuals can share methods and assets watch out.China could turn into a significant player like they are in the tea market and the greater part of the other assembling. They unquestionably have the atmosphere and mountains and other national assets. What\'s more, the individuals. What\'s more, the individuals with the purpose to complete it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What\'s more, the economy of scale to make it a triumph. Watch out Columbia. World espresso creation in the ebb and flow season will be more prominent than recently expected and will establish a precedent, the Agriculture Department said today. In its week after week report on world horticulture, the FDA office put the worldwide espresso crop at more than 96 million sacks, up 1.3 million from the past figure and more than 10% or around more than 12 million packs above a year ago\'s harvest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Improved possibilities in Africa, the main espresso developing nations was the principle factor in the higher gauge, the report said. Kenya and Nigeria remarked that momentary farming projects were at last producing results and assisting with creation. Other refered to factors included improved water, water supply and predictable water alongside improved cultivating systems and cultivating centers. The cultivating communities permitted ranchers to share assets and best practices which permitted a lot of progress underway levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>China as of now develops espresso in the Yunnin territory - in the far southwest corner. Close to Tibet you have some extraordinary mountain locales and a huge amount of downpour. What\'s more, conceal developed would not be an issue. Chinese espresso - it even has a decent ring to it.</p>\n<!-- /wp:paragraph -->','The China Coffee','','publish','closed','closed','','the-china-coffee','','','2020-04-28 10:15:40','2020-04-28 10:15:40','',0,'http://lecafechinois.fr/?p=39',0,'post','',0),(40,1,'2020-04-28 10:15:39','2020-04-28 10:15:39','<!-- wp:paragraph -->\n<p>Chinese tea is notable around the globe. Chinese espresso isn\'t. In any case, that will before long change. China gradually has entered the developing of gourmet espresso and they have the ideal regular assets: high mountains, incredible soils, decent wet atmosphere, a lot of modest work and the way of life to command. They even made the Coffee farming report. The current year\'s espresso report calls for significant creation improvement and yield record levels for Chinese espresso delivering locales. The Chinese yield will so far surpass expected yield that it will likewise make the world\'s creation surpass eager levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still will the overabundance espresso the discount costs keep on expanding? Anyway as request can\'t stay aware of supply search at costs to dive. Additionally the nature of the Chinese espresso is far less that its South American partners. Many consider Costa Rica, Brazil and Columbia to have the best espresso on the planet. The China espresso isn\'t close by anyone\'s standards as far as amount or quality and a great part of the Chinese espresso is a robusta bean. The Latin America espresso nations just produce Arabica bean which is a far prevalent bean. The Chinese espressos likewise ailing in the creation of guaranteed natural espresso. The Chinese espresso is extremely youthful and needs some an opportunity to develop. Additionally it is extremely little however as it develops and individuals can share methods and assets watch out.China could turn into a significant player like they are in the tea market and the greater part of the other assembling. They unquestionably have the atmosphere and mountains and other national assets. What\'s more, the individuals. What\'s more, the individuals with the purpose to complete it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What\'s more, the economy of scale to make it a triumph. Watch out Columbia. World espresso creation in the ebb and flow season will be more prominent than recently expected and will establish a precedent, the Agriculture Department said today. In its week after week report on world horticulture, the FDA office put the worldwide espresso crop at more than 96 million sacks, up 1.3 million from the past figure and more than 10% or around more than 12 million packs above a year ago\'s harvest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Improved possibilities in Africa, the main espresso developing nations was the principle factor in the higher gauge, the report said. Kenya and Nigeria remarked that momentary farming projects were at last producing results and assisting with creation. Other refered to factors included improved water, water supply and predictable water alongside improved cultivating systems and cultivating centers. The cultivating communities permitted ranchers to share assets and best practices which permitted a lot of progress underway levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>China as of now develops espresso in the Yunnin territory - in the far southwest corner. Close to Tibet you have some extraordinary mountain locales and a huge amount of downpour. What\'s more, conceal developed would not be an issue. Chinese espresso - it even has a decent ring to it.</p>\n<!-- /wp:paragraph -->','The China Coffee','','inherit','closed','closed','','39-revision-v1','','','2020-04-28 10:15:39','2020-04-28 10:15:39','',39,'http://lecafechinois.fr/39-revision-v1/',0,'revision','',0),(41,1,'2020-04-28 10:17:29','2020-04-28 10:17:29','<!-- wp:paragraph -->\n<p>In the event that you like Oriental furnishings and might want to outfit your home with the excellence of this kind of furniture the Chinese foot stool is a decent decision. There are different styles and sizes accessible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One great decision is the Chinese Five Ladies Black foot stool. This is a dark veneer table with a lower rack for showing whatever you pick. The legs are hand cut and the ball and hook feet cause this a lovely piece to add to any to stylistic layout. The table top has the five women plan with landscape and figures close by cut mother of pearl set into the surface.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The edges of the table likewise have the mother of pearl trims with foo hound faces at the corners. Made of strong elm wood with a dark veneer finish this table is 18 inches high, 39 inches wide and 19 inches down. It is an exceptionally lovely household item that will be a pleasant expansion to your living region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another pleasant end table to add to your family room would be the red pop table. Highlighting paw feet and hand creating from the Guangdong region of China, this is a remarkable hand completed piece that will add the Oriental pizazz to your home. This completely practical Chinese end table is solid because of the paw feet legs. They are beautiful however fill a need to impart solidarity to the table that will keep going for a long time. Hand made of strong elmwood, the table is 18 inches high, 45.5 inches wide and 23.5 inches down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A gold leaf foot stool with an Asian pizazz is another end table from China that will improve your home. Hand made and hand completed in clear veneer this is a household item that will highlight your home and include the vibe of the Orient. The is likewise made of elmwood and the gold leaf topic makes it an awesome expansion to any home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The craftsmans of the Guangdong territory of terrain China are known for their wonderfully hand created furniture and this piece is no special case. This hand painted table is 18 inches high, 45.5 inches wide, and 23.5 inches down. An incredible discussion piece just as the usefulness, the Chinese foot stool is an extraordinary household item that will add to the style of your home.</p>\n<!-- /wp:paragraph -->','Chinese Coffee Table','','publish','closed','closed','','chinese-coffee-table','','','2020-04-28 10:17:30','2020-04-28 10:17:30','',0,'http://lecafechinois.fr/?p=41',0,'post','',0),(42,1,'2020-04-28 10:17:29','2020-04-28 10:17:29','<!-- wp:paragraph -->\n<p>In the event that you like Oriental furnishings and might want to outfit your home with the excellence of this kind of furniture the Chinese foot stool is a decent decision. There are different styles and sizes accessible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One great decision is the Chinese Five Ladies Black foot stool. This is a dark veneer table with a lower rack for showing whatever you pick. The legs are hand cut and the ball and hook feet cause this a lovely piece to add to any to stylistic layout. The table top has the five women plan with landscape and figures close by cut mother of pearl set into the surface.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The edges of the table likewise have the mother of pearl trims with foo hound faces at the corners. Made of strong elm wood with a dark veneer finish this table is 18 inches high, 39 inches wide and 19 inches down. It is an exceptionally lovely household item that will be a pleasant expansion to your living region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another pleasant end table to add to your family room would be the red pop table. Highlighting paw feet and hand creating from the Guangdong region of China, this is a remarkable hand completed piece that will add the Oriental pizazz to your home. This completely practical Chinese end table is solid because of the paw feet legs. They are beautiful however fill a need to impart solidarity to the table that will keep going for a long time. Hand made of strong elmwood, the table is 18 inches high, 45.5 inches wide and 23.5 inches down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A gold leaf foot stool with an Asian pizazz is another end table from China that will improve your home. Hand made and hand completed in clear veneer this is a household item that will highlight your home and include the vibe of the Orient. The is likewise made of elmwood and the gold leaf topic makes it an awesome expansion to any home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The craftsmans of the Guangdong territory of terrain China are known for their wonderfully hand created furniture and this piece is no special case. This hand painted table is 18 inches high, 45.5 inches wide, and 23.5 inches down. An incredible discussion piece just as the usefulness, the Chinese foot stool is an extraordinary household item that will add to the style of your home.</p>\n<!-- /wp:paragraph -->','Chinese Coffee Table','','inherit','closed','closed','','41-revision-v1','','','2020-04-28 10:17:29','2020-04-28 10:17:29','',41,'http://lecafechinois.fr/41-revision-v1/',0,'revision','',0),(45,1,'2020-04-28 10:27:15','2020-04-28 10:27:15','http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-111.png','cropped-111.png','','inherit','closed','closed','','cropped-111-png','','','2020-04-28 10:27:15','2020-04-28 10:27:15','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-111.png',0,'attachment','image/png',0),(48,1,'2020-04-28 10:34:14','2020-04-28 10:34:14','http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-111-1.png','cropped-111-1.png','','inherit','closed','closed','','cropped-111-1-png','','','2020-04-28 10:34:14','2020-04-28 10:34:14','',0,'http://lecafechinois.fr/wp-content/uploads/2020/04/cropped-111-1.png',0,'attachment','image/png',0),(53,1,'2020-04-28 10:43:41','2020-04-28 10:43:41','.owl-carousel .owl-item{\n	height: 450px;\n}\n\n.blog-paralle .type-post .entry-content>a, .type-post .entry-content>a {\n    display: none;\n}\n\n.type-post .entry-cover .post-meta{\n	display: none;\n}\n.blog-paralle .type-post .entry-cover{\n	width: 100%;\n}\n.blog-paralle .type-post .entry-content{\n	width: 100%;\n	padding-left: 0;\n	color: #000;\n}\n.blog-paralle .type-post .entry-content p{\n	text-align: justify;\n	color: #000;\n}\n\n.widget-title{\n	text-align: left;\n}\n\n.post-meta{\n	display: none;\n}','wishful-blog','','publish','closed','closed','','wishful-blog','','','2020-04-28 11:17:39','2020-04-28 11:17:39','',0,'http://lecafechinois.fr/wishful-blog/',0,'custom_css','',0),(54,1,'2020-04-28 10:43:41','2020-04-28 10:43:41','.owl-carousel .owl-item{\n	height: 450px;\n}\n\n.blog-paralle .type-post .entry-content>a, .type-post .entry-content>a {\n    display: none;\n}','wishful-blog','','inherit','closed','closed','','53-revision-v1','','','2020-04-28 10:43:41','2020-04-28 10:43:41','',53,'http://lecafechinois.fr/53-revision-v1/',0,'revision','',0),(56,1,'2020-04-28 10:50:23','2020-04-28 10:50:23','.owl-carousel .owl-item{\n	height: 450px;\n}\n\n.blog-paralle .type-post .entry-content>a, .type-post .entry-content>a {\n    display: none;\n}\n\n.type-post .entry-cover .post-meta{\n	display: none;\n}','wishful-blog','','inherit','closed','closed','','53-revision-v1','','','2020-04-28 10:50:23','2020-04-28 10:50:23','',53,'http://lecafechinois.fr/53-revision-v1/',0,'revision','',0),(58,1,'2020-04-28 10:52:58','2020-04-28 10:52:58','.owl-carousel .owl-item{\n	height: 450px;\n}\n\n.blog-paralle .type-post .entry-content>a, .type-post .entry-content>a {\n    display: none;\n}\n\n.type-post .entry-cover .post-meta{\n	display: none;\n}\n.blog-paralle .type-post .entry-cover{\n	width: 100%;\n}\n.blog-paralle .type-post .entry-content{\n	width: 100%;\n	padding-left: 0;\n	color: #000;\n}\n.blog-paralle .type-post .entry-content p{\n	text-align: justify;\n	color: #000;\n}','wishful-blog','','inherit','closed','closed','','53-revision-v1','','','2020-04-28 10:52:58','2020-04-28 10:52:58','',53,'http://lecafechinois.fr/53-revision-v1/',0,'revision','',0),(60,1,'2020-04-28 10:59:57','2020-04-28 10:59:57','.owl-carousel .owl-item{\n	height: 450px;\n}\n\n.blog-paralle .type-post .entry-content>a, .type-post .entry-content>a {\n    display: none;\n}\n\n.type-post .entry-cover .post-meta{\n	display: none;\n}\n.blog-paralle .type-post .entry-cover{\n	width: 100%;\n}\n.blog-paralle .type-post .entry-content{\n	width: 100%;\n	padding-left: 0;\n	color: #000;\n}\n.blog-paralle .type-post .entry-content p{\n	text-align: justify;\n	color: #000;\n}\n\n.widget-title{\n	text-align: left;\n}','wishful-blog','','inherit','closed','closed','','53-revision-v1','','','2020-04-28 10:59:57','2020-04-28 10:59:57','',53,'http://lecafechinois.fr/53-revision-v1/',0,'revision','',0),(62,1,'2020-04-28 11:17:39','2020-04-28 11:17:39','.owl-carousel .owl-item{\n	height: 450px;\n}\n\n.blog-paralle .type-post .entry-content>a, .type-post .entry-content>a {\n    display: none;\n}\n\n.type-post .entry-cover .post-meta{\n	display: none;\n}\n.blog-paralle .type-post .entry-cover{\n	width: 100%;\n}\n.blog-paralle .type-post .entry-content{\n	width: 100%;\n	padding-left: 0;\n	color: #000;\n}\n.blog-paralle .type-post .entry-content p{\n	text-align: justify;\n	color: #000;\n}\n\n.widget-title{\n	text-align: left;\n}\n\n.post-meta{\n	display: none;\n}','wishful-blog','','inherit','closed','closed','','53-revision-v1','','','2020-04-28 11:17:39','2020-04-28 11:17:39','',53,'http://lecafechinois.fr/53-revision-v1/',0,'revision','',0),(66,1,'2021-10-30 15:03:00','2021-10-30 15:03:00','<!-- wp:heading -->\n<h2>Un sentiment injustifié d\'impunité en ligne</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Certaines personnes pensent que leur connexion<a href=\"https://www.globalwatchonline.com/fr/vpn/guide/meilleur-vpn/\"> test VPN</a> les rend totalement anonymes et imperméables aux logiciels malveillants. Cela conduit à la fausse croyance qu\'ils sont intouchables sur Internet. Ce n\'est manifestement pas le cas, car les logiciels malveillants s\'installent souvent sur votre ordinateur en faisant quelque chose que vous ne devriez pas faire, quelle que soit votre connexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Même avec une connexion VPN hautement cryptée et stable, vous pouvez toujours :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Être suivi sur le Web par des annonceurs, des traqueurs, des pirates, des agences de renseignement, etc. (bien que dans une moindre mesure que sans VPN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Soyez la proie d\'attaques de phishing en cliquant sur des liens malveillants dans des courriels ou des messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Être infecté par un type de logiciel malveillant en téléchargeant des fichiers malveillants ou en visitant des sites Web non fiables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Se faire interdire l\'accès à certains réseaux, bases de données, pages Web profondes, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les VPN garantissent que vos données sont cryptées, que votre adresse IP est cachée et que vous pouvez accéder à des contenus qui étaient auparavant bloqués dans votre région. Toutefois, si un pirate informatique expérimenté ou une agence de renseignement veut vous retrouver, il existe d\'autres moyens de vous identifier que votre adresse IP ; ce n\'est que le premier indice qu\'ils peuvent rechercher. En tant que telle, une connexion VPN est tout sauf une autorisation de se livrer à un comportement dégradant, illégal ou imprudent sur Internet. Faites toujours preuve de bon sens <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">vpn netflix at globalwatchonline.fr </a>vpn netflix sur globalwatchonline.fr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>VPN gratuits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Computer Virus LaptopTout le monde aime obtenir quelque chose gratuitement, c\'est pourquoi certaines personnes choisissent d\'essayer un service VPN gratuit avant de le payer. Malheureusement, de nombreux fournisseurs de VPN gratuits ne se soucient pas de protéger votre vie privée et votre anonymat en ligne, mais veulent uniquement gagner de l\'argent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Un bon exemple de cela est Hola VPN, un service VPN auquel vous devriez réfléchir à deux fois. Ces types de VPN n\'ont pas pour but de vendre un service VPN. Au lieu de cela, ils vendent vos données personnelles à des tiers. Ceci est à l\'opposé des fournisseurs de VPN avec un modèle d\'abonnement, qui gagnent de l\'argent grâce aux frais d\'utilisation mensuels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>C\'est une autre raison pour laquelle les fournisseurs de VPN payants sont beaucoup plus sûrs et fiables. Avec un fournisseur de VPN gratuit, vos données pourraient se retrouver entre les mains de publicitaires, voire pire. Si vous devez choisir entre un mauvais VPN gratuit et aucun VPN, il vaut mieux ne pas avoir de service VPN du tout. Vous devriez plutôt installer un Adblocker ainsi que d\'autres fonctions de sécurité.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>De nombreux fournisseurs de VPN gratuits ont également des limites de données, des limites de vitesse, des publicités et des restrictions de téléchargement. Ces restrictions ne rendent pas l\'expérience agréable. En outre, de nombreuses applications VPN gratuites ne sont pas sûres car elles contiennent des logiciels espions ou malveillants cachés dans le fichier de téléchargement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>En résumé, vous devez être prudent si vous décidez d\'essayer un service VPN gratuit. Avant de faire votre choix, consultez notre article sur les meilleurs fournisseurs de VPN gratuits. Les VPN répertoriés dans cet article sont tous fiables, même s\'ils présentent des limites. Un VPN gratuit qui a notre approbation est PrivadoVPN.</p>\n<!-- /wp:paragraph -->','2 vérités sur le VPN','','publish','closed','closed','','2-verites-sur-le-vpn','','\nhttps://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/','2021-11-05 13:24:39','2021-11-05 13:24:39','',0,'http://lecafechinois.fr/?p=66',0,'post','',0),(67,1,'2021-10-25 08:03:48','2021-10-25 08:03:48','<!-- wp:heading -->\n<h2>Un sentiment injustifié d\'impunité en ligne</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Certaines personnes pensent que leur connexion<a href=\"https://www.globalwatchonline.com/fr/vpn/guide/meilleur-vpn/\"> test VPN</a> les rend totalement anonymes et imperméables aux logiciels malveillants. Cela conduit à la fausse croyance qu\'ils sont intouchables sur Internet. Ce n\'est manifestement pas le cas, car les logiciels malveillants s\'installent souvent sur votre ordinateur en faisant quelque chose que vous ne devriez pas faire, quelle que soit votre connexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Même avec une connexion VPN hautement cryptée et stable, vous pouvez toujours :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Être suivi sur le Web par des annonceurs, des traqueurs, des pirates, des agences de renseignement, etc. (bien que dans une moindre mesure que sans VPN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Soyez la proie d\'attaques de phishing en cliquant sur des liens malveillants dans des courriels ou des messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Être infecté par un type de logiciel malveillant en téléchargeant des fichiers malveillants ou en visitant des sites Web non fiables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Se faire interdire l\'accès à certains réseaux, bases de données, pages Web profondes, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les VPN garantissent que vos données sont cryptées, que votre adresse IP est cachée et que vous pouvez accéder à des contenus qui étaient auparavant bloqués dans votre région. Toutefois, si un pirate informatique expérimenté ou une agence de renseignement veut vous retrouver, il existe d\'autres moyens de vous identifier que votre adresse IP ; ce n\'est que le premier indice qu\'ils peuvent rechercher. En tant que telle, une connexion VPN est tout sauf une autorisation de se livrer à un comportement dégradant, illégal ou imprudent sur Internet. Faites toujours preuve de bon sens <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">vpn netflix at globalwatchonline.fr </a>vpn netflix sur globalwatchonline.fr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>VPN gratuits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Computer Virus LaptopTout le monde aime obtenir quelque chose gratuitement, c\'est pourquoi certaines personnes choisissent d\'essayer un service VPN gratuit avant de le payer. Malheureusement, de nombreux fournisseurs de VPN gratuits ne se soucient pas de protéger votre vie privée et votre anonymat en ligne, mais veulent uniquement gagner de l\'argent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Un bon exemple de cela est Hola VPN, un service VPN auquel vous devriez réfléchir à deux fois. Ces types de VPN n\'ont pas pour but de vendre un service VPN. Au lieu de cela, ils vendent vos données personnelles à des tiers. Ceci est à l\'opposé des fournisseurs de VPN avec un modèle d\'abonnement, qui gagnent de l\'argent grâce aux frais d\'utilisation mensuels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>C\'est une autre raison pour laquelle les fournisseurs de VPN payants sont beaucoup plus sûrs et fiables. Avec un fournisseur de VPN gratuit, vos données pourraient se retrouver entre les mains de publicitaires, voire pire. Si vous devez choisir entre un mauvais VPN gratuit et aucun VPN, il vaut mieux ne pas avoir de service VPN du tout. Vous devriez plutôt installer un Adblocker ainsi que d\'autres fonctions de sécurité.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>De nombreux fournisseurs de VPN gratuits ont également des limites de données, des limites de vitesse, des publicités et des restrictions de téléchargement. Ces restrictions ne rendent pas l\'expérience agréable. En outre, de nombreuses applications VPN gratuites ne sont pas sûres car elles contiennent des logiciels espions ou malveillants cachés dans le fichier de téléchargement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>En résumé, vous devez être prudent si vous décidez d\'essayer un service VPN gratuit. Avant de faire votre choix, consultez notre article sur les meilleurs fournisseurs de VPN gratuits. Les VPN répertoriés dans cet article sont tous fiables, même s\'ils présentent des limites. Un VPN gratuit qui a notre approbation est PrivadoVPN.</p>\n<!-- /wp:paragraph -->','2 vérités sur le VPN','','inherit','closed','closed','','66-revision-v1','','','2021-10-25 08:03:48','2021-10-25 08:03:48','',66,'http://lecafechinois.fr/?p=67',0,'revision','',0),(69,1,'2021-11-05 13:24:34','2021-11-05 13:24:34','','franck-CAX85x-DdBk-unsplash (1)','','inherit','closed','closed','','franck-cax85x-ddbk-unsplash-1','','','2021-11-05 13:24:34','2021-11-05 13:24:34','',66,'http://lecafechinois.fr/wp-content/uploads/2021/10/franck-CAX85x-DdBk-unsplash-1.jpg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (22,3,0),(23,3,0),(24,3,0),(25,3,0),(26,3,0),(39,4,0),(39,5,0),(39,6,0),(41,4,0),(41,5,0),(41,6,0),(66,7,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_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,0),(2,2,'category','',0,0),(3,3,'nav_menu','',0,5),(4,4,'category','',0,2),(5,5,'category','',0,2),(6,6,'category','',0,2),(7,7,'category','',0,1);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'Main Menu','main-menu',0),(4,'Blogging','blogging',0),(5,'News','news',0),(6,'Chinese coffee','chinese-coffee',0),(7,'Private Network','private-network',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','info'),(2,1,'first_name','Corey'),(3,1,'last_name','Allen'),(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',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"778f32022a902befd78564ba686175773ed221d9fd054be51cf8e20f484bab92\";a:4:{s:10:\"expiration\";i:1645919734;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1645746934;}s:64:\"c0041f6041c964a356c87286c32191beb1d08a51ae1d8797f6d9672992a3942b\";a:4:{s:10:\"expiration\";i:1645919734;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1645746934;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','68'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"77.168.162.0\";}'),(19,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(20,1,'metaboxhidden_nav-menus','a:3:{i:0;s:30:\"add-post-type-wpautoterms_page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(21,1,'nav_menu_recently_edited','3'),(22,1,'wp_user-settings','libraryContent=browse'),(23,1,'wp_user-settings-time','1588066946');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'info','$P$BKW3e1Kovctw1uEXuQVw3EixZd13S..','info','[email protected]','http://lecafechinois.fr','2020-04-19 13:05:24','',0,'Corey Allen');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_process_entry_emails_meta_cleanup','Wzg2NDAwXQ==','2021-02-10 13:05:00'),(2,'wpforms_admin_notifications_update','W10=','2021-04-16 17:02:09');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpil_keyword_select_links`
--

DROP TABLE IF EXISTS `wp_wpil_keyword_select_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_keyword_select_links` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `keyword_id` int unsigned NOT NULL,
  `post_id` int unsigned NOT NULL,
  `post_type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sentence_text` text COLLATE utf8mb4_unicode_ci,
  `case_keyword` text COLLATE utf8mb4_unicode_ci,
  `meta_data` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `keyword_id` (`keyword_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpil_keyword_select_links`
--

LOCK TABLES `wp_wpil_keyword_select_links` WRITE;
/*!40000 ALTER TABLE `wp_wpil_keyword_select_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_keyword_select_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpil_report_links`
--

DROP TABLE IF EXISTS `wp_wpil_report_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_report_links` (
  `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL,
  `clean_url` text COLLATE utf8mb4_unicode_ci,
  `raw_url` text COLLATE utf8mb4_unicode_ci,
  `host` text COLLATE utf8mb4_unicode_ci,
  `anchor` text COLLATE utf8mb4_unicode_ci,
  `internal` tinyint(1) DEFAULT '0',
  `has_links` tinyint(1) NOT NULL DEFAULT '0',
  `post_type` text COLLATE utf8mb4_unicode_ci,
  `location` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`link_id`),
  KEY `post_id` (`post_id`),
  KEY `clean_url` (`clean_url`(500))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpil_report_links`
--

LOCK TABLES `wp_wpil_report_links` WRITE;
/*!40000 ALTER TABLE `wp_wpil_report_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_report_links` 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 2023-03-29  8:14:03