...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY MR K IS HERE
MRKShell
Server IP : 65.108.66.160  /  Your IP : 216.73.217.50
Web Server : Apache
System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User : alasaweborg ( 1047)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/burp_mysql_backups/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/burp_mysql_backups/kualsa_test.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.19-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: kualsa_test
-- ------------------------------------------------------
-- Server version	10.6.19-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1,1,'Un comentarista de WordPress','wapuu@wordpress.example','https://es.wordpress.org/','','2022-06-01 12:39:27','2022-06-01 12:39:27','Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita en el escritorio la pantalla de comentarios.\nLos avatares de los comentaristas provienen de <a href=\"https://es.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://kualsa.com/test','yes'),(2,'home','https://kualsa.com/test','yes'),(3,'blogname','Kual','yes'),(4,'blogdescription','Otro sitio realizado con WordPress','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wp@brotead.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j \\d\\e F \\d\\e Y','yes'),(24,'time_format','H:i','yes'),(25,'links_updated_date_format','j \\d\\e F \\d\\e Y H:i','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:182:{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:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:53:\"portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:34:\"portfolio_entries/([^/]+)/embed/?$\";s:50:\"index.php?portfolio_entries=$matches[1]&embed=true\";s:46:\"portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:28:\"portfolio_entries/([^/]+)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";s:41:\"staff_trusted/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"staff_trusted/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"staff_trusted/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"staff_trusted/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"staff_trusted/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"staff_trusted/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"staff_trusted/([^/]+)/embed/?$\";s:38:\"index.php?staff=$matches[1]&embed=true\";s:34:\"staff_trusted/([^/]+)/trackback/?$\";s:32:\"index.php?staff=$matches[1]&tb=1\";s:42:\"staff_trusted/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&paged=$matches[2]\";s:49:\"staff_trusted/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&cpage=$matches[2]\";s:38:\"staff_trusted/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?staff=$matches[1]&page=$matches[2]\";s:30:\"staff_trusted/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"staff_trusted/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"staff_trusted/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"staff_trusted/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"staff_trusted/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"staff_trusted/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"staff_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?staff_entries=$matches[1]&feed=$matches[2]\";s:49:\"staff_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?staff_entries=$matches[1]&feed=$matches[2]\";s:30:\"staff_entries/([^/]+)/embed/?$\";s:46:\"index.php?staff_entries=$matches[1]&embed=true\";s:42:\"staff_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?staff_entries=$matches[1]&paged=$matches[2]\";s:24:\"staff_entries/([^/]+)/?$\";s:35:\"index.php?staff_entries=$matches[1]\";s:47:\"testimonial_trusted/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"testimonial_trusted/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"testimonial_trusted/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"testimonial_trusted/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"testimonial_trusted/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"testimonial_trusted/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"testimonial_trusted/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:40:\"testimonial_trusted/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:48:\"testimonial_trusted/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:55:\"testimonial_trusted/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:44:\"testimonial_trusted/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:36:\"testimonial_trusted/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"testimonial_trusted/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"testimonial_trusted/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"testimonial_trusted/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"testimonial_trusted/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"testimonial_trusted/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"testimonial_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?testimonial_entries=$matches[1]&feed=$matches[2]\";s:55:\"testimonial_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?testimonial_entries=$matches[1]&feed=$matches[2]\";s:36:\"testimonial_entries/([^/]+)/embed/?$\";s:52:\"index.php?testimonial_entries=$matches[1]&embed=true\";s:48:\"testimonial_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?testimonial_entries=$matches[1]&paged=$matches[2]\";s:30:\"testimonial_entries/([^/]+)/?$\";s:41:\"index.php?testimonial_entries=$matches[1]\";s:31:\"faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"faq/([^/]+)/embed/?$\";s:36:\"index.php?faq=$matches[1]&embed=true\";s:24:\"faq/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:32:\"faq/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:39:\"faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:28:\"faq/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:20:\"faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"faq_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?faq_entries=$matches[1]&feed=$matches[2]\";s:47:\"faq_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?faq_entries=$matches[1]&feed=$matches[2]\";s:28:\"faq_entries/([^/]+)/embed/?$\";s:44:\"index.php?faq_entries=$matches[1]&embed=true\";s:40:\"faq_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?faq_entries=$matches[1]&paged=$matches[2]\";s:22:\"faq_entries/([^/]+)/?$\";s:33:\"index.php?faq_entries=$matches[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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:41:\"codeless-framework/codeless-framework.php\";i:2;s:49:\"codeless-starter-sites/codeless-starter-sites.php\";i:3;s:15:\"zippy/zippy.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','specular','yes'),(41,'stylesheet','specular','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1669639166','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'initial_db_version','51917','yes'),(100,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(101,'fresh_site','1','off'),(102,'WPLANG','es_ES','yes'),(103,'user_count','1','no'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:160:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Entradas recientes</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:233:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Comentarios recientes</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archivos</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:151:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categorías</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:15:\"footer-column-1\";a:0:{}s:15:\"footer-column-2\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:7:{i:1732412367;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:1732451967;a:4:{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;}}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;}}}i:1732452066;a:3:{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;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1732452067;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:1732758539;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1732797567;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'nonce_key','IxLq~)H{222I+UWJv(|c]VC0Wqvj1yVdjN^{!;7)9+@S?+n+rpSwDOj?Kt:i#ix{','no'),(117,'nonce_salt','!<+olCUMpk]o;2Q^.x>mGuds[Mh|+n|QED68#)Yg+jS0:fQ/w75;kjX|=lSf^C5%','no'),(118,'widget_tag_cloud','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'),(124,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1654087522;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(127,'recovery_keys','a:0:{}','off'),(128,'https_detection_errors','a:0:{}','off'),(140,'secure_auth_key','Hvp0.kR7y8]|t&/5?3E3 {OhZaoVuQS!6IOEp@XI!*?GvB[gO6d4dr6wZ0^1m+m$','no'),(141,'secure_auth_salt',' iPT]y[LEjlq<xqp5?RNNZSZUO##<oDx=<mpD,V%R7 U`WKL7y|.]Gj8d7B#6wH=','no'),(142,'logged_in_key','RmCLZoQ~[rS#C6|<iRL#fWEnXpC[gaEOLT&?c&F[dQ$3|zQ~Ms&uhCZO1;#Q06!-','no'),(143,'logged_in_salt','MZyVG2Id(} +8`zDtZj](9PC9 t9WM3VN-x{vc>>C9[.Ww9afyviocM!Oew8*0zE','no'),(164,'finished_updating_comment_type','1','yes'),(165,'current_theme','Specular','yes'),(166,'theme_mods_specular','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(167,'theme_switched','','yes'),(170,'elementor_disable_color_schemes','yes','yes'),(171,'elementor_disable_typography_schemes','yes','yes'),(173,'recently_activated','a:0:{}','off'),(174,'widget_widget_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(176,'widget_widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'widget_widget_shortcode','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(178,'widget_widget_most_popular','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'widget_widget_topnav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(180,'widget_widget_ads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'redux-framework_tracking_notice','hide','yes'),(185,'cl_redata','a:149:{s:15:\"responsive_bool\";i:1;s:4:\"logo\";a:1:{s:3:\"url\";s:63:\"https://kualsa.com/test/wp-content/themes/specular/img/logo.png\";}s:10:\"logo_light\";a:1:{s:3:\"url\";s:69:\"https://kualsa.com/test/wp-content/themes/specular/img/logo_light.png\";}s:11:\"logo_height\";a:1:{s:6:\"height\";i:50;}s:10:\"nicescroll\";i:0;s:9:\"frontpage\";s:1:\"0\";s:8:\"blogpage\";s:1:\"0\";s:15:\"comingsoon_page\";s:1:\"0\";s:17:\"404_error_message\";s:135:\"Sorry but the page you are looking for has not been found. Try checking the URL for errors, then hit the refresh button on your browser\";s:13:\"tracking_code\";s:0:\"\";s:10:\"custom_css\";s:30:\"/*#header{\nmargin: 0 auto;\n}*/\";s:9:\"custom_js\";s:43:\"/*jQuery(document).ready(function(){\n\n});*/\";s:12:\"header_style\";s:8:\"header_1\";s:15:\"header_1_center\";i:0;s:19:\"header_transparency\";i:1;s:20:\"header_overlay_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:4:\"0.95\";}s:17:\"header_navigation\";a:2:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:4:\"1.00\";}s:19:\"header_6_nav_height\";a:1:{s:6:\"height\";i:45;}s:20:\"header_6_transparent\";i:0;s:14:\"header_7_width\";a:1:{s:5:\"width\";i:280;}s:16:\"header_7_padding\";a:4:{s:12:\"padding-left\";s:4:\"20px\";s:13:\"padding-right\";s:4:\"20px\";s:11:\"padding-top\";s:4:\"20px\";s:14:\"padding-bottom\";s:4:\"20px\";}s:15:\"header_7_margin\";a:1:{s:10:\"margin-top\";s:4:\"40px\";}s:17:\"header_7_position\";s:4:\"left\";s:15:\"header_7_border\";i:0;s:19:\"header_7_border_top\";i:0;s:16:\"header_10_border\";i:1;s:13:\"header_height\";a:1:{s:6:\"height\";i:80;}s:17:\"header_background\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"1.00\";}s:11:\"show_search\";s:1:\"1\";s:21:\"header_container_full\";s:1:\"0\";s:11:\"show_button\";s:1:\"0\";s:13:\"header_button\";s:10:\"Donate Now\";s:18:\"header_button_link\";s:1:\"#\";s:19:\"header_button_color\";s:4:\"dark\";s:20:\"header_border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:13:\"border-bottom\";s:3:\"0px\";}s:13:\"header_shadow\";s:9:\"no_shadow\";s:24:\"responsive_menu_dropdown\";i:1;s:23:\"header_responsive_tools\";i:0;s:21:\"archives_header_color\";s:5:\"light\";s:15:\"menu_font_style\";a:9:{s:5:\"color\";s:4:\"#222\";s:11:\"font-weight\";s:3:\"600\";s:11:\"font-family\";s:9:\"Open Sans\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"20px\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:3:\"1px\";}s:12:\"menu_padding\";a:2:{s:12:\"padding-left\";s:3:\"5px\";s:13:\"padding-right\";s:3:\"5px\";}s:11:\"menu_margin\";a:2:{s:11:\"margin-left\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";}s:40:\"menu_custom_current_menu_item_color_bool\";i:0;s:23:\"current_menu_item_color\";s:0:\"\";s:14:\"dropdown_width\";a:1:{s:5:\"width\";i:220;}s:19:\"background_dropdown\";s:7:\"#222222\";s:21:\"dropdown_border_color\";s:7:\"#222222\";s:13:\"dropdown_font\";a:4:{s:5:\"color\";s:4:\"#888\";s:9:\"font-size\";s:4:\"11px\";s:14:\"letter-spacing\";s:5:\"0.3px\";s:14:\"text-transform\";s:9:\"uppercase\";}s:14:\"megamenu_title\";a:5:{s:5:\"color\";s:4:\"#fff\";s:9:\"font-size\";s:4:\"14px\";s:11:\"font-weight\";s:3:\"600\";s:14:\"letter-spacing\";s:3:\"1px\";s:14:\"text-transform\";s:9:\"uppercase\";}s:20:\"cart_dropdown_button\";s:5:\"light\";s:14:\"top_navigation\";i:0;s:13:\"topnav_layout\";s:3:\"6-6\";s:9:\"topnav_bg\";s:7:\"#f5f5f5\";s:17:\"topnav_border_top\";a:3:{s:5:\"color\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:10:\"border-top\";s:3:\"0px\";}s:20:\"topnav_border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:13:\"border-bottom\";s:3:\"0px\";}s:17:\"topnav_font_style\";a:4:{s:5:\"color\";s:4:\"#999\";s:11:\"font-family\";s:9:\"Open Sans\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"11px\";}s:13:\"topnav_height\";a:1:{s:6:\"height\";i:40;}s:21:\"top_navigation_mobile\";i:0;s:6:\"sticky\";i:0;s:20:\"sticky_header_height\";a:1:{s:6:\"height\";i:60;}s:24:\"sticky_header_background\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"0.80\";}s:11:\"sticky_logo\";i:0;s:13:\"sticky_mobile\";i:0;s:16:\"page_header_bool\";i:1;s:18:\"page_header_height\";a:1:{s:6:\"height\";i:80;}s:17:\"page_header_style\";s:6:\"normal\";s:19:\"page_header_f_color\";s:4:\"#444\";s:22:\"page_header_background\";a:1:{s:16:\"background-color\";s:7:\"#f5f5f5\";}s:18:\"page_header_border\";a:3:{s:5:\"color\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:13:\"border-bottom\";s:3:\"0px\";}s:13:\"primary_color\";s:7:\"#10b8c7\";s:10:\"link_color\";s:7:\"#10b8c7\";s:15:\"body_font_color\";s:7:\"#777777\";s:19:\"headings_font_color\";s:7:\"#444444\";s:17:\"base_border_color\";s:7:\"#e7e7e7\";s:27:\"highlighted_background_main\";s:7:\"#f5f5f5\";s:15:\"body_background\";s:11:\"transparent\";s:31:\"page_content_background_overall\";s:11:\"transparent\";s:29:\"page_header_normal_typography\";a:3:{s:9:\"font-size\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";}s:44:\"page_header_normal_typography_subtitle_title\";a:3:{s:9:\"font-size\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";}s:47:\"page_header_normal_typography_subtitle_subtitle\";a:3:{s:9:\"font-size\";s:4:\"13px\";s:11:\"font-weight\";s:3:\"400\";s:14:\"text-transform\";s:4:\"none\";}s:43:\"page_header_centered_typography_nosub_title\";a:3:{s:9:\"font-size\";s:4:\"38px\";s:11:\"font-weight\";s:3:\"300\";s:14:\"text-transform\";s:4:\"none\";}s:46:\"page_header_centered_typography_subtitle_title\";a:4:{s:9:\"font-size\";s:4:\"48px\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:3:\"4px\";}s:49:\"page_header_centered_typography_subtitle_subtitle\";a:3:{s:9:\"font-size\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:14:\"text-transform\";s:4:\"none\";}s:24:\"page_header_design_style\";s:6:\"normal\";s:25:\"page_header_padd_bg_title\";a:2:{s:5:\"color\";s:4:\"#000\";s:5:\"alpha\";s:4:\"0.70\";}s:28:\"page_header_padd_bg_subtitle\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"0.70\";}s:33:\"page_header_padd_bg_subtitle_font\";s:4:\"#222\";s:21:\"blog_title_typography\";a:5:{s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#444444\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:4:\"30px\";s:9:\"font-size\";s:4:\"20px\";}s:20:\"blog_info_typography\";a:3:{s:5:\"color\";s:7:\"#999999\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"20px\";}s:25:\"blog_info_typography_icon\";a:1:{s:9:\"font-size\";s:4:\"15px\";}s:19:\"timeline_box_shadow\";i:1;s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:22:\"fullscreen_blog_box_bg\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.00\";}s:20:\"sidebar_widget_title\";a:6:{s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#444444\";s:9:\"font-size\";s:4:\"15px\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:4:\"20px\";s:14:\"letter-spacing\";s:3:\"1px\";}s:27:\"sidebar_widget_title_margin\";a:1:{s:13:\"margin-bottom\";s:4:\"24px\";}s:21:\"sidebar_widget_margin\";a:1:{s:13:\"margin-bottom\";s:4:\"35px\";}s:19:\"sidebar_tagcloud_bg\";s:4:\"#222\";s:22:\"sidebar_tagcloud_color\";s:4:\"#fff\";s:20:\"overall_button_style\";a:1:{i:0;s:7:\"default\";}s:17:\"button_typography\";a:6:{s:5:\"color\";s:4:\"#222\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:3:\"600\";s:9:\"font-size\";s:4:\"13px\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:5:\"1.5px\";}s:23:\"button_background_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.00\";}s:19:\"button_border_color\";a:2:{s:5:\"color\";s:7:\"#444444\";s:5:\"alpha\";s:4:\"0.20\";}s:23:\"button_hover_font_color\";s:4:\"#222\";s:23:\"button_hover_background\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.00\";}s:19:\"button_hover_border\";a:2:{s:5:\"color\";s:4:\"#444\";s:5:\"alpha\";s:4:\"1.00\";}s:23:\"button_light_font_color\";s:4:\"#fff\";s:23:\"button_light_background\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"0.00\";}s:19:\"button_light_border\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"0.40\";}s:29:\"button_light_hover_font_color\";s:4:\"#fff\";s:30:\"button_light__hover_background\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"0.00\";}s:25:\"button_light_hover_border\";a:2:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:4:\"1.00\";}s:17:\"shop_single_title\";a:3:{s:11:\"font-weight\";s:3:\"700\";s:14:\"letter-spacing\";s:3:\"1.5\";s:14:\"text-transform\";s:9:\"uppercase\";}s:20:\"shop_product_overlay\";a:2:{s:5:\"color\";s:7:\"#10b8c7\";s:5:\"alpha\";s:4:\"0.90\";}s:15:\"body_typography\";a:6:{s:5:\"color\";s:4:\"#777\";s:11:\"font-family\";s:9:\"Open Sans\";s:6:\"google\";b:1;s:11:\"line-height\";s:4:\"28px\";s:9:\"font-size\";s:4:\"16px\";s:11:\"font-weight\";s:3:\"400\";}s:18:\"headings_font_type\";a:3:{s:11:\"font-family\";s:9:\"Open Sans\";s:6:\"google\";b:1;s:11:\"font-weight\";s:3:\"600\";}s:14:\"heading_1_font\";a:3:{s:11:\"line-height\";s:4:\"24px\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"20px\";}s:14:\"heading_2_font\";a:3:{s:11:\"line-height\";s:4:\"30px\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"24px\";}s:14:\"heading_3_font\";a:3:{s:11:\"line-height\";s:4:\"26px\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"18px\";}s:14:\"heading_4_font\";a:3:{s:11:\"line-height\";s:4:\"24px\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"16px\";}s:14:\"heading_5_font\";a:3:{s:11:\"line-height\";s:4:\"22px\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"15px\";}s:14:\"heading_6_font\";a:3:{s:11:\"line-height\";s:4:\"20px\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"14px\";}s:10:\"blog_style\";s:6:\"normal\";s:10:\"post_style\";s:6:\"modern\";s:13:\"blog_grid_col\";s:1:\"3\";s:10:\"bloglayout\";s:9:\"fullwidth\";s:16:\"singlebloglayout\";s:9:\"fullwidth\";s:9:\"post_like\";i:0;s:13:\"social_shares\";i:0;s:15:\"blog_pagination\";s:15:\"with_pagination\";s:16:\"blog_info_author\";i:1;s:14:\"blog_info_date\";i:1;s:18:\"blog_info_comments\";i:1;s:14:\"blog_info_tags\";i:1;s:11:\"site_layout\";s:9:\"fullwidth\";s:19:\"page_overall_layout\";s:9:\"fullwidth\";s:19:\"shop_archive_layout\";s:9:\"fullwidth\";s:18:\"shop_single_layout\";s:9:\"fullwidth\";s:20:\"page_container_width\";a:1:{s:5:\"width\";s:6:\"1100px\";}s:28:\"page_container_width_percent\";a:1:{s:5:\"width\";s:3:\"87%\";}s:21:\"boxed_container_width\";a:1:{s:5:\"width\";s:6:\"1100px\";}s:29:\"boxed_container_width_percent\";a:1:{s:5:\"width\";s:3:\"87%\";}s:22:\"boxed_container_margin\";a:2:{s:13:\"margin-bottom\";s:4:\"30px\";s:10:\"margin-top\";s:4:\"30px\";}s:12:\"boxed_shadow\";i:1;s:12:\"boxed_border\";a:3:{s:5:\"color\";s:7:\"#e7e7e7\";s:12:\"border-style\";s:5:\"solid\";s:6:\"border\";s:3:\"0px\";}s:16:\"extra_navigation\";i:0;s:25:\"extra_navigation_position\";s:5:\"right\";s:17:\"row_margin_bottom\";a:1:{s:13:\"margin-bottom\";s:4:\"85px\";}s:15:\"content_padding\";a:2:{s:14:\"padding-bottom\";s:4:\"85px\";s:11:\"padding-top\";s:4:\"85px\";}s:22:\"codeless_import_export\";s:7:\"default\";}','yes'),(186,'cl_redata-transients','a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1654087552;}','yes'),(214,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":1}','yes'),(273,'db_upgraded','1','yes'),(279,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:14:\"wp@brotead.com\";s:7:\"version\";s:5:\"6.7.1\";s:9:\"timestamp\";i:1732334727;}','off'),(491,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(492,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1876,'wp_attachment_pages_enabled','1','yes'),(2893,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"b56a6fae1795e96edf5cb70d588ac004\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(2946,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.7.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1732409983;s:15:\"version_checked\";s:5:\"6.7.1\";s:12:\"translations\";a:0:{}}','off'),(2949,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1732939528','off'),(2950,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(2955,'_transient_timeout_codeless_starter_sites','1732453182','off'),(2956,'_transient_codeless_starter_sites','a:2:{s:8:\"wpbakery\";a:35:{s:7:\"default\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:10:\"consulting\";i:3;s:9:\"corporate\";i:4;s:8:\"creative\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/default\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/default1.png\";s:4:\"slug\";s:7:\"default\";s:5:\"title\";s:14:\"Default Agency\";s:3:\"url\";s:36:\"https://codeless.co/specular/default\";s:7:\"is_free\";b:0;}s:6:\"agency\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:8:\"creative\";i:3;s:4:\"left\";i:4;s:4:\"menu\";}s:10:\"remote_url\";s:35:\"https://codeless.co/specular/agency\";s:10:\"screenshot\";s:84:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/agency3.png\";s:4:\"slug\";s:6:\"agency\";s:5:\"title\";s:16:\"Agency Left Menu\";s:3:\"url\";s:35:\"https://codeless.co/specular/agency\";s:7:\"is_free\";b:0;}s:8:\"business\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:8:\"creative\";i:3;s:10:\"consulting\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/business\";s:10:\"screenshot\";s:86:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/business1.png\";s:4:\"slug\";s:8:\"business\";s:5:\"title\";s:16:\"Business Landing\";s:3:\"url\";s:37:\"https://codeless.co/specular/business\";s:7:\"is_free\";b:0;}s:9:\"business2\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:10:\"consulting\";i:3;s:9:\"corporate\";i:4;s:8:\"creative\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/business2\";s:10:\"screenshot\";s:86:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/business2.png\";s:4:\"slug\";s:9:\"business2\";s:5:\"title\";s:14:\"Business Clean\";s:3:\"url\";s:38:\"https://codeless.co/specular/business2\";s:7:\"is_free\";b:0;}s:9:\"defaultv3\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:8:\"creative\";i:3;s:4:\"left\";i:4;s:4:\"menu\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/defaultv3\";s:10:\"screenshot\";s:86:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/defaultv3.jpg\";s:4:\"slug\";s:9:\"defaultv3\";s:5:\"title\";s:12:\"Default V3.0\";s:3:\"url\";s:38:\"https://codeless.co/specular/defaultv3\";s:7:\"is_free\";b:0;}s:9:\"business4\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:8:\"creative\";i:3;s:4:\"left\";i:4;s:4:\"menu\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/business4\";s:10:\"screenshot\";s:87:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/business41.jpg\";s:4:\"slug\";s:9:\"business4\";s:5:\"title\";s:10:\"Business 4\";s:3:\"url\";s:38:\"https://codeless.co/specular/business4\";s:7:\"is_free\";b:0;}s:9:\"business3\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:10:\"consulting\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/business3\";s:10:\"screenshot\";s:86:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/business3.png\";s:4:\"slug\";s:9:\"business4\";s:5:\"title\";s:10:\"Business 4\";s:3:\"url\";s:38:\"https://codeless.co/specular/business3\";s:7:\"is_free\";b:0;}s:3:\"seo\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:8:\"creative\";i:3;s:3:\"seo\";}s:10:\"remote_url\";s:32:\"https://codeless.co/specular/seo\";s:10:\"screenshot\";s:80:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/seo.jpg\";s:4:\"slug\";s:3:\"seo\";s:5:\"title\";s:3:\"SEO\";s:3:\"url\";s:32:\"https://codeless.co/specular/seo\";s:7:\"is_free\";b:0;}s:8:\"creative\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:8:\"creative\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/creative\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/creative.jpg\";s:4:\"slug\";s:8:\"creative\";s:5:\"title\";s:8:\"Creative\";s:3:\"url\";s:37:\"https://codeless.co/specular/creative\";s:7:\"is_free\";b:0;}s:7:\"finance\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:7:\"finance\";i:3;s:10:\"consulting\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/finance\";s:10:\"screenshot\";s:84:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/finance.jpg\";s:4:\"slug\";s:8:\"creative\";s:5:\"title\";s:8:\"Creative\";s:3:\"url\";s:36:\"https://codeless.co/specular/finance\";s:7:\"is_free\";b:0;}s:7:\"agency2\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:7:\"finance\";i:3;s:10:\"consulting\";i:4;s:8:\"creative\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/agency2\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/agency21.png\";s:4:\"slug\";s:7:\"agency2\";s:5:\"title\";s:14:\"Digital Agency\";s:3:\"url\";s:36:\"https://codeless.co/specular/agency2\";s:7:\"is_free\";b:0;}s:7:\"onepage\";a:7:{s:8:\"keywords\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:7:\"finance\";i:3;s:10:\"consulting\";i:4;s:8:\"creative\";i:5;s:7:\"onepage\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/onepage\";s:10:\"screenshot\";s:84:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/onepage.png\";s:4:\"slug\";s:7:\"onepage\";s:5:\"title\";s:8:\"One Page\";s:3:\"url\";s:36:\"https://codeless.co/specular/onepage\";s:7:\"is_free\";b:0;}s:9:\"business5\";a:7:{s:8:\"keywords\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:7:\"finance\";i:3;s:10:\"consulting\";i:4;s:8:\"creative\";i:5;s:7:\"onepage\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/business5\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/main_new.jpg\";s:4:\"slug\";s:9:\"business5\";s:5:\"title\";s:26:\"New Business (Most Wanted)\";s:3:\"url\";s:38:\"https://codeless.co/specular/business5\";s:7:\"is_free\";b:0;}s:11:\"portfolio_2\";a:7:{s:8:\"keywords\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:7:\"finance\";i:3;s:10:\"consulting\";i:4;s:8:\"creative\";i:5;s:9:\"portfolio\";}s:10:\"remote_url\";s:40:\"https://codeless.co/specular/portfolio2/\";s:10:\"screenshot\";s:88:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/portfolio21.png\";s:4:\"slug\";s:11:\"portfolio_2\";s:5:\"title\";s:20:\"Portfolio Fullscreen\";s:3:\"url\";s:39:\"https://codeless.co/specular/portfolio2\";s:7:\"is_free\";b:0;}s:8:\"medicine\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:8:\"hospital\";i:2;s:8:\"medicine\";i:3;s:6:\"health\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/medicine/\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/medicine.png\";s:4:\"slug\";s:8:\"medicine\";s:5:\"title\";s:8:\"Medicine\";s:3:\"url\";s:37:\"https://codeless.co/specular/medicine\";s:7:\"is_free\";b:0;}s:7:\"minimal\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:6:\"agency\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/minimal/\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/minimal1.png\";s:4:\"slug\";s:8:\"medicine\";s:5:\"title\";s:8:\"Medicine\";s:3:\"url\";s:37:\"https://codeless.co/specular/medicine\";s:7:\"is_free\";b:0;}s:5:\"micro\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:6:\"agency\";i:4;s:5:\"micro\";}s:10:\"remote_url\";s:35:\"https://codeless.co/specular/micro/\";s:10:\"screenshot\";s:82:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/micro.png\";s:4:\"slug\";s:5:\"micro\";s:5:\"title\";s:8:\"Medicine\";s:3:\"url\";s:34:\"https://codeless.co/specular/micro\";s:7:\"is_free\";b:0;}s:11:\"photography\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:6:\"agency\";i:4;s:11:\"photography\";}s:10:\"remote_url\";s:41:\"https://codeless.co/specular/photography/\";s:10:\"screenshot\";s:88:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/photography.png\";s:4:\"slug\";s:11:\"photography\";s:5:\"title\";s:11:\"Photography\";s:3:\"url\";s:40:\"https://codeless.co/specular/photography\";s:7:\"is_free\";b:0;}s:9:\"portfolio\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:6:\"agency\";i:4;s:11:\"photography\";}s:10:\"remote_url\";s:39:\"https://codeless.co/specular/portfolio/\";s:10:\"screenshot\";s:87:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/portfolio5.png\";s:4:\"slug\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:3:\"url\";s:38:\"https://codeless.co/specular/portfolio\";s:7:\"is_free\";b:0;}s:8:\"parallax\";a:7:{s:8:\"keywords\";a:6:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:6:\"agency\";i:4;s:8:\"parallax\";i:5;s:3:\"ski\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/parallax/\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/parallax.png\";s:4:\"slug\";s:8:\"parallax\";s:5:\"title\";s:12:\"Parallax Ski\";s:3:\"url\";s:37:\"https://codeless.co/specular/parallax\";s:7:\"is_free\";b:0;}s:9:\"education\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:6:\"agency\";i:4;s:9:\"education\";}s:10:\"remote_url\";s:39:\"https://codeless.co/specular/education/\";s:10:\"screenshot\";s:86:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/education.jpg\";s:4:\"slug\";s:9:\"education\";s:5:\"title\";s:20:\"Education University\";s:3:\"url\";s:38:\"https://codeless.co/specular/education\";s:7:\"is_free\";b:0;}s:4:\"shop\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:9:\"ecommerce\";i:4;s:4:\"shop\";}s:10:\"remote_url\";s:34:\"https://codeless.co/specular/shop/\";s:10:\"screenshot\";s:81:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/shop.png\";s:4:\"slug\";s:4:\"shop\";s:5:\"title\";s:4:\"Shop\";s:3:\"url\";s:33:\"https://codeless.co/specular/shop\";s:7:\"is_free\";b:0;}s:7:\"gallery\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:7:\"gallery\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/gallery/\";s:10:\"screenshot\";s:84:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/gallery.png\";s:4:\"slug\";s:7:\"gallery\";s:5:\"title\";s:16:\"Gallery Carousel\";s:3:\"url\";s:36:\"https://codeless.co/specular/gallery\";s:7:\"is_free\";b:0;}s:10:\"fullscreen\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:7:\"gallery\";i:4;s:10:\"fullscreen\";}s:10:\"remote_url\";s:40:\"https://codeless.co/specular/fullscreen/\";s:10:\"screenshot\";s:87:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/fullscreen.png\";s:4:\"slug\";s:10:\"fullscreen\";s:5:\"title\";s:30:\"Fullscreen (4 Styles Included)\";s:3:\"url\";s:39:\"https://codeless.co/specular/fullscreen\";s:7:\"is_free\";b:0;}s:7:\"sliding\";a:7:{s:8:\"keywords\";a:6:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:7:\"gallery\";i:4;s:10:\"fullscreen\";i:5;s:7:\"sliding\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/sliding/\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/sliding1.png\";s:4:\"slug\";s:20:\"Sliding Presentation\";s:5:\"title\";s:20:\"Sliding Presentation\";s:3:\"url\";s:36:\"https://codeless.co/specular/sliding\";s:7:\"is_free\";b:0;}s:11:\"portfolio_3\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:9:\"portfolio\";i:2;s:7:\"minimal\";i:3;s:7:\"gallery\";}s:10:\"remote_url\";s:40:\"https://codeless.co/specular/portfolio3/\";s:10:\"screenshot\";s:87:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/portfolio3.png\";s:4:\"slug\";s:11:\"portfolio_3\";s:5:\"title\";s:20:\"Sliding Presentation\";s:3:\"url\";s:39:\"https://codeless.co/specular/portfolio3\";s:7:\"is_free\";b:0;}s:6:\"church\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"belief\";i:2;s:6:\"church\";i:3;s:4:\"hope\";i:4;s:3:\"ngo\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/church/\";s:10:\"screenshot\";s:84:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/church1.png\";s:4:\"slug\";s:6:\"church\";s:5:\"title\";s:6:\"Church\";s:3:\"url\";s:35:\"https://codeless.co/specular/church\";s:7:\"is_free\";b:0;}s:6:\"estate\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:4:\"sell\";i:2;s:5:\"house\";i:3;s:3:\"rea\";i:4;s:6:\"estate\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/estate/\";s:10:\"screenshot\";s:83:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/estate.png\";s:4:\"slug\";s:6:\"estate\";s:5:\"title\";s:11:\"Real Estate\";s:3:\"url\";s:35:\"https://codeless.co/specular/estate\";s:7:\"is_free\";b:0;}s:7:\"charity\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:7:\"charity\";i:2;s:3:\"ngo\";i:3;s:4:\"help\";i:4;s:6:\"causes\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/charity/\";s:10:\"screenshot\";s:84:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/charity.jpg\";s:4:\"slug\";s:7:\"charity\";s:5:\"title\";s:7:\"Charity\";s:3:\"url\";s:36:\"https://codeless.co/specular/charity\";s:7:\"is_free\";b:0;}s:7:\"fitness\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:7:\"fitness\";i:2;s:3:\"gym\";}s:10:\"remote_url\";s:37:\"https://codeless.co/specular/fitness/\";s:10:\"screenshot\";s:93:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/specular-fitness.jpg\";s:4:\"slug\";s:7:\"fitness\";s:5:\"title\";s:7:\"Fitness\";s:3:\"url\";s:36:\"https://codeless.co/specular/fitness\";s:7:\"is_free\";b:0;}s:6:\"lawyer\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"clean\";i:2;s:6:\"lawyer\";}s:10:\"remote_url\";s:36:\"https://codeless.co/specular/lawyer/\";s:10:\"screenshot\";s:92:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/specular_lawyer.jpg\";s:4:\"slug\";s:6:\"lawyer\";s:5:\"title\";s:6:\"Lawyer\";s:3:\"url\";s:35:\"https://codeless.co/specular/lawyer\";s:7:\"is_free\";b:0;}s:8:\"minimal2\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"clean\";i:2;s:7:\"minimal\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/minimal2/\";s:10:\"screenshot\";s:87:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/minimal2.1.jpg\";s:4:\"slug\";s:8:\"minimal2\";s:5:\"title\";s:9:\"Minimal 2\";s:3:\"url\";s:37:\"https://codeless.co/specular/minimal2\";s:7:\"is_free\";b:0;}s:10:\"restaurant\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"clean\";i:2;s:10:\"restaurant\";}s:10:\"remote_url\";s:40:\"https://codeless.co/specular/restaurant/\";s:10:\"screenshot\";s:87:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/restaurant.png\";s:4:\"slug\";s:10:\"restaurant\";s:5:\"title\";s:10:\"Restaurant\";s:3:\"url\";s:39:\"https://codeless.co/specular/restaurant\";s:7:\"is_free\";b:0;}s:5:\"hotel\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"clean\";i:2;s:5:\"hotel\";}s:10:\"remote_url\";s:35:\"https://codeless.co/specular/hotel/\";s:10:\"screenshot\";s:82:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/hotel.jpg\";s:4:\"slug\";s:5:\"hotel\";s:5:\"title\";s:5:\"Hotel\";s:3:\"url\";s:34:\"https://codeless.co/specular/hotel\";s:7:\"is_free\";b:0;}s:8:\"personal\";a:7:{s:8:\"keywords\";a:7:{i:0;s:8:\"business\";i:1;s:5:\"clean\";i:2;s:8:\"personal\";i:3;s:9:\"portfolio\";i:4;s:7:\"minimal\";i:5;s:6:\"agency\";i:6;s:10:\"freelancer\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/personal/\";s:10:\"screenshot\";s:85:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/10/personal.jpg\";s:4:\"slug\";s:8:\"personal\";s:5:\"title\";s:19:\"Personal and Agency\";s:3:\"url\";s:37:\"https://codeless.co/specular/personal\";s:7:\"is_free\";b:0;}}s:9:\"elementor\";a:5:{s:13:\"digitalagency\";a:7:{s:8:\"keywords\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:10:\"consulting\";i:3;s:9:\"corporate\";i:4;s:8:\"creative\";}s:10:\"remote_url\";s:43:\"https://codeless.co/specular/digital-agency\";s:10:\"screenshot\";s:91:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/Digital-Agency.jpg\";s:4:\"slug\";s:13:\"digitalagency\";s:5:\"title\";s:14:\"Digital Agency\";s:3:\"url\";s:43:\"https://codeless.co/specular/digital-agency\";s:7:\"is_free\";b:1;}s:10:\"consulting\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:10:\"consulting\";i:2;s:9:\"corporate\";}s:10:\"remote_url\";s:47:\"https://preview.codeless.co/specular/consulting\";s:10:\"screenshot\";s:96:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/specular-consulting.jpg\";s:4:\"slug\";s:10:\"consulting\";s:5:\"title\";s:10:\"Consulting\";s:3:\"url\";s:47:\"https://preview.codeless.co/specular/consulting\";s:7:\"is_free\";b:0;}s:4:\"saas\";a:7:{s:8:\"keywords\";a:4:{i:0;s:8:\"business\";i:1;s:4:\"saas\";i:2;s:8:\"software\";i:3;s:10:\"technology\";}s:10:\"remote_url\";s:41:\"https://preview.codeless.co/specular/saas\";s:10:\"screenshot\";s:90:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/specular-saas.jpg\";s:4:\"slug\";s:4:\"saas\";s:5:\"title\";s:4:\"Saas\";s:3:\"url\";s:41:\"https://preview.codeless.co/specular/saas\";s:7:\"is_free\";b:0;}s:7:\"wedding\";a:7:{s:8:\"keywords\";a:1:{i:0;s:7:\"wedding\";}s:10:\"remote_url\";s:44:\"https://preview.codeless.co/specular/wedding\";s:10:\"screenshot\";s:93:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/wedding-demo-min.jpg\";s:4:\"slug\";s:7:\"wedding\";s:5:\"title\";s:7:\"Wedding\";s:3:\"url\";s:44:\"https://preview.codeless.co/specular/wedding\";s:7:\"is_free\";b:0;}s:8:\"cleaning\";a:7:{s:8:\"keywords\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"clean\";i:2;s:8:\"cleaning\";}s:10:\"remote_url\";s:38:\"https://codeless.co/specular/cleaning/\";s:10:\"screenshot\";s:95:\"https://codeless.co/specular/presentation-old/wp-content/uploads/2014/12/specular-cleaning1.jpg\";s:4:\"slug\";s:8:\"cleaning\";s:5:\"title\";s:16:\"Cleaning Company\";s:3:\"url\";s:37:\"https://codeless.co/specular/cleaning\";s:7:\"is_free\";b:0;}}}','off'),(2959,'_site_transient_timeout_theme_roots','1732411783','off'),(2960,'_site_transient_theme_roots','a:7:{s:8:\"specular\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(2961,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1732409984;s:7:\"checked\";a:7:{s:8:\"specular\";s:5:\"4.2.5\";s:12:\"twentytwenty\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:5:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";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.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.9.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.0.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),(2962,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1732409984;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:5:\"4.5.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/redux-framework.4.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2889347\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:15:\"zippy/zippy.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/zippy\";s:4:\"slug\";s:5:\"zippy\";s:6:\"plugin\";s:15:\"zippy/zippy.php\";s:11:\"new_version\";s:6:\"1.6.10\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/zippy/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/zippy.1.6.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/zippy/assets/icon-256x256.jpg?rev=1514557\";s:2:\"1x\";s:58:\"https://ps.w.org/zippy/assets/icon-128x128.jpg?rev=1514557\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:60:\"https://ps.w.org/zippy/assets/banner-772x250.jpg?rev=2313093\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:5:\"4.2.4\";s:41:\"codeless-framework/codeless-framework.php\";s:5:\"1.0.5\";s:49:\"codeless-starter-sites/codeless-starter-sites.php\";s:5:\"1.0.4\";s:9:\"hello.php\";s:5:\"1.7.2\";s:35:\"redux-framework/redux-framework.php\";s:6:\"4.3.14\";s:15:\"zippy/zippy.php\";s:5:\"1.6.0\";}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1,1,'2022-06-01 12:39:27','2022-06-01 12:39:27','<!-- wp:paragraph -->\n<p>Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡luego empieza a escribir!</p>\n<!-- /wp:paragraph -->','¡Hola, mundo!','','publish','open','open','','hola-mundo','','','2022-06-01 12:39:27','2022-06-01 12:39:27','',0,'https://kualsa.com/test/?p=1',0,'post','',1),(2,1,'2022-06-01 12:39:27','2022-06-01 12:39:27','<!-- wp:paragraph -->\n<p>Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…o algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como nuevo usuario de WordPress, deberías ir a <a href=\"https://kualsa.com/test/wp-admin/\">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!</p>\n<!-- /wp:paragraph -->','Página de ejemplo','','publish','closed','open','','pagina-ejemplo','','','2022-06-01 12:39:27','2022-06-01 12:39:27','',0,'https://kualsa.com/test/?page_id=2',0,'page','',0),(3,1,'2022-06-01 12:39:27','2022-06-01 12:39:27','<!-- wp:heading --><h2>Quiénes somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>La dirección de nuestra web es: https://kualsa.com/test.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comentarios</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de tu comentario.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Medios</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si subes imágenes a la web, deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de ubicación de las imágenes de la web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Cuando accedas, también instalaremos varias cookies para guardar tu información de acceso y tus opciones de visualización de pantalla. Las cookies de acceso duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas «Recuérdarme», tu acceso perdurará durante dos semanas. Si sales de tu cuenta, las cookies de acceso se eliminarán.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Contenido incrustado de otros sitios web</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras webs se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Con quién compartimos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si solicitas un restablecimiento de contraseña, tu dirección IP será incluida en el correo electrónico de restablecimiento.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cuánto tiempo conservamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente, en lugar de mantenerlos en una cola de moderación.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué derechos tienes sobre tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dónde se envían tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.</p><!-- /wp:paragraph -->','Política de privacidad','','draft','closed','open','','politica-privacidad','','','2022-06-01 12:39:27','2022-06-01 12:39:27','',0,'https://kualsa.com/test/?page_id=3',0,'page','',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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Sin categoría','sin-categoria',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','brote'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"3639eee1dd725973bd958c93ecaf3141bb2774ce3b66af7b41ddbe22a07a5a82\";a:4:{s:10:\"expiration\";i:1654260066;s:2:\"ip\";s:13:\"45.231.218.77\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36\";s:5:\"login\";i:1654087266;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"45.231.218.0\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) 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_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'brote','$P$B4GY/iesjr41v2X2o.geVZeb0283JB.','brote','wp@brotead.com','https://kualsa.com/test','2022-06-01 12:39:27','',0,'brote');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'kualsa_test'
--
/*!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 2024-11-24 20:41:02

Anon7 - 2022
AnonSec Team