File: /opt/aphex/sites/ethosdocumentary.com/db.sql
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost Database: ethosdocumentary_com
-- ------------------------------------------------------
-- 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_key` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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');
/*!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 COLLATE utf8mb4_unicode_520_ci,
`key` longtext COLLATE utf8mb4_unicode_520_ci,
`type` longtext COLLATE utf8mb4_unicode_520_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 COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_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-28 11:49:20','2020-08-28 11:49:20','Store Submission'),(2,'','','email',1,1,'2020-08-28 11:49:20','2020-08-28 11:49:20','Email Confirmation'),(3,'','','email',1,1,'2020-08-28 11:49:21','2020-08-28 11:49:21','Email Notification'),(4,'','','successmessage',1,1,'2020-08-28 11:49:21','2020-08-28 11:49:21','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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_key` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=284 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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-28 11:49:19','created_at','2020-08-28 11:49:19'),(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-28 11:49:19','created_at','2020-08-28 11:49:19'),(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-28 11:49:19','created_at','2020-08-28 11:49:19'),(271,3,'value','','value',''),(272,4,'label','Submit','label','Submit'),(273,4,'key','submit','key','submit'),(274,4,'type','submit','type','submit'),(275,4,'created_at','2020-08-28 11:49:19','created_at','2020-08-28 11:49:19'),(276,1,'field_label','Name','field_label','Name'),(277,1,'field_key','name','field_key','name'),(278,2,'field_label','Email','field_label','Email'),(279,2,'field_key','email','field_key','email'),(280,3,'field_label','Message','field_label','Message'),(281,3,'field_key','message','field_key','message'),(282,4,'field_label','Submit','field_label','Submit'),(283,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 COLLATE utf8mb4_unicode_520_ci,
`key` longtext COLLATE utf8mb4_unicode_520_ci,
`type` longtext COLLATE utf8mb4_unicode_520_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 COLLATE utf8mb4_unicode_520_ci,
`field_key` longtext COLLATE utf8mb4_unicode_520_ci,
`order` int DEFAULT NULL,
`required` bit(1) DEFAULT NULL,
`default_value` longtext COLLATE utf8mb4_unicode_520_ci,
`label_pos` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`personally_identifiable` bit(1) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_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-28 11:49:19','2020-08-28 11:49:19','Name','name',1,_binary '','','above',_binary '\0'),(2,'Email','email','email',1,'2020-08-28 11:49:19','2020-08-28 11:49:19','Email','email',2,_binary '','','above',_binary ''),(3,'Message','message','textarea',1,'2020-08-28 11:49:19','2020-08-28 11:49:19','Message','message',3,_binary '','','above',_binary '\0'),(4,'Submit','submit','submit',1,'2020-08-28 11:49:19','2020-08-28 11:49:19','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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_key` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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-28 11:49:18','created_at','2020-08-28 11:49:18'),(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','1','editActive','1'),(7,1,'show_title','0','show_title','0'),(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','','embed_form',''),(101,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(102,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(103,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(104,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(105,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(106,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(107,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(108,1,'validateRequiredField','','validateRequiredField',''),(109,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(110,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(111,1,'currency','','currency',''),(112,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.'),(113,1,'drawerDisabled','','drawerDisabled','');
/*!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 COLLATE utf8mb4_unicode_520_ci,
`key` longtext COLLATE utf8mb4_unicode_520_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 COLLATE utf8mb4_unicode_520_ci,
`default_label_pos` varchar(15) COLLATE utf8mb4_unicode_520_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'2020-08-28 12:00:39','2020-08-28 11:49:18',NULL,NULL,'Contact Me','above',_binary '\0',_binary '',_binary '',_binary '\0',NULL);
/*!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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_key` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 COLLATE utf8mb4_unicode_520_ci,
`title` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`object_title` longtext COLLATE utf8mb4_unicode_520_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent_id` int NOT NULL,
`parent_type` longtext COLLATE utf8mb4_unicode_520_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_520_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 COLLATE utf8mb4_unicode_520_ci,
`stage` int NOT NULL DEFAULT '0',
`maintenance` bit(1) DEFAULT b'0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_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-28 11:49:19\";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: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-28 11:49:19\";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: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:71:{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-28 11:49:19\";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: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: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-28 11:49:19\";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-28 11:49: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: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-28 11:49: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: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-28 11:49:21\";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-28 11:49:21\";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:114:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2020-08-28 11:49:18\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;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:10:\"embed_form\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}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=21252 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://ethosdocumentary.com','yes'),(2,'home','http://ethosdocumentary.com','yes'),(3,'blogname','Ethos Documentary','yes'),(4,'blogdescription','A Great Place For Education','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','','yes'),(11,'comments_notify','','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','','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','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:114:{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:25:\"index.php?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: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:31:\"cache-enabler/cache-enabler.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:37:\"link-whisper-premium/link-whisper.php\";i:6;s:29:\"mainwp-child/mainwp-child.php\";i:7;s:27:\"ninja-forms/ninja-forms.php\";i:8;s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";i:9;s:45:\"remove-footer-credit/remove-footer-credit.php\";i:10;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:11;s:30:\"seo-by-rank-math/rank-math.php\";i:12;s:23:\"spiderblocker/index.php\";i:13;s:37:\"wordpress-autoblogging/basic-auth.php\";i:14;s:23:\"wp-insert/wp-insert.php\";i:15;s:41:\"xml-sitemaps-for-videos/video-sitemap.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','alante','yes'),(41,'stylesheet','alante','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','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','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:4:{i:0;i:48;i:1;i:55;i:2;i:59;i:3;i:64;}','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:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:7:\"Welcome\";s:4:\"text\";s:290:\"<img class=\"aligncenter wp-image-24 size-full\" src=\"http://ethosdocumentary.com/wp-content/uploads/2020/08/Ernie-J.-Goetz.jpg\" alt=\"\" width=\"455\" height=\"304\" />\r\n\r\nHi! I\'m <strong>Ernie J. Goetz</strong>, creator of this blog. When you have a dream, you\'ve got to grab it and never let go.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:3:\"Ads\";s:4:\"text\";s:334:\"<a href=\"https://www.colorincolorado.org/article/twenty-ways-you-can-help-your-children-succeed-school\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-25 size-medium\" src=\"http://ethosdocumentary.com/wp-content/uploads/2020/08/1-md5-3a813887088297a545a62f94a19bed53-300x250.png\" alt=\"\" width=\"300\" height=\"250\" /></a>\";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:3:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";a:2:{i:0;s:36:\"\\AlanEFPluginDonation\\PluginDonation\";i:1;s:16:\"plugin_uninstall\";}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','30','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','','yes'),(93,'admin_email_lifespan','1612544524','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:77:{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:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:24:\"rank_math_search_console\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:19:\"rank_math_admin_bar\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";i:2;s:12:\"categories-2\";i:3;s:14:\"recent-posts-2\";i:4;s:6:\"text-3\";}s:9:\"footer-w1\";a:0:{}s:9:\"footer-w2\";a:0:{}s:9:\"footer-w3\";a:0:{}s:9:\"footer-w4\";a:0:{}s:9:\"footer-w5\";a:0:{}s:9:\"footer-w6\";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','upSmLZs0XF','yes'),(105,'tagline','','yes'),(107,'auth_key','{mm-nUei[USD?)8)q!isS>*t_-=[ 3S6;~C}F]SiN{wtQI(t!H:oe8%id>fxEsf+','no'),(108,'auth_salt','s@&n-0*,qPKJDwTuALu_L~: z:pJX)mNMcqD),/DDDreb}&!#U+>ffTLBY@|k6VF','no'),(109,'logged_in_key',']vDpD%.&jDEB6Ey^7|!cy|zqIj~g]wX3m]/E}0w}}U#gQP@L#Fkf;EPfD}kQQJy ','no'),(110,'logged_in_salt','%9pLh])2ki2i|dG|#Z<PI5>k@X)B/8oKO-KKS&8e>jV45!-p`++q0kJ)(!:fMXN>','no'),(111,'cron','a:12:{i:1653822129;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:1653824785;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:1653824932;a:1:{s:18:\"redirect_404_hp_cp\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653838857;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:1653843727;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:1653843729;a:6:{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;}}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:1653868800;a:3:{s:38:\"rank_math/search_console/get_analytics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:35:\"rank_math/redirection/clean_trashed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"rank_math/links/internal_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:1653930129;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;}}}i:1654256963;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:1654257027;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:1654861827;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;}}}s:7:\"version\";i:2;}','yes'),(112,'update_day','2','yes'),(113,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_media_video','a:1:{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','UV10hXTteSa8(%4:F{_,*8>BBGq|VLll&hFP0-Ot5gYB-;6^w<$_2B{S[G[7hH]-','no'),(123,'nonce_salt','~P#$n?8dZvJ3}.bgojRU*,>5rV$/`5.!#h,f&$>B4+weM$j[$tmnFFU[[+*#*H6S','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'current_theme','Alante','yes'),(135,'theme_mods_arke','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1598616192;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'),(136,'crawl-delay-value','4','yes'),(158,'recently_activated','a:0:{}','yes'),(170,'ninja_forms_oauth_client_secret','JXnkcuKrnAeetGzgtGrPa0TWe49TivwYDeDhI56A','yes'),(171,'ninja_forms_version','3.6.9','yes'),(172,'ninja_forms_db_version','1.4','no'),(173,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2020-08-28 11:49:18\";s:17:\"CacheCollateForms\";s:19:\"2020-08-28 11:49:18\";s:18:\"CacheCollateFields\";s:19:\"2020-08-28 11:49:18\";s:19:\"CacheCollateObjects\";s:19:\"2020-08-28 11:49:18\";s:19:\"CacheCollateCleanup\";s:19:\"2020-08-28 11:49:18\";s:25:\"CacheFieldReconcilliation\";s:19:\"2020-08-28 11:49:18\";}','yes'),(174,'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'),(175,'ninja_forms_zuul','87','no'),(177,'rank_math_search_console_data','a:2:{s:10:\"authorized\";b:0;s:8:\"profiles\";a:0:{}}','yes'),(178,'rank_math_known_post_types','a:3:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";}','yes'),(179,'rank_math_modules','a:10:{i:0;s:12:\"link-counter\";i:1;s:14:\"search-console\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";}','yes'),(180,'rank-math-options-general','a:39:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:27:\"http://ethosdocumentary.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:15:\"console_profile\";s:0:\"\";s:23:\"console_caching_control\";s:2:\"90\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:4:\"easy\";}','yes'),(181,'rank-math-options-titles','a:94:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:24:\"www.ethosdocumentary.com\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:3:\"off\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";}','yes'),(182,'rank-math-options-sitemap','a:12:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:19:\"ping_search_engines\";s:2:\"on\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";}','yes'),(185,'rank_math_version','1.0.47.1','yes'),(186,'rank_math_db_version','1','yes'),(187,'rank_math_install_date','1598615361','yes'),(189,'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:1676573879;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:38:\"/opt/aphex/sites/ethosdocumentary.com/\";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:1676573879;}}','yes'),(190,'fs_debug_mode','','yes'),(191,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:2:{i:2390;a:3:{s:4:\"slug\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";}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:2:{s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1598615361;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.7.8\";s:14:\"plugin_version\";s:5:\"1.7.9\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:24:\"www.ethosdocumentary.com\";s:9:\"server_ip\";s:14:\"115.187.60.211\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1598615361;s:7:\"version\";s:5:\"1.7.6\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1598615448;s:7:\"version\";s:5:\"1.7.6\";}}s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:11:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1676573879;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:13:\"2.25.2-beta.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;}}s:13:\"file_slug_map\";a:2:{s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";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:2:{s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:50:\"Redirect 404 Error Page to Homepage or Custom Page\";s:4:\"slug\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";s:12:\"premium_slug\";s:58:\"redirect-404-error-page-to-homepage-or-custom-page-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:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";s:7:\"version\";s:5:\"1.7.9\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;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_05d75331403f317e45a581145897b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2390\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"WP Sheet Editor - Post Types\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:12:\"premium_slug\";s:23:\"wp-sheet-editor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:7:\"version\";s:13:\"2.25.2-beta.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ec1c7da603c0772f1bfe276efb715\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1010\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"92e50fa071129977f93acd7816ab2587\";}','yes'),(192,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(193,'fs_api_cache','a:0:{}','no'),(196,'redirect-404-error-page-to-homepage-or-custom-page_db_version','1.0','yes'),(197,'redirect-404-error-page-to-homepage-or-custom-page-log','a:3:{s:4:\"days\";s:2:\"60\";s:3:\"log\";i:0;s:14:\"ignoreredirect\";i:0;}','yes'),(198,'wp_insert_legalpages','a:4:{s:14:\"privacy_policy\";a:2:{s:7:\"content\";s:2668:\"<p>At [sitename], the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by [sitename] and how it is used.</p><p><b>Log Files</b></p><p>Like many other Web sites, [sitename] makes use of log files. The information inside the log files includes internet protocol (IP) addresses, type of browser, Internet Service Provider (ISP), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user\\\'s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.</p><p><b>Cookies and Web Beacons</b></p><p>[sitename] does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.</p><p><b>DoubleClick DART Cookie</b></p><ul><li>Google, as a third party vendor, uses cookies to serve ads on [sitename].</li><li>Google\\\'s use of the DART cookie enables it to serve ads to users based on their visit to [sitename] and other sites on the Internet.</li><li>Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - <a href=\\\"https://www.google.com/policies/privacy/\\\" rel=\\\"nofollow\\\">https://www.google.com/policies/privacy/</a>.</li></ul><p>These third-party ad servers or ad networks use technology to the advertisements and links that appear on [sitename] send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.</p><p>[sitename] has no access to or control over these cookies that are used by third-party advertisers.</p><p>You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. [sitename]\\\'s privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.</p><p>If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browser\\\'s respective websites.</p>\";s:13:\"assigned_page\";s:1:\"5\";}s:16:\"terms_conditions\";a:2:{s:7:\"content\";s:2315:\"<p>Welcome to [sitename]. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern [sitename]\\\'s relationship with you in relation to this website.</p><p>The term [sitename] or \\\'us\\\' or \\\'we\\\' refers to the owner of the website. The term \\\'you\\\' refers to the user or viewer of our website. The use of this website is subject to the following terms of use:</p><ul><li>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</li><li>Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.</li><li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</li><li>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.</li><li>All trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.</li><li>Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.</li><li>From time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</li><li>You may not create a link to this website from another website or document without [sitename]\\\'s prior written consent.</li></ul>\";s:13:\"assigned_page\";s:1:\"6\";}s:10:\"disclaimer\";a:2:{s:7:\"content\";s:0:\"\";s:13:\"assigned_page\";s:0:\"\";}s:9:\"copyright\";a:2:{s:7:\"content\";s:0:\"\";s:13:\"assigned_page\";s:0:\"\";}}','yes'),(199,'wp_insert_version','2.5','yes'),(200,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_wp_insert_ad_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(202,'ninja_forms_needs_updates','0','yes'),(203,'Niteoweb.SpiderBlocker.Bots','a:39:{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:5:\"state\";b:1;s:2:\"re\";s:11:\"Baiduspider\";s:4:\"name\";s:5:\"Baidu\";s:4:\"desc\";s:47:\"http://www.baidu.com/search/robots_english.html\";}i:37;a:4:{s:5:\"state\";b:1;s:2:\"re\";s:8:\"serpstat\";s:4:\"name\";s:8:\"Serpstat\";s:4:\"desc\";s:21:\"https://serpstat.com/\";}i:38;a:4:{s:5:\"state\";b:1;s:4:\"desc\";s:22:\"https://www.spyfu.com/\";s:2:\"re\";s:5:\"spyfu\";s:4:\"name\";s:5:\"SpyFu\";}}','yes'),(204,'rank_math_registration_skip','1','yes'),(209,'rank_math_review_posts_converted','1','yes'),(211,'rank_math_wizard_completed','1','yes'),(212,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:8:\"9/4/2020\";s:3:\"int\";i:7;}}','yes'),(215,'rank_math_sitemap_cache_files','a:7:{s:46:\"rank_math_ed6c5c78893cb650058aad65cfa2915a.xml\";s:4:\"page\";s:46:\"rank_math_fd5848ec9f527f5b10116fe78463852f.xml\";s:4:\"page\";s:46:\"rank_math_36b2c5576c76a69a64c798c945b81019.xml\";s:5:\"posts\";s:46:\"rank_math_6058462b12b04f4bc02cf92289648eb9.xml\";s:1:\"1\";s:46:\"rank_math_299662b947fc3a7865848d4f87a76d49.xml\";s:4:\"post\";s:46:\"rank_math_053c96c21bf45df1977d7965d5d151e1.xml\";s:8:\"category\";s:46:\"rank_math_49c94f61dd6b086be0dedcf45eed190a.xml\";s:6:\"author\";}','yes'),(216,'redirect-404-error-page-to-homepage-or-custom-page-settings','a:2:{s:6:\"pageid\";s:1:\"0\";s:4:\"type\";s:3:\"301\";}','yes'),(217,'redirect-404-error-page-to-homepage-or-custom-page-reset','','yes'),(220,'nf_form_tel_data','1','no'),(221,'ninja_forms_do_not_allow_tracking','1','yes'),(222,'ninja_forms_optin_reported','1','yes'),(224,'nf_sub_expiration','a:0:{}','yes'),(228,'theme_mods_alante-eboxed','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1598616249;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"footer-w1\";a:0:{}s:9:\"footer-w2\";a:0:{}s:9:\"footer-w3\";a:0:{}s:9:\"footer-w4\";a:0:{}s:9:\"footer-w5\";a:0:{}s:9:\"footer-w6\";a:0:{}}}}','yes'),(229,'theme_switched','','yes'),(230,'thinkup_redux_variables','a:4:{s:25:\"thinkup_styles_skinswitch\";s:0:\"\";s:19:\"thinkup_styles_skin\";s:0:\"\";s:18:\"thinkup_blog_style\";s:0:\"\";s:25:\"thinkup_blog_style1layout\";s:0:\"\";}','yes'),(236,'theme_mods_alante','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header_menu\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:40;}','yes'),(239,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(244,'alante_thinkup_redux_variables','a:11:{s:22:\"thinkup_general_layout\";s:7:\"option2\";s:24:\"thinkup_general_sidebars\";s:7:\"Sidebar\";s:33:\"thinkup_general_fixedlayoutswitch\";s:3:\"off\";s:23:\"thinkup_homepage_layout\";s:7:\"option2\";s:29:\"thinkup_homepage_sliderswitch\";s:7:\"option4\";s:35:\"thinkup_homepage_sliderimage1_image\";a:1:{s:3:\"url\";s:90:\"http://ethosdocumentary.com/wp-content/uploads/2020/08/AdobeStock_169533714-1280x626-1.jpg\";}s:30:\"thinkup_homepage_sectionswitch\";s:3:\"off\";s:19:\"thinkup_blog_layout\";s:7:\"option2\";s:23:\"thinkup_blog_postswitch\";s:7:\"option2\";s:19:\"thinkup_post_layout\";s:7:\"option2\";s:27:\"thinkup_footer_widgetswitch\";b:1;}','yes'),(258,'jabrfc_text','a:4:{s:4:\"find\";a:1:{i:0;s:161:\"Developed by <a href=\"//www.thinkupthemes.com/\" target=\"_blank\">Think Up Themes Ltd</a>. Powered by <a href=\"//www.wordpress.org/\" target=\"_blank\">WordPress</a>.\";}s:7:\"replace\";a:1:{i:0;s:93:\"Powered by <a href=\"http://ethosdocumentary.com/\">Ethos Documentary</a> | All rights reserved\";}s:12:\"willLinkback\";s:2:\"no\";s:14:\"linkbackPostId\";s:2:\"15\";}','yes'),(264,'disallowed_keys','','no'),(265,'comment_previously_approved','','yes'),(266,'auto_plugin_theme_update_emails','a:0:{}','no'),(267,'finished_updating_comment_type','1','yes'),(268,'db_upgraded','','yes'),(358,'recovery_keys','a:0:{}','yes'),(363,'ninja-forms-views-secret','C3ehiPVATqs3oD1mFXnezsawNWpDXsB5cPos5QHQ','yes'),(367,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"[email protected]\";s:7:\"version\";s:5:\"5.9.3\";s:9:\"timestamp\";i:1649740478;}','no'),(373,'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=\\\"http:\\/\\/ethosdocumentary.com\\/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=\\\"http:\\/\\/ethosdocumentary.com\\/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(\'http:\\/\\/ethosdocumentary.com\\/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'),(374,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"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\":\"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\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"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\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"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\":\"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.1\",\"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.1\",\"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\":\"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.1\",\"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.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\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"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.1.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\":\"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\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"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.0\",\"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\"}]},{\"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\":\"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.1\",\"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 1,500 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.8\",\"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.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\":\"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\":\"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.5\",\"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\":\"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.5\",\"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.4\",\"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.4\",\"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\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"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.1.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\":\"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.25\",\"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\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals 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=PipelineDeals+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=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"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\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"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.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\":\"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}]}]','no'),(457,'secure_auth_key','1gR|9&U^r d)^mmD1{{3<T5D_Ss5[-,S(bWngu~~i79(pTn,o>v_=#4}R<=Tq^05','no'),(458,'secure_auth_salt','u_4hBk`KWs@GQ(4>Vto^1Fg*oK$Nr][+n^DOGzyCeH-Pu}2+TiG]r>%>1*bE4QRQ','no'),(491,'mainwp_child_update_version','1.5','yes'),(492,'mainwp_child_plugin_version','4.2.3','yes'),(493,'mainwp_child_auth','a:7:{i:5;s:32:\"0d44394a1bdeb8d797407995aa15048b\";s:4:\"last\";i:1677752449;i:4;s:32:\"6526cbbcf0c833c87397145560416cdd\";i:3;s:32:\"97550d32dd79077b072da8915ce4d885\";i:2;s:32:\"1538bba077509026cebe9af916907b98\";i:1;s:32:\"80700b7f93a2688b519c1828bc7236ab\";i:0;s:32:\"96435cb91409d795dc5277a71418c1da\";}','yes'),(494,'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'),(495,'mainwp_child_activated_once','1','no'),(498,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUExUWxmSkJxREZwK0haNGozcFM3RQppNmNvS1BxUjR1TEM0S2J5ZXdMdXQ1RVJDTFpqeWhoYmcrYTVDTEpZZFRmWnFYd2h5R2tGc0VnWFY1SzJ4NXgzCm4wYXFiSk9ncFVHNTFUcjZiNXFqS1pSWjhRc0drSC9DVTQwcDFaREQ1UTloVHZYNkNhUHp5K0R3YStkVjAxb0EKNkdLeGd2aVRtb1duVERiRzRydVRpVEhxd1VpMktuKzFNRVh1VHhsbmxIZCtmRkx6a255SEhKQ0pGbTFBZ1g1SQp3UXJvcWJhcEpGQStGVUtEODFCRlRCL0FQVUsybi8vSzFSQVd6djQwRHRudWhOaUMrUVpERVYwQjZidFBrbDdBClJpM2psL1FuN0ROYkFSKytqcXJpU3hvakVuMkJ4bEJTWTh5K2xMeFpEQmFTS29hV002VTgvaTBZRi9TQmdOUHEKc3dJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(499,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(500,'mainwp_child_nonce','0','no'),(501,'mainwp_child_nossl','0','yes'),(502,'mainwp_child_nossl_key','5492267ec83ab1d952a2788dfe6661e40a10c37189671fea1ddbca1e12680d8f','yes'),(503,'mainwp_premium_updates','a:0:{}','no'),(506,'mainwp_child_clone_sites','0','no'),(507,'mainwp_child_siteid','408','no'),(536,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(790,'auto_update_core_dev','enabled','yes'),(791,'auto_update_core_minor','enabled','yes'),(792,'auto_update_core_major','unset','yes'),(1123,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1284,'wp_force_deactivated_plugins','a:0:{}','yes'),(1299,'category_children','a:0:{}','yes'),(8669,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(21209,'ai1wm_secret_key','jAafArrGN0Jr','yes'),(21210,'ai1wm_backups_labels','a:0:{}','yes'),(21211,'ai1wm_sites_links','a:0:{}','yes'),(21212,'swift_performance_plugin_organizer','a:0:{}','yes'),(21213,'jetpack_active_modules','a:0:{}','yes'),(21214,'_transient_doing_cron','1660730827.9533989429473876953125','yes'),(21216,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0.3-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-rollback-0.zip\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:3:\"6.0\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1676620324;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(21220,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676620327;s:7:\"checked\";a:4:{s:6:\"alante\";s:5:\"1.2.3\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:4:{s:6:\"alante\";a:6:{s:5:\"theme\";s:6:\"alante\";s:11:\"new_version\";s:5:\"1.3.0\";s:3:\"url\";s:36:\"https://wordpress.org/themes/alante/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/alante.1.3.0.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}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:0:{}s:12:\"translations\";a:0:{}}','no'),(21221,'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'),(21231,'wpil_2_license_status','','yes'),(21232,'wpil_2_license_key','','yes'),(21233,'wpil_2_license_data','','yes'),(21234,'wpil_2_ignore_numbers','1','yes'),(21235,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(21236,'wpil_2_links_open_new_tab','0','yes'),(21237,'wpil_2_debug_mode','0','yes'),(21238,'wpil_option_update_reporting_data_on_save','0','yes'),(21239,'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'),(21240,'wpil_has_run_initial_scan','1','yes'),(21241,'wpil_site_db_version','1.22','yes'),(21242,'wpil_link_table_is_created','1','yes'),(21243,'wpil_fresh_install','','yes'),(21244,'wpil_install_date','2023-02-16 18:57:57','yes'),(21248,'_site_transient_timeout_theme_roots','1676622125','no'),(21249,'_site_transient_theme_roots','a:4:{s:6:\"alante\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(21251,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1676620326;s:8:\"response\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.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.70\";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.70.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:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}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:5:\"4.3.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mainwp-child/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/mainwp-child.4.3.1.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.0\";}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.18\";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.18.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:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:7:\"1.0.108\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.108.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/seo-by-rank-math/assets/icon-256x256.png?rev=2848340\";s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=2848340\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=2848340\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}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\";s:3:\"7.4\";}s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:64:\"w.org/plugins/redirect-404-error-page-to-homepage-or-custom-page\";s:4:\"slug\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";s:6:\"plugin\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";s:11:\"new_version\";s:5:\"1.8.5\";s:3:\"url\";s:81:\"https://wordpress.org/plugins/redirect-404-error-page-to-homepage-or-custom-page/\";s:7:\"package\";s:99:\"https://downloads.wordpress.org/plugin/redirect-404-error-page-to-homepage-or-custom-page.1.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:103:\"https://ps.w.org/redirect-404-error-page-to-homepage-or-custom-page/assets/icon-256x256.png?rev=1871675\";s:2:\"1x\";s:103:\"https://ps.w.org/redirect-404-error-page-to-homepage-or-custom-page/assets/icon-128x128.png?rev=1871675\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}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:23:\"wp-insert/wp-insert.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wp-insert\";s:4:\"slug\";s:9:\"wp-insert\";s:6:\"plugin\";s:23:\"wp-insert/wp-insert.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-insert/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-insert.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-insert/assets/icon-256x256.png?rev=984289\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-insert/assets/icon-128x128.png?rev=984289\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-insert/assets/banner-772x250.jpg?rev=607069\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{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:41:\"xml-sitemaps-for-videos/video-sitemap.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/xml-sitemaps-for-videos\";s:4:\"slug\";s:23:\"xml-sitemaps-for-videos\";s:6:\"plugin\";s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/xml-sitemaps-for-videos/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/xml-sitemaps-for-videos.2.6.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/xml-sitemaps-for-videos.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.9.2\";}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:45:\"remove-footer-credit/remove-footer-credit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/remove-footer-credit\";s:4:\"slug\";s:20:\"remove-footer-credit\";s:6:\"plugin\";s:45:\"remove-footer-credit/remove-footer-credit.php\";s:11:\"new_version\";s:6:\"1.0.13\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/remove-footer-credit/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/remove-footer-credit.1.0.13.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/remove-footer-credit/assets/icon-128x128.jpg?rev=1821059\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/remove-footer-credit/assets/banner-772x250.jpg?rev=1821059\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";O:8:\"stdClass\":10:{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.0\";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\";}}}','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=509 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,'rank_math_internal_links_processed','1'),(4,6,'rank_math_internal_links_processed','1'),(8,8,'_edit_last','1'),(9,8,'_wp_page_template','default'),(10,8,'rank_math_internal_links_processed','1'),(11,8,'rank_math_rich_snippet','article'),(12,8,'rank_math_snippet_location','custom'),(13,8,'rank_math_snippet_article_type','Article'),(14,8,'rank_math_snippet_book_rating','0'),(15,8,'rank_math_snippet_book_rating_min','0'),(16,8,'rank_math_snippet_book_rating_max','0'),(17,8,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(18,8,'rank_math_snippet_course_provider_type','Organization'),(19,8,'rank_math_snippet_course_rating','0'),(20,8,'rank_math_snippet_course_rating_min','0'),(21,8,'rank_math_snippet_course_rating_max','0'),(22,8,'rank_math_snippet_event_type','Event'),(23,8,'rank_math_snippet_event_attendance_mode','offline'),(24,8,'rank_math_snippet_event_performer_type','Person'),(25,8,'rank_math_snippet_event_price','0'),(26,8,'rank_math_snippet_event_inventory','0'),(27,8,'rank_math_snippet_event_rating','0'),(28,8,'rank_math_snippet_event_rating_min','0'),(29,8,'rank_math_snippet_event_rating_max','0'),(30,8,'rank_math_snippet_jobposting_unpublish','on'),(31,8,'rank_math_snippet_music_type','MusicGroup'),(32,8,'rank_math_snippet_product_price','0'),(33,8,'rank_math_snippet_product_instock','on'),(34,8,'rank_math_snippet_product_rating','0'),(35,8,'rank_math_snippet_product_rating_min','0'),(36,8,'rank_math_snippet_product_rating_max','0'),(37,8,'rank_math_snippet_recipe_rating','0'),(38,8,'rank_math_snippet_recipe_rating_min','0'),(39,8,'rank_math_snippet_recipe_rating_max','0'),(40,8,'rank_math_snippet_recipe_instruction_type','SingleField'),(41,8,'rank_math_snippet_review_worst_rating','1'),(42,8,'rank_math_snippet_review_best_rating','5'),(43,8,'rank_math_snippet_review_location','bottom'),(44,8,'rank_math_snippet_software_price','0'),(45,8,'rank_math_snippet_software_rating','0'),(46,8,'rank_math_snippet_software_rating_min','0'),(47,8,'rank_math_snippet_software_rating_max','0'),(48,8,'rank_math_facebook_enable_image_overlay','off'),(49,8,'rank_math_facebook_image_overlay','play'),(50,8,'rank_math_twitter_use_facebook','on'),(51,8,'rank_math_twitter_card_type','summary_large_image'),(52,8,'rank_math_twitter_enable_image_overlay','off'),(53,8,'rank_math_twitter_image_overlay','play'),(54,8,'_edit_lock','1598615348:1'),(55,10,'_edit_last','1'),(56,10,'_wp_page_template','default'),(57,10,'rank_math_internal_links_processed','1'),(58,10,'rank_math_seo_score','3'),(59,10,'rank_math_rich_snippet','article'),(60,10,'rank_math_snippet_location','custom'),(61,10,'rank_math_snippet_article_type','Article'),(62,10,'rank_math_snippet_book_rating','0'),(63,10,'rank_math_snippet_book_rating_min','0'),(64,10,'rank_math_snippet_book_rating_max','0'),(65,10,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(66,10,'rank_math_snippet_course_provider_type','Organization'),(67,10,'rank_math_snippet_course_rating','0'),(68,10,'rank_math_snippet_course_rating_min','0'),(69,10,'rank_math_snippet_course_rating_max','0'),(70,10,'rank_math_snippet_event_type','Event'),(71,10,'rank_math_snippet_event_attendance_mode','offline'),(72,10,'rank_math_snippet_event_performer_type','Person'),(73,10,'rank_math_snippet_event_price','0'),(74,10,'rank_math_snippet_event_inventory','0'),(75,10,'rank_math_snippet_event_rating','0'),(76,10,'rank_math_snippet_event_rating_min','0'),(77,10,'rank_math_snippet_event_rating_max','0'),(78,10,'rank_math_snippet_jobposting_unpublish','on'),(79,10,'rank_math_snippet_music_type','MusicGroup'),(80,10,'rank_math_snippet_product_price','0'),(81,10,'rank_math_snippet_product_instock','on'),(82,10,'rank_math_snippet_product_rating','0'),(83,10,'rank_math_snippet_product_rating_min','0'),(84,10,'rank_math_snippet_product_rating_max','0'),(85,10,'rank_math_snippet_recipe_rating','0'),(86,10,'rank_math_snippet_recipe_rating_min','0'),(87,10,'rank_math_snippet_recipe_rating_max','0'),(88,10,'rank_math_snippet_recipe_instruction_type','SingleField'),(89,10,'rank_math_snippet_review_worst_rating','1'),(90,10,'rank_math_snippet_review_best_rating','5'),(91,10,'rank_math_snippet_review_location','bottom'),(92,10,'rank_math_snippet_software_price','0'),(93,10,'rank_math_snippet_software_rating','0'),(94,10,'rank_math_snippet_software_rating_min','0'),(95,10,'rank_math_snippet_software_rating_max','0'),(96,10,'rank_math_facebook_enable_image_overlay','off'),(97,10,'rank_math_facebook_image_overlay','play'),(98,10,'rank_math_twitter_use_facebook','on'),(99,10,'rank_math_twitter_card_type','summary_large_image'),(100,10,'rank_math_twitter_enable_image_overlay','off'),(101,10,'rank_math_twitter_image_overlay','play'),(102,10,'_edit_lock','1598615494:1'),(105,15,'_edit_last','1'),(106,15,'_edit_lock','1600616617:1'),(107,16,'_wp_attached_file','2020/08/maxresdefault.jpg'),(108,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2020/08/maxresdefault.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"maxresdefault-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:26:\"maxresdefault-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:25:\"maxresdefault-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:25:\"maxresdefault-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"arke-blog\";a:4:{s:4:\"file\";s:25:\"maxresdefault-640x360.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:360;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:{}}}'),(109,15,'_thumbnail_id','16'),(111,15,'rank_math_internal_links_processed','1'),(112,15,'rank_math_primary_category','0'),(113,15,'rank_math_seo_score','6'),(114,15,'rank_math_rich_snippet','article'),(115,15,'rank_math_snippet_location','custom'),(116,15,'rank_math_snippet_article_type','BlogPosting'),(117,15,'rank_math_snippet_book_rating','0'),(118,15,'rank_math_snippet_book_rating_min','0'),(119,15,'rank_math_snippet_book_rating_max','0'),(120,15,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(121,15,'rank_math_snippet_course_provider_type','Organization'),(122,15,'rank_math_snippet_course_rating','0'),(123,15,'rank_math_snippet_course_rating_min','0'),(124,15,'rank_math_snippet_course_rating_max','0'),(125,15,'rank_math_snippet_event_type','Event'),(126,15,'rank_math_snippet_event_attendance_mode','offline'),(127,15,'rank_math_snippet_event_performer_type','Person'),(128,15,'rank_math_snippet_event_price','0'),(129,15,'rank_math_snippet_event_inventory','0'),(130,15,'rank_math_snippet_event_rating','0'),(131,15,'rank_math_snippet_event_rating_min','0'),(132,15,'rank_math_snippet_event_rating_max','0'),(133,15,'rank_math_snippet_jobposting_unpublish','on'),(134,15,'rank_math_snippet_music_type','MusicGroup'),(135,15,'rank_math_snippet_product_price','0'),(136,15,'rank_math_snippet_product_instock','on'),(137,15,'rank_math_snippet_product_rating','0'),(138,15,'rank_math_snippet_product_rating_min','0'),(139,15,'rank_math_snippet_product_rating_max','0'),(140,15,'rank_math_snippet_recipe_rating','0'),(141,15,'rank_math_snippet_recipe_rating_min','0'),(142,15,'rank_math_snippet_recipe_rating_max','0'),(143,15,'rank_math_snippet_recipe_instruction_type','SingleField'),(144,15,'rank_math_snippet_review_worst_rating','1'),(145,15,'rank_math_snippet_review_best_rating','5'),(146,15,'rank_math_snippet_review_location','bottom'),(147,15,'rank_math_snippet_software_price','0'),(148,15,'rank_math_snippet_software_rating','0'),(149,15,'rank_math_snippet_software_rating_min','0'),(150,15,'rank_math_snippet_software_rating_max','0'),(151,15,'rank_math_facebook_enable_image_overlay','off'),(152,15,'rank_math_facebook_image_overlay','play'),(153,15,'rank_math_twitter_use_facebook','on'),(154,15,'rank_math_twitter_card_type','summary_large_image'),(155,15,'rank_math_twitter_enable_image_overlay','off'),(156,15,'rank_math_twitter_image_overlay','play'),(157,18,'_menu_item_type','post_type'),(158,18,'_menu_item_menu_item_parent','0'),(159,18,'_menu_item_object_id','10'),(160,18,'_menu_item_object','page'),(161,18,'_menu_item_target',''),(162,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(163,18,'_menu_item_xfn',''),(164,18,'_menu_item_url',''),(166,19,'_menu_item_type','post_type'),(167,19,'_menu_item_menu_item_parent','0'),(168,19,'_menu_item_object_id','8'),(169,19,'_menu_item_object','page'),(170,19,'_menu_item_target',''),(171,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(172,19,'_menu_item_xfn',''),(173,19,'_menu_item_url',''),(175,20,'_menu_item_type','post_type'),(176,20,'_menu_item_menu_item_parent','0'),(177,20,'_menu_item_object_id','6'),(178,20,'_menu_item_object','page'),(179,20,'_menu_item_target',''),(180,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(181,20,'_menu_item_xfn',''),(182,20,'_menu_item_url',''),(184,21,'_menu_item_type','post_type'),(185,21,'_menu_item_menu_item_parent','0'),(186,21,'_menu_item_object_id','5'),(187,21,'_menu_item_object','page'),(188,21,'_menu_item_target',''),(189,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(190,21,'_menu_item_xfn',''),(191,21,'_menu_item_url',''),(193,22,'_menu_item_type','taxonomy'),(194,22,'_menu_item_menu_item_parent','0'),(195,22,'_menu_item_object_id','3'),(196,22,'_menu_item_object','category'),(197,22,'_menu_item_target',''),(198,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,22,'_menu_item_xfn',''),(200,22,'_menu_item_url',''),(202,23,'_menu_item_type','custom'),(203,23,'_menu_item_menu_item_parent','0'),(204,23,'_menu_item_object_id','23'),(205,23,'_menu_item_object','custom'),(206,23,'_menu_item_target',''),(207,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(208,23,'_menu_item_xfn',''),(209,23,'_menu_item_url','http://ethosdocumentary.com/'),(211,24,'_wp_attached_file','2020/08/Ernie-J.-Goetz.jpg'),(212,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:455;s:6:\"height\";i:304;s:4:\"file\";s:26:\"2020/08/Ernie-J.-Goetz.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Ernie-J.-Goetz-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:26:\"Ernie-J.-Goetz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:26:\"Ernie-J.-Goetz-455x285.jpg\";s:5:\"width\";i:455;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:26:\"Ernie-J.-Goetz-380x254.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(213,25,'_wp_attached_file','2020/08/1-md5-3a813887088297a545a62f94a19bed53.png'),(214,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:280;s:4:\"file\";s:50:\"2020/08/1-md5-3a813887088297a545a62f94a19bed53.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"1-md5-3a813887088297a545a62f94a19bed53-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"1-md5-3a813887088297a545a62f94a19bed53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:50:\"1-md5-3a813887088297a545a62f94a19bed53-336x254.png\";s:5:\"width\";i:336;s:6:\"height\";i:254;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:{}}}'),(216,27,'_wp_attached_file','2020/08/AdobeStock_169533714-1280x626-1.jpg'),(217,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:626;s:4:\"file\";s:43:\"2020/08/AdobeStock_169533714-1280x626-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"AdobeStock_169533714-1280x626-1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AdobeStock_169533714-1280x626-1-1024x501.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"AdobeStock_169533714-1280x626-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"AdobeStock_169533714-1280x626-1-768x376.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:44:\"AdobeStock_169533714-1280x626-1-1140x380.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:43:\"AdobeStock_169533714-1280x626-1-570x285.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:43:\"AdobeStock_169533714-1280x626-1-380x254.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(224,30,'_wp_attached_file','2020/08/brain.png'),(225,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2020/08/brain.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"brain-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,15,'rank_math_permalink','learning-with-blippi-at-an-indoor-playground-for-kids-educational-videos-for-toddlers'),(231,33,'_wp_attached_file','2020/09/cropped-cover.png'),(232,33,'_wp_attachment_context','custom-logo'),(233,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2368;s:6:\"height\";i:339;s:4:\"file\";s:25:\"2020/09/cropped-cover.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-cover-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cropped-cover-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"cropped-cover-768x110.png\";s:5:\"width\";i:768;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"cropped-cover-1536x220.png\";s:5:\"width\";i:1536;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"cropped-cover-2048x293.png\";s:5:\"width\";i:2048;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:26:\"cropped-cover-1140x339.png\";s:5:\"width\";i:1140;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:25:\"cropped-cover-570x285.png\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:25:\"cropped-cover-380x254.png\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(238,35,'_wp_attached_file','2020/09/cropped-cover-e1600673772882.png'),(239,35,'_wp_attachment_context','custom-logo'),(240,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2373;s:6:\"height\";i:330;s:4:\"file\";s:40:\"2020/09/cropped-cover-e1600673772882.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-cover-e1600673772882-300x42.png\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600673772882-1024x142.png\";s:5:\"width\";i:1024;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-cover-e1600673772882-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"cropped-cover-e1600673772882-768x107.png\";s:5:\"width\";i:768;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600673772882-1536x214.png\";s:5:\"width\";i:1536;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600673772882-2048x285.png\";s:5:\"width\";i:2048;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600673772882-1140x330.png\";s:5:\"width\";i:1140;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:40:\"cropped-cover-e1600673772882-570x285.png\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:40:\"cropped-cover-e1600673772882-380x254.png\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(244,37,'_wp_attached_file','2020/09/cover-1-e1600764770506.png'),(245,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:29;s:4:\"file\";s:34:\"2020/09/cover-1-e1600764770506.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cover-1-e1600761545381-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cover-1-e1600761545381-1024x170.png\";s:5:\"width\";i:1024;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cover-1-e1600761545381-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"cover-1-e1600761545381-768x128.png\";s:5:\"width\";i:768;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"cover-1-e1600761545381-1536x256.png\";s:5:\"width\";i:1536;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"cover-1-e1600761545381-2048x341.png\";s:5:\"width\";i:2048;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:35:\"cover-1-e1600761545381-1140x380.png\";s:5:\"width\";i:1140;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:34:\"cover-1-e1600761545381-570x285.png\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:34:\"cover-1-e1600761545381-380x254.png\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(246,38,'_wp_attached_file','2020/09/cropped-cover-e1600673772882-1.png'),(247,38,'_wp_attachment_context','custom-logo'),(248,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1690;s:6:\"height\";i:229;s:4:\"file\";s:42:\"2020/09/cropped-cover-e1600673772882-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600673772882-1-300x41.png\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"cropped-cover-e1600673772882-1-1024x139.png\";s:5:\"width\";i:1024;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-cover-e1600673772882-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"cropped-cover-e1600673772882-1-768x104.png\";s:5:\"width\";i:768;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"cropped-cover-e1600673772882-1-1536x208.png\";s:5:\"width\";i:1536;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:43:\"cropped-cover-e1600673772882-1-1140x229.png\";s:5:\"width\";i:1140;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:42:\"cropped-cover-e1600673772882-1-570x229.png\";s:5:\"width\";i:570;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:42:\"cropped-cover-e1600673772882-1-380x229.png\";s:5:\"width\";i:380;s:6:\"height\";i:229;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:{}}}'),(251,37,'_edit_lock','1600764906:1'),(252,39,'_wp_attached_file','2020/09/cropped-cover-e1600760572448.png'),(253,39,'_wp_attachment_context','custom-logo'),(254,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:26;s:4:\"file\";s:40:\"2020/09/cropped-cover-e1600760572448.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-cover-e1600760572448-150x26.png\";s:5:\"width\";i:150;s:6:\"height\";i:26;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:{}}}'),(255,40,'_wp_attached_file','2020/09/cropped-cover-e1600760572448-1.png'),(256,40,'_wp_attachment_context','custom-logo'),(257,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:26;s:4:\"file\";s:42:\"2020/09/cropped-cover-e1600760572448-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600760572448-1-150x26.png\";s:5:\"width\";i:150;s:6:\"height\";i:26;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:{}}}'),(261,42,'_wp_attached_file','2020/09/cropped-cover-e1600760572448-2.png'),(262,42,'_wp_attachment_context','custom-logo'),(263,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:26;s:4:\"file\";s:42:\"2020/09/cropped-cover-e1600760572448-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-cover-e1600760572448-2-150x26.png\";s:5:\"width\";i:150;s:6:\"height\";i:26;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:{}}}'),(265,37,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3500;s:6:\"height\";i:1440;s:4:\"file\";s:11:\"cover-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"cover-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:19:\"cover-1-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:19:\"cover-1-768x316.png\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:20:\"cover-1-1024x421.png\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:20:\"cover-1-1536x632.png\";s:5:\"width\";i:1536;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:20:\"cover-1-2048x843.png\";s:5:\"width\";i:2048;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"alante-thinkup-column1-1/3-orig\";a:4:{s:4:\"file\";s:20:\"cover-1-1140x380.png\";s:5:\"width\";i:1140;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"alante-thinkup-column2-1/2-orig\";a:4:{s:4:\"file\";s:19:\"cover-1-570x285.png\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"alante-thinkup-column3-2/3-orig\";a:4:{s:4:\"file\";s:19:\"cover-1-380x254.png\";s:5:\"width\";i:380;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1600764553281\";a:3:{s:5:\"width\";i:2415;s:6:\"height\";i:402;s:4:\"file\";s:26:\"cover-1-e1600761545381.png\";}s:18:\"full-1600764770506\";a:3:{s:5:\"width\";i:250;s:6:\"height\";i:42;s:4:\"file\";s:26:\"cover-1-e1600764553281.png\";}}'),(266,37,'_edit_last','1'),(267,44,'_wp_attached_file','2020/09/cropped-cover-1-e1600764553281.png'),(268,44,'_wp_attachment_context','custom-logo'),(269,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:42;s:4:\"file\";s:42:\"2020/09/cropped-cover-1-e1600764553281.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-cover-1-e1600764553281-150x42.png\";s:5:\"width\";i:150;s:6:\"height\";i:42;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:{}}}'),(270,44,'_oembed_ada4d39e6f2727fb4d622c7e2391c79e','{{unknown}}'),(271,42,'_oembed_e92153906ede8de44eec8da97e72ef04','{{unknown}}'),(272,40,'_oembed_088c7ca7121a84dbc08267fd5b49386b','{{unknown}}'),(273,39,'_oembed_4dcac83e880cd69544853ccc67524c1a','{{unknown}}'),(274,38,'_oembed_f8349fb1b22bea7dc7503765cb463cd5','{{unknown}}'),(275,35,'_oembed_bb9165973994d4cff63d430cc277517a','{{unknown}}'),(276,33,'_oembed_efaa8103f3b2293eb3806ad2a6917721','{{unknown}}'),(279,48,'_edit_last','1'),(280,48,'_edit_lock','1623858882:1'),(281,48,'rank_math_internal_links_processed','1'),(282,48,'rank_math_primary_category','0'),(283,48,'rank_math_seo_score','13'),(284,48,'rank_math_rich_snippet','article'),(285,48,'rank_math_snippet_location','custom'),(286,48,'rank_math_snippet_article_type','BlogPosting'),(287,48,'rank_math_snippet_book_rating','0'),(288,48,'rank_math_snippet_book_rating_min','0'),(289,48,'rank_math_snippet_book_rating_max','0'),(290,48,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(291,48,'rank_math_snippet_course_provider_type','Organization'),(292,48,'rank_math_snippet_course_rating','0'),(293,48,'rank_math_snippet_course_rating_min','0'),(294,48,'rank_math_snippet_course_rating_max','0'),(295,48,'rank_math_snippet_event_type','Event'),(296,48,'rank_math_snippet_event_attendance_mode','offline'),(297,48,'rank_math_snippet_event_performer_type','Person'),(298,48,'rank_math_snippet_event_price','0'),(299,48,'rank_math_snippet_event_inventory','0'),(300,48,'rank_math_snippet_event_rating','0'),(301,48,'rank_math_snippet_event_rating_min','0'),(302,48,'rank_math_snippet_event_rating_max','0'),(303,48,'rank_math_snippet_jobposting_unpublish','on'),(304,48,'rank_math_snippet_music_type','MusicGroup'),(305,48,'rank_math_snippet_product_price','0'),(306,48,'rank_math_snippet_product_instock','on'),(307,48,'rank_math_snippet_product_rating','0'),(308,48,'rank_math_snippet_product_rating_min','0'),(309,48,'rank_math_snippet_product_rating_max','0'),(310,48,'rank_math_snippet_recipe_rating','0'),(311,48,'rank_math_snippet_recipe_rating_min','0'),(312,48,'rank_math_snippet_recipe_rating_max','0'),(313,48,'rank_math_snippet_recipe_instruction_type','SingleField'),(314,48,'rank_math_snippet_review_worst_rating','1'),(315,48,'rank_math_snippet_review_best_rating','5'),(316,48,'rank_math_snippet_review_location','bottom'),(317,48,'rank_math_snippet_software_price','0'),(318,48,'rank_math_snippet_software_rating','0'),(319,48,'rank_math_snippet_software_rating_min','0'),(320,48,'rank_math_snippet_software_rating_max','0'),(321,48,'rank_math_facebook_enable_image_overlay','off'),(322,48,'rank_math_facebook_image_overlay','play'),(323,48,'rank_math_twitter_use_facebook','on'),(324,48,'rank_math_twitter_card_type','summary_large_image'),(325,48,'rank_math_twitter_enable_image_overlay','off'),(326,48,'rank_math_twitter_image_overlay','play'),(327,51,'_wp_attached_file','2021/06/alhffa82-1.jpg'),(328,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2021/06/alhffa82-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"alhffa82-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"alhffa82-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"alhffa82-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"alhffa82-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"alhffa82-1-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:23:\"alhffa82-1-1140x380.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:22:\"alhffa82-1-570x285.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:22:\"alhffa82-1-380x254.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(329,48,'_thumbnail_id','51'),(330,48,'rank_math_permalink','how-can-you-make-sure-to-use-the-best-netflix-vpn-for-your-safety-read-everything-about-it-on-this-site'),(331,48,'_oembed_ce1c7fdd7064451ec6d34e220cd9cd6c','<iframe title=\"Don't Use a VPN...it's not the ultimate security fix you've been told\" width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/8x1BJCKwqpI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(332,48,'_oembed_time_ce1c7fdd7064451ec6d34e220cd9cd6c','1623858863'),(334,55,'_edit_last','1'),(335,55,'_edit_lock','1633007819:1'),(336,55,'_oembed_e7aec249dc2462ce5207ab303c0cd030','<iframe title=\"1000 piek verdubbelen | BITCOIN NAAR DE MAAN! EN TERUG #1\" width=\"916\" height=\"515\" src=\"https://www.youtube.com/embed/VkMb-0caiJQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(337,55,'_oembed_time_e7aec249dc2462ce5207ab303c0cd030','1632226910'),(338,56,'_wp_attached_file','2021/09/pexels-alesia-kozik-6765363-scaled.jpg'),(339,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:46:\"2021/09/pexels-alesia-kozik-6765363-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6765363-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"pexels-alesia-kozik-6765363-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6765363-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:39:\"pexels-alesia-kozik-6765363-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"pexels-alesia-kozik-6765363-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"pexels-alesia-kozik-6765363-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:40:\"pexels-alesia-kozik-6765363-1140x380.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6765363-570x285.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6765363-380x254.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"pexels-alesia-kozik-6765363.jpg\";}'),(340,55,'_thumbnail_id','56'),(341,55,'_oembed_bd9ee5e2fcce859d6807c13210d9c7ec','<iframe title=\"1000 piek verdubbelen | BITCOIN NAAR DE MAAN! EN TERUG #1\" width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/VkMb-0caiJQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(342,55,'_oembed_time_bd9ee5e2fcce859d6807c13210d9c7ec','1632226985'),(343,55,'rank_math_internal_links_processed','1'),(344,55,'rank_math_primary_category','0'),(345,55,'rank_math_seo_score','14'),(346,55,'rank_math_rich_snippet','article'),(347,55,'rank_math_snippet_location','custom'),(348,55,'rank_math_snippet_article_type','BlogPosting'),(349,55,'rank_math_snippet_book_rating','0'),(350,55,'rank_math_snippet_book_rating_min','0'),(351,55,'rank_math_snippet_book_rating_max','0'),(352,55,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(353,55,'rank_math_snippet_course_provider_type','Organization'),(354,55,'rank_math_snippet_course_rating','0'),(355,55,'rank_math_snippet_course_rating_min','0'),(356,55,'rank_math_snippet_course_rating_max','0'),(357,55,'rank_math_snippet_event_type','Event'),(358,55,'rank_math_snippet_event_attendance_mode','offline'),(359,55,'rank_math_snippet_event_performer_type','Person'),(360,55,'rank_math_snippet_event_price','0'),(361,55,'rank_math_snippet_event_inventory','0'),(362,55,'rank_math_snippet_event_rating','0'),(363,55,'rank_math_snippet_event_rating_min','0'),(364,55,'rank_math_snippet_event_rating_max','0'),(365,55,'rank_math_snippet_jobposting_unpublish','on'),(366,55,'rank_math_snippet_music_type','MusicGroup'),(367,55,'rank_math_snippet_product_price','0'),(368,55,'rank_math_snippet_product_instock','on'),(369,55,'rank_math_snippet_product_rating','0'),(370,55,'rank_math_snippet_product_rating_min','0'),(371,55,'rank_math_snippet_product_rating_max','0'),(372,55,'rank_math_snippet_recipe_rating','0'),(373,55,'rank_math_snippet_recipe_rating_min','0'),(374,55,'rank_math_snippet_recipe_rating_max','0'),(375,55,'rank_math_snippet_recipe_instruction_type','SingleField'),(376,55,'rank_math_snippet_review_worst_rating','1'),(377,55,'rank_math_snippet_review_best_rating','5'),(378,55,'rank_math_snippet_review_location','bottom'),(379,55,'rank_math_snippet_software_price','0'),(380,55,'rank_math_snippet_software_rating','0'),(381,55,'rank_math_snippet_software_rating_min','0'),(382,55,'rank_math_snippet_software_rating_max','0'),(383,55,'rank_math_facebook_enable_image_overlay','off'),(384,55,'rank_math_facebook_image_overlay','play'),(385,55,'rank_math_twitter_use_facebook','on'),(386,55,'rank_math_twitter_card_type','summary_large_image'),(387,55,'rank_math_twitter_enable_image_overlay','off'),(388,55,'rank_math_twitter_image_overlay','play'),(389,55,'_oembed_5cefb733a0eadb51d2e142b5f84a4fa9','<iframe title=\"1000 piek verdubbelen | BITCOIN NAAR DE MAAN! EN TERUG #1\" width=\"920\" height=\"518\" src=\"https://www.youtube.com/embed/VkMb-0caiJQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(390,55,'_oembed_time_5cefb733a0eadb51d2e142b5f84a4fa9','1632226992'),(392,58,'_oembed_cc0b6f9ddc3dccdff4782ad81e73b075','<iframe title=\"4 COINS TO $40 MILLION! TOP Micro-Caps to GET RICH in August/September\" width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/DlOzBJN8VE4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(393,58,'_oembed_time_cc0b6f9ddc3dccdff4782ad81e73b075','1632834386'),(394,58,'_edit_last','1'),(395,58,'_edit_lock','1632834882:1'),(396,59,'_edit_last','1'),(397,59,'_edit_lock','1633959492:1'),(398,59,'_oembed_cc0b6f9ddc3dccdff4782ad81e73b075','<iframe title=\"4 COINS TO $40 MILLION! TOP Micro-Caps to GET RICH in August/September\" width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/DlOzBJN8VE4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(399,59,'_oembed_time_cc0b6f9ddc3dccdff4782ad81e73b075','1632835189'),(400,59,'_thumbnail_id','56'),(401,59,'rank_math_internal_links_processed','1'),(402,59,'rank_math_primary_category','6'),(403,59,'rank_math_seo_score','15'),(404,59,'rank_math_rich_snippet','article'),(405,59,'rank_math_snippet_location','custom'),(406,59,'rank_math_snippet_article_type','BlogPosting'),(407,59,'rank_math_snippet_book_rating','0'),(408,59,'rank_math_snippet_book_rating_min','0'),(409,59,'rank_math_snippet_book_rating_max','0'),(410,59,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(411,59,'rank_math_snippet_course_provider_type','Organization'),(412,59,'rank_math_snippet_course_rating','0'),(413,59,'rank_math_snippet_course_rating_min','0'),(414,59,'rank_math_snippet_course_rating_max','0'),(415,59,'rank_math_snippet_event_type','Event'),(416,59,'rank_math_snippet_event_attendance_mode','offline'),(417,59,'rank_math_snippet_event_performer_type','Person'),(418,59,'rank_math_snippet_event_price','0'),(419,59,'rank_math_snippet_event_inventory','0'),(420,59,'rank_math_snippet_event_rating','0'),(421,59,'rank_math_snippet_event_rating_min','0'),(422,59,'rank_math_snippet_event_rating_max','0'),(423,59,'rank_math_snippet_jobposting_unpublish','on'),(424,59,'rank_math_snippet_music_type','MusicGroup'),(425,59,'rank_math_snippet_product_price','0'),(426,59,'rank_math_snippet_product_instock','on'),(427,59,'rank_math_snippet_product_rating','0'),(428,59,'rank_math_snippet_product_rating_min','0'),(429,59,'rank_math_snippet_product_rating_max','0'),(430,59,'rank_math_snippet_recipe_rating','0'),(431,59,'rank_math_snippet_recipe_rating_min','0'),(432,59,'rank_math_snippet_recipe_rating_max','0'),(433,59,'rank_math_snippet_recipe_instruction_type','SingleField'),(434,59,'rank_math_snippet_review_worst_rating','1'),(435,59,'rank_math_snippet_review_best_rating','5'),(436,59,'rank_math_snippet_review_location','bottom'),(437,59,'rank_math_snippet_software_price','0'),(438,59,'rank_math_snippet_software_rating','0'),(439,59,'rank_math_snippet_software_rating_min','0'),(440,59,'rank_math_snippet_software_rating_max','0'),(441,59,'rank_math_facebook_enable_image_overlay','off'),(442,59,'rank_math_facebook_image_overlay','play'),(443,59,'rank_math_twitter_use_facebook','on'),(444,59,'rank_math_twitter_card_type','summary_large_image'),(445,59,'rank_math_twitter_enable_image_overlay','off'),(446,59,'rank_math_twitter_image_overlay','play'),(447,55,'_oembed_41f1e0c63f87c4ea43016683acef480a','<iframe title=\"1000 piek verdubbelen | BITCOIN NAAR DE MAAN! EN TERUG #1\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/VkMb-0caiJQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(448,55,'_oembed_time_41f1e0c63f87c4ea43016683acef480a','1633007939'),(450,64,'_oembed_83f8e743a1dc217ed6829714b2ae89f1','<iframe title=\"Bitcoin: The Future, or World's Greatest Scam?\" width=\"995\" height=\"560\" src=\"https://www.youtube.com/embed/4ByO8ym-iF8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(451,64,'_oembed_time_83f8e743a1dc217ed6829714b2ae89f1','1638967619'),(452,65,'_wp_attached_file','2021/12/pexels-karolina-grabowska-5980578.jpg'),(453,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2021/12/pexels-karolina-grabowska-5980578.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"pexels-karolina-grabowska-5980578-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-karolina-grabowska-5980578-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:45:\"pexels-karolina-grabowska-5980578-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column1-1/3\";a:4:{s:4:\"file\";s:45:\"pexels-karolina-grabowska-5980578-800x380.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column2-1/2\";a:4:{s:4:\"file\";s:45:\"pexels-karolina-grabowska-5980578-570x285.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"alante-thinkup-column3-2/3\";a:4:{s:4:\"file\";s:45:\"pexels-karolina-grabowska-5980578-380x254.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:254;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:{}}}'),(454,64,'_edit_last','1'),(455,64,'_thumbnail_id','65'),(456,64,'_oembed_3e156b19cba8dbad7d565f49647aa9ed','<iframe title=\"Bitcoin: The Future, or World's Greatest Scam?\" width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/4ByO8ym-iF8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(457,64,'_oembed_time_3e156b19cba8dbad7d565f49647aa9ed','1638967687'),(458,64,'rank_math_internal_links_processed','1'),(459,64,'rank_math_primary_category','6'),(460,64,'rank_math_seo_score','14'),(461,64,'rank_math_rich_snippet','article'),(462,64,'rank_math_snippet_location','custom'),(463,64,'rank_math_snippet_article_type','BlogPosting'),(464,64,'rank_math_snippet_book_rating','0'),(465,64,'rank_math_snippet_book_rating_min','0'),(466,64,'rank_math_snippet_book_rating_max','0'),(467,64,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(468,64,'rank_math_snippet_course_provider_type','Organization'),(469,64,'rank_math_snippet_course_rating','0'),(470,64,'rank_math_snippet_course_rating_min','0'),(471,64,'rank_math_snippet_course_rating_max','0'),(472,64,'rank_math_snippet_event_type','Event'),(473,64,'rank_math_snippet_event_attendance_mode','offline'),(474,64,'rank_math_snippet_event_performer_type','Person'),(475,64,'rank_math_snippet_event_price','0'),(476,64,'rank_math_snippet_event_inventory','0'),(477,64,'rank_math_snippet_event_rating','0'),(478,64,'rank_math_snippet_event_rating_min','0'),(479,64,'rank_math_snippet_event_rating_max','0'),(480,64,'rank_math_snippet_jobposting_unpublish','on'),(481,64,'rank_math_snippet_music_type','MusicGroup'),(482,64,'rank_math_snippet_product_price','0'),(483,64,'rank_math_snippet_product_instock','on'),(484,64,'rank_math_snippet_product_rating','0'),(485,64,'rank_math_snippet_product_rating_min','0'),(486,64,'rank_math_snippet_product_rating_max','0'),(487,64,'rank_math_snippet_recipe_rating','0'),(488,64,'rank_math_snippet_recipe_rating_min','0'),(489,64,'rank_math_snippet_recipe_rating_max','0'),(490,64,'rank_math_snippet_recipe_instruction_type','SingleField'),(491,64,'rank_math_snippet_review_worst_rating','1'),(492,64,'rank_math_snippet_review_best_rating','5'),(493,64,'rank_math_snippet_review_location','bottom'),(494,64,'rank_math_snippet_software_price','0'),(495,64,'rank_math_snippet_software_rating','0'),(496,64,'rank_math_snippet_software_rating_min','0'),(497,64,'rank_math_snippet_software_rating_max','0'),(498,64,'rank_math_facebook_enable_image_overlay','off'),(499,64,'rank_math_facebook_image_overlay','play'),(500,64,'rank_math_twitter_use_facebook','on'),(501,64,'rank_math_twitter_card_type','summary_large_image'),(502,64,'rank_math_twitter_enable_image_overlay','off'),(503,64,'rank_math_twitter_image_overlay','play'),(504,64,'_edit_lock','1638967738:1'),(505,64,'_oembed_08b8ca15fbbf21c0e3a14e72824b111f','<iframe title=\"Bitcoin: The Future, or World's Greatest Scam?\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/4ByO8ym-iF8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(506,64,'_oembed_time_08b8ca15fbbf21c0e3a14e72824b111f','1638967706'),(507,64,'rank_math_permalink','as-bitcoin-price-drops-dogecoin-doubles-in-a-day-and-ytd-profits-reach-5000');
/*!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=67 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-28 11:50:08','2020-08-28 11:50:08','','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2020-08-28 11:50:08','2020-08-28 11:50:08','',0,'http://ethosdocumentary.com/privacy-policy-2/',0,'page','',0),(6,1,'2020-08-28 11:50:20','2020-08-28 11:50:20','','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-08-28 11:50:20','2020-08-28 11:50:20','',0,'http://ethosdocumentary.com/terms-and-conditions/',0,'page','',0),(8,1,'2020-08-28 11:51:22','2020-08-28 11:51:22','','About Us','','publish','closed','closed','','about-us','','','2020-08-28 11:51:22','2020-08-28 11:51:22','',0,'http://ethosdocumentary.com/?page_id=8',0,'page','',0),(9,1,'2020-08-28 11:51:22','2020-08-28 11:51:22','','About Us','','inherit','closed','closed','','8-revision-v1','','','2020-08-28 11:51:22','2020-08-28 11:51:22','',8,'http://ethosdocumentary.com/8-revision-v1/',0,'revision','',0),(10,1,'2020-08-28 11:52:12','2020-08-28 11:52:12','[ninja_form id=1]','Contact Us','','publish','closed','closed','','contact-us','','','2020-08-28 11:52:12','2020-08-28 11:52:12','',0,'http://ethosdocumentary.com/?page_id=10',0,'page','',0),(11,1,'2020-08-28 11:52:12','2020-08-28 11:52:12','[ninja_form id=1]','Contact Us','','inherit','closed','closed','','10-revision-v1','','','2020-08-28 11:52:12','2020-08-28 11:52:12','',10,'http://ethosdocumentary.com/10-revision-v1/',0,'revision','',0),(12,1,'2020-08-28 11:52:33','2020-08-28 11:52:33','[ninja_form id=1]','Contact Us','','inherit','closed','closed','','10-autosave-v1','','','2020-08-28 11:52:33','2020-08-28 11:52:33','',10,'http://ethosdocumentary.com/10-autosave-v1/',0,'revision','',0),(15,1,'2020-08-28 12:00:56','2020-08-28 12:00:56','Blippi makes educational videos for kids, and in this Blippi playground compilation, Blippi will help your children learn colors and more! Crawl through tubes, slide down slides, and <a href=\"https://www.nationalezorggids.nl/sections/zorgpersoneel/articles/12992-geweld-tegen-hulpverleners-filmen-tijdens-jaarwisseling?related_news_list_page=1\">more</a> with Blippi all while learning for children.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LLsqo5THFAE\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></div>','Learning With Blippi At An Indoor Playground For Kids | Educational Videos For Toddlers','','publish','closed','closed','','learning-with-blippi-at-an-indoor-playground-for-kids-educational-videos-for-toddlers','','','2020-09-20 14:29:48','2020-09-20 14:29:48','',0,'http://ethosdocumentary.com/?p=15',0,'post','',0),(16,1,'2020-08-28 12:00:20','2020-08-28 12:00:20','','maxresdefault','','inherit','closed','closed','','maxresdefault','','','2020-08-28 12:00:20','2020-08-28 12:00:20','',15,'http://ethosdocumentary.com/wp-content/uploads/2020/08/maxresdefault.jpg',0,'attachment','image/jpeg',0),(17,1,'2020-08-28 12:00:56','2020-08-28 12:00:56','Blippi makes educational videos for kids, and in this Blippi playground compilation, Blippi will help your children learn colors and more! Crawl through tubes, slide down slides, and more with Blippi all while learning for children.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LLsqo5THFAE\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></div>','Learning With Blippi At An Indoor Playground For Kids | Educational Videos For Toddlers','','inherit','closed','closed','','15-revision-v1','','','2020-08-28 12:00:56','2020-08-28 12:00:56','',15,'http://ethosdocumentary.com/15-revision-v1/',0,'revision','',0),(18,1,'2020-08-28 12:05:56','2020-08-28 12:05:56',' ','','','publish','closed','closed','','18','','','2020-08-28 12:05:56','2020-08-28 12:05:56','',0,'http://ethosdocumentary.com/?p=18',6,'nav_menu_item','',0),(19,1,'2020-08-28 12:05:56','2020-08-28 12:05:56',' ','','','publish','closed','closed','','19','','','2020-08-28 12:05:56','2020-08-28 12:05:56','',0,'http://ethosdocumentary.com/?p=19',2,'nav_menu_item','',0),(20,1,'2020-08-28 12:05:56','2020-08-28 12:05:56',' ','','','publish','closed','closed','','20','','','2020-08-28 12:05:56','2020-08-28 12:05:56','',0,'http://ethosdocumentary.com/?p=20',5,'nav_menu_item','',0),(21,1,'2020-08-28 12:05:56','2020-08-28 12:05:56',' ','','','publish','closed','closed','','21','','','2020-08-28 12:05:56','2020-08-28 12:05:56','',0,'http://ethosdocumentary.com/?p=21',4,'nav_menu_item','',0),(22,1,'2020-08-28 12:05:56','2020-08-28 12:05:56',' ','','','publish','closed','closed','','22','','','2020-08-28 12:05:56','2020-08-28 12:05:56','',0,'http://ethosdocumentary.com/?p=22',3,'nav_menu_item','',0),(23,1,'2020-08-28 12:05:56','2020-08-28 12:05:56','','Home','','publish','closed','closed','','home','','','2020-08-28 12:05:56','2020-08-28 12:05:56','',0,'http://ethosdocumentary.com/?p=23',1,'nav_menu_item','',0),(24,1,'2020-08-28 12:09:36','2020-08-28 12:09:36','','Ernie J. Goetz','','inherit','closed','closed','','ernie-j-goetz','','','2020-08-28 12:09:36','2020-08-28 12:09:36','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/08/Ernie-J.-Goetz.jpg',0,'attachment','image/jpeg',0),(25,1,'2020-08-28 12:11:20','2020-08-28 12:11:20','','1-md5-3a813887088297a545a62f94a19bed53','','inherit','closed','closed','','1-md5-3a813887088297a545a62f94a19bed53','','','2020-08-28 12:11:20','2020-08-28 12:11:20','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/08/1-md5-3a813887088297a545a62f94a19bed53.png',0,'attachment','image/png',0),(27,1,'2020-08-28 12:14:51','2020-08-28 12:14:51','','AdobeStock_169533714-1280x626','','inherit','closed','closed','','adobestock_169533714-1280x626','','','2020-08-28 12:14:51','2020-08-28 12:14:51','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/08/AdobeStock_169533714-1280x626-1.jpg',0,'attachment','image/jpeg',0),(30,1,'2020-08-28 12:20:11','2020-08-28 12:20:11','','brain','','inherit','closed','closed','','brain','','','2020-08-28 12:20:11','2020-08-28 12:20:11','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/08/brain.png',0,'attachment','image/png',0),(31,1,'2020-09-20 14:29:48','2020-09-20 14:29:48','Blippi makes educational videos for kids, and in this Blippi playground compilation, Blippi will help your children learn colors and more! Crawl through tubes, slide down slides, and <a href=\"https://www.nationalezorggids.nl/sections/zorgpersoneel/articles/12992-geweld-tegen-hulpverleners-filmen-tijdens-jaarwisseling?related_news_list_page=1\">more</a> with Blippi all while learning for children.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LLsqo5THFAE\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></div>','Learning With Blippi At An Indoor Playground For Kids | Educational Videos For Toddlers','','inherit','closed','closed','','15-revision-v1','','','2020-09-20 14:29:48','2020-09-20 14:29:48','',15,'http://ethosdocumentary.com/15-revision-v1/',0,'revision','',0),(33,1,'2020-09-21 07:25:33','2020-09-21 07:25:33','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover.png','cropped-cover.png','','inherit','closed','closed','','cropped-cover-png','','','2020-09-21 07:25:33','2020-09-21 07:25:33','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover.png',0,'attachment','image/png',0),(35,1,'2020-09-21 07:41:00','2020-09-21 07:41:00','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600673772882.png','cropped-cover-e1600673772882.png','','inherit','closed','closed','','cropped-cover-e1600673772882-png','','','2020-09-21 07:41:00','2020-09-21 07:41:00','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600673772882.png',0,'attachment','image/png',0),(37,1,'2020-09-21 07:53:05','2020-09-21 07:53:05','','cover','','inherit','closed','closed','','cover-2','','','2020-09-22 08:53:47','2020-09-22 08:53:47','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cover-1.png',0,'attachment','image/png',0),(38,1,'2020-09-21 07:53:38','2020-09-21 07:53:38','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600673772882-1.png','cropped-cover-e1600673772882-1.png','','inherit','closed','closed','','cropped-cover-e1600673772882-1-png','','','2020-09-21 07:53:38','2020-09-21 07:53:38','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600673772882-1.png',0,'attachment','image/png',0),(39,1,'2020-09-22 07:48:31','2020-09-22 07:48:31','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600760572448.png','cropped-cover-e1600760572448.png','','inherit','closed','closed','','cropped-cover-e1600760572448-png','','','2020-09-22 07:48:31','2020-09-22 07:48:31','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600760572448.png',0,'attachment','image/png',0),(40,1,'2020-09-22 07:49:59','2020-09-22 07:49:59','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600760572448-1.png','cropped-cover-e1600760572448-1.png','','inherit','closed','closed','','cropped-cover-e1600760572448-1-png','','','2020-09-22 07:49:59','2020-09-22 07:49:59','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600760572448-1.png',0,'attachment','image/png',0),(42,1,'2020-09-22 07:54:19','2020-09-22 07:54:19','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600760572448-2.png','cropped-cover-e1600760572448-2.png','','inherit','closed','closed','','cropped-cover-e1600760572448-2-png','','','2020-09-22 07:54:19','2020-09-22 07:54:19','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-e1600760572448-2.png',0,'attachment','image/png',0),(44,1,'2020-09-22 08:51:56','2020-09-22 08:51:56','http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-1-e1600764553281.png','cropped-cover-1-e1600764553281.png','','inherit','closed','closed','','cropped-cover-1-e1600764553281-png','','','2020-09-22 08:51:56','2020-09-22 08:51:56','',0,'http://ethosdocumentary.com/wp-content/uploads/2020/09/cropped-cover-1-e1600764553281.png',0,'attachment','image/png',0),(48,1,'2021-06-22 08:13:57','2021-06-22 08:13:57','Some 190 countries where Netflix operates. With almost 4000 titles, movies and series, Netflix offers something for everyone. Yet it is \'only\' 4000 titles if you compare it to the Netlfix offerings in the United States where you have almost half méér titles available. With a good VPN <strong>you circumvent a geographical blockade</strong> and increase the selection you can see yourself. Without moving.\r\n<h3>Geographic blockage in Netflix</h3>\r\nIn a previous article we already told about the broadcasting rights that cause the offer of a streaming service like Netflix to differ from country to country. A handy site to see this in practice is uNoGS, the \"unofficial Netflix online Global Search\". This site displays Netflix s offerings from about 35 countries and is a great way to find out. Or vice versa: if you want to see a specific movie or series, you can see through uNoGS óf and if so, in which country (the Netherlands?) the title is available on Netflix.\r\n<ul>\r\n <li>Let\'s look at the most popular movies on offer on the uNoGS site as an example: The Shawshank Redemption, as the most popular movie, can be seen in a dozen countries (including the Netherlands) while, for example, the number four in the list (The Godfather: Part 2) can only be seen in four countries (and not in the Netherlands).</li>\r\n <li>This is a great example of a \"geographical blockade\" in practice: if you live in the Netherlands and have a Netflix subscription, then it\'s easier to choose than if you lived in the US.</li>\r\n <li>But suppose you want to see tóch The Godfather: Part II? Then you\'ll feel that\'s possible, as long as you have a <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">meilleur VPN pour Netflix.</a></li>\r\n</ul>\r\n<h3>How to get around a geographical blockade?</h3>\r\nIt can sometimes be very simple. In fact, it\'s up to the following steps:\r\n<ol>\r\n <li>Log out of Netflix.</li>\r\n <li>Start your VPN software.</li>\r\n <li>Choose a server in the country whose Netflix offerings you want to see.</li>\r\n <li>Log back into <a href=\"https://www.globalwatchonline.com/fi/vpn/reviews/expressvpn/\">ExpressVPN trial review @ Finlandia.</a></li>\r\n <li>If you don\'t see that country\'s offerings, repeat steps 1 through 4 where you obviously choose a different server in step 3.</li>\r\n</ol>\r\nIt can even <strong>nóg be easier </strong>, as you\'ll see in<strong> this video.</strong> Namely:\r\n<ol>\r\n <li>Connect to a Canadian server from NordVPN. Because in the Canadian Netflix offerings, the movie is available.</li>\r\n <li>Re-load/restart Netflix\'s web-page or app.</li>\r\n <li>And tataaa....ready to watch.</li>\r\n</ol>\r\nhttps://www.youtube.com/watch?v=8x1BJCKwqpI','How can you make sure to use the best Netflix VPN for your safety? Read everything about it on this site','','publish','closed','closed','','how-can-you-make-sure-to-use-the-best-netflix-vpn-for-your-safety-read-everything-about-it-on-this-site','','','2021-06-16 15:54:27','2021-06-16 15:54:27','',0,'http://ethosdocumentary.com/?p=48',0,'post','',0),(49,1,'2021-06-16 05:25:34','2021-06-16 05:25:34','Some 190 countries where Netflix operates. With almost 4000 titles, movies and series, Netflix offers something for everyone. Yet it is \'only\' 4000 titles if you compare it to the Netlfix offerings in the United States where you have almost half méér titles available. With a good VPN <strong>you circumvent a geographical blockade</strong> and increase the selection you can see yourself. Without moving.\r\n<h3>Geographic blockage in Netflix</h3>\r\nIn a previous article we already told about the broadcasting rights that cause the offer of a streaming service like Netflix to differ from country to country. A handy site to see this in practice is uNoGS, the \"unofficial Netflix online Global Search\". This site displays Netflix s offerings from about 35 countries and is a great way to find out. Or vice versa: if you want to see a specific movie or series, you can see through uNoGS óf and if so, in which country (the Netherlands?) the title is available on Netflix.\r\n\r\nLet\'s look at the most popular movies on offer on the uNoGS site as an example: The Shawshank Redemption, as the most popular movie, can be seen in a dozen countries (including the Netherlands) while, for example, the number four in the list (The Godfather: Part 2) can only be seen in four countries (and not in the Netherlands).\r\n\r\nThis is a great example of a \"geographical blockade\" in practice: if you live in the Netherlands and have a Netflix subscription, then it\'s easier to choose than if you lived in the US.\r\n\r\nBut suppose you want to see tóch The Godfather: Part II? Then you\'ll feel that\'s possible, as long as you have a good VPN.\r\n<h3>How to get around a geographical blockade?</h3>\r\nIt can sometimes be very simple. In fact, it\'s up to the following steps:\r\n<ol>\r\n <li>Log out of Netflix.</li>\r\n <li>Start your VPN software.</li>\r\n <li>Choose a server in the country whose Netflix offerings you want to see.</li>\r\n <li>Log back into Netflix.</li>\r\n <li>If you don\'t see that country\'s offerings, repeat steps 1 through 4 where you obviously choose a different server in step 3.</li>\r\n</ol>\r\nIt can even <strong>nóg be easier </strong>, as you\'ll see in<strong> this video.</strong> Namely:\r\n<ol>\r\n <li>Connect to a Canadian server from NordVPN. Because in the Canadian Netflix offerings, the movie is available.</li>\r\n <li>Re-load/restart Netflix\'s web-page or app.</li>\r\n <li>And tataaa....ready to watch.</li>\r\n</ol>','How can you make sure to use the best Netflix VPN for your safety? Read everything about it on this site','','inherit','closed','closed','','48-revision-v1','','','2021-06-16 05:25:34','2021-06-16 05:25:34','',48,'http://ethosdocumentary.com/?p=49',0,'revision','',0),(50,1,'2021-06-16 15:50:35','2021-06-16 15:50:35','Some 190 countries where Netflix operates. With almost 4000 titles, movies and series, Netflix offers something for everyone. Yet it is \'only\' 4000 titles if you compare it to the Netlfix offerings in the United States where you have almost half méér titles available. With a good VPN <strong>you circumvent a geographical blockade</strong> and increase the selection you can see yourself. Without moving.\n<h3>Geographic blockage in Netflix</h3>\nIn a previous article we already told about the broadcasting rights that cause the offer of a streaming service like Netflix to differ from country to country. A handy site to see this in practice is uNoGS, the \"unofficial Netflix online Global Search\". This site displays Netflix s offerings from about 35 countries and is a great way to find out. Or vice versa: if you want to see a specific movie or series, you can see through uNoGS óf and if so, in which country (the Netherlands?) the title is available on Netflix.\n<ul>\n <li>Let\'s look at the most popular movies on offer on the uNoGS site as an example: The Shawshank Redemption, as the most popular movie, can be seen in a dozen countries (including the Netherlands) while, for example, the number four in the list (The Godfather: Part 2) can only be seen in four countries (and not in the Netherlands).</li>\n <li>This is a great example of a \"geographical blockade\" in practice: if you live in the Netherlands and have a Netflix subscription, then it\'s easier to choose than if you lived in the US.</li>\n <li>But suppose you want to see tóch The Godfather: Part II? Then you\'ll feel that\'s possible, as long as you have a <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">meilleur VPN pour Netflix.</a></li>\n</ul>\n<h3>How to get around a geographical blockade?</h3>\nIt can sometimes be very simple. In fact, it\'s up to the following steps:\n<ol>\n <li>Log out of Netflix.</li>\n <li>Start your VPN software.</li>\n <li>Choose a server in the country whose Netflix offerings you want to see.</li>\n <li>Log back into Netflix.</li>\n <li>If you don\'t see that country\'s offerings, repeat steps 1 through 4 where you obviously choose a different server in step 3.</li>\n</ol>\nIt can even <strong>nóg be easier </strong>, as you\'ll see in<strong> this video.</strong> Namely:\n<ol>\n <li>Connect to a Canadian server from NordVPN. Because in the Canadian Netflix offerings, the movie is available.</li>\n <li>Re-load/restart Netflix\'s web-page or app.</li>\n <li>And tataaa....ready to watch.</li>\n</ol>','How can you make sure to use the best Netflix VPN for your safety? Read everything about it on this site','','inherit','closed','closed','','48-autosave-v1','','','2021-06-16 15:50:35','2021-06-16 15:50:35','',48,'http://ethosdocumentary.com/?p=50',0,'revision','',0),(51,1,'2021-06-16 15:51:48','2021-06-16 15:51:48','','alhffa82-1','','inherit','closed','closed','','alhffa82-1','','','2021-06-16 15:51:48','2021-06-16 15:51:48','',48,'http://ethosdocumentary.com/wp-content/uploads/2021/06/alhffa82-1.jpg',0,'attachment','image/jpeg',0),(52,1,'2021-06-16 15:51:56','2021-06-16 15:51:56','Some 190 countries where Netflix operates. With almost 4000 titles, movies and series, Netflix offers something for everyone. Yet it is \'only\' 4000 titles if you compare it to the Netlfix offerings in the United States where you have almost half méér titles available. With a good VPN <strong>you circumvent a geographical blockade</strong> and increase the selection you can see yourself. Without moving.\r\n<h3>Geographic blockage in Netflix</h3>\r\nIn a previous article we already told about the broadcasting rights that cause the offer of a streaming service like Netflix to differ from country to country. A handy site to see this in practice is uNoGS, the \"unofficial Netflix online Global Search\". This site displays Netflix s offerings from about 35 countries and is a great way to find out. Or vice versa: if you want to see a specific movie or series, you can see through uNoGS óf and if so, in which country (the Netherlands?) the title is available on Netflix.\r\n<ul>\r\n <li>Let\'s look at the most popular movies on offer on the uNoGS site as an example: The Shawshank Redemption, as the most popular movie, can be seen in a dozen countries (including the Netherlands) while, for example, the number four in the list (The Godfather: Part 2) can only be seen in four countries (and not in the Netherlands).</li>\r\n <li>This is a great example of a \"geographical blockade\" in practice: if you live in the Netherlands and have a Netflix subscription, then it\'s easier to choose than if you lived in the US.</li>\r\n <li>But suppose you want to see tóch The Godfather: Part II? Then you\'ll feel that\'s possible, as long as you have a <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">meilleur VPN pour Netflix.</a></li>\r\n</ul>\r\n<h3>How to get around a geographical blockade?</h3>\r\nIt can sometimes be very simple. In fact, it\'s up to the following steps:\r\n<ol>\r\n <li>Log out of Netflix.</li>\r\n <li>Start your VPN software.</li>\r\n <li>Choose a server in the country whose Netflix offerings you want to see.</li>\r\n <li>Log back into <a href=\"https://www.globalwatchonline.com/fi/vpn/reviews/expressvpn/\">ExpressVPN trial review @ Finlandia.</a></li>\r\n <li>If you don\'t see that country\'s offerings, repeat steps 1 through 4 where you obviously choose a different server in step 3.</li>\r\n</ol>\r\nIt can even <strong>nóg be easier </strong>, as you\'ll see in<strong> this video.</strong> Namely:\r\n<ol>\r\n <li>Connect to a Canadian server from NordVPN. Because in the Canadian Netflix offerings, the movie is available.</li>\r\n <li>Re-load/restart Netflix\'s web-page or app.</li>\r\n <li>And tataaa....ready to watch.</li>\r\n</ol>','How can you make sure to use the best Netflix VPN for your safety? Read everything about it on this site','','inherit','closed','closed','','48-revision-v1','','','2021-06-16 15:51:56','2021-06-16 15:51:56','',48,'http://ethosdocumentary.com/?p=52',0,'revision','',0),(53,1,'2021-06-16 15:54:27','2021-06-16 15:54:27','Some 190 countries where Netflix operates. With almost 4000 titles, movies and series, Netflix offers something for everyone. Yet it is \'only\' 4000 titles if you compare it to the Netlfix offerings in the United States where you have almost half méér titles available. With a good VPN <strong>you circumvent a geographical blockade</strong> and increase the selection you can see yourself. Without moving.\r\n<h3>Geographic blockage in Netflix</h3>\r\nIn a previous article we already told about the broadcasting rights that cause the offer of a streaming service like Netflix to differ from country to country. A handy site to see this in practice is uNoGS, the \"unofficial Netflix online Global Search\". This site displays Netflix s offerings from about 35 countries and is a great way to find out. Or vice versa: if you want to see a specific movie or series, you can see through uNoGS óf and if so, in which country (the Netherlands?) the title is available on Netflix.\r\n<ul>\r\n <li>Let\'s look at the most popular movies on offer on the uNoGS site as an example: The Shawshank Redemption, as the most popular movie, can be seen in a dozen countries (including the Netherlands) while, for example, the number four in the list (The Godfather: Part 2) can only be seen in four countries (and not in the Netherlands).</li>\r\n <li>This is a great example of a \"geographical blockade\" in practice: if you live in the Netherlands and have a Netflix subscription, then it\'s easier to choose than if you lived in the US.</li>\r\n <li>But suppose you want to see tóch The Godfather: Part II? Then you\'ll feel that\'s possible, as long as you have a <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">meilleur VPN pour Netflix.</a></li>\r\n</ul>\r\n<h3>How to get around a geographical blockade?</h3>\r\nIt can sometimes be very simple. In fact, it\'s up to the following steps:\r\n<ol>\r\n <li>Log out of Netflix.</li>\r\n <li>Start your VPN software.</li>\r\n <li>Choose a server in the country whose Netflix offerings you want to see.</li>\r\n <li>Log back into <a href=\"https://www.globalwatchonline.com/fi/vpn/reviews/expressvpn/\">ExpressVPN trial review @ Finlandia.</a></li>\r\n <li>If you don\'t see that country\'s offerings, repeat steps 1 through 4 where you obviously choose a different server in step 3.</li>\r\n</ol>\r\nIt can even <strong>nóg be easier </strong>, as you\'ll see in<strong> this video.</strong> Namely:\r\n<ol>\r\n <li>Connect to a Canadian server from NordVPN. Because in the Canadian Netflix offerings, the movie is available.</li>\r\n <li>Re-load/restart Netflix\'s web-page or app.</li>\r\n <li>And tataaa....ready to watch.</li>\r\n</ol>\r\nhttps://www.youtube.com/watch?v=8x1BJCKwqpI','How can you make sure to use the best Netflix VPN for your safety? Read everything about it on this site','','inherit','closed','closed','','48-revision-v1','','','2021-06-16 15:54:27','2021-06-16 15:54:27','',48,'http://ethosdocumentary.com/?p=53',0,'revision','',0),(55,1,'2021-09-26 12:21:11','2021-09-26 12:21:11','Bitcoin and cryptocurrencies, despite some recent volatility, have soared in the past year - with a price increase of about 250%.\r\n\r\nThe bitcoin price reached $60,000 earlier this year before crashing and losing about 40% of its value within weeks. But many crypto investors remain convinced that bitcoin will soar well past its recent highs and potentially boost other smaller cryptocurrencies (subscribe now to Forbes\' CryptoAsset & Blockchain Advisor and discover crypto blockbusters poised for 1,000% gains).\r\n\r\nNow, an early bitcoin investor managing a $2.8 billion crypto-focused fund has predicted that a massive, mainstream adoption could drive bitcoin price up about 1,500% within the next decade.\r\n\r\nhttps://youtu.be/VkMb-0caiJQ\r\n<h2>Panic</h2>\r\nPanic Suddenly Spreads Among Bitcoin, Ethereum, BNB, XRP, and Dogecoin Traders Even As Market Soars Towards $1.7 Trillion Price\r\n<h2>Where will Bitcoin prices go after their latest pullback?</h2>\r\nSatoshi Nakamoto Employee Says His Bitcoin Fork, Zcash, Should Become Proof of Stake and Reduce Its Carbon Footprint\r\n\r\n“Both datasets went up by an order of magnitude every two years. If they stayed that way, that would bring bitcoin to $700,000 when everyone with a smartphone uses it. Ten years is a reasonable forecast.” <a href=\"https://www.bitcoinexchangenederland.nl/enjin-coin/\">Enjin ENJ</a> has risen.\r\n\r\nBitcoin and cryptocurrency adoption has skyrocketed in the past year as payment platforms like PayPal PYPL +0.9% and financial technology firms including Jack Dorsey\'s Square SQ -1.1% allow users to buy and trade digital assets. Others, including card giants Visa V -1.1% and Mastercard MA -2%, have recently indicated that they are preparing to provide more support for bitcoin and cryptocurrencies.\r\n<h2>Awareness</h2>\r\nBitcoin received a major awareness boost this year thanks to the support of Tesla TSLA 0.0% billionaire Elon Musk. Tesla announced that it had bought $1.5 billion worth of bitcoin in February, putting bitcoin on the corporate radar.\r\n\r\nOthers have cited bitcoin as a hedge against a rising tide of inflation that threatens to devalue fiat currencies in the wake of the coronavirus\' massive money printing. “I think the macro story is so positive, so much money is being printed and so many institutions are coming into the space that markets will resume their rally in the next 12 months,” said Morehead.\r\n\r\n“Some on-chain stats suggest a continuation of the recent upward trend,” Marcus Sotiriou, sales trader at UK-based digital asset brokerage GlobalBlock, wrote in a note this week, citing data suggesting short-term speculators in the past sales for several months, while long-term holders have accumulated.\r\n<h2>Technical support</h2>\r\n“Technically, bitcoin is above the 21-week exponential moving average [yesterday], which many consider to be the main support for the bull market, as well as the 100-day simple moving average. However, the breakdown of the rising wedge suggests that bitcoin could fall back to the mid-range of about $36,000, or lower before the rally continues.\" <a href=\"https://www.bitcoinexchangenederland.nl/ftx-exchange/\">FTX wallet</a> is safe.\r\n\r\nAfter the bitcoin price crashed in May, bitcoin is struggling to find support above $40,000 per bitcoin. However, some think that could change in August. “The options data suggests the market is positioning itself for a new lead over bitcoin in mid-August,” Pankaj Balani, the chief executive of crypto derivatives exchange Delta, wrote in a note.','Crypto Price Prediction: Why Bitcoin Could Reach $700,000 in Just 10 Years','','publish','closed','closed','','crypto-price-prediction-why-bitcoin-could-reach-700000-in-just-10-years','','','2021-09-21 12:23:04','2021-09-21 12:23:04','',0,'http://ethosdocumentary.com/?p=55',0,'post','',0),(56,1,'2021-09-21 12:22:26','2021-09-21 12:22:26','','pexels-alesia-kozik-6765363','','inherit','closed','closed','','pexels-alesia-kozik-6765363','','','2021-09-21 12:22:26','2021-09-21 12:22:26','',55,'http://ethosdocumentary.com/wp-content/uploads/2021/09/pexels-alesia-kozik-6765363.jpg',0,'attachment','image/jpeg',0),(57,1,'2021-09-21 12:23:04','2021-09-21 12:23:04','Bitcoin and cryptocurrencies, despite some recent volatility, have soared in the past year - with a price increase of about 250%.\r\n\r\nThe bitcoin price reached $60,000 earlier this year before crashing and losing about 40% of its value within weeks. But many crypto investors remain convinced that bitcoin will soar well past its recent highs and potentially boost other smaller cryptocurrencies (subscribe now to Forbes\' CryptoAsset & Blockchain Advisor and discover crypto blockbusters poised for 1,000% gains).\r\n\r\nNow, an early bitcoin investor managing a $2.8 billion crypto-focused fund has predicted that a massive, mainstream adoption could drive bitcoin price up about 1,500% within the next decade.\r\n\r\nhttps://youtu.be/VkMb-0caiJQ\r\n<h2>Panic</h2>\r\nPanic Suddenly Spreads Among Bitcoin, Ethereum, BNB, XRP, and Dogecoin Traders Even As Market Soars Towards $1.7 Trillion Price\r\n<h2>Where will Bitcoin prices go after their latest pullback?</h2>\r\nSatoshi Nakamoto Employee Says His Bitcoin Fork, Zcash, Should Become Proof of Stake and Reduce Its Carbon Footprint\r\n\r\n“Both datasets went up by an order of magnitude every two years. If they stayed that way, that would bring bitcoin to $700,000 when everyone with a smartphone uses it. Ten years is a reasonable forecast.” <a href=\"https://www.bitcoinexchangenederland.nl/enjin-coin/\">Enjin ENJ</a> has risen.\r\n\r\nBitcoin and cryptocurrency adoption has skyrocketed in the past year as payment platforms like PayPal PYPL +0.9% and financial technology firms including Jack Dorsey\'s Square SQ -1.1% allow users to buy and trade digital assets. Others, including card giants Visa V -1.1% and Mastercard MA -2%, have recently indicated that they are preparing to provide more support for bitcoin and cryptocurrencies.\r\n<h2>Awareness</h2>\r\nBitcoin received a major awareness boost this year thanks to the support of Tesla TSLA 0.0% billionaire Elon Musk. Tesla announced that it had bought $1.5 billion worth of bitcoin in February, putting bitcoin on the corporate radar.\r\n\r\nOthers have cited bitcoin as a hedge against a rising tide of inflation that threatens to devalue fiat currencies in the wake of the coronavirus\' massive money printing. “I think the macro story is so positive, so much money is being printed and so many institutions are coming into the space that markets will resume their rally in the next 12 months,” said Morehead.\r\n\r\n“Some on-chain stats suggest a continuation of the recent upward trend,” Marcus Sotiriou, sales trader at UK-based digital asset brokerage GlobalBlock, wrote in a note this week, citing data suggesting short-term speculators in the past sales for several months, while long-term holders have accumulated.\r\n<h2>Technical support</h2>\r\n“Technically, bitcoin is above the 21-week exponential moving average [yesterday], which many consider to be the main support for the bull market, as well as the 100-day simple moving average. However, the breakdown of the rising wedge suggests that bitcoin could fall back to the mid-range of about $36,000, or lower before the rally continues.\" <a href=\"https://www.bitcoinexchangenederland.nl/ftx-exchange/\">FTX wallet</a> is safe.\r\n\r\nAfter the bitcoin price crashed in May, bitcoin is struggling to find support above $40,000 per bitcoin. However, some think that could change in August. “The options data suggests the market is positioning itself for a new lead over bitcoin in mid-August,” Pankaj Balani, the chief executive of crypto derivatives exchange Delta, wrote in a note.','Crypto Price Prediction: Why Bitcoin Could Reach $700,000 in Just 10 Years','','inherit','closed','closed','','55-revision-v1','','','2021-09-21 12:23:04','2021-09-21 12:23:04','',55,'http://ethosdocumentary.com/?p=57',0,'revision','',0),(58,1,'2021-09-28 13:14:42','0000-00-00 00:00:00','What a day yesterday! The adoption of bitcoin as legal tender is a milestone for the cryptocurrency. On the other hand, bitcoin fell by more than $10,000 in one business day, or roughly $8,125. Is this a classic case of buy the rumour, sell the news? And what can we expect from the coming days?\n<h2>Zoom in on the action</h2>\nYou don\'t see it often, but for this time we make an exception: the fifteen-minute chart of the bitcoin price. At around 05:00 a.m. bitcoin reached a high of almost 44,600 euros. But from there it went downhill. Especially from 16:45 it went fast. <a href=\"https://folm.io/\">Visit folm.io</a> has enough information. The price plunged down by almost 5,800 euros in less than fifteen minutes. After that, bitcoin shot up again by about 2,500 euros, only to stabilize somewhat from there.\n\nhttps://youtu.be/DlOzBJN8VE4\n<h2>Long squeeze through bitcoin futures</h2>\nYesterday we wrote about the funding rate in bitcoin futures. With the help of bitcoin futures you speculate on the price trend of bitcoin. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. There are relatively many traders who speculate (or speculated) on a price increase. And that could actually be a harbinger of a decline. But how fast it happened yesterday, few could have foreseen. According to data from Glassnode, no less than 4 billion dollars (3.3 billion euros) in bitcoin futures contracts have been wiped out of the market.\n\nWhat\'s up with that? When the price started to fall, the margins of many long positions were exceeded. The bitcoins of these positions are then sold on the market. This selling pressure causes the price to fall even further. This closes even more long positions and sells more bitcoins, pushing the price down even further. And so on, and so on. This is also called a long squeeze: the long positions are squeezed out like a lemon.\n<h2>On the edge</h2>\nWhat happened happened. What do we expect from the future? If we look at the weekly chart, we see that bitcoin makes it exciting. The middle line at 37,600 euros was an important support at the beginning of this year. In March, but also briefly in May, bitcoin managed to hold on to this price.\n\nThe lower blue line has been a strong resistance in the past. First in January, then in May to July. If bitcoin falls further, this previous resistance can actually form a support. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. <a href=\"https://folm.io/\">Visit folm.io</a> has enough information. That can then be a strong basis for further rising. For now, EUR 37,600 still seems strong support, but the week is not over yet.\n<h2>Good time to buy the dip?</h2>\nOn the weekly chart, the decline may look violent, but on the four-hour chart we see a bright spot. This might be a good time to buy the dip. At least, when you go by the Relative Strength Index (RSI). According to this indicator, bitcoin is close to a bottom.\n\nThe RSI is an index between 0 and 100. Does the line reach the bottom of the purple band? Then the price is oversold: the price has fallen sharply in a short time and this is often a harbinger that the bottom has been reached. We indicate these moments on the graph with circles.\n<h2>What do we expect from bitcoin?</h2>\nCan bitcoin recover quickly? Or are we going down? For our scenarios we use the Fibonacci series again. You can see this on the four-hour chart below.\n<h2>bullish</h2>\nCan Bitcoin Retrieve the Middle Green Line on the Chart? Then the price can make an attempt to reach the dark green Fibonacci line at 42,744 euros.\n<h2>bearish</h2>\nIf bitcoin continues to fall, the lower green Fibonacci line is the next price target. This was still a strong resistance on August 1, and corresponds to a price of 35,600 euros.','Analysis: Bitcoin drop of more than 8,000 euros in one day, but bottom seems close','','draft','closed','closed','','','','','2021-09-28 13:14:42','2021-09-28 13:14:42','',0,'http://ethosdocumentary.com/?p=58',0,'post','',0),(59,1,'2021-10-23 13:16:23','2021-10-23 13:16:23','What a day yesterday! The adoption of bitcoin as legal tender is a milestone for the cryptocurrency. On the other hand, bitcoin fell by more than $10,000 in one business day, or roughly $8,125. Is this a classic case of buy the rumour, sell the news? And what can we expect from the coming days?\r\n<h2>Zoom in on the action</h2>\r\nYou don\'t see it often, but for this time we make an exception: the fifteen-minute chart of the bitcoin price. At around 05:00 a.m. bitcoin reached a high of almost 44,600 euros. But from there it went downhill. Especially from 16:45 it went fast. <a href=\"https://folm.io/\">Visit folm.io</a> has enough information. The price plunged down by almost 5,800 euros in less than fifteen minutes. After that, bitcoin shot up again by about 2,500 euros, only to stabilize somewhat from there.\r\n\r\nhttps://youtu.be/DlOzBJN8VE4\r\n<h2>Long squeeze through bitcoin futures</h2>\r\nYesterday we wrote about the funding rate in bitcoin futures. With the help of bitcoin futures you speculate on the price trend of bitcoin. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. There are relatively many traders who speculate (or speculated) on a price increase. And that could actually be a harbinger of a decline. But how fast it happened yesterday, few could have foreseen. According to data from Glassnode, no less than 4 billion dollars (3.3 billion euros) in bitcoin futures contracts have been wiped out of the market.\r\n\r\nWhat\'s up with that? When the price started to fall, the margins of many long positions were exceeded. The bitcoins of these positions are then sold on the market. This selling pressure causes the price to fall even further. This closes even more long positions and sells more bitcoins, pushing the price down even further. And so on, and so on. This is also called a long squeeze: the long positions are squeezed out like a lemon.\r\n<h2>On the edge</h2>\r\nWhat happened happened. What do we expect from the future? If we look at the weekly chart, we see that bitcoin makes it exciting. The middle line at 37,600 euros was an important support at the beginning of this year. In March, but also briefly in May, bitcoin managed to hold on to this price.\r\n\r\nThe lower blue line has been a strong resistance in the past. First in January, then in May to July. If bitcoin falls further, this previous resistance can actually form a support. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. <a href=\"https://folm.io/\">Visit folm.io</a> has enough information. That can then be a strong basis for further rising. For now, EUR 37,600 still seems strong support, but the week is not over yet.\r\n<h2>Good time to buy the dip?</h2>\r\nOn the weekly chart, the decline may look violent, but on the four-hour chart we see a bright spot. This might be a good time to buy the dip. At least, when you go by the Relative Strength Index (RSI). According to this indicator, bitcoin is close to a bottom.\r\n\r\nThe RSI is an index between 0 and 100. Does the line reach the bottom of the purple band? Then the price is oversold: the price has fallen sharply in a short time and this is often a harbinger that the bottom has been reached. We indicate these moments on the graph with circles.\r\n<h2>What do we expect from bitcoin?</h2>\r\nCan bitcoin recover quickly? Or are we going down? For our scenarios we use the Fibonacci series again. You can see this on the four-hour chart below.\r\n<h2>bullish</h2>\r\nCan Bitcoin Retrieve the Middle Green Line on the Chart? Then the price can make an attempt to reach the dark green Fibonacci line at 42,744 euros.\r\n<h2>bearish</h2>\r\nIf bitcoin continues to fall, the lower green Fibonacci line is the next price target. This was still a strong resistance on August 1, and corresponds to a price of 35,600 euros.','Analysis: Bitcoin drop of more than 8,000 euros in one day, but bottom seems close','','publish','closed','closed','','analysis-bitcoin-drop-of-more-than-8000-euros-in-one-day-but-bottom-seems-close','','','2021-09-28 13:26:30','2021-09-28 13:26:30','',0,'http://ethosdocumentary.com/?p=59',0,'post','',0),(60,1,'2021-09-28 13:22:20','2021-09-28 13:22:20','What a day yesterday! The adoption of bitcoin as legal tender is a milestone for the cryptocurrency. On the other hand, bitcoin fell by more than $10,000 in one business day, or roughly $8,125. Is this a classic case of buy the rumour, sell the news? And what can we expect from the coming days?\r\n<h2>Zoom in on the action</h2>\r\nYou don\'t see it often, but for this time we make an exception: the fifteen-minute chart of the bitcoin price. At around 05:00 a.m. bitcoin reached a high of almost 44,600 euros. But from there it went downhill. Especially from 16:45 it went fast. <a href=\"https://folm.io/\">Visit folm.io</a> has enough information. The price plunged down by almost 5,800 euros in less than fifteen minutes. After that, bitcoin shot up again by about 2,500 euros, only to stabilize somewhat from there.\r\n\r\nhttps://youtu.be/DlOzBJN8VE4\r\n<h2>Long squeeze through bitcoin futures</h2>\r\nYesterday we wrote about the funding rate in bitcoin futures. With the help of bitcoin futures you speculate on the price trend of bitcoin. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. There are relatively many traders who speculate (or speculated) on a price increase. And that could actually be a harbinger of a decline. But how fast it happened yesterday, few could have foreseen. According to data from Glassnode, no less than 4 billion dollars (3.3 billion euros) in bitcoin futures contracts have been wiped out of the market.\r\n\r\nWhat\'s up with that? When the price started to fall, the margins of many long positions were exceeded. The bitcoins of these positions are then sold on the market. This selling pressure causes the price to fall even further. This closes even more long positions and sells more bitcoins, pushing the price down even further. And so on, and so on. This is also called a long squeeze: the long positions are squeezed out like a lemon.\r\n<h2>On the edge</h2>\r\nWhat happened happened. What do we expect from the future? If we look at the weekly chart, we see that bitcoin makes it exciting. The middle line at 37,600 euros was an important support at the beginning of this year. In March, but also briefly in May, bitcoin managed to hold on to this price.\r\n\r\nThe lower blue line has been a strong resistance in the past. First in January, then in May to July. If bitcoin falls further, this previous resistance can actually form a support. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. <a href=\"https://folm.io/\">Visit folm.io</a> has enough information. That can then be a strong basis for further rising. For now, EUR 37,600 still seems strong support, but the week is not over yet.\r\n<h2>Good time to buy the dip?</h2>\r\nOn the weekly chart, the decline may look violent, but on the four-hour chart we see a bright spot. This might be a good time to buy the dip. At least, when you go by the Relative Strength Index (RSI). According to this indicator, bitcoin is close to a bottom.\r\n\r\nThe RSI is an index between 0 and 100. Does the line reach the bottom of the purple band? Then the price is oversold: the price has fallen sharply in a short time and this is often a harbinger that the bottom has been reached. We indicate these moments on the graph with circles.\r\n<h2>What do we expect from bitcoin?</h2>\r\nCan bitcoin recover quickly? Or are we going down? For our scenarios we use the Fibonacci series again. You can see this on the four-hour chart below.\r\n<h2>bullish</h2>\r\nCan Bitcoin Retrieve the Middle Green Line on the Chart? Then the price can make an attempt to reach the dark green Fibonacci line at 42,744 euros.\r\n<h2>bearish</h2>\r\nIf bitcoin continues to fall, the lower green Fibonacci line is the next price target. This was still a strong resistance on August 1, and corresponds to a price of 35,600 euros.','Analysis: Bitcoin drop of more than 8,000 euros in one day, but bottom seems close','','inherit','closed','closed','','59-revision-v1','','','2021-09-28 13:22:20','2021-09-28 13:22:20','',59,'http://ethosdocumentary.com/?p=60',0,'revision','',0),(61,1,'2021-09-28 13:26:30','2021-09-28 13:26:30','<iframe title=\"4 COINS TO $40 MILLION! TOP Micro-Caps to GET RICH in August/September\" width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/DlOzBJN8VE4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','cc0b6f9ddc3dccdff4782ad81e73b075','','','2021-09-28 13:26:30','2021-09-28 13:26:30','',0,'http://ethosdocumentary.com/cc0b6f9ddc3dccdff4782ad81e73b075/',0,'oembed_cache','',0),(64,1,'2021-12-26 12:48:16','2021-12-26 12:48:16','The meme-based altcoin, Dogecoin (DOGE), which has become a favorite talking point of Elon Musk, doubled in 24 hours, hitting an all-time high of $ 0.29.\r\n<h2>DOGE leaves others far behind</h2>\r\nDOGE / USD outperformed other major cryptocurrencies on Friday, Cointelegraph Markets Pro and TradingView showed. Dogecoin has also become the eighth largest cryptocurrency by market cap, in what seems like an almost incredible move. And it surpasses Litecoin (LTC), Chainlink\'s LINK and Uniswap (UNI), among others. A single DOGE was trading at around $ 0.25 at the time of publication. <a href=\"https://currencyconverters.org/de/cryptocurrencies\">Price prediction Cryptocurrency Germany</a> is popular.\r\n\r\nhttps://youtu.be/4ByO8ym-iF8\r\n\r\nOver any time frame, gains have remained more than impressive, with 80% on the day, 300% in the last week and year-to-date returns of over 5,000%. Compared to the same date a year ago, Dogecoin is up 12,600%, shortly after the short bear market\'s well in 2020. Professional traders even turned out to be surprised.\r\n\r\nScott Melker tweeted that this is the first DOGE pump he\'s missed in years. But that he still likes it very much, that it is his all time favorite possession and his life changed in 2017. He further indicated that he is happy for those who are in it and asked, \"Isn\'t it?\"\r\n\r\nTurkey approves the ban on crypto transactions\r\n\r\nMeanwhile, as with altcoins in a broader sense, the historic reversal of Doge\'s fortune that day came at the expense of Bitcoin (BTC). The largest cryptocurrency saw a predicted retest from previous record highs around $ 61,000. As several tests of $ 61,000 support left the door open to further dips on Friday, daily losses were around 2.8%.\r\n\r\nAlso noticeably declining in recent weeks, Bitcoin\'s market capitalization dominance was 52.1%. As the time has come for altcoins to take their turn which some analysts believe will not peak until later this summer. The loss of upward momentum is said to have been fueled by a ban on transactions by the Central Bank of Turkey.\r\n\r\nThis was endorsed by possible \"irreparable\" side effects from the country\'s established fiat payment network. According to a statement quoted by Reuters, it is believed that the use of crypto in payments could result in irreparable losses for the parties to the transactions due to the factors mentioned above. <a href=\"https://currencyconverters.org/fr/cryptocurrencies\">French crypto predictions</a> is popular. In addition, these could contain elements that could undermine confidence in methods and tools currently used in payments, according to the statement quoted by Reuters. Ether (ETH) also showed signs of a decline, bouncing back to USD 2,400 after seeing its own all-time high above USD 2,500 the day before.','As Bitcoin Price Drops, Dogecoin Doubles In A Day And YTD Profits Reach 5,000%','','publish','closed','closed','','as-bitcoin-price-drops-dogecoin-doubles-in-a-day-and-ytd-profits-reach-5000','','','2021-12-08 12:50:39','2021-12-08 12:50:39','',0,'http://ethosdocumentary.com/?p=64',0,'post','',0),(65,1,'2021-12-08 12:47:14','2021-12-08 12:47:14','','pexels-karolina-grabowska-5980578','','inherit','closed','closed','','pexels-karolina-grabowska-5980578','','','2021-12-08 12:47:14','2021-12-08 12:47:14','',64,'http://ethosdocumentary.com/wp-content/uploads/2021/12/pexels-karolina-grabowska-5980578.jpg',0,'attachment','image/jpeg',0),(66,1,'2021-12-08 12:48:06','2021-12-08 12:48:06','The meme-based altcoin, Dogecoin (DOGE), which has become a favorite talking point of Elon Musk, doubled in 24 hours, hitting an all-time high of $ 0.29.\r\n<h2>DOGE leaves others far behind</h2>\r\nDOGE / USD outperformed other major cryptocurrencies on Friday, Cointelegraph Markets Pro and TradingView showed. Dogecoin has also become the eighth largest cryptocurrency by market cap, in what seems like an almost incredible move. And it surpasses Litecoin (LTC), Chainlink\'s LINK and Uniswap (UNI), among others. A single DOGE was trading at around $ 0.25 at the time of publication. <a href=\"https://currencyconverters.org/de/cryptocurrencies\">Price prediction Cryptocurrency Germany</a> is popular.\r\n\r\nhttps://youtu.be/4ByO8ym-iF8\r\n\r\nOver any time frame, gains have remained more than impressive, with 80% on the day, 300% in the last week and year-to-date returns of over 5,000%. Compared to the same date a year ago, Dogecoin is up 12,600%, shortly after the short bear market\'s well in 2020. Professional traders even turned out to be surprised.\r\n\r\nScott Melker tweeted that this is the first DOGE pump he\'s missed in years. But that he still likes it very much, that it is his all time favorite possession and his life changed in 2017. He further indicated that he is happy for those who are in it and asked, \"Isn\'t it?\"\r\n\r\nTurkey approves the ban on crypto transactions\r\n\r\nMeanwhile, as with altcoins in a broader sense, the historic reversal of Doge\'s fortune that day came at the expense of Bitcoin (BTC). The largest cryptocurrency saw a predicted retest from previous record highs around $ 61,000. As several tests of $ 61,000 support left the door open to further dips on Friday, daily losses were around 2.8%.\r\n\r\nAlso noticeably declining in recent weeks, Bitcoin\'s market capitalization dominance was 52.1%. As the time has come for altcoins to take their turn which some analysts believe will not peak until later this summer. The loss of upward momentum is said to have been fueled by a ban on transactions by the Central Bank of Turkey.\r\n\r\nThis was endorsed by possible \"irreparable\" side effects from the country\'s established fiat payment network. According to a statement quoted by Reuters, it is believed that the use of crypto in payments could result in irreparable losses for the parties to the transactions due to the factors mentioned above. <a href=\"https://currencyconverters.org/fr/cryptocurrencies\">French crypto predictions</a> is popular. In addition, these could contain elements that could undermine confidence in methods and tools currently used in payments, according to the statement quoted by Reuters. Ether (ETH) also showed signs of a decline, bouncing back to USD 2,400 after seeing its own all-time high above USD 2,500 the day before.','As Bitcoin Price Drops, Dogecoin Doubles In A Day And YTD Profits Reach 5,000%','','inherit','closed','closed','','64-revision-v1','','','2021-12-08 12:48:06','2021-12-08 12:48:06','',64,'http://ethosdocumentary.com/?p=66',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rank_math_404_logs`
--
DROP TABLE IF EXISTS `wp_rank_math_404_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_rank_math_404_logs` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`accessed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`times_accessed` bigint unsigned NOT NULL DEFAULT '1',
`ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`referer` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uri` (`uri`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rank_math_404_logs`
--
LOCK TABLES `wp_rank_math_404_logs` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_404_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rank_math_404_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rank_math_internal_links`
--
DROP TABLE IF EXISTS `wp_rank_math_internal_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_rank_math_internal_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,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rank_math_internal_links`
--
LOCK TABLES `wp_rank_math_internal_links` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_internal_links` DISABLE KEYS */;
INSERT INTO `wp_rank_math_internal_links` VALUES (1,'https://www.nationalezorggids.nl/sections/zorgpersoneel/articles/12992-geweld-tegen-hulpverleners-filmen-tijdens-jaarwisseling?related_news_list_page=1',15,0,'external'),(4,'https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/',48,0,'external'),(5,'https://www.globalwatchonline.com/fi/vpn/reviews/expressvpn/',48,0,'external'),(6,'https://www.bitcoinexchangenederland.nl/enjin-coin/',55,0,'external'),(7,'https://www.bitcoinexchangenederland.nl/ftx-exchange/',55,0,'external'),(12,'https://folm.io/',59,0,'external'),(13,'https://moveco.io/',59,0,'external'),(14,'https://moveco.io/',59,0,'external'),(15,'https://folm.io/',59,0,'external'),(18,'https://currencyconverters.org/de/cryptocurrencies',64,0,'external'),(19,'https://currencyconverters.org/fr/cryptocurrencies',64,0,'external');
/*!40000 ALTER TABLE `wp_rank_math_internal_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rank_math_internal_meta`
--
DROP TABLE IF EXISTS `wp_rank_math_internal_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_rank_math_internal_meta` (
`object_id` bigint unsigned NOT NULL,
`internal_link_count` int unsigned DEFAULT '0',
`external_link_count` int unsigned DEFAULT '0',
`incoming_link_count` int unsigned DEFAULT '0',
PRIMARY KEY (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rank_math_internal_meta`
--
LOCK TABLES `wp_rank_math_internal_meta` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_internal_meta` DISABLE KEYS */;
INSERT INTO `wp_rank_math_internal_meta` VALUES (5,0,0,0),(6,0,0,0),(8,0,0,0),(10,0,0,0),(15,0,1,0),(48,0,2,0),(55,0,2,0),(59,0,4,0),(64,0,2,0);
/*!40000 ALTER TABLE `wp_rank_math_internal_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rank_math_redirections`
--
DROP TABLE IF EXISTS `wp_rank_math_redirections`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_rank_math_redirections` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`sources` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`url_to` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`header_code` smallint unsigned NOT NULL,
`hits` bigint unsigned NOT NULL DEFAULT '0',
`status` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_accessed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rank_math_redirections`
--
LOCK TABLES `wp_rank_math_redirections` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_redirections` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rank_math_redirections` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rank_math_redirections_cache`
--
DROP TABLE IF EXISTS `wp_rank_math_redirections_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_rank_math_redirections_cache` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`from_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`redirection_id` bigint unsigned NOT NULL,
`object_id` bigint unsigned NOT NULL DEFAULT '0',
`object_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`is_redirected` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `redirection_id` (`redirection_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rank_math_redirections_cache`
--
LOCK TABLES `wp_rank_math_redirections_cache` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_redirections_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rank_math_redirections_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rank_math_sc_analytics`
--
DROP TABLE IF EXISTS `wp_rank_math_sc_analytics`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_rank_math_sc_analytics` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`date` datetime NOT NULL,
`property` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`clicks` mediumint NOT NULL,
`impressions` mediumint NOT NULL,
`position` double NOT NULL,
`ctr` double NOT NULL,
`dimension` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `property` (`property`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rank_math_sc_analytics`
--
LOCK TABLES `wp_rank_math_sc_analytics` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_sc_analytics` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rank_math_sc_analytics` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_redirect_404_hp_cp_log`
--
DROP TABLE IF EXISTS `wp_redirect_404_hp_cp_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_redirect_404_hp_cp_log` (
`ID` int NOT NULL AUTO_INCREMENT,
`url` varchar(2500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`referer` varchar(2500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`logdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
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_redirect_404_hp_cp_log`
--
LOCK TABLES `wp_redirect_404_hp_cp_log` WRITE;
/*!40000 ALTER TABLE `wp_redirect_404_hp_cp_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_redirect_404_hp_cp_log` 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 (15,3,0),(18,4,0),(19,4,0),(20,4,0),(21,4,0),(22,4,0),(23,4,0),(48,2,0),(55,6,0),(58,6,0),(59,6,0),(64,6,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=7 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,1),(3,3,'category','',0,1),(4,4,'nav_menu','',0,6),(5,5,'category','',0,0),(6,6,'category','',0,3);
/*!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=7 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,'Blog','blog',0),(3,'Education','education',0),(4,'Main Menu','main-menu',0),(5,'Netflix VPN','netflix-vpn',0),(6,'Cryptocurrency','cryptocurrency',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=43 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','Ernie'),(2,1,'first_name','Ernie'),(3,1,'last_name','Goetz'),(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'),(17,1,'wp_dashboard_quick_press_last_post_id','63'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"77.168.162.0\";}'),(19,1,'arke_ignore_notice','true'),(20,1,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(21,1,'manageedit-postcolumnshidden_default','1'),(22,1,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(23,1,'manageedit-pagecolumnshidden_default','1'),(24,1,'last_update','1638967839'),(25,1,'closedpostboxes_post','a:2:{i:0;s:43:\"cmb-group-rank_math_snippet_book_editions-0\";i:1;s:49:\"cmb-group-rank_math_snippet_recipe_instructions-0\";}'),(26,1,'metaboxhidden_post','a:11:{i:0;s:16:\"tagsdiv-post_tag\";i:1;s:30:\"nf_admin_metaboxes_appendaform\";i:2;s:34:\"rank_math_metabox_link_suggestions\";i:3;s:43:\"cmb-group-rank_math_snippet_book_editions-0\";i:4;s:49:\"cmb-group-rank_math_snippet_recipe_instructions-0\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:10:\"postcustom\";i:8;s:16:\"commentstatusdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),(28,1,'wp_user-settings','editor=tinymce&libraryContent=browse&advImgDetails=show'),(29,1,'wp_user-settings-time','1600612232'),(30,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\";}'),(31,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(33,1,'rank_math_seo_score','0'),(34,1,'rank_math_facebook_enable_image_overlay','off'),(35,1,'rank_math_facebook_image_overlay','play'),(36,1,'rank_math_twitter_use_facebook','on'),(37,1,'rank_math_twitter_card_type','summary_large_image'),(38,1,'rank_math_twitter_enable_image_overlay','off'),(39,1,'rank_math_twitter_image_overlay','play'),(40,1,'twitter',''),(41,1,'facebook',''),(42,1,'session_tokens','a:2:{s:64:\"a7764dadf3bc65dd14a4eaf18cde54dd3f5a08e66dfbbbbd02e8d501057e415c\";a:4:{s:10:\"expiration\";i:1647135334;s:2:\"ip\";s:13:\"185.104.29.32\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1646962534;}s:64:\"d7d99cfb027ca3a53de2bfac0bb0789d7cc7c013b08ae2dbe1a2758ae082e399\";a:4:{s:10:\"expiration\";i:1647135335;s:2:\"ip\";s:13:\"185.104.29.32\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1646962535;}}');
/*!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,'webmaster','$P$BHm4dadNeP7QF9b.sSEM95C.VHCb2..','webmaster','[email protected]','http://ethosdocumentary.com','2020-08-09 17:02:04','',0,'Ernie Goetz');
/*!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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpil_report_links`
--
LOCK TABLES `wp_wpil_report_links` WRITE;
/*!40000 ALTER TABLE `wp_wpil_report_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_report_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-03-29 7:53:26