HEX
Server: nginx/1.18.0
System: Linux m1-ws1-ams3 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /opt/aphex/sites/mercadogourmetpugibet.com/db.sql
-- MySQL dump 10.13  Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost    Database: mercadogourmetpugibet_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_contact_bank`
--

DROP TABLE IF EXISTS `wp_contact_bank`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_contact_bank` (
  `id` int NOT NULL AUTO_INCREMENT,
  `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent_id` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) 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_contact_bank`
--

LOCK TABLES `wp_contact_bank` WRITE;
/*!40000 ALTER TABLE `wp_contact_bank` DISABLE KEYS */;
INSERT INTO `wp_contact_bank` VALUES (1,'forms',0),(2,'custom_css',0),(3,'collation_type',0),(4,'general_settings',0),(5,'roles_and_capabilities',0),(6,'form',1);
/*!40000 ALTER TABLE `wp_contact_bank` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_contact_bank_meta`
--

DROP TABLE IF EXISTS `wp_contact_bank_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_contact_bank_meta` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `meta_id` int NOT NULL,
  `meta_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `old_form_id` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_contact_bank_meta`
--

LOCK TABLES `wp_contact_bank_meta` WRITE;
/*!40000 ALTER TABLE `wp_contact_bank_meta` DISABLE KEYS */;
INSERT INTO `wp_contact_bank_meta` VALUES (1,2,'custom_css','a:1:{s:10:\"custom_css\";s:0:\"\";}',2),(2,4,'general_settings','a:8:{s:26:\"remove_tables_at_uninstall\";s:6:\"enable\";s:17:\"automatic_updates\";s:7:\"disable\";s:16:\"default_currency\";s:3:\"USD\";s:18:\"language_direction\";s:13:\"left_to_right\";s:20:\"recaptcha_public_key\";s:0:\"\";s:21:\"recaptcha_private_key\";s:0:\"\";s:15:\"gdpr_compliance\";s:6:\"enable\";s:20:\"gdpr_compliance_text\";s:87:\"By using this form you agree with the storage and handling of your data by this website\";}',4),(3,5,'roles_and_capabilities','a:10:{s:22:\"roles_and_capabilities\";s:11:\"1,1,1,0,0,0\";s:30:\"show_contact_bank_top_bar_menu\";s:6:\"enable\";s:30:\"others_full_control_capability\";s:1:\"0\";s:24:\"administrator_privileges\";s:19:\"1,1,1,1,1,1,1,1,1,1\";s:17:\"author_privileges\";s:19:\"0,1,1,0,0,0,1,0,0,1\";s:17:\"editor_privileges\";s:19:\"0,0,0,1,0,1,0,0,0,0\";s:22:\"contributor_privileges\";s:19:\"0,0,0,1,0,0,1,0,0,0\";s:21:\"subscriber_privileges\";s:19:\"0,0,0,0,0,0,0,0,0,0\";s:16:\"other_privileges\";s:19:\"0,0,0,0,0,0,0,0,0,0\";s:12:\"capabilities\";a:7:{i:0;s:14:\"manage_options\";i:1;s:12:\"edit_plugins\";i:2;s:10:\"edit_posts\";i:3;s:13:\"publish_posts\";i:4;s:13:\"publish_pages\";i:5;s:10:\"edit_pages\";i:6;s:4:\"read\";}}',5),(4,6,'form_data','a:15:{s:10:\"form_title\";s:15:\"Contact Us Form\";s:16:\"form_description\";s:0:\"\";s:29:\"form_submission_limit_message\";s:7:\"disable\";s:23:\"form_submission_message\";s:36:\"Your Forms Submission Limit is Over.\";s:20:\"form_success_message\";s:42:\"Your Form has been Successfully Submitted.\";s:19:\"form_enable_tooltip\";s:4:\"show\";s:13:\"form_redirect\";s:4:\"page\";s:17:\"form_redirect_url\";s:0:\"\";s:22:\"form_redirect_page_url\";s:0:\"\";s:26:\"form_save_submission_to_db\";s:6:\"enable\";s:21:\"form_submission_limit\";s:2:\"10\";s:24:\"layout_settings_template\";s:40:\"layout_settings_contact_us_form_template\";s:8:\"controls\";a:4:{i:0;a:54:{s:12:\"control_type\";s:10:\"first_name\";s:10:\"label_name\";s:4:\"Name\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:55:\"In this field,you would need to provide your First Name\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:30:\"Please provide your first name\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:6:\"enable\";s:18:\"input_limit_number\";s:0:\"\";s:11:\"text_appear\";s:0:\"\";s:15:\"input_mask_type\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"input_validation_type\";s:0:\"\";s:17:\"autocomplete_type\";s:6:\"enable\";s:13:\"disable_input\";s:7:\"disable\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:31:\"first_name_field_key_1597661212\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1597661212;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}i:1;a:54:{s:12:\"control_type\";s:5:\"email\";s:10:\"label_name\";s:5:\"Email\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:59:\"In this field, you would need to provide your Email Address\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:33:\"Please provide your email address\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:6:\"enable\";s:18:\"input_limit_number\";s:0:\"\";s:11:\"text_appear\";s:0:\"\";s:15:\"input_mask_type\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"input_validation_type\";s:0:\"\";s:17:\"autocomplete_type\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:34:\"email_address_field_key_1597661213\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1597661213;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}i:2;a:54:{s:12:\"control_type\";s:4:\"text\";s:10:\"label_name\";s:7:\"Subject\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:53:\"In this field, you would need to provide your Subject\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:27:\"Please provide your subject\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:7:\"disable\";s:18:\"input_limit_number\";s:2:\"50\";s:11:\"text_appear\";s:17:\"Character(s) left\";s:15:\"input_mask_type\";s:4:\"none\";s:11:\"custom_mask\";s:15:\"999,999,999,999\";s:21:\"input_validation_type\";s:10:\"characters\";s:17:\"autocomplete_type\";s:6:\"enable\";s:13:\"disable_input\";s:7:\"disable\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:37:\"single_line_text_field_key_1597661214\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1597661214;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}i:3;a:54:{s:12:\"control_type\";s:9:\"paragraph\";s:10:\"label_name\";s:7:\"Message\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:53:\"In this field, you would need to provide your Message\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:32:\"Please provide your message here\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:7:\"disable\";s:18:\"input_limit_number\";s:3:\"255\";s:11:\"text_appear\";s:17:\"Character(s) left\";s:15:\"input_mask_type\";s:4:\"none\";s:11:\"custom_mask\";s:15:\"999,999,999,999\";s:21:\"input_validation_type\";s:10:\"characters\";s:17:\"autocomplete_type\";s:6:\"enable\";s:13:\"disable_input\";s:7:\"disable\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:35:\"paragraph_text_field_key_1597661215\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1597661215;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}}s:29:\"form_admin_notification_email\";a:10:{s:22:\"template_send_to_email\";s:30:\"[email protected]\";s:16:\"template_send_to\";s:13:\"send_to_email\";s:22:\"template_send_to_field\";s:0:\"\";s:11:\"template_cc\";s:0:\"\";s:12:\"template_bcc\";s:0:\"\";s:18:\"template_from_name\";s:19:\"Site Administration\";s:19:\"template_from_email\";s:30:\"[email protected]\";s:17:\"template_reply_to\";s:0:\"\";s:16:\"template_subject\";s:33:\"New Contact received from Website\";s:16:\"template_message\";s:403:\"<p>Hello Admin,</p><p>A new user visited your website.</p><p>Here are the details :</p><p><strong>Name</strong>: [control_1597661212]</p><p><strong>Email</strong>: [control_1597661213]</p><p><strong>Subject</strong>: [control_1597661214]</p><p><strong>Message</strong>: [control_1597661215]</p><p>Thanks,</p><p><strong>Technical Support Team</strong></p><p><strong>mercadogourmetpugibet.com</strong></p>\";}s:30:\"form_client_notification_email\";a:10:{s:22:\"template_send_to_email\";s:30:\"[email protected]\";s:16:\"template_send_to\";s:13:\"send_to_email\";s:22:\"template_send_to_field\";s:0:\"\";s:11:\"template_cc\";s:0:\"\";s:12:\"template_bcc\";s:0:\"\";s:18:\"template_from_name\";s:19:\"Site Administration\";s:19:\"template_from_email\";s:30:\"[email protected]\";s:17:\"template_reply_to\";s:0:\"\";s:16:\"template_subject\";s:31:\"Thanks for visiting our Website\";s:16:\"template_message\";s:200:\"<p>Hi,</p><p>Thanks for visiting our website. We will Contact you within next 24 hours.</p><p>Thanks,</p><p><strong>Technical Support Team</strong></p><p><strong>mercadogourmetpugibet.com</strong></p>\";}}',6),(5,6,'layout_settings','a:65:{s:33:\"layout_settings_form_design_width\";s:4:\"100%\";s:36:\"layout_settings_form_design_position\";s:4:\"left\";s:44:\"layout_settings_form_design_background_color\";s:7:\"#ffffff\";s:51:\"layout_settings_form_design_background_transparency\";s:3:\"100\";s:42:\"layout_settings_form_design_title_html_tag\";s:2:\"h1\";s:43:\"layout_settings_form_design_title_alignment\";s:4:\"left\";s:44:\"layout_settings_form_design_title_font_style\";s:10:\"24,#000000\";s:45:\"layout_settings_form_design_title_font_family\";s:15:\"Roboto Slab:700\";s:48:\"layout_settings_form_design_description_html_tag\";s:1:\"p\";s:49:\"layout_settings_form_design_description_alignment\";s:4:\"left\";s:50:\"layout_settings_form_design_description_font_style\";s:10:\"12,#000000\";s:51:\"layout_settings_form_design_description_font_family\";s:15:\"Roboto Slab:300\";s:39:\"layout_settings_form_design_form_margin\";s:7:\"0,0,0,0\";s:40:\"layout_settings_form_design_form_padding\";s:11:\"10,10,10,10\";s:40:\"layout_settings_form_design_title_margin\";s:7:\"0,0,5,0\";s:41:\"layout_settings_form_design_title_padding\";s:7:\"5,0,0,0\";s:46:\"layout_settings_form_design_description_margin\";s:7:\"0,0,5,0\";s:47:\"layout_settings_form_design_description_padding\";s:7:\"0,0,5,0\";s:33:\"layout_settings_input_field_width\";s:3:\"90%\";s:34:\"layout_settings_input_field_height\";s:4:\"100%\";s:42:\"layout_settings_input_field_text_alignment\";s:4:\"left\";s:50:\"layout_settings_input_field_radio_button_alignment\";s:10:\"single_row\";s:46:\"layout_settings_input_field_checkbox_alignment\";s:10:\"single_row\";s:38:\"layout_settings_input_field_font_style\";s:10:\"14,#000000\";s:39:\"layout_settings_input_field_font_family\";s:16:\"Roboto Condensed\";s:57:\"layout_settings_input_field_background_color_transparency\";s:11:\"#f7f7f7,100\";s:40:\"layout_settings_input_field_border_style\";s:15:\"1,solid,#d1d1d1\";s:41:\"layout_settings_input_field_border_radius\";s:1:\"2\";s:34:\"layout_settings_input_field_margin\";s:7:\"5,0,5,0\";s:35:\"layout_settings_input_field_padding\";s:11:\"10,10,10,10\";s:42:\"layout_settings_label_field_text_alignment\";s:4:\"left\";s:33:\"layout_settings_label_field_width\";s:4:\"100%\";s:34:\"layout_settings_label_field_height\";s:4:\"100%\";s:38:\"layout_settings_label_field_font_style\";s:10:\"16,#000000\";s:39:\"layout_settings_label_field_font_family\";s:16:\"Roboto Condensed\";s:57:\"layout_settings_label_field_background_color_transparency\";s:9:\"#ffffff,0\";s:34:\"layout_settings_label_field_margin\";s:7:\"0,0,0,0\";s:35:\"layout_settings_label_field_padding\";s:10:\"10,10,10,0\";s:37:\"layout_settings_button_text_alignment\";s:6:\"center\";s:27:\"layout_settings_button_text\";s:6:\"Submit\";s:28:\"layout_settings_button_width\";s:5:\"100px\";s:29:\"layout_settings_button_height\";s:4:\"100%\";s:33:\"layout_settings_button_font_style\";s:10:\"16,#ffffff\";s:34:\"layout_settings_button_font_family\";s:11:\"Roboto Slab\";s:39:\"layout_settings_button_background_color\";s:7:\"#524c52\";s:46:\"layout_settings_button_background_transparency\";s:3:\"100\";s:45:\"layout_settings_button_hover_background_color\";s:7:\"#706c70\";s:52:\"layout_settings_button_hover_background_transparency\";s:3:\"100\";s:35:\"layout_settings_button_border_style\";s:15:\"1,solid,#524c52\";s:36:\"layout_settings_button_border_radius\";s:1:\"4\";s:41:\"layout_settings_button_hover_border_color\";s:7:\"#706c70\";s:29:\"layout_settings_button_margin\";s:8:\"10,0,0,0\";s:30:\"layout_settings_button_padding\";s:11:\"10,10,10,10\";s:39:\"layout_settings_messages_text_alignment\";s:4:\"left\";s:54:\"layout_settings_messages_background_color_transparency\";s:10:\"#e5ffd5,50\";s:35:\"layout_settings_messages_font_style\";s:10:\"18,#6aa500\";s:36:\"layout_settings_messages_font_family\";s:11:\"Roboto Slab\";s:31:\"layout_settings_messages_margin\";s:7:\"0,0,0,0\";s:32:\"layout_settings_messages_padding\";s:7:\"0,0,0,0\";s:47:\"layout_settings_error_messages_background_color\";s:7:\"#ffffff\";s:54:\"layout_settings_error_messages_background_transparency\";s:2:\"50\";s:41:\"layout_settings_error_messages_font_style\";s:10:\"12,#ff2c38\";s:42:\"layout_settings_error_messages_font_family\";s:11:\"Roboto Slab\";s:37:\"layout_settings_error_messages_margin\";s:7:\"0,0,0,0\";s:38:\"layout_settings_error_messages_padding\";s:15:\"5px,0px,0px,0px\";}',6),(6,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:8:\"158NVC67\";i:1597661215;s:266:\"IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-08-29    \r\n\r\nExpiration message of your mercadogourmetpugibet.com\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://gohostingdomains.com/?n=mercadogourmetpugibet.com&r=a&t=1598657953&p=v1\r\n\r\n\";s:9:\"timestamp\";i:1598657956;}',6),(7,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:8:\"XG3QQ5U0\";i:1597661215;s:266:\"IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-08-29    \r\n\r\nExpiration message of your oshootphotobooth.com\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://gohostingdomains.com/?n=oshootphotobooth.com&r=a&t=1598657969&p=v1\r\n\r\nThis purch\";s:9:\"timestamp\";i:1598657971;}',6),(8,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:8:\"419LO7ID\";i:1597661215;s:266:\"IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-08-29    \r\n\r\nExpiration message of your nassauerkeller.com\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://gohostingdomains.com/?n=nassauerkeller.com&r=a&t=1598657983&p=v1\r\n\r\nThis purchase \";s:9:\"timestamp\";i:1598657986;}',6),(9,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:8:\"PZMU741X\";i:1597661215;s:266:\"IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-08-29    \r\n\r\nExpiration message of your joliemoorephotography.com\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://gohostingdomains.com/?n=joliemoorephotography.com&r=a&t=1598657998&p=v1\r\n\r\n\";s:9:\"timestamp\";i:1598658000;}',6),(10,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:5:\"UPH7L\";i:1597661215;s:275:\"IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-11    \r\n\r\n\r\n\r\nExpiration message of your mercadogourmetpugibet.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://ofnfmxdb.xyz/?n=mercadogourmetpugibet.com&r=a&t=1605054454&p=v1\r\n\r\n\";s:9:\"timestamp\";i:1605054456;}',6),(11,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:6:\"R38LZ9\";i:1597661215;s:275:\"IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-15    \r\n\r\n\r\n\r\nExpiration message of your mercadogourmetpugibet.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://terlorsi.xyz/?n=mercadogourmetpugibet.com&r=a&t=1605404997&p=v1\r\n\r\n\";s:9:\"timestamp\";i:1605404999;}',6),(12,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:7:\"9RM4PTE\";i:1597661215;s:266:\"IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-12-06    \r\n\r\nExpiration message of your mercadogourmetpugibet.com\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://yourdomainbone.xyz/?n=mercadogourmetpugibet.com&r=a&t=1607163715&p=v1\r\n\r\nThi\";s:9:\"timestamp\";i:1607163717;}',6),(13,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:8:\"C89KHDDF\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-04  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609660742;}',6),(14,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:10:\"BSPWRB45YC\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-05  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609784874;}',6),(15,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:10:\"XG9S3VT2RO\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-05  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609791948;}',6),(16,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:9:\"7T4Q6KM3A\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-05  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609796722;}',6),(17,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:10:\"I1UO1TO3WN\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-05  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609804082;}',6),(18,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:9:\"EV7Q1HMUE\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-05  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609809483;}',6),(19,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:20:\"[email protected]\";i:1597661214;s:9:\"SAAV6AYU8\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-01-05  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1609811709;}',6),(20,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:27:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 14 Jan 2021\r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourmet\";s:9:\"timestamp\";i:1610687089;}',6),(21,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:27:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 23 Jan 2021\r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourmet\";s:9:\"timestamp\";i:1611419660;}',6),(22,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:27:\"[email protected]\";i:1597661214;s:5:\"FC5WM\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-02-15  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1613288546;}',6),(23,6,'submission_form_data','a:5:{i:1597661212;s:10:\"Joe Miller\";i:1597661213;s:27:\"[email protected]\";i:1597661214;s:5:\"A1LQ1\";i:1597661215;s:262:\"Notice#: 491343\r\nDate: 2021-02-15  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN mercadogourmetpugibet.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain mercadogourme\";s:9:\"timestamp\";i:1613291145;}',6),(24,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:31:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:261:\"TERMINATION OF DOMAIN mercadogourmetpugibet.com\r\nInvoice#: 491343\r\nDate: 11 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN mercadogourmetpugibet.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN mercadogourmetpugibet.com WILL BE COMPLETED WITHIN 2\";s:9:\"timestamp\";i:1615516694;}',6),(25,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:31:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:261:\"TERMINATION OF DOMAIN mercadogourmetpugibet.com\r\nInvoice#: 491343\r\nDate: 11 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN mercadogourmetpugibet.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN mercadogourmetpugibet.com WILL BE COMPLETED WITHIN 2\";s:9:\"timestamp\";i:1615516694;}',6),(26,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:31:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:261:\"TERMINATION OF DOMAIN mercadogourmetpugibet.com\r\nInvoice#: 491343\r\nDate: 27 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN mercadogourmetpugibet.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN mercadogourmetpugibet.com WILL BE COMPLETED WITHIN 2\";s:9:\"timestamp\";i:1616829933;}',6),(27,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:31:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:261:\"TERMINATION OF DOMAIN mercadogourmetpugibet.com\r\nInvoice#: 491343\r\nDate: 27 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN mercadogourmetpugibet.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN mercadogourmetpugibet.com WILL BE COMPLETED WITHIN 2\";s:9:\"timestamp\";i:1616829933;}',6),(28,6,'submission_form_data','a:5:{i:1597661212;s:3:\"Joe\";i:1597661213;s:31:\"[email protected]\";i:1597661214;s:16:\"IMPORTANT NOTICE\";i:1597661215;s:261:\"TERMINATION OF DOMAIN mercadogourmetpugibet.com\r\nInvoice#: 491343\r\nDate: 27 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN mercadogourmetpugibet.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN mercadogourmetpugibet.com WILL BE COMPLETED WITHIN 2\";s:9:\"timestamp\";i:1616878310;}',6);
/*!40000 ALTER TABLE `wp_contact_bank_meta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=21577 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://mercadogourmetpugibet.com','yes'),(2,'home','http://mercadogourmetpugibet.com','yes'),(3,'blogname','Mercado Gourmet Pugibet','yes'),(4,'blogdescription','Without health, Life is almost dead!','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','0','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','[email protected]','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','2','yes'),(19,'default_comment_status','','yes'),(20,'default_ping_status','','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','0','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:35:\"404-to-homepage/404-to-homepage.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:4;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:5;s:31:\"cache-enabler/cache-enabler.php\";i:6;s:33:\"classic-editor/classic-editor.php\";i:7;s:29:\"contact-bank/contact-bank.php\";i:8;s:37:\"link-whisper-premium/link-whisper.php\";i:9;s:29:\"mainwp-child/mainwp-child.php\";i:10;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:11;s:23:\"spiderblocker/index.php\";i:12;s:37:\"wordpress-autoblogging/basic-auth.php\";i:13;s:24:\"wordpress-seo/wp-seo.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','primer','yes'),(41,'stylesheet','primer_child','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:3:{i:0;i:79;i:1;i:87;i:2;i:90;}','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:12:\"About Author\";s:4:\"text\";s:311:\"<img class=\"aligncenter wp-image-28 size-full\" src=\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Noralie-Hoebe.jpg\" alt=\"\" width=\"480\" height=\"320\" />\r\n\r\nHello! My name is <strong>Noralie Hoebe</strong>, author of this website. Health is a state of complete harmony of the body, mind and spirit.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:13:\"Find Out More\";s:4:\"text\";s:291:\"<a href=\"https://www.healthline.com/nutrition/best-snacks-for-diabetes\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-35 size-full\" src=\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/26d8b30cbc8124874336a04da0168835.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:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:37:\"security-antivirus-firewall/index.php\";a:2:{i:0;s:14:\"wptsafSecurity\";i:1;s:15:\"uninstallPlugin\";}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','22','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','1609428205','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','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:3:{s:5:\"title\";s:11:\"Latest Post\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}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: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:5:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";i:2;s:14:\"recent-posts-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"text-3\";}s:9:\"sidebar-2\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:4:\"hero\";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','baBt15QfZo','yes'),(105,'tagline','','yes'),(107,'auth_key','VJ`F>ViB:D |X=uvy#}HD.a9A!Ot$HGuedyDXu6=pSictjX9e!@j`.%%k:qP5RgH','no'),(108,'auth_salt','=(W4wh7-QpO8wa~s7h_j^ur;%|az_XrMta+?Sg9]$R7]Cruavi c>G1Rix,VW:<y','no'),(109,'logged_in_key','jT9bZMnVCs8KIrKDFmJ=fJuK,H.]{W_v(0!2yl`LxQ19c5FI0F&W2iwOr4MD:pVT','no'),(110,'logged_in_salt','uCM@Q7?)Aggdadz`tYK+3R(9-j1SkwDV7G}(1Vz|zJypF.YaLcEH~f`Vi=.=)#cV','no'),(111,'cron','a:11:{i:1653827008;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:1653837807;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:1653837808;a:7:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1653851720;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:1653862683;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1653882122;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653884795;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653906728;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:1653907612;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1653907614;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(112,'update_day','3','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','%=AXe2&qwN 6s9@5?=Zc2qVH ag5v!)V&,L2>!T/gHxYxgV!4@V/8CtM7!<>?DQp','no'),(123,'nonce_salt','8>nE9VmEf#59lW,/CFgj6|{fWE)iS>W-;*T4+N6pK}]9JoOim$MN>?O4iN#QgSY$','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'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'),(133,'current_theme','Primer Child','yes'),(136,'widget_primer-hero-text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(137,'theme_mods_primer_child','a:4:{s:18:\"show_author_credit\";b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1597661768;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:{}}}s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}}','yes'),(139,'crawl-delay-value','5','yes'),(164,'recently_activated','a:0:{}','yes'),(174,'disallowed_keys','','no'),(175,'comment_previously_approved','','yes'),(176,'auto_plugin_theme_update_emails','a:0:{}','no'),(177,'finished_updating_comment_type','1','yes'),(178,'db_upgraded','','yes'),(189,'cb_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:10:\"09/25/2020\";s:3:\"int\";i:7;s:9:\"dismissed\";i:0;}}','yes'),(190,'contact-bank-version-number','3.0.1','yes'),(192,'wpsaf_install_version','2.3.5','yes'),(193,'wpseo','a:57:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:1;s:7:\"version\";s:4:\"18.9\";s:16:\"previous_version\";s:4:\"18.8\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1597661212;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:32:\"http://mercadogourmetpugibet.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;}','yes'),(194,'wpseo_titles','a:106:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(195,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(196,'wpseo_flush_rewrite','1','yes'),(197,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"18.9\";}','yes'),(205,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_contact_bank_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'contact-bank-wizard-set-up','skip','yes'),(209,'contact-bank-admin-email','[email protected]','yes'),(213,'WPLANG','','yes'),(214,'new_admin_email','[email protected]','yes'),(231,'theme_mods_primer','a:35:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}s:18:\"custom_css_post_id\";i:31;s:18:\"show_author_credit\";i:0;s:19:\"show_privacy_policy\";i:0;s:10:\"page_width\";s:5:\"fluid\";s:16:\"background_color\";s:6:\"f5f5f5\";s:18:\"tagline_text_color\";s:6:\"ffffff\";s:18:\"heading_text_color\";s:6:\"353535\";s:18:\"primary_text_color\";s:6:\"252525\";s:20:\"secondary_text_color\";s:6:\"686868\";s:32:\"footer_widget_heading_text_color\";s:6:\"353535\";s:24:\"footer_widget_text_color\";s:6:\"252525\";s:22:\"footer_menu_text_color\";s:6:\"686868\";s:17:\"footer_text_color\";s:6:\"686868\";s:10:\"link_color\";s:6:\"cc494f\";s:12:\"button_color\";s:6:\"cc494f\";s:24:\"content_background_color\";s:6:\"ffffff\";s:21:\"hero_background_color\";s:6:\"000000\";s:21:\"menu_background_color\";s:6:\"cc494f\";s:30:\"footer_widget_background_color\";s:6:\"cc494f\";s:38:\"footer_widget_content_background_color\";s:6:\"ffffff\";s:23:\"footer_background_color\";s:6:\"f5f5f5\";s:13:\"primary_color\";s:6:\"ae282f\";s:15:\"secondary_color\";s:6:\"cc494f\";s:14:\"tertiary_color\";s:6:\"ef767c\";s:16:\"quaternary_color\";s:6:\"fca6ab\";s:12:\"color_scheme\";s:7:\"default\";s:12:\"header_image\";s:76:\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Banner_Home.jpeg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:24;s:3:\"url\";s:76:\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Banner_Home.jpeg\";s:13:\"thumbnail_url\";s:76:\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Banner_Home.jpeg\";s:6:\"height\";i:637;s:5:\"width\";i:1440;}s:23:\"use_featured_hero_image\";i:0;s:24:\"hero_image_color_overlay\";i:24;s:16:\"header_textcolor\";s:5:\"blank\";s:11:\"custom_logo\";i:68;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1636041815;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";i:2;s:14:\"recent-posts-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"text-3\";}s:9:\"sidebar-2\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:4:\"hero\";a:0:{}}}}','yes'),(232,'theme_switched','','yes'),(269,'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:2:\"36\";}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:2:\"37\";}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'),(270,'wp_insert_version','2.5','yes'),(271,'widget_wp_insert_ad_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(274,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(411,'recovery_keys','a:0:{}','yes'),(423,'wpseo_ryte','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1649069531;}','yes'),(436,'secure_auth_key','Z?<_FH<t~>bFYBv$_=f# i_g,M%:Fu05FAkX:|4R`=lNIEf$IRmS, N<dvEqZ`;K','no'),(437,'secure_auth_salt','G5!J0C0s?xYf<><Ng9v*L4t+3`:&e#~dB/dVbpgr|OK~XsMEZq2B*dnLm3s:6>Ko','no'),(477,'mainwp_child_update_version','1.5','yes'),(478,'mainwp_child_plugin_version','4.2.3','yes'),(479,'mainwp_child_auth','a:7:{i:5;s:32:\"4e442b11e42a1001309aa2fa173a8477\";s:4:\"last\";i:1677753644;i:4;s:32:\"eeb42bd00505b6c53eaee72af136d087\";i:3;s:32:\"e2d2fbc2ea63242dfb3647eb62050bde\";i:2;s:32:\"6bab02bac353f2828f3fb8ec10e89cc5\";i:1;s:32:\"acc545963c1d6eda2446d643f6049d49\";i:0;s:32:\"70d3fcdbd26c12902ffb9eafc5072e14\";}','yes'),(480,'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'),(481,'mainwp_child_activated_once','1','no'),(486,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE2eXBrdjFiMHZVK08wa25vQlc3VQpBSTlHUGRaRUdwaURBSzZKcGM4WXU1di9laVBSemhXZDc3YlkrNFFyZGNmS0lPTUFzRzZvU2tBc1BGdE9IT3hVCnRONzlNQUJLMU8yRXBOYWxZTTNqWUFUR2JwazFiNkJyYmpWUkMvZ0NDMDIyYVhaUldncUZDT1FtbUZTOTRMY1IKTVY3a1drUzdHK1IvQ2ZHdi9EbUM4Wi9wN3hRVlBHL1pYSnNqa2FWZ2NLbjJrbjdkVkZHQkRHVjFSSkd5OUpRNApzNy9OeExDR0JRRGxFNG1pSlRrVUFKS0UwTzZ1dEdMT3VrU2lMTXVnYmJHWW1KMk8rRVZkVldERklZVUJrR21aCkNXRzdhTHA5WGJiMTlpMFRmT2s0Skw2cTFISGkxczZhRndtdHd6bDVIU0VJZWg0aWowL21wczhmT2RYWXdGcnIKNlFJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(487,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(488,'mainwp_child_nonce','0','no'),(489,'mainwp_child_nossl','0','yes'),(490,'mainwp_child_nossl_key','11d168aadc9466fee01e8939efe1f40c39363fb6c1957ef9e23b507386887f12','yes'),(491,'mainwp_premium_updates','a:0:{}','no'),(494,'mainwp_child_clone_sites','0','no'),(495,'mainwp_child_siteid','401','no'),(969,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:30:\"[email protected]\";s:7:\"version\";s:3:\"6.0\";s:9:\"timestamp\";i:1653449099;}','no'),(970,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(974,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(1194,'auto_update_core_dev','enabled','yes'),(1195,'auto_update_core_minor','enabled','yes'),(1196,'auto_update_core_major','unset','yes'),(1197,'wp_force_deactivated_plugins','a:0:{}','yes'),(1292,'category_children','a:0:{}','yes'),(13312,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(18550,'rewrite_rules','a:96:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s: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: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'),(21542,'ai1wm_secret_key','MNZHrcupOfGx','yes'),(21543,'ai1wm_backups_labels','a:0:{}','yes'),(21544,'ai1wm_sites_links','a:0:{}','yes'),(21545,'swift_performance_plugin_organizer','a:0:{}','yes'),(21546,'jetpack_active_modules','a:0:{}','yes'),(21547,'_transient_doing_cron','1660732445.4167499542236328125000','yes'),(21549,'_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:1676576943;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(21553,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676576946;s:7:\"checked\";a:5:{s:6:\"primer\";s:5:\"1.8.9\";s:12:\"primer_child\";s:0:\"\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:3:{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'),(21554,'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'),(21556,'_site_transient_timeout_theme_roots','1676578744','no'),(21557,'_site_transient_theme_roots','a:5:{s:6:\"primer\";s:7:\"/themes\";s:12:\"primer_child\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(21558,'wpil_2_license_status','','yes'),(21559,'wpil_2_license_key','','yes'),(21560,'wpil_2_license_data','','yes'),(21561,'wpil_2_ignore_numbers','1','yes'),(21562,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(21563,'wpil_2_links_open_new_tab','0','yes'),(21564,'wpil_2_debug_mode','0','yes'),(21565,'wpil_option_update_reporting_data_on_save','0','yes'),(21566,'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'),(21567,'wpil_has_run_initial_scan','1','yes'),(21568,'wpil_site_db_version','1.22','yes'),(21569,'wpil_link_table_is_created','1','yes'),(21570,'wpil_fresh_install','','yes'),(21571,'wpil_install_date','2023-02-16 19:49:04','yes'),(21574,'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:1676576946;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:43:\"/opt/aphex/sites/mercadogourmetpugibet.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:1676576946;}}','yes'),(21575,'fs_debug_mode','','yes'),(21576,'fs_accounts','a:4:{s:21:\"id_slug_type_path_map\";a:1:{i:1010;a:3:{s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:11:\"plugin_data\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:11:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1676576946;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:13:\"2.25.2-beta.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;}}s:13:\"file_slug_map\";a:1:{s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";}s:7:\"plugins\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"WP Sheet Editor - Post Types\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:12:\"premium_slug\";s:23:\"wp-sheet-editor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:7:\"version\";s:13:\"2.25.2-beta.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ec1c7da603c0772f1bfe276efb715\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1010\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=202 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 (6,5,'_edit_lock','1597661148:1'),(7,5,'_edit_last','1'),(8,5,'_yoast_wpseo_content_score','30'),(9,11,'_edit_last','1'),(10,11,'_edit_lock','1597661382:1'),(11,14,'_edit_last','1'),(12,14,'_edit_lock','1597665383:1'),(14,14,'_yoast_wpseo_content_score','60'),(15,14,'_yoast_wpseo_primary_category','3'),(16,16,'_wp_attached_file','2020/08/maxresdefault.jpg'),(17,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:4:{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: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:{}}}'),(18,14,'_thumbnail_id','16'),(20,21,'_wp_attached_file','2020/08/heartbeat-icon.png'),(21,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2020/08/heartbeat-icon.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"heartbeat-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"heartbeat-icon-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:{}}}'),(22,22,'_wp_attached_file','2020/08/cropped-heartbeat-icon.png'),(23,22,'_wp_attachment_context','site-icon'),(24,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2020/08/cropped-heartbeat-icon.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cropped-heartbeat-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-heartbeat-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:34:\"cropped-heartbeat-icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:34:\"cropped-heartbeat-icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:34:\"cropped-heartbeat-icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:32:\"cropped-heartbeat-icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,24,'_wp_attached_file','2020/08/Banner_Home.jpeg'),(30,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:637;s:4:\"file\";s:24:\"2020/08/Banner_Home.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Banner_Home-300x133.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Banner_Home-1024x453.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Banner_Home-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Banner_Home-768x340.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:340;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:{}}}'),(31,24,'_wp_attachment_custom_header_last_used_primer','1597663483'),(32,24,'_wp_attachment_is_custom_header','primer'),(39,28,'_wp_attached_file','2020/08/Noralie-Hoebe.jpg'),(40,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/08/Noralie-Hoebe.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Noralie-Hoebe-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:25:\"Noralie-Hoebe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,35,'_wp_attached_file','2020/08/26d8b30cbc8124874336a04da0168835.png'),(50,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:250;s:4:\"file\";s:44:\"2020/08/26d8b30cbc8124874336a04da0168835.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"26d8b30cbc8124874336a04da0168835-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:{}}}'),(54,39,'_menu_item_type','post_type'),(55,39,'_menu_item_menu_item_parent','0'),(56,39,'_menu_item_object_id','37'),(57,39,'_menu_item_object','page'),(58,39,'_menu_item_target',''),(59,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(60,39,'_menu_item_xfn',''),(61,39,'_menu_item_url',''),(63,40,'_menu_item_type','post_type'),(64,40,'_menu_item_menu_item_parent','0'),(65,40,'_menu_item_object_id','36'),(66,40,'_menu_item_object','page'),(67,40,'_menu_item_target',''),(68,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(69,40,'_menu_item_xfn',''),(70,40,'_menu_item_url',''),(72,41,'_menu_item_type','post_type'),(73,41,'_menu_item_menu_item_parent','0'),(74,41,'_menu_item_object_id','5'),(75,41,'_menu_item_object','page'),(76,41,'_menu_item_target',''),(77,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,41,'_menu_item_xfn',''),(79,41,'_menu_item_url',''),(81,42,'_menu_item_type','post_type'),(82,42,'_menu_item_menu_item_parent','0'),(83,42,'_menu_item_object_id','4'),(84,42,'_menu_item_object','page'),(85,42,'_menu_item_target',''),(86,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(87,42,'_menu_item_xfn',''),(88,42,'_menu_item_url',''),(90,43,'_menu_item_type','taxonomy'),(91,43,'_menu_item_menu_item_parent','0'),(92,43,'_menu_item_object_id','3'),(93,43,'_menu_item_object','category'),(94,43,'_menu_item_target',''),(95,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(96,43,'_menu_item_xfn',''),(97,43,'_menu_item_url',''),(99,44,'_menu_item_type','custom'),(100,44,'_menu_item_menu_item_parent','0'),(101,44,'_menu_item_object_id','44'),(102,44,'_menu_item_object','custom'),(103,44,'_menu_item_target',''),(104,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,44,'_menu_item_xfn',''),(106,44,'_menu_item_url','http://mercadogourmetpugibet.com'),(108,47,'_wp_attached_file','2020/09/cover.png'),(109,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:110;s:4:\"file\";s:17:\"2020/09/cover.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cover-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cover-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;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:{}}}'),(110,48,'_wp_attached_file','2020/09/cover-1.png'),(111,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:83;s:4:\"file\";s:19:\"2020/09/cover-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"cover-1-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cover-1-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;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:{}}}'),(116,51,'_wp_attached_file','2020/09/cropped-cover-2.png'),(117,51,'_wp_attachment_context','custom-logo'),(118,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2383;s:6:\"height\";i:320;s:4:\"file\";s:27:\"2020/09/cropped-cover-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-cover-2-300x40.png\";s:5:\"width\";i:300;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cropped-cover-2-1024x138.png\";s:5:\"width\";i:1024;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-cover-2-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:27:\"cropped-cover-2-768x103.png\";s:5:\"width\";i:768;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"cropped-cover-2-1536x206.png\";s:5:\"width\";i:1536;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"cropped-cover-2-2048x275.png\";s:5:\"width\";i:2048;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:28:\"cropped-cover-2-1600x215.png\";s:5:\"width\";i:1600;s:6:\"height\";i:215;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:{}}}'),(121,54,'_wp_attached_file','2020/09/cropped-default.png'),(122,54,'_wp_attachment_context','custom-logo'),(123,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:186;s:4:\"file\";s:27:\"2020/09/cropped-default.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-default-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-default-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:27:\"cropped-default-768x143.png\";s:5:\"width\";i:768;s:6:\"height\";i:143;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:{}}}'),(131,61,'_wp_attached_file','2020/09/cropped-default-1.png'),(132,61,'_wp_attachment_context','custom-logo'),(133,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:172;s:4:\"file\";s:29:\"2020/09/cropped-default-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-default-1-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-default-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:29:\"cropped-default-1-768x132.png\";s:5:\"width\";i:768;s:6:\"height\";i:132;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:{}}}'),(136,64,'_wp_attached_file','2020/09/cropped-default-2.png'),(137,64,'_wp_attachment_context','custom-logo'),(138,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:921;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2020/09/cropped-default-2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-default-2-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-default-2-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:29:\"cropped-default-2-768x136.png\";s:5:\"width\";i:768;s:6:\"height\";i:136;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:{}}}'),(145,68,'_wp_attached_file','2020/09/cover-2-e1600758299990.png'),(146,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:49;s:4:\"file\";s:34:\"2020/09/cover-2-e1600758299990.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cover-2-e1600758268856-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:35:\"cover-2-e1600758268856-1024x143.png\";s:5:\"width\";i:1024;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cover-2-e1600758268856-150x146.png\";s:5:\"width\";i:150;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"cover-2-e1600758268856-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:20:\"cover-2-1536x632.png\";s:5:\"width\";i:1536;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"cover-2-2048x843.png\";s:5:\"width\";i:2048;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:20:\"cover-2-1600x658.png\";s:5:\"width\";i:1600;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"primer-hero\";a:4:{s:4:\"file\";s:21:\"cover-2-2400x1300.png\";s:5:\"width\";i:2400;s:6:\"height\";i:1300;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:{}}}'),(147,69,'_wp_attached_file','2020/09/cropped-cover-2-1.png'),(148,69,'_wp_attachment_context','custom-logo'),(149,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:570;s:4:\"file\";s:29:\"2020/09/cropped-cover-2-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-cover-2-1-300x49.png\";s:5:\"width\";i:300;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-cover-2-1-1024x167.png\";s:5:\"width\";i:1024;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-cover-2-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:29:\"cropped-cover-2-1-768x125.png\";s:5:\"width\";i:768;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"cropped-cover-2-1-1536x250.png\";s:5:\"width\";i:1536;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"cropped-cover-2-1-2048x334.png\";s:5:\"width\";i:2048;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:30:\"cropped-cover-2-1-1600x261.png\";s:5:\"width\";i:1600;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"primer-hero\";a:4:{s:4:\"file\";s:30:\"cropped-cover-2-1-2400x570.png\";s:5:\"width\";i:2400;s:6:\"height\";i:570;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:{}}}'),(151,68,'_edit_lock','1600758188:1'),(152,68,'_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-2.png\";}s:18:\"full-1600758268856\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:617;s:4:\"file\";s:26:\"cover-2-e1600758206265.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"cover-2-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-2-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-2-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-2-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-2-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-2-2048x843.png\";s:5:\"width\";i:2048;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"primer-featured-orig\";a:4:{s:4:\"file\";s:20:\"cover-2-1600x658.png\";s:5:\"width\";i:1600;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"primer-hero-orig\";a:4:{s:4:\"file\";s:21:\"cover-2-2400x1300.png\";s:5:\"width\";i:2400;s:6:\"height\";i:1300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1600758276422\";a:3:{s:5:\"width\";i:1046;s:6:\"height\";i:146;s:4:\"file\";s:26:\"cover-2-e1600758268856.png\";}s:18:\"full-1600758299990\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:70;s:4:\"file\";s:26:\"cover-2-e1600758276422.png\";}}'),(153,68,'_edit_last','1'),(154,72,'_wp_attached_file','2020/09/cropped-cover-2-e1600758206265.png'),(155,72,'_wp_attachment_context','custom-logo'),(156,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:375;s:4:\"file\";s:42:\"2020/09/cropped-cover-2-e1600758206265.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-cover-2-e1600758206265-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"cropped-cover-2-e1600758206265-1024x256.png\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-cover-2-e1600758206265-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-2-e1600758206265-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;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:{}}}'),(161,72,'_oembed_79ab92fb728cff9f057629381a5e54e8','{{unknown}}'),(162,69,'_oembed_a8ae6d252d0dc6c7fb9fb9bf2db3f4f2','{{unknown}}'),(163,64,'_oembed_c01f8a3f56aee100b54dbfd839da2d33','{{unknown}}'),(164,61,'_oembed_d8b3a79f1115fa68643e5597243a070e','{{unknown}}'),(165,54,'_oembed_4c9fb199ad6a865669b8cf3951887466','{{unknown}}'),(166,51,'_oembed_b689a767fff44b2e83ec7adc2d796097','{{unknown}}'),(169,79,'_edit_last','1'),(170,79,'_edit_lock','1623791532:1'),(171,79,'_yoast_wpseo_content_score','30'),(172,79,'_yoast_wpseo_primary_category','5'),(173,79,'_oembed_0b2c64be798850373b6ed533f5e6fda2','<iframe title=\"VPN Service Provider Update 2021\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/eOFjoXcViMo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(174,79,'_oembed_time_0b2c64be798850373b6ed533f5e6fda2','1623790733'),(175,79,'_oembed_5a36660f41b227df9d0de2544a83e131','<iframe title=\"Don&#039;t Use a VPN...it&#039;s not the ultimate security fix you&#039;ve been told\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/8x1BJCKwqpI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(176,79,'_oembed_time_5a36660f41b227df9d0de2544a83e131','1623790734'),(177,82,'_wp_attached_file','2021/06/215125asa.jpg'),(178,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:735;s:4:\"file\";s:21:\"2021/06/215125asa.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"215125asa-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"215125asa-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"215125asa-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:21:\"215125asa-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;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:{}}}'),(180,14,'_oembed_5a36660f41b227df9d0de2544a83e131','<iframe title=\"Don&#039;t Use a VPN...it&#039;s not the ultimate security fix you&#039;ve been told\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/8x1BJCKwqpI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(181,14,'_oembed_time_5a36660f41b227df9d0de2544a83e131','1624155904'),(182,87,'_edit_last','1'),(183,87,'_edit_lock','1633958836:1'),(184,87,'_oembed_ab898e8082420169ec91a54687434fe7','<iframe title=\"Top Coins For September (INSANE Profit Potential From These Tokens)\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/Q77DY2Wsg5Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(185,87,'_oembed_time_ab898e8082420169ec91a54687434fe7','1632831719'),(186,88,'_wp_attached_file','2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg'),(187,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:49:\"2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"executium-dWPWyD4qt6w-unsplash-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:43:\"executium-dWPWyD4qt6w-unsplash-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:42:\"executium-dWPWyD4qt6w-unsplash-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:42:\"executium-dWPWyD4qt6w-unsplash-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:44:\"executium-dWPWyD4qt6w-unsplash-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:44:\"executium-dWPWyD4qt6w-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:44:\"executium-dWPWyD4qt6w-unsplash-1600x1067.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"primer-hero\";a:4:{s:4:\"file\";s:44:\"executium-dWPWyD4qt6w-unsplash-2400x1300.jpg\";s:5:\"width\";i:2400;s:6:\"height\";i:1300;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:34:\"executium-dWPWyD4qt6w-unsplash.jpg\";}'),(188,87,'_thumbnail_id','88'),(189,87,'_yoast_wpseo_content_score','60'),(190,87,'_yoast_wpseo_estimated-reading-time-minutes','2'),(191,87,'_yoast_wpseo_primary_category','6'),(192,90,'_edit_last','1'),(193,90,'_edit_lock','1633007293:1'),(194,90,'_oembed_739ca78a5300ef093f374aa52442342d','<iframe title=\"Top 5 Cryptos To Watch For Big Gains in August 2021!\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/-70ysmtZKSo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(195,90,'_oembed_time_739ca78a5300ef093f374aa52442342d','1633007376'),(197,90,'_yoast_wpseo_content_score','30'),(198,90,'_yoast_wpseo_estimated-reading-time-minutes','3'),(199,90,'_wp_old_date','2021-09-30'),(200,90,'_yoast_wpseo_primary_category','7');
/*!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=95 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 (4,1,'2020-07-04 15:23:26','2020-07-04 15:23:26','','About','','publish','closed','closed','','about','','','2020-07-04 15:23:26','2020-07-04 15:23:26','',0,'http://mercadogourmetpugibet.com/about/',0,'page','',0),(5,1,'2020-07-04 15:23:26','2020-07-04 15:23:26','[contact_bank form_id=\"6\"][/contact_bank]','Contact','','publish','closed','closed','','contact','','','2020-08-17 10:48:05','2020-08-17 10:48:05','',0,'http://mercadogourmetpugibet.com/contact/',0,'page','',0),(9,1,'2020-08-17 10:48:05','2020-08-17 10:48:05','[contact_bank form_id=\"6\"][/contact_bank]','Contact','','inherit','closed','closed','','5-revision-v1','','','2020-08-17 10:48:05','2020-08-17 10:48:05','',5,'http://mercadogourmetpugibet.com/5-revision-v1/',0,'revision','',0),(11,1,'2020-08-17 10:51:35','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least  days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','draft','closed','closed','','terms-and-conditions','','','2020-08-17 10:51:35','2020-08-17 10:51:35','',0,'http://mercadogourmetpugibet.com/?post_type=wpautoterms_page&#038;p=11',0,'wpautoterms_page','',0),(12,1,'2020-08-17 10:51:35','2020-08-17 10:51:35','','placeholder','','inherit','closed','closed','','11-revision-v1','','','2020-08-17 10:51:35','2020-08-17 10:51:35','',11,'http://mercadogourmetpugibet.com/11-revision-v1/',0,'revision','',0),(13,1,'2020-08-17 10:51:35','2020-08-17 10:51:35','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least  days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','11-revision-v1','','','2020-08-17 10:51:35','2020-08-17 10:51:35','',11,'http://mercadogourmetpugibet.com/11-revision-v1/',0,'revision','',0),(14,1,'2020-08-17 11:04:56','2020-08-17 11:04:56','Check out this video full of healthy recipes you will love! You will learn how to make a super healthy snack - cucumber chips. You will find a lot of ideas on how to decorate a candy bar and cook healthy desserts for the whole family. You can make quick apple pancakes and your family will adore this breakfast idea! Also, you will learn how to make ice-cream for those who are on a diet.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/h9E0KLwipWg\" width=\"704\" height=\"396\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>','37 Crazy Delicious Healthy Food Ideas','','publish','closed','closed','','37-crazy-delicious-healthy-food-ideas','','','2020-08-17 11:58:17','2020-08-17 11:58:17','',0,'http://mercadogourmetpugibet.com/?p=14',0,'post','',0),(16,1,'2020-08-17 11:07:12','2020-08-17 11:07:12','','maxresdefault','','inherit','','closed','','maxresdefault','','','2020-08-17 11:07:12','2020-08-17 11:07:12','',14,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/maxresdefault.jpg',0,'attachment','image/jpeg',0),(17,1,'2020-08-17 11:09:52','2020-08-17 11:09:52','Check out this video full of healthy recipes you will love! You will learn how to make a super healthy snack - cucumber chips. You will find a lot of ideas on how to decorate a candy bar and cook healthy desserts for the whole family. You can make quick apple pancakes and your family will adore this breakfast idea! Also, you will learn how to make ice-cream for those who are on a diet.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/h9E0KLwipWg\" width=\"720\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>','37 Crazy Delicious Healthy Food Ideas','','inherit','closed','closed','','14-revision-v1','','','2020-08-17 11:09:52','2020-08-17 11:09:52','',14,'http://mercadogourmetpugibet.com/14-revision-v1/',0,'revision','',0),(18,1,'2020-08-17 11:10:41','2020-08-17 11:10:41','Check out this video full of healthy recipes you will love! You will learn how to make a super healthy snack - cucumber chips. You will find a lot of ideas on how to decorate a candy bar and cook healthy desserts for the whole family. You can make quick apple pancakes and your family will adore this breakfast idea! Also, you will learn how to make ice-cream for those who are on a diet.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/h9E0KLwipWg\" width=\"608\" height=\"342\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>','37 Crazy Delicious Healthy Food Ideas','','inherit','closed','closed','','14-revision-v1','','','2020-08-17 11:10:41','2020-08-17 11:10:41','',14,'http://mercadogourmetpugibet.com/14-revision-v1/',0,'revision','',0),(19,1,'2020-08-17 11:11:27','2020-08-17 11:11:27','Check out this video full of healthy recipes you will love! You will learn how to make a super healthy snack - cucumber chips. You will find a lot of ideas on how to decorate a candy bar and cook healthy desserts for the whole family. You can make quick apple pancakes and your family will adore this breakfast idea! Also, you will learn how to make ice-cream for those who are on a diet.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/h9E0KLwipWg\" width=\"592\" height=\"333\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>','37 Crazy Delicious Healthy Food Ideas','','inherit','closed','closed','','14-revision-v1','','','2020-08-17 11:11:27','2020-08-17 11:11:27','',14,'http://mercadogourmetpugibet.com/14-revision-v1/',0,'revision','',0),(21,1,'2020-08-17 11:17:44','2020-08-17 11:17:44','','heartbeat-icon','','inherit','','closed','','heartbeat-icon','','','2020-08-17 11:17:44','2020-08-17 11:17:44','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/heartbeat-icon.png',0,'attachment','image/png',0),(22,1,'2020-08-17 11:17:49','2020-08-17 11:17:49','http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/cropped-heartbeat-icon.png','cropped-heartbeat-icon.png','','inherit','','closed','','cropped-heartbeat-icon-png','','','2020-08-17 11:17:49','2020-08-17 11:17:49','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/cropped-heartbeat-icon.png',0,'attachment','image/png',0),(24,1,'2020-08-17 11:24:11','2020-08-17 11:24:11','','Banner_Home','','inherit','','closed','','banner_home','','','2020-08-17 11:24:11','2020-08-17 11:24:11','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Banner_Home.jpeg',0,'attachment','image/jpeg',0),(28,1,'2020-08-17 11:36:38','2020-08-17 11:36:38','','Noralie Hoebe','','inherit','','closed','','noralie-hoebe','','','2020-08-17 11:36:38','2020-08-17 11:36:38','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Noralie-Hoebe.jpg',0,'attachment','image/jpeg',0),(31,1,'2020-08-17 11:42:20','2020-08-17 11:42:20','.site-title-wrapper {\n	padding: 10% 1rem;\n}','primer','','publish','closed','closed','','primer','','','2020-09-20 06:28:14','2020-09-20 06:28:14','',0,'http://mercadogourmetpugibet.com/primer/',0,'custom_css','',0),(32,1,'2020-08-17 11:42:20','2020-08-17 11:42:20','.site-title-wrapper {\n	padding: 10% 1rem;\n}','primer','','inherit','closed','closed','','31-revision-v1','','','2020-08-17 11:42:20','2020-08-17 11:42:20','',31,'http://mercadogourmetpugibet.com/31-revision-v1/',0,'revision','',0),(35,1,'2020-08-17 11:47:34','2020-08-17 11:47:34','','26d8b30cbc8124874336a04da0168835','','inherit','','closed','','26d8b30cbc8124874336a04da0168835','','','2020-08-17 11:47:34','2020-08-17 11:47:34','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/26d8b30cbc8124874336a04da0168835.png',0,'attachment','image/png',0),(36,1,'2020-08-17 11:52:53','2020-08-17 11:52:53','','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2020-08-17 11:52:53','2020-08-17 11:52:53','',0,'http://mercadogourmetpugibet.com/privacy-policy/',0,'page','',0),(37,1,'2020-08-17 11:53:04','2020-08-17 11:53:04','','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-08-17 11:53:04','2020-08-17 11:53:04','',0,'http://mercadogourmetpugibet.com/terms-and-conditions/',0,'page','',0),(39,1,'2020-08-17 11:55:05','2020-08-17 11:55:05',' ','','','publish','closed','closed','','39','','','2020-08-17 11:55:05','2020-08-17 11:55:05','',0,'http://mercadogourmetpugibet.com/?p=39',4,'nav_menu_item','',0),(40,1,'2020-08-17 11:55:05','2020-08-17 11:55:05',' ','','','publish','closed','closed','','40','','','2020-08-17 11:55:05','2020-08-17 11:55:05','',0,'http://mercadogourmetpugibet.com/?p=40',5,'nav_menu_item','',0),(41,1,'2020-08-17 11:55:05','2020-08-17 11:55:05',' ','','','publish','closed','closed','','41','','','2020-08-17 11:55:05','2020-08-17 11:55:05','',0,'http://mercadogourmetpugibet.com/?p=41',6,'nav_menu_item','',0),(42,1,'2020-08-17 11:55:05','2020-08-17 11:55:05',' ','','','publish','closed','closed','','42','','','2020-08-17 11:55:05','2020-08-17 11:55:05','',0,'http://mercadogourmetpugibet.com/?p=42',2,'nav_menu_item','',0),(43,1,'2020-08-17 11:55:05','2020-08-17 11:55:05',' ','','','publish','closed','closed','','43','','','2020-08-17 11:55:05','2020-08-17 11:55:05','',0,'http://mercadogourmetpugibet.com/?p=43',3,'nav_menu_item','',0),(44,1,'2020-08-17 11:55:05','2020-08-17 11:55:05','','Home','','publish','closed','closed','','home','','','2020-08-17 11:55:05','2020-08-17 11:55:05','',0,'http://mercadogourmetpugibet.com/?p=44',1,'nav_menu_item','',0),(45,1,'2020-08-17 11:56:11','2020-08-17 11:56:11','Check out this video full of healthy recipes you will love! You will learn how to make a super healthy snack - cucumber chips. You will find a lot of ideas on how to decorate a candy bar and cook healthy desserts for the whole family. You can make quick apple pancakes and your family will adore this breakfast idea! Also, you will learn how to make ice-cream for those who are on a diet.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/h9E0KLwipWg\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>','37 Crazy Delicious Healthy Food Ideas','','inherit','closed','closed','','14-revision-v1','','','2020-08-17 11:56:11','2020-08-17 11:56:11','',14,'http://mercadogourmetpugibet.com/14-revision-v1/',0,'revision','',0),(46,1,'2020-08-17 11:57:25','2020-08-17 11:57:25','Check out this video full of healthy recipes you will love! You will learn how to make a super healthy snack - cucumber chips. You will find a lot of ideas on how to decorate a candy bar and cook healthy desserts for the whole family. You can make quick apple pancakes and your family will adore this breakfast idea! Also, you will learn how to make ice-cream for those who are on a diet.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/h9E0KLwipWg\" width=\"704\" height=\"396\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>','37 Crazy Delicious Healthy Food Ideas','','inherit','closed','closed','','14-revision-v1','','','2020-08-17 11:57:25','2020-08-17 11:57:25','',14,'http://mercadogourmetpugibet.com/14-revision-v1/',0,'revision','',0),(47,1,'2020-09-18 12:18:31','2020-09-18 12:18:31','','cover','','inherit','','closed','','cover','','','2020-09-18 12:18:31','2020-09-18 12:18:31','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover.png',0,'attachment','image/png',0),(48,1,'2020-09-18 12:20:22','2020-09-18 12:20:22','','cover','','inherit','','closed','','cover-2','','','2020-09-18 12:20:22','2020-09-18 12:20:22','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-1.png',0,'attachment','image/png',0),(51,1,'2020-09-19 06:35:38','2020-09-19 06:35:38','http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2.png','cropped-cover-2.png','','inherit','','closed','','cropped-cover-2-png','','','2020-09-19 06:35:38','2020-09-19 06:35:38','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2.png',0,'attachment','image/png',0),(52,1,'2020-09-19 06:35:44','2020-09-19 06:35:44','{{unknown}}','','','publish','closed','closed','','b689a767fff44b2e83ec7adc2d796097','','','2020-09-19 06:35:44','2020-09-19 06:35:44','',0,'http://mercadogourmetpugibet.com/b689a767fff44b2e83ec7adc2d796097/',0,'oembed_cache','',0),(54,1,'2020-09-19 06:36:42','2020-09-19 06:36:42','http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default.png','cropped-default.png','','inherit','','closed','','cropped-default-png','','','2020-09-19 06:36:42','2020-09-19 06:36:42','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default.png',0,'attachment','image/png',0),(55,1,'2020-09-19 06:36:47','2020-09-19 06:36:47','{{unknown}}','','','publish','closed','closed','','4c9fb199ad6a865669b8cf3951887466','','','2020-09-19 06:36:47','2020-09-19 06:36:47','',0,'http://mercadogourmetpugibet.com/4c9fb199ad6a865669b8cf3951887466/',0,'oembed_cache','',0),(58,1,'2020-09-20 06:27:44','2020-09-20 06:27:44','.site-title-wrapper {\n	padding: 10% 1rem;\n}#site-logo img {\n    height: 60px;\n   \n}\n','primer','','inherit','closed','closed','','31-revision-v1','','','2020-09-20 06:27:44','2020-09-20 06:27:44','',31,'http://mercadogourmetpugibet.com/31-revision-v1/',0,'revision','',0),(60,1,'2020-09-20 06:28:14','2020-09-20 06:28:14','.site-title-wrapper {\n	padding: 10% 1rem;\n}','primer','','inherit','closed','closed','','31-revision-v1','','','2020-09-20 06:28:14','2020-09-20 06:28:14','',31,'http://mercadogourmetpugibet.com/31-revision-v1/',0,'revision','',0),(61,1,'2020-09-20 06:57:06','2020-09-20 06:57:06','http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-1.png','cropped-default-1.png','','inherit','','closed','','cropped-default-1-png','','','2020-09-20 06:57:06','2020-09-20 06:57:06','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-1.png',0,'attachment','image/png',0),(62,1,'2020-09-20 06:57:11','2020-09-20 06:57:11','{{unknown}}','','','publish','closed','closed','','d8b3a79f1115fa68643e5597243a070e','','','2020-09-20 06:57:11','2020-09-20 06:57:11','',0,'http://mercadogourmetpugibet.com/d8b3a79f1115fa68643e5597243a070e/',0,'oembed_cache','',0),(64,1,'2020-09-20 07:09:23','2020-09-20 07:09:23','http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-2.png','cropped-default-2.png','','inherit','','closed','','cropped-default-2-png','','','2020-09-20 07:09:23','2020-09-20 07:09:23','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-2.png',0,'attachment','image/png',0),(65,1,'2020-09-20 07:09:28','2020-09-20 07:09:28','{{unknown}}','','','publish','closed','closed','','c01f8a3f56aee100b54dbfd839da2d33','','','2020-09-20 07:09:28','2020-09-20 07:09:28','',0,'http://mercadogourmetpugibet.com/c01f8a3f56aee100b54dbfd839da2d33/',0,'oembed_cache','',0),(68,1,'2020-09-22 07:02:46','2020-09-22 07:02:46','','cover','','inherit','closed','closed','','cover-3','','','2020-09-22 07:05:00','2020-09-22 07:05:00','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-2.png',0,'attachment','image/png',0),(69,1,'2020-09-22 07:03:00','2020-09-22 07:03:00','http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-1.png','cropped-cover-2-1.png','','inherit','','closed','','cropped-cover-2-1-png','','','2020-09-22 07:03:00','2020-09-22 07:03:00','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-1.png',0,'attachment','image/png',0),(70,1,'2020-09-22 07:03:05','2020-09-22 07:03:05','{{unknown}}','','','publish','closed','closed','','a8ae6d252d0dc6c7fb9fb9bf2db3f4f2','','','2020-09-22 07:03:05','2020-09-22 07:03:05','',0,'http://mercadogourmetpugibet.com/a8ae6d252d0dc6c7fb9fb9bf2db3f4f2/',0,'oembed_cache','',0),(72,1,'2020-09-22 07:03:48','2020-09-22 07:03:48','http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-e1600758206265.png','cropped-cover-2-e1600758206265.png','','inherit','','closed','','cropped-cover-2-e1600758206265-png','','','2020-09-22 07:03:48','2020-09-22 07:03:48','',0,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-e1600758206265.png',0,'attachment','image/png',0),(73,1,'2020-09-22 07:03:53','2020-09-22 07:03:53','{{unknown}}','','','publish','closed','closed','','79ab92fb728cff9f057629381a5e54e8','','','2020-09-22 07:03:53','2020-09-22 07:03:53','',0,'http://mercadogourmetpugibet.com/79ab92fb728cff9f057629381a5e54e8/',0,'oembed_cache','',0),(77,1,'2021-04-16 20:52:35','2021-04-16 20:52:35','{{unknown}}','','','publish','closed','closed','','b0a0d107b3291d16e958273cf0a3707b','','','2021-04-16 20:52:35','2021-04-16 20:52:35','',0,'http://mercadogourmetpugibet.com/b0a0d107b3291d16e958273cf0a3707b/',0,'oembed_cache','',0),(79,1,'2021-06-19 22:31:00','2021-06-19 22:31:00','The European Commission adopted the final version of the infamous Article 13 on February 13 (how ironic!). Let\'s see what this means.\r\n<h2>A very ambiguous text about VPNs in Europe</h2>\r\nArticle 13 is part of the Directive on Copyright in the Digital Single Market (also known as the EU Copyright Directive). This is a directive proposed in 2016 with the aim of renewing the outdated laws on copyright in the digital age. Whether or not it was high time for this renewal is not up for debate: it certainly was. What caused the most resistance was the very ambiguous language of Article 13. Indeed, many interpreted the text as the end of memes as we know them like <a href=\"https://www.globalwatchonline.com/es/vpn/reviews/expressvpn/\">Express VPN @ Globalwatchonline.es</a>\r\n\r\nThe original text indicated that media companies must take steps to remove video’s, images, articles, GIF’s, and audio files that fall under “copyright infringement”. On top of that, companies have to start using an automatic identification system when people cannot check the dailyüploaded files because of animal enormous size. The problem with this method is that any large media platform, whose content depends on its users, would have to use a system with many imperfections to check for copyright infringement. Such’a system would block and remove all files that violate copyright – even in the case of fair use. The new text emphatically defends memes and GIF’s, but does not address the imperfections of an automatic identification system.\r\n<h2>Freebooting vs. Fair Use of VPN Providers</h2>\r\nThere are many cases where someone posts original content on YouTube and it is abused. The creator can only watch as a Facebook page posts the video on its page and takes credit for it. This is called “freebooting”. Freebooting harms the original creator of the video greatly, because the Facebook page steals all his or her views and revenue. In all other cases, distributing a video does not harm the original creator. This is the case, for example, when a short piece of a video is turned into a meme (think of what happened to Gabbie Hanna when she appeared on Genius). In this case, people are effectively lured to the original video to watch the meme-less version.\r\n\r\nThe problem with an automatic process to distinguish freebooting from fair use is that a machine cannot possibly know the difference between the two. Both an exact copy of the video and a meme of it will be seen by the system as copyright infringement. This is especially a sticking point for all the reaction channels on YouTube that actually help the featured video get more attention (think Fine Brothers Entertainment and their REACT channel). News outlets (Philip DeFranco, TechLinked, etc.) that quote a short piece of an article will also be in trouble por <a href=\"https://www.globalwatchonline.com/es_ar/vpn/guide/netflix-vpn/\">el Netflix VPN en Argentina.</a>\r\n<h2>European or not, you should be concerned about VPN use</h2>\r\nEuropeans are responsible for much of all content posted on the Internet. Article 13 could result in a huge attack on all this content. Especially many gamers, beauty gurus and vloggers come from Europe. Indeed, YouTube, Vimeo, SoundCloud and other media companies would rather not face giant fines from the European Union. For the same reason, many platforms might decide to block some or all of their content from European countries. In this way, they can avoid unnecessary difficulties. This is what has sparked a lot of discussions on the Internet. It has also led to many petitions around the world for <a href=\"https://www.globalwatchonline.com/th/vpn/reviews/expressvpn/\">ExpressVPN thai.</a>\r\n\r\nhttps://www.youtube.com/watch?v=8x1BJCKwqpI','Why is there a lot of news concerning VPN\'s in the European Union? A few things you need to consider now','','publish','closed','closed','','why-is-there-a-lot-of-news-concerning-vpns-in-the-european-union-a-few-things-you-need-to-consider-now','','','2021-06-15 21:14:12','2021-06-15 21:14:12','',0,'http://mercadogourmetpugibet.com/?p=79',0,'post','',0),(80,1,'2021-06-15 20:38:44','2021-06-15 20:38:44','The European Commission adopted the final version of the infamous Article 13 on February 13 (how ironic!). Let\'s see what this means.\r\n<h2>A very ambiguous text about VPNs in Europe</h2>\r\nArticle 13 is part of the Directive on Copyright in the Digital Single Market (also known as the EU Copyright Directive). This is a directive proposed in 2016 with the aim of renewing the outdated laws on copyright in the digital age. Whether or not it was high time for this renewal is not up for debate: it certainly was. What caused the most resistance was the very ambiguous language of Article 13. Indeed, many interpreted the text as the end of memes as we know them.\r\n\r\nThe original text indicated that media companies must take steps to remove video’s, images, articles, GIF’s, and audio files that fall under “copyright infringement”. On top of that, companies have to start using an automatic identification system when people cannot check the dailyüploaded files because of animal enormous size. The problem with this method is that any large media platform, whose content depends on its users, would have to use a system with many imperfections to check for copyright infringement. Such’a system would block and remove all files that violate copyright – even in the case of fair use. The new text emphatically defends memes and GIF’s, but does not address the imperfections of an automatic identification system.\r\n<h2>Freebooting vs. Fair Use of VPN Providers</h2>\r\nThere are many cases where someone posts original content on YouTube and it is abused. The creator can only watch as a Facebook page posts the video on its page and takes credit for it. This is called “freebooting”. Freebooting harms the original creator of the video greatly, because the Facebook page steals all his or her views and revenue. In all other cases, distributing a video does not harm the original creator. This is the case, for example, when a short piece of a video is turned into a meme (think of what happened to Gabbie Hanna when she appeared on Genius). In this case, people are effectively lured to the original video to watch the meme-less version.\r\n\r\nThe problem with an automatic process to distinguish freebooting from fair use is that a machine cannot possibly know the difference between the two. Both an exact copy of the video and a meme of it will be seen by the system as copyright infringement. This is especially a sticking point for all the reaction channels on YouTube that actually help the featured video get more attention (think Fine Brothers Entertainment and their REACT channel). News outlets (Philip DeFranco, TechLinked, etc.) that quote a short piece of an article will also be in trouble.\r\n<h2>European or not, you should be concerned about VPN use</h2>\r\nEuropeans are responsible for much of all content posted on the Internet. Article 13 could result in a huge attack on all this content. Especially many gamers, beauty gurus and vloggers come from Europe. Indeed, YouTube, Vimeo, SoundCloud and other media companies would rather not face giant fines from the European Union. For the same reason, many platforms might decide to block some or all of their content from European countries. In this way, they can avoid unnecessary difficulties. This is what has sparked a lot of discussions on the Internet. It has also led to many petitions around the world.','Why is there a lot of news concerning VPN\'s in the European Union? A few things you need to consider now','','inherit','closed','closed','','79-revision-v1','','','2021-06-15 20:38:44','2021-06-15 20:38:44','',79,'http://mercadogourmetpugibet.com/79-revision-v1/',0,'revision','',0),(81,1,'2021-06-15 21:12:59','2021-06-15 21:12:59','The European Commission adopted the final version of the infamous Article 13 on February 13 (how ironic!). Let\'s see what this means.\n<h2>A very ambiguous text about VPNs in Europe</h2>\nArticle 13 is part of the Directive on Copyright in the Digital Single Market (also known as the EU Copyright Directive). This is a directive proposed in 2016 with the aim of renewing the outdated laws on copyright in the digital age. Whether or not it was high time for this renewal is not up for debate: it certainly was. What caused the most resistance was the very ambiguous language of Article 13. Indeed, many interpreted the text as the end of memes as we know them like Express VPN @ Globalwatchonline.es\n\nThe original text indicated that media companies must take steps to remove video’s, images, articles, GIF’s, and audio files that fall under “copyright infringement”. On top of that, companies have to start using an automatic identification system when people cannot check the dailyüploaded files because of animal enormous size. The problem with this method is that any large media platform, whose content depends on its users, would have to use a system with many imperfections to check for copyright infringement. Such’a system would block and remove all files that violate copyright – even in the case of fair use. The new text emphatically defends memes and GIF’s, but does not address the imperfections of an automatic identification system.\n<h2>Freebooting vs. Fair Use of VPN Providers</h2>\nThere are many cases where someone posts original content on YouTube and it is abused. The creator can only watch as a Facebook page posts the video on its page and takes credit for it. This is called “freebooting”. Freebooting harms the original creator of the video greatly, because the Facebook page steals all his or her views and revenue. In all other cases, distributing a video does not harm the original creator. This is the case, for example, when a short piece of a video is turned into a meme (think of what happened to Gabbie Hanna when she appeared on Genius). In this case, people are effectively lured to the original video to watch the meme-less version.\n\nThe problem with an automatic process to distinguish freebooting from fair use is that a machine cannot possibly know the difference between the two. Both an exact copy of the video and a meme of it will be seen by the system as copyright infringement. This is especially a sticking point for all the reaction channels on YouTube that actually help the featured video get more attention (think Fine Brothers Entertainment and their REACT channel). News outlets (Philip DeFranco, TechLinked, etc.) that quote a short piece of an article will also be in trouble.\n<h2>European or not, you should be concerned about VPN use</h2>\nEuropeans are responsible for much of all content posted on the Internet. Article 13 could result in a huge attack on all this content. Especially many gamers, beauty gurus and vloggers come from Europe. Indeed, YouTube, Vimeo, SoundCloud and other media companies would rather not face giant fines from the European Union. For the same reason, many platforms might decide to block some or all of their content from European countries. In this way, they can avoid unnecessary difficulties. This is what has sparked a lot of discussions on the Internet. It has also led to many petitions around the world.\n\nhttps://www.youtube.com/watch?v=8x1BJCKwqpI','Why is there a lot of news concerning VPN\'s in the European Union? A few things you need to consider now','','inherit','closed','closed','','79-autosave-v1','','','2021-06-15 21:12:59','2021-06-15 21:12:59','',79,'http://mercadogourmetpugibet.com/79-autosave-v1/',0,'revision','',0),(82,1,'2021-06-15 21:01:35','2021-06-15 21:01:35','','215125asa','','inherit','','closed','','215125asa','','','2021-06-15 21:01:35','2021-06-15 21:01:35','',79,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/06/215125asa.jpg',0,'attachment','image/jpeg',0),(83,1,'2021-06-15 21:02:51','2021-06-15 21:02:51','The European Commission adopted the final version of the infamous Article 13 on February 13 (how ironic!). Let\'s see what this means.\r\n<h2>A very ambiguous text about VPNs in Europe</h2>\r\nArticle 13 is part of the Directive on Copyright in the Digital Single Market (also known as the EU Copyright Directive). This is a directive proposed in 2016 with the aim of renewing the outdated laws on copyright in the digital age. Whether or not it was high time for this renewal is not up for debate: it certainly was. What caused the most resistance was the very ambiguous language of Article 13. Indeed, many interpreted the text as the end of memes as we know them.\r\n\r\nThe original text indicated that media companies must take steps to remove video’s, images, articles, GIF’s, and audio files that fall under “copyright infringement”. On top of that, companies have to start using an automatic identification system when people cannot check the dailyüploaded files because of animal enormous size. The problem with this method is that any large media platform, whose content depends on its users, would have to use a system with many imperfections to check for copyright infringement. Such’a system would block and remove all files that violate copyright – even in the case of fair use. The new text emphatically defends memes and GIF’s, but does not address the imperfections of an automatic identification system.\r\n<h2>Freebooting vs. Fair Use of VPN Providers</h2>\r\nThere are many cases where someone posts original content on YouTube and it is abused. The creator can only watch as a Facebook page posts the video on its page and takes credit for it. This is called “freebooting”. Freebooting harms the original creator of the video greatly, because the Facebook page steals all his or her views and revenue. In all other cases, distributing a video does not harm the original creator. This is the case, for example, when a short piece of a video is turned into a meme (think of what happened to Gabbie Hanna when she appeared on Genius). In this case, people are effectively lured to the original video to watch the meme-less version.\r\n\r\nThe problem with an automatic process to distinguish freebooting from fair use is that a machine cannot possibly know the difference between the two. Both an exact copy of the video and a meme of it will be seen by the system as copyright infringement. This is especially a sticking point for all the reaction channels on YouTube that actually help the featured video get more attention (think Fine Brothers Entertainment and their REACT channel). News outlets (Philip DeFranco, TechLinked, etc.) that quote a short piece of an article will also be in trouble.\r\n<h2>European or not, you should be concerned about VPN use</h2>\r\nEuropeans are responsible for much of all content posted on the Internet. Article 13 could result in a huge attack on all this content. Especially many gamers, beauty gurus and vloggers come from Europe. Indeed, YouTube, Vimeo, SoundCloud and other media companies would rather not face giant fines from the European Union. For the same reason, many platforms might decide to block some or all of their content from European countries. In this way, they can avoid unnecessary difficulties. This is what has sparked a lot of discussions on the Internet. It has also led to many petitions around the world.\r\n\r\nhttps://www.youtube.com/watch?v=8x1BJCKwqpI','Why is there a lot of news concerning VPN\'s in the European Union? A few things you need to consider now','','inherit','closed','closed','','79-revision-v1','','','2021-06-15 21:02:51','2021-06-15 21:02:51','',79,'http://mercadogourmetpugibet.com/79-revision-v1/',0,'revision','',0),(84,1,'2021-06-15 21:14:12','2021-06-15 21:14:12','The European Commission adopted the final version of the infamous Article 13 on February 13 (how ironic!). Let\'s see what this means.\r\n<h2>A very ambiguous text about VPNs in Europe</h2>\r\nArticle 13 is part of the Directive on Copyright in the Digital Single Market (also known as the EU Copyright Directive). This is a directive proposed in 2016 with the aim of renewing the outdated laws on copyright in the digital age. Whether or not it was high time for this renewal is not up for debate: it certainly was. What caused the most resistance was the very ambiguous language of Article 13. Indeed, many interpreted the text as the end of memes as we know them like <a href=\"https://www.globalwatchonline.com/es/vpn/reviews/expressvpn/\">Express VPN @ Globalwatchonline.es</a>\r\n\r\nThe original text indicated that media companies must take steps to remove video’s, images, articles, GIF’s, and audio files that fall under “copyright infringement”. On top of that, companies have to start using an automatic identification system when people cannot check the dailyüploaded files because of animal enormous size. The problem with this method is that any large media platform, whose content depends on its users, would have to use a system with many imperfections to check for copyright infringement. Such’a system would block and remove all files that violate copyright – even in the case of fair use. The new text emphatically defends memes and GIF’s, but does not address the imperfections of an automatic identification system.\r\n<h2>Freebooting vs. Fair Use of VPN Providers</h2>\r\nThere are many cases where someone posts original content on YouTube and it is abused. The creator can only watch as a Facebook page posts the video on its page and takes credit for it. This is called “freebooting”. Freebooting harms the original creator of the video greatly, because the Facebook page steals all his or her views and revenue. In all other cases, distributing a video does not harm the original creator. This is the case, for example, when a short piece of a video is turned into a meme (think of what happened to Gabbie Hanna when she appeared on Genius). In this case, people are effectively lured to the original video to watch the meme-less version.\r\n\r\nThe problem with an automatic process to distinguish freebooting from fair use is that a machine cannot possibly know the difference between the two. Both an exact copy of the video and a meme of it will be seen by the system as copyright infringement. This is especially a sticking point for all the reaction channels on YouTube that actually help the featured video get more attention (think Fine Brothers Entertainment and their REACT channel). News outlets (Philip DeFranco, TechLinked, etc.) that quote a short piece of an article will also be in trouble por <a href=\"https://www.globalwatchonline.com/es_ar/vpn/guide/netflix-vpn/\">el Netflix VPN en Argentina.</a>\r\n<h2>European or not, you should be concerned about VPN use</h2>\r\nEuropeans are responsible for much of all content posted on the Internet. Article 13 could result in a huge attack on all this content. Especially many gamers, beauty gurus and vloggers come from Europe. Indeed, YouTube, Vimeo, SoundCloud and other media companies would rather not face giant fines from the European Union. For the same reason, many platforms might decide to block some or all of their content from European countries. In this way, they can avoid unnecessary difficulties. This is what has sparked a lot of discussions on the Internet. It has also led to many petitions around the world for <a href=\"https://www.globalwatchonline.com/th/vpn/reviews/expressvpn/\">ExpressVPN thai.</a>\r\n\r\nhttps://www.youtube.com/watch?v=8x1BJCKwqpI','Why is there a lot of news concerning VPN\'s in the European Union? A few things you need to consider now','','inherit','closed','closed','','79-revision-v1','','','2021-06-15 21:14:12','2021-06-15 21:14:12','',79,'http://mercadogourmetpugibet.com/79-revision-v1/',0,'revision','',0),(85,0,'2021-06-21 17:43:57','2021-06-21 17:43:57','<iframe title=\"Don&#039;t Use a VPN...it&#039;s not the ultimate security fix you&#039;ve been told\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/8x1BJCKwqpI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','5a36660f41b227df9d0de2544a83e131','','','2021-06-21 17:43:57','2021-06-21 17:43:57','',0,'http://mercadogourmetpugibet.com/5a36660f41b227df9d0de2544a83e131/',0,'oembed_cache','',0),(87,1,'2021-10-17 12:21:37','2021-10-17 12:21:37','Since the Ethereum hard fork on August 5, more than 100 thousand ethers have been taken out of circulation. In crypto terms, this is called burned. It took Ethereum just 21 days to reach this milestone. Thousands of euros are burned per minute.\r\n\r\nThe hard fork ensured, among other things, the implementation of improvement proposal 1559. The major change in monetary policy is considered one of the main catalysts for the price of Ethereum. It has shown a nice increase in recent months.\r\n<h2>Offer will decrease</h2>\r\nThe fee-burning mechanism has effectively turned the cryptocurrency into a deflationary asset, meaning its supply will shrink over time. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. It is not that far yet, at the moment more new ethers are being added through mining than are being burned. If all goes well, Ethereum will replace mining for proof of stake next year.\r\n\r\nhttps://youtu.be/Q77DY2Wsg5Y\r\n\r\nAnalysts expect two million coins to be permanently withdrawn from circulation in the coming year. Still, some opponents argue that Ether\'s monetary policy is too unpredictable. For example, it is not really clear what to determine the exact aggregate supply of the second largest cryptocurrency.\r\n\r\nIn comparison, Bitcoin has a maximum supply of 21 million coins. Dogecoin is inflationary, meaning it has an unlimited supply, just like the euro. While such monetary policy cannot count on approval from most bitcoiners, Elon Musk and Mark Cuban see it as the coin\'s most important quality to be viable.\r\n<h2>Closer to proof of stake</h2>\r\nHowever, the rollout of EIP-1559 was not without controversy. The go-live was fiercely opposed by miners: a large part of their income is now burned. <a href=\"https://folm.io/\">Folm.io</a> has enough information. Since the launch of the London hard fork, they can only receive voluntary tips from users on top of a fixed amount, rather than the regular fees. The rest is burned.\r\n\r\nCurrently, NFT marketplace OpenSea is the main burner on the network, followed by the decentralized exchange Uniswap. Before EIP-1559, miners got a share of every trade, such as NFT sales, which caused their earnings to soar in early 2021.\r\n\r\nBut if there is one party that has to draw the short straw, it is the miners. Ethereum is transitioning from the proof of work (PoW) consensus algorithm to proof of stake (PoS). When Ethereum 2.0 finally arrives, strikers will be responsible for verifying transactions instead of miners.','Ethereum is already burning more than 100,000 ETH','','publish','closed','closed','','ethereum-is-already-burning-more-than-100000-eth','','','2021-09-28 12:24:03','2021-09-28 12:24:03','',0,'http://mercadogourmetpugibet.com/?p=87',0,'post','',0),(88,1,'2021-09-28 12:22:52','2021-09-28 12:22:52','','executium-dWPWyD4qt6w-unsplash','','inherit','','closed','','executium-dwpwyd4qt6w-unsplash','','','2021-09-28 12:22:52','2021-09-28 12:22:52','',87,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash.jpg',0,'attachment','image/jpeg',0),(89,1,'2021-09-28 12:23:13','2021-09-28 12:23:13','Since the Ethereum hard fork on August 5, more than 100 thousand ethers have been taken out of circulation. In crypto terms, this is called burned. It took Ethereum just 21 days to reach this milestone. Thousands of euros are burned per minute.\r\n\r\nThe hard fork ensured, among other things, the implementation of improvement proposal 1559. The major change in monetary policy is considered one of the main catalysts for the price of Ethereum. It has shown a nice increase in recent months.\r\n<h2>Offer will decrease</h2>\r\nThe fee-burning mechanism has effectively turned the cryptocurrency into a deflationary asset, meaning its supply will shrink over time. <a href=\"https://moveco.io/\">https://moveco.io/</a> has enough information. It is not that far yet, at the moment more new ethers are being added through mining than are being burned. If all goes well, Ethereum will replace mining for proof of stake next year.\r\n\r\nhttps://youtu.be/Q77DY2Wsg5Y\r\n\r\nAnalysts expect two million coins to be permanently withdrawn from circulation in the coming year. Still, some opponents argue that Ether\'s monetary policy is too unpredictable. For example, it is not really clear what to determine the exact aggregate supply of the second largest cryptocurrency.\r\n\r\nIn comparison, Bitcoin has a maximum supply of 21 million coins. Dogecoin is inflationary, meaning it has an unlimited supply, just like the euro. While such monetary policy cannot count on approval from most bitcoiners, Elon Musk and Mark Cuban see it as the coin\'s most important quality to be viable.\r\n<h2>Closer to proof of stake</h2>\r\nHowever, the rollout of EIP-1559 was not without controversy. The go-live was fiercely opposed by miners: a large part of their income is now burned. <a href=\"https://folm.io/\">Folm.io</a> has enough information. Since the launch of the London hard fork, they can only receive voluntary tips from users on top of a fixed amount, rather than the regular fees. The rest is burned.\r\n\r\nCurrently, NFT marketplace OpenSea is the main burner on the network, followed by the decentralized exchange Uniswap. Before EIP-1559, miners got a share of every trade, such as NFT sales, which caused their earnings to soar in early 2021.\r\n\r\nBut if there is one party that has to draw the short straw, it is the miners. Ethereum is transitioning from the proof of work (PoW) consensus algorithm to proof of stake (PoS). When Ethereum 2.0 finally arrives, strikers will be responsible for verifying transactions instead of miners.','Ethereum is already burning more than 100,000 ETH','','inherit','closed','closed','','87-revision-v1','','','2021-09-28 12:23:13','2021-09-28 12:23:13','',87,'http://mercadogourmetpugibet.com/?p=89',0,'revision','',0),(90,1,'2021-09-20 20:00:18','2021-09-20 20:00:18','AltcoinBuzz introduces the latest and greatest projects weekly and proudly presents its first \"Coin of the Week\". This week it runs on Enjin and can leave skid marks if you see last year\'s prize - Efinity!\r\n\r\nToday we present the Efinity (EFI) coin and the project developed by Enjin. Here we explain why we are so excited about Efinity, the risks, the composition of the team and everything else.\r\n<h2>Why are we so excited about Efinity?</h2>\r\nEfinity managed to sell $20 million worth of tokens in just under 3 hours. In a market that trades sideways, this achievement is truly remarkable and makes Efinity a force to be reckoned with.\r\n\r\nhttps://youtu.be/-70ysmtZKSo\r\n\r\nWe shouldn\'t be really surprised though, as Efinity was developed by Enjin, the pioneers of the NFT industry in 2017, and authors of ERC-1155 (the pioneering NFT token standard). As such, it\'s important to understand Enjin - one of the first NFT creation platforms - before we start talking about Efinity. <a href=\"https://www.bitcoinexchangenederland.nl/tradingview/\">Traden with tradingview</a> is possible online.\r\n\r\nIn the summer of 2018, Enjin officially launched its Enjin platform on the Ethereum mainnet. As a free platform-as-a-service, Enjin allows other game developers to issue fungible and non-fungible assets as in-game Ethereum tokens. Since then, Enjin has evolved as a complete ecosystem for NFT tools designed to facilitate the creation, distribution, storage and integration of both fungible and non-fungible blockchain assets.\r\n\r\nEnjin\'s integrated blockchain ecosystem consists of:\r\n\r\nEnjin platform\r\n\r\nEnjin Wallet\r\n\r\nEnjin Marketplace\r\n\r\nEnjin Explorer\r\n\r\nEnjin Beam\r\n\r\nThe platform provides the tools and solutions developers (and businesses) need to tokenize digital assets and integrate them into software.\r\n\r\nAs a result of all that, more than 20 million gamers worldwide, 40 game developers and companies use the Enjin Platform to issue NFTs, including Microsoft, Minecraft servers and games for PlayStation, PC, iOS and Android. Enjin\'s technology is also used by companies like BMW and Samsung (Samsung Blockchain wallets support ENJ and Enjin Coin token swap in their new BMW Vantage app).\r\n\r\nThere\'s even Enjin\'s achievement timeline that is open to anyone to learn more about what they\'ve accomplished.\r\n\r\nIn fact, Enjin Coin\'s credibility is so high that it has jumped Japan\'s strict regulatory hurdles to become the first gaming cryptocurrency to be whitelisted for use in the nation.\r\n\r\nBut there is a small problem. Enjin has yet to have a blockbuster game on board, that great app that would push ENJ\'s utility into the traditional game world. The problem Enjin faces is quite common in the NFT space - it lacks interoperability and transaction speeds are painfully slow. <a href=\"https://www.bitcoinexchangenederland.nl/enjin-coin/\">Enjin coin</a> has risen.\r\n<h2>We are confident that Efinity can address these issues.</h2>\r\nIn a nutshell, Efinity allows for interoperability with multiple other chains such as DeFi chains and NFTs. However, Efinity\'s value proposition goes beyond gaming in the Polkadot ecosystem. Efinity will provide the infrastructure that could open NFTs to mass adoption and Enjin would be the epicenter for this massive change in space. Let\'s start right away by evaluating Efinity, what its value proposition is, how it will disrupt the NFT space and if there are any real risks involved.\r\n<h2>About Efinity</h2>\r\nIt\'s time to think differently and that\'s what Enjin\'s Efinity is trying to do. Enjin is building – in collaboration with the web3 foundation – Efinity on Polkadot. Efinity is a next-generation blockchain being developed as a parachain on Polkadot.\r\n\r\nCapable of processing up to 700-1,000 transactions per second (TPS), Efinity is a vast improvement over NFTs traded on the Ethereum network, which currently bottlenecks around 15 TPS. Each Efinity trade is confirmed in 6 seconds, making NFT trades suitable for regular applications.','Coin of the Week &ndash; Efinity','','publish','closed','closed','','coin-of-the-week-efinity','','','2021-09-30 13:09:55','2021-09-30 13:09:55','',0,'http://mercadogourmetpugibet.com/?p=90',0,'post','',0),(91,1,'2021-09-30 13:09:55','2021-09-30 13:09:55','AltcoinBuzz introduces the latest and greatest projects weekly and proudly presents its first \"Coin of the Week\". This week it runs on Enjin and can leave skid marks if you see last year\'s prize - Efinity!\r\n\r\nToday we present the Efinity (EFI) coin and the project developed by Enjin. Here we explain why we are so excited about Efinity, the risks, the composition of the team and everything else.\r\n<h2>Why are we so excited about Efinity?</h2>\r\nEfinity managed to sell $20 million worth of tokens in just under 3 hours. In a market that trades sideways, this achievement is truly remarkable and makes Efinity a force to be reckoned with.\r\n\r\nhttps://youtu.be/-70ysmtZKSo\r\n\r\nWe shouldn\'t be really surprised though, as Efinity was developed by Enjin, the pioneers of the NFT industry in 2017, and authors of ERC-1155 (the pioneering NFT token standard). As such, it\'s important to understand Enjin - one of the first NFT creation platforms - before we start talking about Efinity. <a href=\"https://www.bitcoinexchangenederland.nl/tradingview/\">Traden with tradingview</a> is possible online.\r\n\r\nIn the summer of 2018, Enjin officially launched its Enjin platform on the Ethereum mainnet. As a free platform-as-a-service, Enjin allows other game developers to issue fungible and non-fungible assets as in-game Ethereum tokens. Since then, Enjin has evolved as a complete ecosystem for NFT tools designed to facilitate the creation, distribution, storage and integration of both fungible and non-fungible blockchain assets.\r\n\r\nEnjin\'s integrated blockchain ecosystem consists of:\r\n\r\nEnjin platform\r\n\r\nEnjin Wallet\r\n\r\nEnjin Marketplace\r\n\r\nEnjin Explorer\r\n\r\nEnjin Beam\r\n\r\nThe platform provides the tools and solutions developers (and businesses) need to tokenize digital assets and integrate them into software.\r\n\r\nAs a result of all that, more than 20 million gamers worldwide, 40 game developers and companies use the Enjin Platform to issue NFTs, including Microsoft, Minecraft servers and games for PlayStation, PC, iOS and Android. Enjin\'s technology is also used by companies like BMW and Samsung (Samsung Blockchain wallets support ENJ and Enjin Coin token swap in their new BMW Vantage app).\r\n\r\nThere\'s even Enjin\'s achievement timeline that is open to anyone to learn more about what they\'ve accomplished.\r\n\r\nIn fact, Enjin Coin\'s credibility is so high that it has jumped Japan\'s strict regulatory hurdles to become the first gaming cryptocurrency to be whitelisted for use in the nation.\r\n\r\nBut there is a small problem. Enjin has yet to have a blockbuster game on board, that great app that would push ENJ\'s utility into the traditional game world. The problem Enjin faces is quite common in the NFT space - it lacks interoperability and transaction speeds are painfully slow. <a href=\"https://www.bitcoinexchangenederland.nl/enjin-coin/\">Enjin coin</a> has risen.\r\n<h2>We are confident that Efinity can address these issues.</h2>\r\nIn a nutshell, Efinity allows for interoperability with multiple other chains such as DeFi chains and NFTs. However, Efinity\'s value proposition goes beyond gaming in the Polkadot ecosystem. Efinity will provide the infrastructure that could open NFTs to mass adoption and Enjin would be the epicenter for this massive change in space. Let\'s start right away by evaluating Efinity, what its value proposition is, how it will disrupt the NFT space and if there are any real risks involved.\r\n<h2>About Efinity</h2>\r\nIt\'s time to think differently and that\'s what Enjin\'s Efinity is trying to do. Enjin is building – in collaboration with the web3 foundation – Efinity on Polkadot. Efinity is a next-generation blockchain being developed as a parachain on Polkadot.\r\n\r\nCapable of processing up to 700-1,000 transactions per second (TPS), Efinity is a vast improvement over NFTs traded on the Ethereum network, which currently bottlenecks around 15 TPS. Each Efinity trade is confirmed in 6 seconds, making NFT trades suitable for regular applications.','Coin of the Week &ndash; Efinity','','inherit','closed','closed','','90-revision-v1','','','2021-09-30 13:09:55','2021-09-30 13:09:55','',90,'http://mercadogourmetpugibet.com/?p=91',0,'revision','',0),(92,0,'2021-10-02 07:43:35','2021-10-02 07:43:35','<iframe title=\"Top 5 Cryptos To Watch For Big Gains in August 2021!\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/-70ysmtZKSo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','739ca78a5300ef093f374aa52442342d','','','2021-10-02 07:43:35','2021-10-02 07:43:35','',0,'http://mercadogourmetpugibet.com/739ca78a5300ef093f374aa52442342d/',0,'oembed_cache','',0),(94,0,'2021-10-20 15:31:38','2021-10-20 15:31:38','<iframe title=\"Top Coins For September (INSANE Profit Potential From These Tokens)\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/Q77DY2Wsg5Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ab898e8082420169ec91a54687434fe7','','','2021-10-20 15:31:38','2021-10-20 15:31:38','',0,'http://mercadogourmetpugibet.com/ab898e8082420169ec91a54687434fe7/',0,'oembed_cache','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (14,3,0),(39,4,0),(40,4,0),(41,4,0),(42,4,0),(43,4,0),(44,4,0),(79,5,0),(87,6,0),(90,7,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'category','',0,1),(4,4,'nav_menu','',0,6),(5,5,'category','',0,1),(6,6,'category','',0,1),(7,7,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

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

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

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

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'General','general',0),(3,'Health','health',0),(4,'Main Menu','main-menu',0),(5,'VPN Europe','vpn-europe',0),(6,'ETH','eth',0),(7,'Digital valuta','digital-valuta',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=46 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','Noralie'),(2,1,'first_name','Noralie'),(3,1,'last_name','Hoebe'),(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','93'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"84.28.45.0\";}'),(19,1,'_yoast_wpseo_profile_updated','1597664430'),(20,1,'closedpostboxes_post','a:0:{}'),(21,1,'metaboxhidden_post','a:10:{i:0;s:9:\"formatdiv\";i:1;s:16:\"tagsdiv-post_tag\";i:2;s:23:\"primer-layouts-meta-box\";i:3;s:11:\"postexcerpt\";i:4;s:13:\"trackbacksdiv\";i:5;s:10:\"postcustom\";i:6;s:16:\"commentstatusdiv\";i:7;s:7:\"slugdiv\";i:8;s:9:\"authordiv\";i:9;s:24:\"contact_bank_add_metabox\";}'),(22,1,'wp_user-settings','editor=tinymce&libraryContent=browse&advImgDetails=show'),(23,1,'wp_user-settings-time','1623789521'),(24,1,'wpseo_title',''),(25,1,'wpseo_metadesc',''),(26,1,'wpseo_noindex_author',''),(27,1,'wpseo_content_analysis_disable',''),(28,1,'wpseo_keyword_analysis_disable',''),(29,1,'facebook',''),(30,1,'instagram',''),(31,1,'linkedin',''),(32,1,'myspace',''),(33,1,'pinterest',''),(34,1,'soundcloud',''),(35,1,'tumblr',''),(36,1,'twitter',''),(37,1,'youtube',''),(38,1,'wikipedia',''),(40,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\";}'),(41,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(43,1,'session_tokens','a:2:{s:64:\"0234e4512da226f75f2c181f5cdc585346bc001503e888e03d38364662b070ce\";a:4:{s:10:\"expiration\";i:1647182450;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1647009650;}s:64:\"1a6c79fd4eb2fdce4eca5407d7bffefe2fc6b0d4f3cefd8b844c4471ae696816\";a:4:{s:10:\"expiration\";i:1647182451;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1647009651;}}'),(45,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:372:\"<strong>New in Yoast SEO 14.9: </strong>We now have Hebrew keyphrase recognition and some great performance improvements! <a href=\"https://yoa.st/yoast14-9?php_version=7.3&#038;platform=wordpress&#038;platform_version=5.5.1&#038;software=free&#038;software_version=14.9&#038;days_active=30plus&#038;user_language=en_US\" target=\"_blank\">Read all about version 14.9 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:9:\"blogadmin\";s:9:\"user_pass\";s:34:\"$P$Byw7/U8NWk0QsW1BJgBYIWFx8A8WEv0\";s:13:\"user_nicename\";s:9:\"blogadmin\";s:10:\"user_email\";s:30:\"[email protected]\";s:8:\"user_url\";s:32:\"http://mercadogourmetpugibet.com\";s:15:\"user_registered\";s:19:\"2020-07-04 15:23:25\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Noralie Hoebe\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"WP_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:4:\"14.9\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,'blogadmin','$P$BLSyUR7VIBV9lkIdxygK/BrKaJgqrV/','blogadmin','[email protected]','http://mercadogourmetpugibet.com','2020-07-04 15:23:25','',0,'Noralie Hoebe');
/*!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;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `permalink_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `object_id` bigint DEFAULT NULL,
  `object_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `object_sub_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `author_id` bigint DEFAULT NULL,
  `post_parent` bigint DEFAULT NULL,
  `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `breadcrumb_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int unsigned DEFAULT NULL,
  `canonical` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `primary_focus_keyword` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword_score` int DEFAULT NULL,
  `readability_score` int DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `twitter_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `twitter_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `twitter_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `open_graph_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `open_graph_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `open_graph_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `open_graph_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `open_graph_image_meta` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `link_count` int DEFAULT NULL,
  `incoming_link_count` int DEFAULT NULL,
  `prominent_words_version` int unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1',
  `language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_page_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_article_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int DEFAULT NULL,
  `version` int DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'http://mercadogourmetpugibet.com/author/blogadmin/','51:aca59ee1298666dc0874545b5059e8a9',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/76a81ca7a902699cc2ce21b972c3cf2b?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/76a81ca7a902699cc2ce21b972c3cf2b?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-08-17 10:47:23','2021-11-18 18:54:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-30 13:09:55','2020-07-04 15:23:26'),(2,'http://mercadogourmetpugibet.com/about/','40:fbadba96b6253a269047368ac0c4799c',4,'post','page',1,0,NULL,NULL,'About','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-08-17 10:47:23','2021-11-17 05:02:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-07-04 15:23:26','2020-07-04 15:23:26'),(3,'http://mercadogourmetpugibet.com/contact/','42:2672e9fb9cee908a4cb66f088ffd1d25',5,'post','page',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-17 10:47:23','2021-11-18 01:01:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-17 10:48:05','2020-07-04 15:23:26'),(6,'http://mercadogourmetpugibet.com/?post_type=wpautoterms_page&p=11','65:076152860158cbc24884cb8185df9406',11,'post','wpautoterms_page',1,0,NULL,NULL,'Terms and Conditions','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-17 10:49:16','2020-08-17 10:51:35',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(9,'http://mercadogourmetpugibet.com/category/uncategorized/','56:dbd76d4bd9d1290b9b050e4163268df7',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-08-17 10:52:05','2021-09-28 12:21:25',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(10,'http://mercadogourmetpugibet.com/category/general/','50:e5b88cea9f586dd7e606ae77afd9ecae',2,'term','category',NULL,NULL,NULL,NULL,'General',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-08-17 10:52:06','2021-09-28 12:21:25',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(11,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 10:52:06','2020-08-17 10:52:06',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(12,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 10:52:06','2020-08-17 10:52:06',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(13,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 10:52:06','2020-08-17 10:52:06',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(14,'http://mercadogourmetpugibet.com/','34:4699056813f4db6af7b29fbe08ce2121',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Without health, Life is almost dead!','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2020-08-17 10:52:06','2021-11-18 18:54:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-30 13:09:55','2020-08-17 11:04:56'),(15,'http://mercadogourmetpugibet.com/wpautoterms/','45:3447b8de1a00bb18497a837c950c5894',NULL,'post-type-archive','wpautoterms_page',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Legal Pages',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 10:52:06','2020-08-17 10:52:06',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(16,'http://mercadogourmetpugibet.com/37-crazy-delicious-healthy-food-ideas/','72:804ce33eb8fe775e5873a2eb86228b14',14,'post','post',1,0,NULL,NULL,'37 Crazy Delicious Healthy Food Ideas','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/maxresdefault.jpg',NULL,'16','featured-image',NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/maxresdefault.jpg','16','featured-image','{\"width\":1280,\"height\":720,\"url\":\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/maxresdefault.jpg\",\"path\":\"/var/www/mercadogourmetpugibet.com/public_html/wp-content/uploads/2020/08/maxresdefault.jpg\",\"size\":\"full\",\"id\":16,\"alt\":\"\",\"pixels\":921600,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-17 10:57:11','2021-11-17 07:31:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-17 11:58:17','2020-08-17 11:04:56'),(17,'http://mercadogourmetpugibet.com/category/health/','50:29cdc23e11e3fcde372f448d730a7c65',3,'term','category',NULL,NULL,NULL,NULL,'Health',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-08-17 10:58:47','2021-11-17 07:31:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-17 11:58:17','2020-08-17 11:04:56'),(18,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/maxresdefault.jpg','77:d02f6f3d6b285fbaddd32db0759c27b3',16,'post','attachment',1,14,NULL,NULL,'maxresdefault','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/maxresdefault.jpg',NULL,'16','attachment-image',NULL,NULL,NULL,'16','attachment-image',NULL,NULL,NULL,NULL,'2020-08-17 11:07:12','2020-08-17 11:07:12',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(20,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/heartbeat-icon.png','78:0c738f4e2e1e54ed5d373f40451c310b',21,'post','attachment',1,0,NULL,NULL,'heartbeat-icon','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/heartbeat-icon.png',NULL,'21','attachment-image',NULL,NULL,NULL,'21','attachment-image',NULL,NULL,NULL,NULL,'2020-08-17 11:17:45','2020-08-17 11:17:45',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(21,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/cropped-heartbeat-icon.png','86:7cb861dcfb4291a63ef2e75b0bd43695',22,'post','attachment',1,0,NULL,NULL,'cropped-heartbeat-icon.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/cropped-heartbeat-icon.png',NULL,'22','attachment-image',NULL,NULL,NULL,'22','attachment-image',NULL,NULL,NULL,NULL,'2020-08-17 11:17:49','2020-08-17 11:17:49',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(23,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Banner_Home.jpeg','76:ddfe82c89cac124b49730e9ef5e8141a',24,'post','attachment',1,0,NULL,NULL,'Banner_Home','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Banner_Home.jpeg',NULL,'24','attachment-image',NULL,NULL,NULL,'24','attachment-image',NULL,NULL,NULL,NULL,'2020-08-17 11:24:11','2020-08-17 11:24:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(27,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Noralie-Hoebe.jpg','77:156668cf84ea3dceb53dfd99d9713642',28,'post','attachment',1,0,NULL,NULL,'Noralie Hoebe','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/Noralie-Hoebe.jpg',NULL,'28','attachment-image',NULL,NULL,NULL,'28','attachment-image',NULL,NULL,NULL,NULL,'2020-08-17 11:36:38','2020-08-17 11:36:38',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(29,'http://mercadogourmetpugibet.com/primer/','40:512afb4417ba7d3c78d8d64544e2ec8f',31,'post','custom_css',1,0,NULL,NULL,'primer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-08-17 11:42:20','2020-09-20 06:28:14',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(33,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/26d8b30cbc8124874336a04da0168835.png','96:aeb92f2c4714ad0c729f2db70311dca5',35,'post','attachment',1,0,NULL,NULL,'26d8b30cbc8124874336a04da0168835','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/08/26d8b30cbc8124874336a04da0168835.png',NULL,'35','attachment-image',NULL,NULL,NULL,'35','attachment-image',NULL,NULL,NULL,NULL,'2020-08-17 11:47:34','2020-08-17 11:47:34',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(34,'http://mercadogourmetpugibet.com/privacy-policy/','49:66955e4b7c2670fc69ad673e51ec7c92',36,'post','page',1,0,NULL,NULL,'Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-17 11:52:53','2021-11-17 20:20:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-17 11:52:53','2020-08-17 11:52:53'),(35,'http://mercadogourmetpugibet.com/terms-and-conditions/','55:6f6125dc77d8cc96ff86cb57dfaf756a',37,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-17 11:53:04','2021-11-18 12:25:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-17 11:53:04','2020-08-17 11:53:04'),(36,'http://mercadogourmetpugibet.com/39/','36:8bf9460ed9917caed4a930b5397843a8',39,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 11:54:02','2020-08-17 11:55:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(37,'http://mercadogourmetpugibet.com/40/','36:78f69eb1c34ba1a5db5c20c8be254295',40,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 11:54:02','2020-08-17 11:55:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(38,'http://mercadogourmetpugibet.com/41/','36:df95e5ab25625b5858ca9b837f42d59c',41,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 11:54:02','2020-08-17 11:55:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(39,'http://mercadogourmetpugibet.com/42/','36:c4c5121df3c183f0dc7087f2a447a106',42,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 11:54:02','2020-08-17 11:55:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(40,'http://mercadogourmetpugibet.com/43/','36:a2fb6515c522d25fe82345d2a95462ae',43,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 11:54:13','2020-08-17 11:55:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(41,'http://mercadogourmetpugibet.com/home/','38:123b9c04241499913536bc62bb84bfed',44,'post','nav_menu_item',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-17 11:54:55','2020-08-17 11:55:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(42,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover.png','69:543cfcb5149d5f5903f6d1fbf99d7975',47,'post','attachment',1,0,NULL,NULL,'cover','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover.png',NULL,'47','attachment-image',NULL,NULL,NULL,'47','attachment-image',NULL,0,NULL,NULL,'2020-09-18 12:18:31','2020-09-18 12:18:31',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(43,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-1.png','71:c3cb51da6e5fd30d3fbf21921a73deb2',48,'post','attachment',1,0,NULL,NULL,'cover','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-1.png',NULL,'48','attachment-image',NULL,NULL,NULL,'48','attachment-image',NULL,0,NULL,NULL,'2020-09-18 12:20:22','2020-09-18 12:20:22',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(46,'http://mercadogourmetpugibet.com/b689a767fff44b2e83ec7adc2d796097/','66:2a0e819a9189e957b44c78d62e0fad75',52,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-19 06:35:44','2020-09-19 06:35:44',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(47,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2.png','79:aea4e2005cc8f226e70c70cfca7cac78',51,'post','attachment',1,0,NULL,NULL,'cropped-cover-2.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2.png',NULL,'51','attachment-image',NULL,NULL,NULL,'51','attachment-image',NULL,0,NULL,NULL,'2020-09-19 06:35:44','2020-09-19 06:35:44',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(49,'http://mercadogourmetpugibet.com/4c9fb199ad6a865669b8cf3951887466/','66:cc9931641d1ad8a0a7a852a77c4b43be',55,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-19 06:36:47','2020-09-19 06:36:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(50,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default.png','79:bd44fca5b8bfc1e9cea6e380707c5d2f',54,'post','attachment',1,0,NULL,NULL,'cropped-default.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default.png',NULL,'54','attachment-image',NULL,NULL,NULL,'54','attachment-image',NULL,0,NULL,NULL,'2020-09-19 06:36:47','2020-09-19 06:36:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(54,'http://mercadogourmetpugibet.com/d8b3a79f1115fa68643e5597243a070e/','66:c858bfc0307a05cf1ebe8ea3546e3355',62,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-20 06:57:11','2020-09-20 06:57:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(55,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-1.png','81:c97fb8b3be210d401b834a69a3bac4e3',61,'post','attachment',1,0,NULL,NULL,'cropped-default-1.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-1.png',NULL,'61','attachment-image',NULL,NULL,NULL,'61','attachment-image',NULL,0,NULL,NULL,'2020-09-20 06:57:11','2020-09-20 06:57:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(57,'http://mercadogourmetpugibet.com/c01f8a3f56aee100b54dbfd839da2d33/','66:88c89328002aaa87a451e649232b3709',65,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-20 07:09:28','2020-09-20 07:09:28',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(58,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-2.png','81:c18be76895d33e5966f2bd6bf7f84175',64,'post','attachment',1,0,NULL,NULL,'cropped-default-2.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-default-2.png',NULL,'64','attachment-image',NULL,NULL,NULL,'64','attachment-image',NULL,0,NULL,NULL,'2020-09-20 07:09:28','2020-09-20 07:09:28',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(61,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-2-e1600758299990.png','86:7fe4a7909b14113ac1e58d8b170eb944',68,'post','attachment',1,0,NULL,NULL,'cover','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-2-e1600758299990.png',NULL,'68','attachment-image',NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-2-e1600758299990.png','68','attachment-image','{\"width\":350,\"height\":49,\"url\":\"http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-2-e1600758299990.png\",\"path\":\"/var/www/mercadogourmetpugibet.com/public_html/wp-content/uploads/2020/09/cover-2-e1600758299990.png\",\"size\":\"full\",\"id\":68,\"alt\":\"\",\"pixels\":17150,\"type\":\"image/png\"}',0,NULL,NULL,'2020-09-22 07:02:46','2020-09-22 07:05:00',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(62,'http://mercadogourmetpugibet.com/a8ae6d252d0dc6c7fb9fb9bf2db3f4f2/','66:c25fbd1ec59accb299da7d1dc52cdc48',70,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-22 07:03:05','2020-09-22 07:03:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(63,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-1.png','81:735f96aea42943fc3f135d80aa1f6910',69,'post','attachment',1,0,NULL,NULL,'cropped-cover-2-1.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-1.png',NULL,'69','attachment-image',NULL,NULL,NULL,'69','attachment-image',NULL,0,NULL,NULL,'2020-09-22 07:03:05','2020-09-22 07:03:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(65,'http://mercadogourmetpugibet.com/79ab92fb728cff9f057629381a5e54e8/','66:655bc4fe8825fcd0684c7c1ea348c732',73,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-22 07:03:53','2020-09-22 07:03:53',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(66,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-e1600758206265.png','94:1eeb3d8a71a182a0e508c7dfd5441d28',72,'post','attachment',1,0,NULL,NULL,'cropped-cover-2-e1600758206265.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cropped-cover-2-e1600758206265.png',NULL,'72','attachment-image',NULL,NULL,NULL,'72','attachment-image',NULL,0,NULL,NULL,'2020-09-22 07:03:53','2020-09-22 07:03:53',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(69,'http://mercadogourmetpugibet.com/b0a0d107b3291d16e958273cf0a3707b/','67:70151b5e76062052c70ba1d4a5a2b5ba',77,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-16 20:52:35','2021-04-16 20:52:35',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(72,'http://mercadogourmetpugibet.com/why-is-there-a-lot-of-news-concerning-vpns-in-the-european-union-a-few-things-you-need-to-consider-now/','137:3047c086d0c45bce4828950e58fc97f4',79,'post','post',1,0,NULL,NULL,'Why is there a lot of news concerning VPN&#8217;s in the European Union? A few things you need to consider now','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-06-15 20:31:00','2021-11-18 07:21:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-15 21:14:12','2021-06-19 22:31:00'),(73,'http://mercadogourmetpugibet.com/category/vpn-europe/','54:6ac1003f6995a3d41b60c95194a06c83',5,'term','category',NULL,NULL,NULL,NULL,'VPN Europe',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-06-15 20:38:32','2021-11-18 07:21:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-15 21:14:12','2021-06-19 22:31:00'),(74,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/06/215125asa.jpg','74:7898902b97ed804a152c99cec04c56a3',82,'post','attachment',1,79,NULL,NULL,'215125asa','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/06/215125asa.jpg',NULL,'82','attachment-image',NULL,NULL,NULL,'82','attachment-image',NULL,0,NULL,NULL,'2021-06-15 21:01:35','2021-06-20 02:25:04',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(75,'http://mercadogourmetpugibet.com/author/','41:87311d914a1e223bcc4fe2fb6c0c0f65',0,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2021-06-21 17:43:58','2021-06-21 17:43:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(76,'http://mercadogourmetpugibet.com/5a36660f41b227df9d0de2544a83e131/','67:1d719675ee7c8c491dbdb7ca48cd52d2',85,'post','oembed_cache',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-06-21 17:43:58','2021-06-21 17:43:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(77,'http://mercadogourmetpugibet.com/category/eth/','47:768065481d26bc3669acdc039ef808cf',6,'term','category',NULL,NULL,NULL,NULL,'ETH',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-09-28 12:22:26','2021-11-18 18:54:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-28 12:24:03','2021-10-17 12:21:37'),(78,'http://mercadogourmetpugibet.com/ethereum-is-already-burning-more-than-100000-eth/','83:8744b913952252c85652cc3b6b3960d4',87,'post','post',1,0,NULL,NULL,'Ethereum is already burning more than 100,000 ETH','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg',NULL,'88','featured-image',NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg','88','featured-image','{\"width\":2560,\"height\":1706,\"url\":\"http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg\",\"path\":\"/var/www/mercadogourmetpugibet.com/public_html/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg\",\"size\":\"full\",\"id\":88,\"alt\":\"\",\"pixels\":4367360,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-09-28 12:23:13','2021-11-18 18:54:18',1,NULL,NULL,NULL,NULL,0,2,2,'2021-09-28 12:24:03','2021-10-17 12:21:37'),(79,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg','102:1414009e444d9435c613b3ff0dd3670b',88,'post','attachment',1,87,NULL,NULL,'executium-dWPWyD4qt6w-unsplash','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg',NULL,'88','attachment-image',NULL,NULL,'http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg','88','attachment-image','{\"width\":2560,\"height\":1706,\"url\":\"http://mercadogourmetpugibet.com/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg\",\"path\":\"/var/www/mercadogourmetpugibet.com/public_html/wp-content/uploads/2021/09/executium-dWPWyD4qt6w-unsplash-scaled.jpg\",\"size\":\"full\",\"id\":88,\"alt\":\"\",\"pixels\":4367360,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-09-30 08:45:57','2021-10-17 12:23:19',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(80,'http://mercadogourmetpugibet.com/coin-of-the-week-efinity/','59:7636b4d57d414df38049ee1a209234b5',90,'post','post',1,0,NULL,NULL,'Coin of the Week &ndash; Efinity','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-09-30 13:09:27','2021-11-18 11:47:31',1,NULL,NULL,NULL,NULL,0,3,2,'2021-09-30 13:09:55','2021-09-20 20:00:18'),(81,'http://mercadogourmetpugibet.com/category/digital-valuta/','58:4dbc81b6dd69a7a9b9fd08d1398faa7a',7,'term','category',NULL,NULL,NULL,NULL,'Digital valuta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-09-30 13:09:53','2021-11-18 11:47:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-30 13:09:55','2021-09-20 20:00:18');
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int unsigned NOT NULL,
  `ancestor_id` int unsigned NOT NULL,
  `depth` int unsigned DEFAULT NULL,
  `blog_id` bigint NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(16,0,0,1),(17,0,0,1),(34,0,0,1),(35,0,0,1),(72,0,0,1),(73,0,0,1),(77,0,0,1),(78,0,0,1),(79,78,1,1),(80,0,0,1),(81,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `WP_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(18,'20200617122511'),(16,'20200702141921'),(17,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint DEFAULT NULL,
  `term_id` bigint DEFAULT NULL,
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,14,3,'category','2020-08-17 11:04:56','2021-11-17 07:31:52',1),(2,79,5,'category','2021-06-15 20:38:44','2021-11-18 07:21:12',1),(3,87,6,'category','2021-09-28 12:23:13','2021-11-18 18:54:18',1),(4,90,7,'category','2021-09-30 13:09:55','2021-11-18 11:47:31',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint unsigned NOT NULL,
  `target_post_id` bigint unsigned NOT NULL,
  `type` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `indexable_id` int unsigned DEFAULT NULL,
  `target_indexable_id` int unsigned DEFAULT NULL,
  `height` int unsigned DEFAULT NULL,
  `width` int unsigned DEFAULT NULL,
  `size` int unsigned DEFAULT NULL,
  `language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (5,'http://mercadogourmetpugibet.com/wp-content/uploads/2020/09/cover-2-e1600758268856-300x42.png',68,0,'image-in',61,NULL,NULL,NULL,NULL,NULL,NULL),(9,'https://www.globalwatchonline.com/es/vpn/reviews/expressvpn/',79,0,'external',72,NULL,NULL,NULL,NULL,NULL,NULL),(10,'https://www.globalwatchonline.com/es_ar/vpn/guide/netflix-vpn/',79,0,'external',72,NULL,NULL,NULL,NULL,NULL,NULL),(11,'https://www.globalwatchonline.com/th/vpn/reviews/expressvpn/',79,0,'external',72,NULL,NULL,NULL,NULL,NULL,NULL),(12,'https://www.bitcoinexchangenederland.nl/tradingview/',90,0,'external',80,NULL,NULL,NULL,NULL,NULL,NULL),(13,'https://www.bitcoinexchangenederland.nl/enjin-coin/',90,0,'external',80,NULL,NULL,NULL,NULL,NULL,NULL),(14,'https://moveco.io/',87,0,'external',78,NULL,NULL,NULL,NULL,NULL,NULL),(15,'https://folm.io/',87,0,'external',78,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint unsigned NOT NULL,
  `internal_link_count` int unsigned DEFAULT NULL,
  `incoming_link_count` int unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (5,0,0),(11,0,0),(14,0,0),(15,0,0),(36,0,0),(37,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-03-29  8:18:31