File: /opt/aphex/sites/jouets-ludiloo.be/db.sql
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost Database: jouets_ludiloo_be
-- ------------------------------------------------------
-- 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_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_nf3_action_meta`
--
DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_action_meta` (
`id` int NOT NULL AUTO_INCREMENT,
`parent_id` int NOT NULL,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=209 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_action_meta`
--
LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','0','payment_total','0'),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','0','payment_total','0'),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','0','payment_total','0'),(46,3,'tag','','tag',''),(47,3,'to','{system:admin_email}','to','{system:admin_email}'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','0','payment_total','0'),(65,4,'tag','','tag',''),(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''),(79,1,'message','This action adds users to WordPress' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.','message','This action adds users to WordPress' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.'),(80,1,'submitter_email','','submitter_email',''),(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(84,1,'subs_expire_time','90','subs_expire_time','90'),(85,3,'message','This action adds users to WordPress' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.','message','This action adds users to WordPress' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.'),(86,4,'submitter_email','','submitter_email',''),(87,4,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(88,4,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(89,4,'set_subs_to_expire','0','set_subs_to_expire','0'),(90,4,'subs_expire_time','90','subs_expire_time','90'),(91,5,'title','','title',''),(92,5,'key','','key',''),(93,5,'type','save','type','save'),(94,5,'active','1','active','1'),(95,5,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(96,5,'label','Store Submission','label','Store Submission'),(97,5,'objectType','Action','objectType','Action'),(98,5,'objectDomain','actions','objectDomain','actions'),(99,5,'editActive','','editActive',''),(100,5,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(101,5,'payment_gateways','','payment_gateways',''),(102,5,'payment_total','0','payment_total','0'),(103,5,'tag','','tag',''),(104,5,'to','{wp:admin_email}','to','{wp:admin_email}'),(105,5,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(106,5,'email_message','{fields_table}','email_message','{fields_table}'),(107,5,'from_name','','from_name',''),(108,5,'from_address','','from_address',''),(109,5,'reply_to','','reply_to',''),(110,5,'email_format','html','email_format','html'),(111,5,'cc','','cc',''),(112,5,'bcc','','bcc',''),(113,5,'attach_csv','','attach_csv',''),(114,5,'redirect_url','','redirect_url',''),(115,5,'email_message_plain','','email_message_plain',''),(116,5,'parent_id','2','parent_id','2'),(117,6,'title','','title',''),(118,6,'key','','key',''),(119,6,'type','email','type','email'),(120,6,'active','1','active','1'),(121,6,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(122,6,'label','Email Confirmation','label','Email Confirmation'),(123,6,'to','{field:email}','to','{field:email}'),(124,6,'subject','This is an email action.','subject','This is an email action.'),(125,6,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(126,6,'objectType','Action','objectType','Action'),(127,6,'objectDomain','actions','objectDomain','actions'),(128,6,'editActive','','editActive',''),(129,6,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(130,6,'payment_gateways','','payment_gateways',''),(131,6,'payment_total','0','payment_total','0'),(132,6,'tag','','tag',''),(133,6,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(134,6,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(135,6,'from_name','','from_name',''),(136,6,'from_address','','from_address',''),(137,6,'reply_to','','reply_to',''),(138,6,'email_format','html','email_format','html'),(139,6,'cc','','cc',''),(140,6,'bcc','','bcc',''),(141,6,'attach_csv','','attach_csv',''),(142,6,'email_message_plain','','email_message_plain',''),(143,6,'parent_id','2','parent_id','2'),(144,7,'title','','title',''),(145,7,'key','','key',''),(146,7,'type','email','type','email'),(147,7,'active','1','active','1'),(148,7,'created_at','2016-08-24 16:47:39','created_at','2016-08-24 16:47:39'),(149,7,'objectType','Action','objectType','Action'),(150,7,'objectDomain','actions','objectDomain','actions'),(151,7,'editActive','','editActive',''),(152,7,'label','Email Notification','label','Email Notification'),(153,7,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(154,7,'payment_gateways','','payment_gateways',''),(155,7,'payment_total','0','payment_total','0'),(156,7,'tag','','tag',''),(157,7,'to','{system:admin_email}','to','{system:admin_email}'),(158,7,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(159,7,'email_message','<p></p><p>-{field:name} ( {field:email} )</p>','email_message','<p></p><p>-{field:name} ( {field:email} )</p>'),(160,7,'from_name','','from_name',''),(161,7,'from_address','','from_address',''),(162,7,'reply_to','{field:email}','reply_to','{field:email}'),(163,7,'email_format','html','email_format','html'),(164,7,'cc','','cc',''),(165,7,'bcc','','bcc',''),(166,7,'attach_csv','0','attach_csv','0'),(167,7,'email_message_plain','','email_message_plain',''),(168,7,'parent_id','2','parent_id','2'),(169,8,'title','','title',''),(170,8,'key','','key',''),(171,8,'type','successmessage','type','successmessage'),(172,8,'active','1','active','1'),(173,8,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(174,8,'label','Success Message','label','Success Message'),(175,8,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(176,8,'objectType','Action','objectType','Action'),(177,8,'objectDomain','actions','objectDomain','actions'),(178,8,'editActive','','editActive',''),(179,8,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(180,8,'payment_gateways','','payment_gateways',''),(181,8,'payment_total','0','payment_total','0'),(182,8,'tag','','tag',''),(183,8,'to','{wp:admin_email}','to','{wp:admin_email}'),(184,8,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(185,8,'email_message','{fields_table}','email_message','{fields_table}'),(186,8,'from_name','','from_name',''),(187,8,'from_address','','from_address',''),(188,8,'reply_to','','reply_to',''),(189,8,'email_format','html','email_format','html'),(190,8,'cc','','cc',''),(191,8,'bcc','','bcc',''),(192,8,'attach_csv','','attach_csv',''),(193,8,'redirect_url','','redirect_url',''),(194,8,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(195,8,'email_message_plain','','email_message_plain',''),(196,8,'parent_id','2','parent_id','2'),(197,5,'message','This action adds users to WordPress' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.','message','This action adds users to WordPress' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.'),(198,5,'submitter_email','','submitter_email',''),(199,5,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(200,5,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(201,5,'set_subs_to_expire','0','set_subs_to_expire','0'),(202,5,'subs_expire_time','90','subs_expire_time','90'),(203,7,'message','This action adds users to WordPress' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.','message','This action adds users to WordPress' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.'),(204,8,'submitter_email','','submitter_email',''),(205,8,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(206,8,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(207,8,'set_subs_to_expire','0','set_subs_to_expire','0'),(208,8,'subs_expire_time','90','subs_expire_time','90');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_actions`
--
DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_actions` (
`id` int NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`active` tinyint(1) DEFAULT '1',
`parent_id` int NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_actions`
--
LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2020-08-13 09:12:57','2020-08-13 09:12:57','Store Submission'),(2,'','','email',1,1,'2020-08-13 09:12:57','2020-08-13 09:12:57','Email Confirmation'),(3,'','','email',1,1,'2020-08-13 09:12:57','2020-08-13 09:12:57','Email Notification'),(4,'','','successmessage',1,1,'2020-08-13 09:12:57','2020-08-13 09:12:57','Success Message'),(5,'','','save',1,2,'2016-08-24 16:39:20',NULL,'Store Submission'),(6,'','','email',1,2,'2016-08-24 16:39:20',NULL,'Email Confirmation'),(7,'','','email',1,2,'2016-08-24 16:47:39',NULL,'Email Notification'),(8,'','','successmessage',1,2,'2016-08-24 16:39:20',NULL,'Success Message');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_chunks`
--
DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_chunks` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_chunks`
--
LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_field_meta`
--
DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_field_meta` (
`id` int NOT NULL AUTO_INCREMENT,
`parent_id` int NOT NULL,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=569 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_field_meta`
--
LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(253,1,'label','Name','label','Name'),(254,1,'key','name','key','name'),(255,1,'type','textbox','type','textbox'),(256,1,'created_at','2020-08-13 09:12:56','created_at','2020-08-13 09:12:56'),(257,1,'custom_name_attribute','','custom_name_attribute',''),(258,1,'personally_identifiable','','personally_identifiable',''),(259,1,'value','','value',''),(260,2,'label','Email','label','Email'),(261,2,'key','email','key','email'),(262,2,'type','email','type','email'),(263,2,'created_at','2020-08-13 09:12:56','created_at','2020-08-13 09:12:56'),(264,2,'custom_name_attribute','email','custom_name_attribute','email'),(265,2,'personally_identifiable','1','personally_identifiable','1'),(266,2,'value','','value',''),(267,3,'label','Message','label','Message'),(268,3,'key','message','key','message'),(269,3,'type','textarea','type','textarea'),(270,3,'created_at','2020-08-13 09:12:56','created_at','2020-08-13 09:12:56'),(271,3,'value','','value',''),(272,3,'drawerDisabled','','drawerDisabled',''),(273,4,'label','Submit','label','Submit'),(274,4,'key','submit','key','submit'),(275,4,'type','submit','type','submit'),(276,4,'created_at','2020-08-13 09:12:56','created_at','2020-08-13 09:12:56'),(277,5,'label','Name','label','Name'),(278,5,'key','name','key','name'),(279,5,'parent_id','2','parent_id','2'),(280,5,'type','textbox','type','textbox'),(281,5,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(282,5,'label_pos','above','label_pos','above'),(283,5,'required','1','required','1'),(284,5,'order','1','order','1'),(285,5,'placeholder','','placeholder',''),(286,5,'default','','default',''),(287,5,'wrapper_class','','wrapper_class',''),(288,5,'element_class','','element_class',''),(289,5,'objectType','Field','objectType','Field'),(290,5,'objectDomain','fields','objectDomain','fields'),(291,5,'editActive','','editActive',''),(292,5,'container_class','','container_class',''),(293,5,'input_limit','','input_limit',''),(294,5,'input_limit_type','characters','input_limit_type','characters'),(295,5,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(296,5,'manual_key','','manual_key',''),(297,5,'disable_input','','disable_input',''),(298,5,'admin_label','','admin_label',''),(299,5,'help_text','','help_text',''),(300,5,'desc_text','','desc_text',''),(301,5,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(302,5,'mask','','mask',''),(303,5,'custom_mask','','custom_mask',''),(304,5,'wrap_styles_background-color','','wrap_styles_background-color',''),(305,5,'wrap_styles_border','','wrap_styles_border',''),(306,5,'wrap_styles_border-style','','wrap_styles_border-style',''),(307,5,'wrap_styles_border-color','','wrap_styles_border-color',''),(308,5,'wrap_styles_color','','wrap_styles_color',''),(309,5,'wrap_styles_height','','wrap_styles_height',''),(310,5,'wrap_styles_width','','wrap_styles_width',''),(311,5,'wrap_styles_font-size','','wrap_styles_font-size',''),(312,5,'wrap_styles_margin','','wrap_styles_margin',''),(313,5,'wrap_styles_padding','','wrap_styles_padding',''),(314,5,'wrap_styles_display','','wrap_styles_display',''),(315,5,'wrap_styles_float','','wrap_styles_float',''),(316,5,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(317,5,'wrap_styles_advanced','','wrap_styles_advanced',''),(318,5,'label_styles_background-color','','label_styles_background-color',''),(319,5,'label_styles_border','','label_styles_border',''),(320,5,'label_styles_border-style','','label_styles_border-style',''),(321,5,'label_styles_border-color','','label_styles_border-color',''),(322,5,'label_styles_color','','label_styles_color',''),(323,5,'label_styles_height','','label_styles_height',''),(324,5,'label_styles_width','','label_styles_width',''),(325,5,'label_styles_font-size','','label_styles_font-size',''),(326,5,'label_styles_margin','','label_styles_margin',''),(327,5,'label_styles_padding','','label_styles_padding',''),(328,5,'label_styles_display','','label_styles_display',''),(329,5,'label_styles_float','','label_styles_float',''),(330,5,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(331,5,'label_styles_advanced','','label_styles_advanced',''),(332,5,'element_styles_background-color','','element_styles_background-color',''),(333,5,'element_styles_border','','element_styles_border',''),(334,5,'element_styles_border-style','','element_styles_border-style',''),(335,5,'element_styles_border-color','','element_styles_border-color',''),(336,5,'element_styles_color','','element_styles_color',''),(337,5,'element_styles_height','','element_styles_height',''),(338,5,'element_styles_width','','element_styles_width',''),(339,5,'element_styles_font-size','','element_styles_font-size',''),(340,5,'element_styles_margin','','element_styles_margin',''),(341,5,'element_styles_padding','','element_styles_padding',''),(342,5,'element_styles_display','','element_styles_display',''),(343,5,'element_styles_float','','element_styles_float',''),(344,5,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(345,5,'element_styles_advanced','','element_styles_advanced',''),(346,5,'cellcid','c3277','cellcid','c3277'),(347,6,'label','Email','label','Email'),(348,6,'key','email','key','email'),(349,6,'parent_id','2','parent_id','2'),(350,6,'type','email','type','email'),(351,6,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(352,6,'label_pos','above','label_pos','above'),(353,6,'required','1','required','1'),(354,6,'order','2','order','2'),(355,6,'placeholder','','placeholder',''),(356,6,'default','','default',''),(357,6,'wrapper_class','','wrapper_class',''),(358,6,'element_class','','element_class',''),(359,6,'objectType','Field','objectType','Field'),(360,6,'objectDomain','fields','objectDomain','fields'),(361,6,'editActive','','editActive',''),(362,6,'container_class','','container_class',''),(363,6,'admin_label','','admin_label',''),(364,6,'help_text','','help_text',''),(365,6,'desc_text','','desc_text',''),(366,6,'wrap_styles_background-color','','wrap_styles_background-color',''),(367,6,'wrap_styles_border','','wrap_styles_border',''),(368,6,'wrap_styles_border-style','','wrap_styles_border-style',''),(369,6,'wrap_styles_border-color','','wrap_styles_border-color',''),(370,6,'wrap_styles_color','','wrap_styles_color',''),(371,6,'wrap_styles_height','','wrap_styles_height',''),(372,6,'wrap_styles_width','','wrap_styles_width',''),(373,6,'wrap_styles_font-size','','wrap_styles_font-size',''),(374,6,'wrap_styles_margin','','wrap_styles_margin',''),(375,6,'wrap_styles_padding','','wrap_styles_padding',''),(376,6,'wrap_styles_display','','wrap_styles_display',''),(377,6,'wrap_styles_float','','wrap_styles_float',''),(378,6,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(379,6,'wrap_styles_advanced','','wrap_styles_advanced',''),(380,6,'label_styles_background-color','','label_styles_background-color',''),(381,6,'label_styles_border','','label_styles_border',''),(382,6,'label_styles_border-style','','label_styles_border-style',''),(383,6,'label_styles_border-color','','label_styles_border-color',''),(384,6,'label_styles_color','','label_styles_color',''),(385,6,'label_styles_height','','label_styles_height',''),(386,6,'label_styles_width','','label_styles_width',''),(387,6,'label_styles_font-size','','label_styles_font-size',''),(388,6,'label_styles_margin','','label_styles_margin',''),(389,6,'label_styles_padding','','label_styles_padding',''),(390,6,'label_styles_display','','label_styles_display',''),(391,6,'label_styles_float','','label_styles_float',''),(392,6,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(393,6,'label_styles_advanced','','label_styles_advanced',''),(394,6,'element_styles_background-color','','element_styles_background-color',''),(395,6,'element_styles_border','','element_styles_border',''),(396,6,'element_styles_border-style','','element_styles_border-style',''),(397,6,'element_styles_border-color','','element_styles_border-color',''),(398,6,'element_styles_color','','element_styles_color',''),(399,6,'element_styles_height','','element_styles_height',''),(400,6,'element_styles_width','','element_styles_width',''),(401,6,'element_styles_font-size','','element_styles_font-size',''),(402,6,'element_styles_margin','','element_styles_margin',''),(403,6,'element_styles_padding','','element_styles_padding',''),(404,6,'element_styles_display','','element_styles_display',''),(405,6,'element_styles_float','','element_styles_float',''),(406,6,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(407,6,'element_styles_advanced','','element_styles_advanced',''),(408,6,'cellcid','c3281','cellcid','c3281'),(480,8,'label','Submit','label','Submit'),(481,8,'key','submit','key','submit'),(482,8,'parent_id','2','parent_id','2'),(483,8,'type','submit','type','submit'),(484,8,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(485,8,'processing_label','Processing','processing_label','Processing'),(486,8,'order','5','order','5'),(487,8,'objectType','Field','objectType','Field'),(488,8,'objectDomain','fields','objectDomain','fields'),(489,8,'editActive','','editActive',''),(490,8,'container_class','','container_class',''),(491,8,'element_class','','element_class',''),(492,8,'wrap_styles_background-color','','wrap_styles_background-color',''),(493,8,'wrap_styles_border','','wrap_styles_border',''),(494,8,'wrap_styles_border-style','','wrap_styles_border-style',''),(495,8,'wrap_styles_border-color','','wrap_styles_border-color',''),(496,8,'wrap_styles_color','','wrap_styles_color',''),(497,8,'wrap_styles_height','','wrap_styles_height',''),(498,8,'wrap_styles_width','','wrap_styles_width',''),(499,8,'wrap_styles_font-size','','wrap_styles_font-size',''),(500,8,'wrap_styles_margin','','wrap_styles_margin',''),(501,8,'wrap_styles_padding','','wrap_styles_padding',''),(502,8,'wrap_styles_display','','wrap_styles_display',''),(503,8,'wrap_styles_float','','wrap_styles_float',''),(504,8,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(505,8,'wrap_styles_advanced','','wrap_styles_advanced',''),(506,8,'label_styles_background-color','','label_styles_background-color',''),(507,8,'label_styles_border','','label_styles_border',''),(508,8,'label_styles_border-style','','label_styles_border-style',''),(509,8,'label_styles_border-color','','label_styles_border-color',''),(510,8,'label_styles_color','','label_styles_color',''),(511,8,'label_styles_height','','label_styles_height',''),(512,8,'label_styles_width','','label_styles_width',''),(513,8,'label_styles_font-size','','label_styles_font-size',''),(514,8,'label_styles_margin','','label_styles_margin',''),(515,8,'label_styles_padding','','label_styles_padding',''),(516,8,'label_styles_display','','label_styles_display',''),(517,8,'label_styles_float','','label_styles_float',''),(518,8,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(519,8,'label_styles_advanced','','label_styles_advanced',''),(520,8,'element_styles_background-color','','element_styles_background-color',''),(521,8,'element_styles_border','','element_styles_border',''),(522,8,'element_styles_border-style','','element_styles_border-style',''),(523,8,'element_styles_border-color','','element_styles_border-color',''),(524,8,'element_styles_color','','element_styles_color',''),(525,8,'element_styles_height','','element_styles_height',''),(526,8,'element_styles_width','','element_styles_width',''),(527,8,'element_styles_font-size','','element_styles_font-size',''),(528,8,'element_styles_margin','','element_styles_margin',''),(529,8,'element_styles_padding','','element_styles_padding',''),(530,8,'element_styles_display','','element_styles_display',''),(531,8,'element_styles_float','','element_styles_float',''),(532,8,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(533,8,'element_styles_advanced','','element_styles_advanced',''),(534,8,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(535,8,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(536,8,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(537,8,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(538,8,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(539,8,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(540,8,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(541,8,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(542,8,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(543,8,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(544,8,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(545,8,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(546,8,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(547,8,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(548,8,'cellcid','c3287','cellcid','c3287'),(549,5,'field_label','Name','field_label','Name'),(550,5,'field_key','name','field_key','name'),(551,5,'custom_name_attribute','','custom_name_attribute',''),(552,5,'personally_identifiable','','personally_identifiable',''),(553,5,'value','','value',''),(554,6,'field_label','Email','field_label','Email'),(555,6,'field_key','email','field_key','email'),(556,6,'custom_name_attribute','email','custom_name_attribute','email'),(557,6,'personally_identifiable','1','personally_identifiable','1'),(558,6,'value','','value',''),(559,8,'field_label','Submit','field_label','Submit'),(560,8,'field_key','submit','field_key','submit'),(561,1,'field_label','Name','field_label','Name'),(562,1,'field_key','name','field_key','name'),(563,2,'field_label','Email','field_label','Email'),(564,2,'field_key','email','field_key','email'),(565,3,'field_label','Message','field_label','Message'),(566,3,'field_key','message','field_key','message'),(567,4,'field_label','Submit','field_label','Submit'),(568,4,'field_key','submit','field_key','submit');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_fields`
--
DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_fields` (
`id` int NOT NULL AUTO_INCREMENT,
`label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`parent_id` int NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`field_label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`field_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`order` int DEFAULT NULL,
`required` bit(1) DEFAULT NULL,
`default_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`label_pos` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`personally_identifiable` bit(1) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_fields`
--
LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2020-08-13 09:12:56','2020-08-13 09:12:56','Name','name',1,_binary '','','above',_binary '\0'),(2,'Email','email','email',1,'2020-08-13 09:12:56','2020-08-13 09:12:56','Email','email',2,_binary '','','above',_binary ''),(3,'Message','message','textarea',1,'2020-08-13 09:12:56','2020-08-13 09:12:56','Message','message',3,_binary '','','above',_binary '\0'),(4,'Submit','submit','submit',1,'2020-08-13 09:12:56','2020-08-13 09:12:56','Submit','submit',5,_binary '\0','','',_binary '\0'),(5,'Name','name','textbox',2,'2020-08-13 09:44:06',NULL,'Name','name',1,_binary '','','above',_binary '\0'),(6,'Email','email','email',2,'2020-08-13 09:44:06',NULL,'Email','email',2,_binary '','','above',_binary ''),(8,'Submit','submit','submit',2,'2020-08-13 09:44:06',NULL,'Submit','submit',5,_binary '\0','','',_binary '\0');
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_form_meta`
--
DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_form_meta` (
`id` int NOT NULL AUTO_INCREMENT,
`parent_id` int NOT NULL,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=213 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_form_meta`
--
LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2020-08-13 09:12:56','created_at','2020-08-13 09:12:56'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','','editActive',''),(7,1,'show_title','1','show_title','1'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'allow_public_link','0','allow_public_link','0'),(100,1,'embed_form','[ninja_form id=\'1\']','embed_form','[ninja_form id=\'1\']'),(101,1,'currency','','currency',''),(102,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(103,1,'public_link','http://jouets-ludiloo.be/ninja-forms/1bjlj','public_link','http://jouets-ludiloo.be/ninja-forms/1bjlj'),(104,1,'public_link_key','1bjlj','public_link_key','1bjlj'),(105,2,'title','Contact Me','title','Contact Me'),(106,2,'key','','key',''),(107,2,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(108,2,'default_label_pos','above','default_label_pos','above'),(109,2,'conditions','a:0:{}','conditions','a:0:{}'),(110,2,'objectType','Form Setting','objectType','Form Setting'),(111,2,'editActive','','editActive',''),(112,2,'show_title','1','show_title','1'),(113,2,'clear_complete','1','clear_complete','1'),(114,2,'hide_complete','1','hide_complete','1'),(115,2,'wrapper_class','','wrapper_class',''),(116,2,'element_class','','element_class',''),(117,2,'add_submit','1','add_submit','1'),(118,2,'logged_in','0','logged_in','0'),(119,2,'not_logged_in_msg','','not_logged_in_msg',''),(120,2,'sub_limit_number','','sub_limit_number',''),(121,2,'sub_limit_msg','','sub_limit_msg',''),(122,2,'calculations','a:0:{}','calculations','a:0:{}'),(123,2,'formContentData','a:3:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:6:\"submit\";}','formContentData','a:3:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:6:\"submit\";}'),(124,2,'container_styles_background-color','','container_styles_background-color',''),(125,2,'container_styles_border','','container_styles_border',''),(126,2,'container_styles_border-style','','container_styles_border-style',''),(127,2,'container_styles_border-color','','container_styles_border-color',''),(128,2,'container_styles_color','','container_styles_color',''),(129,2,'container_styles_height','','container_styles_height',''),(130,2,'container_styles_width','','container_styles_width',''),(131,2,'container_styles_font-size','','container_styles_font-size',''),(132,2,'container_styles_margin','','container_styles_margin',''),(133,2,'container_styles_padding','','container_styles_padding',''),(134,2,'container_styles_display','','container_styles_display',''),(135,2,'container_styles_float','','container_styles_float',''),(136,2,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(137,2,'container_styles_advanced','','container_styles_advanced',''),(138,2,'title_styles_background-color','','title_styles_background-color',''),(139,2,'title_styles_border','','title_styles_border',''),(140,2,'title_styles_border-style','','title_styles_border-style',''),(141,2,'title_styles_border-color','','title_styles_border-color',''),(142,2,'title_styles_color','','title_styles_color',''),(143,2,'title_styles_height','','title_styles_height',''),(144,2,'title_styles_width','','title_styles_width',''),(145,2,'title_styles_font-size','','title_styles_font-size',''),(146,2,'title_styles_margin','','title_styles_margin',''),(147,2,'title_styles_padding','','title_styles_padding',''),(148,2,'title_styles_display','','title_styles_display',''),(149,2,'title_styles_float','','title_styles_float',''),(150,2,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(151,2,'title_styles_advanced','','title_styles_advanced',''),(152,2,'row_styles_background-color','','row_styles_background-color',''),(153,2,'row_styles_border','','row_styles_border',''),(154,2,'row_styles_border-style','','row_styles_border-style',''),(155,2,'row_styles_border-color','','row_styles_border-color',''),(156,2,'row_styles_color','','row_styles_color',''),(157,2,'row_styles_height','','row_styles_height',''),(158,2,'row_styles_width','','row_styles_width',''),(159,2,'row_styles_font-size','','row_styles_font-size',''),(160,2,'row_styles_margin','','row_styles_margin',''),(161,2,'row_styles_padding','','row_styles_padding',''),(162,2,'row_styles_display','','row_styles_display',''),(163,2,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(164,2,'row_styles_advanced','','row_styles_advanced',''),(165,2,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(166,2,'row-odd_styles_border','','row-odd_styles_border',''),(167,2,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(168,2,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(169,2,'row-odd_styles_color','','row-odd_styles_color',''),(170,2,'row-odd_styles_height','','row-odd_styles_height',''),(171,2,'row-odd_styles_width','','row-odd_styles_width',''),(172,2,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(173,2,'row-odd_styles_margin','','row-odd_styles_margin',''),(174,2,'row-odd_styles_padding','','row-odd_styles_padding',''),(175,2,'row-odd_styles_display','','row-odd_styles_display',''),(176,2,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(177,2,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(178,2,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(179,2,'success-msg_styles_border','','success-msg_styles_border',''),(180,2,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(181,2,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(182,2,'success-msg_styles_color','','success-msg_styles_color',''),(183,2,'success-msg_styles_height','','success-msg_styles_height',''),(184,2,'success-msg_styles_width','','success-msg_styles_width',''),(185,2,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(186,2,'success-msg_styles_margin','','success-msg_styles_margin',''),(187,2,'success-msg_styles_padding','','success-msg_styles_padding',''),(188,2,'success-msg_styles_display','','success-msg_styles_display',''),(189,2,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(190,2,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(191,2,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(192,2,'error_msg_styles_border','','error_msg_styles_border',''),(193,2,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(194,2,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(195,2,'error_msg_styles_color','','error_msg_styles_color',''),(196,2,'error_msg_styles_height','','error_msg_styles_height',''),(197,2,'error_msg_styles_width','','error_msg_styles_width',''),(198,2,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(199,2,'error_msg_styles_margin','','error_msg_styles_margin',''),(200,2,'error_msg_styles_padding','','error_msg_styles_padding',''),(201,2,'error_msg_styles_display','','error_msg_styles_display',''),(202,2,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(203,2,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(204,2,'seq_num',NULL,'seq_num',NULL),(205,2,'allow_public_link','0','allow_public_link','0'),(206,2,'embed_form','[ninja_form id=\'2\']','embed_form','[ninja_form id=\'2\']'),(207,2,'currency','','currency',''),(208,2,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(209,2,'public_link','http://jouets-ludiloo.be/ninja-forms/2faq8','public_link','http://jouets-ludiloo.be/ninja-forms/2faq8'),(210,2,'public_link_key','2faq8','public_link_key','2faq8'),(211,1,'_seq_num','2','_seq_num','2'),(212,2,'_seq_num','3','_seq_num','3');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_forms`
--
DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_forms` (
`id` int NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`views` int DEFAULT NULL,
`subs` int DEFAULT NULL,
`form_title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`default_label_pos` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`show_title` bit(1) DEFAULT NULL,
`clear_complete` bit(1) DEFAULT NULL,
`hide_complete` bit(1) DEFAULT NULL,
`logged_in` bit(1) DEFAULT NULL,
`seq_num` int DEFAULT NULL,
UNIQUE KEY `id` (`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_nf3_forms`
--
LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES (1,'Contact Me',NULL,'2021-02-09 07:10:12','2020-08-13 09:12:56',NULL,NULL,'Contact Me','above',_binary '',_binary '',_binary '',_binary '\0',2),(2,'Contact Me',NULL,'2021-05-30 00:16:38',NULL,NULL,NULL,'Contact Me','above',_binary '',_binary '',_binary '',_binary '\0',3);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_object_meta`
--
DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_object_meta` (
`id` int NOT NULL AUTO_INCREMENT,
`parent_id` int NOT NULL,
`key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_object_meta`
--
LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_objects`
--
DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_objects` (
`id` int NOT NULL AUTO_INCREMENT,
`type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`object_title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_objects`
--
LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_relationships`
--
DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_relationships` (
`id` int NOT NULL AUTO_INCREMENT,
`child_id` int NOT NULL,
`child_type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`parent_id` int NOT NULL,
`parent_type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_relationships`
--
LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_upgrades`
--
DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nf3_upgrades` (
`id` int NOT NULL,
`cache` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`stage` int NOT NULL DEFAULT '0',
`maintenance` bit(1) DEFAULT b'0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_upgrades`
--
LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:15:\"Enter your name\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:16:\"Enter your email\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:13:\"Write here...\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:56\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:57\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:170:\"This action adds users to WordPress' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:57\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:57\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:170:\"This action adds users to WordPress' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:57\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:105:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2020-08-13 09:12:56\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:11:\"public_link\";s:42:\"http://jouets-ludiloo.be/ninja-forms/1bjlj\";s:10:\"embed_form\";s:19:\"[ninja_form id=\'1\']\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:15:\"public_link_key\";s:5:\"1bjlj\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(2,'a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:3:{i:0;a:2:{s:8:\"settings\";a:74:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:66:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:5:\"email\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:6:\"submit\";}s:2:\"id\";i:8;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:170:\"This action adds users to WordPress' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:47:39\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:45:\"<p></p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:170:\"This action adds users to WordPress' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site's front end.\";}s:2:\"id\";i:7;}i:3;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:8;}}s:8:\"settings\";a:106:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:10:\"Contact Me\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:10:\"form_title\";s:10:\"Contact Me\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:3:\"key\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:3:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:11:\"public_link\";s:42:\"http://jouets-ludiloo.be/ninja-forms/2faq8\";s:10:\"embed_form\";s:19:\"[ninja_form id=\'2\']\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:15:\"public_link_key\";s:5:\"2faq8\";}s:14:\"deleted_fields\";a:1:{i:7;i:7;}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` 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=44242 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://jouets-ludiloo.be','yes'),(2,'home','http://jouets-ludiloo.be','yes'),(3,'blogname','Toys','yes'),(4,'blogdescription','The Home Of Toys','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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:19:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:35:\"404-to-homepage/404-to-homepage.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:4;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:5;s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";i:6;s:31:\"cache-enabler/cache-enabler.php\";i:7;s:33:\"classic-editor/classic-editor.php\";i:8;s:37:\"link-whisper-premium/link-whisper.php\";i:9;s:29:\"mainwp-child/mainwp-child.php\";i:10;s:27:\"ninja-forms/ninja-forms.php\";i:11;s:41:\"oik-privacy-policy/oik-privacy-policy.php\";i:12;s:35:\"pe-recent-posts/pe-recent-posts.php\";i:13;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:14;s:47:\"simple-social-buttons/simple-social-buttons.php\";i:15;s:29:\"theme-editor/theme_editor.php\";i:16;s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";i:17;s:37:\"wordpress-autoblogging/basic-auth.php\";i:18;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','styleblog','yes'),(41,'stylesheet','style-blog-fame','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','53496','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:5:{i:0;i:75;i:1;i:78;i:2;i:81;i:3;i:88;i:4;i:92;}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:13:\"Register Here\";s:4:\"text\";s:19:\"[ninja_form id=\'2\']\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:4:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";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','60','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','1609364508','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}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:45:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s: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:1:{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: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:8:{i:0;s:8:\"search-2\";i:1;s:17:\"pe_recent_posts-2\";i:2;s:12:\"categories-2\";i:3;s:10:\"calendar-2\";i:4;s:13:\"media_image-2\";i:5;s:7:\"block-3\";i:6;s:7:\"block-5\";i:7;s:7:\"block-6\";}s:9:\"sidebar-2\";a:3:{i:0;s:6:\"text-2\";i:1;s:13:\"media_image-3\";i:2;s:13:\"media_video-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','WsTNdSMctI','yes'),(105,'tagline','','yes'),(107,'auth_key',')xk$4ln|!A*V{K5dTKq)4F,^?C[l`UvLulN7_r+Kk&%J>gdi_%#/ MrxfXsWx<PE','no'),(108,'auth_salt','K ?e$I`BqVYG>WGCfpv>(=jR5dmg8<QvZk.j+2BeJcJJV//aXFjG%.(T#S%ZISEk','no'),(109,'logged_in_key','pkA1dZl&}K9u);Kp3CB9(`+(MG~<0}9$+_5|GwNxtc8t/31EAOpy$HE)Px#4{B]X','no'),(110,'logged_in_salt','g.6N3v59}9rUa-&?t-/aG3x)gG-WM^)BAe&:?.qRx)sf<rpk`UK6EGb3i~FX)W]a','no'),(111,'cron','a:18:{i:1680077038;a:1:{s:27:\"wpil_broken_link_check_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"10min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1680078742;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680079311;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:1680081171;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680082911;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:1680086515;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680104215;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680114200;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:1680126110;a:1:{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:1680126111;a:3:{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: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:1680160299;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680161611;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680167569;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1680167578;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1680167948;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1680340748;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}i:1680385311;a:1:{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:7:\"version\";i:2;}','yes'),(112,'update_day','0','yes'),(113,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Calendar\";}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:2;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:707;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:1:\"#\";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:46;s:3:\"url\";s:59:\"http://jouets-ludiloo.be/wp-content/uploads/2020/08/570.jpg\";s:5:\"title\";s:11:\"Wooden Doll\";}i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";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:47;s:3:\"url\";s:59:\"http://jouets-ludiloo.be/wp-content/uploads/2020/08/571.jpg\";s:5:\"title\";s:10:\"Click Here\";}s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_media_video','a:2:{i:2;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=qKw8WLQpO6A\";s:5:\"title\";s:10:\"Watch More\";}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','vHC5 @OW-j0$dd;qR8 i}~D!VPWX+L=7DVOg.?T9h#Q7B4fx-Q/!#5THa8JU+i*!','no'),(123,'nonce_salt',';0U}~NfS-;joW[LvZ^fpB#83nd@i9&*|e>3HDi u~6srUSwnK!k5l[r+`>+`M2:l','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(133,'current_theme','Style Blog Fame','yes'),(160,'theme_mods_minimer','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1597310653;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}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:{}}}}','yes'),(161,'crawl-delay-value','6','yes'),(204,'secure_auth_key','7heF<=LWa@tu,DaA`HAN41+>Qs)jl8y;<Rqk|U{m}LURgOQ{&h@g:*?T=`lr6Z?b','no'),(205,'secure_auth_salt','>}Ug7i.DYXEQ_ Y$%8il]fjAcH .|r}AA1/*MF}FYEl]QZ`b`ECLagKYtM)dlZjC','no'),(231,'recently_activated','a:0:{}','yes'),(236,'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'),(246,'wpseo','a:58:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"19.0\";s:16:\"previous_version\";s:4:\"18.9\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1597309969;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:25:\"https://jouets-ludiloo.be\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:25:\"remove_feed_post_comments\";b:0;}','yes'),(247,'wpseo_titles','a:126:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:22:\"title-wpautoterms_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-wpautoterms_page\";s:0:\"\";s:24:\"noindex-wpautoterms_page\";b:0;s:35:\"display-metabox-pt-wpautoterms_page\";b:1;s:35:\"post_types-wpautoterms_page-maintax\";i:0;s:33:\"schema-page-type-wpautoterms_page\";s:7:\"WebPage\";s:36:\"schema-article-type-wpautoterms_page\";s:4:\"None\";s:29:\"social-title-wpautoterms_page\";s:9:\"%%title%%\";s:35:\"social-description-wpautoterms_page\";s:0:\"\";s:33:\"social-image-url-wpautoterms_page\";s:0:\"\";s:32:\"social-image-id-wpautoterms_page\";i:0;s:32:\"title-ptarchive-wpautoterms_page\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-wpautoterms_page\";s:0:\"\";s:34:\"bctitle-ptarchive-wpautoterms_page\";s:0:\"\";s:34:\"noindex-ptarchive-wpautoterms_page\";b:0;s:39:\"social-title-ptarchive-wpautoterms_page\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-wpautoterms_page\";s:0:\"\";s:43:\"social-image-url-ptarchive-wpautoterms_page\";s:0:\"\";s:42:\"social-image-id-ptarchive-wpautoterms_page\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(248,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(249,'wpseo_flush_rewrite','1','yes'),(250,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"19.0\";}','yes'),(270,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(317,'ninja_forms_oauth_client_secret','buIqnw40AGNLPkjNSEXJg49ajo5HLm4ZoH6puEkp','yes'),(318,'ninja_forms_version','3.6.10','yes'),(319,'ninja_forms_db_version','1.4','no'),(320,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2020-08-13 09:12:56\";s:17:\"CacheCollateForms\";s:19:\"2020-08-13 09:12:56\";s:18:\"CacheCollateFields\";s:19:\"2020-08-13 09:12:56\";s:19:\"CacheCollateObjects\";s:19:\"2020-08-13 09:12:56\";s:19:\"CacheCollateCleanup\";s:19:\"2020-08-13 09:12:56\";s:25:\"CacheFieldReconcilliation\";s:19:\"2020-08-13 09:12:56\";}','yes'),(321,'ninja_forms_settings','a:11:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";}','yes'),(322,'ninja_forms_zuul','8','no'),(327,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(328,'ninja_forms_needs_updates','0','yes'),(329,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:9:\"8/20/2020\";s:3:\"int\";i:7;}}','yes'),(330,'widget_pe_recent_posts','a:2:{i:2;a:28:{s:5:\"title\";s:12:\"Recent Posts\";s:9:\"post_type\";s:4:\"post\";s:18:\"post_type_category\";s:8:\"category\";s:13:\"taxonomy_link\";s:1:\"0\";s:12:\"sticky_posts\";s:1:\"0\";s:10:\"title_show\";s:1:\"1\";s:14:\"title_linkable\";s:1:\"1\";s:8:\"readmore\";s:1:\"0\";s:10:\"header_tag\";s:1:\"5\";s:11:\"create_date\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:13:\"taxonomy_list\";s:1:\"0\";s:19:\"number_of_all_items\";s:2:\"10\";s:17:\"number_of_columns\";s:1:\"1\";s:14:\"one_row_mobile\";s:1:\"0\";s:14:\"number_of_rows\";s:1:\"3\";s:11:\"order_posts\";s:4:\"date\";s:15:\"order_direction\";s:4:\"DESC\";s:14:\"navigation_way\";s:1:\"1\";s:10:\"desc_limit\";s:2:\"55\";s:15:\"image_alignment\";s:4:\"left\";s:14:\"show_thumbnail\";s:1:\"1\";s:18:\"thumbnail_linkable\";s:1:\"1\";s:10:\"image_size\";s:9:\"thumbnail\";s:11:\"category_id\";N;s:12:\"grid_spacing\";s:2:\"10\";s:8:\"interval\";s:4:\"5000\";s:12:\"slider_pause\";s:4:\"null\";}s:12:\"_multiwidget\";i:1;}','yes'),(331,'nf_form_tel_data','1','no'),(332,'ninja_forms_do_not_allow_tracking','1','yes'),(333,'ninja_forms_optin_reported','1','yes'),(334,'nf_sub_expiration','a:0:{}','yes'),(337,'nf_form_tel_sent','true','no'),(344,'theme_mods_style-blog-fame','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:6:\"menu-1\";i:7;s:6:\"menu-2\";i:8;s:6:\"menu-3\";i:9;}s:18:\"custom_css_post_id\";i:50;s:28:\"styleblog_enable_feat_slider\";b:1;s:27:\"styleblog_featured_post_cat\";i:0;s:26:\"styleblog_post_cat_in_blog\";b:0;s:29:\"styleblog_enable_social_icons\";b:0;s:11:\"custom_logo\";i:61;s:16:\"header_textcolor\";s:5:\"blank\";}','yes'),(345,'theme_switched','','yes'),(346,'widget_styleblog-auth-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(347,'widget_styleblog-recent-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(348,'widget_styleblog-comment-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(353,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(358,'theme_editor_email_verified_1','yes','yes'),(370,'analyst_cache','s:6:\"a:0:{}\";','yes'),(372,'show_new_notification','yes','yes'),(373,'show_premium_cumulative_count_notification','yes','yes'),(374,'sfsi_custom_icons','no','yes'),(375,'sfsi_section1_options','s:551:\"a:15:{s:16:\"sfsi_rss_display\";s:2:\"no\";s:18:\"sfsi_email_display\";s:3:\"yes\";s:21:\"sfsi_facebook_display\";s:3:\"yes\";s:20:\"sfsi_twitter_display\";s:3:\"yes\";s:20:\"sfsi_youtube_display\";s:2:\"no\";s:22:\"sfsi_pinterest_display\";s:3:\"yes\";s:21:\"sfsi_telegram_display\";s:2:\"no\";s:15:\"sfsi_vk_display\";s:2:\"no\";s:15:\"sfsi_ok_display\";s:2:\"no\";s:19:\"sfsi_wechat_display\";s:2:\"no\";s:18:\"sfsi_weibo_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:3:\"yes\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:17:\"sfsi_custom_files\";s:0:\"\";s:21:\"sfsi_whatsapp_display\";s:2:\"no\";}\";','yes'),(376,'ssb_networks','a:1:{s:14:\"icon_selection\";s:47:\"fbshare,twitter,email,linkedin,reddit,pinterest\";}','yes'),(377,'ssb_themes','a:1:{s:10:\"icon_style\";s:16:\"round-btm-border\";}','yes'),(378,'ssb_positions','a:1:{s:8:\"position\";a:1:{s:6:\"inline\";s:6:\"inline\";}}','yes'),(379,'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'),(380,'ssb_advanced','a:1:{s:11:\"ssb_og_tags\";s:1:\"1\";}','yes'),(381,'ssb_pr_version','3.1.1','yes'),(382,'widget_ssb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(384,'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:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}}','yes'),(385,'ssb_media','','yes'),(386,'ssb_popup','','yes'),(387,'ssb_flyin','','yes'),(388,'ssb_active_time','1597313617','no'),(389,'sfsi_section2_options','s:1662:\"a:40:{s:12:\"sfsi_rss_url\";s:30:\"http://jouets-ludiloo.be/feed/\";s:14:\"sfsi_rss_icons\";s:5:\"email\";s:14:\"sfsi_email_url\";s:49:\"https://follow.it/jouets-ludiloo?action=followPub\";s:24:\"sfsi_facebookPage_option\";s:2:\"no\";s:21:\"sfsi_facebookPage_url\";s:0:\"\";s:24:\"sfsi_facebookLike_option\";s:3:\"yes\";s:25:\"sfsi_facebookShare_option\";s:3:\"yes\";s:21:\"sfsi_twitter_followme\";s:2:\"no\";s:27:\"sfsi_twitter_followUserName\";s:0:\"\";s:22:\"sfsi_twitter_aboutPage\";s:3:\"yes\";s:17:\"sfsi_twitter_page\";s:2:\"no\";s:20:\"sfsi_twitter_pageURL\";s:0:\"\";s:26:\"sfsi_twitter_aboutPageText\";s:82:\"Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name\";s:20:\"sfsi_youtube_pageUrl\";s:0:\"\";s:17:\"sfsi_youtube_page\";s:2:\"no\";s:24:\"sfsi_youtubeusernameorid\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:19:\"sfsi_youtube_follow\";s:2:\"no\";s:19:\"sfsi_pinterest_page\";s:2:\"no\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:19:\"sfsi_instagram_page\";s:2:\"no\";s:22:\"sfsi_instagram_pageUrl\";s:0:\"\";s:18:\"sfsi_linkedin_page\";s:2:\"no\";s:21:\"sfsi_linkedin_pageURL\";s:0:\"\";s:20:\"sfsi_linkedin_follow\";s:2:\"no\";s:27:\"sfsi_linkedin_followCompany\";s:0:\"\";s:23:\"sfsi_linkedin_SharePage\";s:3:\"yes\";s:30:\"sfsi_linkedin_recommendBusines\";s:2:\"no\";s:30:\"sfsi_linkedin_recommendCompany\";s:0:\"\";s:32:\"sfsi_linkedin_recommendProductId\";s:0:\"\";s:21:\"sfsi_CustomIcon_links\";s:0:\"\";s:21:\"sfsi_telegram_pageURL\";s:0:\"\";s:21:\"sfsi_telegram_message\";s:0:\"\";s:22:\"sfsi_telegram_username\";s:0:\"\";s:25:\"sfsi_telegram_messageName\";s:0:\"\";s:18:\"sfsi_weibo_pageURL\";s:0:\"\";s:15:\"sfsi_vk_pageURL\";s:0:\"\";s:15:\"sfsi_ok_pageURL\";s:0:\"\";s:23:\"sfsi_wechatShare_option\";s:3:\"yes\";}\";','yes'),(390,'sfsi_section3_options','s:382:\"a:9:{s:14:\"sfsi_mouseOver\";s:2:\"no\";s:21:\"sfsi_mouseOver_effect\";s:7:\"fade_in\";s:26:\"sfsi_mouseOver_effect_type\";s:10:\"same_icons\";s:39:\"mouseover_other_icons_transition_effect\";s:4:\"flip\";s:18:\"sfsi_shuffle_icons\";s:2:\"no\";s:22:\"sfsi_shuffle_Firstload\";s:2:\"no\";s:21:\"sfsi_shuffle_interval\";s:2:\"no\";s:25:\"sfsi_shuffle_intervalTime\";s:0:\"\";s:18:\"sfsi_actvite_theme\";s:7:\"default\";}\";','yes'),(391,'sfsi_section4_options','s:2924:\"a:72:{s:19:\"sfsi_display_counts\";s:2:\"no\";s:24:\"sfsi_email_countsDisplay\";s:2:\"no\";s:21:\"sfsi_email_countsFrom\";s:6:\"source\";s:23:\"sfsi_email_manualCounts\";s:2:\"20\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:21:\"sfsi_rss_manualCounts\";s:2:\"20\";s:22:\"sfsi_facebook_PageLink\";s:0:\"\";s:27:\"sfsi_facebook_countsDisplay\";s:2:\"no\";s:24:\"sfsi_facebook_countsFrom\";s:6:\"manual\";s:26:\"sfsi_facebook_manualCounts\";s:2:\"20\";s:26:\"sfsi_twitter_countsDisplay\";s:2:\"no\";s:23:\"sfsi_twitter_countsFrom\";s:6:\"manual\";s:25:\"sfsi_twitter_manualCounts\";s:2:\"20\";s:27:\"sfsi_linkedIn_countsDisplay\";s:2:\"no\";s:24:\"sfsi_linkedIn_countsFrom\";s:6:\"manual\";s:26:\"sfsi_linkedIn_manualCounts\";s:2:\"20\";s:27:\"sfsi_telegram_countsDisplay\";s:2:\"no\";s:24:\"sfsi_telegram_countsFrom\";s:6:\"manual\";s:26:\"sfsi_telegram_manualCounts\";s:2:\"20\";s:21:\"sfsi_vk_countsDisplay\";s:2:\"no\";s:18:\"sfsi_vk_countsFrom\";s:6:\"manual\";s:20:\"sfsi_vk_manualCounts\";s:2:\"20\";s:21:\"sfsi_ok_countsDisplay\";s:2:\"no\";s:18:\"sfsi_ok_countsFrom\";s:6:\"manual\";s:20:\"sfsi_ok_manualCounts\";s:2:\"20\";s:24:\"sfsi_weibo_countsDisplay\";s:2:\"no\";s:21:\"sfsi_weibo_countsFrom\";s:6:\"manual\";s:23:\"sfsi_weibo_manualCounts\";s:2:\"20\";s:17:\"sfsi_round_counts\";s:3:\"yes\";s:20:\"sfsi_original_counts\";s:3:\"yes\";s:27:\"sfsi_responsive_share_count\";s:3:\"yes\";s:25:\"sfsi_wechat_countsDisplay\";s:2:\"no\";s:22:\"sfsi_wechat_countsFrom\";s:6:\"manual\";s:24:\"sfsi_wechat_manualCounts\";s:2:\"20\";s:10:\"ln_api_key\";s:0:\"\";s:13:\"ln_secret_key\";s:0:\"\";s:19:\"ln_oAuth_user_token\";s:0:\"\";s:10:\"ln_company\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";s:17:\"sfsi_youtube_user\";s:0:\"\";s:22:\"sfsi_youtube_channelId\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:26:\"sfsi_youtube_countsDisplay\";s:2:\"no\";s:23:\"sfsi_youtube_countsFrom\";s:6:\"manual\";s:25:\"sfsi_youtube_manualCounts\";s:2:\"20\";s:28:\"sfsi_pinterest_countsDisplay\";s:2:\"no\";s:25:\"sfsi_pinterest_countsFrom\";s:6:\"manual\";s:27:\"sfsi_pinterest_manualCounts\";s:2:\"20\";s:19:\"sfsi_pinterest_user\";s:0:\"\";s:20:\"sfsi_pinterest_board\";s:0:\"\";s:25:\"sfsi_instagram_countsFrom\";s:6:\"manual\";s:28:\"sfsi_instagram_countsDisplay\";s:2:\"no\";s:27:\"sfsi_instagram_manualCounts\";s:2:\"20\";s:19:\"sfsi_instagram_User\";s:0:\"\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";s:26:\"sfsi_whatsapp_manualCounts\";s:2:\"no\";s:27:\"sfsi_whatsapp_countsDisplay\";s:2:\"no\";s:24:\"sfsi_whatsapp_countsFrom\";s:6:\"manual\";s:26:\"sfsi_snapchat_manualCounts\";s:2:\"20\";s:27:\"sfsi_snapchat_countsDisplay\";s:2:\"no\";s:24:\"sfsi_snapchat_countsFrom\";s:6:\"manual\";s:24:\"sfsi_reddit_manualCounts\";s:2:\"20\";s:25:\"sfsi_reddit_countsDisplay\";s:2:\"no\";s:22:\"sfsi_reddit_countsFrom\";s:6:\"manual\";s:29:\"sfsi_fbmessenger_manualCounts\";s:2:\"20\";s:30:\"sfsi_fbmessenger_countsDisplay\";s:2:\"no\";s:27:\"sfsi_fbmessenger_countsFrom\";s:6:\"manual\";s:24:\"sfsi_tiktok_manualCounts\";s:2:\"20\";s:25:\"sfsi_tiktok_countsDisplay\";s:2:\"no\";s:22:\"sfsi_tiktok_countsFrom\";s:6:\"manual\";}\";','yes'),(392,'sfsi_section5_options','s:2335:\"a:54:{s:15:\"sfsi_icons_size\";s:2:\"40\";s:18:\"sfsi_icons_spacing\";s:1:\"5\";s:20:\"sfsi_icons_Alignment\";s:4:\"left\";s:31:\"sfsi_icons_Alignment_via_widget\";s:4:\"left\";s:34:\"sfsi_icons_Alignment_via_shortcode\";s:4:\"left\";s:17:\"sfsi_icons_perRow\";s:1:\"5\";s:24:\"sfsi_icons_ClickPageOpen\";s:3:\"yes\";s:26:\"sfsi_icons_suppress_errors\";s:2:\"no\";s:16:\"sfsi_icons_stick\";s:2:\"no\";s:18:\"sfsi_rssIcon_order\";s:1:\"1\";s:20:\"sfsi_emailIcon_order\";s:1:\"2\";s:23:\"sfsi_facebookIcon_order\";s:1:\"3\";s:22:\"sfsi_twitterIcon_order\";s:1:\"4\";s:22:\"sfsi_youtubeIcon_order\";s:1:\"5\";s:24:\"sfsi_pinterestIcon_order\";s:1:\"7\";s:23:\"sfsi_linkedinIcon_order\";s:1:\"8\";s:24:\"sfsi_instagramIcon_order\";s:1:\"9\";s:23:\"sfsi_telegramIcon_order\";s:2:\"11\";s:17:\"sfsi_vkIcon_order\";s:2:\"12\";s:17:\"sfsi_okIcon_order\";s:2:\"13\";s:20:\"sfsi_weiboIcon_order\";s:2:\"14\";s:21:\"sfsi_wechatIcon_order\";s:2:\"15\";s:22:\"sfsi_CustomIcons_order\";s:0:\"\";s:22:\"sfsi_rss_MouseOverText\";s:3:\"RSS\";s:24:\"sfsi_email_MouseOverText\";s:15:\"Follow by Email\";s:26:\"sfsi_twitter_MouseOverText\";s:7:\"Twitter\";s:27:\"sfsi_facebook_MouseOverText\";s:8:\"Facebook\";s:27:\"sfsi_linkedIn_MouseOverText\";s:8:\"LinkedIn\";s:28:\"sfsi_pinterest_MouseOverText\";s:9:\"Pinterest\";s:28:\"sfsi_instagram_MouseOverText\";s:9:\"Instagram\";s:26:\"sfsi_youtube_MouseOverText\";s:7:\"YouTube\";s:27:\"sfsi_telegram_MouseOverText\";s:8:\"Telegram\";s:21:\"sfsi_vk_MouseOverText\";s:2:\"VK\";s:21:\"sfsi_ok_MouseOverText\";s:2:\"OK\";s:24:\"sfsi_weibo_MouseOverText\";s:5:\"Weibo\";s:25:\"sfsi_wechat_MouseOverText\";s:6:\"WeChat\";s:26:\"sfsi_custom_MouseOverTexts\";s:0:\"\";s:23:\"sfsi_custom_social_hide\";s:2:\"no\";s:32:\"sfsi_pplus_icons_suppress_errors\";s:2:\"no\";s:23:\"sfsi_whatsappIcon_order\";s:2:\"16\";s:27:\"sfsi_whatsapp_MouseOverText\";s:8:\"WhatsApp\";s:26:\"sfsi_follow_icons_language\";s:12:\"Follow_en_US\";s:28:\"sfsi_facebook_icons_language\";s:14:\"Visit_us_en_US\";s:27:\"sfsi_twitter_icons_language\";s:14:\"Visit_us_en_US\";s:28:\"sfsi_linkedin_icons_language\";s:5:\"en_US\";s:19:\"sfsi_icons_language\";s:5:\"en_US\";s:23:\"sfsi_snapchatIcon_order\";s:2:\"17\";s:21:\"sfsi_redditIcon_order\";s:2:\"18\";s:26:\"sfsi_fbmessengerIcon_order\";s:2:\"19\";s:21:\"sfsi_tiktokIcon_order\";s:2:\"20\";s:27:\"sfsi_snapchat_MouseOverText\";s:8:\"Snapchat\";s:30:\"sfsi_fbmessenger_MouseOverText\";s:11:\"FbMessenger\";s:25:\"sfsi_tiktok_MouseOverText\";s:6:\"Tiktok\";s:25:\"sfsi_reddit_MouseOverText\";s:6:\"Reddit\";}\";','yes'),(393,'sfsi_section6_options','s:1280:\"a:13:{s:17:\"sfsi_show_Onposts\";s:2:\"no\";s:22:\"sfsi_icons_postPositon\";s:0:\"\";s:20:\"sfsi_icons_alignment\";s:4:\"left\";s:20:\"sfsi_textBefor_icons\";s:26:\"Please follow and like us:\";s:12:\"sfsi_rectsub\";s:3:\"yes\";s:11:\"sfsi_rectfb\";s:3:\"yes\";s:12:\"sfsi_rectshr\";s:2:\"no\";s:13:\"sfsi_recttwtr\";s:3:\"yes\";s:14:\"sfsi_rectpinit\";s:3:\"yes\";s:16:\"sfsi_rectfbshare\";s:3:\"yes\";s:21:\"sfsi_responsive_icons\";a:3:{s:13:\"default_icons\";a:3:{s:8:\"facebook\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:17:\"Share on Facebook\";s:3:\"url\";s:0:\"\";}s:7:\"Twitter\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:5:\"Tweet\";s:3:\"url\";s:0:\"\";}s:6:\"Follow\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:9:\"Follow us\";s:3:\"url\";s:0:\"\";}}s:8:\"settings\";a:14:{s:9:\"icon_size\";s:6:\"Medium\";s:15:\"icon_width_type\";s:16:\"Fully responsive\";s:15:\"icon_width_size\";s:3:\"240\";s:9:\"edge_type\";s:5:\"Round\";s:11:\"edge_radius\";s:1:\"5\";s:5:\"style\";s:8:\"Gradient\";s:6:\"margin\";s:2:\"10\";s:10:\"text_align\";s:8:\"Centered\";s:12:\"margin_above\";s:1:\"0\";s:12:\"margin_below\";s:1:\"0\";s:10:\"show_count\";s:2:\"no\";s:13:\"counter_color\";s:7:\"#aaaaaa\";s:16:\"counter_bg_color\";s:4:\"#fff\";s:16:\"share_count_text\";s:6:\"SHARES\";}s:12:\"custom_icons\";a:0:{}}s:24:\"sfsi_display_button_type\";s:17:\"responsive_button\";s:30:\"sfsi_responsive_icons_end_post\";s:2:\"no\";}\";','yes'),(394,'sfsi_section7_options','s:859:\"a:19:{s:15:\"sfsi_show_popup\";s:2:\"no\";s:15:\"sfsi_popup_text\";s:42:\"Enjoy this blog? Please spread the word :)\";s:27:\"sfsi_popup_background_color\";s:7:\"#eff7f7\";s:23:\"sfsi_popup_border_color\";s:7:\"#f3faf2\";s:27:\"sfsi_popup_border_thickness\";s:1:\"1\";s:24:\"sfsi_popup_border_shadow\";s:3:\"yes\";s:15:\"sfsi_popup_font\";s:26:\"Helvetica,Arial,sans-serif\";s:19:\"sfsi_popup_fontSize\";s:2:\"30\";s:20:\"sfsi_popup_fontStyle\";s:6:\"normal\";s:20:\"sfsi_popup_fontColor\";s:7:\"#000000\";s:17:\"sfsi_Show_popupOn\";s:4:\"none\";s:25:\"sfsi_Show_popupOn_PageIDs\";s:0:\"\";s:14:\"sfsi_Shown_pop\";s:8:\"ETscroll\";s:24:\"sfsi_Shown_popupOnceTime\";s:0:\"\";s:32:\"sfsi_Shown_popuplimitPerUserTime\";s:0:\"\";s:36:\"sfsi_Show_popupOn_somepages_blogpage\";s:0:\"\";s:40:\"sfsi_Show_popupOn_somepages_selectedpage\";s:0:\"\";s:26:\"sfsi_popup_show_on_desktop\";s:3:\"yes\";s:25:\"sfsi_popup_show_on_mobile\";s:3:\"yes\";}\";','yes'),(395,'sfsi_section8_options','s:1208:\"a:26:{s:20:\"sfsi_form_adjustment\";s:3:\"yes\";s:16:\"sfsi_form_height\";s:3:\"180\";s:15:\"sfsi_form_width\";s:3:\"230\";s:16:\"sfsi_form_border\";s:2:\"no\";s:26:\"sfsi_form_border_thickness\";s:1:\"1\";s:22:\"sfsi_form_border_color\";s:7:\"#b5b5b5\";s:20:\"sfsi_form_background\";s:7:\"#ffffff\";s:22:\"sfsi_form_heading_text\";s:22:\"Get new posts by email\";s:22:\"sfsi_form_heading_font\";s:26:\"Helvetica,Arial,sans-serif\";s:27:\"sfsi_form_heading_fontstyle\";s:4:\"bold\";s:27:\"sfsi_form_heading_fontcolor\";s:7:\"#000000\";s:26:\"sfsi_form_heading_fontsize\";s:2:\"16\";s:27:\"sfsi_form_heading_fontalign\";s:6:\"center\";s:20:\"sfsi_form_field_text\";s:9:\"Subscribe\";s:20:\"sfsi_form_field_font\";s:26:\"Helvetica,Arial,sans-serif\";s:25:\"sfsi_form_field_fontstyle\";s:6:\"normal\";s:25:\"sfsi_form_field_fontcolor\";s:7:\"#000000\";s:24:\"sfsi_form_field_fontsize\";s:2:\"14\";s:25:\"sfsi_form_field_fontalign\";s:6:\"center\";s:21:\"sfsi_form_button_text\";s:9:\"Subscribe\";s:21:\"sfsi_form_button_font\";s:26:\"Helvetica,Arial,sans-serif\";s:26:\"sfsi_form_button_fontstyle\";s:4:\"bold\";s:26:\"sfsi_form_button_fontcolor\";s:7:\"#000000\";s:25:\"sfsi_form_button_fontsize\";s:2:\"16\";s:26:\"sfsi_form_button_fontalign\";s:6:\"center\";s:27:\"sfsi_form_button_background\";s:7:\"#dedede\";}\";','yes'),(396,'sfsi_section9_options','s:1436:\"a:21:{s:20:\"sfsi_show_via_widget\";s:2:\"no\";s:16:\"sfsi_icons_float\";s:3:\"yes\";s:24:\"sfsi_icons_floatPosition\";s:11:\"center-left\";s:26:\"sfsi_icons_floatMargin_top\";i:0;s:29:\"sfsi_icons_floatMargin_bottom\";i:0;s:27:\"sfsi_icons_floatMargin_left\";i:0;s:28:\"sfsi_icons_floatMargin_right\";i:0;s:23:\"sfsi_disable_floaticons\";s:3:\"yes\";s:23:\"sfsi_show_via_shortcode\";s:2:\"no\";s:24:\"sfsi_show_via_afterposts\";s:2:\"no\";s:21:\"sfsi_widget_alignment\";s:10:\"Horizontal\";s:24:\"sfsi_shortcode_alignment\";s:10:\"Horizontal\";s:32:\"sfsi_responsive_icons_after_post\";s:3:\"yes\";s:44:\"sfsi_responsive_icons_after_post_on_taxonomy\";s:2:\"no\";s:33:\"sfsi_responsive_icons_after_pages\";s:2:\"no\";s:34:\"sfsi_display_after_woocomerce_desc\";s:2:\"no\";s:15:\"sfsi_make_icons\";s:5:\"float\";s:20:\"sfsi_float_alignment\";s:10:\"Horizontal\";s:27:\"sfsi_float_mobile_selection\";s:2:\"no\";s:15:\"sfsi_sticky_bar\";s:2:\"no\";s:17:\"sfsi_sticky_icons\";a:2:{s:13:\"default_icons\";a:4:{s:8:\"facebook\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}s:7:\"Twitter\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}s:6:\"Follow\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}s:9:\"Pinterest\";a:2:{s:6:\"active\";s:2:\"no\";s:3:\"url\";s:0:\"\";}}s:8:\"settings\";a:8:{s:7:\"desktop\";s:2:\"no\";s:13:\"desktop_width\";i:782;s:17:\"desktop_placement\";s:4:\"left\";s:16:\"display_position\";i:0;s:27:\"desktop_placement_direction\";s:2:\"up\";s:6:\"mobile\";s:2:\"no\";s:12:\"mobile_width\";i:784;s:16:\"mobile_placement\";s:4:\"left\";}}}\";','yes'),(397,'sfsi_feed_id','ZU5oZ1JGcVBtcjRKdFB0eGh5N0NoWVFHRlVnaVVwRGtodzZURVN5V2tHSWJuajcvaCtLV1NLekRJZ2lzK3AxLzNlZ2ZWVHU2R0hHWWR1THNsUFdhK3BycG9WTElUd0VZdFhyYnlxWHZUNXNYSUpNWXpOangvb3hTS0I3L1lnY2l8d2R2SGRRWG4xSjQ2Ky9xNmVEaUo4eUxoYnBxdGxoYml6OTk4ckYxaERURT0=','yes'),(398,'sfsi_redirect_url','https://follow.it/jouets-ludiloo?action=followPub','yes'),(399,'sfsi_installDate','2020-08-13 10:13:57','yes'),(400,'sfsi_currentDate','2020-08-13 10:13:57','yes'),(401,'sfsi_showNextBannerDate','14 day','yes'),(402,'sfsi_cycleDate','180 day','yes'),(403,'sfsi_loyaltyDate','180 day','yes'),(404,'sfsi_RatingDiv','no','yes'),(405,'sfsi_footer_sec','no','yes'),(406,'sfsi_activate','0','yes'),(407,'sfsi_dismiss_sharecount','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(408,'sfsi_dismiss_google_analytic','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(409,'sfsi_banner_global_firsttime_offer','s:104:\"a:3:{s:12:\"met_criteria\";s:3:\"yes\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:19:\"2020-08-25 05:41:56\";}\";','yes'),(410,'sfsi_dismiss_gdpr','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(411,'sfsi_dismiss_optimization','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(412,'sfsi_dismiss_gallery','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(413,'sfsi_banner_global_upgrade','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(414,'sfsi_banner_global_http','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(415,'sfsi_banner_global_gdpr','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(416,'sfsi_banner_global_shares','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(417,'sfsi_banner_global_load_faster','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(418,'sfsi_banner_global_social','s:138:\"a:4:{s:12:\"met_criteria\";s:3:\"yes\";s:15:\"banner_appeared\";s:3:\"yes\";s:9:\"is_active\";s:3:\"yes\";s:9:\"timestamp\";s:19:\"2020-09-15 05:41:57\";}\";','yes'),(419,'sfsi_banner_global_pinterest','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(420,'sfsi_instagram_sf_count','s:116:\"a:4:{s:7:\"date_sf\";s:0:\"\";s:14:\"date_instagram\";s:0:\"\";s:13:\"sfsi_sf_count\";i:0;s:20:\"sfsi_instagram_count\";s:0:\"\";}\";','yes'),(421,'sfsi_error_reporting_notice_dismissed','1','yes'),(422,'sfsi_fb_count','','yes'),(423,'adding_tags','no','yes'),(424,'widget_sfsi-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(425,'widget_subscriber_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(426,'sfsi_pluginVersion','2.75','yes'),(427,'sfsi_serverphpVersionnotification','yes','yes'),(428,'show_premium_notification','yes','yes'),(429,'show_notification','yes','yes'),(430,'sfsi_pplus_error_reporting_notice_dismissed','1','yes'),(431,'sfsi_addThis_icon_removal_notice_dismissed','1','yes'),(432,'sfsi_verificatiom_code','jvpHE67EDjjXdgraBTYR','yes'),(469,'wpautoterms_activated','1','yes'),(470,'wpautoterms_legal_pages_slug','wpautoterms','yes'),(471,'wpautoterms_version','2.4.9','yes'),(472,'wpautoterms_links','1','yes'),(473,'wpautoterms_links_bg_color','#ffffff','yes'),(474,'wpautoterms_links_font','Arial, sans-serif','yes'),(475,'wpautoterms_links_font_size','14px','yes'),(476,'wpautoterms_links_text_color','#cccccc','yes'),(477,'wpautoterms_links_text_align','center','yes'),(478,'wpautoterms_links_links_color','#000000','yes'),(479,'wpautoterms_links_separator','-','yes'),(480,'wpautoterms_links_target_blank','','yes'),(481,'wpautoterms_update_notice','','yes'),(482,'wpautoterms_update_notice_bar_position','top','yes'),(483,'wpautoterms_update_notice_bar_type','static','yes'),(484,'wpautoterms_update_notice_disable_logged','yes','yes'),(485,'wpautoterms_update_notice_duration','3','yes'),(486,'wpautoterms_update_notice_message','Our <a href=\"[wpautoterms page_link]\">[wpautoterms page_title]</a> has been updated on [wpautoterms last_updated_date].','yes'),(487,'wpautoterms_update_notice_message_multiple','Our [wpautoterms page_links] have been updated on [wpautoterms last_updated_date].','yes'),(488,'wpautoterms_update_notice_close_message','Close','yes'),(489,'wpautoterms_update_notice_bg_color','','yes'),(490,'wpautoterms_update_notice_font','','yes'),(491,'wpautoterms_update_notice_font_size','','yes'),(492,'wpautoterms_update_notice_text_color','','yes'),(493,'wpautoterms_update_notice_links_color','','yes'),(494,'wpautoterms_cookies_notice','','yes'),(495,'wpautoterms_cookies_notice_bar_position','top','yes'),(496,'wpautoterms_cookies_notice_bar_type','static','yes'),(497,'wpautoterms_cookies_notice_disable_logged','yes','yes'),(498,'wpautoterms_cookies_notice_message','We use cookies to ensure that we give you the best experience on our website','yes'),(499,'wpautoterms_cookies_notice_close_message','Close','yes'),(500,'wpautoterms_cookies_notice_bg_color','','yes'),(501,'wpautoterms_cookies_notice_font','','yes'),(502,'wpautoterms_cookies_notice_font_size','','yes'),(503,'wpautoterms_cookies_notice_text_color','','yes'),(504,'wpautoterms_cookies_notice_links_color','','yes'),(505,'wpautoterms_endorsements','','yes'),(506,'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'),(507,'wpautoterms_endorsements_when','','yes'),(508,'wpautoterms_endorsements_tag','','yes'),(509,'wpautoterms_site_name','Toys','yes'),(510,'wpautoterms_site_url','http://jouets-ludiloo.be','yes'),(511,'wpautoterms_company_name','Toys','yes'),(512,'wpautoterms_country','','yes'),(513,'wpautoterms_state','','yes'),(514,'wpautoterms_show_in_pages_widget','','yes'),(515,'wpautoterms_cache_plugins_compat','','yes'),(516,'wpautoterms_license','','yes'),(517,'wpautoterms_ob_total','1','yes'),(518,'wpautoterms_ob_not_intercepted','0','yes'),(519,'wpautoterms_cache_plugins_detected','1','yes'),(616,'recovery_keys','a:0:{}','yes'),(632,'wpseo_ryte','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1649324585;}','yes'),(633,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/jouets-ludiloo.be\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/jouets-ludiloo.be\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/jouets-ludiloo.be\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','no'),(634,'ninja_forms_addons_feed','[{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.3.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values, URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.5.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 4,000 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.9\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.5\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.27\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Pipeline CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with Pipeline CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pipeline+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pipeline+CRM+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Agency Membership\",\"image\":\"assets\\/img\\/add-ons\\/ninja-forms-membership-bundle-2.png\",\"content\":\"Get every single Ninja Forms add-ons, at an amazingly discounted price.\",\"link\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Agency+Membership\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Agency+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"}]},{\"title\":\"Personal Membership\",\"image\":\"assets\\/img\\/add-ons\\/individual-membership-2.png\",\"content\":\"Get our most popular add-ons at an amazingly discounted price. Perfect for the single site owner.\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Personal+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Personal+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"}]},{\"title\":\"Professional Membership\",\"image\":\"assets\\/img\\/add-ons\\/professional-membership-2.png\",\"content\":\"Get our 4 most popular add-ons at an amazingly discounted price. Perfect for your Do It Yourself business owner.\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Professional+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Professional+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"}]},{\"title\":\"Basic Membership\",\"image\":\"assets\\/img\\/add-ons\\/basic-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Basic+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Basic+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":null,\"slug\":null}]},{\"title\":\"Plus Membership\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Plus+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Plus+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":null,\"slug\":null}]},{\"title\":\"Pro Membership\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pro+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pro+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":null,\"slug\":null}]},{\"title\":\"Elite Membership\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elite+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elite+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":null,\"slug\":null}]},{\"title\":\"Scheduled Submissions Export\",\"image\":\"assets\\/img\\/add-ons\\/scheduled-submissions-export.png\",\"content\":\"Use Scheduled Submissions Export to set hourly, daily, or weekly exports of any WordPress form submissions to any email address(es)!\",\"link\":\" https:\\/\\/ninjaforms.com\\/extensions\\/scheduled-submissions-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Scheduled+Submissions+Export\",\"plugin\":\"ninja-forms-scheduled-exports\\/ninja-forms-scheduled-exports.php\",\"docs\":\" https:\\/\\/ninjaforms.com\\/docs\\/scheduled-submissions-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Scheduled+Submissions+Export+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"CiviCRM\",\"image\":\"assets\\/img\\/add-ons\\/civicrm.png\",\"content\":\"Connect & update your CiviCRM account from any WordPress form with the Ninja Forms CiviCRM add-on. Easily add or update Contacts & Activities!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/civicrm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CiviCRM\",\"plugin\":\"ninja-forms-civicrm\\/ninja-forms-civicrm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/civicrm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CiviCRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Add file upload fields to any WordPress form. Set allowed file types, sizes, upload directories and save to WordPress, Google Drive and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.14\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Let users register, login, & manage profiles with customizable form templates. Allow user roles to view or edit form submissions. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Use Stripe Checkout forms to sell products or subscriptions. Accept credit cards, Google Pay, Apple Pay, & much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.2.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Create forms that change as they\'re filled out. Show and hide fields, modify lists, send email to different recipients conditionally and much more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Use PDF Form Submission to generate a PDF from any WordPress form submission. Create a fully customizable, fillable PDF from top to bottom!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]}]','no'),(711,'category_children','a:0:{}','yes'),(762,'mainwp_child_update_version','1.5','yes'),(763,'mainwp_child_plugin_version','4.2.3','yes'),(764,'mainwp_child_auth','a:7:{i:5;s:32:\"e1184ededdc2a932962f62a35899457e\";s:4:\"last\";i:1680048052;i:4;s:32:\"639acbdba20400cc831d340027c04724\";i:3;s:32:\"e0ef7f00c84edae14d90f42e49672502\";i:2;s:32:\"351f06e32e7f661fcc395e4dd6282fd0\";i:1;s:32:\"a701d0bc09fba39573286148db07efbb\";i:0;s:32:\"fe705f65e48d3a6474e9e69eac2d8ff3\";}','yes'),(765,'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'),(766,'mainwp_child_activated_once','1','no'),(767,'wpautoterms_cache_plugins_detection','','yes'),(768,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF2cFpCTXVhUmQ2RjI4ZzJ6ZjVvSgpWdXErMHRHRTJSVkYzWDA3ZTlmKzVUK2VIS0ZNRGV3VS9GaGRqMk8xMHYwekZ0cDIvM2RMd0c2UWxkVTF2Rnp3CnZGOXNoNTFsOFIzU0JsNUVvK1NleThuWHloU0FjL2RDMnJsOUZJSHFraHhIdUtHZGdnbGZ4b0hYdTdsblJhOUsKVVAxdDNyWVdtdnRIZGloMENlZTFHdFBVVnZLOFk3Y2dSck1Cd2JlbWJVbEk3cXE3VmVPeGFZZXB4S3B1YU1KSQpCK2FIajFhczU0MDFXd1pQWEhtc3B6dVQzaDFweWsvT1g1WWE1VUIxblkwaCs3bGlCQ3NxeFJIeFVKUkdzUUo1CjBWNk9nWGRyRDcrcUltOFRFNEwvZkNrcUw1NDI2TlAvQVJaU1IwQWdFczJTWE9RVHFSSm91YkFTSFpWbklPdDQKOVFJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(769,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(770,'mainwp_child_nonce','0','no'),(771,'mainwp_child_nossl','0','yes'),(772,'mainwp_child_nossl_key','e4627c6384ea9db7ca22262803c4193a0b790e27325db4aae98806cad488f8a6','yes'),(773,'mainwp_premium_updates','a:0:{}','no'),(776,'mainwp_child_clone_sites','0','no'),(777,'mainwp_child_siteid','781','no'),(799,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"[email protected]\";s:7:\"version\";s:3:\"6.0\";s:9:\"timestamp\";i:1653817390;}','no'),(800,'ninja-forms-views-secret','9pOqj3rORvl7N332Q4pa4gcPm4UGykTwFFfz5M5Y','yes'),(802,'sfsi_dismiss_woocommerce','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(804,'sfsi_dismiss_twitter','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(805,'sfsi_dismiss_copy_delete_post','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(807,'sfsi_banner_popups','yes','yes'),(809,'sfsi_new_intro_banner_hide_option','s:86:\"a:2:{s:20:\"sfsi_display_section\";s:4:\"true\";s:21:\"sfsi_display_section2\";s:5:\"false\";}\";','yes'),(820,'https_detection_errors','a:0:{}','yes'),(836,'finished_updating_comment_type','1','yes'),(952,'auto_plugin_theme_update_emails','a:0:{}','yes'),(1285,'widget_block','a:5:{s:12:\"_multiwidget\";i:1;i:3;a:1:{s:7:\"content\";s:84:\"<!-- wp:heading -->\n<h2>Top 10 babyproducten voor 2022<br></h2>\n<!-- /wp:heading -->\";}i:4;a:1:{s:7:\"content\";s:52:\"<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:5;a:1:{s:7:\"content\";s:383:\"<!-- wp:paragraph -->\n<p>Natuurlijke of biologische babyproducten: deze producten worden gemaakt met behulp van biologische ingrediënten die geen chemicaliën, geuren, parabenen of SLS bevatten <a href=\"https://www.bestevoormoeders.nl/beste-wipstoeltje-baby/\">een goedkope wipstoel voor baby\'s</a>. Ze zijn ook vrij van GGO\'s, gluten en andere gifstoffen.</p>\n<!-- /wp:paragraph -->\";}i:6;a:1:{s:7:\"content\";s:338:\"<!-- wp:paragraph -->\n<p>Het primaire voordeel van natuurlijke babyhuid- en haarverzorgingsproducten is dat ze zacht zijn voor de gevoelige huid van uw kind, evenals die van uzelf. Ze zijn vaak multifunctioneel, dus je kunt dezelfde babyshampoo of olie gebruiken om je haar te wassen en make -up te verwijderen.</p>\n<!-- /wp:paragraph -->\";}}','yes'),(1286,'disallowed_keys','','no'),(1287,'comment_previously_approved','1','yes'),(1288,'auto_update_core_dev','enabled','yes'),(1289,'auto_update_core_minor','enabled','yes'),(1290,'auto_update_core_major','unset','yes'),(1291,'wp_force_deactivated_plugins','a:0:{}','yes'),(1292,'db_upgraded','','yes'),(22600,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(23783,'mainwp_child_auto_purge_cache','0','yes'),(23784,'mainwp_child_cloud_flair_enabled','0','yes'),(23785,'mainwp_cloudflair_email','','yes'),(23786,'mainwp_cloudflair_key','','yes'),(27894,'rewrite_rules','a:131:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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'),(36068,'swift_performance_plugin_organizer','a:0:{}','yes'),(36069,'jetpack_active_modules','a:0:{}','yes'),(36073,'ai1wm_updater','a:2:{s:43:\"all-in-one-wp-migration-multisite-extension\";a:13:{s:4:\"name\";s:19:\"Multisite Extension\";s:4:\"slug\";s:19:\"multisite-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/multisite-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"4.27\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:595:\"<ul class=\"description\"><li>Export single site from the network</li><li>Export multiple sites from the network</li><li>Export the whole network</li><li>Import single site into the network</li><li>Import multiple sites into the network</li><li>Import a network</li><li>Clone single site within a network</li><li>Multi-network support</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Backup scheduler with hourly, daily, and weekly options</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/multisite-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/multisite-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/multisite-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/multisite-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/multisite-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40189;}s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.47\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:259:\"<ul class=\"description\"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40189;}}','yes'),(36089,'ai1wm_secret_key','0ESnvtlUdMxQ','yes'),(36090,'ai1wm_backups_labels','a:0:{}','yes'),(36091,'ai1wm_sites_links','a:0:{}','yes'),(36094,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-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:12:\"last_checked\";i:1680039748;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}','no'),(36099,'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'),(36110,'_site_transient_ai1wm_last_check_for_updates','1680039748','no'),(36113,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":5,\"critical\":1}','yes'),(36177,'ai1wmme_plugin_key','72821048-196b-4fc6-a1e9-59bd100238e8','yes'),(36178,'Niteoweb.SpiderBlocker.Bots','a:40:{i:0;a:4:{s:4:\"name\";s:10:\"Ahrefs Bot\";s:2:\"re\";s:9:\"AhrefsBot\";s:4:\"desc\";s:25:\"https://ahrefs.com/robot/\";s:5:\"state\";b:1;}i:1;a:4:{s:4:\"name\";s:8:\"MJ12 bot\";s:2:\"re\";s:7:\"MJ12bot\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:2;a:4:{s:4:\"name\";s:9:\"Roger Bot\";s:2:\"re\";s:8:\"Rogerbot\";s:4:\"desc\";s:40:\"http://moz.com/help/pro/rogerbot-crawler\";s:5:\"state\";b:1;}i:3;a:4:{s:4:\"name\";s:11:\"Semrush Bot\";s:2:\"re\";s:10:\"SemrushBot\";s:4:\"desc\";s:31:\"http://www.semrush.com/bot.html\";s:5:\"state\";b:1;}i:4;a:4:{s:4:\"name\";s:11:\"ia_archiver\";s:2:\"re\";s:11:\"ia_archiver\";s:4:\"desc\";s:36:\"http://archive.org/about/exclude.php\";s:5:\"state\";b:1;}i:5;a:4:{s:4:\"name\";s:8:\"ScoutJet\";s:2:\"re\";s:8:\"ScoutJet\";s:4:\"desc\";s:19:\"http://scoutjet.com\";s:5:\"state\";b:1;}i:6;a:4:{s:4:\"name\";s:7:\"sistrix\";s:2:\"re\";s:7:\"sistrix\";s:4:\"desc\";s:26:\"http://crawler.sistrix.net\";s:5:\"state\";b:1;}i:7;a:4:{s:4:\"name\";s:16:\"SearchmetricsBot\";s:2:\"re\";s:16:\"SearchmetricsBot\";s:4:\"desc\";s:50:\"http://www.searchmetrics.com/en/searchmetrics-bot/\";s:5:\"state\";b:1;}i:8;a:4:{s:4:\"name\";s:14:\"SEOkicks-Robot\";s:2:\"re\";s:14:\"SEOkicks-Robot\";s:4:\"desc\";s:33:\"http://www.seokicks.de/robot.html\";s:5:\"state\";b:1;}i:9;a:4:{s:4:\"name\";s:16:\"Lipperhey Spider\";s:2:\"re\";s:16:\"Lipperhey Spider\";s:4:\"desc\";s:43:\"http://www.lipperhey.com/en/website-spider/\";s:5:\"state\";b:1;}i:10;a:4:{s:4:\"name\";s:6:\"Exabot\";s:2:\"re\";s:6:\"Exabot\";s:4:\"desc\";s:44:\"http://www.exalead.com/search/webmasterguide\";s:5:\"state\";b:1;}i:11;a:4:{s:4:\"name\";s:6:\"NC Bot\";s:2:\"re\";s:5:\"NCBot\";s:4:\"desc\";s:55:\"https://twitter.com/NetComber/status/334476871691550721\";s:5:\"state\";b:1;}i:12;a:4:{s:4:\"name\";s:15:\"BacklinkCrawler\";s:2:\"re\";s:15:\"BacklinkCrawler\";s:4:\"desc\";s:40:\"http://www.backlinktest.com/crawler.html\";s:5:\"state\";b:1;}i:13;a:4:{s:4:\"name\";s:15:\"archive.org Bot\";s:2:\"re\";s:15:\"archive.org_bot\";s:4:\"desc\";s:42:\"http://archive.org/details/archive.org_bot\";s:5:\"state\";b:1;}i:14;a:4:{s:4:\"name\";s:12:\"MeanPath Bot\";s:2:\"re\";s:11:\"meanpathbot\";s:4:\"desc\";s:37:\"https://meanpath.com/meanpathbot.html\";s:5:\"state\";b:1;}i:15;a:4:{s:4:\"name\";s:18:\"PagesInventory Bot\";s:2:\"re\";s:14:\"PagesInventory\";s:4:\"desc\";s:56:\"http://www.botsvsbrowsers.com/details/1002332/index.html\";s:5:\"state\";b:1;}i:16;a:4:{s:4:\"name\";s:12:\"Aboundex Bot\";s:2:\"re\";s:11:\"Aboundexbot\";s:4:\"desc\";s:32:\"http://www.aboundex.com/crawler/\";s:5:\"state\";b:1;}i:17;a:4:{s:4:\"name\";s:15:\"SeoProfiler Bot\";s:2:\"re\";s:5:\"spbot\";s:4:\"desc\";s:31:\"http://www.seoprofiler.com/bot/\";s:5:\"state\";b:1;}i:18;a:4:{s:4:\"name\";s:11:\"Linkdex Bot\";s:2:\"re\";s:10:\"linkdexbot\";s:4:\"desc\";s:34:\"http://www.linkdex.com/about/bots/\";s:5:\"state\";b:1;}i:19;a:4:{s:4:\"name\";s:7:\"Gigabot\";s:2:\"re\";s:7:\"Gigabot\";s:4:\"desc\";s:45:\"http://www.useragentstring.com/pages/Gigabot/\";s:5:\"state\";b:1;}i:20;a:4:{s:4:\"name\";s:6:\"DotBot\";s:2:\"re\";s:6:\"dotbot\";s:4:\"desc\";s:35:\"http://en.wikipedia.org/wiki/DotBot\";s:5:\"state\";b:1;}i:21;a:4:{s:4:\"name\";s:5:\"Nutch\";s:2:\"re\";s:5:\"Nutch\";s:4:\"desc\";s:32:\"http://nutch.apache.org/bot.html\";s:5:\"state\";b:1;}i:22;a:4:{s:4:\"name\";s:8:\"BLEX Bot\";s:2:\"re\";s:7:\"BLEXBot\";s:4:\"desc\";s:27:\"http://webmeup-crawler.com/\";s:5:\"state\";b:1;}i:23;a:4:{s:4:\"name\";s:6:\"Ezooms\";s:2:\"re\";s:6:\"Ezooms\";s:4:\"desc\";s:49:\"http://graphicline.co.za/blogs/what-is-ezooms-bot\";s:5:\"state\";b:1;}i:24;a:4:{s:4:\"name\";s:11:\"Majestic 12\";s:2:\"re\";s:11:\"Majestic-12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:25;a:4:{s:4:\"name\";s:12:\"Majestic SEO\";s:2:\"re\";s:12:\"Majestic-SEO\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:26;a:4:{s:4:\"name\";s:7:\"DSearch\";s:2:\"re\";s:7:\"DSearch\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:27;a:4:{s:4:\"name\";s:4:\"MJ12\";s:2:\"re\";s:4:\"MJ12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:28;a:4:{s:4:\"name\";s:10:\"Blekko Bot\";s:2:\"re\";s:9:\"BlekkoBot\";s:4:\"desc\";s:33:\"http://blekko.com/about/blekkobot\";s:5:\"state\";b:1;}i:29;a:4:{s:4:\"name\";s:6:\"Yandex\";s:2:\"re\";s:6:\"Yandex\";s:4:\"desc\";s:41:\"http://help.yandex.com/search/?id=1112030\";s:5:\"state\";b:0;}i:30;a:4:{s:4:\"name\";s:10:\"Google Bot\";s:2:\"re\";s:9:\"googlebot\";s:4:\"desc\";s:57:\"https://support.google.com/webmasters/answer/182072?hl=en\";s:5:\"state\";b:0;}i:31;a:4:{s:4:\"name\";s:18:\"Feedfetcher Google\";s:2:\"re\";s:18:\"Feedfetcher-Google\";s:4:\"desc\";s:51:\"https://support.google.com/webmasters/answer/178852\";s:5:\"state\";b:0;}i:32;a:4:{s:4:\"name\";s:8:\"Bing Bot\";s:2:\"re\";s:7:\"BingBot\";s:4:\"desc\";s:36:\"http://en.wikipedia.org/wiki/Bingbot\";s:5:\"state\";b:0;}i:33;a:4:{s:4:\"name\";s:9:\"Nerdy Bot\";s:2:\"re\";s:8:\"NerdyBot\";s:4:\"desc\";s:20:\"http://nerdybot.com/\";s:5:\"state\";b:1;}i:34;a:4:{s:4:\"name\";s:9:\"James BOT\";s:2:\"re\";s:8:\"JamesBOT\";s:4:\"desc\";s:32:\"http://cognitiveseo.com/bot.html\";s:5:\"state\";b:1;}i:35;a:4:{s:4:\"name\";s:7:\"Tin Eye\";s:2:\"re\";s:6:\"TinEye\";s:4:\"desc\";s:34:\"http://www.tineye.com/crawler.html\";s:5:\"state\";b:1;}i:36;a:4:{s:4:\"name\";s:5:\"Baidu\";s:2:\"re\";s:11:\"Baiduspider\";s:4:\"desc\";s:47:\"http://www.baidu.com/search/robots_english.html\";s:5:\"state\";b:1;}i:37;a:4:{s:4:\"name\";s:8:\"Serpstat\";s:2:\"re\";s:8:\"serpstat\";s:4:\"desc\";s:21:\"https://serpstat.com/\";s:5:\"state\";b:1;}i:38;a:4:{s:4:\"name\";s:5:\"SpyFu\";s:2:\"re\";s:5:\"spyfu\";s:4:\"desc\";s:22:\"https://www.spyfu.com/\";s:5:\"state\";b:1;}i:39;a:4:{s:4:\"name\";s:5:\"Prlog\";s:2:\"re\";s:5:\"Prlog\";s:4:\"desc\";s:17:\"https://prlog.ru/\";s:5:\"state\";b:1;}}','yes'),(38529,'wpil_2_license_status','','yes'),(38530,'wpil_2_license_key','','yes'),(38531,'wpil_2_license_data','','yes'),(38532,'wpil_2_ignore_numbers','1','yes'),(38533,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(38534,'wpil_2_links_open_new_tab','0','yes'),(38535,'wpil_2_debug_mode','0','yes'),(38536,'wpil_option_update_reporting_data_on_save','0','yes'),(38537,'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'),(38538,'wpil_has_run_initial_scan','1','yes'),(38539,'wpil_site_db_version','1.22','yes'),(38540,'wpil_link_table_is_created','1','yes'),(38541,'wpil_fresh_install','','yes'),(38542,'wpil_install_date','2023-02-16 19:33:16','yes'),(38545,'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:1676575997;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:35:\"/opt/aphex/sites/jouets-ludiloo.be/\";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:1676575997;}}','yes'),(38546,'fs_debug_mode','','yes'),(38547,'fs_accounts','a:7:{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:16:{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:1676575997;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:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:21:\"www.jouets-ludiloo.be\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1676613839;s:7:\"version\";s:13:\"2.25.2-beta.1\";}s:15:\"prev_is_premium\";b:1;s:18:\"sticky_optin_added\";b:1;}}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:0;}}s:9:\"unique_id\";s:32:\"e6499dafbc7e7cd112f4b0afd2f71758\";s:7:\"updates\";a:1:{i:1010;N;}s:13:\"admin_notices\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:1:{s:15:\"connect_account\";a:10:{s:7:\"message\";s:182:\"We made a few tweaks to the plugin, <b><a href=\"https://jouets-ludiloo.be/wp-admin/admin.php?page=vg_sheet_editor_setup\">Opt in to make \"WP Sheet Editor - Post Types\" better!</a></b>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:10:\"update-nag\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"connect_account\";s:10:\"manager_id\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:6:\"plugin\";s:28:\"WP Sheet Editor - Post Types\";s:10:\"wp_user_id\";N;s:11:\"dismissible\";b:1;s:4:\"data\";a:0:{}}}}}','yes'),(38549,'vg_sheet_editor','a:8:{s:8:\"last_tab\";N;s:13:\"be_post_types\";a:1:{i:0;s:4:\"post\";}s:17:\"be_posts_per_page\";i:20;s:23:\"be_load_items_on_scroll\";i:1;s:19:\"be_fix_columns_left\";i:2;s:22:\"be_posts_per_page_save\";i:4;s:26:\"be_timeout_between_batches\";i:6;s:23:\"be_disable_post_actions\";i:0;}','yes'),(38569,'vgse_columns_visibility','a:0:{}','yes'),(38570,'vgse_columns_visibility_migrated','1','yes'),(38571,'vgse_welcome_redirect','no','yes'),(38572,'vgse_hide_whats_new_2.25.2-beta.1','yes','yes'),(38573,'fs_gdpr','a:1:{s:2:\"u0\";a:1:{s:8:\"required\";b:0;}}','yes'),(38985,'user_count','1','no'),(39025,'can_compress_scripts','1','no'),(43659,'_site_transient_timeout_php_check_0bf95b5f09d09e56bf994b7894d9087c','1680385585','no'),(43660,'_site_transient_php_check_0bf95b5f09d09e56bf994b7894d9087c','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(43999,'_transient_timeout_f6e3847f32ee1ceb659dcd772c516e79','1680039833','no'),(44000,'_transient_f6e3847f32ee1ceb659dcd772c516e79','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Mar 2023 21:43:53 GMT\";s:12:\"content-type\";s:25:\"text/plain; charset=utf-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:5:\"ord 3\";}}s:4:\"body\";s:1159:\"{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:1159:\"{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:3:\"raw\";s:1406:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Mon, 27 Mar 2023 21:43:53 GMT\r\nContent-Type: text/plain; charset=utf-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nVary: Accept-Encoding\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Encoding: br\r\nX-nc: ord 3\r\n\r\n{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Mon, 27 Mar 2023 21:43:53 GMT\";}s:12:\"content-type\";a:1:{i:0;s:25:\"text/plain; charset=utf-8\";}s:4:\"vary\";a:1:{i:0;s:15:\"Accept-Encoding\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:16:\"content-encoding\";a:1:{i:0;s:2:\"br\";}s:4:\"x-nc\";a:1:{i:0;s:5:\"ord 3\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1000000000000001;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:51:\"https://api.wordpress.org/plugins/update-check/1.1/\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(44168,'_site_transient_timeout_theme_roots','1680041549','no'),(44169,'_site_transient_theme_roots','a:7:{s:15:\"style-blog-fame\";s:7:\"/themes\";s:9:\"styleblog\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(44170,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680039749;s:7:\"checked\";a:7:{s:15:\"style-blog-fame\";s:5:\"1.0.4\";s:9:\"styleblog\";s:5:\"1.1.0\";s:15:\"twentyseventeen\";s:3:\"3.0\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a: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:9:\"no_update\";a:3:{s:15:\"style-blog-fame\";a:6:{s:5:\"theme\";s:15:\"style-blog-fame\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/style-blog-fame/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/style-blog-fame.1.0.4.zip\";s:8:\"requires\";s:5:\"4.8.0\";s:12:\"requires_php\";b:0;}s:9:\"styleblog\";a:6:{s:5:\"theme\";s:9:\"styleblog\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:39:\"https://wordpress.org/themes/styleblog/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/styleblog.1.1.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";b:0;}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(44171,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680039750;s:8:\"response\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.73\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.73.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.3\";}s:31:\"cache-enabler/cache-enabler.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/cache-enabler\";s:4:\"slug\";s:13:\"cache-enabler\";s:6:\"plugin\";s:31:\"cache-enabler/cache-enabler.php\";s:11:\"new_version\";s:6:\"1.8.13\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cache-enabler/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/cache-enabler.1.8.13.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/cache-enabler/assets/icon-256x256.png?rev=2442381\";s:2:\"1x\";s:58:\"https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383\";s:3:\"svg\";s:58:\"https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/cache-enabler/assets/banner-1544x500.png?rev=2442381\";s:2:\"1x\";s:68:\"https://ps.w.org/cache-enabler/assets/banner-772x250.png?rev=2442381\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:29:\"mainwp-child/mainwp-child.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/mainwp-child\";s:4:\"slug\";s:12:\"mainwp-child\";s:6:\"plugin\";s:29:\"mainwp-child/mainwp-child.php\";s:11:\"new_version\";s:7:\"4.4.0.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mainwp-child/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/mainwp-child.4.4.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-256x256.png?rev=2734948\";s:2:\"1x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-128x128.png?rev=2734948\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/mainwp-child/assets/banner-1544x500.jpg?rev=2734948\";s:2:\"1x\";s:67:\"https://ps.w.org/mainwp-child/assets/banner-772x250.jpg?rev=2734948\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/mainwp-child/assets/banner-1544x500-rtl.jpg?rev=2712922\";s:2:\"1x\";s:71:\"https://ps.w.org/mainwp-child/assets/banner-772x250-rtl.jpg?rev=2712922\";}s:8:\"requires\";s:3:\"5.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:6:\"3.6.20\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-forms.3.6.20.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/scheduled-post-trigger\";s:4:\"slug\";s:22:\"scheduled-post-trigger\";s:6:\"plugin\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/scheduled-post-trigger/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/scheduled-post-trigger.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/scheduled-post-trigger/assets/icon-128x128.jpg?rev=1492075\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/scheduled-post-trigger/assets/banner-772x250.jpg?rev=1492080\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:47:\"simple-social-buttons/simple-social-buttons.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/simple-social-buttons\";s:4:\"slug\";s:21:\"simple-social-buttons\";s:6:\"plugin\";s:47:\"simple-social-buttons/simple-social-buttons.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/simple-social-buttons/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/simple-social-buttons.4.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/simple-social-buttons/assets/icon-256x256.png?rev=2439696\";s:2:\"1x\";s:74:\"https://ps.w.org/simple-social-buttons/assets/icon-128x128.png?rev=2439696\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/simple-social-buttons/assets/banner-1544x500.png?rev=2439696\";s:2:\"1x\";s:76:\"https://ps.w.org/simple-social-buttons/assets/banner-772x250.png?rev=2439696\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";b:0;s:14:\"upgrade_notice\";s:47:\"<ul>\n<li>Please upgrade immediately.</li>\n</ul>\";}s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/ultimate-social-media-icons\";s:4:\"slug\";s:27:\"ultimate-social-media-icons\";s:6:\"plugin\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/ultimate-social-media-icons/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/ultimate-social-media-icons.2.8.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/ultimate-social-media-icons/assets/icon-128x128.gif?rev=2569754\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/ultimate-social-media-icons/assets/banner-1544x500.png?rev=2388690\";s:2:\"1x\";s:82:\"https://ps.w.org/ultimate-social-media-icons/assets/banner-772x250.png?rev=2421625\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";b:0;s:14:\"upgrade_notice\";s:396:\"<ul>\n<li>Tested with WP 6.2</li>\n<li>Added mastodon icons and support</li>\n<li>Fixed display bugs</li>\n<li>Adjusted plugin compatibility with third-party plugins</li>\n<li>Fixed share counts</li>\n<li>Fixed share counts</li>\n<li>Fixed social pop-up icons not displaying</li>\n<li>Adjustment of flat icons</li>\n<li>Allow to show other icons on popup banner</li>\n<li>Fixed offset PHP errors</li>\n</ul>\";}s:23:\"spiderblocker/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/spiderblocker\";s:4:\"slug\";s:13:\"spiderblocker\";s:6:\"plugin\";s:23:\"spiderblocker/index.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/spiderblocker/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/spiderblocker.1.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-256x256.jpg?rev=2476085\";s:2:\"1x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-128x128.jpg?rev=2476085\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/spiderblocker/assets/banner-1544x500.jpg?rev=2476085\";s:2:\"1x\";s:68:\"https://ps.w.org/spiderblocker/assets/banner-772x250.jpg?rev=2476085\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:54:\"w.org/plugins/auto-terms-of-service-and-privacy-policy\";s:4:\"slug\";s:40:\"auto-terms-of-service-and-privacy-policy\";s:6:\"plugin\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:71:\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\";s:7:\"package\";s:89:\"https://downloads.wordpress.org/plugin/auto-terms-of-service-and-privacy-policy.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:85:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/icon.svg?rev=2292425\";s:3:\"svg\";s:85:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/icon.svg?rev=2292425\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:95:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/banner-772x250.png?rev=2292425\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:35:\"404-to-homepage/404-to-homepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/404-to-homepage\";s:4:\"slug\";s:15:\"404-to-homepage\";s:6:\"plugin\";s:35:\"404-to-homepage/404-to-homepage.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/404-to-homepage/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/404-to-homepage.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-256x256.png?rev=2105401\";s:2:\"1x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-128x128.png?rev=2105401\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/404-to-homepage/assets/banner-1544x500.jpg?rev=2105401\";s:2:\"1x\";s:70:\"https://ps.w.org/404-to-homepage/assets/banner-772x250.jpg?rev=2105401\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:41:\"oik-privacy-policy/oik-privacy-policy.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/oik-privacy-policy\";s:4:\"slug\";s:18:\"oik-privacy-policy\";s:6:\"plugin\";s:41:\"oik-privacy-policy/oik-privacy-policy.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/oik-privacy-policy/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/oik-privacy-policy.1.4.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/oik-privacy-policy/assets/icon-128x128.png?rev=973987\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/oik-privacy-policy/assets/banner-772x250.jpg?rev=785178\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.9.8\";}s:35:\"pe-recent-posts/pe-recent-posts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/pe-recent-posts\";s:4:\"slug\";s:15:\"pe-recent-posts\";s:6:\"plugin\";s:35:\"pe-recent-posts/pe-recent-posts.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/pe-recent-posts/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/pe-recent-posts.1.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/pe-recent-posts/assets/icon-128x128.png?rev=1220719\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/pe-recent-posts/assets/banner-772x250.png?rev=1220719\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:29:\"theme-editor/theme_editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/theme-editor\";s:4:\"slug\";s:12:\"theme-editor\";s:6:\"plugin\";s:29:\"theme-editor/theme_editor.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/theme-editor/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/theme-editor.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/theme-editor/assets/icon-128x128.png?rev=1644634\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/theme-editor/assets/banner-772x250.jpg?rev=1644636\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:6:\"plugin\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:11:\"new_version\";s:13:\"2.25.2-beta.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:21:{s:35:\"404-to-homepage/404-to-homepage.php\";s:3:\"1.0\";s:19:\"akismet/akismet.php\";s:5:\"4.2.4\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.69\";s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";s:4:\"4.25\";s:31:\"cache-enabler/cache-enabler.php\";s:6:\"1.8.12\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:37:\"wordpress-autoblogging/basic-auth.php\";s:3:\"0.1\";s:37:\"link-whisper-premium/link-whisper.php\";s:5:\"1.5.9\";s:29:\"mainwp-child/mainwp-child.php\";s:5:\"4.2.3\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.6.10\";s:41:\"oik-privacy-policy/oik-privacy-policy.php\";s:5:\"1.4.5\";s:35:\"pe-recent-posts/pe-recent-posts.php\";s:3:\"1.2\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:3:\"3.0\";s:47:\"simple-social-buttons/simple-social-buttons.php\";s:5:\"4.0.1\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:5:\"2.7.5\";s:23:\"spiderblocker/index.php\";s:5:\"1.3.1\";s:29:\"theme-editor/theme_editor.php\";s:3:\"2.7\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:5:\"2.4.9\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:13:\"2.25.2-beta.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"19.0\";}}','no'),(44209,'_transient_timeout_global_styles_style-blog-fame','1680059398','no'),(44210,'_transient_global_styles_style-blog-fame','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!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=326 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 (3,5,'_edit_last','1'),(4,5,'_edit_lock','1597312641:1'),(5,6,'_wp_attached_file','2020/08/568.jpg'),(6,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:735;s:4:\"file\";s:15:\"2020/08/568.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"568-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"568-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:\"568-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"minimer-small\";a:4:{s:4:\"file\";s:15:\"568-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"minimer-medium\";a:4:{s:4:\"file\";s:15:\"568-520x292.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"minimer-large\";a:4:{s:4:\"file\";s:15:\"568-940x529.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"minimer-list\";a:4:{s:4:\"file\";s:15:\"568-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:15:\"568-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:15:\"568-520x292.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:292;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:{}}}'),(7,5,'_thumbnail_id','6'),(10,8,'_edit_last','1'),(11,8,'_edit_lock','1597309483:1'),(12,9,'_wp_attached_file','2020/08/569.jpg'),(13,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1813;s:6:\"height\";i:1228;s:4:\"file\";s:15:\"2020/08/569.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"569-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"569-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"569-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:\"569-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"569-1536x1040.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1040;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"minimer-small\";a:4:{s:4:\"file\";s:15:\"569-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"minimer-medium\";a:4:{s:4:\"file\";s:15:\"569-520x292.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"minimer-large\";a:4:{s:4:\"file\";s:15:\"569-940x529.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"minimer-list\";a:4:{s:4:\"file\";s:15:\"569-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:15:\"569-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:15:\"569-520x292.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:24:\"chones - stock.adobe.com\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:54:\"Colorful wooden toy train isolated on white background\";s:17:\"created_timestamp\";s:10:\"1457973311\";s:9:\"copyright\";s:26:\"©chones - stock.adobe.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:54:\"Colorful wooden toy train isolated on white background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:3:\"toy\";i:1;s:6:\"wooden\";i:2;s:5:\"train\";i:3;s:4:\"wood\";i:4;s:4:\"game\";i:5;s:8:\"isolated\";i:6;s:5:\"tower\";i:7;s:5:\"brick\";i:8;s:6:\"square\";i:9;s:7:\"leisure\";i:10;s:4:\"baby\";i:11;s:9:\"rectangle\";i:12;s:9:\"preschool\";i:13;s:5:\"green\";i:14;s:5:\"white\";i:15;s:9:\"construct\";i:16;s:3:\"red\";i:17;s:8:\"geometry\";i:18;s:7:\"concept\";i:19;s:6:\"yellow\";i:20;s:4:\"cube\";i:21;s:5:\"stack\";i:22;s:11:\"development\";i:23;s:5:\"shape\";i:24;s:5:\"learn\";i:25;s:9:\"geometric\";i:26;s:8:\"cylinder\";i:27;s:12:\"architecture\";i:28;s:5:\"group\";i:29;s:5:\"color\";i:30;s:8:\"colorful\";i:31;s:4:\"blue\";i:32;s:7:\"pyramid\";i:33;s:9:\"childhood\";i:34;s:5:\"cubic\";i:35;s:9:\"buildings\";i:36;s:3:\"joy\";i:37;s:5:\"house\";i:38;s:6:\"create\";i:39;s:4:\"make\";i:40;s:3:\"kid\";i:41;s:9:\"education\";i:42;s:4:\"play\";i:43;s:5:\"child\";i:44;s:5:\"build\";i:45;s:10:\"playground\";i:46;s:12:\"construction\";i:47;s:9:\"structure\";i:48;s:5:\"block\";i:49;s:8:\"material\";i:50;s:3:\"toy\";i:51;s:6:\"wooden\";i:52;s:5:\"train\";i:53;s:4:\"wood\";i:54;s:4:\"game\";i:55;s:8:\"isolated\";i:56;s:5:\"tower\";i:57;s:5:\"brick\";i:58;s:6:\"square\";i:59;s:7:\"leisure\";i:60;s:4:\"baby\";i:61;s:9:\"rectangle\";i:62;s:9:\"preschool\";i:63;s:5:\"green\";i:64;s:5:\"white\";i:65;s:9:\"construct\";i:66;s:3:\"red\";i:67;s:8:\"geometry\";i:68;s:7:\"concept\";i:69;s:6:\"yellow\";i:70;s:4:\"cube\";i:71;s:5:\"stack\";i:72;s:11:\"development\";i:73;s:5:\"shape\";i:74;s:5:\"learn\";i:75;s:9:\"geometric\";i:76;s:8:\"cylinder\";i:77;s:12:\"architecture\";i:78;s:5:\"group\";i:79;s:5:\"color\";i:80;s:8:\"colorful\";i:81;s:4:\"blue\";i:82;s:7:\"pyramid\";i:83;s:9:\"childhood\";i:84;s:5:\"cubic\";i:85;s:9:\"buildings\";i:86;s:3:\"joy\";i:87;s:5:\"house\";i:88;s:6:\"create\";i:89;s:4:\"make\";i:90;s:3:\"kid\";i:91;s:9:\"education\";i:92;s:4:\"play\";i:93;s:5:\"child\";i:94;s:5:\"build\";i:95;s:10:\"playground\";i:96;s:12:\"construction\";i:97;s:9:\"structure\";i:98;s:5:\"block\";i:99;s:8:\"material\";}}}'),(14,8,'_thumbnail_id','9'),(20,12,'_edit_last','1'),(21,12,'_edit_lock','1597309553:1'),(22,13,'_edit_last','1'),(23,13,'_edit_lock','1597309692:1'),(24,16,'_edit_last','1'),(25,16,'_edit_lock','1597309964:1'),(26,17,'_edit_last','1'),(27,17,'_edit_lock','1598334226:1'),(28,18,'_edit_last','1'),(29,18,'_edit_lock','1598334228:1'),(45,16,'_pe_base_popular_posts_count','2329'),(46,33,'_menu_item_type','custom'),(47,33,'_menu_item_menu_item_parent','0'),(48,33,'_menu_item_object_id','33'),(49,33,'_menu_item_object','custom'),(50,33,'_menu_item_target',''),(51,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(52,33,'_menu_item_xfn',''),(53,33,'_menu_item_url','http://jouets-ludiloo.be/'),(55,34,'_menu_item_type','post_type'),(56,34,'_menu_item_menu_item_parent','0'),(57,34,'_menu_item_object_id','13'),(58,34,'_menu_item_object','page'),(59,34,'_menu_item_target',''),(60,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(61,34,'_menu_item_xfn',''),(62,34,'_menu_item_url',''),(64,35,'_menu_item_type','post_type'),(65,35,'_menu_item_menu_item_parent','0'),(66,35,'_menu_item_object_id','16'),(67,35,'_menu_item_object','page'),(68,35,'_menu_item_target',''),(69,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(70,35,'_menu_item_xfn',''),(71,35,'_menu_item_url',''),(73,36,'_menu_item_type','post_type'),(74,36,'_menu_item_menu_item_parent','0'),(75,36,'_menu_item_object_id','12'),(76,36,'_menu_item_object','page'),(77,36,'_menu_item_target',''),(78,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(79,36,'_menu_item_xfn',''),(80,36,'_menu_item_url',''),(81,36,'_menu_item_orphaned','1597311124'),(82,37,'_menu_item_type','post_type'),(83,37,'_menu_item_menu_item_parent','0'),(84,37,'_menu_item_object_id','17'),(85,37,'_menu_item_object','page'),(86,37,'_menu_item_target',''),(87,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(88,37,'_menu_item_xfn',''),(89,37,'_menu_item_url',''),(91,38,'_menu_item_type','post_type'),(92,38,'_menu_item_menu_item_parent','0'),(93,38,'_menu_item_object_id','18'),(94,38,'_menu_item_object','page'),(95,38,'_menu_item_target',''),(96,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(97,38,'_menu_item_xfn',''),(98,38,'_menu_item_url',''),(100,39,'_menu_item_type','custom'),(101,39,'_menu_item_menu_item_parent','0'),(102,39,'_menu_item_object_id','39'),(103,39,'_menu_item_object','custom'),(104,39,'_menu_item_target',''),(105,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(106,39,'_menu_item_xfn',''),(107,39,'_menu_item_url','https://www.facebook.com/'),(109,40,'_menu_item_type','custom'),(110,40,'_menu_item_menu_item_parent','0'),(111,40,'_menu_item_object_id','40'),(112,40,'_menu_item_object','custom'),(113,40,'_menu_item_target',''),(114,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(115,40,'_menu_item_xfn',''),(116,40,'_menu_item_url','https://twitter.com/?lang=en'),(118,41,'_menu_item_type','custom'),(119,41,'_menu_item_menu_item_parent','0'),(120,41,'_menu_item_object_id','41'),(121,41,'_menu_item_object','custom'),(122,41,'_menu_item_target',''),(123,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(124,41,'_menu_item_xfn',''),(125,41,'_menu_item_url','https://www.linkedin.com/'),(127,42,'_menu_item_type','custom'),(128,42,'_menu_item_menu_item_parent','0'),(129,42,'_menu_item_object_id','42'),(130,42,'_menu_item_object','custom'),(131,42,'_menu_item_target',''),(132,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(133,42,'_menu_item_xfn',''),(134,42,'_menu_item_url','https://www.pinterest.com/'),(136,43,'_menu_item_type','custom'),(137,43,'_menu_item_menu_item_parent','0'),(138,43,'_menu_item_object_id','43'),(139,43,'_menu_item_object','custom'),(140,43,'_menu_item_target',''),(141,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(142,43,'_menu_item_xfn',''),(143,43,'_menu_item_url','#'),(145,44,'_menu_item_type','custom'),(146,44,'_menu_item_menu_item_parent','0'),(147,44,'_menu_item_object_id','44'),(148,44,'_menu_item_object','custom'),(149,44,'_menu_item_target',''),(150,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(151,44,'_menu_item_xfn',''),(152,44,'_menu_item_url','#'),(154,45,'_menu_item_type','custom'),(155,45,'_menu_item_menu_item_parent','0'),(156,45,'_menu_item_object_id','45'),(157,45,'_menu_item_object','custom'),(158,45,'_menu_item_target',''),(159,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(160,45,'_menu_item_xfn',''),(161,45,'_menu_item_url','#'),(163,46,'_wp_attached_file','2020/08/570.jpg'),(164,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:707;s:6:\"height\";i:1280;s:4:\"file\";s:15:\"2020/08/570.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"570-166x300.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"570-566x1024.jpg\";s:5:\"width\";i:566;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"570-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"styleblog-thumbnail-one\";a:4:{s:4:\"file\";s:15:\"570-680x450.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"styleblog-thumbnail-two\";a:4:{s:4:\"file\";s:15:\"570-707x425.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"styleblog-thumbnail-three\";a:4:{s:4:\"file\";s:15:\"570-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(165,47,'_wp_attached_file','2020/08/571.jpg'),(166,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:15:\"2020/08/571.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"571-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:\"571-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:\"571-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"styleblog-thumbnail-one\";a:4:{s:4:\"file\";s:15:\"571-680x450.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"styleblog-thumbnail-two\";a:4:{s:4:\"file\";s:15:\"571-750x425.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"styleblog-thumbnail-three\";a:4:{s:4:\"file\";s:15:\"571-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1550523434\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(167,5,'_yoast_wpseo_content_score','30'),(178,60,'_wp_attached_file','2020/08/logo136.png'),(179,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:79;s:4:\"file\";s:19:\"2020/08/logo136.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo136-150x79.png\";s:5:\"width\";i:150;s:6:\"height\";i:79;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:{}}}'),(180,61,'_wp_attached_file','2020/08/cropped-logo136.png'),(181,61,'_wp_attachment_context','custom-logo'),(182,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:79;s:4:\"file\";s:27:\"2020/08/cropped-logo136.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo136-150x79.png\";s:5:\"width\";i:150;s:6:\"height\";i:79;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:{}}}'),(188,13,'_pe_base_popular_posts_count','1561'),(189,12,'_pe_base_popular_posts_count','373'),(190,17,'_pe_base_popular_posts_count','1384'),(191,5,'_pe_base_popular_posts_count','1428'),(192,8,'_pe_base_popular_posts_count','1418'),(193,18,'_pe_base_popular_posts_count','1521'),(194,67,'_edit_last','1'),(195,67,'_edit_lock','1598334227:1'),(196,68,'_edit_last','1'),(197,68,'_edit_lock','1598334228:1'),(198,17,'_yoast_wpseo_content_score','30'),(199,18,'_yoast_wpseo_content_score','30'),(200,8,'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;}'),(201,8,'ssb_total_counts','0'),(202,8,'ssb_cache_timestamp','466663'),(203,75,'_edit_last','1'),(204,75,'_edit_lock','1602031637:1'),(205,75,'_oembed_919393436cb56a0b91f22254dac069e7','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(206,75,'_oembed_time_919393436cb56a0b91f22254dac069e7','1602031686'),(207,76,'_wp_attached_file','2020/10/5b4d5f4b5df4.jpg'),(208,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2020/10/5b4d5f4b5df4.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"5b4d5f4b5df4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"5b4d5f4b5df4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"5b4d5f4b5df4-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:24:\"5b4d5f4b5df4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"styleblog-thumbnail-one\";a:4:{s:4:\"file\";s:24:\"5b4d5f4b5df4-680x450.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"styleblog-thumbnail-two\";a:4:{s:4:\"file\";s:24:\"5b4d5f4b5df4-750x425.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"styleblog-thumbnail-three\";a:4:{s:4:\"file\";s:24:\"5b4d5f4b5df4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(209,75,'_thumbnail_id','76'),(210,75,'_ssb_hide','false'),(211,75,'_yoast_wpseo_content_score','30'),(212,75,'_yoast_wpseo_primary_category','10'),(213,5,'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;}'),(214,5,'ssb_total_counts','0'),(215,5,'ssb_cache_timestamp','466524'),(216,78,'_edit_last','1'),(217,78,'_edit_lock','1602681667:1'),(218,79,'_wp_attached_file','2020/10/df4v5fd4v5df4v.jpg'),(219,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:286;s:6:\"height\";i:176;s:4:\"file\";s:26:\"2020/10/df4v5fd4v5df4v.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"df4v5fd4v5df4v-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(220,78,'_thumbnail_id','79'),(221,78,'_ssb_hide','false'),(222,78,'_yoast_wpseo_content_score','30'),(223,78,'_yoast_wpseo_primary_category','11'),(226,8,'_oembed_919393436cb56a0b91f22254dac069e7','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(227,8,'_oembed_time_919393436cb56a0b91f22254dac069e7','1603147881'),(228,75,'_pe_base_popular_posts_count','1332'),(229,81,'_edit_last','1'),(230,81,'_edit_lock','1603331693:1'),(231,82,'_wp_attached_file','2020/10/dgdf1g2fd1gd.png'),(232,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2020/10/dgdf1g2fd1gd.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dgdf1g2fd1gd-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dgdf1g2fd1gd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"styleblog-thumbnail-one\";a:4:{s:4:\"file\";s:24:\"dgdf1g2fd1gd-680x450.png\";s:5:\"width\";i:680;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"styleblog-thumbnail-two\";a:4:{s:4:\"file\";s:24:\"dgdf1g2fd1gd-725x425.png\";s:5:\"width\";i:725;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"styleblog-thumbnail-three\";a:4:{s:4:\"file\";s:24:\"dgdf1g2fd1gd-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,81,'_thumbnail_id','82'),(234,81,'_ssb_hide','false'),(235,81,'_yoast_wpseo_content_score','30'),(236,81,'_yoast_wpseo_primary_category','12'),(239,78,'_pe_base_popular_posts_count','1267'),(240,75,'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;}'),(241,75,'ssb_total_counts','0'),(242,75,'ssb_cache_timestamp','466656'),(245,81,'_pe_base_popular_posts_count','1156'),(246,81,'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;}'),(247,81,'ssb_total_counts','0'),(248,81,'ssb_cache_timestamp','466416'),(249,78,'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;}'),(250,78,'ssb_total_counts','0'),(251,78,'ssb_cache_timestamp','466519'),(252,88,'_edit_last','1'),(253,88,'_edit_lock','1608756400:1'),(254,88,'_oembed_86449f5a02887265c18f2cc78002decc','<iframe title=\"50% return 2-3 weeks | best stocks to buy now | short term investment stocks | best share to invest\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/pel-vbhwMRU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(255,88,'_oembed_time_86449f5a02887265c18f2cc78002decc','1608755972'),(256,89,'_wp_attached_file','2020/12/54f54e5f4er.jpg'),(257,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:23:\"2020/12/54f54e5f4er.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"54f54e5f4er-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(258,88,'_thumbnail_id','89'),(259,88,'_ssb_hide','false'),(260,88,'_yoast_wpseo_content_score','30'),(261,88,'_yoast_wpseo_primary_category','13'),(262,92,'_edit_last','1'),(263,92,'_edit_lock','1648505902:1'),(264,92,'_oembed_aa747f67f3b7c45a63cb72d7808c887e','<iframe title=\"What the Elite DON'T Want You To Know - Robert Kiyosaki and Jeff Wang\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/PofnjS8KNHo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(265,92,'_oembed_time_aa747f67f3b7c45a63cb72d7808c887e','1648506031'),(266,93,'_wp_attached_file','2020/12/d4v545s4vs.jpg'),(267,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:22:\"2020/12/d4v545s4vs.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"d4v545s4vs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(268,92,'_thumbnail_id','93'),(269,92,'_ssb_hide','false'),(270,92,'_yoast_wpseo_content_score','30'),(271,92,'_yoast_wpseo_primary_category','14'),(274,81,'_oembed_aa747f67f3b7c45a63cb72d7808c887e','<iframe title=\"What the Elite DON'T Want You To Know - Robert Kiyosaki and Jeff Wang\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/PofnjS8KNHo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(275,81,'_oembed_time_aa747f67f3b7c45a63cb72d7808c887e','1610045681'),(276,92,'_pe_base_popular_posts_count','956'),(279,92,'_oembed_86449f5a02887265c18f2cc78002decc','<iframe title=\"50% return 2-3 weeks | best stocks to buy now | short term investment stocks | best share to invest\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/pel-vbhwMRU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(280,92,'_oembed_time_86449f5a02887265c18f2cc78002decc','1610312493'),(281,88,'_pe_base_popular_posts_count','1160'),(282,88,'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;}'),(283,88,'ssb_total_counts','0'),(284,88,'ssb_cache_timestamp','465521'),(285,96,'_field_1','James P.'),(286,96,'_field_2','[email protected]'),(287,96,'_field_3','Just wanted to ask if you would be interested in getting external help with graphic design? We do all design work like banners, advertisements, photo edits, logos, flyers, etc. for a fixed monthly fee.\n\nWe don\'t charge for each task. What kind of work do you need on a regular basis? Let me know and I\'ll share my portfolio with you.\n \n'),(288,96,'_form_id','1'),(289,96,'_seq_num','1'),(290,61,'_oembed_43a1c5c0e0a91b922a519d66df7d4408','{{unknown}}'),(291,97,'_field_5','Ethiopian Birr'),(292,97,'_field_6','[email protected]'),(293,97,'_form_id','2'),(294,97,'_seq_num','1'),(297,99,'_field_5','green'),(298,99,'_field_6','[email protected]'),(299,99,'_form_id','2'),(300,99,'_seq_num','2'),(301,92,'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;}'),(302,92,'ssb_total_counts','0'),(303,92,'ssb_cache_timestamp','466662'),(306,92,'_yoast_wpseo_estimated-reading-time-minutes','2');
/*!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=104 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 (5,1,'2020-08-13 08:55:35','2020-08-13 08:55:35','In what capacity can one little youngster own such a significant number of things? Inside long stretches of bringing home an infant, your home becomes overwhelmed with newborn child extras and (moan) toys, toys, toys. Teddy bears and tea sets. trains and vehicles. Squares, books, chunks of each size and shape. After a few Christmases and birthday celebrations, you can scarcely walk five stages without barely slipping on a wanderer colored pencil (and how did that unique piece get inside the fridge?).\r\n\r\nThe coherent arrangement, obviously, is put the toys away. However, guardians recollect this: the key to a slick home is a capacity framework that works for both you and your kid. A youngster toy box is the ideal stockpiling answer for any child.\r\n\r\nThe Wrong Storage System\r\n\r\nThe least complex thing is pack all the toys in boxes, stack them on the floor, or pack them into whatever racks are accessible. Be that as it may, this fair won\'t work.\r\n\r\nMost importantly, kids can\'t come to the racks. So they can\'t get after themselves, and each time they need a toy, they\'ll be shouting for your assistance. It\'ll be difficult to complete anything without being interfered, and your youngsters pass up on the opportunity to figure out how to be free or assume liability for their own things.\r\n\r\nSubstantial chests heaped on the floor won\'t work either. For a certain something, they\'re a security perils. Little youngsters may endeavor to pull one chest (which will send the entire segment bringing down over them). Others will attempt to move over the chests. It\'s a dangerous situation.\r\n\r\nOn the off chance that the toys aren\'t effectively open, you likewise have another issue: exhausted youngsters. They\'re far out, truly, but on the other hand they\'re inaccessible, and as any veteran parent knows, a youngster who can\'t get a toy will discover another toy to play with—like the controller, or the legacy Ming container, or kitchen scissors.\r\n\r\nTo put it plainly, you need a toy stockpiling framework where the toys are perfectly sorted out yet inside simple reach of a little kid. As such, you need a youngster toy chest .\r\n\r\nYoungster Toy Chests\r\n\r\nWhat are the upsides of youngster toy chests over huge plastic compartments? As a matter of first importance, a kid toy chest is built particularly to keep a youngster\'s fortunes. They\'re built particularly for a youngster.\r\n\r\nThe stature of a youngster toy chest is perfect for a little kid. He can keep things himself, and he can prepare them when he\'s. The tops are light enough for him to lift, and they\'re kid safe as well—no sharp corners or overwhelming wood that can cut or squeeze little fingers.\r\n\r\nPainted in splendid, vivid plans, the kid toy chest turns into a fortune in itself. It\'s more amusing to place things all through a youngster toy chest that seems as though it\'s been painted in Santa\'s Workshop. It feels more like a game than a task. Try not to trust it? See the distinction when you state, \"Put it in the plastic chest!\" and \"Put it in your money box.\"\r\n\r\nToy association tips\r\n\r\nGiving your youngster a kid toy chest .is only one method of completion the intrusion of the lost toys. Here are some different thoughts on the best way to reestablish request in your home, while showing your youngster freedom and obligation over his things.\r\n\r\n· Don\'t put all the toys out simultaneously. Little youngsters can become overpowered by having such a large number of decisions. They may likewise become effectively exhausted on the off chance that they see the equivalent toys again and again. Rather, separate your toys into various sets. Each set ought to have enough assortment that they can discover something for any temperament or circumstance (i.e., something for indoor play, something they can utilize outside). One set goes to the kid toy chest, the others are briefly kept far out. Pivot like clockwork.\r\n\r\n· Have a \"tidy up\" melody. Attempt a tape that you play each time it\'s an ideal opportunity to keep all the toys. Pick something with a feisty beat, similar to a walking melody. At that point make it a game: he needs to take care of everything before the tune\'s finished. On the off chance that he succeeds, he gets a prize (like a star on a graph).\r\n\r\n· Make up a tale about the youngster toy chest. Utilize your creative mind. Enlighten them concerning the Bad Fairy who likes to break toys when youngsters are sleeping, and how the Good Fairy waved an enchantment wand over the chest so it would guard them. Or on the other hand you can say it was one of the fortunes that Jack (of Jack and the Beanstalk popularity) had taken from the monster. These little fantasies help add riddle and amusing to the undertaking of taking care of toys.\r\n\r\n· Tape an outline on the divider behind the youngster toy chest. Each time the youngster takes care of his toys in the kid toy chest, he gets a star. At the point when he\'s topped off the graph (it\'s up to you what number of stars he needs to gather) he gets a treat.\r\n\r\n· Set a genuine model. At the point when you request that your kids set aside toys in the kid toy chest, you must be the good example and taken care of your own things, as well. On the off chance that your work area is a wreck and your kitchen appears as though you needed to chase wild creatures to plan supper, at that point you lose your believability.\r\n\r\n· Follow an everyday practice. Kids need to have a feeling of request and beat, so they realize what\'s in store. Intruding on them in a game miracles them, so you get a fit of rage and a drawn-out contention about taking care of his things. Utilize a kitchen clock: \"quickly, when it rings, you need to take care of your toys.','The Child Toy Chest','','publish','closed','closed','','the-child-toy-chest','','','2020-08-13 09:50:43','2020-08-13 09:50:43','',0,'http://jouets-ludiloo.be/?p=5',0,'post','',0),(6,1,'2020-08-13 08:55:25','2020-08-13 08:55:25','','568','','inherit','closed','closed','','568','','','2020-08-13 08:55:25','2020-08-13 08:55:25','',5,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg',0,'attachment','image/jpeg',0),(7,1,'2020-08-13 08:55:35','2020-08-13 08:55:35','In what capacity can one little youngster own such a significant number of things? Inside long stretches of bringing home an infant, your home becomes overwhelmed with newborn child extras and (moan) toys, toys, toys. Teddy bears and tea sets. trains and vehicles. Squares, books, chunks of each size and shape. After a few Christmases and birthday celebrations, you can scarcely walk five stages without barely slipping on a wanderer colored pencil (and how did that unique piece get inside the fridge?).\r\n\r\nThe coherent arrangement, obviously, is put the toys away. However, guardians recollect this: the key to a slick home is a capacity framework that works for both you and your kid. A youngster toy box is the ideal stockpiling answer for any child.\r\n\r\nThe Wrong Storage System\r\n\r\nThe least complex thing is pack all the toys in boxes, stack them on the floor, or pack them into whatever racks are accessible. Be that as it may, this fair won\'t work.\r\n\r\nMost importantly, kids can\'t come to the racks. So they can\'t get after themselves, and each time they need a toy, they\'ll be shouting for your assistance. It\'ll be difficult to complete anything without being interfered, and your youngsters pass up on the opportunity to figure out how to be free or assume liability for their own things.\r\n\r\nSubstantial chests heaped on the floor won\'t work either. For a certain something, they\'re a security perils. Little youngsters may endeavor to pull one chest (which will send the entire segment bringing down over them). Others will attempt to move over the chests. It\'s a dangerous situation.\r\n\r\nOn the off chance that the toys aren\'t effectively open, you likewise have another issue: exhausted youngsters. They\'re far out, truly, but on the other hand they\'re inaccessible, and as any veteran parent knows, a youngster who can\'t get a toy will discover another toy to play with—like the controller, or the legacy Ming container, or kitchen scissors.\r\n\r\nTo put it plainly, you need a toy stockpiling framework where the toys are perfectly sorted out yet inside simple reach of a little kid. As such, you need a youngster toy chest [http://www.wishrooms.com/toyboxes.html].\r\n\r\nYoungster Toy Chests\r\n\r\nWhat are the upsides of youngster toy chests over huge plastic compartments? As a matter of first importance, a kid toy chest is built particularly to keep a youngster\'s fortunes. They\'re built particularly for a youngster.\r\n\r\nThe stature of a youngster toy chest is perfect for a little kid. He can keep things himself, and he can prepare them when he\'s. The tops are light enough for him to lift, and they\'re kid safe as well—no sharp corners or overwhelming wood that can cut or squeeze little fingers.\r\n\r\nPainted in splendid, vivid plans, the kid toy chest turns into a fortune in itself. It\'s more amusing to place things all through a youngster toy chest that seems as though it\'s been painted in Santa\'s Workshop. It feels more like a game than a task. Try not to trust it? See the distinction when you state, \"Put it in the plastic chest!\" and \"Put it in your money box.\"\r\n\r\nToy association tips\r\n\r\nGiving your youngster a kid toy chest [http://www.wishrooms.com/toyboxes.html] is only one method of completion the intrusion of the lost toys. Here are some different thoughts on the best way to reestablish request in your home, while showing your youngster freedom and obligation over his things.\r\n\r\n· Don\'t put all the toys out simultaneously. Little youngsters can become overpowered by having such a large number of decisions. They may likewise become effectively exhausted on the off chance that they see the equivalent toys again and again. Rather, separate your toys into various sets. Each set ought to have enough assortment that they can discover something for any temperament or circumstance (i.e., something for indoor play, something they can utilize outside). One set goes to the kid toy chest, the others are briefly kept far out. Pivot like clockwork.\r\n\r\n· Have a \"tidy up\" melody. Attempt a tape that you play each time it\'s an ideal opportunity to keep all the toys. Pick something with a feisty beat, similar to a walking melody. At that point make it a game: he needs to take care of everything before the tune\'s finished. On the off chance that he succeeds, he gets a prize (like a star on a graph).\r\n\r\n· Make up a tale about the youngster toy chest. Utilize your creative mind. Enlighten them concerning the Bad Fairy who likes to break toys when youngsters are sleeping, and how the Good Fairy waved an enchantment wand over the chest so it would guard them. Or on the other hand you can say it was one of the fortunes that Jack (of Jack and the Beanstalk popularity) had taken from the monster. These little fantasies help add riddle and amusing to the undertaking of taking care of toys.\r\n\r\n· Tape an outline on the divider behind the youngster toy chest. Each time the youngster takes care of his toys in the kid toy chest, he gets a star. At the point when he\'s topped off the graph (it\'s up to you what number of stars he needs to gather) he gets a treat.\r\n\r\n· Set a genuine model. At the point when you request that your kids set aside toys in the kid toy chest, you must be the good example and taken care of your own things, as well. On the off chance that your work area is a wreck and your kitchen appears as though you needed to chase wild creatures to plan supper, at that point you lose your believability.\r\n\r\n· Follow an everyday practice. Kids need to have a feeling of request and beat, so they realize what\'s in store. Intruding on them in a game miracles them, so you get a fit of rage and a drawn-out contention about taking care of his things. Utilize a kitchen clock: \"quickly, when it rings, you need to take care of your toys.','The Child Toy Chest','','inherit','closed','closed','','5-revision-v1','','','2020-08-13 08:55:35','2020-08-13 08:55:35','',5,'http://jouets-ludiloo.be/5-revision-v1/',0,'revision','',0),(8,1,'2020-08-13 09:00:34','2020-08-13 09:00:34','Les gardiens désireux de favoriser l\'avancement positif des capacités intellectuelles, physiques ou sociales de leur enfant peuvent s\'assurer que leur enfant s\'approche des jouets d\'amélioration pour enfants qui amusent un enfant et dynamisent sa tournure sonore des événements.\r\n\r\nLes jouets d\'amélioration pour enfants assument un rôle important dans la procédure d\'apprentissage d\'un enfant. Au moment où les enfants jouent avec des jouets, ils ne coopèrent pas seulement les uns avec les autres et créent des capacités sociales, ils prennent également des décisions, s\'occupent des problèmes et exercent un certain pouvoir sur leur condition.\r\n\r\nLes jouets de promotion de l\'enfant qui soutiennent l\'amélioration psychologique comprennent des énigmes et des jeux de mémoire. Les jeux de coordination, les jeux de séquençage et les jeux de nombres sont des jouets incroyables qui poussent un jeune à créer un sens des nombres et une numération tout comme ses capacités de séquençage.\r\n\r\nLes jouets pour enfants qui dynamisent l\'idée logique intègrent des jouets de jeu d\'eau et de sable qui incluent l\'estimation, le filtrage et le versement de divers matériaux tangibles.\r\n\r\nLes jouets pour enfants qui soutiennent un énorme progrès musculaire comprennent des vélos, des grimpeurs, des toboggans, d\'énormes balles et des planches. Les jouets pour enfants qui dynamisent le petit développement musculaire (ce qui est important pour développer ces petits muscles dans les mains qui permettent à un enfant de tenir des appareils de composition) comprennent des énigmes, des petits carrés, des jouets d\'interfaçage et même des marqueurs et des crayons de couleur.\r\n\r\nLes jouets sensationnels, par exemple, les poupées, les meubles de poupée, les vêtements de poupée, les vêtements raffinés et les ustensiles de cuisine, sont des jouets étonnants pour les jeunes qui dynamisent un niveau élevé de jeu inexistant.\r\n\r\nN\'oubliez pas, lorsque vous choisissez des jouets pour enfants, de choisir des jouets ouverts, par exemple, jouer à la pâte, aux carrés et à la peinture. Les ouvertures de jeu avec ces jouets à finition ouverte sont réservées uniquement à l\'esprit créatif d\'un jeune.\r\n\r\nIl est également essentiel de coordonner les jeux du jeune avec l\'âge formatif de l\'enfant (qui peut être supérieur ou inférieur à son âge physique.) gênant entraînera la déception. (Par exemple, un jouet d\'amélioration pour enfants qui oblige un enfant à enfiler des globules est génial si le jeune a développé une certaine coordination œil-main. Dans tous les cas, si l\'enfant n\'a pas de coordination œil-main, ce jouet ne fera qu\'exaspérer, affaiblir et frustrer l\'enfant.)\r\n\r\nUn jouet d\'amélioration pour enfants qui est formativement approprié peut aider à créer l\'estime de soi d\'un enfant et lui permettre de se faire une idée positive de lui-même. (La première course à travers votre enfant fait du vélo sans votre aide, elle ressentira une sensation de contrôle et une attitude «Je peux le faire!».)\r\n\r\nVous devrez vous souvenir de la sécurité lorsque vous choisissez des jouets pour enfants. Si le jouet est destiné à un petit enfant, assurez-vous qu\'il n\'y a pas de pièces amovibles qu\'un enfant pourrait avaler, bâillonner ou se coller dans les oreilles. Assurez-vous que le jouet est tout sauf difficile à nettoyer, de sorte que vous puissiez éliminer les germes et, en outre, assurez-vous que les jouets n\'ont pas de bord tranchant ou robuste.\r\n\r\nCommencez à vérifier régulièrement les jouets de votre enfant pour vous assurer qu\'il n\'y a pas de pièces en désordre et soyez particulièrement prudent avec les jouets électriques, car un câblage impuissant peut causer des dommages.','Jouets de développement de l\'enfant','','publish','closed','closed','','jouets-de-developpement-de-lenfant','','','2020-08-13 09:05:54','2020-08-13 09:05:54','',0,'http://jouets-ludiloo.be/?p=8',0,'post','',0),(9,1,'2020-08-13 09:00:13','2020-08-13 09:00:13','','','','inherit','closed','closed','','colorful-wooden-toy-train-isolated-on-white-background','','','2020-08-13 09:00:29','2020-08-13 09:00:29','',8,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg',0,'attachment','image/jpeg',0),(10,1,'2020-08-13 09:00:34','2020-08-13 09:00:34','Les gardiens désireux de favoriser l\'avancement positif des capacités intellectuelles, physiques ou sociales de leur enfant peuvent s\'assurer que leur enfant s\'approche des jouets d\'amélioration pour enfants qui amusent un enfant et dynamisent sa tournure sonore des événements.\r\n\r\nLes jouets d\'amélioration pour enfants assument un rôle important dans la procédure d\'apprentissage d\'un enfant. Au moment où les enfants jouent avec des jouets, ils ne coopèrent pas seulement les uns avec les autres et créent des capacités sociales, ils prennent également des décisions, s\'occupent des problèmes et exercent un certain pouvoir sur leur condition.\r\n\r\nLes jouets de promotion de l\'enfant qui soutiennent l\'amélioration psychologique comprennent des énigmes et des jeux de mémoire. Les jeux de coordination, les jeux de séquençage et les jeux de nombres sont des jouets incroyables qui poussent un jeune à créer un sens des nombres et une numération tout comme ses capacités de séquençage.\r\n\r\nLes jouets pour enfants qui dynamisent l\'idée logique intègrent des jouets de jeu d\'eau et de sable qui incluent l\'estimation, le filtrage et le versement de divers matériaux tangibles.\r\n\r\nLes jouets pour enfants qui soutiennent un énorme progrès musculaire comprennent des vélos, des grimpeurs, des toboggans, d\'énormes balles et des planches. Les jouets pour enfants qui dynamisent le petit développement musculaire (ce qui est important pour développer ces petits muscles dans les mains qui permettent à un enfant de tenir des appareils de composition) comprennent des énigmes, des petits carrés, des jouets d\'interfaçage et même des marqueurs et des crayons de couleur.\r\n\r\nLes jouets sensationnels, par exemple, les poupées, les meubles de poupée, les vêtements de poupée, les vêtements raffinés et les ustensiles de cuisine, sont des jouets étonnants pour les jeunes qui dynamisent un niveau élevé de jeu inexistant.\r\n\r\nN\'oubliez pas, lorsque vous choisissez des jouets pour enfants, de choisir des jouets ouverts, par exemple, jouer à la pâte, aux carrés et à la peinture. Les ouvertures de jeu avec ces jouets à finition ouverte sont réservées uniquement à l\'esprit créatif d\'un jeune.\r\n\r\nIl est également essentiel de coordonner les jeux du jeune avec l\'âge formatif de l\'enfant (qui peut être supérieur ou inférieur à son âge physique.) gênant entraînera la déception. (Par exemple, un jouet d\'amélioration pour enfants qui oblige un enfant à enfiler des globules est génial si le jeune a développé une certaine coordination œil-main. Dans tous les cas, si l\'enfant n\'a pas de coordination œil-main, ce jouet ne fera qu\'exaspérer, affaiblir et frustrer l\'enfant.)\r\n\r\nUn jouet d\'amélioration pour enfants qui est formativement approprié peut aider à créer l\'estime de soi d\'un enfant et lui permettre de se faire une idée positive de lui-même. (La première course à travers votre enfant fait du vélo sans votre aide, elle ressentira une sensation de contrôle et une attitude «Je peux le faire!».)\r\n\r\nVous devrez vous souvenir de la sécurité lorsque vous choisissez des jouets pour enfants. Si le jouet est destiné à un petit enfant, assurez-vous qu\'il n\'y a pas de pièces amovibles qu\'un enfant pourrait avaler, bâillonner ou se coller dans les oreilles. Assurez-vous que le jouet est tout sauf difficile à nettoyer, de sorte que vous puissiez éliminer les germes et, en outre, assurez-vous que les jouets n\'ont pas de bord tranchant ou robuste.\r\n\r\nCommencez à vérifier régulièrement les jouets de votre enfant pour vous assurer qu\'il n\'y a pas de pièces en désordre et soyez particulièrement prudent avec les jouets électriques, car un câblage impuissant peut causer des dommages.','Jouets de développement de l\'enfant','','inherit','closed','closed','','8-revision-v1','','','2020-08-13 09:00:34','2020-08-13 09:00:34','',8,'http://jouets-ludiloo.be/8-revision-v1/',0,'revision','',0),(12,1,'2020-08-13 09:08:11','2020-08-13 09:08:11','','Home','','publish','closed','closed','','home','','','2020-08-13 09:08:11','2020-08-13 09:08:11','',0,'http://jouets-ludiloo.be/?page_id=12',0,'page','',0),(13,1,'2020-08-13 09:10:25','2020-08-13 09:10:25','Kids love to play; and toys make recess fun and locks in. Specialists in kid improvement state that toys advance positive learning even as they engage. Along these lines, toys can be learning helps that support different aptitudes in your youngster. Having said this, not picking the privilege toys for your kid is negative. Truth be told, you should consistently consider age-proper toys and games when purchasing. How would you realize which toy is best for your kid? The guide underneath reveals more insight.\r\n\r\nSignificant toy classes accessible in the market\r\n\r\nVehicles\r\n\r\nAuto-themed toys are the absolute generally well known. Kids can play with all way of scaled down vehicles including transports, vehicles, trucks and that\'s only the tip of the iceberg. Think about this, consistently, up to 8 Hot Wheels are sold. This is a toy vehicle brand.\r\n\r\nRiddles\r\n\r\nThere are basic and complex riddles that suit different ages. These toys are known to trigger inventiveness and lift basic reasoning. Rubik\'s Cube is one of the most mainstream puzzles which was made by a Hungarian toy creator. Today, puzzles have gone to another level.\r\n\r\nDolls\r\n\r\nThese are probably the most established toys. They are enormously cherished by young ladies since they are made to take after smaller than expected infants. Plastic and fabric are the fundamental materials used to make dolls. They are not just utilized by youngsters; there are individuals who gather them as mementos or to design their spaces. A few people connect profound significance to dolls.\r\n\r\nDevelopment sets\r\n\r\nThese are independent pieces that can be combined to frame an unmistakable model. These models could be vehicles, houses and even spaceships. These toys are extraordinary for kids who like to be tested. They are intuitive and flash creative mind. There are grown-ups who additionally appreciate utilizing these sets for the sake of entertainment.\r\n\r\nComputerized toys\r\n\r\nThese are probably the most widely recognized toys today. This is on the grounds that they are fitted with computerized innovation. They are exceptionally intuitive causing youngsters to remain alert. They consolidate virtual components in which youngsters can learn and get to one of a kind amusement.\r\n\r\nToys that advance physical action\r\n\r\nThe most conventional toys in this classification incorporate balls, hop ropes, circles, tops, frisbee, foot packs and numerous others. These toys make physical movement conceivable. Tricycles and bicycles for youngsters will likewise advance action; making them extraordinary components for play.\r\n\r\nPerfect toys for different ages\r\n\r\n0 to a year\r\n\r\nAn infant is simply upbeat watching their new environmental factors. Be that as it may, when they hit three months, they will be excited about contacting different things. Toys at this age will in all probability end up in the mouth. In this regard, you should keep up top cleanliness with toys. They love shaded and finished toys that appear to be entertaining. Moreover, they worship toys that produce different seems as though crinkling and squeaking sounds. These are the most ideal choices for this age gathering.\r\n\r\n- Rattles\r\n\r\n- Crib mobiles that come in brilliant hues\r\n\r\n- Small dolls or plush toys that are fleecy\r\n\r\n- Floor exercise centers\r\n\r\n- Fabric balls that are little\r\n\r\n- Unbreakable mirrors\r\n\r\n- Activity sheets\r\n\r\n1 to 2 years\r\n\r\nThis is an extremely inquisitive age. As a result of their improved engine aptitudes, your youngster will need something more responsive. They can begin to interface with toys, for example, the ones referenced beneath;\r\n\r\n- Bath-time toys like elastic ducks and pontoons\r\n\r\n- Stacking rings\r\n\r\n- Nesting cups and boxes\r\n\r\n- Toys that can be pushed or pulled\r\n\r\n- Musical toys, for example, drums, pianos and tambourines\r\n\r\n- Vehicles, for example, shaded transports along with smaller than normal figures of people\r\n\r\n2 to 3 years\r\n\r\nThis is an incredible age to present deliberate toys. Your kid will need something that they can completely investigate. They like telephones and devices that completely connect. Toys that draw in their entire kid are energizing and underneath is a rundown;\r\n\r\n- Tricycles and other ride on toys\r\n\r\n- Toy cell phones and play kitchen sets\r\n\r\n- Flashy instruments\r\n\r\n- Bigger dolls and soft toys\r\n\r\n- Puzzles and development toys\r\n\r\n4 to 5 years\r\n\r\nThis is a moderately full grown age where there is requirement for all the more testing toys. It is a perfect opportunity to have instructive toys that invigorate their psyches significantly more. The most ideal alternatives incorporate;\r\n\r\n- All way of balls soccer, b-ball\r\n\r\n- Bicycles with preparing wheels\r\n\r\n- More intricate riddles\r\n\r\n- Action figures\r\n\r\n- Barbie dolls\r\n\r\n- Art and specialties packs\r\n\r\n- Electronic toys and contact cushions\r\n\r\n- Costumes to spruce up\r\n\r\n- Board games\r\n\r\nThe advantages of purchasing child\'s toys on the web\r\n\r\nA wide assortment of toys\r\n\r\nPurchasing on the web will give you access to a wide cluster of toys for your youngsters. You neighborhood physical store may not have the ability to store the different alternatives accessible on the web. Thusly, you can without much of a stretch get the perfect toys for your youngsters. From dolls to toys and instruments; you are ruined for decision.\r\n\r\nIt is exceptionally helpful\r\n\r\nPurchasing toys online is surely helpful. With only a tick of a catch, you will have the correct item conveyed to you. For occupied guardians and gatekeepers who don\'t have time, this is an extraordinary strategy for killing two winged animals with a solitary toss.\r\n\r\nYou get to less expensive toys\r\n\r\nPurchasing on the web will set aside you cash. This is on the grounds that you can choose the best costs that will suit your financial plan. Additionally, you can look at the costs from different online venders to arrive on the best arrangement. On the web, you can likewise purchase straightforwardly from makers; which will normally set aside you cash.\r\n\r\nYou get excellent toys\r\n\r\nSince you can peruse client audits and item particulars, you will be in a situation to pick toys that are of high caliber. Knowing the different toy parts and materials utilized in that will assist you with settling on a choice on favored quality.\r\n\r\nYou can purchase toys from abroad\r\n\r\nIn the event that you like a specific toy type from a particular nation, purchasing on the web will break the physical limits. Along these lines, your kid can appreciate the most reasonable toy sourced from for all intents and purposes anyplace on the planet.\r\n\r\nTop tips for purchasing kids\' toys on the web\r\n\r\nPurchase toys fitting for your youngster\'s age\r\n\r\nThis is the most significant purchasing thought. This is on the grounds that you need to animate and engage your youngster in the best way. Toys that are not reasonable as far as age can even be perilous for your youngster. In this way, require some serious energy while looking through on the web and channel the age you wish to purchase for.\r\n\r\nBe extra cautious on the toy size\r\n\r\nHere and there, it very well may be difficult to decide the genuine size of a toy on the web. It is basic to demand this data from your online vender in the event that it isn\'t given. Purchase estimates that are as a matter of first importance safe. Besides, purchase estimates that you feel give you esteem for cash. For instance, on the off chance that you are purchasing a plush toy, affirm that it is bigger than your clench hand; making suspicions may prompt dissatisfaction.\r\n\r\nConsider the battery needs\r\n\r\nNumerous electronic toys will be fueled by batteries. In numerous occasions, you should purchase these batteries independently. To this end, consider your spending needs. Likewise, realize where to purchase perfect batteries for the toys. Purchasing batteries in mass is the most ideal approach to keep your kid upbeat. Else, you should fight with the problem of purchasing single units.\r\n\r\nRealize the transportation subtleties\r\n\r\nFrom the arrival arrangements to the transportation charges and delivery time, get educated as needs be. Your online retailer should charge a sensible expense for delivery. On the off chance that the toy is broken or isn\'t what you were searching for, you should return it inside a short window. The delivery length will give you a thought concerning when you will get the bundle.','About Us','','publish','closed','closed','','about-us','','','2020-08-13 09:10:25','2020-08-13 09:10:25','',0,'http://jouets-ludiloo.be/?page_id=13',0,'page','',0),(14,1,'2020-08-13 09:08:11','2020-08-13 09:08:11','','Home','','inherit','closed','closed','','12-revision-v1','','','2020-08-13 09:08:11','2020-08-13 09:08:11','',12,'http://jouets-ludiloo.be/12-revision-v1/',0,'revision','',0),(15,1,'2020-08-13 09:10:25','2020-08-13 09:10:25','Kids love to play; and toys make recess fun and locks in. Specialists in kid improvement state that toys advance positive learning even as they engage. Along these lines, toys can be learning helps that support different aptitudes in your youngster. Having said this, not picking the privilege toys for your kid is negative. Truth be told, you should consistently consider age-proper toys and games when purchasing. How would you realize which toy is best for your kid? The guide underneath reveals more insight.\r\n\r\nSignificant toy classes accessible in the market\r\n\r\nVehicles\r\n\r\nAuto-themed toys are the absolute generally well known. Kids can play with all way of scaled down vehicles including transports, vehicles, trucks and that\'s only the tip of the iceberg. Think about this, consistently, up to 8 Hot Wheels are sold. This is a toy vehicle brand.\r\n\r\nRiddles\r\n\r\nThere are basic and complex riddles that suit different ages. These toys are known to trigger inventiveness and lift basic reasoning. Rubik\'s Cube is one of the most mainstream puzzles which was made by a Hungarian toy creator. Today, puzzles have gone to another level.\r\n\r\nDolls\r\n\r\nThese are probably the most established toys. They are enormously cherished by young ladies since they are made to take after smaller than expected infants. Plastic and fabric are the fundamental materials used to make dolls. They are not just utilized by youngsters; there are individuals who gather them as mementos or to design their spaces. A few people connect profound significance to dolls.\r\n\r\nDevelopment sets\r\n\r\nThese are independent pieces that can be combined to frame an unmistakable model. These models could be vehicles, houses and even spaceships. These toys are extraordinary for kids who like to be tested. They are intuitive and flash creative mind. There are grown-ups who additionally appreciate utilizing these sets for the sake of entertainment.\r\n\r\nComputerized toys\r\n\r\nThese are probably the most widely recognized toys today. This is on the grounds that they are fitted with computerized innovation. They are exceptionally intuitive causing youngsters to remain alert. They consolidate virtual components in which youngsters can learn and get to one of a kind amusement.\r\n\r\nToys that advance physical action\r\n\r\nThe most conventional toys in this classification incorporate balls, hop ropes, circles, tops, frisbee, foot packs and numerous others. These toys make physical movement conceivable. Tricycles and bicycles for youngsters will likewise advance action; making them extraordinary components for play.\r\n\r\nPerfect toys for different ages\r\n\r\n0 to a year\r\n\r\nAn infant is simply upbeat watching their new environmental factors. Be that as it may, when they hit three months, they will be excited about contacting different things. Toys at this age will in all probability end up in the mouth. In this regard, you should keep up top cleanliness with toys. They love shaded and finished toys that appear to be entertaining. Moreover, they worship toys that produce different seems as though crinkling and squeaking sounds. These are the most ideal choices for this age gathering.\r\n\r\n- Rattles\r\n\r\n- Crib mobiles that come in brilliant hues\r\n\r\n- Small dolls or plush toys that are fleecy\r\n\r\n- Floor exercise centers\r\n\r\n- Fabric balls that are little\r\n\r\n- Unbreakable mirrors\r\n\r\n- Activity sheets\r\n\r\n1 to 2 years\r\n\r\nThis is an extremely inquisitive age. As a result of their improved engine aptitudes, your youngster will need something more responsive. They can begin to interface with toys, for example, the ones referenced beneath;\r\n\r\n- Bath-time toys like elastic ducks and pontoons\r\n\r\n- Stacking rings\r\n\r\n- Nesting cups and boxes\r\n\r\n- Toys that can be pushed or pulled\r\n\r\n- Musical toys, for example, drums, pianos and tambourines\r\n\r\n- Vehicles, for example, shaded transports along with smaller than normal figures of people\r\n\r\n2 to 3 years\r\n\r\nThis is an incredible age to present deliberate toys. Your kid will need something that they can completely investigate. They like telephones and devices that completely connect. Toys that draw in their entire kid are energizing and underneath is a rundown;\r\n\r\n- Tricycles and other ride on toys\r\n\r\n- Toy cell phones and play kitchen sets\r\n\r\n- Flashy instruments\r\n\r\n- Bigger dolls and soft toys\r\n\r\n- Puzzles and development toys\r\n\r\n4 to 5 years\r\n\r\nThis is a moderately full grown age where there is requirement for all the more testing toys. It is a perfect opportunity to have instructive toys that invigorate their psyches significantly more. The most ideal alternatives incorporate;\r\n\r\n- All way of balls soccer, b-ball\r\n\r\n- Bicycles with preparing wheels\r\n\r\n- More intricate riddles\r\n\r\n- Action figures\r\n\r\n- Barbie dolls\r\n\r\n- Art and specialties packs\r\n\r\n- Electronic toys and contact cushions\r\n\r\n- Costumes to spruce up\r\n\r\n- Board games\r\n\r\nThe advantages of purchasing child\'s toys on the web\r\n\r\nA wide assortment of toys\r\n\r\nPurchasing on the web will give you access to a wide cluster of toys for your youngsters. You neighborhood physical store may not have the ability to store the different alternatives accessible on the web. Thusly, you can without much of a stretch get the perfect toys for your youngsters. From dolls to toys and instruments; you are ruined for decision.\r\n\r\nIt is exceptionally helpful\r\n\r\nPurchasing toys online is surely helpful. With only a tick of a catch, you will have the correct item conveyed to you. For occupied guardians and gatekeepers who don\'t have time, this is an extraordinary strategy for killing two winged animals with a solitary toss.\r\n\r\nYou get to less expensive toys\r\n\r\nPurchasing on the web will set aside you cash. This is on the grounds that you can choose the best costs that will suit your financial plan. Additionally, you can look at the costs from different online venders to arrive on the best arrangement. On the web, you can likewise purchase straightforwardly from makers; which will normally set aside you cash.\r\n\r\nYou get excellent toys\r\n\r\nSince you can peruse client audits and item particulars, you will be in a situation to pick toys that are of high caliber. Knowing the different toy parts and materials utilized in that will assist you with settling on a choice on favored quality.\r\n\r\nYou can purchase toys from abroad\r\n\r\nIn the event that you like a specific toy type from a particular nation, purchasing on the web will break the physical limits. Along these lines, your kid can appreciate the most reasonable toy sourced from for all intents and purposes anyplace on the planet.\r\n\r\nTop tips for purchasing kids\' toys on the web\r\n\r\nPurchase toys fitting for your youngster\'s age\r\n\r\nThis is the most significant purchasing thought. This is on the grounds that you need to animate and engage your youngster in the best way. Toys that are not reasonable as far as age can even be perilous for your youngster. In this way, require some serious energy while looking through on the web and channel the age you wish to purchase for.\r\n\r\nBe extra cautious on the toy size\r\n\r\nHere and there, it very well may be difficult to decide the genuine size of a toy on the web. It is basic to demand this data from your online vender in the event that it isn\'t given. Purchase estimates that are as a matter of first importance safe. Besides, purchase estimates that you feel give you esteem for cash. For instance, on the off chance that you are purchasing a plush toy, affirm that it is bigger than your clench hand; making suspicions may prompt dissatisfaction.\r\n\r\nConsider the battery needs\r\n\r\nNumerous electronic toys will be fueled by batteries. In numerous occasions, you should purchase these batteries independently. To this end, consider your spending needs. Likewise, realize where to purchase perfect batteries for the toys. Purchasing batteries in mass is the most ideal approach to keep your kid upbeat. Else, you should fight with the problem of purchasing single units.\r\n\r\nRealize the transportation subtleties\r\n\r\nFrom the arrival arrangements to the transportation charges and delivery time, get educated as needs be. Your online retailer should charge a sensible expense for delivery. On the off chance that the toy is broken or isn\'t what you were searching for, you should return it inside a short window. The delivery length will give you a thought concerning when you will get the bundle.','About Us','','inherit','closed','closed','','13-revision-v1','','','2020-08-13 09:10:25','2020-08-13 09:10:25','',13,'http://jouets-ludiloo.be/13-revision-v1/',0,'revision','',0),(16,1,'2020-08-13 09:14:49','2020-08-13 09:14:49','[ninja_form id=\'1\']','Contact Us','','publish','closed','closed','','contact-us','','','2020-08-13 09:14:49','2020-08-13 09:14:49','',0,'http://jouets-ludiloo.be/?page_id=16',0,'page','',0),(17,1,'2020-08-13 09:17:58','2020-08-13 09:17:58','Last updated: [wpautoterms last_updated_date]\r\n\r\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\r\n\r\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\r\n\r\nWe will not use or share your information with anyone except as described in this Privacy Policy.\r\n\r\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]\r\n<h2>Information Collection And Use</h2>\r\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:\r\n<ul>\r\n <li>Name</li>\r\n <li>Email address</li>\r\n <li>Telephone number</li>\r\n <li>Address</li>\r\n</ul>\r\n<h2>Log Data</h2>\r\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.\r\n<h2>Cookies</h2>\r\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.\r\n\r\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.\r\n<h2>Service Providers</h2>\r\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.\r\n\r\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.\r\n<h2>Security</h2>\r\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.\r\n<h2>Links To Other Sites</h2>\r\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.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h2>Children\'s Privacy</h2>\r\nOur Service does not address anyone under the age of 18 (\"Children\").\r\n\r\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.\r\n<h2>Compliance With Laws</h2>\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n<h2>Changes To This Privacy Policy</h2>\r\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.\r\n\r\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.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2020-08-25 05:45:02','2020-08-25 05:45:02','',0,'http://jouets-ludiloo.be/?page_id=17',0,'page','',0),(18,1,'2020-08-13 09:19:05','2020-08-13 09:19:05','Last updated: [wpautoterms last_updated_date]\r\n\r\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\").\r\n\r\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.\r\n\r\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.\r\n<h2>Intellectual Property</h2>\r\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\r\n\r\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.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Belgium without regard to its conflict of law provisions.\r\n\r\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.\r\n<h2>Changes</h2>\r\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 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\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.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-08-25 05:45:19','2020-08-25 05:45:19','',0,'http://jouets-ludiloo.be/?page_id=18',0,'page','',0),(19,1,'2020-08-13 09:14:49','2020-08-13 09:14:49','[ninja_form id=\'1\']','Contact Us','','inherit','closed','closed','','16-revision-v1','','','2020-08-13 09:14:49','2020-08-13 09:14:49','',16,'http://jouets-ludiloo.be/16-revision-v1/',0,'revision','',0),(28,1,'2020-08-13 09:17:58','2020-08-13 09:17:58','<h2>Information Collection And Use</h2>\r\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:\r\n<ul>\r\n <li>Name</li>\r\n <li>Email address</li>\r\n <li>Telephone number</li>\r\n <li>Address</li>\r\n</ul>\r\n<h2>Log Data</h2>\r\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.\r\n<h2>Cookies</h2>\r\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.\r\n\r\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.\r\n<h2>Service Providers</h2>\r\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.\r\n\r\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.\r\n<h2>Security</h2>\r\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.\r\n<h2>Links To Other Sites</h2>\r\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.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h2>Children\'s Privacy</h2>\r\nOur Service does not address anyone under the age of 18 (\"Children\").\r\n\r\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.\r\n<h2>Compliance With Laws</h2>\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n<h2>Changes To This Privacy Policy</h2>\r\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.\r\n\r\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.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','17-revision-v1','','','2020-08-13 09:17:58','2020-08-13 09:17:58','',17,'http://jouets-ludiloo.be/17-revision-v1/',0,'revision','',0),(30,1,'2020-08-13 09:19:05','2020-08-13 09:19:05','<h2>Intellectual Property</h2>\r\nThe Service and its original content, features and functionality are and will remain the exclusive property of company_name and its licensors.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by company_name.\r\n\r\ncompany_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 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.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Termination</h2>\r\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.\r\n\r\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.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Belgium without regard to its conflict of law provisions.\r\n\r\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.\r\n<h2>Changes</h2>\r\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 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\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.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','18-revision-v1','','','2020-08-13 09:19:05','2020-08-13 09:19:05','',18,'http://jouets-ludiloo.be/18-revision-v1/',0,'revision','',0),(33,1,'2020-08-13 09:32:14','2020-08-13 09:32:14','','Home','','publish','closed','closed','','home','','','2020-08-13 09:32:14','2020-08-13 09:32:14','',0,'http://jouets-ludiloo.be/?p=33',1,'nav_menu_item','',0),(34,1,'2020-08-13 09:32:14','2020-08-13 09:32:14',' ','','','publish','closed','closed','','34','','','2020-08-13 09:32:14','2020-08-13 09:32:14','',0,'http://jouets-ludiloo.be/?p=34',2,'nav_menu_item','',0),(35,1,'2020-08-13 09:32:14','2020-08-13 09:32:14',' ','','','publish','closed','closed','','35','','','2020-08-13 09:32:14','2020-08-13 09:32:14','',0,'http://jouets-ludiloo.be/?p=35',3,'nav_menu_item','',0),(36,1,'2020-08-13 09:32:04','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2020-08-13 09:32:04','0000-00-00 00:00:00','',0,'http://jouets-ludiloo.be/?p=36',1,'nav_menu_item','',0),(37,1,'2020-08-13 09:32:14','2020-08-13 09:32:14',' ','','','publish','closed','closed','','37','','','2020-08-13 09:32:14','2020-08-13 09:32:14','',0,'http://jouets-ludiloo.be/?p=37',4,'nav_menu_item','',0),(38,1,'2020-08-13 09:32:14','2020-08-13 09:32:14',' ','','','publish','closed','closed','','38','','','2020-08-13 09:32:14','2020-08-13 09:32:14','',0,'http://jouets-ludiloo.be/?p=38',5,'nav_menu_item','',0),(39,1,'2020-08-13 09:33:01','2020-08-13 09:33:01','','Facebook','','publish','closed','closed','','facebook','','','2020-08-13 09:34:20','2020-08-13 09:34:20','',0,'http://jouets-ludiloo.be/?p=39',1,'nav_menu_item','',0),(40,1,'2020-08-13 09:34:20','2020-08-13 09:34:20','','Twitter','','publish','closed','closed','','twitter','','','2020-08-13 09:34:20','2020-08-13 09:34:20','',0,'http://jouets-ludiloo.be/?p=40',2,'nav_menu_item','',0),(41,1,'2020-08-13 09:34:20','2020-08-13 09:34:20','','LinkedIn','','publish','closed','closed','','linkedin','','','2020-08-13 09:34:20','2020-08-13 09:34:20','',0,'http://jouets-ludiloo.be/?p=41',3,'nav_menu_item','',0),(42,1,'2020-08-13 09:34:20','2020-08-13 09:34:20','','Pinterest','','publish','closed','closed','','pinterest','','','2020-08-13 09:34:20','2020-08-13 09:34:20','',0,'http://jouets-ludiloo.be/?p=42',4,'nav_menu_item','',0),(43,1,'2020-08-13 09:35:46','2020-08-13 09:35:46','','Rue de Sy 306,Folx-les-Caves','','publish','closed','closed','','rue-de-sy-306folx-les-caves','','','2020-08-13 09:37:36','2020-08-13 09:37:36','',0,'http://jouets-ludiloo.be/?p=43',1,'nav_menu_item','',0),(44,1,'2020-08-13 09:37:36','2020-08-13 09:37:36','','Phone :- 048 57 26 19 07','','publish','closed','closed','','phone-048-57-26-19-07','','','2020-08-13 09:37:36','2020-08-13 09:37:36','',0,'http://jouets-ludiloo.be/?p=44',2,'nav_menu_item','',0),(45,1,'2020-08-13 09:37:36','2020-08-13 09:37:36','','Email : [email protected]','','publish','closed','closed','','email-infojouets-ludiloo-be','','','2020-08-13 09:37:36','2020-08-13 09:37:36','',0,'http://jouets-ludiloo.be/?p=45',3,'nav_menu_item','',0),(46,1,'2020-08-13 09:41:23','2020-08-13 09:41:23','','570','','inherit','closed','closed','','570','','','2020-08-13 09:41:23','2020-08-13 09:41:23','',0,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/570.jpg',0,'attachment','image/jpeg',0),(47,1,'2020-08-13 09:47:25','2020-08-13 09:47:25','','571','','inherit','closed','closed','','571','','','2020-08-13 09:47:25','2020-08-13 09:47:25','',0,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/571.jpg',0,'attachment','image/jpeg',0),(48,1,'2020-08-13 09:50:43','2020-08-13 09:50:43','In what capacity can one little youngster own such a significant number of things? Inside long stretches of bringing home an infant, your home becomes overwhelmed with newborn child extras and (moan) toys, toys, toys. Teddy bears and tea sets. trains and vehicles. Squares, books, chunks of each size and shape. After a few Christmases and birthday celebrations, you can scarcely walk five stages without barely slipping on a wanderer colored pencil (and how did that unique piece get inside the fridge?).\r\n\r\nThe coherent arrangement, obviously, is put the toys away. However, guardians recollect this: the key to a slick home is a capacity framework that works for both you and your kid. A youngster toy box is the ideal stockpiling answer for any child.\r\n\r\nThe Wrong Storage System\r\n\r\nThe least complex thing is pack all the toys in boxes, stack them on the floor, or pack them into whatever racks are accessible. Be that as it may, this fair won\'t work.\r\n\r\nMost importantly, kids can\'t come to the racks. So they can\'t get after themselves, and each time they need a toy, they\'ll be shouting for your assistance. It\'ll be difficult to complete anything without being interfered, and your youngsters pass up on the opportunity to figure out how to be free or assume liability for their own things.\r\n\r\nSubstantial chests heaped on the floor won\'t work either. For a certain something, they\'re a security perils. Little youngsters may endeavor to pull one chest (which will send the entire segment bringing down over them). Others will attempt to move over the chests. It\'s a dangerous situation.\r\n\r\nOn the off chance that the toys aren\'t effectively open, you likewise have another issue: exhausted youngsters. They\'re far out, truly, but on the other hand they\'re inaccessible, and as any veteran parent knows, a youngster who can\'t get a toy will discover another toy to play with—like the controller, or the legacy Ming container, or kitchen scissors.\r\n\r\nTo put it plainly, you need a toy stockpiling framework where the toys are perfectly sorted out yet inside simple reach of a little kid. As such, you need a youngster toy chest .\r\n\r\nYoungster Toy Chests\r\n\r\nWhat are the upsides of youngster toy chests over huge plastic compartments? As a matter of first importance, a kid toy chest is built particularly to keep a youngster\'s fortunes. They\'re built particularly for a youngster.\r\n\r\nThe stature of a youngster toy chest is perfect for a little kid. He can keep things himself, and he can prepare them when he\'s. The tops are light enough for him to lift, and they\'re kid safe as well—no sharp corners or overwhelming wood that can cut or squeeze little fingers.\r\n\r\nPainted in splendid, vivid plans, the kid toy chest turns into a fortune in itself. It\'s more amusing to place things all through a youngster toy chest that seems as though it\'s been painted in Santa\'s Workshop. It feels more like a game than a task. Try not to trust it? See the distinction when you state, \"Put it in the plastic chest!\" and \"Put it in your money box.\"\r\n\r\nToy association tips\r\n\r\nGiving your youngster a kid toy chest .is only one method of completion the intrusion of the lost toys. Here are some different thoughts on the best way to reestablish request in your home, while showing your youngster freedom and obligation over his things.\r\n\r\n· Don\'t put all the toys out simultaneously. Little youngsters can become overpowered by having such a large number of decisions. They may likewise become effectively exhausted on the off chance that they see the equivalent toys again and again. Rather, separate your toys into various sets. Each set ought to have enough assortment that they can discover something for any temperament or circumstance (i.e., something for indoor play, something they can utilize outside). One set goes to the kid toy chest, the others are briefly kept far out. Pivot like clockwork.\r\n\r\n· Have a \"tidy up\" melody. Attempt a tape that you play each time it\'s an ideal opportunity to keep all the toys. Pick something with a feisty beat, similar to a walking melody. At that point make it a game: he needs to take care of everything before the tune\'s finished. On the off chance that he succeeds, he gets a prize (like a star on a graph).\r\n\r\n· Make up a tale about the youngster toy chest. Utilize your creative mind. Enlighten them concerning the Bad Fairy who likes to break toys when youngsters are sleeping, and how the Good Fairy waved an enchantment wand over the chest so it would guard them. Or on the other hand you can say it was one of the fortunes that Jack (of Jack and the Beanstalk popularity) had taken from the monster. These little fantasies help add riddle and amusing to the undertaking of taking care of toys.\r\n\r\n· Tape an outline on the divider behind the youngster toy chest. Each time the youngster takes care of his toys in the kid toy chest, he gets a star. At the point when he\'s topped off the graph (it\'s up to you what number of stars he needs to gather) he gets a treat.\r\n\r\n· Set a genuine model. At the point when you request that your kids set aside toys in the kid toy chest, you must be the good example and taken care of your own things, as well. On the off chance that your work area is a wreck and your kitchen appears as though you needed to chase wild creatures to plan supper, at that point you lose your believability.\r\n\r\n· Follow an everyday practice. Kids need to have a feeling of request and beat, so they realize what\'s in store. Intruding on them in a game miracles them, so you get a fit of rage and a drawn-out contention about taking care of his things. Utilize a kitchen clock: \"quickly, when it rings, you need to take care of your toys.','The Child Toy Chest','','inherit','closed','closed','','5-revision-v1','','','2020-08-13 09:50:43','2020-08-13 09:50:43','',5,'http://jouets-ludiloo.be/5-revision-v1/',0,'revision','',0),(50,1,'2020-08-13 09:56:24','2020-08-13 09:56:24','#main article .row >div{\n width: 100%;\n}\n\n.nf-form-title h3{\n display: none !important;\n}\n\n.nf-form-fields-required{\n display: none !important;\n}\n\np.right {\n text-align: center;\n}\n\n.logo-ad-wrapper {\n padding: 15px 0 !important;\n}','style-blog-fame','','publish','closed','closed','','style-blog-fame','','','2020-08-13 10:11:45','2020-08-13 10:11:45','',0,'http://jouets-ludiloo.be/style-blog-fame/',0,'custom_css','',0),(53,1,'2020-08-13 09:57:18','2020-08-13 09:57:18','','style-blog-fame','','inherit','closed','closed','','50-revision-v1','','','2020-08-13 09:57:18','2020-08-13 09:57:18','',50,'http://jouets-ludiloo.be/50-revision-v1/',0,'revision','',0),(55,1,'2020-08-13 09:57:44','2020-08-13 09:57:44','#main article .row >div{\n width: 100%;\n}','style-blog-fame','','inherit','closed','closed','','50-revision-v1','','','2020-08-13 09:57:44','2020-08-13 09:57:44','',50,'http://jouets-ludiloo.be/50-revision-v1/',0,'revision','',0),(57,1,'2020-08-13 09:59:37','2020-08-13 09:59:37','#main article .row >div{\n width: 100%;\n}\n\n.nf-form-title h3{\n display: none !important;\n}\n\n.nf-form-fields-required{\n display: none !important;\n}','style-blog-fame','','inherit','closed','closed','','50-revision-v1','','','2020-08-13 09:59:37','2020-08-13 09:59:37','',50,'http://jouets-ludiloo.be/50-revision-v1/',0,'revision','',0),(59,1,'2020-08-13 10:04:25','2020-08-13 10:04:25','#main article .row >div{\n width: 100%;\n}\n\n.nf-form-title h3{\n display: none !important;\n}\n\n.nf-form-fields-required{\n display: none !important;\n}\n\np.right {\n text-align: center;\n}','style-blog-fame','','inherit','closed','closed','','50-revision-v1','','','2020-08-13 10:04:25','2020-08-13 10:04:25','',50,'http://jouets-ludiloo.be/50-revision-v1/',0,'revision','',0),(60,1,'2020-08-13 10:09:47','2020-08-13 10:09:47','','logo136','','inherit','closed','closed','','logo136','','','2020-08-13 10:09:47','2020-08-13 10:09:47','',0,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/logo136.png',0,'attachment','image/png',0),(61,1,'2020-08-13 10:09:59','2020-08-13 10:09:59','http://jouets-ludiloo.be/wp-content/uploads/2020/08/cropped-logo136.png','cropped-logo136.png','','inherit','closed','closed','','cropped-logo136-png','','','2020-08-13 10:09:59','2020-08-13 10:09:59','',0,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/cropped-logo136.png',0,'attachment','image/png',0),(64,1,'2020-08-13 10:11:45','2020-08-13 10:11:45','#main article .row >div{\n width: 100%;\n}\n\n.nf-form-title h3{\n display: none !important;\n}\n\n.nf-form-fields-required{\n display: none !important;\n}\n\np.right {\n text-align: center;\n}\n\n.logo-ad-wrapper {\n padding: 15px 0 !important;\n}','style-blog-fame','','inherit','closed','closed','','50-revision-v1','','','2020-08-13 10:11:45','2020-08-13 10:11:45','',50,'http://jouets-ludiloo.be/50-revision-v1/',0,'revision','',0),(67,1,'2020-08-25 05:44:29','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>Telephone number</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-08-25 05:44:29','2020-08-25 05:44:29','',0,'http://jouets-ludiloo.be/?post_type=wpautoterms_page&p=67',0,'wpautoterms_page','',0),(68,1,'2020-08-25 05:44:49','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\n<h2>Disclaimer</h2>\n\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Belgium 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 30 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-08-25 05:44:49','2020-08-25 05:44:49','',0,'http://jouets-ludiloo.be/?post_type=wpautoterms_page&p=68',0,'wpautoterms_page','',0),(69,1,'2020-08-25 05:44:29','2020-08-25 05:44:29','','placeholder','','inherit','closed','closed','','67-revision-v1','','','2020-08-25 05:44:29','2020-08-25 05:44:29','',67,'http://jouets-ludiloo.be/67-revision-v1/',0,'revision','',0),(70,1,'2020-08-25 05:44:29','2020-08-25 05:44:29','\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>Telephone number</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','','67-revision-v1','','','2020-08-25 05:44:29','2020-08-25 05:44:29','',67,'http://jouets-ludiloo.be/67-revision-v1/',0,'revision','',0),(71,1,'2020-08-25 05:44:49','2020-08-25 05:44:49','','placeholder','','inherit','closed','closed','','68-revision-v1','','','2020-08-25 05:44:49','2020-08-25 05:44:49','',68,'http://jouets-ludiloo.be/68-revision-v1/',0,'revision','',0),(72,1,'2020-08-25 05:44:49','2020-08-25 05:44:49','\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\n<h2>Disclaimer</h2>\n\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Belgium 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 30 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','','68-revision-v1','','','2020-08-25 05:44:49','2020-08-25 05:44:49','',68,'http://jouets-ludiloo.be/68-revision-v1/',0,'revision','',0),(73,1,'2020-08-25 05:45:02','2020-08-25 05:45:02','Last updated: [wpautoterms last_updated_date]\r\n\r\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\r\n\r\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\r\n\r\nWe will not use or share your information with anyone except as described in this Privacy Policy.\r\n\r\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]\r\n<h2>Information Collection And Use</h2>\r\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:\r\n<ul>\r\n <li>Name</li>\r\n <li>Email address</li>\r\n <li>Telephone number</li>\r\n <li>Address</li>\r\n</ul>\r\n<h2>Log Data</h2>\r\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.\r\n<h2>Cookies</h2>\r\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.\r\n\r\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.\r\n<h2>Service Providers</h2>\r\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.\r\n\r\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.\r\n<h2>Security</h2>\r\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.\r\n<h2>Links To Other Sites</h2>\r\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.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h2>Children\'s Privacy</h2>\r\nOur Service does not address anyone under the age of 18 (\"Children\").\r\n\r\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.\r\n<h2>Compliance With Laws</h2>\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n<h2>Changes To This Privacy Policy</h2>\r\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.\r\n\r\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.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','17-revision-v1','','','2020-08-25 05:45:02','2020-08-25 05:45:02','',17,'http://jouets-ludiloo.be/17-revision-v1/',0,'revision','',0),(74,1,'2020-08-25 05:45:19','2020-08-25 05:45:19','Last updated: [wpautoterms last_updated_date]\r\n\r\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\").\r\n\r\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.\r\n\r\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.\r\n<h2>Intellectual Property</h2>\r\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\r\n\r\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.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Belgium without regard to its conflict of law provisions.\r\n\r\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.\r\n<h2>Changes</h2>\r\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 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\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.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','18-revision-v1','','','2020-08-25 05:45:19','2020-08-25 05:45:19','',18,'http://jouets-ludiloo.be/18-revision-v1/',0,'revision','',0),(75,1,'2020-10-19 21:53:25','2020-10-19 21:53:25','Coinmarketcap blijft evolueren en heeft nu een kopgedeelte voor crypto-nieuwsupdates.\r\n\r\nDe CEO van Binance, Changpeng Zhao, maakte de aankondiging op Twitter via een peiling met de vraag of crypto-nieuws een goed idee was op Coinmarketcap.\r\n\r\n \r\n\r\nDe nieuwe koppen sectie belicht topnieuws in het crypto-couplet.\r\n\r\nHeadlines op Coinmarketcap heeft ook een signaleringstabblad met de laatste updates voor projectontwikkeling. <a href=\"https://www.bitcoinexchangenederland.nl/icon/\">icon kopen</a> is redelijk.\r\n\r\n \r\n\r\nhttps://www.youtube.com/watch?v=LtXyfRrsla0&t=2s\r\n\r\n \r\n\r\nDe populaire crypto-ranglijstwebsite van Coinmarketcap is voortdurend geëvolueerd sinds Binance het platform begin april dit jaar verwierf. Tijdens de aankondiging van de overname in april verduidelijkte de CEO van Binance, Changpeng Zhao, dat Coinmarketcap een onafhankelijke entiteit zou zijn die transparantie in de industrie zal brengen en onbevooroordeelde cryptogegevens zal blijven verstrekken. <a href=\"https://www.bitcoinexchangenederland.nl/cardano/\">cardano koers verwachting</a> is hoog.\r\n\r\n \r\n\r\nCoinmarketcap lanceert een Headlines-sectie voor Crypto News\r\n\r\nHet is met deze visie om voortdurend de meest nauwkeurige, tijdige en hoogwaardige crypto-informatie te bieden, dat Coinmarketcap een ‘Headlines’ -gedeelte op de site heeft gelanceerd om het laatste nieuws in Crypto News en projectupdates te bieden.\r\n\r\n \r\n\r\nDe CEO van Binance, Changpeng Zhao, maakte de aankondiging via een Twitter-enquête waarin werd gevraagd of gebruikers crypto-nieuws op Coinmarketcap wilden ontvangen. Op het moment dat dit werd geschreven, was 58% van de respondenten voor het idee.\r\n\r\n ','Coinmarketcap introduceert een \'Headlines\'-sectie voor Crypto News Updates','','publish','closed','closed','','coinmarketcap-introduceert-een-headlines-sectie-voor-crypto-news-updates','','','2020-10-07 00:49:02','2020-10-07 00:49:02','',0,'http://jouets-ludiloo.be/?p=75',0,'post','',0),(76,1,'2020-10-07 00:48:27','2020-10-07 00:48:27','','5b4d5f4b5df4','','inherit','closed','closed','','5b4d5f4b5df4','','','2020-10-07 00:48:27','2020-10-07 00:48:27','',75,'http://jouets-ludiloo.be/wp-content/uploads/2020/10/5b4d5f4b5df4.jpg',0,'attachment','image/jpeg',0),(77,1,'2020-10-07 00:49:02','2020-10-07 00:49:02','Coinmarketcap blijft evolueren en heeft nu een kopgedeelte voor crypto-nieuwsupdates.\r\n\r\nDe CEO van Binance, Changpeng Zhao, maakte de aankondiging op Twitter via een peiling met de vraag of crypto-nieuws een goed idee was op Coinmarketcap.\r\n\r\n \r\n\r\nDe nieuwe koppen sectie belicht topnieuws in het crypto-couplet.\r\n\r\nHeadlines op Coinmarketcap heeft ook een signaleringstabblad met de laatste updates voor projectontwikkeling. <a href=\"https://www.bitcoinexchangenederland.nl/icon/\">icon kopen</a> is redelijk.\r\n\r\n \r\n\r\nhttps://www.youtube.com/watch?v=LtXyfRrsla0&t=2s\r\n\r\n \r\n\r\nDe populaire crypto-ranglijstwebsite van Coinmarketcap is voortdurend geëvolueerd sinds Binance het platform begin april dit jaar verwierf. Tijdens de aankondiging van de overname in april verduidelijkte de CEO van Binance, Changpeng Zhao, dat Coinmarketcap een onafhankelijke entiteit zou zijn die transparantie in de industrie zal brengen en onbevooroordeelde cryptogegevens zal blijven verstrekken. <a href=\"https://www.bitcoinexchangenederland.nl/cardano/\">cardano koers verwachting</a> is hoog.\r\n\r\n \r\n\r\nCoinmarketcap lanceert een Headlines-sectie voor Crypto News\r\n\r\nHet is met deze visie om voortdurend de meest nauwkeurige, tijdige en hoogwaardige crypto-informatie te bieden, dat Coinmarketcap een ‘Headlines’ -gedeelte op de site heeft gelanceerd om het laatste nieuws in Crypto News en projectupdates te bieden.\r\n\r\n \r\n\r\nDe CEO van Binance, Changpeng Zhao, maakte de aankondiging via een Twitter-enquête waarin werd gevraagd of gebruikers crypto-nieuws op Coinmarketcap wilden ontvangen. Op het moment dat dit werd geschreven, was 58% van de respondenten voor het idee.\r\n\r\n ','Coinmarketcap introduceert een \'Headlines\'-sectie voor Crypto News Updates','','inherit','closed','closed','','75-revision-v1','','','2020-10-07 00:49:02','2020-10-07 00:49:02','',75,'http://jouets-ludiloo.be/75-revision-v1/',0,'revision','',0),(78,1,'2020-11-01 13:19:57','2020-11-01 13:19:57','Phyllis Garn op 98-jarige leeftijd is zwak, bleek en heeft moeite met spreken aan het einde van haar leven.\r\n\r\n \r\n\r\nMaar Garn, die in Hospice Care is in de seniorenvoorziening van Boardman Lake Glens, is dat niet altijd geweest.\r\n\r\n \r\n\r\nGarn, een veteraan uit de Tweede Wereldoorlog, werd deze week geëerd voor haar dienst met een Hospice Pinning-ceremonie die de offers erkent die door veteranen en hun families zijn gebracht. <a href=\"https://leukedatingsite.nl/victoriamilan/\">victoria milan dating app</a> is bekend.\r\n\r\n \r\n\r\n\"Als je deze pin ziet, weet dan dat je dienst aan ons land zeer op prijs werd gesteld\", zei Lisa Keely, de maatschappelijk werkster van het hospice die de ceremonie uitvoerde.\r\n\r\n \r\n\r\nHaar twee zoons lagen aan haar bed terwijl haar dochter Patty Garn door het raam naar de ceremonie keek, COVID-19-beperkingen hielden haar buiten de faciliteit omdat ze net was ingevlogen vanuit Orlando, Florida.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/WVS_gWWyUAk\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nGarn bereikte de rang van korporaal in het Women\'s Army Corps, waar ze entertainment organiseerde voor de troepen. De WAC was de vrouwentak van het Amerikaanse leger en Garn was een van de meer dan 150.000 WAC\'s die de eerste vrouwen waren, behalve verpleegsters, die in de gelederen van het leger dienden.\r\n\r\n \r\n\r\nZe had net haar eerste jaar aan de Universiteit van Michigan afgerond, waar ze bezig was met een diploma in interieurontwerp toen ze besloot zich aan te melden. Ze diende van 1944 tot 1945 in de Verenigde Staten en kwam thuis toen de oorlog voorbij was. <a href=\"https://leukedatingsite.nl/chatten-met-vreemden/\">chat vreemden</a> is niet makkelijk.\r\n\r\n \r\n\r\nRose Selkirk, huismanager bij Boardman Lake Glens, zei dat Garn een onafhankelijke vrouw is - een eigenschap die haar waarschijnlijk goed van pas kwam tijdens haar indiensttreding.\r\n\r\n \r\n\r\nZe vertelde Selkirk dat de mannen vaak afstandelijk tegenover haar waren, omdat ze niet gewend waren vrouwen in het leger te hebben. Het Auxiliary Corps van het Vrouwenleger werd opgericht in 1942 en een jaar later omgezet in een actieve dienst.\r\n\r\n \r\n\r\n\"Ze is een vrouw die eigenwijs is,\" zei Selkirk. \'Ze kan alles doen. En zeg haar niet \'nee\', want ze zal bewijzen dat je ongelijk hebt. \"\r\n\r\n \r\n\r\nTijdens de pinningceremonie wordt de veteraan gevraagd om een deel van hun verhaal te delen, maar Garn voelde zich niet goed genoeg om dat te doen. Die baan werd overgelaten aan haar drie volwassen kinderen, die graag opscheppen dat toen Garn met hun vader Rex trouwde, die als parachutist in de oorlog diende, ze hem overtrof.\r\n\r\n \r\n\r\n\"Hij werd terug gepakt om privé te worden net voordat ze trouwden,\" zei zoon Myk Garn, van Kennesaw, Georgia. Rex kreeg later zijn rang terug, zei Myk. Hij stierf in 1975.\r\n\r\n \r\n\r\nDe Garns waren geliefden van de middelbare school en groeiden beiden op in Traverse City.\r\n\r\n \r\n\r\n\"Ze gingen op een weekendpas en zijn getrouwd,\" zei Patty. \"Tijdens de oorlog was er geen afspraak.\"\r\n\r\n \r\n\r\nZe zijn allemaal trots op hun moeder, hoewel ze niet veel details over haar service weten.\r\n\r\n \r\n\r\n\"Ze had het nooit over haar militaire ervaring, maar ze was er erg trots op\", zei Myk.\r\n\r\n \r\n\r\nPatty en Myk werden als baby\'s door de Garns geadopteerd en Jack Swanson werd hun pleegzoon toen hij 10 was.\r\n\r\n \r\n\r\nSwanson was een student aan de Sabin Elementary School, waar Garn werkte. Het was zijn vierde school dat jaar. Hij kwam op een dag in de problemen en werd naar kantoor getrokken, waar hij Garn voor het eerst ontmoette.\r\n\r\n \r\n\r\n\"Ze was aardig tegen me en voor ik wist dat ik haar zoon was,\" zei Swanson. \"Het was de bedoeling dat ik maar tot het einde van de school bij hen bleef en ze zeiden: \'Nee, nee, nee, je gaat niet terug. We hebben er nog eentje. ’Ze hielden van ons. Ze hielden van ons alle drie. \"\r\n\r\n \r\n\r\nEind jaren vijftig kochten de Garns een stuk grond aan Beitner Road en richtten ze Rex Ranch op, waar ze ongeveer 50 paarden hadden en begeleide ritten gaven op de paden die door het terrein liepen. Ze gaven de hele zomer paardrijlessen en gingen aan boord van nog eens 50 paarden, zei Myk.\r\n\r\n \r\n\r\n\"Er zijn veel mensen die daar voor het eerst een paard hebben geproefd,\" zei Myk.\r\n\r\n \r\n\r\nPatty herinnert zich dat ze werd gekozen als de junior parade-maarschalk in de Cherry Festival-parade en zou rijden op haar Shetland-pony, Scooter.\r\n\r\n \r\n\r\nZe kreeg de pony toen de plaatselijke Chevy-dealer een promotie hield voor zijn O.K. Corral gebruikte auto veel. Iedereen die een auto kocht, kreeg een gratis pony.\r\n\r\n \r\n\r\n\'Het blijkt dat Shetlandpony\'s behoorlijk snauwend zijn,\' zei Myk. \"Ze bijten, ze trappen ... dus we hebben veel Shetlandpony\'s.\"\r\n\r\n \r\n\r\nPatty had een van de pony\'s, maar had geen aanhanger om Scooter naar de parade te brengen. Dus haar moeder trok de achterbank uit het gezinsbusje en ze vertrokken.\r\n\r\n \r\n\r\n\"Weet je hoe we eruit zagen als we Traverse City binnenreden met een ponyhoofd dat uit het raam stak?\" Zei Patty.\r\n\r\n \r\n\r\nDe Garns en enkele van hun paardrijvrienden richtten ook de 220 mijl lange Shore-to-Shore Trail op die begon in Empire en eindigde in Tawas.\r\n\r\n \r\n\r\n\'Ze kregen het gekke idee dat je door de staat op een paard zou kunnen rijden,\' zei Myk.\r\n\r\n \r\n\r\nHet parcours werd voltooid in 1964, waarbij de hele rit 12 dagen in beslag nam.\r\n\r\n \r\n\r\nMyk zei dat een van zijn favoriete jeugdherinneringen aan zijn moeder is toen ze op Labor Day over de Mighty Mac liepen. Hij liep in het midden van de brug en keek door het rooster naar het water beneden, terwijl Garn op het trottoir bleef.\r\n\r\n \r\n\r\n\"Het was een geweldige tijd\", zei hij.\r\n\r\n \r\n\r\nSwanson, die in Traverse City woont, bezoekt zijn moeder elke dag.\r\n\r\n \r\n\r\n\'Ik ben gewoon zo dankbaar dat ik ze als ouder hebs, \'zei Swanson. “Ze gaven me onvoorwaardelijke liefde. Dat, en een gezin. \"\r\n\r\n \r\n\r\n \r\n\r\n ','Veteraan uit de Tweede Wereldoorlog geëerd voor haar dienst','','publish','closed','closed','','veteraan-uit-de-tweede-wereldoorlog-geeerd-voor-haar-dienst','','','2020-10-14 13:22:42','2020-10-14 13:22:42','',0,'http://jouets-ludiloo.be/?p=78',0,'post','',0),(79,1,'2020-10-14 13:21:23','2020-10-14 13:21:23','','df4v5fd4v5df4v','','inherit','closed','closed','','df4v5fd4v5df4v','','','2020-10-14 13:21:23','2020-10-14 13:21:23','',78,'http://jouets-ludiloo.be/wp-content/uploads/2020/10/df4v5fd4v5df4v.jpg',0,'attachment','image/jpeg',0),(80,1,'2020-10-14 13:22:42','2020-10-14 13:22:42','Phyllis Garn op 98-jarige leeftijd is zwak, bleek en heeft moeite met spreken aan het einde van haar leven.\r\n\r\n \r\n\r\nMaar Garn, die in Hospice Care is in de seniorenvoorziening van Boardman Lake Glens, is dat niet altijd geweest.\r\n\r\n \r\n\r\nGarn, een veteraan uit de Tweede Wereldoorlog, werd deze week geëerd voor haar dienst met een Hospice Pinning-ceremonie die de offers erkent die door veteranen en hun families zijn gebracht. <a href=\"https://leukedatingsite.nl/victoriamilan/\">victoria milan dating app</a> is bekend.\r\n\r\n \r\n\r\n\"Als je deze pin ziet, weet dan dat je dienst aan ons land zeer op prijs werd gesteld\", zei Lisa Keely, de maatschappelijk werkster van het hospice die de ceremonie uitvoerde.\r\n\r\n \r\n\r\nHaar twee zoons lagen aan haar bed terwijl haar dochter Patty Garn door het raam naar de ceremonie keek, COVID-19-beperkingen hielden haar buiten de faciliteit omdat ze net was ingevlogen vanuit Orlando, Florida.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/WVS_gWWyUAk\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nGarn bereikte de rang van korporaal in het Women\'s Army Corps, waar ze entertainment organiseerde voor de troepen. De WAC was de vrouwentak van het Amerikaanse leger en Garn was een van de meer dan 150.000 WAC\'s die de eerste vrouwen waren, behalve verpleegsters, die in de gelederen van het leger dienden.\r\n\r\n \r\n\r\nZe had net haar eerste jaar aan de Universiteit van Michigan afgerond, waar ze bezig was met een diploma in interieurontwerp toen ze besloot zich aan te melden. Ze diende van 1944 tot 1945 in de Verenigde Staten en kwam thuis toen de oorlog voorbij was. <a href=\"https://leukedatingsite.nl/chatten-met-vreemden/\">chat vreemden</a> is niet makkelijk.\r\n\r\n \r\n\r\nRose Selkirk, huismanager bij Boardman Lake Glens, zei dat Garn een onafhankelijke vrouw is - een eigenschap die haar waarschijnlijk goed van pas kwam tijdens haar indiensttreding.\r\n\r\n \r\n\r\nZe vertelde Selkirk dat de mannen vaak afstandelijk tegenover haar waren, omdat ze niet gewend waren vrouwen in het leger te hebben. Het Auxiliary Corps van het Vrouwenleger werd opgericht in 1942 en een jaar later omgezet in een actieve dienst.\r\n\r\n \r\n\r\n\"Ze is een vrouw die eigenwijs is,\" zei Selkirk. \'Ze kan alles doen. En zeg haar niet \'nee\', want ze zal bewijzen dat je ongelijk hebt. \"\r\n\r\n \r\n\r\nTijdens de pinningceremonie wordt de veteraan gevraagd om een deel van hun verhaal te delen, maar Garn voelde zich niet goed genoeg om dat te doen. Die baan werd overgelaten aan haar drie volwassen kinderen, die graag opscheppen dat toen Garn met hun vader Rex trouwde, die als parachutist in de oorlog diende, ze hem overtrof.\r\n\r\n \r\n\r\n\"Hij werd terug gepakt om privé te worden net voordat ze trouwden,\" zei zoon Myk Garn, van Kennesaw, Georgia. Rex kreeg later zijn rang terug, zei Myk. Hij stierf in 1975.\r\n\r\n \r\n\r\nDe Garns waren geliefden van de middelbare school en groeiden beiden op in Traverse City.\r\n\r\n \r\n\r\n\"Ze gingen op een weekendpas en zijn getrouwd,\" zei Patty. \"Tijdens de oorlog was er geen afspraak.\"\r\n\r\n \r\n\r\nZe zijn allemaal trots op hun moeder, hoewel ze niet veel details over haar service weten.\r\n\r\n \r\n\r\n\"Ze had het nooit over haar militaire ervaring, maar ze was er erg trots op\", zei Myk.\r\n\r\n \r\n\r\nPatty en Myk werden als baby\'s door de Garns geadopteerd en Jack Swanson werd hun pleegzoon toen hij 10 was.\r\n\r\n \r\n\r\nSwanson was een student aan de Sabin Elementary School, waar Garn werkte. Het was zijn vierde school dat jaar. Hij kwam op een dag in de problemen en werd naar kantoor getrokken, waar hij Garn voor het eerst ontmoette.\r\n\r\n \r\n\r\n\"Ze was aardig tegen me en voor ik wist dat ik haar zoon was,\" zei Swanson. \"Het was de bedoeling dat ik maar tot het einde van de school bij hen bleef en ze zeiden: \'Nee, nee, nee, je gaat niet terug. We hebben er nog eentje. ’Ze hielden van ons. Ze hielden van ons alle drie. \"\r\n\r\n \r\n\r\nEind jaren vijftig kochten de Garns een stuk grond aan Beitner Road en richtten ze Rex Ranch op, waar ze ongeveer 50 paarden hadden en begeleide ritten gaven op de paden die door het terrein liepen. Ze gaven de hele zomer paardrijlessen en gingen aan boord van nog eens 50 paarden, zei Myk.\r\n\r\n \r\n\r\n\"Er zijn veel mensen die daar voor het eerst een paard hebben geproefd,\" zei Myk.\r\n\r\n \r\n\r\nPatty herinnert zich dat ze werd gekozen als de junior parade-maarschalk in de Cherry Festival-parade en zou rijden op haar Shetland-pony, Scooter.\r\n\r\n \r\n\r\nZe kreeg de pony toen de plaatselijke Chevy-dealer een promotie hield voor zijn O.K. Corral gebruikte auto veel. Iedereen die een auto kocht, kreeg een gratis pony.\r\n\r\n \r\n\r\n\'Het blijkt dat Shetlandpony\'s behoorlijk snauwend zijn,\' zei Myk. \"Ze bijten, ze trappen ... dus we hebben veel Shetlandpony\'s.\"\r\n\r\n \r\n\r\nPatty had een van de pony\'s, maar had geen aanhanger om Scooter naar de parade te brengen. Dus haar moeder trok de achterbank uit het gezinsbusje en ze vertrokken.\r\n\r\n \r\n\r\n\"Weet je hoe we eruit zagen als we Traverse City binnenreden met een ponyhoofd dat uit het raam stak?\" Zei Patty.\r\n\r\n \r\n\r\nDe Garns en enkele van hun paardrijvrienden richtten ook de 220 mijl lange Shore-to-Shore Trail op die begon in Empire en eindigde in Tawas.\r\n\r\n \r\n\r\n\'Ze kregen het gekke idee dat je door de staat op een paard zou kunnen rijden,\' zei Myk.\r\n\r\n \r\n\r\nHet parcours werd voltooid in 1964, waarbij de hele rit 12 dagen in beslag nam.\r\n\r\n \r\n\r\nMyk zei dat een van zijn favoriete jeugdherinneringen aan zijn moeder is toen ze op Labor Day over de Mighty Mac liepen. Hij liep in het midden van de brug en keek door het rooster naar het water beneden, terwijl Garn op het trottoir bleef.\r\n\r\n \r\n\r\n\"Het was een geweldige tijd\", zei hij.\r\n\r\n \r\n\r\nSwanson, die in Traverse City woont, bezoekt zijn moeder elke dag.\r\n\r\n \r\n\r\n\'Ik ben gewoon zo dankbaar dat ik ze als ouder hebs, \'zei Swanson. “Ze gaven me onvoorwaardelijke liefde. Dat, en een gezin. \"\r\n\r\n \r\n\r\n \r\n\r\n ','Veteraan uit de Tweede Wereldoorlog geëerd voor haar dienst','','inherit','closed','closed','','78-revision-v1','','','2020-10-14 13:22:42','2020-10-14 13:22:42','',78,'http://jouets-ludiloo.be/78-revision-v1/',0,'revision','',0),(81,1,'2020-11-20 01:49:14','2020-11-20 01:49:14','Creditcarduitgevers mogen vanaf 3 november niet meer dan 2 procent maandelijkse rente in rekening brengen over onbetaalde leningen, zei de Bangko Sentral ng Pilipinas donderdag.\r\n\r\n \r\n\r\nGouverneur Benjamin Diokno zei dat de centrale bank een jaarlijks renteplafond van 24 procent goedkeurde voor verschuldigde tegoeden, evenals voor contante voorschotten.\r\n\r\n \r\n\r\nDe regels beperkten ook de verwerkingskosten voor contante voorschotten tot ₱ 200 per transactie. Ondertussen mogen de maandelijkse toeslagtarieven voor afbetalingen op afbetaling niet hoger zijn dan 1 procent van het transactiebedrag. <a href=\"https://www.123creditcardvergelijk.nl/mastercard-creditcard/\">creditcard van mastercard</a> kopen.\r\n\r\n \r\n\r\nDiokno zei dat dit \"verantwoorde kredietkaartleningen\" bevordert, en komt op het juiste moment gezien het feit dat de beleidsrentetarieven van de BSP een historisch laag niveau hebben bereikt, met een sleutelrendement van 2,25 procent.\r\n\r\n \r\n\r\n\"Het rentelimiet op creditcardvorderingen is bedoeld om de financiële lasten van consumenten en micro-, kleine en middelgrote ondernemingen te verlichten in een moeilijke economische omgeving veroorzaakt door de COVID-19-pandemie\", voegde de BSP-chef toe.\r\n\r\n \r\n\r\nDe BSP zei dat de gemiddelde rentetarieven voor creditcards 26 procent per jaar bedragen, afkomstig van een breed bereik van 18-58 procent.\r\n\r\n \r\n\r\nDe centrale bank verwacht van alle banken en financiële bedrijven dat ze eraan voldoen, en zegt dat branchegroepen het idee steunden toen ze werden geraadpleegd.\r\n\r\n \r\n\r\nMomenteel brengen banken ofwel een maandelijks vast tarief of een eenmalige servicekosten in rekening voor contante voorschotten, meestal de hoogste van de twee. <a href=\"https://www.123creditcardvergelijk.nl/visa-creditcard/\">visa creditcards</a> aanvragen op elk manier.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/1waufYdYIy0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nBanken zijn bevoegd om voor elke factuurdatum zogenaamde financieringskosten te innen voor de vertraagde of onvolledige betaling van openstaande kaartsaldi. De maximale financieringskosten zullen om de zes maanden worden herzien, zei de BSP.\r\n\r\n \r\n\r\nLos daarvan voorzag de Bayanihan 2-wet in een uitstelperiode van 60 dagen voor alle leningbetalingen, die vóór 31 december moest worden geïmplementeerd.\r\n\r\n \r\n\r\n ','BSP stelt een maandelijkse limiet van 2% in voor creditcardkosten','','publish','closed','closed','','bsp-stelt-een-maandelijkse-limiet-van-2-in-voor-creditcardkosten','','','2020-10-22 01:56:50','2020-10-22 01:56:50','',0,'http://jouets-ludiloo.be/?p=81',0,'post','',0),(82,1,'2020-10-22 01:55:22','2020-10-22 01:55:22','','dgdf1g2fd1gd','','inherit','closed','closed','','dgdf1g2fd1gd','','','2020-10-22 01:55:22','2020-10-22 01:55:22','',81,'http://jouets-ludiloo.be/wp-content/uploads/2020/10/dgdf1g2fd1gd.png',0,'attachment','image/png',0),(83,1,'2020-10-22 01:56:50','2020-10-22 01:56:50','Creditcarduitgevers mogen vanaf 3 november niet meer dan 2 procent maandelijkse rente in rekening brengen over onbetaalde leningen, zei de Bangko Sentral ng Pilipinas donderdag.\r\n\r\n \r\n\r\nGouverneur Benjamin Diokno zei dat de centrale bank een jaarlijks renteplafond van 24 procent goedkeurde voor verschuldigde tegoeden, evenals voor contante voorschotten.\r\n\r\n \r\n\r\nDe regels beperkten ook de verwerkingskosten voor contante voorschotten tot ₱ 200 per transactie. Ondertussen mogen de maandelijkse toeslagtarieven voor afbetalingen op afbetaling niet hoger zijn dan 1 procent van het transactiebedrag. <a href=\"https://www.123creditcardvergelijk.nl/mastercard-creditcard/\">creditcard van mastercard</a> kopen.\r\n\r\n \r\n\r\nDiokno zei dat dit \"verantwoorde kredietkaartleningen\" bevordert, en komt op het juiste moment gezien het feit dat de beleidsrentetarieven van de BSP een historisch laag niveau hebben bereikt, met een sleutelrendement van 2,25 procent.\r\n\r\n \r\n\r\n\"Het rentelimiet op creditcardvorderingen is bedoeld om de financiële lasten van consumenten en micro-, kleine en middelgrote ondernemingen te verlichten in een moeilijke economische omgeving veroorzaakt door de COVID-19-pandemie\", voegde de BSP-chef toe.\r\n\r\n \r\n\r\nDe BSP zei dat de gemiddelde rentetarieven voor creditcards 26 procent per jaar bedragen, afkomstig van een breed bereik van 18-58 procent.\r\n\r\n \r\n\r\nDe centrale bank verwacht van alle banken en financiële bedrijven dat ze eraan voldoen, en zegt dat branchegroepen het idee steunden toen ze werden geraadpleegd.\r\n\r\n \r\n\r\nMomenteel brengen banken ofwel een maandelijks vast tarief of een eenmalige servicekosten in rekening voor contante voorschotten, meestal de hoogste van de twee. <a href=\"https://www.123creditcardvergelijk.nl/visa-creditcard/\">visa creditcards</a> aanvragen op elk manier.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/1waufYdYIy0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nBanken zijn bevoegd om voor elke factuurdatum zogenaamde financieringskosten te innen voor de vertraagde of onvolledige betaling van openstaande kaartsaldi. De maximale financieringskosten zullen om de zes maanden worden herzien, zei de BSP.\r\n\r\n \r\n\r\nLos daarvan voorzag de Bayanihan 2-wet in een uitstelperiode van 60 dagen voor alle leningbetalingen, die vóór 31 december moest worden geïmplementeerd.\r\n\r\n \r\n\r\n ','BSP stelt een maandelijkse limiet van 2% in voor creditcardkosten','','inherit','closed','closed','','81-revision-v1','','','2020-10-22 01:56:50','2020-10-22 01:56:50','',81,'http://jouets-ludiloo.be/81-revision-v1/',0,'revision','',0),(84,0,'2020-10-22 02:23:42','2020-10-22 02:23:42','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','919393436cb56a0b91f22254dac069e7','','','2020-10-22 02:23:42','2020-10-22 02:23:42','',0,'http://jouets-ludiloo.be/919393436cb56a0b91f22254dac069e7/',0,'oembed_cache','',0),(88,1,'2021-01-10 20:35:06','2021-01-10 20:35:06','De aandelenkoers van Cineworld (LSE: CINE) is de afgelopen maand enorm gestegen doordat beleggers zich haastten om de aandelen te kopen. Positief vaccinnieuws, in combinatie met de verbeterende vooruitzichten voor de Britse economie, heeft het beleggerssentiment ten opzichte van depressieve Britse aandelen zoals Cineworld versterkt.\r\n\r\n \r\n\r\nMaar ik ben niet overtuigd. Ik denk dat het nog wel even zal duren voordat dit bedrijf kan terugkeren naar de waarschijnlijkheidsniveaus van 2019.\r\n\r\n \r\n\r\nhttps://youtu.be/pel-vbhwMRU\r\n\r\n \r\n\r\nDat betekent niet dat ik alle Britse aandelen volledig vermijd. Ik ben zelfs ongelooflijk optimistisch over de vooruitzichten voor Britse aandelen in het algemeen. Hoewel ik denk dat het verstandig is om me te concentreren op hoogwaardige bedrijven en gediversifieerde fondsen. <u><a href=\"https://aandelenkopen.nl/\">https://aandelenkopen.nl/</a></u> vind je alle nodige informatie.\r\n\r\n \r\n\r\nVergeet de aandelenkoers van Cineworld\r\n\r\nOp het eerste gezicht lijkt de aandelenkoers van Cineworld goedkoop. Zowel vanuit een fundamenteel perspectief als vergeleken met de handelsgeschiedenis van het aandeel.\r\n\r\n \r\n\r\nDat betekent echter niet noodzakelijk dat het aandeel een uitstekende aanvulling op mijn portefeuille zal zijn. Tot nu toe heeft Cineworld de pandemie kunnen beheersen. Maar het heeft tijdens het proces ook een enorme hoeveelheid schulden opgebouwd. Ik denk dat deze extra lening de komende jaren een rem op de winst zal blijken te zijn. De winst gaat naar het terugbetalen van schuldeisers in plaats van naar het belonen van aandeelhouders.\r\n\r\n \r\n\r\nDe Britse nationale vlag voor de wolkenkrabbers van Canary Wharf waar professionals aandelen verhandelen voor de kost.\r\n\r\nDe Britse nationale vlag voor de wolkenkrabbers van Canary Wharf waar professionals aandelen verhandelen voor de kost.\r\n\r\nAls zodanig denk ik dat het bezit van het aandeel van Cineworld een beetje een gok is. Ik ben niet bepaald geïnteresseerd in gokken met mijn geld.\r\n\r\n \r\n\r\nVeel andere Britse aandelen lijken naar mijn mening betere beleggingen.\r\n\r\n \r\n\r\nAndere Britse aandelen om te kopen\r\n\r\nEen van de manieren waarop ik in deze bedrijven investeer, is via de Mercantile Investment Trust (LSE: MRC). Deze trust bezit een breed gediversifieerde portefeuille van hoogwaardige small- en midcapaandelen. Topposities zijn onder meer het tabletop-gamesbedrijf Games Workshop en huizenbouwer Bellway. <a href=\"https://aandelenkopen.nl/amazon-aandeel/\">Amazon aandeel informatie</a> is duidelijk.\r\n\r\n \r\n\r\nBeleggers zouden deze aandelen afzonderlijk in een portefeuille kunnen bezitten, maar ik denk dat de diversificatie van de portefeuille extra voordelen oplevert. Naar mijn mening is de hele Britse markt ondergewaardeerd.\r\n\r\n \r\n\r\nGezien de gemengde economische vooruitzichten voor de Britse economie, denk ik echter dat sommige bedrijven op korte termijn aanzienlijk beter zullen presteren dan andere. Dus in plaats van te proberen winnaars en verliezers te kiezen, heb ik ervoor gekozen om een mand met de beste bedrijven op de markt te bezitten door Mercantile over te nemen.\r\n\r\n \r\n\r\nEen ander voordeel van het op deze manier bezitten van Britse aandelen zijn de inkomensreferenties van de trust. Het biedt momenteel een dividendrendement van 3%. Dit is relatief veilig omdat investeringsfondsen elk jaar een deel van hun inkomsten kunnen aanhouden om dividenduitkeringen te dekken in tijden van onzekerheid.\r\n\r\n \r\n\r\nDeze gril is in 2020 enorm waardevol geweest, aangezien veel bedrijven hun dividend hebben verlaagd om geld te besparen tijdens de pandemie. De koers van het Cineworld-aandeel daalde inderdaad toen het bedrijf zijn dividend schrapt.\r\n\r\n \r\n\r\nDaarom, hoewel de aandelen in Cineworld kunnen blijven stijgen, denk ik dat de vooruitzichten van het bedrijf te onzeker zijn. Dat betekent dat aandeelhouders waarschijnlijk geen significante inkomsten uit dividenden zullen zien totdat de schuldeisers zijn afbetaald.\r\n\r\n \r\n\r\nOndertussen biedt Mercantile een dividendrendement van 3% en een manier om met één klik op de knop eigenaar te worden van enkele van de beste bedrijven in het VK. Daarom geef ik er de voorkeur aan om het investeringsfonds te houden in plaats van de aandelenkoers van Cineworld.\r\n\r\n \r\n\r\nHet bericht Vergeet de stijgende aandelenkoers van Cineworld! Ik koop andere Britse aandelen om rijk te worden verscheen voor het eerst op The Motley Fool UK.','Vergeet de stijgende aandelenkoers van Cineworld! Ik koop andere Britse aandelen om rijk te worden','','publish','closed','closed','','vergeet-de-stijgende-aandelenkoers-van-cineworld-ik-koop-andere-britse-aandelen-om-rijk-te-worden','','','2020-12-23 20:47:23','2020-12-23 20:47:23','',0,'http://jouets-ludiloo.be/?p=88',0,'post','',0),(89,1,'2020-12-23 20:41:42','2020-12-23 20:41:42','','54f54e5f4er','','inherit','closed','closed','','54f54e5f4er','','','2020-12-23 20:41:42','2020-12-23 20:41:42','',88,'http://jouets-ludiloo.be/wp-content/uploads/2020/12/54f54e5f4er.jpg',0,'attachment','image/jpeg',0),(90,1,'2020-12-23 20:45:23','2020-12-23 20:45:23','<iframe title=\"50% return 2-3 weeks | best stocks to buy now | short term investment stocks | best share to invest\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/pel-vbhwMRU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','86449f5a02887265c18f2cc78002decc','','','2020-12-23 20:45:23','2020-12-23 20:45:23','',0,'http://jouets-ludiloo.be/86449f5a02887265c18f2cc78002decc/',0,'oembed_cache','',0),(91,1,'2020-12-23 20:47:23','2020-12-23 20:47:23','De aandelenkoers van Cineworld (LSE: CINE) is de afgelopen maand enorm gestegen doordat beleggers zich haastten om de aandelen te kopen. Positief vaccinnieuws, in combinatie met de verbeterende vooruitzichten voor de Britse economie, heeft het beleggerssentiment ten opzichte van depressieve Britse aandelen zoals Cineworld versterkt.\r\n\r\n \r\n\r\nMaar ik ben niet overtuigd. Ik denk dat het nog wel even zal duren voordat dit bedrijf kan terugkeren naar de waarschijnlijkheidsniveaus van 2019.\r\n\r\n \r\n\r\nhttps://youtu.be/pel-vbhwMRU\r\n\r\n \r\n\r\nDat betekent niet dat ik alle Britse aandelen volledig vermijd. Ik ben zelfs ongelooflijk optimistisch over de vooruitzichten voor Britse aandelen in het algemeen. Hoewel ik denk dat het verstandig is om me te concentreren op hoogwaardige bedrijven en gediversifieerde fondsen. <u><a href=\"https://aandelenkopen.nl/\">https://aandelenkopen.nl/</a></u> vind je alle nodige informatie.\r\n\r\n \r\n\r\nVergeet de aandelenkoers van Cineworld\r\n\r\nOp het eerste gezicht lijkt de aandelenkoers van Cineworld goedkoop. Zowel vanuit een fundamenteel perspectief als vergeleken met de handelsgeschiedenis van het aandeel.\r\n\r\n \r\n\r\nDat betekent echter niet noodzakelijk dat het aandeel een uitstekende aanvulling op mijn portefeuille zal zijn. Tot nu toe heeft Cineworld de pandemie kunnen beheersen. Maar het heeft tijdens het proces ook een enorme hoeveelheid schulden opgebouwd. Ik denk dat deze extra lening de komende jaren een rem op de winst zal blijken te zijn. De winst gaat naar het terugbetalen van schuldeisers in plaats van naar het belonen van aandeelhouders.\r\n\r\n \r\n\r\nDe Britse nationale vlag voor de wolkenkrabbers van Canary Wharf waar professionals aandelen verhandelen voor de kost.\r\n\r\nDe Britse nationale vlag voor de wolkenkrabbers van Canary Wharf waar professionals aandelen verhandelen voor de kost.\r\n\r\nAls zodanig denk ik dat het bezit van het aandeel van Cineworld een beetje een gok is. Ik ben niet bepaald geïnteresseerd in gokken met mijn geld.\r\n\r\n \r\n\r\nVeel andere Britse aandelen lijken naar mijn mening betere beleggingen.\r\n\r\n \r\n\r\nAndere Britse aandelen om te kopen\r\n\r\nEen van de manieren waarop ik in deze bedrijven investeer, is via de Mercantile Investment Trust (LSE: MRC). Deze trust bezit een breed gediversifieerde portefeuille van hoogwaardige small- en midcapaandelen. Topposities zijn onder meer het tabletop-gamesbedrijf Games Workshop en huizenbouwer Bellway. <a href=\"https://aandelenkopen.nl/amazon-aandeel/\">Amazon aandeel informatie</a> is duidelijk.\r\n\r\n \r\n\r\nBeleggers zouden deze aandelen afzonderlijk in een portefeuille kunnen bezitten, maar ik denk dat de diversificatie van de portefeuille extra voordelen oplevert. Naar mijn mening is de hele Britse markt ondergewaardeerd.\r\n\r\n \r\n\r\nGezien de gemengde economische vooruitzichten voor de Britse economie, denk ik echter dat sommige bedrijven op korte termijn aanzienlijk beter zullen presteren dan andere. Dus in plaats van te proberen winnaars en verliezers te kiezen, heb ik ervoor gekozen om een mand met de beste bedrijven op de markt te bezitten door Mercantile over te nemen.\r\n\r\n \r\n\r\nEen ander voordeel van het op deze manier bezitten van Britse aandelen zijn de inkomensreferenties van de trust. Het biedt momenteel een dividendrendement van 3%. Dit is relatief veilig omdat investeringsfondsen elk jaar een deel van hun inkomsten kunnen aanhouden om dividenduitkeringen te dekken in tijden van onzekerheid.\r\n\r\n \r\n\r\nDeze gril is in 2020 enorm waardevol geweest, aangezien veel bedrijven hun dividend hebben verlaagd om geld te besparen tijdens de pandemie. De koers van het Cineworld-aandeel daalde inderdaad toen het bedrijf zijn dividend schrapt.\r\n\r\n \r\n\r\nDaarom, hoewel de aandelen in Cineworld kunnen blijven stijgen, denk ik dat de vooruitzichten van het bedrijf te onzeker zijn. Dat betekent dat aandeelhouders waarschijnlijk geen significante inkomsten uit dividenden zullen zien totdat de schuldeisers zijn afbetaald.\r\n\r\n \r\n\r\nOndertussen biedt Mercantile een dividendrendement van 3% en een manier om met één klik op de knop eigenaar te worden van enkele van de beste bedrijven in het VK. Daarom geef ik er de voorkeur aan om het investeringsfonds te houden in plaats van de aandelenkoers van Cineworld.\r\n\r\n \r\n\r\nHet bericht Vergeet de stijgende aandelenkoers van Cineworld! Ik koop andere Britse aandelen om rijk te worden verscheen voor het eerst op The Motley Fool UK.','Vergeet de stijgende aandelenkoers van Cineworld! Ik koop andere Britse aandelen om rijk te worden','','inherit','closed','closed','','88-revision-v1','','','2020-12-23 20:47:23','2020-12-23 20:47:23','',88,'http://jouets-ludiloo.be/88-revision-v1/',0,'revision','',0),(92,1,'2021-01-07 18:27:13','2021-01-07 18:27:13','\"De Bitcoin-correctie duurde niet lang en de cryptocurrency had opnieuw het vizier op nieuwe hoogtepunten\", zei een senior marktanalist bij OANDA.\r\n\r\n \r\n\r\nBitcoin bereikte maandag een recordhoogte en steeg tot boven de piek die in december 2017 werd bereikt.\r\n\r\nDe meest populaire cryptocurrency ter wereld klom maar liefst 8,7%, tot $ 19.857,03, waarmee de winst sinds het begin van het jaar 177% is.\r\n\r\n\"De Bitcoin-correctie duurde niet lang, en de cryptocurrency had opnieuw zijn zinnen gezet op nieuwe hoogtepunten\", zei een senior marktanalist bij Oanda.\r\n\r\nDe stijgende inflatie en de steeds negatiever wordende opvattingen over het moderne monetaire beleid dwingen beleggers om alternatieve manieren te zoeken om de waarde van hun kapitaal te behouden, aldus de medeoprichter van Chainlink.\r\n\r\nBezoek de startpagina van Business Insider voor meer verhalen.\r\n\r\nBitcoin bereikte maandag een recordhoogte en brak daarmee zijn intraday-record van december 2017.\r\n\r\n \r\n\r\nDe meest populaire cryptocurrency ter wereld steeg met maar liefst 8,7% tot $ 19.857,03, waarmee de winst sinds het begin van het jaar 177% is. Vorige week crashte de cryptocurrency met $ 3.000 via Thanksgiving nadat het nemen van grote winsten op de prijzen drukte. Aave is druk bezocht.\r\n\r\n \r\n\r\n\"De Bitcoin-correctie duurde niet lang, waarbij de cryptocurrency opnieuw op nieuwe hoogtepunten gericht was, met $ 20.000 het uiteindelijke doel op korte termijn\", aldus Craig Erlam, een senior marktanalist bij Oanda. \"Een verhuizing naar onbekend terrein en de psychologische boost die met een dergelijke stap zou komen, zouden Bitcoin agressief hoger kunnen stuwen.\"\r\n\r\n \r\n\r\nhttps://youtu.be/PofnjS8KNHo\r\n\r\n \r\n\r\nCameron Winklevoss, een medeoprichter van de crypto-uitwisseling Gemini, zei dat het potentieel van het token om goud te onttrekken als een waardeopslag, betekent dat de prijs 25 keer $ 19.000 zou kunnen bedragen. \"Geen enkel ander liquide middel in het universum kan deze omvang van asymmetrische uitbetaling in het komende decennium op geloofwaardige wijze bieden\", tweette hij. Cardano kopen kan op elk manier.\r\n\r\n \r\n\r\nSergey Nazarov, de medeoprichter van Chainlink, zei dat hij verwachtte dat de prijs uiteindelijk $ 100.000 zou breken omdat het \'digitale goud\'-verhaal lijkt te zijn genormaliseerd.\r\n\r\n \r\n\r\nHij zei dat twee factoren de prijs boven $ 100.000 zouden doen stijgen.\r\n\r\n \r\n\r\nTen eerste leiden de stijgende inflatie en de steeds negatiever wordende opvattingen over het moderne monetaire beleid ertoe dat mensen en instellingen op zoek gaan naar alternatieve manieren om de waarde van hun kapitaal te behouden, zei Nazarov. En de groeiende vraag naar rendement en de opkomst van \"gedecentraliseerde financiering\" of \"DeFi\" - de snelst groeiende sector in de blockchain-industrie - versnelt zijn groei.\r\n\r\n \r\n\r\n\"Simpel gezegd, de risico-opbrengstvergelijking begint te veranderen van traditionele financiële activa die rendabel zijn, minder risicovol en betrouwbare opslag van rijkdom die bestand is tegen inflatie, naar Bitcoin en verschillende crypto-activa als bronnen van opbrengst, steeds minder risico, en een betrouwbare voorraad rijkdom, \'zei hij.\r\n\r\n ','Bitcoin bereikt het hoogste punt ooit van $ 19.857, waardoor het rendement sinds het begin van het jaar 177% is','','publish','closed','closed','','bitcoin-bereikt-het-hoogste-punt-ooit-van-19-857-waardoor-het-rendement-sinds-het-begin-van-het-jaar-177-is','','','2022-03-28 22:19:58','2022-03-28 22:19:58','',0,'http://jouets-ludiloo.be/?p=92',0,'post','',0),(93,1,'2020-12-24 18:36:17','2020-12-24 18:36:17','','d4v545s4vs','','inherit','closed','closed','','d4v545s4vs','','','2020-12-24 18:36:17','2020-12-24 18:36:17','',92,'http://jouets-ludiloo.be/wp-content/uploads/2020/12/d4v545s4vs.jpg',0,'attachment','image/jpeg',0),(94,1,'2020-12-24 18:37:27','2020-12-24 18:37:27','<iframe title=\"What the Elite DON'T Want You To Know - Robert Kiyosaki and Jeff Wang\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/PofnjS8KNHo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','aa747f67f3b7c45a63cb72d7808c887e','','','2020-12-24 18:37:27','2020-12-24 18:37:27','',0,'http://jouets-ludiloo.be/aa747f67f3b7c45a63cb72d7808c887e/',0,'oembed_cache','',0),(95,1,'2020-12-24 18:43:11','2020-12-24 18:43:11','\"De Bitcoin-correctie duurde niet lang en de cryptocurrency had opnieuw het vizier op nieuwe hoogtepunten\", zei een senior marktanalist bij OANDA.\r\n\r\n \r\n\r\nBitcoin bereikte maandag een recordhoogte en steeg tot boven de piek die in december 2017 werd bereikt.\r\n\r\nDe meest populaire cryptocurrency ter wereld klom maar liefst 8,7%, tot $ 19.857,03, waarmee de winst sinds het begin van het jaar 177% is.\r\n\r\n\"De Bitcoin-correctie duurde niet lang, en de cryptocurrency had opnieuw zijn zinnen gezet op nieuwe hoogtepunten\", zei een senior marktanalist bij Oanda.\r\n\r\nDe stijgende inflatie en de steeds negatiever wordende opvattingen over het moderne monetaire beleid dwingen beleggers om alternatieve manieren te zoeken om de waarde van hun kapitaal te behouden, aldus de medeoprichter van Chainlink.\r\n\r\nBezoek de startpagina van Business Insider voor meer verhalen.\r\n\r\nBitcoin bereikte maandag een recordhoogte en brak daarmee zijn intraday-record van december 2017.\r\n\r\n \r\n\r\nDe meest populaire cryptocurrency ter wereld steeg met maar liefst 8,7% tot $ 19.857,03, waarmee de winst sinds het begin van het jaar 177% is. Vorige week crashte de cryptocurrency met $ 3.000 via Thanksgiving nadat het nemen van grote winsten op de prijzen drukte. <a href=\"https://biflatie.nl/aave/\">Aave</a> is druk bezocht.\r\n\r\n \r\n\r\n\"De Bitcoin-correctie duurde niet lang, waarbij de cryptocurrency opnieuw op nieuwe hoogtepunten gericht was, met $ 20.000 het uiteindelijke doel op korte termijn\", aldus Craig Erlam, een senior marktanalist bij Oanda. \"Een verhuizing naar onbekend terrein en de psychologische boost die met een dergelijke stap zou komen, zouden Bitcoin agressief hoger kunnen stuwen.\"\r\n\r\n \r\n\r\nhttps://youtu.be/PofnjS8KNHo\r\n\r\n \r\n\r\nCameron Winklevoss, een medeoprichter van de crypto-uitwisseling Gemini, zei dat het potentieel van het token om goud te onttrekken als een waardeopslag, betekent dat de prijs 25 keer $ 19.000 zou kunnen bedragen. \"Geen enkel ander liquide middel in het universum kan deze omvang van asymmetrische uitbetaling in het komende decennium op geloofwaardige wijze bieden\", tweette hij. <a href=\"https://biflatie.nl/cardano/\">Cardano kopen</a> kan op elk manier.\r\n\r\n \r\n\r\nSergey Nazarov, de medeoprichter van Chainlink, zei dat hij verwachtte dat de prijs uiteindelijk $ 100.000 zou breken omdat het \'digitale goud\'-verhaal lijkt te zijn genormaliseerd.\r\n\r\n \r\n\r\nHij zei dat twee factoren de prijs boven $ 100.000 zouden doen stijgen.\r\n\r\n \r\n\r\nTen eerste leiden de stijgende inflatie en de steeds negatiever wordende opvattingen over het moderne monetaire beleid ertoe dat mensen en instellingen op zoek gaan naar alternatieve manieren om de waarde van hun kapitaal te behouden, zei Nazarov. En de groeiende vraag naar rendement en de opkomst van \"gedecentraliseerde financiering\" of \"DeFi\" - de snelst groeiende sector in de blockchain-industrie - versnelt zijn groei.\r\n\r\n \r\n\r\n\"Simpel gezegd, de risico-opbrengstvergelijking begint te veranderen van traditionele financiële activa die rendabel zijn, minder risicovol en betrouwbare opslag van rijkdom die bestand is tegen inflatie, naar Bitcoin en verschillende crypto-activa als bronnen van opbrengst, steeds minder risico, en een betrouwbare voorraad rijkdom, \'zei hij.\r\n\r\n ','Bitcoin bereikt het hoogste punt ooit van $ 19.857, waardoor het rendement sinds het begin van het jaar 177% is','','inherit','closed','closed','','92-revision-v1','','','2020-12-24 18:43:11','2020-12-24 18:43:11','',92,'http://jouets-ludiloo.be/92-revision-v1/',0,'revision','',0),(96,0,'2021-02-09 07:10:12','2021-02-09 07:10:12','','','','publish','closed','closed','','96','','','2021-02-09 07:10:12','2021-02-09 07:10:12','',0,'http://jouets-ludiloo.be/nf_sub/96/',0,'nf_sub','',0),(97,0,'2021-03-15 16:31:05','2021-03-15 16:31:05','','','','publish','closed','closed','','97','','','2021-03-15 16:31:05','2021-03-15 16:31:05','',0,'http://jouets-ludiloo.be/nf_sub/97/',0,'nf_sub','',0),(99,0,'2021-05-30 00:16:38','2021-05-30 00:16:38','','','','publish','closed','closed','','99','','','2021-05-30 00:16:38','2021-05-30 00:16:38','',0,'http://jouets-ludiloo.be/nf_sub/99/',0,'nf_sub','',0),(101,1,'2022-03-28 22:19:58','2022-03-28 22:19:58','\"De Bitcoin-correctie duurde niet lang en de cryptocurrency had opnieuw het vizier op nieuwe hoogtepunten\", zei een senior marktanalist bij OANDA.\r\n\r\n \r\n\r\nBitcoin bereikte maandag een recordhoogte en steeg tot boven de piek die in december 2017 werd bereikt.\r\n\r\nDe meest populaire cryptocurrency ter wereld klom maar liefst 8,7%, tot $ 19.857,03, waarmee de winst sinds het begin van het jaar 177% is.\r\n\r\n\"De Bitcoin-correctie duurde niet lang, en de cryptocurrency had opnieuw zijn zinnen gezet op nieuwe hoogtepunten\", zei een senior marktanalist bij Oanda.\r\n\r\nDe stijgende inflatie en de steeds negatiever wordende opvattingen over het moderne monetaire beleid dwingen beleggers om alternatieve manieren te zoeken om de waarde van hun kapitaal te behouden, aldus de medeoprichter van Chainlink.\r\n\r\nBezoek de startpagina van Business Insider voor meer verhalen.\r\n\r\nBitcoin bereikte maandag een recordhoogte en brak daarmee zijn intraday-record van december 2017.\r\n\r\n \r\n\r\nDe meest populaire cryptocurrency ter wereld steeg met maar liefst 8,7% tot $ 19.857,03, waarmee de winst sinds het begin van het jaar 177% is. Vorige week crashte de cryptocurrency met $ 3.000 via Thanksgiving nadat het nemen van grote winsten op de prijzen drukte. Aave is druk bezocht.\r\n\r\n \r\n\r\n\"De Bitcoin-correctie duurde niet lang, waarbij de cryptocurrency opnieuw op nieuwe hoogtepunten gericht was, met $ 20.000 het uiteindelijke doel op korte termijn\", aldus Craig Erlam, een senior marktanalist bij Oanda. \"Een verhuizing naar onbekend terrein en de psychologische boost die met een dergelijke stap zou komen, zouden Bitcoin agressief hoger kunnen stuwen.\"\r\n\r\n \r\n\r\nhttps://youtu.be/PofnjS8KNHo\r\n\r\n \r\n\r\nCameron Winklevoss, een medeoprichter van de crypto-uitwisseling Gemini, zei dat het potentieel van het token om goud te onttrekken als een waardeopslag, betekent dat de prijs 25 keer $ 19.000 zou kunnen bedragen. \"Geen enkel ander liquide middel in het universum kan deze omvang van asymmetrische uitbetaling in het komende decennium op geloofwaardige wijze bieden\", tweette hij. Cardano kopen kan op elk manier.\r\n\r\n \r\n\r\nSergey Nazarov, de medeoprichter van Chainlink, zei dat hij verwachtte dat de prijs uiteindelijk $ 100.000 zou breken omdat het \'digitale goud\'-verhaal lijkt te zijn genormaliseerd.\r\n\r\n \r\n\r\nHij zei dat twee factoren de prijs boven $ 100.000 zouden doen stijgen.\r\n\r\n \r\n\r\nTen eerste leiden de stijgende inflatie en de steeds negatiever wordende opvattingen over het moderne monetaire beleid ertoe dat mensen en instellingen op zoek gaan naar alternatieve manieren om de waarde van hun kapitaal te behouden, zei Nazarov. En de groeiende vraag naar rendement en de opkomst van \"gedecentraliseerde financiering\" of \"DeFi\" - de snelst groeiende sector in de blockchain-industrie - versnelt zijn groei.\r\n\r\n \r\n\r\n\"Simpel gezegd, de risico-opbrengstvergelijking begint te veranderen van traditionele financiële activa die rendabel zijn, minder risicovol en betrouwbare opslag van rijkdom die bestand is tegen inflatie, naar Bitcoin en verschillende crypto-activa als bronnen van opbrengst, steeds minder risico, en een betrouwbare voorraad rijkdom, \'zei hij.\r\n\r\n ','Bitcoin bereikt het hoogste punt ooit van $ 19.857, waardoor het rendement sinds het begin van het jaar 177% is','','inherit','closed','closed','','92-revision-v1','','','2022-03-28 22:19:58','2022-03-28 22:19:58','',92,'http://jouets-ludiloo.be/?p=101',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!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 (5,3,0),(5,4,0),(5,5,0),(5,6,0),(8,3,0),(8,4,0),(8,5,0),(8,6,0),(33,7,0),(34,7,0),(35,7,0),(37,7,0),(38,7,0),(39,8,0),(40,8,0),(41,8,0),(42,8,0),(43,9,0),(44,9,0),(45,9,0),(75,10,0),(78,11,0),(81,12,0),(88,13,0),(92,14,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=15 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,'category','',0,2),(4,4,'category','',0,2),(5,5,'category','',0,2),(6,6,'category','',0,2),(7,7,'nav_menu','',0,5),(8,8,'nav_menu','',0,4),(9,9,'nav_menu','',0,3),(10,10,'category','',0,1),(11,11,'category','',0,1),(12,12,'category','',0,1),(13,13,'category','',0,1),(14,14,'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=15 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,'Default','default',0),(3,'Blog','blog',0),(4,'News','news',0),(5,'Child Toys','child-toys',0),(6,'Toy','toy',0),(7,'Main menu','main-menu',0),(8,'Social Menu','social-menu',0),(9,'Top Menu','top-menu',0),(10,'bitcoin en coins','bitcoin-en-coins',0),(11,'Dating en wonen','dating-en-wonen',0),(12,'credit card en voorschot','credit-card-en-voorschot',0),(13,'aandeel en gokken','aandeel-en-gokken',0),(14,'biflatie en stappen','biflatie-en-stappen',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=29 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','editor'),(2,1,'first_name','Jamie'),(3,1,'last_name','Mills'),(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:1:{s:64:\"5649adb3362d22293b4b0bff17871ab87f07b5dfd89dadbb0b788684200a792a\";a:4:{s:10:\"expiration\";i:1677078335;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";s:5:\"login\";i:1676905535;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','102'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"223.182.247.0\";}'),(19,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(20,1,'wp_user-settings-time','1602681758'),(24,1,'_yoast_wpseo_profile_updated','1597310654'),(25,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\";}'),(26,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(27,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:29;s:9:\"\0*\0reason\";s:23:\"home_url_option_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:6:\"editor\";s:9:\"user_pass\";s:34:\"$P$BqYdZinjvbICD/hMHqrNldqd00IAT4/\";s:13:\"user_nicename\";s:6:\"editor\";s:10:\"user_email\";s:22:\"[email protected]\";s:8:\"user_url\";s:24:\"http://jouets-ludiloo.be\";s:15:\"user_registered\";s:19:\"2020-07-03 21:41:49\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Jamie Mills\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:63:{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:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(28,1,'wp_persisted_preferences','a:2:{s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-02-20T15:17:45.589Z\";}');
/*!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,'editor','$P$BqYdZinjvbICD/hMHqrNldqd00IAT4/','editor','[email protected]','http://jouets-ludiloo.be','2020-07-03 21:41:49','',0,'Jamie Mills');
/*!40000 ALTER TABLE `wp_users` 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 AUTO_INCREMENT=8 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;
--
-- Table structure for table `wp_wpil_url_links`
--
DROP TABLE IF EXISTS `wp_wpil_url_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_url_links` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`url_id` int unsigned NOT NULL,
`post_id` int unsigned NOT NULL,
`post_type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
`anchor` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`relative_link` tinyint(1) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpil_url_links`
--
LOCK TABLES `wp_wpil_url_links` WRITE;
/*!40000 ALTER TABLE `wp_wpil_url_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_url_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpil_urls`
--
DROP TABLE IF EXISTS `wp_wpil_urls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_urls` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`old` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`new` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpil_urls`
--
LOCK TABLES `wp_wpil_urls` WRITE;
/*!40000 ALTER TABLE `wp_wpil_urls` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_urls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable`
--
DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`permalink` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`permalink_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`object_id` bigint DEFAULT NULL,
`object_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`object_sub_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`author_id` bigint DEFAULT NULL,
`post_parent` bigint DEFAULT NULL,
`title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`breadcrumb_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_public` tinyint(1) DEFAULT NULL,
`is_protected` tinyint(1) DEFAULT '0',
`has_public_posts` tinyint(1) DEFAULT NULL,
`number_of_pages` int unsigned DEFAULT NULL,
`canonical` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`primary_focus_keyword` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`primary_focus_keyword_score` int DEFAULT NULL,
`readability_score` int DEFAULT NULL,
`is_cornerstone` tinyint(1) DEFAULT '0',
`is_robots_noindex` tinyint(1) DEFAULT '0',
`is_robots_nofollow` tinyint(1) DEFAULT '0',
`is_robots_noarchive` tinyint(1) DEFAULT '0',
`is_robots_noimageindex` tinyint(1) DEFAULT '0',
`is_robots_nosnippet` tinyint(1) DEFAULT '0',
`twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`twitter_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`twitter_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`twitter_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`twitter_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`open_graph_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_image_meta` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`link_count` int DEFAULT NULL,
`incoming_link_count` int DEFAULT NULL,
`prominent_words_version` int unsigned DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`blog_id` bigint NOT NULL DEFAULT '1',
`language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schema_page_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schema_article_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`has_ancestors` tinyint(1) DEFAULT '0',
`estimated_reading_time_minutes` int DEFAULT NULL,
`version` int DEFAULT '1',
`object_last_modified` datetime DEFAULT NULL,
`object_published_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
KEY `object_id_and_type` (`object_id`,`object_type`),
KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable`
--
LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://jouets-ludiloo.be/author/editor/','40:2024f80db14d6ae323e07cb2ed90fe38',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/2f433e3d52108494160e15a5b30dbd82?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/2f433e3d52108494160e15a5b30dbd82?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2023-03-22 21:43:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-02-20 15:25:31','2020-08-13 08:55:35'),(2,'https://jouets-ludiloo.be/the-child-toy-chest/','46:91d909d0e42aab6bda2799eaa560c254',5,'post','post',1,0,NULL,NULL,'The Child Toy Chest','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg',NULL,'6','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg','6','featured-image','{\"width\":960,\"height\":735,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg\",\"size\":\"full\",\"id\":6,\"alt\":\"\",\"pixels\":705600,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-13 09:12:51','2022-12-21 21:12:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:50:43','2020-08-13 08:55:35'),(3,NULL,NULL,6,'post','attachment',1,5,NULL,NULL,'568','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg',NULL,'6','attachment-image',NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg','6','attachment-image','{\"width\":960,\"height\":735,\"url\":\"http://jouets-ludiloo.be/wp-content/uploads/2020/08/568.jpg\",\"path\":\"/var/www/jouets-ludiloo.be/public_html/wp-content/uploads/2020/08/568.jpg\",\"size\":\"full\",\"id\":6,\"alt\":\"\",\"pixels\":705600,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(4,'https://jouets-ludiloo.be/jouets-de-developpement-de-lenfant/','61:43797122ef5c47f305bf75a42ae849ec',8,'post','post',1,0,NULL,NULL,'Jouets de développement de l’enfant','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg',NULL,'9','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg','9','featured-image','{\"width\":1813,\"height\":1228,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg\",\"size\":\"full\",\"id\":9,\"alt\":\"\",\"pixels\":2226364,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 17:45:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:05:54','2020-08-13 09:00:34'),(5,NULL,NULL,9,'post','attachment',1,8,NULL,NULL,'','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg',NULL,'9','attachment-image',NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg','9','attachment-image','{\"width\":1813,\"height\":1228,\"url\":\"http://jouets-ludiloo.be/wp-content/uploads/2020/08/569.jpg\",\"path\":\"/var/www/jouets-ludiloo.be/public_html/wp-content/uploads/2020/08/569.jpg\",\"size\":\"full\",\"id\":9,\"alt\":\"\",\"pixels\":2226364,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(6,'https://jouets-ludiloo.be/privacy-policy/','41:5bd692f2ff511f5c88b57d69dd5664fa',17,'post','page',1,0,NULL,NULL,'Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-13 09:12:51','2022-12-21 15:09:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-25 05:45:02','2020-08-13 09:17:58'),(7,'https://jouets-ludiloo.be/terms-and-conditions/','47:e6df66e6ac6239772f32e6cfba9703dd',18,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-13 09:12:51','2022-12-21 15:09:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-25 05:45:19','2020-08-13 09:19:05'),(8,'https://jouets-ludiloo.be/contact-us/','37:d18299cb4bd8fbde366db80afd972925',16,'post','page',1,0,NULL,NULL,'Contact Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-13 09:12:51','2022-12-21 15:09:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:14:49','2020-08-13 09:14:49'),(9,'https://jouets-ludiloo.be/home/','31:79afb8b92dc8c6a694ae59c2a229a0a4',12,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 23:44:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:08:11','2020-08-13 09:08:11'),(10,'https://jouets-ludiloo.be/about-us/','35:d1692ba7c11de0bb8507316baf89e0b1',13,'post','page',1,0,NULL,NULL,'About Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 09:03:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:10:25','2020-08-13 09:10:25'),(13,NULL,NULL,1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(14,NULL,NULL,2,'term','category',NULL,NULL,NULL,NULL,'Default',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(15,'https://jouets-ludiloo.be/category/blog/','40:9ee021f63052bd89aa10d8cf650fde57',3,'term','category',NULL,NULL,NULL,NULL,'Blog',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 17:45:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:50:43','2020-08-13 08:55:35'),(16,'https://jouets-ludiloo.be/category/news/','40:ac93a48899e3456783e47b19f5ec0d30',4,'term','category',NULL,NULL,NULL,NULL,'News',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 21:12:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:50:43','2020-08-13 08:55:35'),(17,'https://jouets-ludiloo.be/category/child-toys/','46:e7194f39abff31f0486f4add4dfd630c',5,'term','category',NULL,NULL,NULL,NULL,'Child Toys',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 17:45:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:50:43','2020-08-13 08:55:35'),(18,'https://jouets-ludiloo.be/category/toy/','39:49d6d68596b88ae23044bc3db37ff941',6,'term','category',NULL,NULL,NULL,NULL,'Toy',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 21:12:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-13 09:50:43','2020-08-13 08:55:35'),(19,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2023-02-20 15:05:49',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(20,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 12:57:15',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(21,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2022-12-21 06:34:15',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(22,'https://jouets-ludiloo.be/','26:d828c84b5168d4bedb62540cbbe52155',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','The Home Of Toys','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:12:51','2023-03-22 21:43:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-02-20 15:25:31','2020-08-13 08:55:35'),(29,NULL,NULL,33,'post','nav_menu_item',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:04','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(30,NULL,NULL,34,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:04','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(31,NULL,NULL,35,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:04','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(32,NULL,NULL,36,'post','nav_menu_item',1,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:04','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(33,NULL,NULL,37,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:04','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(34,NULL,NULL,38,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:04','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(35,NULL,NULL,39,'post','nav_menu_item',1,0,NULL,NULL,'Facebook','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:32:57','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(36,NULL,NULL,40,'post','nav_menu_item',1,0,NULL,NULL,'Twitter','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:33:32','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(37,NULL,NULL,41,'post','nav_menu_item',1,0,NULL,NULL,'LinkedIn','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:33:56','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(38,NULL,NULL,42,'post','nav_menu_item',1,0,NULL,NULL,'Pinterest','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:34:17','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(39,NULL,NULL,43,'post','nav_menu_item',1,0,NULL,NULL,'Rue de Sy 306,Folx-les-Caves','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:35:41','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(40,NULL,NULL,44,'post','nav_menu_item',1,0,NULL,NULL,'Phone :- 048 57 26 19 07','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:36:37','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(41,NULL,NULL,45,'post','nav_menu_item',1,0,NULL,NULL,'Email : [email protected]','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:37:17','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(42,NULL,NULL,46,'post','attachment',1,0,NULL,NULL,'570','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/570.jpg',NULL,'46','attachment-image',NULL,NULL,NULL,'46','attachment-image',NULL,NULL,NULL,NULL,'2020-08-13 09:41:23','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(43,NULL,NULL,47,'post','attachment',1,0,NULL,NULL,'571','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/571.jpg',NULL,'47','attachment-image',NULL,NULL,NULL,'47','attachment-image',NULL,NULL,NULL,NULL,'2020-08-13 09:47:25','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(44,NULL,NULL,50,'post','custom_css',1,0,NULL,NULL,'style-blog-fame','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-13 09:56:24','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(50,NULL,NULL,60,'post','attachment',1,0,NULL,NULL,'logo136','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/logo136.png',NULL,'60','attachment-image',NULL,NULL,NULL,'60','attachment-image',NULL,NULL,NULL,NULL,'2020-08-13 10:09:47','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(51,NULL,NULL,61,'post','attachment',1,0,NULL,NULL,'cropped-logo136.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/08/cropped-logo136.png',NULL,'61','attachment-image',NULL,NULL,NULL,'61','attachment-image',NULL,NULL,NULL,NULL,'2020-08-13 10:09:59','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(56,NULL,NULL,67,'post','wpautoterms_page',1,0,NULL,NULL,'Privacy Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-25 05:44:03','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(57,NULL,NULL,68,'post','wpautoterms_page',1,0,NULL,NULL,'Terms and Conditions','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-25 05:44:08','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(58,'https://jouets-ludiloo.be/wpautoterms/','38:75d2f75c67d6161ede42cbf1ec21201c',NULL,'post-type-archive','wpautoterms_page',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Legal Pages',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-06 21:52:01','2022-12-25 12:12:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(59,'https://jouets-ludiloo.be/coinmarketcap-introduceert-een-headlines-sectie-voor-crypto-news-updates/','99:e3075550c1ab41d8779f4286f27c6ab3',75,'post','post',1,0,NULL,NULL,'Coinmarketcap introduceert een ‘Headlines’-sectie voor Crypto News Updates','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/10/5b4d5f4b5df4.jpg',NULL,'76','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/10/5b4d5f4b5df4.jpg','76','featured-image','{\"width\":1200,\"height\":675,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/10/5b4d5f4b5df4.jpg\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/10/5b4d5f4b5df4.jpg\",\"size\":\"full\",\"id\":76,\"alt\":\"\",\"pixels\":810000,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-10-06 21:53:25','2022-12-21 17:45:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-07 00:49:02','2020-10-19 21:53:25'),(60,NULL,NULL,76,'post','attachment',1,75,NULL,NULL,'5b4d5f4b5df4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/10/5b4d5f4b5df4.jpg',NULL,'76','attachment-image',NULL,NULL,NULL,'76','attachment-image',NULL,NULL,NULL,NULL,'2020-10-07 00:48:27','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(61,'https://jouets-ludiloo.be/category/bitcoin-en-coins/','52:c54336f5d9e15c5b9aae9fabe64377a7',10,'term','category',NULL,NULL,NULL,NULL,'bitcoin en coins',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-07 00:48:48','2022-12-21 11:27:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-07 00:49:02','2020-10-19 21:53:25'),(62,'https://jouets-ludiloo.be/veteraan-uit-de-tweede-wereldoorlog-geeerd-voor-haar-dienst/','86:ea97c36b27fb1e72e62461c20fb76f22',78,'post','post',1,0,NULL,NULL,'Veteraan uit de Tweede Wereldoorlog geëerd voor haar dienst','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/10/df4v5fd4v5df4v.jpg',NULL,'79','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/10/df4v5fd4v5df4v.jpg','79','featured-image','{\"width\":286,\"height\":176,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/10/df4v5fd4v5df4v.jpg\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/10/df4v5fd4v5df4v.jpg\",\"size\":\"full\",\"id\":79,\"alt\":\"\",\"pixels\":50336,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-10-14 13:19:57','2022-12-21 17:44:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-14 13:22:42','2020-11-01 13:19:57'),(63,NULL,NULL,79,'post','attachment',1,78,NULL,NULL,'df4v5fd4v5df4v','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/10/df4v5fd4v5df4v.jpg',NULL,'79','attachment-image',NULL,NULL,NULL,'79','attachment-image',NULL,NULL,NULL,NULL,'2020-10-14 13:21:23','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(64,'https://jouets-ludiloo.be/category/dating-en-wonen/','51:8e131b8d25ffff8aa3b2dc5481e8c269',11,'term','category',NULL,NULL,NULL,NULL,'Dating en wonen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-14 13:22:25','2022-12-21 13:40:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-14 13:22:42','2020-11-01 13:19:57'),(65,'https://jouets-ludiloo.be/bsp-stelt-een-maandelijkse-limiet-van-2-in-voor-creditcardkosten/','91:8759ecf34fd7444e79efc87ae75baf0e',81,'post','post',1,0,NULL,NULL,'BSP stelt een maandelijkse limiet van 2% in voor creditcardkosten','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/10/dgdf1g2fd1gd.png',NULL,'82','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/10/dgdf1g2fd1gd.png','82','featured-image','{\"width\":725,\"height\":460,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/10/dgdf1g2fd1gd.png\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/10/dgdf1g2fd1gd.png\",\"size\":\"full\",\"id\":82,\"alt\":\"\",\"pixels\":333500,\"type\":\"image/png\"}',0,0,NULL,'2020-10-22 01:49:14','2022-12-21 05:42:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-22 01:56:50','2020-11-20 01:49:14'),(66,NULL,NULL,82,'post','attachment',1,81,NULL,NULL,'dgdf1g2fd1gd','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/10/dgdf1g2fd1gd.png',NULL,'82','attachment-image',NULL,NULL,NULL,'82','attachment-image',NULL,NULL,NULL,NULL,'2020-10-22 01:55:22','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(67,'https://jouets-ludiloo.be/category/credit-card-en-voorschot/','60:f5750b383f584d725a2195fa21e6a00a',12,'term','category',NULL,NULL,NULL,NULL,'credit card en voorschot',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-22 01:56:36','2022-12-21 17:44:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-22 01:56:50','2020-11-20 01:49:14'),(68,NULL,NULL,0,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-10-22 02:23:42','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(69,NULL,NULL,84,'post','oembed_cache',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-22 02:23:42','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(73,'https://jouets-ludiloo.be/vergeet-de-stijgende-aandelenkoers-van-cineworld-ik-koop-andere-britse-aandelen-om-rijk-te-worden/','124:c368c46514a296bd3f642f613e55569b',88,'post','post',1,0,NULL,NULL,'Vergeet de stijgende aandelenkoers van Cineworld! Ik koop andere Britse aandelen om rijk te worden','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/12/54f54e5f4er.jpg',NULL,'89','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/12/54f54e5f4er.jpg','89','featured-image','{\"width\":275,\"height\":183,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/12/54f54e5f4er.jpg\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/12/54f54e5f4er.jpg\",\"size\":\"full\",\"id\":89,\"alt\":\"\",\"pixels\":50325,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-12-23 20:35:06','2022-12-21 15:08:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-12-23 20:47:23','2021-01-10 20:35:06'),(74,NULL,NULL,89,'post','attachment',1,88,NULL,NULL,'54f54e5f4er','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/12/54f54e5f4er.jpg',NULL,'89','attachment-image',NULL,NULL,NULL,'89','attachment-image',NULL,NULL,NULL,NULL,'2020-12-23 20:41:42','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(75,'https://jouets-ludiloo.be/category/aandeel-en-gokken/','53:168bf28fc01e3b32188b60f32fb78ce7',13,'term','category',NULL,NULL,NULL,NULL,'aandeel en gokken',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-23 20:44:27','2022-12-21 13:40:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-12-23 20:47:23','2021-01-10 20:35:06'),(76,NULL,NULL,90,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-23 20:45:23','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(77,'https://jouets-ludiloo.be/bitcoin-bereikt-het-hoogste-punt-ooit-van-19-857-waardoor-het-rendement-sinds-het-begin-van-het-jaar-177-is/','134:d1f2fab8dc35d70e2da4de25dc69800a',92,'post','post',1,0,NULL,NULL,'Bitcoin bereikt het hoogste punt ooit van $ 19.857, waardoor het rendement sinds het begin van het jaar 177% is','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/12/d4v545s4vs.jpg',NULL,'93','featured-image',NULL,NULL,'https://jouets-ludiloo.be/wp-content/uploads/2020/12/d4v545s4vs.jpg','93','featured-image','{\"width\":275,\"height\":183,\"url\":\"https://jouets-ludiloo.be/wp-content/uploads/2020/12/d4v545s4vs.jpg\",\"path\":\"/opt/aphex/sites/jouets-ludiloo.be/wp-content/uploads/2020/12/d4v545s4vs.jpg\",\"size\":\"full\",\"id\":93,\"alt\":\"\",\"pixels\":50325,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-12-24 18:27:13','2022-12-21 17:44:39',1,NULL,NULL,NULL,NULL,0,2,2,'2022-03-28 22:19:58','2021-01-07 18:27:13'),(78,NULL,NULL,93,'post','attachment',1,92,NULL,NULL,'d4v545s4vs','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://jouets-ludiloo.be/wp-content/uploads/2020/12/d4v545s4vs.jpg',NULL,'93','attachment-image',NULL,NULL,NULL,'93','attachment-image',NULL,NULL,NULL,NULL,'2020-12-24 18:36:17','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(79,NULL,NULL,94,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-24 18:37:27','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(80,'https://jouets-ludiloo.be/category/biflatie-en-stappen/','55:d9def993b1ccaa2dc5961729f1df4382',14,'term','category',NULL,NULL,NULL,NULL,'biflatie en stappen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-24 18:38:34','2022-12-21 17:44:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-28 22:19:58','2021-01-07 18:27:13'),(81,NULL,NULL,96,'post','nf_sub',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-02-09 07:10:12','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(82,NULL,NULL,97,'post','nf_sub',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15 16:31:05','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(84,NULL,NULL,99,'post','nf_sub',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-05-30 00:16:38','2022-12-21 05:42:09',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--
DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
`indexable_id` int unsigned NOT NULL,
`ancestor_id` int unsigned NOT NULL,
`depth` int unsigned DEFAULT NULL,
`blog_id` bigint NOT NULL DEFAULT '1',
PRIMARY KEY (`indexable_id`,`ancestor_id`),
KEY `indexable_id` (`indexable_id`),
KEY `ancestor_id` (`ancestor_id`),
KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--
LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(4,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(58,0,0,1),(59,0,0,1),(61,0,0,1),(62,0,0,1),(64,0,0,1),(65,0,0,1),(67,0,0,1),(73,0,0,1),(75,0,0,1),(77,0,0,1),(80,0,0,1),(84,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_migrations`
--
DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`version` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `WP_yoast_migrations_version` (`version`)
) 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_yoast_migrations`
--
LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(18,'20200617122511'),(16,'20200702141921'),(17,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_primary_term`
--
DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint DEFAULT NULL,
`term_id` bigint DEFAULT NULL,
`taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`blog_id` bigint NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `post_taxonomy` (`post_id`,`taxonomy`),
KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_primary_term`
--
LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,75,10,'category','2020-10-07 00:49:02','2022-12-21 17:45:05',1),(2,78,11,'category','2020-10-14 13:22:42','2022-12-21 17:44:56',1),(3,81,12,'category','2020-10-22 01:56:50','2022-12-21 05:42:41',1),(4,88,13,'category','2020-12-23 20:47:23','2022-12-21 15:08:45',1),(5,92,14,'category','2020-12-24 18:43:11','2022-12-21 17:44:39',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_id` bigint unsigned NOT NULL,
`target_post_id` bigint unsigned NOT NULL,
`type` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`indexable_id` int unsigned DEFAULT NULL,
`target_indexable_id` int unsigned DEFAULT NULL,
`height` int unsigned DEFAULT NULL,
`width` int unsigned DEFAULT NULL,
`size` int unsigned DEFAULT NULL,
`language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (5,'https://www.bitcoinexchangenederland.nl/icon/',75,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'https://www.bitcoinexchangenederland.nl/cardano/',75,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'https://leukedatingsite.nl/victoriamilan/',78,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'https://leukedatingsite.nl/chatten-met-vreemden/',78,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'https://www.123creditcardvergelijk.nl/mastercard-creditcard/',81,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'https://www.123creditcardvergelijk.nl/visa-creditcard/',81,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,'https://aandelenkopen.nl/',88,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,'https://aandelenkopen.nl/amazon-aandeel/',88,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_meta`
--
DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint unsigned NOT NULL,
`internal_link_count` int unsigned DEFAULT NULL,
`incoming_link_count` int unsigned DEFAULT NULL,
UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (3,0,0),(4,0,0),(5,0,0),(11,0,0),(16,0,0),(17,0,0),(18,0,0),(20,0,0),(21,0,0),(22,0,0),(23,0,0),(24,0,0),(25,0,0),(26,0,0),(27,0,0),(29,0,0),(31,0,0),(32,0,0),(49,0,0),(51,0,0),(52,0,0),(54,0,0),(56,0,0),(58,0,0),(62,0,0),(63,0,0),(65,0,0),(66,0,0),(67,0,0),(68,0,0),(75,0,0),(78,0,0),(81,0,0),(85,0,0),(86,0,0),(87,0,0),(88,0,0),(92,0,0),(98,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` 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:08:47