File: /home/www/terrazasgreen2/instalaciones/blog.sql
-- phpMyAdmin SQL Dump
-- version 4.4.15.9
-- https://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 25-02-2018 a las 20:01:55
-- Versión del servidor: 5.6.37
-- Versión de PHP: 7.1.8
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!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 */;
--
-- Base de datos: `blog`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_commentmeta`
--
CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_comments`
--
CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_comments`
--
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://wordpress.org/', '', '2018-02-25 13:57:29', '2018-02-25 13:57:29', 'Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita la pantalla de comentarios en el escritorio.\nLos avatares de los comentaristas provienen de <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_es_deliverreport`
--
CREATE TABLE IF NOT EXISTS `wp_es_deliverreport` (
`es_deliver_id` int(10) unsigned NOT NULL,
`es_deliver_sentguid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_deliver_emailid` int(10) unsigned NOT NULL,
`es_deliver_emailmail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_deliver_sentdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`es_deliver_status` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_deliver_viewdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`es_deliver_sentstatus` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Sent',
`es_deliver_senttype` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Immediately'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_es_emaillist`
--
CREATE TABLE IF NOT EXISTS `wp_es_emaillist` (
`es_email_id` int(10) unsigned NOT NULL,
`es_email_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_email_mail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_email_status` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Unconfirmed',
`es_email_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`es_email_viewcount` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_email_group` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Public',
`es_email_guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_es_emaillist`
--
INSERT INTO `wp_es_emaillist` (`es_email_id`, `es_email_name`, `es_email_mail`, `es_email_status`, `es_email_created`, `es_email_viewcount`, `es_email_group`, `es_email_guid`) VALUES
(1, 'Admin', 'guillermofr.dev@gmail.com', 'Confirmed', '2018-02-25 18:54:40', '0', 'Public', 'skedci-xukewa-oaumsj-gulpmv-vqxtor'),
(2, 'Example', 'a.example@example.com', 'Confirmed', '2018-02-25 18:54:40', '0', 'Public', 'itcger-ykpsdj-uwfscl-btdmfy-hcenyq');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_es_notification`
--
CREATE TABLE IF NOT EXISTS `wp_es_notification` (
`es_note_id` int(10) unsigned NOT NULL,
`es_note_cat` text COLLATE utf8mb4_unicode_520_ci,
`es_note_group` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_note_templ` int(10) unsigned NOT NULL,
`es_note_status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Enable'
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_es_notification`
--
INSERT INTO `wp_es_notification` (`es_note_id`, `es_note_cat`, `es_note_group`, `es_note_templ`, `es_note_status`) VALUES
(1, ' ##Sin categoría## ', 'Public', 43, 'Enable');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_es_sentdetails`
--
CREATE TABLE IF NOT EXISTS `wp_es_sentdetails` (
`es_sent_id` int(10) unsigned NOT NULL,
`es_sent_guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_sent_qstring` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_sent_source` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`es_sent_starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`es_sent_endtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`es_sent_count` int(10) unsigned NOT NULL,
`es_sent_preview` text COLLATE utf8mb4_unicode_520_ci,
`es_sent_status` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Sent',
`es_sent_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Immediately',
`es_sent_subject` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_links`
--
CREATE TABLE IF NOT EXISTS `wp_links` (
`link_id` bigint(20) unsigned NOT NULL,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_login_redirects`
--
CREATE TABLE IF NOT EXISTS `wp_login_redirects` (
`rul_type` enum('user','role','level','all','register') COLLATE utf8_spanish_ci NOT NULL,
`rul_value` varchar(191) COLLATE utf8_spanish_ci DEFAULT NULL,
`rul_url` longtext COLLATE utf8_spanish_ci,
`rul_url_logout` longtext COLLATE utf8_spanish_ci,
`rul_order` int(2) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
--
-- Volcado de datos para la tabla `wp_login_redirects`
--
INSERT INTO `wp_login_redirects` (`rul_type`, `rul_value`, `rul_url`, `rul_url_logout`, `rul_order`) VALUES
('all', NULL, '/', '', 0),
('register', NULL, NULL, NULL, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_actions`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_actions` (
`id` int(11) NOT NULL,
`title` longtext COLLATE utf8mb4_unicode_520_ci,
`key` longtext COLLATE utf8mb4_unicode_520_ci,
`type` longtext COLLATE utf8mb4_unicode_520_ci,
`active` tinyint(1) DEFAULT '1',
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_nf3_actions`
--
INSERT INTO `wp_nf3_actions` (`id`, `title`, `key`, `type`, `active`, `parent_id`, `created_at`, `updated_at`) VALUES
(1, '', '', 'save', 1, 1, '2018-02-25 18:07:32', '2018-02-25 19:07:32'),
(2, '', '', 'email', 1, 1, '2018-02-25 18:07:32', '2018-02-25 19:07:32'),
(3, '', '', 'email', 1, 1, '2018-02-25 18:07:32', '2018-02-25 19:07:32'),
(4, '', '', 'successmessage', 1, 1, '2018-02-25 18:07:32', '2018-02-25 19:07:32');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_action_meta`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_action_meta` (
`id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_nf3_action_meta`
--
INSERT INTO `wp_nf3_action_meta` (`id`, `parent_id`, `key`, `value`) VALUES
(1, 1, 'label', 'Store Submission'),
(2, 1, 'objectType', 'Action'),
(3, 1, 'objectDomain', 'actions'),
(4, 1, 'editActive', ''),
(5, 1, 'conditions', 'a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:1:{i:0;a:6:{s:9:"connector";s:3:"AND";s:3:"key";s:0:"";s:10:"comparator";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"when";}}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}'),
(6, 1, 'payment_gateways', ''),
(7, 1, 'payment_total', '0'),
(8, 1, 'tag', ''),
(9, 1, 'to', '{wp:admin_email}'),
(10, 1, 'email_subject', 'Presentación de formularios ninja'),
(11, 1, 'email_message', '{fields_table}'),
(12, 1, 'from_name', ''),
(13, 1, 'from_address', ''),
(14, 1, 'reply_to', ''),
(15, 1, 'email_format', 'html'),
(16, 1, 'cc', ''),
(17, 1, 'bcc', ''),
(18, 1, 'attach_csv', ''),
(19, 1, 'redirect_url', ''),
(20, 1, 'email_message_plain', ''),
(21, 2, 'label', 'Email Confirmation'),
(22, 2, 'to', '{field:email}'),
(23, 2, 'subject', 'This is an email action.'),
(24, 2, 'message', 'Hello, Ninja Forms!'),
(25, 2, 'objectType', 'Action'),
(26, 2, 'objectDomain', 'actions'),
(27, 2, 'editActive', ''),
(28, 2, 'conditions', 'a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:0:{}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}'),
(29, 2, 'payment_gateways', ''),
(30, 2, 'payment_total', '0'),
(31, 2, 'tag', ''),
(32, 2, 'email_subject', 'Submission Confirmation '),
(33, 2, 'email_message', '<p>{all_fields_table}<br></p>'),
(34, 2, 'from_name', ''),
(35, 2, 'from_address', ''),
(36, 2, 'reply_to', ''),
(37, 2, 'email_format', 'html'),
(38, 2, 'cc', ''),
(39, 2, 'bcc', ''),
(40, 2, 'attach_csv', ''),
(41, 2, 'email_message_plain', ''),
(42, 3, 'objectType', 'Action'),
(43, 3, 'objectDomain', 'actions'),
(44, 3, 'editActive', ''),
(45, 3, 'label', 'Email Notification'),
(46, 3, 'conditions', 'a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:1:{i:0;a:6:{s:9:"connector";s:3:"AND";s:3:"key";s:0:"";s:10:"comparator";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"when";}}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}'),
(47, 3, 'payment_gateways', ''),
(48, 3, 'payment_total', '0'),
(49, 3, 'tag', ''),
(50, 3, 'to', '{system:admin_email}'),
(51, 3, 'email_subject', 'New message from {field:nombre_1519585852850}'),
(52, 3, 'email_message', '<p>{field:motivo_1519585888923}</p><p>-{field:nombre_1519585852850} ( {field:email} )</p>'),
(53, 3, 'from_name', ''),
(54, 3, 'from_address', ''),
(55, 3, 'reply_to', '{field:email}'),
(56, 3, 'email_format', 'html'),
(57, 3, 'cc', ''),
(58, 3, 'bcc', ''),
(59, 3, 'attach_csv', '0'),
(60, 3, 'email_message_plain', ''),
(61, 4, 'label', 'Success Message'),
(62, 4, 'message', 'Thank you {field:name} for filling out my form!'),
(63, 4, 'objectType', 'Action'),
(64, 4, 'objectDomain', 'actions'),
(65, 4, 'editActive', ''),
(66, 4, 'conditions', 'a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:1:{i:0;a:6:{s:9:"connector";s:3:"AND";s:3:"key";s:0:"";s:10:"comparator";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"when";}}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}'),
(67, 4, 'payment_gateways', ''),
(68, 4, 'payment_total', '0'),
(69, 4, 'tag', ''),
(70, 4, 'to', '{wp:admin_email}'),
(71, 4, 'email_subject', 'Presentación de formularios ninja'),
(72, 4, 'email_message', '{fields_table}'),
(73, 4, 'from_name', ''),
(74, 4, 'from_address', ''),
(75, 4, 'reply_to', ''),
(76, 4, 'email_format', 'html'),
(77, 4, 'cc', ''),
(78, 4, 'bcc', ''),
(79, 4, 'attach_csv', ''),
(80, 4, 'redirect_url', ''),
(81, 4, 'success_msg', '<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),
(82, 4, 'email_message_plain', '');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_fields`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_fields` (
`id` int(11) NOT NULL,
`label` longtext COLLATE utf8mb4_unicode_520_ci,
`key` longtext COLLATE utf8mb4_unicode_520_ci,
`type` longtext COLLATE utf8mb4_unicode_520_ci,
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_nf3_fields`
--
INSERT INTO `wp_nf3_fields` (`id`, `label`, `key`, `type`, `parent_id`, `created_at`, `updated_at`) VALUES
(1, 'Nombre', 'nombre_1519585852850', 'textbox', 1, '2018-02-25 19:11:33', '2018-02-25 19:07:31'),
(2, 'Email', 'email', 'email', 1, '2018-02-25 19:11:33', '2018-02-25 19:07:31'),
(3, 'Motivo', 'motivo_1519585888923', 'textarea', 1, '2018-02-25 19:11:33', '2018-02-25 19:07:31'),
(4, 'Submit', 'submit', 'submit', 1, '2018-02-25 19:11:33', '2018-02-25 19:07:31'),
(5, 'Escalera', 'escalera_1519585820318', 'number', 1, '2018-02-25 19:11:33', NULL),
(6, 'Piso', 'piso_1519585843132', 'number', 1, '2018-02-25 19:11:33', NULL),
(7, 'Teléfono', 'phone_1519585866986', 'phone', 1, '2018-02-25 19:11:33', NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_field_meta`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_field_meta` (
`id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB AUTO_INCREMENT=333 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_nf3_field_meta`
--
INSERT INTO `wp_nf3_field_meta` (`id`, `parent_id`, `key`, `value`) VALUES
(1, 1, 'objectType', 'Field'),
(2, 1, 'objectDomain', 'fields'),
(3, 1, 'editActive', ''),
(4, 1, 'order', '1'),
(5, 1, 'label', 'Nombre'),
(6, 1, 'key', 'nombre_1519585852850'),
(7, 1, 'type', 'textbox'),
(8, 1, 'created_at', '2018-02-25 19:07:31'),
(9, 1, 'label_pos', 'above'),
(10, 1, 'required', '1'),
(11, 1, 'placeholder', ''),
(12, 1, 'default', ''),
(13, 1, 'wrapper_class', ''),
(14, 1, 'element_class', ''),
(15, 1, 'container_class', ''),
(16, 1, 'input_limit', ''),
(17, 1, 'input_limit_type', 'characters'),
(18, 1, 'input_limit_msg', 'Character(s) left'),
(19, 1, 'manual_key', ''),
(20, 1, 'disable_input', ''),
(21, 1, 'admin_label', ''),
(22, 1, 'help_text', ''),
(23, 1, 'desc_text', ''),
(24, 1, 'disable_browser_autocomplete', ''),
(25, 1, 'mask', ''),
(26, 1, 'custom_mask', ''),
(27, 1, 'wrap_styles_background-color', ''),
(28, 1, 'wrap_styles_border', ''),
(29, 1, 'wrap_styles_border-style', ''),
(30, 1, 'wrap_styles_border-color', ''),
(31, 1, 'wrap_styles_color', ''),
(32, 1, 'wrap_styles_height', ''),
(33, 1, 'wrap_styles_width', ''),
(34, 1, 'wrap_styles_font-size', ''),
(35, 1, 'wrap_styles_margin', ''),
(36, 1, 'wrap_styles_padding', ''),
(37, 1, 'wrap_styles_display', ''),
(38, 1, 'wrap_styles_float', ''),
(39, 1, 'wrap_styles_show_advanced_css', '0'),
(40, 1, 'wrap_styles_advanced', ''),
(41, 1, 'label_styles_background-color', ''),
(42, 1, 'label_styles_border', ''),
(43, 1, 'label_styles_border-style', ''),
(44, 1, 'label_styles_border-color', ''),
(45, 1, 'label_styles_color', ''),
(46, 1, 'label_styles_height', ''),
(47, 1, 'label_styles_width', ''),
(48, 1, 'label_styles_font-size', ''),
(49, 1, 'label_styles_margin', ''),
(50, 1, 'label_styles_padding', ''),
(51, 1, 'label_styles_display', ''),
(52, 1, 'label_styles_float', ''),
(53, 1, 'label_styles_show_advanced_css', '0'),
(54, 1, 'label_styles_advanced', ''),
(55, 1, 'element_styles_background-color', ''),
(56, 1, 'element_styles_border', ''),
(57, 1, 'element_styles_border-style', ''),
(58, 1, 'element_styles_border-color', ''),
(59, 1, 'element_styles_color', ''),
(60, 1, 'element_styles_height', ''),
(61, 1, 'element_styles_width', ''),
(62, 1, 'element_styles_font-size', ''),
(63, 1, 'element_styles_margin', ''),
(64, 1, 'element_styles_padding', ''),
(65, 1, 'element_styles_display', ''),
(66, 1, 'element_styles_float', ''),
(67, 1, 'element_styles_show_advanced_css', '0'),
(68, 1, 'element_styles_advanced', ''),
(69, 1, 'cellcid', 'c3277'),
(70, 1, 'drawerDisabled', ''),
(71, 5, 'objectType', 'Field'),
(72, 5, 'objectDomain', 'fields'),
(73, 5, 'editActive', ''),
(74, 5, 'order', '2'),
(75, 5, 'label', 'Escalera'),
(76, 5, 'type', 'number'),
(77, 5, 'key', 'escalera_1519585820318'),
(78, 5, 'label_pos', 'default'),
(79, 5, 'required', '1'),
(80, 5, 'default', ''),
(81, 5, 'placeholder', ''),
(82, 5, 'container_class', ''),
(83, 5, 'element_class', ''),
(84, 5, 'manual_key', ''),
(85, 5, 'admin_label', ''),
(86, 5, 'help_text', ''),
(87, 5, 'num_min', ''),
(88, 5, 'num_max', ''),
(89, 5, 'num_step', '1'),
(90, 5, 'drawerDisabled', ''),
(91, 6, 'objectType', 'Field'),
(92, 6, 'objectDomain', 'fields'),
(93, 6, 'editActive', ''),
(94, 6, 'order', '3'),
(95, 6, 'label', 'Piso'),
(96, 6, 'type', 'number'),
(97, 6, 'key', 'piso_1519585843132'),
(98, 6, 'label_pos', 'default'),
(99, 6, 'required', ''),
(100, 6, 'default', ''),
(101, 6, 'placeholder', ''),
(102, 6, 'container_class', ''),
(103, 6, 'element_class', ''),
(104, 6, 'manual_key', ''),
(105, 6, 'admin_label', ''),
(106, 6, 'help_text', ''),
(107, 6, 'num_min', ''),
(108, 6, 'num_max', ''),
(109, 6, 'num_step', '1'),
(110, 6, 'drawerDisabled', ''),
(111, 7, 'objectType', 'Field'),
(112, 7, 'objectDomain', 'fields'),
(113, 7, 'editActive', ''),
(114, 7, 'order', '4'),
(115, 7, 'label', 'Teléfono'),
(116, 7, 'type', 'phone'),
(117, 7, 'key', 'phone_1519585866986'),
(118, 7, 'label_pos', 'default'),
(119, 7, 'required', '1'),
(120, 7, 'default', ''),
(121, 7, 'placeholder', ''),
(122, 7, 'container_class', ''),
(123, 7, 'element_class', ''),
(124, 7, 'input_limit', ''),
(125, 7, 'input_limit_type', 'characters'),
(126, 7, 'input_limit_msg', 'Caracteres restantes'),
(127, 7, 'manual_key', ''),
(128, 7, 'admin_label', ''),
(129, 7, 'help_text', ''),
(130, 7, 'mask', ''),
(131, 7, 'custom_mask', ''),
(132, 7, 'drawerDisabled', ''),
(133, 2, 'objectType', 'Field'),
(134, 2, 'objectDomain', 'fields'),
(135, 2, 'editActive', ''),
(136, 2, 'order', '5'),
(137, 2, 'label', 'Email'),
(138, 2, 'key', 'email'),
(139, 2, 'type', 'email'),
(140, 2, 'created_at', '2018-02-25 19:07:31'),
(141, 2, 'label_pos', 'above'),
(142, 2, 'required', '1'),
(143, 2, 'placeholder', ''),
(144, 2, 'default', ''),
(145, 2, 'wrapper_class', ''),
(146, 2, 'element_class', ''),
(147, 2, 'container_class', ''),
(148, 2, 'admin_label', ''),
(149, 2, 'help_text', ''),
(150, 2, 'desc_text', ''),
(151, 2, 'wrap_styles_background-color', ''),
(152, 2, 'wrap_styles_border', ''),
(153, 2, 'wrap_styles_border-style', ''),
(154, 2, 'wrap_styles_border-color', ''),
(155, 2, 'wrap_styles_color', ''),
(156, 2, 'wrap_styles_height', ''),
(157, 2, 'wrap_styles_width', ''),
(158, 2, 'wrap_styles_font-size', ''),
(159, 2, 'wrap_styles_margin', ''),
(160, 2, 'wrap_styles_padding', ''),
(161, 2, 'wrap_styles_display', ''),
(162, 2, 'wrap_styles_float', ''),
(163, 2, 'wrap_styles_show_advanced_css', '0'),
(164, 2, 'wrap_styles_advanced', ''),
(165, 2, 'label_styles_background-color', ''),
(166, 2, 'label_styles_border', ''),
(167, 2, 'label_styles_border-style', ''),
(168, 2, 'label_styles_border-color', ''),
(169, 2, 'label_styles_color', ''),
(170, 2, 'label_styles_height', ''),
(171, 2, 'label_styles_width', ''),
(172, 2, 'label_styles_font-size', ''),
(173, 2, 'label_styles_margin', ''),
(174, 2, 'label_styles_padding', ''),
(175, 2, 'label_styles_display', ''),
(176, 2, 'label_styles_float', ''),
(177, 2, 'label_styles_show_advanced_css', '0'),
(178, 2, 'label_styles_advanced', ''),
(179, 2, 'element_styles_background-color', ''),
(180, 2, 'element_styles_border', ''),
(181, 2, 'element_styles_border-style', ''),
(182, 2, 'element_styles_border-color', ''),
(183, 2, 'element_styles_color', ''),
(184, 2, 'element_styles_height', ''),
(185, 2, 'element_styles_width', ''),
(186, 2, 'element_styles_font-size', ''),
(187, 2, 'element_styles_margin', ''),
(188, 2, 'element_styles_padding', ''),
(189, 2, 'element_styles_display', ''),
(190, 2, 'element_styles_float', ''),
(191, 2, 'element_styles_show_advanced_css', '0'),
(192, 2, 'element_styles_advanced', ''),
(193, 2, 'cellcid', 'c3281'),
(194, 3, 'objectType', 'Field'),
(195, 3, 'objectDomain', 'fields'),
(196, 3, 'editActive', ''),
(197, 3, 'order', '6'),
(198, 3, 'label', 'Motivo'),
(199, 3, 'key', 'motivo_1519585888923'),
(200, 3, 'type', 'textarea'),
(201, 3, 'created_at', '2018-02-25 19:07:31'),
(202, 3, 'label_pos', 'above'),
(203, 3, 'required', '1'),
(204, 3, 'placeholder', ''),
(205, 3, 'default', ''),
(206, 3, 'wrapper_class', ''),
(207, 3, 'element_class', ''),
(208, 3, 'container_class', ''),
(209, 3, 'input_limit', ''),
(210, 3, 'input_limit_type', 'characters'),
(211, 3, 'input_limit_msg', 'Character(s) left'),
(212, 3, 'manual_key', ''),
(213, 3, 'disable_input', ''),
(214, 3, 'admin_label', ''),
(215, 3, 'help_text', ''),
(216, 3, 'desc_text', ''),
(217, 3, 'disable_browser_autocomplete', ''),
(218, 3, 'textarea_rte', ''),
(219, 3, 'disable_rte_mobile', ''),
(220, 3, 'textarea_media', ''),
(221, 3, 'wrap_styles_background-color', ''),
(222, 3, 'wrap_styles_border', ''),
(223, 3, 'wrap_styles_border-style', ''),
(224, 3, 'wrap_styles_border-color', ''),
(225, 3, 'wrap_styles_color', ''),
(226, 3, 'wrap_styles_height', ''),
(227, 3, 'wrap_styles_width', ''),
(228, 3, 'wrap_styles_font-size', ''),
(229, 3, 'wrap_styles_margin', ''),
(230, 3, 'wrap_styles_padding', ''),
(231, 3, 'wrap_styles_display', ''),
(232, 3, 'wrap_styles_float', ''),
(233, 3, 'wrap_styles_show_advanced_css', '0'),
(234, 3, 'wrap_styles_advanced', ''),
(235, 3, 'label_styles_background-color', ''),
(236, 3, 'label_styles_border', ''),
(237, 3, 'label_styles_border-style', ''),
(238, 3, 'label_styles_border-color', ''),
(239, 3, 'label_styles_color', ''),
(240, 3, 'label_styles_height', ''),
(241, 3, 'label_styles_width', ''),
(242, 3, 'label_styles_font-size', ''),
(243, 3, 'label_styles_margin', ''),
(244, 3, 'label_styles_padding', ''),
(245, 3, 'label_styles_display', ''),
(246, 3, 'label_styles_float', ''),
(247, 3, 'label_styles_show_advanced_css', '0'),
(248, 3, 'label_styles_advanced', ''),
(249, 3, 'element_styles_background-color', ''),
(250, 3, 'element_styles_border', ''),
(251, 3, 'element_styles_border-style', ''),
(252, 3, 'element_styles_border-color', ''),
(253, 3, 'element_styles_color', ''),
(254, 3, 'element_styles_height', ''),
(255, 3, 'element_styles_width', ''),
(256, 3, 'element_styles_font-size', ''),
(257, 3, 'element_styles_margin', ''),
(258, 3, 'element_styles_padding', ''),
(259, 3, 'element_styles_display', ''),
(260, 3, 'element_styles_float', ''),
(261, 3, 'element_styles_show_advanced_css', '0'),
(262, 3, 'element_styles_advanced', ''),
(263, 3, 'cellcid', 'c3284'),
(264, 3, 'drawerDisabled', ''),
(265, 4, 'objectType', 'Field'),
(266, 4, 'objectDomain', 'fields'),
(267, 4, 'editActive', ''),
(268, 4, 'order', '7'),
(269, 4, 'label', 'Submit'),
(270, 4, 'key', 'submit'),
(271, 4, 'type', 'submit'),
(272, 4, 'created_at', '2018-02-25 19:07:31'),
(273, 4, 'processing_label', 'Processing'),
(274, 4, 'container_class', ''),
(275, 4, 'element_class', ''),
(276, 4, 'wrap_styles_background-color', ''),
(277, 4, 'wrap_styles_border', ''),
(278, 4, 'wrap_styles_border-style', ''),
(279, 4, 'wrap_styles_border-color', ''),
(280, 4, 'wrap_styles_color', ''),
(281, 4, 'wrap_styles_height', ''),
(282, 4, 'wrap_styles_width', ''),
(283, 4, 'wrap_styles_font-size', ''),
(284, 4, 'wrap_styles_margin', ''),
(285, 4, 'wrap_styles_padding', ''),
(286, 4, 'wrap_styles_display', ''),
(287, 4, 'wrap_styles_float', ''),
(288, 4, 'wrap_styles_show_advanced_css', '0'),
(289, 4, 'wrap_styles_advanced', ''),
(290, 4, 'label_styles_background-color', ''),
(291, 4, 'label_styles_border', ''),
(292, 4, 'label_styles_border-style', ''),
(293, 4, 'label_styles_border-color', ''),
(294, 4, 'label_styles_color', ''),
(295, 4, 'label_styles_height', ''),
(296, 4, 'label_styles_width', ''),
(297, 4, 'label_styles_font-size', ''),
(298, 4, 'label_styles_margin', ''),
(299, 4, 'label_styles_padding', ''),
(300, 4, 'label_styles_display', ''),
(301, 4, 'label_styles_float', ''),
(302, 4, 'label_styles_show_advanced_css', '0'),
(303, 4, 'label_styles_advanced', ''),
(304, 4, 'element_styles_background-color', ''),
(305, 4, 'element_styles_border', ''),
(306, 4, 'element_styles_border-style', ''),
(307, 4, 'element_styles_border-color', ''),
(308, 4, 'element_styles_color', ''),
(309, 4, 'element_styles_height', ''),
(310, 4, 'element_styles_width', ''),
(311, 4, 'element_styles_font-size', ''),
(312, 4, 'element_styles_margin', ''),
(313, 4, 'element_styles_padding', ''),
(314, 4, 'element_styles_display', ''),
(315, 4, 'element_styles_float', ''),
(316, 4, 'element_styles_show_advanced_css', '0'),
(317, 4, 'element_styles_advanced', ''),
(318, 4, 'submit_element_hover_styles_background-color', ''),
(319, 4, 'submit_element_hover_styles_border', ''),
(320, 4, 'submit_element_hover_styles_border-style', ''),
(321, 4, 'submit_element_hover_styles_border-color', ''),
(322, 4, 'submit_element_hover_styles_color', ''),
(323, 4, 'submit_element_hover_styles_height', ''),
(324, 4, 'submit_element_hover_styles_width', ''),
(325, 4, 'submit_element_hover_styles_font-size', ''),
(326, 4, 'submit_element_hover_styles_margin', ''),
(327, 4, 'submit_element_hover_styles_padding', ''),
(328, 4, 'submit_element_hover_styles_display', ''),
(329, 4, 'submit_element_hover_styles_float', ''),
(330, 4, 'submit_element_hover_styles_show_advanced_css', '0'),
(331, 4, 'submit_element_hover_styles_advanced', ''),
(332, 4, 'cellcid', 'c3287');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_forms`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_forms` (
`id` int(11) NOT NULL,
`title` longtext COLLATE utf8mb4_unicode_520_ci,
`key` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`views` int(11) DEFAULT NULL,
`subs` int(11) DEFAULT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_nf3_forms`
--
INSERT INTO `wp_nf3_forms` (`id`, `title`, `key`, `created_at`, `updated_at`, `views`, `subs`) VALUES
(1, 'Formulario de sugerencias', '', '2018-02-25 18:07:30', '2018-02-25 19:07:30', NULL, NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_form_meta`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_form_meta` (
`id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_nf3_form_meta`
--
INSERT INTO `wp_nf3_form_meta` (`id`, `parent_id`, `key`, `value`) VALUES
(1, 1, 'default_label_pos', 'above'),
(2, 1, 'conditions', 'a:0:{}'),
(3, 1, 'objectType', 'Form Setting'),
(4, 1, 'editActive', '1'),
(5, 1, 'show_title', '1'),
(6, 1, 'clear_complete', '1'),
(7, 1, 'hide_complete', '1'),
(8, 1, 'wrapper_class', ''),
(9, 1, 'element_class', ''),
(10, 1, 'add_submit', '1'),
(11, 1, 'logged_in', ''),
(12, 1, 'not_logged_in_msg', ''),
(13, 1, 'sub_limit_number', ''),
(14, 1, 'sub_limit_msg', ''),
(15, 1, 'calculations', 'a:0:{}'),
(16, 1, 'formContentData', 'a:7:{i:0;s:20:"nombre_1519585852850";i:1;s:22:"escalera_1519585820318";i:2;s:18:"piso_1519585843132";i:3;s:19:"phone_1519585866986";i:4;s:5:"email";i:5;s:20:"motivo_1519585888923";i:6;s:6:"submit";}'),
(17, 1, 'container_styles_background-color', ''),
(18, 1, 'container_styles_border', ''),
(19, 1, 'container_styles_border-style', ''),
(20, 1, 'container_styles_border-color', ''),
(21, 1, 'container_styles_color', ''),
(22, 1, 'container_styles_height', ''),
(23, 1, 'container_styles_width', ''),
(24, 1, 'container_styles_font-size', ''),
(25, 1, 'container_styles_margin', ''),
(26, 1, 'container_styles_padding', ''),
(27, 1, 'container_styles_display', ''),
(28, 1, 'container_styles_float', ''),
(29, 1, 'container_styles_show_advanced_css', '0'),
(30, 1, 'container_styles_advanced', ''),
(31, 1, 'title_styles_background-color', ''),
(32, 1, 'title_styles_border', ''),
(33, 1, 'title_styles_border-style', ''),
(34, 1, 'title_styles_border-color', ''),
(35, 1, 'title_styles_color', ''),
(36, 1, 'title_styles_height', ''),
(37, 1, 'title_styles_width', ''),
(38, 1, 'title_styles_font-size', ''),
(39, 1, 'title_styles_margin', ''),
(40, 1, 'title_styles_padding', ''),
(41, 1, 'title_styles_display', ''),
(42, 1, 'title_styles_float', ''),
(43, 1, 'title_styles_show_advanced_css', '0'),
(44, 1, 'title_styles_advanced', ''),
(45, 1, 'row_styles_background-color', ''),
(46, 1, 'row_styles_border', ''),
(47, 1, 'row_styles_border-style', ''),
(48, 1, 'row_styles_border-color', ''),
(49, 1, 'row_styles_color', ''),
(50, 1, 'row_styles_height', ''),
(51, 1, 'row_styles_width', ''),
(52, 1, 'row_styles_font-size', ''),
(53, 1, 'row_styles_margin', ''),
(54, 1, 'row_styles_padding', ''),
(55, 1, 'row_styles_display', ''),
(56, 1, 'row_styles_show_advanced_css', '0'),
(57, 1, 'row_styles_advanced', ''),
(58, 1, 'row-odd_styles_background-color', ''),
(59, 1, 'row-odd_styles_border', ''),
(60, 1, 'row-odd_styles_border-style', ''),
(61, 1, 'row-odd_styles_border-color', ''),
(62, 1, 'row-odd_styles_color', ''),
(63, 1, 'row-odd_styles_height', ''),
(64, 1, 'row-odd_styles_width', ''),
(65, 1, 'row-odd_styles_font-size', ''),
(66, 1, 'row-odd_styles_margin', ''),
(67, 1, 'row-odd_styles_padding', ''),
(68, 1, 'row-odd_styles_display', ''),
(69, 1, 'row-odd_styles_show_advanced_css', '0'),
(70, 1, 'row-odd_styles_advanced', ''),
(71, 1, 'success-msg_styles_background-color', ''),
(72, 1, 'success-msg_styles_border', ''),
(73, 1, 'success-msg_styles_border-style', ''),
(74, 1, 'success-msg_styles_border-color', ''),
(75, 1, 'success-msg_styles_color', ''),
(76, 1, 'success-msg_styles_height', ''),
(77, 1, 'success-msg_styles_width', ''),
(78, 1, 'success-msg_styles_font-size', ''),
(79, 1, 'success-msg_styles_margin', ''),
(80, 1, 'success-msg_styles_padding', ''),
(81, 1, 'success-msg_styles_display', ''),
(82, 1, 'success-msg_styles_show_advanced_css', '0'),
(83, 1, 'success-msg_styles_advanced', ''),
(84, 1, 'error_msg_styles_background-color', ''),
(85, 1, 'error_msg_styles_border', ''),
(86, 1, 'error_msg_styles_border-style', ''),
(87, 1, 'error_msg_styles_border-color', ''),
(88, 1, 'error_msg_styles_color', ''),
(89, 1, 'error_msg_styles_height', ''),
(90, 1, 'error_msg_styles_width', ''),
(91, 1, 'error_msg_styles_font-size', ''),
(92, 1, 'error_msg_styles_margin', ''),
(93, 1, 'error_msg_styles_padding', ''),
(94, 1, 'error_msg_styles_display', ''),
(95, 1, 'error_msg_styles_show_advanced_css', '0'),
(96, 1, 'error_msg_styles_advanced', ''),
(97, 1, 'changeEmailErrorMsg', ''),
(98, 1, 'confirmFieldErrorMsg', ''),
(99, 1, 'fieldNumberNumMinError', ''),
(100, 1, 'fieldNumberNumMaxError', ''),
(101, 1, 'fieldNumberIncrementBy', ''),
(102, 1, 'formErrorsCorrectErrors', ''),
(103, 1, 'validateRequiredField', ''),
(104, 1, 'honeypotHoneypotError', ''),
(105, 1, 'fieldsMarkedRequired', ''),
(106, 1, 'currency', ''),
(107, 1, 'unique_field_error', 'A form with this value has already been submitted.'),
(108, 1, 'drawerDisabled', '');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_objects`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_objects` (
`id` int(11) NOT NULL,
`type` longtext COLLATE utf8mb4_unicode_520_ci,
`title` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_object_meta`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_object_meta` (
`id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nf3_relationships`
--
CREATE TABLE IF NOT EXISTS `wp_nf3_relationships` (
`id` int(11) NOT NULL,
`child_id` int(11) NOT NULL,
`child_type` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent_id` int(11) NOT NULL,
`parent_type` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_options`
--
CREATE TABLE IF NOT EXISTS `wp_options` (
`option_id` bigint(20) unsigned NOT NULL,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB AUTO_INCREMENT=299 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.terrazaslocal.es', 'yes'),
(2, 'home', 'http://www.terrazaslocal.es', 'yes'),
(3, 'blogname', 'Terrazas Green', 'yes'),
(4, 'blogdescription', 'Página para la comunidad de Terrazas Green', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'guillermofr.dev@gmail.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', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:91:{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:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s: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:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=5&cpage=$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:6:{i:0;s:39:"email-subscribers/email-subscribers.php";i:1;s:46:"external-db-auth-reloaded/external_db_auth.php";i:2;s:47:"jonradio-private-site/jonradio-private-site.php";i:3;s:27:"ninja-forms/ninja-forms.php";i:4;s:42:"peters-login-redirect/wplogin_redirect.php";i:5;s:29:"pirate-forms/pirate-forms.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', 'hestia', 'yes'),
(41, 'stylesheet', 'hestia', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '0', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:42:"peters-login-redirect/wplogin_redirect.php";s:13:"rul_uninstall";s:27:"ninja-forms/ninja-forms.php";s:21:"ninja_forms_uninstall";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '6', 'yes'),
(84, 'page_on_front', '5', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, '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'),
(93, 'fresh_site', '0', 'yes'),
(94, 'WPLANG', 'es_ES', 'yes'),
(95, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:11:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:17:"subscribe-widgets";a:0:{}s:22:"blog-subscribe-widgets";a:0:{}s:19:"sidebar-woocommerce";a:0:{}s:15:"sidebar-top-bar";a:0:{}s:14:"header-sidebar";a:0:{}s:18:"footer-one-widgets";a:0:{}s:18:"footer-two-widgets";a:0:{}s:20:"footer-three-widgets";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:1:{s:5:"title";s:4:"asdf";}}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'cron', 'a:5:{i:1519610249;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1519653496;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1519672393;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:1522264131;a:1:{s:13:"nf_optin_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"nf-monthly";s:4:"args";a:0:{}s:8:"interval";i:2678400;}}}s:7:"version";i:2;}', 'yes'),
(111, 'theme_mods_twentyseventeen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1519577762;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(122, '_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-4.9.4.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-4.9.4.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.9.4";s:7:"version";s:5:"4.9.4";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1519585634;s:15:"version_checked";s:5:"4.9.4";s:12:"translations";a:0:{}}', 'no'),
(123, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1519585636;s:7:"checked";a:4:{s:6:"hestia";s:6:"1.1.66";s:13:"twentyfifteen";s:3:"1.9";s:15:"twentyseventeen";s:3:"1.4";s:13:"twentysixteen";s:3:"1.4";}s:8:"response";a:0:{}s:12:"translations";a:1:{i:0;a:7:{s:4:"type";s:5:"theme";s:4:"slug";s:6:"hestia";s:8:"language";s:5:"es_ES";s:7:"version";s:6:"1.1.66";s:7:"updated";s:19:"2017-10-19 16:52:52";s:7:"package";s:73:"https://downloads.wordpress.org/translation/theme/hestia/1.1.66/es_ES.zip";s:10:"autoupdate";b:1;}}}', 'no'),
(125, '_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a', '1520171897', 'no'),
(126, '_site_transient_browser_b876c8fd7fc402e60530b64622320f7a', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"63.0.3239.132";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(128, '_site_transient_timeout_community-events-1aecf33ab8525ff212ebdffbb438372e', '1519610299', 'no'),
(129, '_site_transient_community-events-1aecf33ab8525ff212ebdffbb438372e', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:9:"127.0.0.0";}s:6:"events";a:2:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:15:"WordCamp Madrid";s:3:"url";s:32:"https://2018.madrid.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-04-21 00:00:00";s:8:"location";a:4:{s:8:"location";s:13:"Madrid, Spain";s:7:"country";s:2:"ES";s:8:"latitude";d:40.347625299999997;s:9:"longitude";d:-3.6962689000000002;}}i:1;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:18:"WordCamp Barcelona";s:3:"url";s:35:"https://2018.barcelona.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-10-05 00:00:00";s:8:"location";a:4:{s:8:"location";s:9:"Barcelona";s:7:"country";s:2:"ES";s:8:"latitude";d:41.386573599999998;s:9:"longitude";d:2.1641295;}}}}', 'no'),
(130, '_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51', '1519610299', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(131, '_transient_feed_69c933d8a78805efd0abe985766ffb51', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Español";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"https://es.wordpress.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8:"Español";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:34:"\n Thu, 22 Feb 2018 05:44:09 +0000 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"es-ES";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.0-alpha-42732";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"España es el segundo país del mundo con más Meetups WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://es.wordpress.org/2018/02/21/espana-es-el-segundo-pais-del-mundo-con-mas-meetups-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:107:"https://es.wordpress.org/2018/02/21/espana-es-el-segundo-pais-del-mundo-con-mas-meetups-wordpress/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Feb 2018 16:54:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=2069";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:332:"Según el último informe de actividad de la comunidad WordPress, España es el segundo país del mundo con más grupos meetup de WordPress. De 577 grupos meetup WordPress en el mundo, con nada menos que 44 grupos meetup, España es el segundo país con una comunidad local más activa, aunque lejos del primero, EEUU, con […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2356:"<p><img class="alignnone size-full wp-image-2071" src="https://es.wordpress.org/files/2018/02/meetups-wordpress-españa.png" alt="" width="889" height="356" srcset="https://es.wordpress.org/files/2018/02/meetups-wordpress-españa.png 889w, https://es.wordpress.org/files/2018/02/meetups-wordpress-españa-300x120.png 300w, https://es.wordpress.org/files/2018/02/meetups-wordpress-españa-768x308.png 768w" sizes="(max-width: 889px) 100vw, 889px" /></p>\n<p>Según el último <a href="https://make.wordpress.org/community/2018/02/16/wordcamp-and-meetup-reports/" target="_blank" rel="noopener">informe de actividad de la comunidad WordPress</a>, <strong>España es el segundo país del mundo con más grupos meetup de WordPress</strong>.</p>\n<p>De <strong>577 grupos meetup WordPress en el mundo</strong>, con nada menos que <strong>44 grupos meetup</strong>, España es el segundo país con una comunidad local más activa, aunque lejos del primero, EEUU, con nada menos que 170 grupos.</p>\n<p><img class="alignnone size-full wp-image-2070" src="https://es.wordpress.org/files/2018/02/grupos-meetup-WordPress-en-el-mundo.png" alt="" width="517" height="776" srcset="https://es.wordpress.org/files/2018/02/grupos-meetup-WordPress-en-el-mundo.png 517w, https://es.wordpress.org/files/2018/02/grupos-meetup-WordPress-en-el-mundo-200x300.png 200w" sizes="(max-width: 517px) 100vw, 517px" /></p>\n<p>Si algo hay que resaltar de esta cifra es el importante crecimiento de comunidades locales, organizadas en meetups, <strong>en España, pues hemos pasado de 23 meetups WordPress en 2017 a las 44 actuales en 2018</strong>, casi duplicando el número de comunidades del año anterior.</p>\n<p>Esto ha facilitado, claramente, pasar de un honroso 7º puesto al actual <strong>segundo lugar en el podio de países con más meetups WordPress</strong>.</p>\n<p>¡Enhorabuena a todos!</p>\n<h2>¿Quieres iniciar tu propia comunidad local?</h2>\n<p>Pásate por la <a href="https://es.wordpress.org/colabora/comunidad/meetups-en-activo/">lista de meetups WordPress en España</a>, y si no encuentras una en tu localidad crea la tuya propia. <a href="https://es.wordpress.org/2016/10/02/slack-wordpress-espana/" target="_blank" rel="noopener noreferrer">Únete</a> al grupo Slack de WordPress España, preséntate y coméntalo en el canal #meetups</p>\n<p>¡Gracias!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:103:"https://es.wordpress.org/2018/02/21/espana-es-el-segundo-pais-del-mundo-con-mas-meetups-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Noticias y eventos de la semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://es.wordpress.org/2018/02/19/noticias-y-eventos-wordpress-para-la-semana-08-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"https://es.wordpress.org/2018/02/19/noticias-y-eventos-wordpress-para-la-semana-08-18/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Feb 2018 09:06:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=2054";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:350:"¡Hola a todos! Os dejamos como todas las semanas el listado con los próximos Meetups de WordPress alrededor de España y el avance de las distintas WordCamps. Meetups de esta semana 19/02 – Alicante – Aprende a hacer tu web: Arquitectura de contenidos en WordPress 19/02 – Las Palmas de Gran Canaria – WP Bases de […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mauricio Gelves";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7107:"<p><img class="aligncenter size-full wp-image-1150" src="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png" alt="Eventos WordPress para esta semana en españa" width="1280" height="476" srcset="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png 1280w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-300x112.png 300w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-768x286.png 768w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-1024x381.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>\n<p><strong>¡Hola a todos! </strong>Os dejamos como todas las semanas el listado con los próximos Meetups de <strong>WordPress</strong> alrededor de España y el avance de las distintas WordCamps.</p>\n<h2>Meetups de esta semana</h2>\n<ul>\n<li>19/02 – <strong>Alicante</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Alicante/events/247622419/">Aprende a hacer tu web: Arquitectura de contenidos en WordPress</a></li>\n<li>19/02 – <strong>Las Palmas de Gran Canaria</strong> – <a href="https://www.meetup.com/es-ES/Las-Palmas-de-Gran-Canaria-WordPress-Meetup/events/246272036/">WP Bases de datos: verdades y certezas</a></li>\n<li>20/02 – <strong>Madrid</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/246848260/">Preparando WordCamp Madrid 2018</a></li>\n<li>21/02 – <strong>Valencia</strong> – <a href="https://www.meetup.com/es-ES/wordpress-valencia-meetup/events/247238847/">[Charla] ¡Esto se hace así! – Trabajar con protocolos y estándares</a></li>\n<li>21/02 – <strong>Granada</strong> – Iniciación al mundo WordPress</li>\n<li>21/02 – <strong>Collado Villalba</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Collado-Villalba-Meetup/events/246675635/">Uso de WordPress como plataforma de cursos on-line</a></li>\n<li>21/02 – <strong>Zaragoza</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Zaragoza/events/247575017/">Personaliza Docker para WordPress</a></li>\n<li>21/02 – <strong>Cádiz</strong> – <a href="https://www.meetup.com/es-ES/Cadiz-WordPress-Meetup/events/247810839/">Enamora a tu público, sin olvidarte de Google</a></li>\n<li>22/02 – <strong>Cartagena</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Cartagena/events/247218825/">Plugins: el ‘top 10’ de Jorge Bañón</a></li>\n<li>22/02 – <strong>Cáceres</strong> – <a href="https://www.meetup.com/es-ES/wpextremadura/events/247412172/">WPO a corazón abierto II</a></li>\n<li>22/02 – <strong>Lleida</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Lleida/events/247606572/">Com crear la teva App amb WordPress i King of App</a></li>\n<li>22/02 – <strong>Málaga</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Malaga/events/247642657/">ManageWP – Un panel para gobernarlos a todos</a></li>\n<li>22/02 – <strong>Valladolid</strong> – <a href="https://www.meetup.com/es-ES/Valladolid-WordPress-Meetup/events/247415828/">Terapia de Grupo. ¡Aprendamos de nuestros errores!</a></li>\n<li>22/02 – <strong>Almería</strong> – <a href="https://www.meetup.com/es-ES/WPAlmeria/events/247749042/">Seguridad en WordPress, ponle el escudo a tu web</a></li>\n<li>22/02 – <strong>Oviedo</strong> – <a href="https://www.meetup.com/es-ES/Oviedo-WordPress-Meetup/events/247036081/?eventId=247036081&from=ref">WPO análisis, herramientas y acciones – Nivel Avanzado</a></li>\n<li>22/02 – <strong>Las Palmas de Gran Canaria</strong> – <a href="https://www.meetup.com/es-ES/Las-Palmas-de-Gran-Canaria-WordPress-Meetup/events/247968031/">Meetup en la WordPressCamp</a></li>\n<li>23/02 – <strong>Pontevedra</strong> – <a href="https://www.meetup.com/es-ES/Pontevedra-WordPress-Meetup/events/247798252/">Cómo mejorar tu comunicación (en la web) a través de la voz + Intro a Gutenberg</a></li>\n</ul>\n<h2>Fotos de las Meetups de la semana anterior</h2>\n<a href="https://es.wordpress.org/2018/02/19/noticias-y-eventos-wordpress-para-la-semana-08-18/#gallery-2054-1-slideshow">Haz click para ver el pase de diapositivas.</a>\n<h2>Próximas WordCamps</h2>\n<p>Sigue de cerca la organización de los próximos WordCamps que se celebrarán en España durante el 2018.</p>\n<p>———</p>\n<p><img class=" wp-image-1839 alignnone" src="https://es.wordpress.org/files/2017/11/wordcamp-gran-canaria-logo.png" alt="" width="434" height="190" /></p>\n<h3>WordCamp Gran Canaria | 23-25 de Febrero 2018</h3>\n<p><a href="https://2018.laspalmas.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-patrocinadores/">Patrocinadores</a> | <a href="https://2018.laspalmas.wordcamp.org/programa/">Programa</a> | <a href="https://2018.laspalmas.wordcamp.org/tickets/">Tickets</a> <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<p><img class="size-full wp-image-1983 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg" alt="wordcamp madrid 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></p>\n<h3>WordCamp Madrid | 21-22 de Abril 2018</h3>\n<p><a href="https://2018.madrid.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<h3><img class="size-full wp-image-2027 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg" alt="WordCamp Barcelona 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></h3>\n<h3>WordCamp Barcelona | 05-06 de Octubre 2018</h3>\n<p><a href="https://2018.barcelona.wordcamp.org/" target="_blank" rel="noopener">Web</a> | Ponentes | <a href="https://2018.barcelona.wordcamp.org/2018/01/29/llamada-a-voluntarios/">Voluntarios</a> | Patrocinadores | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/02/19/noticias-y-eventos-wordpress-para-la-semana-08-18/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Noticias y eventos de la semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://es.wordpress.org/2018/02/12/noticias-y-eventos-wordpress-para-la-semana-07-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"https://es.wordpress.org/2018/02/12/noticias-y-eventos-wordpress-para-la-semana-07-18/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Feb 2018 08:44:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=2050";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:409:"¡Hola a todos! Os dejamos como todas las semanas el listado con los próximos Meetups de WordPress alrededor de España y el avance de las distintas WordCamps. Meetups de esta semana 12/02 – Sevilla – WordPress y tapitas #francachelawpsevilla 13/02 – Granollers – ⭐Genesis Framework: Cómo, Cuándo y Porqué⭐ 15/02 – Alcalá de Henares – Posicionamiento y […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mauricio Gelves";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4858:"<p><img class="aligncenter size-full wp-image-1150" src="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png" alt="Eventos WordPress para esta semana en españa" width="1280" height="476" srcset="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png 1280w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-300x112.png 300w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-768x286.png 768w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-1024x381.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>\n<p><strong>¡Hola a todos! </strong>Os dejamos como todas las semanas el listado con los próximos Meetups de <strong>WordPress</strong> alrededor de España y el avance de las distintas WordCamps.</p>\n<h2>Meetups de esta semana</h2>\n<ul>\n<li>12/02 – <strong>Sevilla</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Sevilla/events/247187703/">WordPress y tapitas #francachelawpsevilla</a></li>\n<li>13/02 – <strong>Granollers</strong> – <a href="https://www.meetup.com/es-ES/WordPressGranollers/events/246963215/"><img src="https://s.w.org/images/core/emoji/2.4/72x72/2b50.png" alt="⭐" class="wp-smiley" style="height: 1em; max-height: 1em;" />Genesis Framework: Cómo, Cuándo y Porqué<img src="https://s.w.org/images/core/emoji/2.4/72x72/2b50.png" alt="⭐" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></li>\n<li>15/02 – <strong>Alcalá de Henares</strong> – <a href="https://www.meetup.com/es-ES/Alcala-de-Henares-WordPress-Meetup/events/247386035/">Posicionamiento y Visibilidad de Tu Proyecto Digital</a></li>\n<li>15/02 – <strong>Tarragona</strong> – <a href="https://www.meetup.com/es-ES/wordpresstarragona/events/247658328/">WordPress&Beers – Febrero 2018</a></li>\n<li>16/02 – <strong>Amurrio</strong> – <a href="https://www.meetup.com/es-ES/Amurrio-WordPress-Meetup/events/246843408/">Taller: Cómo crear una página web con WordPress</a></li>\n</ul>\n<h2>Próximas WordCamps</h2>\n<p>Sigue de cerca la organización de los próximos WordCamps que se celebrarán en España durante el 2018.</p>\n<p>———</p>\n<p><img class=" wp-image-1839 alignnone" src="https://es.wordpress.org/files/2017/11/wordcamp-gran-canaria-logo.png" alt="" width="434" height="190" /></p>\n<h3>WordCamp Gran Canaria | 23-25 de Febrero 2018</h3>\n<p><a href="https://2018.laspalmas.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-patrocinadores/">Patrocinadores</a> | <a href="https://2018.laspalmas.wordcamp.org/programa/">Programa</a> | <a href="https://2018.laspalmas.wordcamp.org/tickets/">Tickets</a> <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<p><img class="size-full wp-image-1983 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg" alt="wordcamp madrid 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></p>\n<h3>WordCamp Madrid | 21-22 de Abril 2018</h3>\n<p><a href="https://2018.madrid.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<h3><img class="size-full wp-image-2027 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg" alt="WordCamp Barcelona 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></h3>\n<h3>WordCamp Barcelona | 05-06 de Octubre 2018</h3>\n<p><a href="https://2018.barcelona.wordcamp.org/" target="_blank" rel="noopener">Web</a> | Ponentes | <a href="https://2018.barcelona.wordcamp.org/2018/01/29/llamada-a-voluntarios/">Voluntarios</a> | Patrocinadores | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/02/12/noticias-y-eventos-wordpress-para-la-semana-07-18/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:54:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.9.4, actualización de mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://es.wordpress.org/2018/02/06/wordpress-4-9-4-actualizacion-de-mantenimiento/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:92:"https://es.wordpress.org/2018/02/06/wordpress-4-9-4-actualizacion-de-mantenimiento/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Feb 2018 16:36:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:5:"4.9.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:5:"4.9.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=2046";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:400:"Ya está disponible WordPress 4.9.4. Esta versión de mantenimiento soluciona un fallo severo en la versión 4.9.3, que podría hacer que los sitios compatibles con actualizaciones automáticas en segundo plano fallasen en actualizarse automáticamente, y requeriría acciones por tu parte (o tu servidor) para actualizarse a la versión 4.9.4. Hace 4 años, con WordPress 3.7 “Basie”, […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2111:"<p>Ya está disponible WordPress 4.9.4.</p>\n<p>Esta versión de mantenimiento soluciona un fallo severo en la versión 4.9.3, que podría hacer que los sitios compatibles con actualizaciones automáticas en segundo plano fallasen en actualizarse automáticamente, y requeriría acciones por tu parte (o tu servidor) para actualizarse a la versión 4.9.4.</p>\n<p>Hace 4 años, con <a href="https://es.wordpress.org/2013/10/24/wordpress-3-7-final-ya-disponible/">WordPress 3.7 “Basie”</a>, añadimos la posibilidad de que WordPress se actualice automáticamente, manteniendo tu web segura y sin fallos, incluso cuando tú mismo no estuvieses disponible.</p>\n<p>Durante 4 años ayudó a mantener actualizadas millones de instalaciones con muy pocos problemas durante todo este tiempo.</p>\n<p>Desafortunadamente la actualización a <a href="https://es.wordpress.org/2018/02/06/wordpress-4-9-3-actualizacion-de-mantenimiento/">la versión 4.9.3</a> de hoy contenía un fallo severo que solo se ha descubierto tras la actualización. El fallo podría hacer que WordPress encontrase un error al tratar de actualizarse a WordPress 4.9.4, y requeriría realizar una actualización desde el escritorio de WordPress o las herramientas de actualización de tu alojamiento.</p>\n<p>Las empresas de WordPress alojado que instalan actualizaciones automáticamente para sus clientes pueden instalar la actualización como siempre, y trabajaremos con otros alojamientos para asegurar que la mayoría de sus clientes puedan actualizar a WordPress 4.9.4.</p>\n<p>Para más detalles técnicos del problema hemos publicado <a href="https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/">en nuestro blog de desarrollo del núcleo de WordPress</a>. Para ver la lista completa de cambios consulta la <a href="https://core.trac.wordpress.org/query?status=closed&milestone=4.9.4&group=component">lista de tickets</a>.</p>\n<p><a href="https://es.wordpress.org/txt-download/">Descarga WordPress 4.9.4</a> o visita tu Escritorio → Actualizaciones y haz clic en “Actualizar ahora.”</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:88:"https://es.wordpress.org/2018/02/06/wordpress-4-9-4-actualizacion-de-mantenimiento/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.9.3, actualización de mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://es.wordpress.org/2018/02/06/wordpress-4-9-3-actualizacion-de-mantenimiento/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/02/06/wordpress-4-9-3-actualizacion-de-mantenimiento/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Feb 2018 09:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:5:"4.9.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=2044";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"Ya está disponible WordPress 4.9.3. Esta versión de mantenimiento soluciona 34 fallos de la versión 4.9, incluyendo soluciones a los registros de cambios del Personalizador, widgets, el editor visual, y compatibilidad con PHP 7.2. Para ver la lista de cambios consulta la lista de tickets y el registro de cambios. Descarga WordPress 4.9.3 o pásate por tu Escritorio → […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3596:"<p>Ya está disponible WordPress 4.9.3.</p>\n<p>Esta versión de mantenimiento soluciona 34 fallos de la versión 4.9, incluyendo soluciones a los registros de cambios del Personalizador, widgets, el editor visual, y compatibilidad con PHP 7.2. Para ver la lista de cambios consulta la <a href="https://core.trac.wordpress.org/query?status=closed&milestone=4.9.3&group=component">lista de tickets</a> y el <a href="https://core.trac.wordpress.org/log/branches/4.9?rev=42630&stop_rev=42521">registro de cambios</a>.</p>\n<p><a href="https://es.wordpress.org/txt-download/">Descarga WordPress 4.9.3</a> o pásate por tu Escritorio → Actualizaciones y haz clic en “Actualizar ahora.” Los sitios compatibles con las actualizaciones automáticas en segundo plano ya han empezado a actualizarse automáticamente.</p>\n<p>Gracias a todos los que han colaborado con WordPress 4.9.3:</p>\n<p><a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdullahramzan/">abdullahramzan</a>, <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andreiglingeanu/">andreiglingeanu</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/bpayton/">Brandon Payton</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/coleh/">coleh</a>, <a href="https://profiles.wordpress.org/darko-a7/">Darko A7</a>, <a href="https://profiles.wordpress.org/desertsnowman/">David Cramer</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a>, <a href="https://profiles.wordpress.org/frank-klein/">Frank Klein</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/lizkarkoski/">lizkarkoski</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/monikarao/">Monika Rao</a>, <a href="https://profiles.wordpress.org/munyagu/">munyagu</a>, <a href="https://profiles.wordpress.org/ndavison/">ndavison</a>, <a href="https://profiles.wordpress.org/nickmomrik/">Nick Momrik</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rishishah/">rishishah</a>, <a href="https://profiles.wordpress.org/othellobloke/">Ryan Paul</a>, <a href="https://profiles.wordpress.org/sasiddiqui/">Sami Ahmed Siddiqui</a>, <a href="https://profiles.wordpress.org/sayedwp/">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/seanchayes/">Sean Hayes</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shooper/">Shawn Hooper</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/manikmist09/">Sultan Nasir Uddin</a>, <a href="https://profiles.wordpress.org/tigertech/">tigertech </a> y <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:88:"https://es.wordpress.org/2018/02/06/wordpress-4-9-3-actualizacion-de-mantenimiento/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Noticias y eventos de la semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://es.wordpress.org/2018/02/05/noticias-y-eventos-wordpress-para-la-semana-06-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"https://es.wordpress.org/2018/02/05/noticias-y-eventos-wordpress-para-la-semana-06-18/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Feb 2018 08:46:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=2030";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:365:"¡Hola a todos! Os dejamos como todas las semanas el listado con los próximos Meetups de WordPress alrededor de España y el avance de las distintas WordCamps. Meetups de esta semana 05/02 – Rivas Vaciamadrid – Cómo crear un Membership Site 06/02 – Chiclana de la Frontera – Temas hijos (child themes) en WordPress 07/02 – […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mauricio Gelves";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5277:"<p><img class="aligncenter size-full wp-image-1150" src="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png" alt="Eventos WordPress para esta semana en españa" width="1280" height="476" srcset="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png 1280w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-300x112.png 300w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-768x286.png 768w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-1024x381.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>\n<p><strong>¡Hola a todos! </strong>Os dejamos como todas las semanas el listado con los próximos Meetups de <strong>WordPress</strong> alrededor de España y el avance de las distintas WordCamps.</p>\n<h2>Meetups de esta semana</h2>\n<ul>\n<li>05/02 – <strong>Rivas Vaciamadrid</strong> – <a href="https://www.meetup.com/es-ES/Rivas-WordPress-Meetup/events/247025981/">Cómo crear un Membership Site</a></li>\n<li>06/02 – <strong>Chiclana de la Frontera</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Meetup-Chiclana/events/247380173/">Temas hijos (child themes) en WordPress</a></li>\n<li>07/02 – <strong>Collado Villalba</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Collado-Villalba-Meetup/events/246928057/">Taller de elaboración del plan económico financiero para freelances y PYMEs</a></li>\n<li>08/02 – <strong>Valencia</strong> – <a href="https://www.meetup.com/es-ES/wordpress-valencia-meetup/events/247262384/">WordPress & Beers!</a></li>\n<li>08/02 – <strong>Oviedo</strong> – <a href="https://www.meetup.com/es-ES/Oviedo-WordPress-Meetup/events/247035644/">Instalación de WordPress y configuración inicial – Nivel Básico</a></li>\n<li>09/02 – <strong>Marbella</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Meetup-Marbella/events/247083317/">WordPress Q&A: nuestras/vuestras preguntas de WordPress</a></li>\n<li>10/02 – <strong>Molins de Rei</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Molins-de-Rei/events/tmgwfpyxdbnb/">Primer Meetup WordPress Molins de Rei</a></li>\n</ul>\n<h2>Fotos de las Meetups de la semana anterior</h2>\n<a href="https://es.wordpress.org/2018/02/05/noticias-y-eventos-wordpress-para-la-semana-06-18/#gallery-2030-2-slideshow">Haz click para ver el pase de diapositivas.</a>\n<p> </p>\n<h2>Próximas WordCamps</h2>\n<p>Sigue de cerca la organización de los próximos WordCamps que se celebrarán en España durante el 2018.</p>\n<p>———</p>\n<p><img class=" wp-image-1839 alignnone" src="https://es.wordpress.org/files/2017/11/wordcamp-gran-canaria-logo.png" alt="" width="434" height="190" /></p>\n<h3>WordCamp Gran Canaria | 23-25 de Febrero 2018</h3>\n<p><a href="https://2018.laspalmas.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-patrocinadores/">Patrocinadores</a> | <a href="https://2018.laspalmas.wordcamp.org/programa/">Programa</a> | <a href="https://2018.laspalmas.wordcamp.org/tickets/">Tickets</a> <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<p><img class="size-full wp-image-1983 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg" alt="wordcamp madrid 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></p>\n<h3>WordCamp Madrid | 21-22 de Abril 2018</h3>\n<p><a href="https://2018.madrid.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<h3><img class="size-full wp-image-2027 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg" alt="WordCamp Barcelona 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></h3>\n<h3>WordCamp Barcelona | 05-06 de Octubre 2018</h3>\n<p><a href="https://2018.barcelona.wordcamp.org/" target="_blank" rel="noopener">Web</a> | Ponentes | <a href="https://2018.barcelona.wordcamp.org/2018/01/29/llamada-a-voluntarios/">Voluntarios</a> | Patrocinadores | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/02/05/noticias-y-eventos-wordpress-para-la-semana-06-18/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Noticias y eventos de la semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://es.wordpress.org/2018/01/29/noticias-y-eventos-wordpress-para-la-semana-05-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"https://es.wordpress.org/2018/01/29/noticias-y-eventos-wordpress-para-la-semana-05-18/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Jan 2018 07:00:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=1998";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"¡Hola a todos! Os dejamos como todas las semanas el listado con los próximos Meetups de WordPress alrededor de España y el avance de las distintas WordCamps. Meetups de esta semana 29/01 – Alicante – Aprende a hacer tu web: Ajustes iniciales en WordPress 30/01 – Zaragoza – WPincho Post-WordCamp 31/01 – Sevilla – Como administrar […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mauricio Gelves";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5045:"<p><img class="aligncenter size-full wp-image-1150" src="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png" alt="Eventos WordPress para esta semana en españa" width="1280" height="476" srcset="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png 1280w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-300x112.png 300w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-768x286.png 768w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-1024x381.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>\n<p><strong>¡Hola a todos! </strong>Os dejamos como todas las semanas el listado con los próximos Meetups de <strong>WordPress</strong> alrededor de España y el avance de las distintas WordCamps.</p>\n<h2>Meetups de esta semana</h2>\n<ul>\n<li>29/01 – <strong>Alicante</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Alicante/events/246397693/">Aprende a hacer tu web: Ajustes iniciales en WordPress</a></li>\n<li>30/01 – <strong>Zaragoza</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Zaragoza/events/247243946/">WPincho Post-WordCamp</a></li>\n<li>31/01 – <strong>Sevilla</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Sevilla/events/246897804/">Como administrar un sitio web WordPress como un pro</a></li>\n<li>01/02 – <strong>Sevilla</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Sevilla/events/247146624/">¿Cómo hacer un Facebook con WordPress?</a></li>\n<li>01/02 – <strong>Madrid</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/245892678/">Cómo no destrozar una web</a></li>\n<li>02/02 – <strong>Móstoles</strong> – <a href="https://www.meetup.com/es-ES/Mostoles-WordPress-Meetup/events/247048209/">Por qué deberías usar Genesis Framework si eres desarrollador WordPress.</a></li>\n<li>02/02 – <strong>Girona</strong> – <a href="https://www.meetup.com/es-ES/Girona-WordPress-Meetup/events/247063256/">Estàs al dia amb les Obligacions sobre Privacitat al teu lloc web?</a></li>\n</ul>\n<h2>Fotos de las Meetups de la semana anterior</h2>\n<a href="https://es.wordpress.org/2018/01/29/noticias-y-eventos-wordpress-para-la-semana-05-18/#gallery-1998-3-slideshow">Haz click para ver el pase de diapositivas.</a>\n<p> </p>\n<h2>Próximas WordCamps</h2>\n<p>Sigue de cerca la organización de los próximos WordCamps que se celebrarán en España durante el 2018.</p>\n<p>———</p>\n<p><img class=" wp-image-1839 alignnone" src="https://es.wordpress.org/files/2017/11/wordcamp-gran-canaria-logo.png" alt="" width="434" height="190" /></p>\n<h3>WordCamp Gran Canaria | 23-25 de Febrero 2018</h3>\n<p><a href="https://2018.laspalmas.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | <a href="https://2018.laspalmas.wordcamp.org/tickets/">Tickets</a> <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<p><img class="size-full wp-image-1983 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg" alt="wordcamp madrid 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></p>\n<h3>WordCamp Madrid | 21-22 de Abril 2018</h3>\n<p><a href="https://2018.madrid.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<h3><img class="size-full wp-image-2027 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg" alt="WordCamp Barcelona 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-barcelona-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></h3>\n<h3>WordCamp Barcelona | 05-06 de Octubre 2018</h3>\n<p><a href="https://2018.barcelona.wordcamp.org/" target="_blank" rel="noopener">Web</a> | Ponentes | Voluntarios | Patrocinadores | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/01/29/noticias-y-eventos-wordpress-para-la-semana-05-18/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Noticias y eventos de la semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://es.wordpress.org/2018/01/22/noticias-y-eventos-wordpress-para-la-semana-04-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"https://es.wordpress.org/2018/01/22/noticias-y-eventos-wordpress-para-la-semana-04-18/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jan 2018 08:29:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=1981";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:377:"¡Hola a todos! Os dejamos como todas las semanas el listado con los próximos Meetups de WordPress alrededor de España y el avance de las distintas WordCamps. Meetups de esta semana 22/01 – Las Palmas de Gran Canaria – Designers vs. Developers, mesa redonda 24/01 – Sevilla – Vamos a comer juntos #francachelawpsevilla 24/01 – Ourense […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mauricio Gelves";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6403:"<p><img class="aligncenter size-full wp-image-1150" src="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png" alt="Eventos WordPress para esta semana en españa" width="1280" height="476" srcset="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png 1280w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-300x112.png 300w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-768x286.png 768w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-1024x381.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>\n<p><strong>¡Hola a todos! </strong>Os dejamos como todas las semanas el listado con los próximos Meetups de <strong>WordPress</strong> alrededor de España y el avance de las distintas WordCamps.</p>\n<h2>Meetups de esta semana</h2>\n<ul>\n<li>22/01 – <strong>Las Palmas de Gran Canaria</strong> – <a href="https://www.meetup.com/es-ES/Las-Palmas-de-Gran-Canaria-WordPress-Meetup/events/246271922/">Designers vs. Developers, mesa redonda</a></li>\n<li>24/01 – <strong>Sevilla</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Sevilla/events/246799483/">Vamos a comer juntos #francachelawpsevilla</a></li>\n<li>24/01 – <strong>Ourense</strong> – <a href="https://www.meetup.com/es-ES/WordPressOurense/events/246672090/">Modifica y crea temas de WordPress</a></li>\n<li>24/01 – <strong>Cádiz</strong> – <a href="https://www.meetup.com/es-ES/Cadiz-WordPress-Meetup/events/247049034/">Plugins WordPress Pata NEGRA</a></li>\n<li>25/01 – <strong>Pamplona</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Pamplona/events/246346181/">Emprendimiento online con WordPress: primeros pasos para crear tu web</a></li>\n<li>25/01 – <strong>Cartagena</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Cartagena/events/245665314/">WordPress Café</a></li>\n<li>25/01 – <strong>Barcelona</strong> – <a href="https://www.meetup.com/es-ES/wordpressbcn/events/246710210/">Cómo conseguir un blog de éxito y mantenerlo fácilmente</a></li>\n<li>25/01 – <strong>Cáceres</strong> – <a href="https://www.meetup.com/es-ES/wpextremadura/events/246611547/">WPO para WordPress</a></li>\n<li>25/01 – <strong>Collado Villalba</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Collado-Villalba-Meetup/events/246641400/">Una imagen optimizada vale más que 1000 WPO’s</a></li>\n<li>25/01 – <strong>Lleida</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Lleida/events/246747775/">Primeres passes per començar a vendre amb el teu WordPress</a></li>\n<li>25/01 – <strong>Tarragona</strong> – <a href="https://www.meetup.com/es-ES/wordpresstarragona/events/246860001/">Introducción a WooCommerce</a></li>\n<li>25/01 – <strong>Málaga</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Malaga/events/246938562/">Preguntas y Respuestas sobre WordPress</a></li>\n<li>26/01 – <strong>Irún</strong> – <a href="https://www.meetup.com/es-ES/Irun-WordPress-Meetup/events/246862329/">Sobrevive a la gestión de Proyectos Web</a></li>\n<li>26/01 – <strong>Pontevedra</strong> – <a href="https://www.meetup.com/es-ES/Pontevedra-WordPress-Meetup/events/246057750/">Monetización de blogs con ingresos pasivos: AdSense, afiliación e infoproductos</a></li>\n<li>26/01 – <strong>Lugo</strong> – <a href="https://www.meetup.com/es-ES/WordPressLugo/events/246620585/">5ª MeetUp de WordPress Lugo</a></li>\n<li>26/01 – <strong>Badajoz</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Badajoz/events/246993321/">WordPress práctico : Control de calidad del sitio web</a></li>\n<li>28/01 – <strong>Madrid</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/246812634/">WordPress Cañas en el Mercado de San Fernando</a></li>\n</ul>\n<h2>Fotos de las Meetups de la semana anterior</h2>\n<a href="https://es.wordpress.org/2018/01/22/noticias-y-eventos-wordpress-para-la-semana-04-18/#gallery-1981-4-slideshow">Haz click para ver el pase de diapositivas.</a>\n<p> </p>\n<h2>Próximas WordCamps</h2>\n<p>Sigue de cerca la organización de los próximos WordCamps que se celebrarán en España durante el 2018.</p>\n<p>———</p>\n<p><img class=" wp-image-1839 alignnone" src="https://es.wordpress.org/files/2017/11/wordcamp-gran-canaria-logo.png" alt="" width="434" height="190" /></p>\n<h3>WordCamp Gran Canaria | 23-25 de Febrero 2018</h3>\n<p><a href="https://2018.laspalmas.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | <a href="https://2018.laspalmas.wordcamp.org/tickets/">Tickets</a> <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<p><img class="size-full wp-image-1983 alignnone" src="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg" alt="wordcamp madrid 2018" width="434" height="190" srcset="https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018.jpg 434w, https://es.wordpress.org/files/2018/01/wordcamp-madrid-2018-300x131.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></p>\n<h3>WordCamp Madrid | 21-22 de Abril 2018</h3>\n<p><a href="https://2018.madrid.wordcamp.org/" target="_blank" rel="noopener">Web</a> | Ponentes | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.madrid.wordcamp.org/anuncios/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<hr />\n<h3>WordCamp Barcelona | 05-06 de Octubre 2018</h3>\n<p><a href="https://2018.barcelona.wordcamp.org/" target="_blank" rel="noopener">Web</a> | Ponentes | Voluntarios | Patrocinadores | Programa | Tickets <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/01/22/noticias-y-eventos-wordpress-para-la-semana-04-18/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:54:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WordPress 4.9.2, actualización de seguridad y mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://es.wordpress.org/2018/01/17/wordpress-4-9-2-actualizacion-de-seguridad-y-mantenimiento-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:106:"https://es.wordpress.org/2018/01/17/wordpress-4-9-2-actualizacion-de-seguridad-y-mantenimiento-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jan 2018 07:12:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Seguridad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:5:"4.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=1977";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:413:"WordPress 4.9.2 está disponible. Esta es una actualización de seguridad y mantenimiento para todas las versiones desde WordPress 3.7. Te recomendamos encarecidamente que actualices inmediatamente tus sitios. Se ha descubierto una vulnerabilidad XSS en los archivos Flash de MediaElement, una biblioteca incluida en WordPress.Como los archivos Flash ya no se necesitan en la mayoría de las ocasiones […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4065:"<p>WordPress 4.9.2 está disponible. Esta es una <strong>actualización de seguridad y mantenimiento</strong> para todas las versiones desde WordPress 3.7. Te recomendamos encarecidamente que actualices inmediatamente tus sitios.</p>\n<p>Se ha descubierto una vulnerabilidad XSS en los archivos Flash de MediaElement, una biblioteca incluida en WordPress.Como los archivos Flash ya no se necesitan en la mayoría de las ocasiones se han eliminado de WordPress.</p>\n<p>MediaElement ha lanzado una nueva versión que contiene una solución para el fallo, y hay un <a href="https://wordpress.org/plugins/mediaelement-flash-fallbacks/">plugin WordPress que contiene los archivos arreglados</a> disponible en el directorio de plugins.</p>\n<p>Gracias a los que han informado de estos problemas por practicar la <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">divulgación responsable:</a> <a href="https://opnsec.com/">Enguerran Gillier</a> y <a href="https://widiz.com/">Widiz</a>.</p>\n<p>Se ha solucionado otros 21 fallos en WordPress 4.9.2. Merecen especial atención estos:</p>\n<ul>\n<li>Se han solucionado errores JavaScript que impedían guardar entradas en Firefox.</li>\n<li>Se ha restaurado el anterior comportamiento independiente de la taxonomía de <code>get_category_link()</code> y <code>category_description()</code>.</li>\n<li>Al cambiar de temas ahora se tratará de restaurar las asignaciones de widgets previas, incluso aunque no haya barras laterales que coincidan.</li>\n</ul>\n<p>El Codex tienen <a href="https://codex.wordpress.org/Version_4.9.2">más información de todos los problemas solucionados en la versión 4.9.2</a>, por si quieres aprender más.</p>\n<p><a href="https://es.wordpress.org/txt-download/">Descarga WordPress 4.9.2</a> o pásate por tu Escritorio → Actualizaciones y simplemente haz clic en “Actualizar ahora.”Los sitios compatibles con las actualizaciones automáticas en segundo plano ya se están actualizando.</p>\n<p>Gracias a todos los que han colaborado con WordPress 4.9.2:</p>\n<p><a href="https://profiles.wordpress.org/0x6f0/">0x6f0</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/blobfolio/">Blobfolio</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/icaleb/">Caleb Burks</a>, <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a>, <a href="https://profiles.wordpress.org/chasewg/">chasewg</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/hardik-amipara/">Hardik Amipara</a>, <a href="https://profiles.wordpress.org/ionvv/">ionvv</a>, <a href="https://profiles.wordpress.org/jaswrks/">Jason Caldwell</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnschulz/">johnschulz</a>, <a href="https://profiles.wordpress.org/juiiee8487/">Juhi Patel</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/markjaquith/">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/rabmalin/">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rinkuyadav999/">Rinku Y</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:102:"https://es.wordpress.org/2018/01/17/wordpress-4-9-2-actualizacion-de-seguridad-y-mantenimiento-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Noticias y eventos de la semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://es.wordpress.org/2018/01/15/noticias-y-eventos-wordpress-para-la-semana-03-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"https://es.wordpress.org/2018/01/15/noticias-y-eventos-wordpress-para-la-semana-03-18/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Jan 2018 06:30:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=1969";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:379:"¡Hola a todos! Os dejamos como todas las semanas el listado con los próximos Meetups de WordPress alrededor de España y el avance de las distintas WordCamps. Meetups de esta semana 16/01 – Granollers – Plugins o Cómo Añadir Funcionalidad a tu WordPress 17/01 – Valencia – WordCamps! 17/01 – Granada – Obligaciones Legales en un […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mauricio Gelves";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3068:"<p><img class="aligncenter size-full wp-image-1150" src="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png" alt="Eventos WordPress para esta semana en españa" width="1280" height="476" srcset="https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana.png 1280w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-300x112.png 300w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-768x286.png 768w, https://es.wordpress.org/files/2017/02/eventos-wordpress-semana-espana-1024x381.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>\n<p><strong>¡Hola a todos! </strong>Os dejamos como todas las semanas el listado con los próximos Meetups de <strong>WordPress</strong> alrededor de España y el avance de las distintas WordCamps.</p>\n<h2>Meetups de esta semana</h2>\n<ul>\n<li>16/01 – <strong>Granollers</strong> – <a href="https://www.meetup.com/es-ES/WordPressGranollers/events/246640389/">Plugins o Cómo Añadir Funcionalidad a tu WordPress</a></li>\n<li>17/01 – <strong>Valencia</strong> – <a href="https://www.meetup.com/es-ES/wordpress-valencia-meetup/events/246443588/">WordCamps!</a></li>\n<li>17/01 – <strong>Granada</strong> – <a href="https://www.meetup.com/es-ES/Granada-WordPress-Meetup/events/246087248/">Obligaciones Legales en un sitio Web</a></li>\n<li>18/01 – <strong>Madrid</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/245892634/">Desarrollando un Tema con Genesis</a></li>\n<li>18/01 – <strong>Murcia</strong> – <a href="https://www.meetup.com/es-ES/WordPress-Murcia/events/243647813/">Quedada de organización</a></li>\n<li>18/01 – <strong>Alcalá de Henares</strong> – <a href="https://www.meetup.com/es-ES/Alcala-de-Henares-WordPress-Meetup/events/246707551/">Cómo elegir la plantilla perfecta</a></li>\n<li>20/01 – <strong>Cantabria</strong> – <a href="https://www.meetup.com/es-ES/WP-Cantabria/events/245616532/">Desarrollo WordPress en local con “Local by Flywheel”</a></li>\n</ul>\n<h2>Próximas WordCamps</h2>\n<p>Sigue de cerca la organización de los próximos WordCamps que se celebrarán en España durante el 2018.</p>\n<p>———</p>\n<p><img class=" wp-image-1839 alignnone" src="https://es.wordpress.org/files/2017/11/wordcamp-gran-canaria-logo.png" alt="" width="434" height="190" /></p>\n<h3>WordCamp Gran Canaria | 23-25 de Febrero 2018</h3>\n<p><a href="https://2018.laspalmas.wordcamp.org/" target="_blank" rel="noopener">Web</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-ponentes/">Ponentes</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-voluntarios/">Voluntarios</a> | <a href="https://2018.laspalmas.wordcamp.org/llamada-a-patrocinadores/">Patrocinadores</a> | Programa | <a href="https://2018.laspalmas.wordcamp.org/tickets/">Tickets</a> <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f39f.png" alt="🎟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2018/01/15/noticias-y-eventos-wordpress-para-la-semana-03-18/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:30:"https://es.wordpress.org/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 25 Feb 2018 13:58:25 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Thu, 22 Feb 2018 05:44:09 GMT";s:4:"link";s:61:"<https://es.wordpress.org/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";}}s:5:"build";s:14:"20130911040210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(132, '_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51', '1519610299', 'no'),
(133, '_transient_feed_mod_69c933d8a78805efd0abe985766ffb51', '1519567099', 'no'),
(134, 'can_compress_scripts', '1', 'no'),
(135, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1519610300', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(136, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Post Status: Observations on a maturing ecosystem — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=43914";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://poststatus.com/observations-maturing-ecosystem-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1743:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, the Brians chat about the steady change that has played out in the WordPress ecosystem throughout the past decade and speculate about what is still to come. One aspect they explore rather deeply is the future trajectory of a website’s purpose and the role WordPress has to play in this transition. Plus, don’t miss their conversation about the new WordPress.com president and Google’s move to hire WordPress talent.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://memos.blog/2018/02/15/kinsey-wilson-named-president-of-wordpress-com/">New WordPress.com President announcement</a></li>\n<li><a href="https://medinathoughts.com/2018/01/29/wordpress-google/">Google’s WordPress job opportunity</a></li>\n<li><a href="https://micro.blog/">micro.blog</a></li>\n</ul>\n<h3>Sponsor: SearchWP</h3>\n<p>SearchWP makes WordPress search better. Instantly improve your site search without writing a line of code! SearchWP enables custom algorithms, searching custom fields, product data, and much more. Improve your site’s search today with our partner, <a href="https://searchwp.com">SearchWP</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 25 Feb 2018 12:59:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: WordCamp Orange County Plugin-A-Palooza First Place Prize is $3,000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78153";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wptavern.com/wordcamp-orange-county-plugin-a-palooza-first-place-prize-is-3000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2009:"<p><a href="https://2018.oc.wordcamp.org/">WordCamp Orange County</a>, CA, 2018 will take place June 9-10. In addition to the regular WordCamp format of speakers sharing their knowledge, there is also a mini-event called Plugin-A-Palooza. This year marks the fourth contest where plugin authors will compete for one of three prizes.</p>\n<ul>\n<li>First Place – <strong>$3,000</strong> cash and 1 Sucuri Business (VIP) license</li>\n<li>Second Place – <strong>$1,500</strong> cash and 1 Sucuri Business (VIP) license</li>\n<li>Third Place – <strong>$500</strong> cash</li>\n</ul>\n<p>Teams will be judged live based on the following criteria:</p>\n<ul>\n<li>Originality</li>\n<li>User Experience/User Interface</li>\n<li>Code Quality</li>\n<li>Presentation of the plugin on WordPress.org.</li>\n</ul>\n<p>Teams can have up to three participants, are required to build their own plugin, and upload it to the WordPress plugin directory by May 18th. Teams will present their plugins to the judges and audience on June 10th.</p>\n<p>Previous winners and plugins include:</p>\n<ul>\n<li>2015 Devin Walker- <a href="https://wordpress.org/plugins/wp-rollback/">WP Rollback</a></li>\n<li>2016 Robert Gillmer – <a href="https://wordpress.org/plugins/wp-documentor/">WP Documentor</a></li>\n<li>2017 Natalie MacLees – <a href="https://wordpress.org/plugins/simple-event-listing/">Simple Event Listing</a></li>\n</ul>\n<p>Bridget Willard, WordCamp Orange County organizer, says the event encourages innovation and personal development which are important parts of WordCamps. “The first plugin that won was WPRollback by WordImpress,” she said. “It’s widely used in the community now. We’d love to see other camps doing this.”</p>\n<p>If you’re interested in participating in Plugin-A-Palooza at WordCamp Orange County this year, you’ll need to fill out this <a href="https://goo.gl/forms/CpDCsXQRqNI0cil23">entry form</a>. The deadline for submissions is March 5th.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Feb 2018 22:46:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Dev Blog: WordCamp Incubator 2.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5577";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2449:"<p><a href="https://central.wordcamp.org/">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href="https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href="https://make.wordpress.org/community/">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href="https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href="https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Feb 2018 22:53:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"HeroPress: How To Build A Company With WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2465";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:120:"https://heropress.com/essays/build-company-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=build-company-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16946:"<img width="960" height="480" src="https://heropress.com/wp-content/uploads/2018/02/022118-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: If you keep showing up, you''d be surprised what happens." />.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }\n<div class="embed-container"></div>\n<p> </p>\n<h4>Full text of the above video</h4>\n<p>Hey, y’all! Thanks for inviting me to come share my story on HeroPress. I’m so excited to be able to talk a little bit to the HeroPress community.</p>\n<p>So, and I’m doing a video blog or vlog because this is what I do; I’m a YouTube person. I create YouTube videos every single Wednesday for what I call WordPress Wednesday to help you improve your online marketing inside of the WordPress world. So I’m used to doing videos, and I asked if I could do my HeroPress story in this format; and they said go for it, so I’m excited to talk to you at least in a face-to-face scenario.</p>\n<p>I’m going to share a little bit of my story and tell you how WordPress basically became my avenue for becoming a millionaire in just five short years.</p>\n<h3>The Beginning</h3>\n<p>So in 1998, I created my very first ever HTML website. My dad was actually doing websites at the time, and I needed a website for my band because that’s what I wanted to be is a rockstar; so I learned how to build a website, kind of, under his training and a little bit of self-taught stuff and had a lot of fun doing it that way in 1998.</p>\n<p>And then in 2005, I started hearing about WordPress; but in 2008, as I was freelancing around, a client asked me to build him a website. And they said, “hey, Kori, can you, can you build me a website, but we absolutely have to have it on WordPress?” I was like, sure, no problem; straight to Google, “how do you build a WordPress website”, you know. And over the weekend I pretty much taught myself how to build out a WordPress website, and I loved it.</p>\n<p>My mind was absolutely blown when I saw the drag and drop options inside of menus to create dropdowns, and a form builder; I was just blown away. So those of you who have struggled in the HTML CSS world, you know the magic or the majesty, if you will even, of WordPress and those environments and how easy it makes it. So when I saw that, I really just thought, oh my goodness, this is a full-circle moment for me.</p>\n<blockquote><p>I really want to use WordPress now from here on forward.</p></blockquote>\n<p>So I reached back out to my dad and said, “hey, dad, you know, this is a tool that our customers, all of our clients, have been asking us for”. They’ve been wanting access to their websites, and we’ve not been able to give it to them because, in the past, they had to download Dreamweaver, you know, Photoshop and an FTP program; and that was just too much nerd code for them. So we wanted to be able to give them something like this, and WordPress definitely was that solution.</p>\n<p>So he and I worked back and forth for a few years learning, really truly learning, WordPress; and then in 2012, we decided to launch together, my mom, my dad and I, decided to launch WebTegrity in San Antonio, Texas. And it was a very small concept initially; you know, we just me, literally, the three of us, and me and my folks. And then we hired on a subcontractor who is a great graphic designer here in town to try to help us with the creative side of things, and we started to grow our team.</p>\n<h3>Going Big Time</h3>\n<p>So how did we, in five years, build it up in such a way that we were able to sell it for a deal of a million dollars’ worth of shares, which ultimately is a $20 million value deal? How did we do that? I’m going to give you a little bit of insight on how we were able to accomplish that in such a short time.</p>\n<p>So the very first thing I want you to realize is we did this in a saturated industry in San Antonio, Texas. When I did a search for web developer or web design firms back in 2012, I had over 700 results of different either freelancers or agencies or ad agencies or some solution out there that was either in the general area, or in the nearby area, that provided that service. So how did we, in six years, end up becoming number six in the entire city? We ranked in the top 10; how did we do that?</p>\n<blockquote><p>One of the very first things we did, was we niched ourselves; and, thankfully, WordPress was that solution.</p></blockquote>\n<p>In 2012, there was not an agency directly in San Antonio that was trying to be the go-to place for WordPress; and we purposely started stepping up and saying we are WordPress only, WordPress only, WordPress only. So if you were looking for a different type of CMS solution, we were not the right fit for you. And very, very quickly, we also started teaching it in the city; so we would teach other agencies. We provided on-site training; we provided weekend workshops. All for a price tag, of course; but that was one of our revenue streams. And, again, it set us as the authority in the city for WordPress; so really important that you understand how to niche yourselves and not try to be all things to all people.</p>\n<blockquote><p>The second thing we tried to do was really build a culture.</p></blockquote>\n<p>And you can see, I don’t work around boring walls. Everything that I do has to have creative juices flowing around me, right. We just want to create a great culture, a great environment. So we had to hire the right people. So that’s my next tip to you is be very, very careful on who you allow into your culture of your business, who you hire on, and certainly who you bring on as a leader in your culture in your community. So one of the things that we did right away was realize that we can’t teach passion, so you gotta find people that have a passion to nerd out on stuff like this.</p>\n<p>And you have to find people who have great integrity to just do their best at all times, and you have to find people who love to be creative and love to solve problems for clients, right, who aren’t just salespeople, right? So if you can find those things, you can teach nerd code all day long; so be sure to just find people with the right hearts to join your community and then train them up the right way, be sure that you just grow and grow and grow your culture in a healthy way, right.</p>\n<blockquote><p>And another thing that we did, so this is another tip, was understand how to really build a revenue stream that was going to be sustainable.</p></blockquote>\n<p>All right, so wrap your heads around this one because this one’s key. Very early on in our model as we were selling WordPress websites, part of my pitch was, oh, it’s just five grand and no more after that. It’s a one-time fee and you’re done. That’s a horrible business strategy. We learned very early on, inside of WordPress world, that you have rain or shine, right; so there’s a lot of clients coming or there are no clients.</p>\n<p>You’re either slammed working from home even in the evening trying to catch up, or you’re out on the golf course wondering if you’re going to get a paycheck next week. It’s really rain or shine. So how do you create a sustainable model in your business, in your small agency, in your startup; how do you do that, so that when those slow seasons come, you can still pay your team members, you can still keep your lights on?</p>\n<p>Well, we were sitting at a WordCamp; and Jason Cohen from WP Engine was keynoting; and one of the things he said right away is, if you don’t understand how to create a reoccurring revenue stream in your small agency, you will turn your sign to closed in the next year or two. And he was so right; and it was such a light bulb moment for me that I went back straightaway from that weekend WordCamp up in Austin and I started writing out, okay, how can we create a reoccurring revenue stream? What would that look like inside of our industry?</p>\n<p>And, of course, it was support packages. We didn’t call them maintenance plans. We certainly didn’t use retainer, which can have a sense of a negative connotation, right, because of lawyers; sorry! But, still, we didn’t want to use those words because we’re already almost creating a, uh, I don’t think I want to sign up for that type of attitude.</p>\n<p>What we did is we called it support, and very easily, clients were signing up saying, oh, goodness, yes, I need that ongoing support. So use that phrasing, create a model structure where it’s required, at least for the first 12 months out of the gate as they launch that you are charging them something even as small as $99 a month. And don’t shortchange yourself on that; put together a great package that you give them that type of value.</p>\n<p>If you were to check out WebTegrity.com, you would see our support plans and what they consist of and the pricing. We’re very transparent with that. That’s the way our revenue stream almost doubled our sales in one year and allowed us to keep our lights on when June and July roll around and nobody cares about their websites because they’re on the beach.</p>\n<blockquote><p>All right, reputation was another huge part of it.</p></blockquote>\n<p>That’s one of the reasons why we named ourselves WebTegrity, but reputation, understanding that that every client that signs up, whether they’re a $5,000 website or a $50,000 website gets the same type of boutique-style, white glove, handholding relationship, right? Every single project that you launch, you want to produce the absolute, absolute best. You’re not shortchanging them; you’re not, you’re not wiring something that you hand off to the client and hope to God it doesn’t break. You really are trying to find the absolute best solution.</p>\n<p>One of the things that also kept us in high standing with our reputation, of course, was offering that training because what we don’t want to do is keep the veil covered where nobody can see what we’re doing, right. We really want to be transparent and train our clients the nerd lingo, train the clients what SEO is and what expectations should be. Having that type of open communication really just started to build together a relationship with our clients that they trusted us; and we met their expectation, right. So be sure to hold strongly to your core values for your reputation. Be sure that you’re asking people to give you great reviews because that’ll make a difference.</p>\n<blockquote><p>And the last thing I want to talk about is give back.</p></blockquote>\n<p>So at one of the WordCamp US’s that I went to, Matt himself said, listen, if you’re making a living with WordPress, you really need to try to figure out how to give back 5% of your time, just 5% of your time a week. How can you do that to give back to the community? Can you start a meet-up group, teach a meetup group; can you facilitate a meetup group where maybe you’re just the organizer and you never have to speak because you’re not a fan of speaking?</p>\n<p>Can you organize a WordCamp, volunteer at a WordCamp? Can you write a tutorial and tell people how to do things? Can you teach a workshop; can you make a video?</p>\n<p>And, again, I had a light bulb moment. Of course, I can make videos. So my giveback to the WordPress community is my YouTube channel; every single Wednesday, I’m creating a video and putting it out there for free to the WordPress world of how to improve your online marketing. That’s made a huge impact not only, thankfully, inside the WordPress community, but also in my own business model.</p>\n<p>I actually go into WordCamps around the US and people are like, hey, aren’t you that WordPress girl; don’t you do videos? It’s a really cool feeling to be able to give back to the community because I’ve made my living using WordPress.</p>\n<h3>Understanding</h3>\n<p>So ultimately how did I turn five years into a multi-million dollar buyout? Because we have just recently sold; how did we do that? Ultimately, it was understanding that you have to be able to grow something of value. So as soon as you start your business, you should also be thinking about your exit strategy, right, even in how you name your company.</p>\n<p>If I were to name this Ashton Agency, do you think that I could’ve just walked away and handed the keys to somebody else named Johnson; it wouldn’t have worked. Think even about your name; will it stand alone? Can that become a brand that you can hand off and sell as a holistic entity?</p>\n<p>You also want to think about that revenue stream, right, and watch those sales margins. Be sure that your margins are healthy. Don’t hire until it hurts, until it absolutely hurts. Be sure that you’re structuring your offerings in such a way that you’re actually recouping your value. What does that mean? Just understand business better; watch Shark Tank, read more tutorials like this, watch more videos.</p>\n<p>Get a hold of the WordPress community, the core leaders, the speakers that travel around to all the WordCamps. Start following them on Twitter and trying to understand what it is that they’re training and teaching. There’s a lot of resources out there for you to gain some ideas from, but ultimately it was me stepping out in the San Antonio community because it was a larger firm here in San Antonio who purchased us.</p>\n<p>So we just kept hammering on the fact that we were the go-to place here in San Antonio for WordPress. We kept training; we kept doing free opportunities, going out and speaking at different events; and people kept seeing us. We kept showing up, so you’d be surprised what happens. If you keep giving back and you keep showing up to places, you keep establishing yourself as the authority, you keep learning and training and growing your own skill set and growing your team, before you know it, it can happen for you.</p>\n<p>I hope this has been helpful. If you have questions about some of this though, if you’re trying to grow up your startup, or if you’re trying to learn how to improve your revenue margins, I’m always open to a quick twitter conversation or send me an email. I’d love to connect with you.</p>\n<p>Thanks again for the opportunity to share this on HeroPress.</p>\n<p>Bye, y’all; catch me over on YouTube. Bye!</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: How To Build A Company With WordPress" class="rtsocial-twitter-button" href="https://twitter.com/share?text=How%20To%20Build%20A%20Company%20With%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuild-company-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: How To Build A Company With WordPress" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbuild-company-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuild-company-wordpress%2F&title=How+To+Build+A+Company+With+WordPress" rel="nofollow" target="_blank" title="Share: How To Build A Company With WordPress"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/build-company-wordpress/&media=https://heropress.com/wp-content/uploads/2018/02/022118-150x150.jpg&description=How To Build A Company With WordPress" rel="nofollow" target="_blank" title="Pin: How To Build A Company With WordPress"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/build-company-wordpress/" title="How To Build A Company With WordPress"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/build-company-wordpress/">How To Build A Company With WordPress</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Feb 2018 14:00:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Kori Ashton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: Commuting Time Saved";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47970";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://ma.tt/2018/02/commuting-time-saved/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"<p>On <a href="https://automattic.com/">Automattic's</a> internal <a href="https://buddypress.org/">BuddyPress</a>-powered company directory, we allow people to fill out a field saying how far their previous daily commute was. 509 people have filled that out so far, and they are saving 12,324 kilometers of travel every work day. Wow!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Feb 2018 18:14:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"Akismet: Version 4.0.3 of the Akismet WordPress Plugin Is Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.akismet.com/?p=1985";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://blog.akismet.com/2018/02/19/version-4-0-3-of-the-akismet-wordpress-plugin-is-now-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:867:"<p>Version 4.0.3 of <a href="http://wordpress.org/plugins/akismet/">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.3 contains a few helpful changes:</p>\n<ul>\n<li>Adds a new scheduled task to clear out old Akismet entries in the <code>wp_commentmeta</code> table that no longer have corresponding comments in <code>wp_comments</code>. This should help reduce Akismet’s database usage for some users.</li>\n<li>Adds a new <code>akismet_batch_delete_count</code> action so developers can optionally take action when Akismet comment data is cleaned up.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href="http://wordpress.org/plugins/akismet/">the WordPress plugins directory</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Feb 2018 15:58:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Josh Smith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"Mark Jaquith: Handling old WordPress and PHP versions in your plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5544";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://markjaquith.wordpress.com/2018/02/19/handling-old-wordpress-and-php-versions-in-your-plugin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3563:"<p>New versions of WordPress are released about three times a year, and WordPress itself supports PHP versions all the way back to 5.2.4.</p>\n<p>What does this mean for you as a plugin developer?</p>\n<p>Honestly, many plugin developers spend too much time supporting old versions of WordPress and <strong>really</strong> old versions of PHP.</p>\n<p>It doesn’t have to be this way. You don’t need to support every version of WordPress, and you don’t have to support every version of PHP. Feel free to do this for seemingly selfish reasons. Supporting old versions is hard. You have to “unlearn” new WordPress and PHP features and use their older equivalents, or even have code branches that do version/feature checks. It increases your development and testing time. It increases your support burden.</p>\n<p>Economics might force your hand here… a bit. You can’t very well, even in 2018, require that everyone be running PHP 7.1 and the latest version of WordPress. But consider the following:</p>\n<p>97% of WordPress installs are running PHP 5.3 or higher. This gives you namespaces, late static binding, closures, Nowdoc, <strong>__DIR</strong><strong>__</strong>, and more.</p>\n<p>88% of WordPress installs are running PHP 5.4 or higher. This gives you short array syntax, traits, function-array dereferencing, guaranteed <strong><?=</strong> echo syntax availability, <strong>$this</strong> access in closures, and more.</p>\n<p>You get even more things with PHP 5.5 and 5.6 (64% of installs are running 5.6 or higher), but a lot of the syntactic goodness came in 5.3 and 5.4, with very few people running versions less than 5.4. So stop typing <strong>array()</strong>, stop writing named function handlers for simple <strong>array_map()</strong> uses, and start using namespaces to organize and simplify your code.</p>\n<p>Okay, so… how?</p>\n<p>I recommend that your main plugin file just be a simple bootstrapper, where you define your autoloader, do a few checks, and then call a method that initializes your plugin code. I also recommend that this main plugin file be PHP 5.2 compatible. This should be easy to do (just be careful not to use <strong>__DIR__</strong>).</p>\n<p>In this file, you should check the minimum PHP and WordPress versions that you are going to support. And if the minimums are not reached, have the plugin:</p>\n<ol>\n<li>Not initialize (you don’t want syntax errors).</li>\n<li>Display an admin notice saying which minimum version was not met.</li>\n<li>Deactivate itself (optional).</li>\n</ol>\n<p>Do not <strong>die()</strong> or <strong>wp_die()</strong>. That’s “rude”, and a bad user experience. Your goal here is for them to update WordPress or ask their host to move them off an ancient version of PHP, so be kind.</p>\n<p>Here is what I use:</p>\n<p><a href="https://gist.github.com/markjaquith/a08623974b37c2cf0207ee2b120b54da">View code on GitHub</a></p>\n<p></p>\n<p><a href="https://twitter.com/markjaquith/status/965605448408813569">Reach out on Twitter</a> and let me know what methods you use to manage PHP and WordPress versions in your plugin!</p>\n<hr />\n<p><b>Do you need <a href="https://coveredwebservices.com/">WordPress services?</a></b></p>\n<p>Mark runs <a href="https://coveredwebservices.com/">Covered Web Services</a> which specializes in custom WordPress solutions with focuses on security, speed optimization, plugin development and customization, and complex migrations.</p>\n<p>Please reach out to start a conversation!</p>\n[contact-form]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Feb 2018 15:14:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"Post Status: How WebDevStudios is serving different market segments — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=43724";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://poststatus.com/webdevstudios-serving-different-market-segments-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2637:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Lisa Sabin-Wilson shares about the entangled history of WebDevStudios and eWebscapes and how she and team are targeting every level of the market. WebDevStudios focuses heavily on the upper and enterprise market segments, providing a high degree of attention and support to those clients.</p>\n<p>Sometime in 2017 Lisa did the math on all the lower-end projects that they were referring away and realized that WDS had a prime opportunity to re-introduce her former web studio, eWebscapes, as a way to serve these smaller-scope projects. This rebirth, so to speak, has positioned them to better target local communities, provide staff with more variety of work, and bring simplified processes alongside those they use for larger projects.</p>\n<p></p>\n<h3></h3>\n<h3>Key take-aways</h3>\n<ul>\n<li>Lisa observed a market opportunity and did the math first</li>\n<li>Relaunching started with a solid content strategy</li>\n<li>Simplified processes for managing a project</li>\n<li>Utilized talent already on staff</li>\n<li>Lots of opportunity to target local communities</li>\n<li>Evaluating the success of this strategy after 6 months</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href="https://webdevstudios.com/">WebDevStudios</a></li>\n<li><a href="https://ewebscapes.com/">eWebscapes</a></li>\n<li><a href="https://jenniferbourn.com/profitable-project-plan/">Profitable Project Plan</a></li>\n<li><a href="https://twitter.com/@lisasabinwilson">Lisa Sabin-Wilson on Twitter</a></li>\n</ul>\n<p><a href="https://webdevstudios.com/about/"><em>Photo Credit</em></a></p>\n<h3>Sponsor: Prospress</h3>\n<p><a href="https://prospress.com/">Prospress</a> makes the WooCommerce Subscriptions plugin, that enables you to turn your online business into a recurring revenue business. Whether you want to ship a box or setup digital subscriptions like I have on Post Status, Prospress has you covered. Check out <a href="https://prospress.com/">Prospress.com</a> for more, and thanks to Prospress for being a Post Status partner.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Feb 2018 22:38:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Matt: No Office Workstyle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47949";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"https://ma.tt/2018/02/no-office-workstyle/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3938:"<p>Reed Albergotti has a great article titled <a href="https://www.theinformation.com/articles/latest-amenity-for-startups-no-office">Latest Amenity for Startups: No Office</a>. You can put in your email to read I believe but it's behind a paywall otherwise. <a href="https://www.theinformation.com/">The Information</a> is a pretty excellent site that alongside (former Automattician) <a href="https://stratechery.com/">Ben Thompson's Stratechery</a> I recommend subscribing to. Here are some quotes from the parts of the article that quote me or talk about <a href="https://automattic.com/">Automattic</a>:</p>\n\n<blockquote class="wp-block-quote">\n <p>So it’s no coincidence that one of the first companies to operate with a distributed workforce has roots in the open source movement. Automattic, the company behind open source software tools like WordPress, was founded in 2005 and has always allowed its employees to work from anywhere. The company’s 680 employees are based in 63 countries and speak 79 languages. Last year, it closed its San Francisco office, a converted warehouse — because so few employees were using it. It still has a few coworking spaces scattered around the globe.</p>\n <p>Matt Mullenweg, Automattic’s founder and CEO, said that when the company first started, its employees communicated via IRC, an early form of instant messaging. Now it uses a whole host of software that’s tailor-made for remote work, and as the technology evolves, Automattic adopts what they need.</p>\n <p>Mr. Mullenweg said Automattic only started having regular meetings, for instance, after it started using Zoom, a video conferencing tool that works even on slow internet connections.</p>\n <p>He’s become a proponent of office-less companies and shares what he’s learned with other founders who are attempting it. Mr. Mullenweg said he believes the distributed approach has led to employees who are even more loyal to the company and that his employees especially appreciate that they don’t need to spend a chunk of their day on a commute.</p>\n <p>“Our retention is off the charts,” he said.</p>\n</blockquote>\n\n<p>And:</p>\n\n<blockquote class="wp-block-quote">\n <p>“Where it goes wrong is if they don’t have a strong network outside of work—they can become isolated and fall into bad habits,” Mr. Mullenweg said. He said he encourages employees to join groups, play sports and have friends outside of work. That kind of thing wouldn’t be a risk at big tech companies, where employees are encouraged to socialize and spend a lot of time with colleagues.</p>\n <p>But for those who ask him about the negatives, Mr. Mullenweg offers anecdotal proof of a workaround.</p>\n <p>For example, he said he has 14 employees in Seattle who wanted to beat the isolation by meeting up for work once a week. So they found a local bar that didn’t open until 5 p.m., pooled together the $250 per month co-working stipends that Automattic provides and convinced the bar’s owner to let them rent out the place every Friday.</p>\n</blockquote>\n\n<p>They didn't need to pool all their co-working allowance to get the bar, I recall it was pretty cheap! Finally:</p>\n\n<blockquote class="wp-block-quote">\n <p>For Automattic, flying 700 employees to places like Whistler, British Columbia or Orlando, Florida, has turned into a seven-figure expense.</p>\n <p>“I used to joke that we save it on office space and blow it on travel. But the reality is that in-person is really important. That’s a worthwhile investment,” Mr. Mullenweg said.It might take a while, but some people are convinced that a distributed workforce is the way of the future.</p>\n <p>“Facebook is never going to work like this. Google is never going to work like this. But whatever replaces them will look more like a distributed company than a centralized one,” Mr. Mullenweg said.</p>\n</blockquote>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Feb 2018 18:44:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Matt: Kinsey Joins Automattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47931";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://ma.tt/2018/02/kinsey-joins-automattic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:229:"<p>Kinsey Wilson is joining Automattic to run WordPress.com. <a href="https://www.poynter.org/news/one-time-npr-and-nyt-digital-chief-new-adventure-wordpress">Poynter covers the news and has a great interview with Kinsey.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Feb 2018 18:56:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: WPWeekly Episode 305 – 10up, JavaScript for WordPress Conference, and Jetpack 5.8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=78136&preview=true&preview_id=78136";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/wpweekly-episode-305-10up-javascript-for-wordpress-conference-and-jetpack-5-8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1599:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I discuss the news of the week. We also chat about the Winter Olympics, crypto mining in order to access content on the web, and the joys of taking care of a puppy. Last but not least, we talk about Elasticsearch in Jetpack 5.8 and whether or not improving WordPress’ native search functionality through a service is the way to go.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/jetpack-5-8-adds-lazy-loading-for-images-module">Jetpack 5.8 Adds Lazy Loading for Images Module</a><br />\n<a href="https://wptavern.com/free-virtual-wordpress-for-javascript-conference-june-29th">Free Virtual WordPress for JavaScript Conference June 29th</a><br />\n<a href="https://wptavern.com/10up-turns-seven">10up Turns Seven</a><br />\n<a href="https://make.wordpress.org/plugins/2018/02/13/not-updated-in-warning/">“Not Updated In …” Warning</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 21st 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #305:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Feb 2018 02:14:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WPTavern: 10up Turns Seven";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"https://wptavern.com/10up-turns-seven";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2986:"<p><a href="https://10up.com/">10up</a>, a web development agency founded by Jake Goldman in 2011, has turned seven years old. In a <a href="https://10up.com/blog/2018/10up-seven-year-anniversary/">blog post celebrating the occasion</a>, Goldman reviews the previous year and highlights some notable events for the company.</p>\n<p>“We welcomed more than 30 new clients to our portfolio in another record sales year,” Goldman said. “We launched new websites along with web and mobile apps for major brands across verticals as diverse as finance, healthcare, academia, high-tech, big media, consumer packaged goods, food and beverage, and fitness… to name a few.”</p>\n<p>He also highlighted the company’s commitment to open source and giving back to WordPress. Throughout the past year, the company has released a number of WordPress plugins and developer tools including, <a href="https://10up.com/blog/2017/distributor-plugin/">Distributor</a>, <a href="https://10up.com/blog/2017/wp-snapshots-share-wordpress-setup/">WP Snapshots</a>, <a href="https://10up.com/blog/2017/wp-docker/">WP Local Docker</a>, <a href="https://10up.com/blog/2018/improving-wordpress-transients/">Async Transients</a>, and more.</p>\n<p>Goldman describes three trends he’s noticed in the past few years.</p>\n<ol>\n<li>Integrations with innovation happening in other projects and platforms has become increasingly important as the web matures. You see it in React.js and Vue.js emerging as popular front end standards, in the rise of Elasticsearch and NoSQL platforms, with two factor authentication and Google single sign on, with the rise of modern Asset Management Systems.</li>\n<li>For publishers, it’s increasingly becoming about distribution to multiple platforms, more so than<em> just</em> building a website. Google AMP, Facebook Articles, Apple News, Alexa, YouTube channels to name a few.</li>\n<li>If you need any more evidence of WordPress dominance, look no further than how highly in demand top-tier engineering talent is. It’s probably – literally – around a factor of 1.5x – 2x what great engineers were earning 3-4 years ago.</li>\n</ol>\n<p>With seven years of experience under his belt, Goldman offers the following advice for those who are in their first or second year of running an agency or in a leadership position.</p>\n<ol>\n<li> Don’t be quite so hard on yourself – when you run a business – when you’re a lease – there will always be highs and lows – don’t dwell on the lows.</li>\n<li>Put more emphasis on building systems, routines, and check-ins that offer a better pulse on the collective and individual fulfillment, engagement, and health of the team, rather than relying on transparent upwards communication.</li>\n</ol>\n<p>Congrats to 10up on seven years in business. To learn more about the company and employment opportunities, visit their <a href="https://10up.com/">official site</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Feb 2018 19:16:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"HeroPress: My WordPress Anniversaries";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2452";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:126:"https://heropress.com/essays/my-wordpress-anniversaries/#utm_source=rss&utm_medium=rss&utm_campaign=my-wordpress-anniversaries";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:13243:"<img width="960" height="480" src="https://heropress.com/wp-content/uploads/2018/02/021418-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I feel that I am responsible to be on stage for all the women who haven’t found the courage yet to share their stories." /><p>I never remember dates. I know the birthday of more or less five people. I insist on saying that my son was born on May 11. Incorrect, I was born on May 11, he on May 17. But for some reason, my WordPress dates are permanently etched into my brain. I think it’s because meeting the global WordPress community and helping restart the Italian community are very meaningful moments in my adult life. Please join me in a walk down memory lane <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f642.png" alt="🙂" class="wp-smiley" /></p>\n<h3>May 15, 2015</h3>\n<p>I started building websites with WordPress in 2010: my first website was my own blog, whose only purpose was to publish photos of my son so all the grandparents could enjoy seeing him grow. I enjoyed tinkering around with it, and to my surprise someone wrote asking me to build something similar for them. And they wanted to pay me for it!</p>\n<p>For a few years I worked as an administrative manager during the day and as a web designer at night until I decided to make the jump and become a freelancer.</p>\n<p>I never thought about contributing to WordPress because I wasn’t a back end developer and I didn’t think the project needed people that were not code wizards. Heck, I didn’t even know how WordPress was made or how open source worked exactly!</p>\n<blockquote><p>And then I went to a Freelancers conference in Italy and on May 15 I gave my first talk ever.</p></blockquote>\n<p>Up until that moment I taught small classes, but I never talked in front of more than ten people. I was terrified: in the audience there were more than a hundred people. Some of my friends, but also a lot of seasoned professionals that I respected and admired, and here I was talking about how they should and shouldn’t build a website. I was so nervous, when I grabbed the mic I did such a wide gesture with my arms that the bracelet I was wearing flew through the air to the other side of the room.</p>\n<p>After my talk a guy came to compliment my talk, and I realised that he was one of those people that I respected and admired from afar: <a href="https://twitter.com/lucasartoni">Luca Sartoni</a>, an Automattician whose blog I have been following for a while.</p>\n<p>For the three days of the event we kept chatting about websites, WordPress, entrepreneurship, open source until he convinced me to start a WordPress meetup in my hometown of Torino, Italy. He put me in contact with other people that he knew wanted to do something similar and in less than a month from that conversation we started a meetup. The group now has more than one thousand members, and in March we will celebrate thirty events.</p>\n<h3>November 7, 2015</h3>\n<p>Luca didn’t stop his proselytism in Torino <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f642.png" alt="🙂" class="wp-smiley" /> That same year, WordCamp Europe was held in Seville and at the Polyglots table a revolution was started. A small group of Italians, used to travelling abroad to attend WordCamps, met there and decided that it was time to organise the Italian community.</p>\n<p>The first step was to revive the blog on the Italian WordPress website: it was dormant for seven years and the first thing we did was publish the dates of meetups that were slowly but surely appearing in the whole country. At the beginning of 2015 there were two meetups in Italy, by August there were eight and their number kept growing.</p>\n<p>Now, if you have met Italians, you know we talk a lot. The two Francescos from Apulia, <a href="https://twitter.com/franzvitulli">Franz Vitulli</a> and <a href="https://twitter.com/fra83">Francesco Di Candia</a>, took the second initiative that was crucial to bringing us together: they opened a Slack workspace for the Italians, modeled after the UK workspace. For the whole summer we chatted every single day: about WordPress, about how to grow and manage the community that was forming in front of our eyes, how to communicate, how to contribute.</p>\n<p>And then chatting wasn’t enough, we wanted to meet in person. We wanted to put a face and a voice to the avatars. With the help of <a href="https://twitter.com/rosso">Sara Rosso</a> and <a href="https://twitter.com/miss_jwo">Jenny Wong</a> we carried out a bizarre plan, almost unheard of: a <a href="https://wordpress.tv/2017/12/10/francesca-marano-standalone-contributor-days-help-make-wordpress-with-your-community/">stand alone WordPress Contributor Day</a>. We would meet in Milano for a day to get to know each other and to learn how to Contribute to WordPress.</p>\n<blockquote><p>I like to think that November 7 2015 is the day we became a community: we were not an abstract idea anymore, we were people, meeting in person to make WordPress in Italy.</p></blockquote>\n<p> </p>\n<h3>April 10, 2016</h3>\n<p>The next few months went by in a blur of activities: the meetup organisers in Torino applied to host the first WordCamp in Italy in three years and I lead the organising team, I applied to attend the Community Summit in Philadelphia and I got accepted, I attended the first WordCamp US, my first WordCamp, and volunteered at it. I met a lot of people that helped me become more active and more focused: as a new contributor it’s easy to get overwhelmed by the abundance of amazing projects and tasks you can be part of, but it’s important to keep your focus to be more effective.</p>\n<blockquote><p>After meeting people from all over the world and sharing our experiences I realised the story of the Italian community could be inspiring for other communities and it was worth telling it to a wider audience, so I got completely out of my comfort zone and submitted a talk to WordCamp London.</p></blockquote>\n<p>On April 10th 2016 I gave <a href="https://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/">my first talk at a WordCamp</a> and my first talk in English. I think I didn’t sleep for days before and after the event. It was nerve wracking, but I did it without throwing any bracelet in the air this time.</p>\n<a href="https://heropress.com/wp-content/uploads/2018/02/WCEU2016.jpg"><img class="wp-image-2457 size-large" src="https://heropress.com/wp-content/uploads/2018/02/WCEU2016-1024x684.jpg" alt="" width="960" height="641" /></a>I gave the same talk at WordCamp Europe in 2016 and realised the story was relatable to many communities. Photographer unknown, sorry <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f641.png" alt="🙁" class="wp-smiley" />\n<h3>September 17, 2017</h3>\n<p>Over the following year I kept contributing to WordPress, mostly in the Community team. I participated in the Polyglots activities for a while but then I had to pick and focus my attention. The more I interacted with people from all over the world as a hobby, the more I wanted that to become my job. Although my business as a web designer in Italy was doing good, I felt I wanted to be able to reach more people and find a way to be more involved with the community.<br />\nSo I started looking for a job. I was hesitant at first: all the insecurities I had about myself came back to haunt me. The voice in my head was telling me: you are too old, you don’t have enough technical expertise, you have been contributing for a very short time, English is not your native language, you are a single mom from Italy for crying out loud, who would want to employ you?</p>\n<blockquote><p>Well, it turns out that if you actually look for a job instead of just telling yourself that you really would like a job, chances are you might get one.</p></blockquote>\n<p>Last September I started a new chapter in my career as the <a href="https://www.siteground.com/blog/francesca-marano/">WordPress Community Manager</a> at SiteGround and I couldn’t be happier.</p>\n<p>The past 33 months have completely changed my life, personally and professionally: along the way I learned a number of lessons that I know will stay with me forever.</p>\n<h3>Step Up</h3>\n<p>If you want to achieve something, start today. Just start. Start a meetup, leave a comment to encourage someone else, volunteer to take notes of a meeting, participate in the discussion, bring your own ideas to the table. Be a fire starter, for yourself and for the people around you.</p>\n<h3>Step Back</h3>\n<p>None of the above is about you: the community is bigger than you, you are here to build a path for the future. Once you started something, don’t become too attached, let it go and let other people step up and shine. Mentor them, if they ask and if you can.</p>\n<h3>If you want to go faster go alone, if you want to go further go together</h3>\n<p>I am not a huge fan of motivational quotes, but this one is very dear to my heart and it’s one I have to remind myself quite often. I am a perfectionist and a quick learner: this is ok when you start your own business (and it’s ok only at the beginning, but this is a topic for another article!), but when you are part of a team, you are part of something bigger. It might move slower, but its impact is immensely more powerful than anything you’ll be able to achieve on your own.</p>\n<h3>Representation matters</h3>\n<p>I dislike speaking in public. When I say this people tend to laugh it off because I am good on stage. It doesn’t mean that I like it. I am much more at ease when I am behind the scenes, making things happen.</p>\n<p><img class="aligncenter wp-image-2454 size-full" src="https://heropress.com/wp-content/uploads/2018/02/slack-imgs.jpg" alt="Four women seated on a low wall at a WordPress meetup." width="600" height="400" /></p>\n<blockquote><p>But representation matters: I feel that I am responsible to be on stage for all the women who haven’t found the courage yet to share their stories.</p></blockquote>\n<p>I am responsible for the young ones, so they can see that it’s possible to create a life when you can be both a good, albeit a bit absent mom, and a kick ass professional. I am responsible for the older ones, so they can see that we are represented, that this industry accepts us and recognizes our contributions. I am responsible to show my eleven year old son that women can do whatever they set out to do.</p>\n<h3>Make it better, give it back</h3>\n<p>I wish I came up with this, because it’s an incredibly powerful sentence. <a href="https://heropress.com/essays/make-better-give-back/">John did</a> and I am grateful every day that I get to share my life with him and his wisdom.</p>\n<p>Contributing to open source can be very frustrating: things go slow, sometimes things don’t go at all (there are numerous tickets in the WordPress bug tracker that are five or more years old), sometimes you might disagree with that will be decided, sometimes you might work alongside people that you dislike.</p>\n<p>When this happens, remind yourself that you are working on a brilliant piece of software that is helping the lives and the businesses of millions of people.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: My WordPress Anniversaries" class="rtsocial-twitter-button" href="https://twitter.com/share?text=My%20WordPress%20Anniversaries&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fmy-wordpress-anniversaries%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: My WordPress Anniversaries" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fmy-wordpress-anniversaries%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fmy-wordpress-anniversaries%2F&title=My+WordPress+Anniversaries" rel="nofollow" target="_blank" title="Share: My WordPress Anniversaries"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/my-wordpress-anniversaries/&media=https://heropress.com/wp-content/uploads/2018/02/021418-150x150.jpg&description=My WordPress Anniversaries" rel="nofollow" target="_blank" title="Pin: My WordPress Anniversaries"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/my-wordpress-anniversaries/" title="My WordPress Anniversaries"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/my-wordpress-anniversaries/">My WordPress Anniversaries</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Feb 2018 07:00:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Francesca Marano";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"WPTavern: Free Virtual WordPress for JavaScript Conference June 29th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78116";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://wptavern.com/free-virtual-wordpress-for-javascript-conference-june-29th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1714:"<p>Zac Gordon, who <a href="https://wptavern.com/zac-gordon-launches-gutenberg-development-course-includes-more-than-30-videos">launched his Gutenberg development course</a> earlier this year, is organizing a virtual conference called <a href="https://javascriptforwp.com/conference/">JavaScript for WordPress.</a> The conference will take place June 29th and is free to watch.</p>\n<p>“Making the event free and online was really important for me so we could have as few barriers to entry for folks wanting to learn,” Gordon said. “I have a feeling a lot of folks who can’t tune live will still appreciate having all the talks available on YouTube for free.”</p>\n<p>So far, 15 speakers have been confirmed with more to be announced soon. The speakers include WordPress core developers, theme and plugin developers, agency owners, and educators. Some of the talks will be from designers allowing user experience and usability to be part of the conversation.</p>\n<p>Gordon says he’s been wanting to an in-person event for a while but considering the challenges involved, a virtual conference was the next best thing.</p>\n<p>“I used to run in-person workshops in the Washington DC area, which I miss, and have wanted to do an event for a while,” he said. “But doing in-person events is so difficult, so the online format seemed like the best option to go with. I got some good advice from Human Made and WP Campus, who both have experience doing online events, so hopefully everything will go smooth.”</p>\n<p>To reserve a seat and receive updates, visit the <a href="https://javascriptforwp.com/conference/">JavaScript for WordPress conference site</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Feb 2018 01:30:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Mark Jaquith: Updating plugins using Git and WP-CLI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://markjaquith.wordpress.com/2018/02/12/updating-plugins-using-git-and-wp-cli/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4046:"<p>Now that you know <a href="https://markjaquith.wordpress.com/2018/01/30/simple-wordpress-deploys-using-git/">how I deploy WordPress sites</a> and <a href="https://markjaquith.wordpress.com/2018/02/05/tips-for-configuring-wordpress-environments/">how I configure WordPress environments</a>, what about the maintenance of keeping a WordPress site’s plugins up-to-date?</p>\n<p>Since I’m using Git, I cannot use WordPress built-in plugin updater on the live site (and I wouldn’t want to — if a plugin update goes wrong, my live site could be in trouble!)</p>\n<p>The simple way to update all your plugins from a staging or local development site is to use WP-CLI:</p>\n<pre class="brush: bash; title: ; notranslate">wp plugin update-all\ngit commit -am ''update all plugins'' wp-content/plugins</pre>\n<p>That works. I used to do that.</p>\n<p>I don’t do that anymore.</p>\n<p>Why? <strong>Granularity</strong>.</p>\n<p>One of the benefits of using version control like Git is that when things go wrong, you can pinpoint when they went wrong, and identify what code caused the issue.</p>\n<p>Git has a great tool called <strong>bisect</strong> that takes a known good state in the past and a current broken state, and then jumps around between revisions, efficiently, asking you to report whether that revision is <strong>good</strong> or <strong>bad</strong>. Then it tells you what revision broke your site.</p>\n<p>If you lump all your plugin updates into one commit, you won’t get that granularity. You’ll likely get the <strong>git bisect</strong> result of “great… one of EIGHTEEN PLUGINS I updated was the issue”. That doesn’t help.</p>\n<p>Here’s how you do it with granularity:</p>\n<pre class="brush: bash; title: ; notranslate">for plugin in $(wp plugin list --update=available --field=name);\ndo\n echo "wp plugin update $plugin" &&\n echo "git add -A wp-content/plugins/$plugin" &&\n echo "git commit -m ''update $plugin plugin''";\ndone;</pre>\n<p>This code loops through plugins with updates available, updates each one, and commits it with a message that references the plugin being updated. Great! Now <strong>git bisect</strong> will be able to tell you <strong>which</strong> plugin update broke your site.</p>\n<p>And what if you can only run WP-CLI commands from within a VM, and Git commands from your local machine? For instance, if you’re using my favorite tool, <a href="https://local.getflywheel.com/">Local by Flywheel</a>, you have to SSH into the site’s container to issue WP-CLI commands, but from within that container, you might not have Git configured like it is on your host machine.</p>\n<p>So what you can do is break the process into two steps.</p>\n<p>On the VM, run this:</p>\n<pre class="brush: bash; title: ; notranslate">wp plugin list --update=available --field=name > plugins.txt\nwp plugin update-all</pre>\n<p>That grabs a list of plugins with updates and writes them to a file <strong>plugins.txt</strong>, and then updates all the plugins.</p>\n<p>And then on your local machine, run this:</p>\n<pre class="brush: bash; title: ; notranslate">while read plugin;\ndo\n echo "git add -A wp-content/plugins/$plugin" &&\n echo "git commit -m ''update $plugin plugin''";\ndone; < plugins.txt</pre>\n<p>That slurps in that list of updated plugins and does a distinct <strong>git add</strong> and <strong>git commit</strong> for each.</p>\n<p>When that’s done, remove <b>plugins.txt</b>.</p>\n<p>All your plugins are quickly updated with WP-CLI, but you get nice granular Git commits and messages.</p>\n<hr />\n<p><b>Do you need <a href="https://coveredwebservices.com/">WordPress services?</a></b></p>\n<p>Mark runs <a href="https://coveredwebservices.com/">Covered Web Services</a> which specializes in custom WordPress solutions with focuses on security, speed optimization, plugin development and customization, and complex migrations.</p>\n<p>Please reach out to start a conversation!</p>\n[contact-form]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Feb 2018 14:42:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"Post Status: WordPress market opportunities: Upmarket edition — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=42360";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://poststatus.com/wordpress-market-opportunities-upmarket-edition-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2284:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian continue their discussion on WordPress market opportunities with a focus on the upper-market and enterprise clients. They take a look at discovery projects, pitching WordPress against competing platforms, and considerations to make before pitching on these high-budget projects. There are plenty of positives and negatives when working on long-term projects that may have a dramatic impact on your company in many ways.</p>\n<p>In addition to these market opportunities, the boys also discuss recent news including iThemes acquisition by Liquid Web, a welcome change to the WordPress.org plugin directory, and an unfortunate and far-reaching bug that shipped with the 4.9.3 release last week.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://poststatus.com/liquid-web-acquired-ithemes/">Liquid Web acquires iThemes</a></li>\n<li><a href="https://generatewp.com/new-policy-changes-wordpress-plugin-directory/">Plugin directory notice changes</a></li>\n<li><a href="https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/">4.9.4 technical details</a></li>\n<li><a href="https://wpsessions.com/sessions/infusing-websites-brand-voice/">Infusing Websites with Brand Voice</a><a href="https://wpsessions.com/teams">WPS Team Training</a></li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><a href="https://woocommerce.com/">WooCommerce</a> makes the most customizable eCommerce software on the planet, and it’s the most popular too. You can build just about anything with WooCommerce. <a href="https://woocommerce.com/">Try it today</a>, and thanks to the team at WooCommerce being a Post Status partner</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Feb 2018 20:43:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: Jetpack 5.8 Adds Lazy Loading for Images Module";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78112";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wptavern.com/jetpack-5-8-adds-lazy-loading-for-images-module";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2079:"<p>Jetpack 5.8 <a href="https://jetpack.com/2018/02/06/jetpack-5-8-release/">is available</a> for download and includes a handful of new features for Professional, Premium, and Personal plan users. In <a href="https://wptavern.com/jetpack-5-4-introduces-beta-version-of-new-search-module-powered-by-elasticsearch-for-professional-plan-users">October of last year</a>, Jetpack 5.4 began beta testing a new <a href="https://jetpack.com/support/search/">search module</a> based on <a href="https://www.elastic.co/">Elasticsearch</a>. Jetpack 5.8 concludes the beta and the new search service is available to Professional plan customers.</p>\n<p>The new search module replaces the native search functionality in WordPress and Jetpack developers claim sites with a large amount of content, images, or products will see significant speed improvements and more relevant results. Developers can fine-tune the user experience by using custom queries and template tags. Users can sort results by categories, tags, month/year, post type, or any taxonomy.</p>\n<p>In addition to the Content Delivery Network, users have another method to optimize their sites with a new module named Lazy Load Images. When activated, Jetpack will display a page’s textual content first. When a user scrolls down the page, Jetpack will request and download images so they appear when that section of the page comes into view. Sites with a large amount of images will benefit most from having this module activated.</p>\n<p>Premium plan customers can now perform security scans on their sites at any time, upload an unlimited amount of videos, and access SEO tools that were once restricted to Business plan customers.</p>\n<p>Other notable improvements include:</p>\n<ul>\n<li>Support for timezone and site language settings</li>\n<li>Improved display of notices</li>\n<li>The GettyImages shortcode now uses the new format required by GettyImages</li>\n</ul>\n<p>To view all of the additions in this release, check out the <a href="https://wordpress.org/plugins/jetpack/#developers">Jetpack 5.8 changelog</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Feb 2018 07:54:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"Matt: The Laity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47918";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"https://ma.tt/2018/02/the-laity/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:310:"<blockquote class="wp-block-quote">\n <p>In the last analysis, every profession is a conspiracy against the laity.</p><cite>The Sir Patrick Cullen character in George Bernard Shaw’s play <a href="https://en.m.wikipedia.org/wiki/The_Doctor%27s_Dilemma_(play)">The Doctor’s Dilemma</a></cite></blockquote>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 08 Feb 2018 21:48:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WPTavern: WPWeekly Episode 304 – DesktopServer, Life, and Health with Marc Benzakein";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=78105&preview=true&preview_id=78105";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"https://wptavern.com/wpweekly-episode-304-desktopserver-life-and-health-with-marc-benzakein";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1931:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by <a href="https://twitter.com/MarcBenzak">Marc Benzakein</a>, Operations Manager for ServerPress, LLC. We discussed recent updates to DesktopServer and received a progress report on 4.0. Marc also shared some of the struggles the team encountered throughout 2017.</p>\n<p>We learned what’s new with <a href="https://wpsitesync.com/">WP SiteSync</a> and what customers can look forward too later this year. We also talked about <a href="https://wordpress.tv/2017/12/08/marc-benzakein-fat-happy-and-fifty/">Marc’s journey</a> of becoming a healthier person both physically and mentally. He recalls the issues he had to overcome and shares advice on how others can improve their health.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/woocommerce-3-3-1-released-addresses-template-conflicts">WooCommerce 3.3.1 Released, Addresses Template Conflicts</a><br />\n<a href="https://wptavern.com/wordpress-4-9-4-fixes-critical-auto-update-bug-in-4-9-3">WordPress 4.9.4 Fixes Critical Auto Update Bug in 4.9.3</a><br />\n<a href="https://thehackernews.com/2018/02/wordpress-dos-exploit.html">Unpatched DoS Flaw Could Help Anyone Take Down WordPress Websites</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 14th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #304:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 08 Feb 2018 01:48:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"HeroPress: Becoming a Better Designer Through WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2441";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:142:"https://heropress.com/essays/becoming-better-designer-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=becoming-better-designer-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:19189:"<img width="960" height="480" src="https://heropress.com/wp-content/uploads/2018/02/020718-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: The connections I''ve made, the skills I''ve honed, and the mentorship I''ve received have all contributed to making me the designer I am today." /><h3>The early years</h3>\n<p>I’ve always been an art kid. One of my first school memories is of drawing a clown and my art teacher being so enamored with it, she hung it up on her door for the whole year.</p>\n<p>The first time in my educational life I didn’t take an art class was my first year of college. By the end of the year, my fingers were itching and I was ready to scream — I had to take art. It didn’t take long for me to declare a Studio Art minor, which eventually became an Arts and Technology minor my senior year.</p>\n<p>I’ve also always been an internet kid. We received our first internet-connected Windows desktop in 1997. I’ll never forget the sound of dial-up as I signed into AOL, day after day for years to come. When my older brother started working for an ISP, we were able to go beyond just using AOL to connect, and I started spending more time exploring websites (rather than just AOL’s apps and chat rooms). I wanted to be like my older brother and learn how to make sites. I taught myself basic HTML by using View Source on existing sites — even back then, I was benefiting from the open web!</p>\n<p>Angelfire was my earliest web canvas. A couple of my friends eventually got into making websites, but I was always a little disdainful of them for using Homestead’s GUI builder, while I was making my sites from scratch. I had a blast making image-rich personal and fan sites with tables and HTML styles. Landing a copy of Photoshop Elements in high school only intensified my enjoyment of web design. I kept that passion up through college, when I found my first design gig.</p>\n<p><a href="https://heropress.com/wp-content/uploads/2018/02/old_web_site.jpg"><img class="size-large wp-image-2442 aligncenter" src="https://heropress.com/wp-content/uploads/2018/02/old_web_site-1024x479.jpg" alt="Old Website, best viewed on AOL" width="960" height="449" /></a></p>\n<h3>Could this be a career?</h3>\n<p>My first year of college got off to a bit of a rough financial start. By the time my financial aid was finalized and I was finally able to pick a work study job, my options were pretty limited. A dance professor needed an assistant to help her with some photocopying and organization tasks, along with helping her build out a print and web portfolio.</p>\n<p>I was honestly a terrible assistant, but I did a pretty good job with the design work. I continued to refine my skills working in the computers labs in subsequent years, and in my Junior year of college (ten years ago!) I landed an internship at a local web design agency. That internship turned into a part-time job, which opened up doors to more local web design opportunities, and soon I was graduating college and pretty well situated into the start of my career.</p>\n<p><a href="https://heropress.com/wp-content/uploads/2018/02/early-site.jpg"><img class="aligncenter size-large wp-image-2443" src="https://heropress.com/wp-content/uploads/2018/02/early-site-1024x666.jpg" alt="Skeumorphic website design that looks like a notepad with pen ink all over it." width="960" height="624" /></a></p>\n<p>It was at these agencies that I started learning how to build WordPress websites. I’d used WordPress a couple times in college and felt comfortable with it, but now I was focusing a lot more on building my skills as a designer and front-end developer. My girlfriend (who was working at the same web agency) and I managed to convince our boss to start letting us create totally custom websites, rather than customizing existing themes, and that opened up a whole new world of design opportunities.</p>\n<h3>My first WordCamp</h3>\n<p>It was around then that my girlfriend, who attended WordCamp NYC the previous year, noticed the conference organizers were <a href="https://2010.nyc.wordcamp.org/volunteer-designer-needed/">looking for some volunteer designers</a> to help create some graphics. She passed along the information, and I got in touch.</p>\n<p>I collaborated with a few other designers to create the WordCamp branding, which was used across the website, t-shirt, signage, and stickers:</p>\n<p><a href="https://heropress.com/wp-content/uploads/2018/02/wcnyc.png"><img class="aligncenter size-full wp-image-2444" src="https://heropress.com/wp-content/uploads/2018/02/wcnyc.png" alt="WCNYC Banner" width="429" height="286" /></a></p>\n<p>It was amazing to see it everywhere at the WordCamp. It felt really special. Though I didn’t get “props” for this, I still consider it my first contribution to WordPress.</p>\n<p>WordCamp NYC was a ton of fun. I met interesting people, learned a lot about WordPress, and started to get a feel for the community. I left with a desire to get more involved. I browsed through WordPress.org, stumbling upon the “Make” section. I was stoked to see that there was a design group. I couldn’t write much code beyond CSS, but I could contribute my design skills. I joined a couple of the core channels on IRC, including the design channel (#wordpress-ui), and observed for while. I watched how the other designers in the project communicated, what they worked on, where they presented their work, etc. By observing before participating, I could learn the social queues and mores of the community. I didn’t want to embarass myself — I wanted to do things the established way based on community standards.</p>\n<p>What I found to be one of the most difficult parts of contributing was adapting to the technology used to build WordPress. I had to learn how to use command line and SVN. Getting set up in SVN and terminal was probably the biggest thing that stopped me from contributing code during my early years.</p>\n<p>But most of all, it came down to conquering fear. Fear that my design skills would be unwanted and unwelcome; fear that other contributors would look down on me or ignore me, or that they’d find me irritating; fear that I just wasn’t good enough to contribute. Some of this fear persists today, albeit greatly reduced.</p>\n<p>There’s a point at which I managed to conquer a little bit of that fear, stop observing, and really start to pitch in. Slowly, I started chiming in and volunteering for design tasks in IRC and the Make Design p2. I ended up doing a lot of small projects on the community side (rather than the core side) at first — some new landing pages and redesigns of sections on WordPress.org, graphics, and design for my own local meetups. I started feeling more and more confident with my contributions.</p>\n<h3>Core Props</h3>\n<p>By this point, I had done some wireframes and mockups for the core WordPress software — I’d even spoken at a WordCamp! — but I hadn’t actually gotten any code committed. Which meant, at this point in time, I didn’t have any “core props.” I was still really intimidated by Trac and SVN. I was a designer, and most design conversations happened in explicitly design space. But I really wanted to get some code committed into core, so I needed to find a CSS bug I felt qualified to fix.</p>\n<p>At WordCamp Philly in 2012, I finally got a chance. Sunday was devoted to contributing to WordPress. There were experienced core contributors present who could teach people how to make a patch, how to submit a ticket, and suggest tickets for people to work on.</p>\n<p>Aaron Jorbin, a core contributor and fellow speaker (and, now a friend), found a CSS issue I could work on: bringing the alternate “blue” color scheme into sync with the default “grey” scheme. He helped me get set up, helped me through saving my changes as a patch, and then helped me submit that patch to Trac. Andy Nacin, another core contributor (and future friend!) subsequently committed that patch, and I received my first core props.</p>\n<p><a href="https://heropress.com/wp-content/uploads/2018/02/first-props2.png"><img class="aligncenter size-large wp-image-2445" src="https://heropress.com/wp-content/uploads/2018/02/first-props2-1024x370.png" alt="Screenshot of ticket giving Mel props" width="960" height="347" /></a></p>\n<p>After creating my first patch, contributing became easier and easier. My confidence grew, and I spent more time participating in IRC, p2s, and Trac discussions. Then, in January of 2013, major design changes started coming to WordPress.</p>\n<h3>My WordPress apprenticeship</h3>\n<p>It started with icons.</p>\n<p>Ben Dunkle, WordPress’s official icon designer, proposed some shiny new icons for the WordPress dashboard. They were “flat” — one color, not a ton of details. The icons were awesome, but they didn’t really fit stylistically with the rest of the admin. The flat styles clashed with WordPress’ heavy use of gradients.</p>\n<p>So, I helped imagine what the admin could look like totally flat. We tried out a couple ideas, got them committed, and refined in code. The stark styles looked really fresh after years of gradients!</p>\n<p>Unfortunately, flattening the admin unearthed a whole lot of other issues. There wasn’t enough time to flesh out the new design before the next version of WordPress launched, so the flat styles got reverted and tabled for another time.</p>\n<p>Pretty soon after, I received an email via my site’s contact form:</p>\n<p><em><strong>Name</strong>: Matt</em><br />\n<em><strong> Comment</strong>: Add me on Skype when you get a chance.</em></p>\n<p>I think my heart stopped when I realized I had been emailed by the co-founder of WordPress, Matt Mullenweg. Matt invited me to come join a group that would take a broader look at redesigning the admin (codenamed “MP6”). It meant a lot for someone as important as Matt to recognize my skills. I spent a lot of my early years as a designer plagued with self-doubt, and suddenly I had someone pointing at me, going “I believe in you!”</p>\n<p>I leapt at the chance.</p>\n<p>Our group worked together on Skype. We quickly scoped the goal of MP6 to only update CSS and a little bit of JS. I helped Ben make some new vector icons, gave feedback and critiqued design proposals, and made some design proposals of my own. It was an intimate group where we all felt free to safely share and critique each other’s work. The mentorship I received from more experienced WordPress designers was invaluable to my growth. Working with these veterans of WordPress really helped me to grow into my fledgling wings.</p>\n<p><a href="https://make.wordpress.org/core/2013/10/23/mp6-3-8-proposal/">WordPress 3.8 shipped with the updated admin interface</a>, and I knew it was time to take my design career to a new level.</p>\n<p><a href="https://heropress.com/wp-content/uploads/2018/02/4-8-credits-smaller.jpg"><img class="aligncenter size-large wp-image-2446" src="https://heropress.com/wp-content/uploads/2018/02/4-8-credits-smaller-1024x895.jpg" alt="WordPress 4.8 Credits" width="960" height="839" /></a></p>\n<h3>Leaving the nest</h3>\n<p>I’d had my eye on Automattic, the makers of WordPress.com, the Jetpack plugin, and many other products, for most of my time contributing to WordPress. A couple of the designers I worked with on MP6 were Automattic designers, and it was an absolute joy to collaborate with them. At this point I’d spent so much of my career as either a lone designer, or in a competitive environment, that having a supportive, collaborative group of people helping me improve my work was a revelation.</p>\n<p>I desperately wanted to work at Automattic.</p>\n<p>While MP6 was in the works, I participated in a three month long design apprenticeship at a local agency. I worked alongside experienced mentors and fellow apprentices to hone my interface and user experience design skills. It was challenging and thrilling and totally complemented the mentorship I was receiving from WordPress folks. Plus, working in a positive environment reinforced my desire to work somewhere similar.</p>\n<p>After the apprenticeship, I finally felt like I had the skills and confidence to apply. I spent a lot of time writing my cover letter, and redesigning my portfolio to use in-depth case studies on a small number of recent projects. I finally sent off my application and crossed my fingers.</p>\n<p>A couple weeks later, I received a reply back asking to schedule an interview. I was terrified, but luckily, Automattic conducts interviews via text, so I was able to hide my fear behind my keyboard and hopefully try to project confidence. (Aside: I also show all my emotions on my face, so online communication is the best.)</p>\n<p>It must have worked, because I was moved on to the next phase of the application, doing a self-contained trial project, which was a whole ton of fun. I was able to put my recently refined research, interviewing, and user testing skills to use. I loved being given a real challenge to tackle. My trial went well, so I was moved along to the final interview with Matt Mullenweg. We spent a couple hours chatting on Skype, and at the end of our conversation I was given an offer. Welcome to Automattic!</p>\n<p>After working so hard on my apprenticeship, and on MP6, joining Automattic felt incredibly validating. The work I put in, the mentorship I received, all of the collaboration, led to this moment. I felt like I had graduated from apprentice and was now embarking on my adventure as a design journeyman. And boy, has it been an adventure!</p>\n<h3><a href="https://heropress.com/wp-content/uploads/2018/02/automattic-2-smaller.jpg"><img class="aligncenter size-large wp-image-2447" src="https://heropress.com/wp-content/uploads/2018/02/automattic-2-smaller-1024x678.jpg" alt="Automattic Group Photo" width="960" height="636" /></a></h3>\n<h3>Design leadership</h3>\n<p>The past four and a half years at Automattic have been fantastic. I have the best coworkers anyone can ask for. I’ve worked with some incredibly talented and empathetic designers, whose guidance and feedback constantly encourage me to improve my skills.</p>\n<p>I’ve continued to contribute to WordPress, slowly gaining more responsibility in the project the longer I stuck around. That’s the secret to becoming an open source leader, I discovered — <strong>decisions are made by the people who show up</strong>.</p>\n<p>In 2016, I was asked to by the Release Design Lead for <a href="https://wordpress.org/news/2016/04/coleman/">WordPress 4.5 “Coleman.”</a> I worked alongside the other release leads to make design-related decisions that impacted the release. This was the first release we experimented with having a Design Lead. I felt like design finally had a seat at the table.</p>\n<p>This continued to be the case last year, when Matt Mullenweg announced core focuses for the year: Editing, Customization, and the API. Both Editing and Customization had designers co-leading their focus. I was named the Customization co-lead. I’d been working on customization and site building on WordPress.com for over a year, so I had relevant experience.</p>\n<p>I worked with my developer co-lead, Weston Ruter, on low-hanging fruit, most of which we released in WordPress 4.8. The release was smaller, focused more on improvements than new features. We made a lot of updates to widgets, which had been long neglected.</p>\n<p>After that, we turned our sights to some more ambitious projects: drafting and scheduling changes in the Customizer, improvements to code editing in the WordPress admin, even more widget updates, and upgrades around the flow of changing themes and building menus for your site. We took a design-first approach to building out these new features, and I think it really shows in the work that we produced during the 4.9 release cycle, which Weston and I co-led.</p>\n<p><a href="https://wordpress.org/news/2017/11/tipton/">WordPress 4.9 “Tipton”</a> launched in November. Since then, I’ve pivoted to work on <a href="https://wordpress.org/gutenberg/">Gutenberg</a>, the new editing experience for WordPress which should be released in 5.0. Once the editing experience wraps up, we’re going to start looking at how we can extend Gutenberg to cover site building and customization. It’s a big, audacious goal that I hope to pursue with caution, humility, and a spirit of adventure.</p>\n<p>I owe WordPress a great deal. The connections I’ve made, the skills I’ve honed, and the mentorship I’ve received have all contributed to making me the designer I am today. I hope to give back for years to come!</p>\n<p><a href="https://heropress.com/wp-content/uploads/2018/02/community-summit-smaller.jpg"><img class="aligncenter size-full wp-image-2448" src="https://heropress.com/wp-content/uploads/2018/02/community-summit-smaller.jpg" alt="Community Summit Group Photo" width="960" height="556" /></a></p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Becoming a Better Designer Through WordPress" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Becoming%20a%20Better%20Designer%20Through%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-better-designer-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Becoming a Better Designer Through WordPress" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-better-designer-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-better-designer-wordpress%2F&title=Becoming+a+Better+Designer+Through+WordPress" rel="nofollow" target="_blank" title="Share: Becoming a Better Designer Through WordPress"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/becoming-better-designer-wordpress/&media=https://heropress.com/wp-content/uploads/2018/02/020718-150x150.jpg&description=Becoming a Better Designer Through WordPress" rel="nofollow" target="_blank" title="Pin: Becoming a Better Designer Through WordPress"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/becoming-better-designer-wordpress/" title="Becoming a Better Designer Through WordPress"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/becoming-better-designer-wordpress/">Becoming a Better Designer Through WordPress</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Feb 2018 12:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Mel Choyce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: WooCommerce 3.3.1 Released, Addresses Template Conflicts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78089";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/woocommerce-3-3-1-released-addresses-template-conflicts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1330:"<p>WooCommerce 3.3.1 <a href="https://woocommerce.wordpress.com/2018/02/06/woocommerce-3-3-1-fix-release-notes/">is available</a> and fixes template conflicts discovered in a handful of WordPress themes that forced the team to <a href="https://wptavern.com/woocommerce-3-3-removed-from-plugin-directory-due-to-theme-conflicts">revert WooCommerce 3.3</a>. The team reviewed handful of the most common themes running WooCommerce and tested them for compatibility with 3.3.1.</p>\n<p><a href="https://github.com/woocommerce/woocommerce/wiki/Template-File-Guidelines-for-Devs-and-Theme-Authors#hook-vs-override---when-to-use-what">WooCommerce developers recommend</a> that theme authors use hooks instead of template overrides to ensure maximum compatibility.</p>\n<p>According to Mike Jolley, WooCommerce lead developer, this release highlighted issues with the template system’s extensibility and a disconnect between theme authors on external marketplaces. “We hope to find solutions to these problems in the near future,” Jolley said.</p>\n<p>WooCommerce 3.3.1 has at least <a href="https://github.com/woocommerce/woocommerce/compare/3.3.0...3.3.1">90 commits</a>. Users are encouraged to create a full-backup of their sites and then browse to Dashboard > Updates to update WooCommerce from within WordPress.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Feb 2018 09:46:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: WordPress 4.9.4 Fixes Critical Auto Update Bug in 4.9.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78087";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/wordpress-4-9-4-fixes-critical-auto-update-bug-in-4-9-3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1984:"<p>Hours after <a href="https://wptavern.com/wordpress-4-9-3-released-fixes-34-bugs">WordPress 4.9.3 was released</a>, the WordPress development team followed it up <a href="https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/">with 4.9.4</a> to fix a critical bug with the auto update process. The bug generates a fatal PHP error when WordPress attempts to update itself.</p>\n<p>This error requires WordPress site owners and administrators to manually update to WordPress 4.9.4 by visiting your Dashboard and clicking the Update Now button on the Updates page. Alternatively, you can update by uploading the files via SFTP or by using WP-CLI.</p>\n<p>Dion Hulse, WordPress lead developer, says managed hosts that apply updates automatically for their customers will be able to update sites as they normally do. This may explain why some users have reported that sites running 4.9.3 have automatically updated to 4.9.4 without issue.</p>\n<p>The bug stems from an attempt to <a href="https://core.trac.wordpress.org/ticket/43103">reduce the number of API calls</a> made when the auto update cron job is run. Unfortunately, the code committed had unintended consequences. “It triggers a fatal error as not all of the dependencies of <code>find_core_auto_update()</code> are met,” Hulse said.</p>\n<p>A postmortem will be published once the team determines how to prevent this mistake from happening in the future. “We don’t like bugs in WordPress any more than you do, and we’ll be taking steps to both increase automated coverage of our updates and improve tools to aid in the detection of similar bugs before they become an issue in the future,” Hulse said.</p>\n<p>While WordPress 4.9.3 and 4.9.4 do not include any security fixes, it’s important to note that in order to receive automatic security updates in the future, sites using the 4.9 branch must be running at least 4.9.4. Older branches are unaffected.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Feb 2018 09:19:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Dev Blog: WordPress 4.9.4 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5559";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1814:"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href="https://wordpress.org/news/2013/10/basie/">WordPress 3.7 “Basie”</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren’t available to do it yourself. For four years it’s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href="https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we’ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we’ve <a href="https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/">posted on our Core Development blog</a>. For a full list of changes, consult the <a href="https://core.trac.wordpress.org/query?status=closed&milestone=4.9.4&group=component">list of tickets</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Feb 2018 16:17:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dion Hulse";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: WordPress 4.9.3 Released, Fixes 34 Bugs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78081";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wptavern.com/wordpress-4-9-3-released-fixes-34-bugs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:681:"<p>WordPress 4.9.3 <a href="https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/">is available</a> and fixes 34 bugs. Customizer changesets, the visual editor, widgets, and compatibility for PHP 7.2 highlight this release. You can view all of the changes via the <a href="https://core.trac.wordpress.org/log/branches/4.9?rev=42630&stop_rev=42521">changelog</a> or <a href="https://core.trac.wordpress.org/query?status=closed&milestone=4.9.3&group=component">trac tickets</a>. Most sites will update automatically. However, if you want to trigger the update ahead of time or manually update, visit your Dashboard, click the Updates link, and click Update Now.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Feb 2018 08:35:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: Liquid Web Acquires iThemes in Multi-Million Dollar Deal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wptavern.com/liquid-web-acquires-ithemes-in-multi-million-dollar-deal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4149:"<p>Liquid Web, a managed hosting service founded in 1997, <a href="https://www.liquidweb.com/blog/liquid-web-acquires-ithemes/">has acquired</a> <a href="https://ithemes.com/">iThemes</a>. iThemes recently <a href="https://ithemes.com/10-years-in-wordpress/">celebrated its 10th year</a> in business. <a href="https://poststatus.com/liquid-web-acquired-ithemes/">PostStatus reports</a> that it was an all cash deal and sources confirmed to the Tavern that it was a multi-million dollar acquisition.</p>\n<p>iThemes will continue to operate as an independent unit within Liquid Web. Cory Miller will remain as General Manager of iThemes and the company will keep its office and employees in Oklahoma City, OK.</p>\n<p>iThemes was founded in 2008 and is part of a group of WordPress focused companies that started <a href="https://medium.com/@jasonpatricksc/a-brief-history-of-a-wordpress-theme-business-3847e16fcba4">around the same time</a>. The group includes WooThemes, Revolution Themes now known as StudioPress, Press75, WPZoom, and others.</p>\n<p>WooThemes was <a href="https://wptavern.com/automattic-acquires-woocommerce">acquired by Automattic</a>. StudioPress has branched off into content marketing with CopyBlogger and hosting via StudioPress sites. Press75 was acquired by Westwerk in 2014 and WPZoom continues to operate independently.</p>\n<p>iThemes diversified its business a number of times over the years, adding plugins and services to its portfolio. Some of the most notable products include, FlexxTheme, BackupBuddy, Builder, iThemes Sync, and iThemes Security. In 2013, the company branched off into the e-commerce space <a href="https://wptavern.com/ithemes-launches-e-commerce-plugin-exchange">with Exchange</a>. In 2017, <a href="https://ithemes.com/2017/07/13/ithemes-exchange-new-home-exchangewpcom/">Exchange was acquired</a> by AJ Morris allowing the company to focus on iThemes Sales Accelerator, a new product that works exclusively with WooCommerce.</p>\n<p>Considering Liquid Web recently launched <a href="https://www.liquidweb.com/products/managed-woocommerce-hosting/">its managed WooCommerce hosting</a>, iThemes Sales Accelerator should pair nicely with its services.</p>\n<p>This isn’t the first time a large webhosting company has acquired a WordPress business. In the last two years, GoDaddy has acquired three companies with a presence in the WordPress ecosystem.</p>\n<ul>\n<li><strong>April 2013</strong> EIG Acquires MOJO-Themes</li>\n<li><strong>September 2016</strong> GoDaddy Acquires ManageWP</li>\n<li><strong>December 2016</strong> GoDaddy Acquires WP Curve</li>\n<li><strong>March 2017</strong> GoDaddy Acquires Sucuri</li>\n</ul>\n<h2>After 10 Years, Cory Miller Lets Go</h2>\n<p>Miller founded iThemes 10 years ago and helped navigate it through the ups and downs that come with running a business. Although Miller no longer owns the company he founded, he’s excited about the next chapter and the opportunities it presents to him and his team.</p>\n<p>“One of the keys that has contributed greatly to our success over the last 10 years is being willing to adapt and to innovate and to try new things,” Miller said. “For instance, If we’d kept focusing solely on WordPress themes, which was our primary business for the early years, we wouldn’t be around today.</p>\n<p>“As we surveyed the landscape in WordPress, one thing was very obvious to us: hosting is the future. As a bootstrapped company from the beginning, with our DNA as a software company, and seeing where Liquid Web is going, it just made sense for us to join forces.</p>\n<p>“We view this is as another chapter in our story of our willingness to adapt and try new things so we can keep doing what we do best — Make People’s Lives Awesome. So we’re tremendously excited about our future with Liquid Web, and what we’re going to be able to do for the WordPress community together.”</p>\n<p>Miller says they’re in the middle of the transition process and are working towards tighter integration between iThemes’ products and Liquid Web’s managed hosting services.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Feb 2018 00:33:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Dev Blog: WordPress 4.9.3 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5545";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3408:"<p>WordPress 4.9.3 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the <a href="https://core.trac.wordpress.org/query?status=closed&milestone=4.9.3&group=component">list of tickets</a> and the <a href="https://core.trac.wordpress.org/log/branches/4.9?rev=42630&stop_rev=42521">changelog</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.3</a> or visit Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.3:</p>\n<p><a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdullahramzan/">abdullahramzan</a>, <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andreiglingeanu/">andreiglingeanu</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/bpayton/">Brandon Payton</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/coleh/">coleh</a>, <a href="https://profiles.wordpress.org/darko-a7/">Darko A7</a>, <a href="https://profiles.wordpress.org/desertsnowman/">David Cramer</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a>, <a href="https://profiles.wordpress.org/frank-klein/">Frank Klein</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/lizkarkoski/">lizkarkoski</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/monikarao/">Monika Rao</a>, <a href="https://profiles.wordpress.org/munyagu/">munyagu</a>, <a href="https://profiles.wordpress.org/ndavison/">ndavison</a>, <a href="https://profiles.wordpress.org/nickmomrik/">Nick Momrik</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rishishah/">rishishah</a>, <a href="https://profiles.wordpress.org/othellobloke/">Ryan Paul</a>, <a href="https://profiles.wordpress.org/sasiddiqui/">Sami Ahmed Siddiqui</a>, <a href="https://profiles.wordpress.org/sayedwp/">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/seanchayes/">Sean Hayes</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shooper/">Shawn Hooper</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/manikmist09/">Sultan Nasir Uddin</a>, <a href="https://profiles.wordpress.org/tigertech/">tigertech</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Feb 2018 19:47:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Sergey Biryukov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Mark Jaquith: Tips for configuring WordPress environments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5476";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://markjaquith.wordpress.com/2018/02/05/tips-for-configuring-wordpress-environments/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4626:"<p>Many WordPress hosts will give your site a “staging” environment. You can also use tools like <a href="https://local.getflywheel.com/">Local by Flywheel</a>, or <a href="https://www.mamp.info/">MAMP Pro</a> to run a local “dev” version of your site. These are great ways of testing code changes, playing with new plugins, or making theme tweaks, without risking breaking your live “production” site.</p>\n<p>Here is my advice for working with different WordPress environments.</p>\n<h2>Handling Credentials</h2>\n<p>The live (“production”) version of your site should be opt-in. That is, your site’s Git repo should <strong>not</strong> store production credentials in <strong>wp-config.php</strong>. You don’t want something to happen like <a href="https://www.reddit.com/r/cscareerquestions/comments/6ez8ag/accidentally_destroyed_production_database_on/">when this developer accidentally connected to the production database</a> and destroyed all the company data on his first day.</p>\n<p>Instead of keeping database credentials in <strong>wp-config.php</strong>, have <strong>wp-config.php</strong> look for a <strong>local-config.php</strong> file. Replace the section that defines the database credentials with something like this:</p>\n<pre class="brush: php; title: ; notranslate">if ( file_exists( __DIR__ . ''/local-config.php'' ) ) {\n include( __DIR__ . ''/local-config.php'' );\n} else {\n die( ''local-config.php not found'' );\n}</pre>\n<p>Make sure you add <strong>local-config.php</strong> to your <strong>.gitignore</strong> so that no one commits their local version to the repo.</p>\n<p>On production, you’ll create a <strong>local-config.php</strong> with production credentials. On staging or development environments, you’ll create a <strong>local-config.php</strong> with the credentials for those environments.</p>\n<h2>Production is a Choice</h2>\n<p>Right after the section that calls out <strong>local-config.php</strong>, put something like this:</p>\n<pre class="brush: php; title: ; notranslate">if ( ! defined( ''WP_ENVIRONMENT'' ) ) {\n define( ''WP_ENVIRONMENT'', ''development'' );\n}</pre>\n<p>The idea here is that there will always be a <strong>WP_ENVIRONMENT</strong> constant available to you that tells you what kind of environment your site is being run in. In production, you will put this in <strong>local-config.php</strong> along with the database credentials:</p>\n<pre class="brush: php; title: ; notranslate">define( ''WP_ENVIRONMENT'', ''production'' );</pre>\n<p>Now, in your theme, or your custom plugins, or other code, you can do things like this:</p>\n<pre class="brush: php; title: ; notranslate">if ( ''production'' === WP_ENVIRONMENT ) {\n add_filter( ''option_gravityformsaddon_gravityformsstripe_settings'', function( $stripe_settings ) {\n $stripe_settings[''api_mode''] = ''live'';\n return $stripe_settings;\n });\n} else {\n add_filter( ''option_gravityformsaddon_gravityformsstripe_settings'', function( $stripe_settings ) {\n $stripe_settings[''api_mode''] = ''test'';\n return $stripe_settings;\n });\n}</pre>\n<p>This bit of code is for the Easy Digital Downloads Stripe gateway plugin. It makes sure that on the production environment, the payment gateway is always in <strong>live</strong> mode, and the anywhere else, it is always in <strong>test</strong> mode. This protects against two very bad situations: connecting to live services from a test environment (which could result in customers being charged for test transactions) and connecting to test services from a live environment (which could prevent customers from purchasing products on your site).</p>\n<p>You can also use this pattern to do things like hide Google Analytics on your test sites, or make sure debug plugins are only active on development sites (more on that, in a future post!)</p>\n<p>Don’t rely on complicated procedures (“step 34: make sure you go into the Stripe settings and switch the site to test mode on your local test site”) — make these things explicit in code. Make it impossible to screw it up, and working on your sites will become faster and less stressful.</p>\n<hr />\n<p><b>Do you need <a href="https://coveredwebservices.com/">WordPress services?</a></b></p>\n<p>Mark runs <a href="https://coveredwebservices.com/">Covered Web Services</a> which specializes in custom WordPress solutions with focuses on security, speed optimization, plugin development and customization, and complex migrations.</p>\n<p>Please reach out to start a conversation!</p>\n[contact-form]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Feb 2018 14:59:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Matt: National Magazine Award Nomination";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47900";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://ma.tt/2018/02/national-magazine-award-nomination/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:761:"<p>Longreads <a href="http://www.magazine.org/asme/about-asme/pressroom/asme-press-releases/ellies-2018-finalists-announced">was nominated today</a> for its first-ever <a href="https://en.wikipedia.org/wiki/National_Magazine_Awards">National Magazine Award</a>, in the category of columns and commentary, alongside ESPN The Magazine, BuzzFeed News, Pitchfork, and New York magazine. Laurie Penny's Longreads columns <a href="https://longreads.com/tag/metoo-and-consent/">explore important questions of consent and female desire</a> that have strongly resonated in our current moment. In addition to this nomination, Penny's columns have been translated and republished in Italian and German newspapers, and will be collected in a forthcoming book.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Feb 2018 21:37:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Dev Blog: The Month in WordPress: January 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5541";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3839:"<p>Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>WordPress 4.9.2 Security and Maintenance Release</h2>\n\n<p>On January 16, <a href="https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/">WordPress 4.9.2 was released</a> to fix an important security issue with the media player, as well as a number of other smaller bugs. This release goes a long way to smoothing out the 4.9 release cycle with the next point release, v4.9.3, <a href="https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/">due in early February</a>.</p>\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href="https://make.wordpress.org/chat/"> Making WordPress Slack group</a>, and follow<a href="https://make.wordpress.org/core/"> the Core team blog</a>.</p>\n\n<h2>Updated Plugin Directory Guidelines</h2>\n\n<p>At the end of 2017, <a href="https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/">the guidelines for the Plugin Directory</a> received a significant update to make them clearer and expanded to address certain situations. This does not necessarily make these guidelines complete, but rather more user-friendly and practical; they govern how developers build plugins for the Plugin Directory, so they need to evolve with the global community that the Directory serves.</p>\n\n<p>If you would like to contribute to these guidelines, you can make a pull request to <a href="https://github.com/WordPress/wporg-plugin-guidelines">the GitHub repository</a> or email <a href="mailto:plugins@wordpress.org">plugins@wordpress.org</a>. You can also jump into the #pluginreview channel in the<a href="https://make.wordpress.org/chat/"> Making WordPress Slack group</a>.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>Near the end of last year a lot of work was put into improving the standards in the WordPress core codebase and now <a href="https://make.wordpress.org/core/2017/11/30/wordpress-php-now-mostly-conforms-to-wordpress-coding-standards/">the entire platform is at nearly 100% compliance with the WordPress coding standards</a>.</li>\n <li>Gutenberg, the new editor coming to WordPress core in the next major release, <a href="https://make.wordpress.org/core/2018/01/25/whats-new-in-gutenberg-25th-january/">was updated to v2.1 this month</a> with some great usability and technical improvements.</li>\n <li>The Global Community Team is <a href="https://make.wordpress.org/community/2018/01/16/2018-goals-for-the-global-community-team-suggestions-time/">taking suggestions for the goals of the Community program in 2018</a>.</li>\n <li><a href="https://online.wpcampus.org/">WPCampus Online</a>, a digital conference focused on WordPress in higher education, took place on January 30. The videos of the event sessions will be online soon.</li>\n <li>A WordPress community member <a href="https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks">has released a toolkit</a> to help developers build blocks for Gutenberg.</li>\n <li>The community team that works to improve the WordPress hosting experience is relatively young, but <a href="https://make.wordpress.org/hosting/2018/01/25/hosting-meeting-notes-january-10-2018/">they have been making some great progress recently</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Feb 2018 08:10:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WPTavern: WordPress 4.9.3 Rescheduled for February 5th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=78058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wptavern.com/wordpress-4-9-3-rescheduled-for-february-5th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1336:"<p>WordPress 4.9.3 is a maintenance release and was originally scheduled to be available on January 30th. However, due to ongoing tickets and a short time frame to test the <a href="https://make.wordpress.org/core/2018/02/01/wordpress-4-9-3-rc/">release candidate</a>, it has <a href="https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/">been pushed back</a> to February 5th.</p>\n<p><a href="https://make.wordpress.org/core/2018/02/01/wordpress-4-9-3-rc/">WordPress 4.9.3 RC 1</a> is available for testing. This release <a href="https://make.wordpress.org/core/2018/01/24/jshint-removed-from-codemirror-in-4-9-3/">removes JSHint from the code editors</a> due to conflicts with the GPL License. If your code relies on JSHint from Core, <a href="https://core.trac.wordpress.org/ticket/42850">developers encourage</a> you to update it to use a copy of JSHint.</p>\n<p>Other changes in 4.9.3 include, avoiding page scrolling when navigating the media modal, a handful of improvements to the customizer, <a href="https://make.wordpress.org/core/2018/01/26/wordpress-4-9-3-beta/">and more</a>. Please test WordPress 4.9.3 on a staging site and if you encounter any bugs, you can report them on the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta section</a> of the support forums.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Feb 2018 08:09:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"WPTavern: WooCommerce 3.3 Removed From Plugin Directory Due to Theme Conflicts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77962";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/woocommerce-3-3-removed-from-plugin-directory-due-to-theme-conflicts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3081:"<p>Earlier this week, WooCommerce 3.3 <a href="https://wptavern.com/woocommerce-3-3-increases-theme-compatibility-auto-regenerates-thumbnails">was released</a> and among the features was increased theme compatibility. However, soon after release, users of third-party themes <a href="https://wordpress.org/support/topic/wc-3-3-issues-with-categories-displaying-in-shop/">reported issues</a> with categories displaying improperly.</p>\n<p>Despite it being a minor release that should be fully backwards compatible with previous releases up to 3.0, WooCommerce has removed 3.3 from the plugin directory and replaced it with 3.2.6.</p>\n<p>According <a href="https://woocommerce.wordpress.com/2018/02/01/woocommerce-3-3-1-status-update/">to a post</a> on the project’s official blog, WooCommerce 3.3.1 will take the place of 3.3 and will include a fix for the category display issue.</p>\n<blockquote class="wp-block-quote"><p>The issue affected themes with template overrides from 3.2.x which hadn’t been made compatible with 3.3. In general, <a href="https://github.com/woocommerce/woocommerce/wiki/Template-File-Guidelines-for-Devs-and-Theme-Authors#hook-vs-override---when-to-use-what">we recommend that themes use hooks instead of template overrides.</a> Themes such as <a href="https://en-gb.wordpress.org/themes/storefront/">Storefront</a> (which does not use template overrides) were compatible at launch.</p>\n<p><cite>WooCommerce Blog</cite></p></blockquote>\n<p>If you’ve already updated to WooCommerce 3.3 and your theme is compatible, you don’t need to make any changes. If your theme is not compatible, WooCommerce recommends checking with your theme’s author to see if a compatibility fix has been released.</p>\n<p>Users can also wait for the release of 3.3.1, update to the <a href="https://github.com/woocommerce/woocommerce/releases/tag/3.3.1-rc.1">pre-release version</a> of 3.3.1, or use the <a href="https://wordpress.org/plugins/wp-rollback/">WP-Rollback plugin</a> and revert back to 3.2.6. WooCommerce developers suggest only going the WP-Rollback route if you’re not comfortable installing pre-release software.</p>\n<p>Coen Jacobs, a former member of the WooCommerce development team, commented on Twitter that this was the first time he can remember that a release was reverted.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Fun fact: As far as I recall, there has never been a release of WooCommerce that has been withdrawn before. During my time on the development team we have pushed fix releases on the same day as a big releases, but never was it reverted like this.</p>\n<p>— Coen Jacobs (@CoenJacobs) <a href="https://twitter.com/CoenJacobs/status/958768816808497152?ref_src=twsrc%5Etfw">January 31, 2018</a></p></blockquote>\n<p></p>\n<p>The development team has tested 3.3.1 with more than 40 different themes and believe it is stable. However, they are exercising caution and thoroughly testing the fixes with more themes. Users can expect to see 3.3.1 officially released the week of February 5th.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Feb 2018 07:06:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: WPWeekly Episode 303 – Interview With Zac Gordon, Technology Educator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=77901&preview=true&preview_id=77901";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wptavern.com/wpweekly-episode-303-interview-with-zac-gordon-technology-educator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1902:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by <a href="http://zacgordon.com/">Zac Gordon</a>. We discussed a wide range of topics including, balancing freelance work with educating, an overview of Gutenberg from an educator’s perspective, and potential brand issues if the Gutenberg name <a href="githubhttps://github.com/WordPress/gutenberg/issues/4681">was deprecated</a>. We also talked about some of the difficulties involved with <a href="https://gutenberg.courses/">creating a course</a> around a feature that’s not yet part of WordPress core.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://ithemes.com/2018/01/31/ithemes-joining-the-liquid-web-family/">iThemes Acquired by LiquidWeb</a><br />\n<a href="https://woocommerce.com/2018/01/whats-new-woocommerce-3-3/">WooCommerce 3.3 Released</a><br />\n<a href="https://wptavern.com/updraftplus-acquires-easy-updates-manager-plugin">Easy Updates Manager Acquired by UpdraftPlus</a></p>\n<h2>Picks of the Week:</h2>\n<p>John James Jacoby suggested <a href="https://www.beamauthentic.com/">Beam Authentic</a>. Beam Authentic is a wearable, connected, smart button that can be programmed to display different images through an app.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 7th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #303:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Feb 2018 02:12:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WPTavern: Efrain Rivera, A Longtime Community Member, WordCamp Organizer, and Volunteer, Passes Away";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77893";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://wptavern.com/efrain-rivera-a-longtime-community-member-wordcamp-organizer-and-volunteer-passes-away";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2776:"<p>Efrain Rivera, who helped organize and volunteer at numerous WordCamps in Florida has passed away at the age of 47. The news was shared on Facebook by his sister on January 28th.</p>\n<img />Efrain Rivera and his wife at WordCamp Miami. Photo courtesy of David Bisset\n<p>David Bisset, organizer of WordCamp Miami and a well-known figure in the Florida WordPress community, <a href="http://davidbisset.com/efrain-rivera/">shared his thoughts</a> on Rivera’s passing.</p>\n<blockquote><p>Efrain wasn’t just a fellow organizer, but also a supporter of the local WordPress meetups. There was no ulterior motive in anything that he did. Never once did he ask for anything – he was just happy to be there and help out. He was 100% about giving back to the WordPress community, but even if the community didn’t exist he would find a way to help out folks.</p>\n<p>Efrain wasn’t just a supporter and volunteer. He was a good friend to have – someone you could speak frankly too.</p></blockquote>\n<p>Rivera is being remembered as a kind, compassionate, and happy person by members of the community.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I’m so sorry, he was a pleasure volunteering with, <a href="https://twitter.com/EfrainWp?ref_src=twsrc%5Etfw">@EfrainWp</a> was always happy to help and answer questions.</p>\n<p>— Rian M. Kinney, Esq. (@TheKinneyFirm) <a href="https://twitter.com/TheKinneyFirm/status/958855848784252928?ref_src=twsrc%5Etfw">February 1, 2018</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I remember his kindness David. What a great person and sad loss.</p>\n<p>— Diane Kinney (@dkinney) <a href="https://twitter.com/dkinney/status/958858994843611138?ref_src=twsrc%5Etfw">February 1, 2018</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Efrain was one of happiest, smiliest, caring people I’d ever hung out with at any WordPress event. <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> <a href="https://t.co/qW7ChUmjX0">https://t.co/qW7ChUmjX0</a></p>\n<p>— J ³ (@JJJ) <a href="https://twitter.com/JJJ/status/958448885030182913?ref_src=twsrc%5Etfw">January 30, 2018</a></p></blockquote>\n<p></p>\n<p><a href="https://memorials.serenitymemorialchapels.com/efrain-rivera/3417849/obituary.php">Memorial services are scheduled</a> for Saturday, February 3, 2018 from 4:00 P.M.-9:00 P.M. EST at Serenity Funeral Home and Cremation, 1450 S State Road 7, North Lauderdale, Florida 33068. The service will take place during visitation at 7PM. If you have any memories of meeting or hanging out with Efrain at any of the WordPress events in Florida, please share them in the comments.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Feb 2018 01:13:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Post Status: Liquid Web has acquired iThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=41738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://poststatus.com/liquid-web-acquired-ithemes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5096:"<p><a href="https://www.liquidweb.com/">Liquid Web</a> has acquired <a href="https://ithemes.com/">iThemes</a>, in an all cash deal that includes the entire iThemes team moving over to Liquid Web as an independent unit. Cory Miller — CEO of iThemes — will be the Business Manager of the new unit, with iThemes COO Matt Danner as the Director of Technology and Operations for iThemes. The entire team of twenty three people is staying on, and will continue to be headquartered in Oklahoma.</p>\n<p>This is not the first or last time we’ll see longstanding WordPress companies get rolled into large hosting providers. It’s a trend that is natural in any ecosystem as it matures, and iThemes was a clear and quality candidate for a host to target. Cory said the culture around Liquid Web, including their “heroic support,” but also the quality he sees in their management team, was a key motivator for them to go work with Liquid Web.</p>\n<p>As hosting companies evolve more and more to provide broader services for customers with managed WordPress offerings, there is less room for utility product creators to fill that gap.</p>\n<p>Backups are a fine example: customers may see less need for external backups if they have confidence that their hosting is managing backups properly. Security is another. These have been great products for iThemes, and still are — but their current markets are more for hosts without a managed experience, and that slice of the pie has been narrowing.</p>\n<p>iThemes has had a partnership with Liquid Web for about a year and a half now, which started by licensing iThemes Sync for Liquid Web’s WordPress hosting offering. They’ve slowly been integrating more features into the platform, and the acquisition will allow Liquid Web to further integrate iThemes’ offerings, and allow iThemes to improve some of their product offerings with the backing of Liquid’s Web’s hosting infrastructure.</p>\n<p>I spoke to Cory Miller about the move, which is occurring not long after iThemes’ ten year anniversary in business. He said he looks back every year and sees them as chapters in the iThemes story, and this feels just the same. He’s excited about what the backing from Liquid Web will allow them to do, and most importantly for him, the ability to keep supporting the team they have built over the years.</p>\n<p>Cory tells me he’s amazed that they’ve been able to build the company they have built, and neither he nor his business partners would have imagined it ten years ago. All equity holders had their shares purchased by Liquid Web, and Cory and the team will be Liquid Web employees.</p>\n<p>iThemes has iterated on the business many times over the years — as the name implies. Their theme business slowly dwindled in terms of the overall ratio of sales revenue it provided. BackupBuddy has long been a flagship, and they’ve found great success the past couple of years since they acquired and iterated on the iThemes Security product. He said that it took them experimenting a great deal — and like Exchange for eCommerce, and others — it didn’t always work out the way they hoped. But because they stayed agile and kept working at it, they’ve consistently been able to grow and diversify their product line.</p>\n<p>One practical component Liquid Web will be able to provide, as an example, is their data centers to power BackupBuddy and iThemes Stash storage and processing. iThemes has historically used Amazon, which Cory said really adds up and has started to eat into their own margins. Liquid Web will help them not only improve the offering but also to be able to perform those functions more affordably.</p>\n<p>For Liquid Web, this acquisition furthers their goal to integrate WordPress-specific functionality into their suite of WordPress hosting tools. They recently launched WooCommerce hosting on their platform, and the iThemes Sales Accelerator product can now be a core component of that offering. Additionally, the technology iThemes has built with BackupBuddy and Sync will further add to their platform.</p>\n<p>Beyond the technology and products, Liquid Web Vice President of Products and Innovation Chris Lema tells me it’s about the team:</p>\n<blockquote><p>This adds so much to what we’re doing with managed WordPress and managed WooCommerce, that it just made a lot of sense — both from a product perspective, and even more from a team perspective.</p></blockquote>\n<p>Having spent a lot of time with the management teams for each of these companies, I would agree that the culture fit is a really good one. And for Liquid Web, a company continuing to make its big push into the WordPress market, it is a solid strategic acquisition move that offers product dividends but more importantly adds a great and experienced WordPress team to their company.</p>\n<p><a href="https://ithemes.com/2018/01/31/ithemes-joining-the-liquid-web-family/">Cory shares more</a> about the news on the iThemes blog.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 31 Jan 2018 17:12:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"HeroPress: The Journey: Curiosity, Challenge, Transformation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2431";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:158:"https://heropress.com/essays/journey-curiosity-challenge-transformation/#utm_source=rss&utm_medium=rss&utm_campaign=journey-curiosity-challenge-transformation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9293:"<img width="960" height="480" src="https://heropress.com/wp-content/uploads/2018/01/013118-2-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: My place in the world has transformed." /><p>When I look back on the past five years I’ve been working with WordPress, I feel the real weight of the journey I’ve had to get where I am. Much of it has been filled with challenge of both of the difficult and welcome variety. I’m an optimist and problem-solver to the core, but I sometimes wonder how I got through these past years. One thing is for certain, my involvement with WordPress, the opportunities and community around it, has been a force for so much good, motivation, and satisfaction in my life.</p>\n<h2>The Beginning</h2>\n<p>When I was introduced to WordPress, I was going through one of the most trying times of my adult life. My dad had suddenly passed away just a few years before. We didn’t have the best relationship, but his quirkiness, interest in esoteric things, and passion for food certainly rubbed off on me.</p>\n<p>I was living with roommates, but moved back home to be with my mom. Not too long after, she developed debilitating osteoarthritis in both of her hips. From a physically healthy yet grieving 52-year-old woman to eventually becoming handicap and walker-bound, needless to say, impacted our lives greatly. I became her caretaker, and I also worked retail part-time for the flexible schedule.</p>\n<blockquote><p>I felt emotionally exhausted, uninspired and quite lost with what my next steps would be.</p></blockquote>\n<p>I grew up using the internet fervently as a youth and in my college years. I met new friends, learned new skills, and traveled to new places thanks the endless source of information it provided for my active mind. So when a friend, now my mentor, John Bolyard, approached me to help him in his web marketing and development consultancy using “WordPress” I just said “yes.” It was mysterious, being unknown to me, and intriguing, which is usually a green light in my book!</p>\n<p>I started doing administrative work on a website he helped develop for a national guild. Like many situations, he had finished their website and they would circle back to him for minor updates. I took on the minor updates, started tinkering on my own, and fell in love in the process.</p>\n<p>The accessibility with which one could make changes and produce content dynamically was just mind blowing to me. It was my gateway to web development and now I could make web content with the ability to work with code, if I so chose. It seemed an endless source of learning and knowledge- it was a great fit.</p>\n<h2>Levelling Up</h2>\n<p>That went well and he brought me on a larger project to help the artist, Dorothy Braudy, create her website archive. I was able to blend my affinity for the technical and handy visual memory to help an all around amazing person (she’s still one of closest people in my life) tell her story through her art. I was thrilled to have the challenge and the privilege to bring her vibrant and prolific work (hundreds of pieces) to the web.</p>\n<p>I also started assisting John with teaching WordPress classes at SCORE, a government organization that helps people develop and sustain small businesses.</p>\n<blockquote><p>We volunteered our time teaching business owners WordPress to help them build their own websites.</p></blockquote>\n<p>It was challenging yet rewarding to see them feel empowered that they could take a hands-on role in making their web presence.</p>\n<p>Nevertheless, I ended up with several clients and that’s how my freelancing career began :). I also started going to meetups. John brought me to my first one in the San Fernando Valley. I was like wait…this software is cool and people gather to talk about it? I can also learn stuff too?! Get outta town!</p>\n<p>Well, I started attending fairly frequently. Particularly, the meetup in the West Valley lead by Andrew Behla (then at the Topanga Canyon Library). I soaked up info from presentations given by Roy Sivan, Suzette Franck, and Lucy Beer (who is now my teammate). Just to name a few ;).</p>\n<p>After building a consistent client base, I also started working part-time as a project assistant at a boutique museum exhibit development firm. My first project was for the Huntington Library, Art Collections and Botanical Gardens supporting the development of an educational WordPress website for their Junípero Serra exhibition. What were the chances? My skills in WordPress proved helpful for the project and the firm’s website.</p>\n<h2>Pivoting</h2>\n<p>At this point, I had seen my mom through her first hip replacement and recovery, and she was moving on to her next one. I thought about where I saw myself and also where I could build a sustainable future given the circumstances. I thought WordPress, and so I did a trial as a Happiness Engineer at WordPress.com.</p>\n<p>While I didn’t get the position, I met some great people and learned exponentially more in that short time than I had on my own. More so, I learned about the users, WordPress’ strengths and weaknesses, and how to fill that gap in an accessible way. I was sad, but also motivated. I took on more client work and just did the thing.</p>\n<p>After three years, it was time to leave the exhibit development firm. It was fascinating, it provided me a design, development and project management vocabulary I had never encountered before. However, I needed a firmer career path and I still thought WordPress. My mom was recovered, I had also just recovered from some health issues, and I knew it was time for a change.</p>\n<p>While doing client work for several months, I also explored options on how I could “level up.” Maybe it was my time to dig into web development: should I learn on my own, go to a school?</p>\n<blockquote><p>In my gut, I knew I had to find work that supported my endeavors, so I started applying in the WordPress and tech ecosystem.</p></blockquote>\n<p>I networked, attended workshops, and met some awesome folks in the local tech and WordPress communities. I was also approached about joining the organizer team for WordCamp Los Angeles (WCLAX). I said “yes” (that magic word) and last year we had a great event.</p>\n<p>When we started planning, I had also heard from WP Media, (the company behind the WP Rocket and Imagify plugins), that I was hired for their Customer Support position. We’re a remote crew spread across 8 countries. However, I’ve been lucky enough to spend time with them at WordCamp Europe, WordCamp US, and our annual retreat last year.</p>\n<h2>Transformation</h2>\n<p>My place in the world has transformed. I’ve traveled to places once out of reach, work every day with some of the most brilliant and kind people in the WordPress space, and grow day by day with new challenges and opportunities. I’m happy, mom is healthy, and the journey continues…</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: The Journey: Curiosity, Challenge, Transformation" class="rtsocial-twitter-button" href="https://twitter.com/share?text=The%20Journey%3A%20Curiosity%2C%20Challenge%2C%20Transformation&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-curiosity-challenge-transformation%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: The Journey: Curiosity, Challenge, Transformation" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-curiosity-challenge-transformation%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-curiosity-challenge-transformation%2F&title=The+Journey%3A+Curiosity%2C+Challenge%2C+Transformation" rel="nofollow" target="_blank" title="Share: The Journey: Curiosity, Challenge, Transformation"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/journey-curiosity-challenge-transformation/&media=https://heropress.com/wp-content/uploads/2018/01/013118-2-150x150.jpg&description=The Journey: Curiosity, Challenge, Transformation" rel="nofollow" target="_blank" title="Pin: The Journey: Curiosity, Challenge, Transformation"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/journey-curiosity-challenge-transformation/" title="The Journey: Curiosity, Challenge, Transformation"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/journey-curiosity-challenge-transformation/">The Journey: Curiosity, Challenge, Transformation</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 31 Jan 2018 11:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Renee Johnson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: WooCommerce 3.3 Increases Theme Compatibility, Auto Regenerates Thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77795";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://wptavern.com/woocommerce-3-3-increases-theme-compatibility-auto-regenerates-thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3108:"<p>WooCommerce 3.3 <a href="https://woocommerce.com/2018/01/whats-new-woocommerce-3-3/">is available</a> and is considered a minor release. Based on the project’s <a href="https://github.com/woocommerce/woocommerce/wiki/Roadmap-and-release-process">new release process</a>, it should be fully backwards compatible with previous releases up to 3.0.</p>\n<p>The orders screen has been redesigned with large buttons that indicate an order’s status. You can also view an order’s details from the order screen without having to edit the order.</p>\n<img class="aligncenter" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/01/WC33OrdersScreen.png?w=627&ssl=1" alt="" width="627" height="261" />WooCommerce 3.3 Orders Screen\n<p>For products that are on backorder and have stock management enabled, WooCommerce 3.3 will automatically transition from ‘In stock’ to ‘On backorder’ or ‘Out of stock’ as the inventory decreases. Once inventory is added, the status will switch back to ‘In Stock’.</p>\n<img class="aligncenter" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/01/WC33OrderStatus.png?w=627&ssl=1" alt="" width="627" height="328" />WooCommerce 3.3 Order Status Screen\n<p>For full compatibility, users generally needed to use a WordPress theme that specifically supported WooCommerce. In 3.3, improvements have been made so that WooCommerce renders on themes that don’t fully support it, making it compatible with nearly every WordPress theme.</p>\n<p>Users can now set the number of columns and rows for shops with the ability to preview the results live via the Customizer. The columns will resize to fill the entire width of the area and is available on all themes.</p>\n<p>In earlier versions of WooCommerce, shop owners needed to use the <a href="https://wordpress.org/plugins/regenerate-thumbnails/">Regenerate Thumbnails</a> after updating a product’s image as WordPress did not automatically resize the image and generate new thumbnails. WooCommerce 3.3 adds on-the-fly thumbnail regeneration and background thumbnail resizing.</p>\n<p>In addition, users can customize the aspect ratios of product images. The choices are classic square images, custom cropped images, or uncropped images</p>\n<img class="aligncenter" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/01/WC33ImageAspectRatio.png?w=627&ssl=1" alt="" width="627" height="402" />WooCommerce 3.3 Image Aspect Ratio Options\n<p>Shop owners can now view logs of product downloads with a couple of built-in filters including, by order, by product, by customer, and by file. You can also search for extensions now from the Extensions administration screen.</p>\n<p>WooCommerce 3.3 includes more features and changes than what’s listed here. For a detailed overview of what’s new in 3.3, <a href="https://github.com/woocommerce/woocommerce/blob/release/3.3/readme.txt">check out the changelog</a>. If you think you’ve discovered a bug, please report it on the <a href="https://github.com/woothemes/woocommerce/issues">project’s GitHub page</a>.</p>\n<p><!-- /wp:core/paragraph --></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Jan 2018 22:53:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"Mark Jaquith: Simple WordPress deploys using Git";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5422";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://markjaquith.wordpress.com/2018/01/30/simple-wordpress-deploys-using-git/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3328:"<p>A few weeks back, Clifton Griffin asked me a question about deploying WordPress sites:</p>\n<div class="embed-twitter">\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/markjaquith?ref_src=twsrc%5Etfw">@markjaquith</a> Hey Mark, quick question: Do you still use and recommend Capistrano?</p>\n<p>— Clifton Griffin (@clifgriffin) <a href="https://twitter.com/clifgriffin/status/948373150680707073?ref_src=twsrc%5Etfw">January 3, 2018</a></p></blockquote>\n<p></div>\n<p>I <b>do not</b> use Capistrano for deployments anymore, for one simple reason: it was massive overkill for most of the sites I manage, and maintaining it was not worth the benefit.</p>\n<p>My current deployment system for WordPress sites is simple: I use Git.</p>\n<p>I’m already using Git for version control of the site’s code, so using Git for deployments is not that much more work. There are a few ways to do this, but the simplest way is to just make your site root a Git checkout of your site files.</p>\n<p>Then, if your server has read-access to your Git remote, you can run some Git commands to sync everything. Here are your options:</p>\n<ol>\n<li><strong>git pull</strong> — Simple, but might fail if someone naughty has made code modifications on the server.</li>\n<li><strong>git fetch && git reset –hard origin/master</strong> — The hard reset method will wipe any local modifications that someone has mistakenly made.</li>\n</ol>\n<p>But wait. Before you implement this, it is very important that you ensure that your server’s <strong>.git</strong> directory is not readable, as it might be able to leak sensitive information about your site’s code. How you do this will depend on what web server you’re running. In Nginx, I do the following:</p>\n<pre class="brush: plain; title: ; notranslate">location ~ /\\.(ht[a-z]+|git|svn) {\ndeny all;\n}</pre>\n<p>In Apache, you could put the following in your <strong>.htaccess</strong> file:</p>\n<pre class="brush: plain; title: ; notranslate">RedirectMatch 404 /\\.git</pre>\n<p>SSHing into your server every time is tedious, so let’s script that:</p>\n<pre class="brush: bash; title: ; notranslate">#!/bin/bash\nssh example.com ''cd /srv/www/example.com && git pull''</pre>\n<p>Save that to <strong>deploy.sh</strong> in your Git repo, run <strong>chmod +x deploy.sh</strong>, and commit it to the repo. Now when you’re ready to deploy the site, just type <strong>./deploy.sh</strong> and the public site will pull down the latest changes from your main Git remote.</p>\n<p>Bonus points if you make <strong>deploy.sh</strong> take an optional commit hash, so you can also use this tool to roll back to a previous hash, in case a commit goes wrong.</p>\n<p>This method has served me well, for years, and has required no maintenance.</p>\n<p>What methods are you using for WordPress code deploys?</p>\n<hr />\n<p><b>Do you need <a href="https://coveredwebservices.com/">WordPress services?</a></b></p>\n<p>Mark runs <a href="https://coveredwebservices.com/">Covered Web Services</a> which specializes in custom WordPress solutions with focuses on security, speed optimization, plugin development and customization, and complex migrations.</p>\n<p>Please reach out to start a conversation!</p>\n[contact-form]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Jan 2018 15:31:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: UpdraftPlus Acquires Easy Updates Manager Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77700";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wptavern.com/updraftplus-acquires-easy-updates-manager-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2048:"<p><a href="https://updraftplus.com/">UpdraftPlus</a>, a popular WordPress backup plugin actively installed on more than 1 million sites has acquired the <a href="https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/">Easy Updates Manager</a> plugin for an undisclosed amount.</p>\n<p>Easy Updates Manager disables core, theme, and plugin updates in WordPress and provides granular control over them. It was created in 2015, is actively installed on more than 100K sites, and is maintained by <a href="https://profiles.wordpress.org/kidsguide/">Matthew Sparrow</a>, <a href="https://profiles.wordpress.org/ronalfy/">Ronald Huereca</a>, <a href="https://profiles.wordpress.org/roary86/">Roary Tubbs</a>, and <a href="https://profiles.wordpress.org/bigwing/">BigWing Interactive</a>.</p>\n<img />Easy Updates manager User Interface\n<p>Burnout was a contributing factor for selling the plugin. “Matthew Sparrow and I were both burnt out on the project, so the offer to sell was a no-brainer,” Huereca said. “It’s bittersweet letting our baby go, but it’s in good hands.”</p>\n<p>Without proper vetting, selling established plugins to individuals or companies can be harmful to sites and tarnish its reputation. Because UpdraftPlus is a well established company, Huereca didn’t have to do a lot of research.</p>\n<p>“We were looking for more backend plugins that we understand and it’s a great plugin, highly rated and growing,” A company representative said. “Updates and backups go hand-in-hand as people should really backup before updating.”</p>\n<p>UpdraftPlus will focus its marketing efforts towards <a href="https://updraftplus.com/updraftcentral/">UpdraftCentral</a> later this year. UpdraftCentral provides the ability for users to update, backup, and manage their sites from one dashboard. Easy Updates Manager and UpdraftCentral are complimentary products.</p>\n<p>Users can expect to see more updates later this year and continued refinement of the user interface.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Jan 2018 00:30:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"BuddyPress: BuddyPress 2.9.3 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=270325";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://buddypress.org/2018/01/buddypress-2-9-3-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1312:"<p>BuddyPress 2.9.3 is now available. This is a security and maintenance release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.</p>\n<p>The 2.9.3 release addresses two security issues:</p>\n<ul>\n<li>A dynamic template loading feature could be used in some cases for unauthorized file execution and directory traversal. Reported by <a href="https://pritect.net">James Golovich</a>.</li>\n<li>Some permissions checks and path validations in the attachment deletion process were hardened. Reported by <a href="https://www.ripstech.com/">RIPSTech</a> and <a href="https://profiles.wordpress.org/slaFFik/">Slava Abakumov</a> of the BuddyPress security team.</li>\n</ul>\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">WordPress’s security policies</a>. Our thanks to all reporters for practicing coordinated disclosure.</p>\n<p>In addition, 2.9.3 includes a change that fixes the ability to install legacy bbPress 1.x forums. Please note that legacy forum support will be removed altogether in BuddyPress 3.0; see <a href="https://bpdevel.wordpress.com/2017/12/07/legacy-forums-support-will-be/">the announcement blog post</a> for more details.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Jan 2018 18:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Post Status: WordPress Market Opportunities — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=41485";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://poststatus.com/wordpress-market-opportunities-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2459:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss market segmentation across the WordPress ecosystem. The focus for this discussion focused entirely on the entry-level segment of site assemblers and their small-business clients as well as the mid-level market of contractors and agencies selling additional levels of service. The duo talked through a few different strategies employed in each segment, including service differentiation, regional focus, building a network of complementary contractors, systemizing processes, delivering quality customer support flow, and selling ongoing service.</p>\n<p>In addition to this look at market segmentation, the Brians shared a few useful resources for both Gutenberg and WP-CLI.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li>Mike McAlister’s <a href="http://gutenberg.news/">Gutenberg News</a></li>\n<li>Ahmed Awais’s <a href="https://github.com/ahmadawais/create-guten-block">create-gutenberg-block</a></li>\n<li>Delicious Brain’s <a href="https://deliciousbrains.com/wordpress-cli-packages-review/">WP-CLI packages reviews</a></li>\n<li>WordPress Website: <a href="https://poststatus.com/wordpress-website-cost/">How much should it cost?</a></li>\n<li><a href="https://wpsessions.com/sessions/selling-ongoing-service/">Selling Ongoing Services with Sara Dunn</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p>This episode is sponsored by <a href="https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">iThemes</a>. The team at iThemes offers WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. For more information, check out their <a href="https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">website</a> and thank you to iThemes for being a Post Status partner.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Jan 2018 16:50:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: WPWeekly Episode 302 – Brian Gardner, Founder of StudioPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=77689&preview=true&preview_id=77689";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wptavern.com/wpweekly-episode-302-brian-gardner-founder-of-studiopress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1338:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by <a href="https://briangardner.com/">Brian Gardner</a>, founder of <a href="https://www.studiopress.com/">StudioPress</a>. We talk about the past, present, and future of the company including various milestones such as the Genesis framework and merger with CopyBlogger Media in 2010. We also discuss the community surrounding StudioPress’ products and the role it plays in the company’s continued success.</p>\n<h2>Picks of the Week:</h2>\n<p><a href="https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks">Ahmad Awais Create Guten Block toolkit</a>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 31st 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #302:</strong> </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Jan 2018 04:15:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"WPTavern: WordPress Turns 15 Years Old";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77652";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wptavern.com/wordpress-turns-15-years-old";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1120:"<p><!-- wp:core/paragraph --><br />\nWordPress, the free open source project, <a href="https://ma.tt/2003/01/the-blogging-software-dilemma/">turns 15 years</a> old today. Here is the comment that started it all.<br />\n<!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/image {"id":51095} --></p>\n<img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/MikeLittleForkB2Comment.png?w=627&ssl=1" alt="Mike Little's Comment" />Mike Little's Comment\n<p><!-- /wp:core/image --></p>\n<p><!-- wp:core/paragraph --><br />\nIn addition to celebrating 15 years as a successful software project, it's also a good opportunity to reflect on the number of people across the world who are making a great living and <a href="http://heropress.com/">turning dreams into reality</a> thanks to the project.<br />\n<!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --><br />\nThank you Matt Mullenweg and Mike Little for creating WordPress, its contributors for keeping the ball rolling all these years, and providing opportunities for so many people. Happy birthday WordPress!<br />\n<!-- /wp:core/paragraph --></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Jan 2018 03:41:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WPTavern: WordCamp Miami Celebrates Its 10th Consecutive Year March 16-18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77595";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wptavern.com/wordcamp-miami-celebrates-its-10th-consecutive-year-march-16-18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3689:"<p><!-- wp:core/paragraph --></p>\n<p><a href="https://2018.miami.wordcamp.org/">WordCamp Miami</a> is celebrating its 10th anniversary on March 16-18th. This year's event is organized by twelve people and organizers expect more than 800 people to attend. Speakers will arrive from Italy, Germany, London, Brazil, and other international locations to share their knowledge.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>In addition to a <a href="https://2018.miami.wordcamp.org/kids/">two-day Kids Camp</a> with a Kids Panel, WordCamp Miami will feature two new workshops. The first is developer focused and will prepare developers for <a href="https://2018.miami.wordcamp.org/2017/12/19/developer-workshop-announcement-future-of-wordpress/">the future of WordPress</a>. The second is <a href="https://2018.miami.wordcamp.org/2017/12/21/ecommerce-workshop-coming-to-wcmia/">focused on eCommerce</a>.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Attendees will receive their own site and be able to apply what they've learned to it. The sites will have pre-installed plugins and access to various tools mentioned by the workshop teachers.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>The 'Learn JavaScript Deeply' track is returning this year, featuring local and international JavaScript developers. This is the third time WordCamp Miami has had this track and according to David Bisset, one of the organizers, the focus will be on JavaScript basics, React, plus using JavaScript to create 'cool and unique' projects with or without WordPress.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Joshua Strebel, Syed Balkhi, and Christie Chirinos will highlight Saturday's business track. </p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>For the first time in recent years, WordCamp Miami will have a closing keynote on Saturday, March 17th by John James Jacoby. Jacoby was one of the founders of WordCamp Miami a decade ago, and his talk will cover both nostalgic moments and what the future of WordPress holds for users.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Finally, WordCamp Miami will be doing a 'game show hour' before the official after party. "We wanted to do something fun and interactive for everyone – and we think we found a great way to segue people from the talks to unwinding at the after party," Bisset explained. </p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>"We are even planning on having our sponsors form teams in a trivia contest battle. There will be provisions at the party for those who want to network or just relax in a quiet setting."</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Bisset praised volunteers and organizers for helping make 10 years of WordCamp Miami a reality.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>"Each and every one of our organizers and speakers deserve a huge amount of thanks and praise for their hard work." He said. "We couldn't have done ten years without the support of the WordPress community."</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Tickets are <a href="https://2018.miami.wordcamp.org/tickets/">on sale</a> with a number of purchasing options. Workshops cost $15 each and general admission tickets are $40 each. General admission tickets provide access to Saturday and Sunday sessions, lunch, swag, and the after party. </p>\n<p><!-- /wp:core/paragraph --></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Jan 2018 01:56:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"HeroPress: Believe In Yourself";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2420";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://heropress.com/essays/believe-in-yourself/#utm_source=rss&utm_medium=rss&utm_campaign=believe-in-yourself";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10510:"<img width="960" height="480" src="https://heropress.com/wp-content/uploads/2018/01/012418-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Working in WordPress has allowed my curiosity to run wild." /><p>You ever have a moment where you blink your eyes and you wonder how you’ve gotten to where you are today? I’m having one of those moments right now as I sit here to share my story with you. It’s bizarre to think of how far I’ve come because I truly thought that I was not good enough to be where I am today. Let’s get into it.</p>\n<h3>The Beginning</h3>\n<p>As a child, I was always around technology. My dad was a computer scientist and considered it a great idea to get each of his four children their own computer so they would stay away from his. So as the years went by with system administrative tasks being “one of the hard-knocks of life”, I went off to Drexel University in 2005 to pursue a degree in Computer Science. I remember when I walked into my first class and instantly saw how different I was. Everyone was white. Everyone was male. And I was not. In fact, I couldn’t even check off one of those boxes. I was opposite. I was female and I was black.</p>\n<p>The first year pursuing my degree actually went really well and finished off the year, completing my C++ final project to create a matching cards game using objects and classes. All was swell. I found that I was doing just as well as everyone else. And I found that was struggling in certain areas just like everyone else.</p>\n<h3>Leaning In</h3>\n<p>Next semester came and that’s when the more difficult course load began. There was one class in particular called “Data Algorithms & Theories” that was incredibly and frustratingly difficult. As someone who always wanted to do well and is inclined to beat herself up for not being “perfect”, it was an incredibly stressful time for me. But once again, I was not the only one who was struggling because the class was difficult for all of my classmates. But as the class progressed, I decided to step out of my comfort zone and ask for help. This was the first time I would actually utilize the teaching assistant (TA) that was often present during this class. So our scheduled meeting comes around and it doesn’t go as I’d hoped. It wasn’t at all a welcoming atmosphere.</p>\n<blockquote><p>The demeanor of the TA made it clear that he didn’t want to be there but my happy-go-lucky personality brushed it aside.</p></blockquote>\n<p>To make things worse, I wasn’t understanding the “simple” concepts that he was explaining and was subject to the TA’s dismissive glances of judgement and shame. I remember at one point, my mind shifted into trying to make him like me rather than realize that he was discriminating against me. Then he said to me “You know, maybe this just isn’t for you. I’ve explained this to you multiple times and you’re just not getting.” This was a very upsetting moment in my life because someone who was supposed to be helping me learn was telling me that you’re too stupid to learn. Needless to say, I left that session very upset and I ultimately ended up changing my major to something “easier” because apparently it “wasn’t for me”.</p>\n<h3>Accepting A Career</h3>\n<p>After I graduated in 2010 with my degree in Information Technology, I moved to DC to pursue an unfulfilling Systems Engineering career in government contracting. Don’t get me wrong. I learned a plethora of valuable skills that I will use for the rest of my life. But I wasn’t doing something that was enriching me. Not only that, I was often made to feel ostracized in the work culture because of the lack of diversity.</p>\n<blockquote><p>I’m not sure if anyone’s told you…but it’s extremely hard being a minority and working with people who don’t look like you and who can’t relate to you.</p></blockquote>\n<p>If someone said something racially insensitive or offensive (and there have been multiple instances), that was always a battle I had to fight on my own. And to be honest, sometimes I didn’t fight because I knew no one would give a damn and the person would get away with it with a slap on the wrist.</p>\n<h3>Remembering Joy</h3>\n<p>So in the mist of all of this, no matter how upset, beaten-up and angry I felt after a work day, I could always come back to my love for the metal music genre. I would spend so much time listening to new metal music after work that co-workers nicknamed me “the DJ”. Which isn’t completely untrue. In college, one of my extracurriculars was to host a weekly metal radio show on the college radio station. But I didn’t have that anymore so I essentially felt a bit lost.</p>\n<p>That’s when I decided to get it back! Not in the form of an actual radio show. But in the form of a metal music blog. Outside of having played around with making marque-filled pages on GeoCities and changing the backgrounds of my MySpace and Xanga profiles to be neon-colored or highly pixelated images, I didn’t have any experience making a website. So I GOOGLED it! And in that research I learned how hosting providers work and the best blogging platform for me to use for my blog. And that platform was WordPress. So in 2015, I launched my first website ever on WordPress: metalandcoffee.com. And this point I didn’t really know anything super WordPress-nerdy outside of being able to select a theme and add/organize content on the navigation bar. But I finally had my own voice live and anyone can see it!</p>\n<h3>Looking Deep</h3>\n<p>Now – the year was 2017 and words cannot describe how miserable I am in my current work position. I thought transferring to a position within the company that brought me back to Philadelphia would help my pain and suffering but it only numbed it for a couple months. I still didn’t like the environment, I didn’t like what I was doing, and although I was able to look at the occasional code snippet that would give me a spark of confidence when I understood what the code was doing, I wasn’t given an opportunity to be on the other side. This is what lit a fire under me to finally do everything in my power to move towards a developer career. I felt like that was where I was supposed to be. Sure, I was told that I wasn’t smart enough to be anywhere near code but why did it excite me to see it and recognize it? Why was I able to troubleshoot errors even though I wasn’t a developer? Why was I excelling at quality assuring software by being able to understand the code’s logic thus thinking of scenarios that were unaccounted for?</p>\n<h3>Breaking Through</h3>\n<p>So I signed up for a couple online courses focused on web development and eventually found myself having been accepted to <a href="http://www.interactivemechanics.com/fellowship">a front-end developer fellowship program</a> that provided me with an amazing mentor and a final project to work towards. For my final project, I chose to learn how to create a custom WordPress theme for my Metal & Coffee website because the current one that I was using did not fully suite my needs.</p>\n<blockquote><p>And there you have it – throughout the next 9 months, the doubt and shame instilled in me since college kept coming up and I kept having to find ways to break through it whether it’d be a pep talk from my mentor, talking to developers who look like me (black women) or using meditation to help me through the anxiety.</p></blockquote>\n<p>And by the end of that, not only did I finish my final project (<a href="http://metalandcoffee.github.io">http://metalandcoffee.github.io</a>) and come to really love WordPress theming, I got a job offer from Tracy Levesque and Mia Levesque to work at their WordPress web agency, <a href="https://www.yikesinc.com/">Yikes Inc.</a></p>\n<h3>Finding My Place</h3>\n<p>Now, I’m a full-time WordPress developer and I couldn’t be more satisfied. Working at Yikes has sent my developer skills soaring over mountains and valleys. My curiosity is allowed to run wild and I’ve actually been diving into the plugin world, completely re-coding an internal plugin from the ground up and learning essential web programming practices in the process.</p>\n<p>My next goal in the WordPress community is to see more WordPress developers who look like me. And one step I’ve taken towards that goal is to co-teach a Intro to WordPress workshop at Codeland 2018 which I’m very excited (and nervous) for. And I’ll continue to be as visible and outspoken as possible to encourage diversity in this community.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Believe In Yourself" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Believe%20In%20Yourself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbelieve-in-yourself%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Believe In Yourself" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbelieve-in-yourself%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbelieve-in-yourself%2F&title=Believe+In+Yourself" rel="nofollow" target="_blank" title="Share: Believe In Yourself"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/believe-in-yourself/&media=https://heropress.com/wp-content/uploads/2018/01/012418-150x150.jpg&description=Believe In Yourself" rel="nofollow" target="_blank" title="Pin: Believe In Yourself"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/believe-in-yourself/" title="Believe In Yourself"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/believe-in-yourself/">Believe In Yourself</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 Jan 2018 13:00:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Ebonie Butler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WPTavern: New Toolkit Simplifies the Process of Creating Gutenberg Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77521";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5470:"<p><!-- wp:core/paragraph --></p>\n<p><a href="https://ahmadawais.com/">Ahmad Awais</a>, who <a href="https://wptavern.com/gutenberg-boilerplate-demonstrates-how-to-build-custom-blocks">created the Gutenberg Boilerplate</a> last year, has <a href="https://ahmadawais.com/create-guten-block-toolkit/">released</a> a <a href="https://github.com/ahmadawais/create-guten-block">Guten Block Toolkit</a>. The toolkit substantially simplifies the creation of Gutenberg Blocks by providing no configuration, one dependency, and no lock-in.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Awais created the toolkit after receiving feedback that configuring things like Webpack, React, ES 6/7/8/Next, ESLint, Babel and keeping up with their development was too difficult.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>"Developers told me that they built Gutenberg blocks with ES5 because the amount of time required to configure, set up, and learn tools like Babel, Webpack, ESLint, Prettier, etc. wasn’t worth it," Awais said.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>"So, yes! I went ahead and built a solution — a zero-config-js #0CJS WordPress developers’ toolkit called create-guten-block!"</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Creating blocks using the toolkit is a three-step process. </p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Developers begin by installing Node version 8 or higher on a local server. The next step is to run the create-guten-block command and provide a name for the plugin that will be created. This command also creates the folder structure necessary to maintain the project. The last step is to run the NPM start command which runs the plugin in development mode.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Once these steps are completed, the WordPress plugin will be compatible with Gutenberg and have React.js, ES 6/7/8/Next, and Babel, which also has ESLint configurations for code editors to detect and use automatically. </p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>The Guten Block Toolkit comes with the following:</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/list --></p>\n<ul>\n<li>React, JSX, and ES6 syntax support. </li>\n<li>Webpack dev/production build process behind the scene. </li>\n<li>Language extras beyond ES6 like the object spread operator. </li>\n<li>Auto-prefixed CSS, so you don’t need -webkit or other prefixes. </li>\n<li>A build script to bundle JS, CSS, and images for production with source-maps. </li>\n<li>Hassle-free updates for the above tools with a single dependency cgb-scripts.</li>\n</ul>\n<p><!-- /wp:core/list --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>The project has received positive feedback, including from members of Gutenberg's development team.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/embed {"url":"https://twitter.com/GaryPendergast/status/954559771910193152"} --></p>\n\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Mad props to <a href="https://twitter.com/MrAhmadAwais?ref_src=twsrc%5Etfw">@MrAhmadAwais</a> for making a super useful Gutenberg tool that I''ve been really looking forward to! 🎉</p>\n<p>I''m excited about the possibilities for this, and I love how it''s embraced WordPress'' "decisions, not options" philosophy, doing all of the hard work for you. 💪💯 <a href="https://t.co/hUAQVDL7S1">https://t.co/hUAQVDL7S1</a></p>\n<p>— Gary (@GaryPendergast) <a href="https://twitter.com/GaryPendergast/status/954559771910193152?ref_src=twsrc%5Etfw">January 20, 2018</a></p></blockquote>\n<p><br />\n\n<p><!-- /wp:core/embed --></p>\n<p><!-- wp:core/embed {"url":"https://twitter.com/igorbenic/status/955539392273281025"} --></p>\n\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Tried the <a href="https://t.co/WkvhwSVBh6">https://t.co/WkvhwSVBh6</a> from <a href="https://twitter.com/MrAhmadAwais?ref_src=twsrc%5Etfw">@MrAhmadAwais</a>, had a block within a minute. Now it''s time to finish the <a href="https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw">#Gutenberg</a> course from <a href="https://twitter.com/zgordon?ref_src=twsrc%5Etfw">@zgordon</a> to actually build something useful :D</p>\n<p>— Igor Benić (@igorbenic) <a href="https://twitter.com/igorbenic/status/955539392273281025?ref_src=twsrc%5Etfw">January 22, 2018</a></p></blockquote>\n<p><br />\n\n<p><!-- /wp:core/embed --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>With a stable release now available to the public, Awais is working on <a href="https://github.com/ahmadawais/create-guten-block/issues/11">2.0.0</a>. "The next step is to get this toolkit tested and mature the entire app to release version 2.0.0 for that not only do I need your <a href="https://ahmadawais.com/contact/">support</a>, I ask that you hop on board and contribute — that’s the only way forward," he said.</p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p>Create Guten Block Toolkit is <a href="https://github.com/ahmadawais/create-guten-block/blob/master/LICENSE">MIT licensed</a> and available for free <a href="https://github.com/ahmadawais/create-guten-block">on GitHub</a>. Contributions are welcomed! </p>\n<p><!-- /wp:core/paragraph --></p>\n<p><!-- wp:core/paragraph --></p>\n<p><!-- /wp:core/paragraph --></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 Jan 2018 03:30:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:97:"WPTavern: Free Conference Dedicated to WordPress in Higher Ed Takes Place January 30th at 9AM CST";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=77514";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://wptavern.com/free-conference-dedicated-to-wordpress-in-higher-ed-takes-place-january-30th-at-9am-cst";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1380:"<p>If you’re interested in learning how WordPress is used in Higher Ed, tune in to <a href="https://online.wpcampus.org/">WPCampus Online</a>, January 30th at 9AM Central Standard Time. WPCampus Online is a virtual conference that people can watch for free, no traveling necessary. The event uses <a href="https://www.crowdcast.io/">Crowdcast</a> allowing viewers to switch between rooms, interact with each other, and ask questions.</p>\n<p>Some of the topics that <a href="https://online.wpcampus.org/schedule/">will be presented</a> include, <a href="https://online.wpcampus.org/schedule/wordpress-and-real-world-data-with-students/">WordPress and Real-World Data with Students</a>, <a href="https://online.wpcampus.org/schedule/headless-brainless-wordpress/">Headless and Brainless WordPress</a>, and <a href="https://online.wpcampus.org/schedule/using-wordpress-support-run-student-government-elections/">Using WordPress to Support and Run Student Government Elections</a>. If in-person conferences are more your style, keep an eye out for information on WPCampus 2018 tentatively planned for this Summer.</p>\n<p>To learn more about WPCampus and the people behind it, <a href="https://wptavern.com/wpweekly-episode-301-wordpress-in-highered-accessibility-and-more-with-rachel-cherry">listen to our interview</a> with Rachel Cherry on episode 301 of WordPress Weekly.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jan 2018 22:14:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Mark Jaquith: How I fixed Yoast SEO sitemaps on a large WordPress site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5392";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://markjaquith.wordpress.com/2018/01/22/how-i-fixed-yoast-seo-sitemaps-on-a-large-wordpress-site/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4852:"<p>One of my Covered Web Services clients recently came to me with a problem: <a href="https://yoast.com/wordpress/plugins/seo/">Yoast SEO</a> sitemaps were broken on their largest, highest-traffic WordPress site. Yoast SEO breaks your sitemap up into chunks. On this site, the individual chunks were loading, but the sitemap index (its “table of contents”) would not load, and was giving a timeout error. This prevented search engines from finding the individual sitemap chunks.</p>\n<p>Sitemaps are really helpful for providing information to search engines about the content on your site, so fixing this issue was a high priority to the client! They were frustrated, and confused, because this was working just fine on their other sites.</p>\n<p>Given that this site has over a decade of content, I figured that Yoast SEO’s dynamic generation of the sitemap was simply taking too long, and the server was giving up.</p>\n<p>So I increased the site’s various timeout settings to 120 seconds.</p>\n<p><strong>No good.</strong></p>\n<p>I increased the timeout settings to 300 seconds. Five whole minutes!</p>\n<p><strong>Still no good.</strong></p>\n<p>This illustrates one of the problems that WordPress sites can face when they accumulate a lot of content: <strong>dynamic processes start to take longer</strong>. A process that takes a reasonable 5 seconds with 5,000 posts might take 100 seconds with 500,000 posts. I could have eventually made the Yoast SEO sitemap index work if I increased the timeout high enough, but that wouldn’t have been a good solution.</p>\n<ol>\n<li>It would have meant increasing the timeout settings irresponsibly high, leaving the server potentially open to abuse.</li>\n<li>Even though it is search engines, not people, who are requesting the sitemap, it is unreasonable to expect them to wait over 5 minutes for it to load. They’re likely to give up. They might even penalize the site in their rankings for being slow.</li>\n</ol>\n<p>I needed the sitemap to be reliably generated without making the search engines wait.</p>\n<p><strong>When something intensive needs to happen reliably on a site, look to the command line.</strong></p>\n<h2>The Solution</h2>\n<p>Yoast SEO doesn’t have <a href="http://wp-cli.org/">WP-CLI</a> (WordPress command line interface) commands, but that doesn’t matter — you can just use <a href="https://developer.wordpress.org/cli/commands/eval/"><b>wp eval</b></a> to run arbitrary WordPress PHP code.</p>\n<p>After a little digging through the <a href="https://github.com/Yoast/wordpress-seo/blob/46802dbcf8e7d2ac0d6552f4de0923cd0eba2b07/inc/sitemaps/class-sitemaps.php#L345-L364">Yoast SEO code</a>, I determined that this WP-CLI command would output the index sitemap:</p>\n<pre class="brush: bash; title: ; notranslate">wp eval ''\n$sm = new WPSEO_Sitemaps;\n$sm->build_root_map();\n$sm->output();\n''</pre>\n<p>That took a good while to run on the command line, but that doesn’t matter, because I just set a <a href="https://help.ubuntu.com/community/CronHowto">cron job</a> to run it once a day and save its output to a static file.</p>\n<pre class="brush: plain; title: ; notranslate">0 3 * * * cd /srv/www/example.com && /usr/local/bin/wp eval ''$sm = new WPSEO_Sitemaps;$sm->build_root_map();$sm->output();'' > /srv/www/example.com/wp-content/uploads/sitemap_index.xml</pre>\n<p>The final step that was needed was to modify a rewrite in the site’s Nginx config that would make the <b>/sitemap_index.xml</b> path point to the cron-created static file, instead of resolving to Yoast SEO’s dynamic generation URL.</p>\n<pre class="brush: plain; highlight: [4]; title: ; notranslate">location ~ ([^/]*)sitemap(.*).x(m|s)l$ {\n rewrite ^/sitemap.xml$ /sitemap_index.xml permanent;\n rewrite ^/([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 last;\n rewrite ^/sitemap_index.xml$ /wp-content/uploads/sitemap_index.xml last;\n rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;\n}</pre>\n<p>Now the sitemap index loads instantly (because it’s a static file), and is kept up-to-date with a reliable background process. The client is happy that they didn’t have to switch SEO plugins or install a separate sitemap plugin. Everything just works, thanks to a little bit of command line magic.</p>\n<p>What other WordPress processes would benefit from this kind of approach?</p>\n<hr />\n<p><b>Do you need <a href="https://coveredwebservices.com/">WordPress services?</a></b></p>\n<p>Mark runs <a href="https://coveredwebservices.com/">Covered Web Services</a> which specializes in custom WordPress solutions with focuses on security, speed optimization, plugin development and customization, and complex migrations.</p>\n<p>Please reach out to start a conversation!</p>\n[contact-form]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jan 2018 15:15:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"Post Status: Hosted versus self-hosted eCommerce — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=41084";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://poststatus.com/hosted-versus-self-hosted-ecommerce-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2130:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss self-hosted vs managed ecommerce and whether or not conferences have outlived their usefulness. Specifically, they look at WooCommerce vs other solutions and explore Shopify and Liquid Web’s Managed WooCommerce hosting as viable done-for-you strategies. On the conference front, they talk about the good and the bad of conferences and ponder how tech conferences of the future may need to change to attract more attendees.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://marco.org/2018/01/17/end-of-conference-era">The End of the Conference Era</a></li>\n<li><a href="https://www.liquidweb.com/blog/liquid-web-announces-the-launch-of-managed-woocommerce-hosting/">Liquid Web introduces Managed WooCommerce</a></li>\n<li><a href="https://github.com/liquidweb/woocommerce-order-tables">Liquid Web’s WooCommerce Order Tables Plugin</a></li>\n<li><a href="https://metorik.com/">Metorik</a></li>\n<li><a href="https://www.ecommercefuel.com/">eCommerceFuel</a></li>\n</ul>\n<h3>Sponsor: Pippin’s Plugins</h3>\n<p>This episode is sponsored by Pippin’s Plugins. <a href="http://pippinsplugins.com/">Pippin’s Plugins</a> creates a suite of plugins that work great alone, or together. Whether you need to restrict content, sell downloads, or start an affiliate program, they’ve got you covered. For more information, check out their <a href="http://pippinsplugins.com/">website</a> and thank you to Pippin’s Plugins for being a Post Status partner.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Jan 2018 20:56:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Matt: R.I.P Dean";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47840";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:33:"https://ma.tt/2018/01/r-i-p-dean/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3483:"<p>Dean Allen, a web pioneer and good man, has passed away. I've been processing the news for a few days and still don't know where to begin. Dean was a writer, who wrote the software he wrote on. His websites were crafted, designed, and typeset so well you would have visited them even if they were filled with Lorem Ipsum, and paired with his writing you were drawn into an impossibly rich world. His blog was called Textism, and among many other things it introduced me to the art of typography.</p>\n\n<p>Later, he created Textpattern, without which WordPress wouldn't exist. Later, he created Textdrive with Jason Hoffman, without which WordPress wouldn't have found an early business model or had a home on the web. He brought a care and craft to everything he touched that inspires me to this day. As <a href="https://daringfireball.net/2018/01/dean_allen">John Gruber said</a>, "Dean strove for perfection and often achieved it." (Aside: Making typography better on the web led John Gruber to release Smarty Pants, Dean a tool called Textile, and myself something called Texturize all within a few months of each other; John continued his work and created Markdown, I put Texturize into WP, and Dean released Textile in Textpattern.)</p>\n\n<p>Years later, we became friends and shared many trips, walks, drinks, and meals together, often with Hanni and <a href="https://om.co/2018/01/18/dean-allen-rest-in-peace/">Om</a>. (When we overlapped in Vancouver he immediately texted "I'll show you some butt-kicking food and drink.") His zest for life was matched with an encyclopedic knowledge of culture and voracious reading (and later podcast listening) habits. I learned so much in our time together, a web inspiration who turned for me into a real-life mensch. He was endlessly generous with his time and counsel in design, prose, and fashion. I learned the impossibly clever sentences he wrote, that you assumed were the product of a small writing crew or at least a few revisions, came annoyingly easily to him, an extension of how he actually thought and wrote and the culmination of a lifetime of telling stories and connecting to the human psyche.</p>\n\n<p>Dean, who (of course) was also a great photographer, didn't love having his own photo taken but would occasionally tolerate me when I pointed a camera at him <a href="https://om.co/2018/01/18/dean-allen-rest-in-peace/">and Om has a number of the photos on his post</a>. There's one that haunts me: before getting BBQ we were at his friend's apartment in Vancouver, listening to Mingus and enjoying hand-crafted old fashioneds with <a href="https://ma.tt/files/2018/01/IMG_7147.jpg">antique bitters</a>, and despite the rain we went on the roof to see the art that was visible from there. He obliged to a photo this time though and we took photos of each other individually in front of a sign that said "EVERYTHING IS GOING TO BE ALRIGHT." It wasn't, but it's what I imagine Dean would say right now if he could.</p>\n\n<div class="wp-block-gallery alignnone columns-2 is-cropped">\n <img src="https://i2.wp.com/ma.tt/files/2018/01/IMG_7151.jpg?w=604&ssl=1" />\n <img src="https://i0.wp.com/ma.tt/files/2018/01/IMG_7158.jpg?w=604&ssl=1" />\n</div>\n\n<img src="https://i1.wp.com/ma.tt/files/2018/01/104050690_ce98a95092_o.jpg?w=604&ssl=1" />\n When we first met, in 2006, <a href="https://www.flickr.com/photos/textdriveinc/104050690/in/photostream/">from Jason</a>.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Jan 2018 05:21:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WPTavern: WPWeekly Episode 301 – WordPress in HigherEd, Accessibility, and More With Rachel Cherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=77497&preview=true&preview_id=77497";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wptavern.com/wpweekly-episode-301-wordpress-in-highered-accessibility-and-more-with-rachel-cherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2840:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by <a href="https://bamadesigner.com/">Rachel Cherry</a>, Senior Software Engineer for <a href="http://www.disneyinteractive.com/">Disney Interactive</a> and Director of <a href="https://wpcampus.org/">WPCampus</a>. Cherry describes how she got involved with WordPress, its use in higher education, the inspiration behind WPCampus, and her thoughts on accessibility both in WordPress and across the web. She also assigned everyone the following homework assignment.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Per my interview on <a href="https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw">#WordPress</a> Weekly, I’ve assigned everyone <a href="https://twitter.com/hashtag/accessibility?src=hash&ref_src=twsrc%5Etfw">#accessibility</a> homework: open your website and navigate using ONLY THE KEYBOARD. Can you access all content and functionality? Can you open AND close popups? Let me know what you learned.</p>\n<p>— Rachel Cherry (@bamadesigner) <a href="https://twitter.com/bamadesigner/status/953742847831818240?ref_src=twsrc%5Etfw">January 17, 2018</a></p></blockquote>\n<p></p>\n<p>If you want to learn how WordPress is being used in higher education, tune in to<a href="https://online.wpcampus.org/"> WPCampus Online</a> Tuesday, January 30, 2018. Viewers will be able to watch sessions and interact with the speakers for free. Near the end of the show, Jacoby provides a review of the Nintendo Switch he received for Christmas.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://make.wordpress.org/core/2018/01/12/whats-new-in-gutenberg-12th-january/">Gutenberg 2.0 Released</a><br />\n<a href="https://wptavern.com/wordpress-4-9-2-patches-xss-vulnerability">WordPress 4.9.2 Patches XSS Vulnerability</a><br />\n<a href="https://wptavern.com/zac-gordon-launches-gutenberg-development-course-includes-more-than-30-videos">Zac Gordon Launches Gutenberg Development Course, Includes More Than 30 Videos</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href="https://pippinsplugins.com/2017-in-review/">Pippin Williamson’s 2017 Year in Review</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 24th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #301:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jan 2018 02:42:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 25 Feb 2018 13:58:26 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Sun, 25 Feb 2018 13:30:27 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911040210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(137, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1519610300', 'no'),
(138, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1519567100', 'no'),
(139, '_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde', '1519610300', 'no'),
(140, '_transient_dash_v2_c05853b002c443ec8e57ff884f56cdde', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://es.wordpress.org/2018/02/21/espana-es-el-segundo-pais-del-mundo-con-mas-meetups-wordpress/''>España es el segundo país del mundo con más Meetups WordPress</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://poststatus.com/observations-maturing-ecosystem-draft-podcast/''>Post Status: Observations on a maturing ecosystem — Draft podcast</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/wordcamp-orange-county-plugin-a-palooza-first-place-prize-is-3000''>WPTavern: WordCamp Orange County Plugin-A-Palooza First Place Prize is $3,000</a></li><li><a class=''rsswidget'' href=''https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/''>Dev Blog: WordCamp Incubator 2.0</a></li></ul></div>', 'no'),
(141, '_transient_timeout_plugin_slugs', '1519672314', 'no'),
(142, '_transient_plugin_slugs', 'a:8:{i:0;s:19:"akismet/akismet.php";i:1;s:39:"email-subscribers/email-subscribers.php";i:2;s:46:"external-db-auth-reloaded/external_db_auth.php";i:3;s:29:"pirate-forms/pirate-forms.php";i:4;s:9:"hello.php";i:5;s:47:"jonradio-private-site/jonradio-private-site.php";i:6;s:27:"ninja-forms/ninja-forms.php";i:7;s:42:"peters-login-redirect/wplogin_redirect.php";}', 'no'),
(143, 'recently_activated', 'a:0:{}', 'yes'),
(151, 'external_db_type', 'mysql', 'yes'),
(152, 'external_host', 'localhost', 'yes'),
(153, 'external_db_port', '', 'yes'),
(154, 'external_db', 'reservas', 'yes'),
(155, 'external_db_user', 'terrazasgreen', 'yes'),
(156, 'external_db_pw', 'padelbasket', 'yes'),
(157, 'external_db_table', 'usuario', 'yes'),
(158, 'external_db_namefield', 'login', 'yes'),
(159, 'external_db_pwfield', 'passwd', 'yes'),
(160, 'external_db_first_name', 'alias', 'yes'),
(161, 'external_db_last_name', '', 'yes'),
(162, 'external_db_user_url', '', 'yes'),
(163, 'external_db_user_email', '', 'yes'),
(164, 'external_db_description', '', 'yes'),
(165, 'external_db_aim', '', 'yes'),
(166, 'external_db_yim', '', 'yes'),
(167, 'external_db_jabber', '', 'yes'),
(168, 'external_db_enc', 'MD5', 'yes'),
(169, 'external_db_other_enc', '', 'yes'),
(170, 'external_db_error_msg', 'Información sobre como hacer una cuenta nueva', 'yes'),
(171, 'external_db_role_bool', '', 'yes'),
(172, 'external_db_role', '', 'yes'),
(173, 'external_db_role_value', '', 'yes'),
(174, 'external_db_site_url', '', 'yes'),
(177, '_site_transient_timeout_available_translations', '1519584286', 'no'),
(178, '_site_transient_available_translations', 'a:112:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 13:56:09";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-23 21:25:10";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-01-26 15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"as";a:8:{s:8:"language";s:2:"as";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-22 18:59:07";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/as.zip";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-12 20:34:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06 00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-25 21:29:53";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.4/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-05 09:38:10";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"4.8.5";s:7:"updated";s:19:"2017-10-01 12:57:10";s:12:"english_name";s:7:"Bengali";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.5/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-14 03:59:30";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-04 20:20:28";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-04 11:05:21";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02 17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-16 14:25:50";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-05 12:14:04";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-02 17:36:02";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsæt";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-18 10:57:23";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-12 10:10:36";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-22 15:43:53";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/4.9.2/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-18 10:57:34";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.9.4/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:3:"dzo";a:8:{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29 08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-21 11:11:12";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-23 13:14:32";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-24 19:13:22";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-15 09:54:30";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-01 00:57:34";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-05 22:38:45";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-30 15:37:42";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-31 07:06:12";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/es_AR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-23 18:34:33";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/es_VE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-15 23:17:08";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-15 15:03:42";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"4.8.5";s:7:"updated";s:19:"2017-07-31 15:12:02";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.5/es_MX.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:5:"4.8.3";s:7:"updated";s:19:"2017-10-01 17:54:52";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-09 09:36:22";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-28 20:09:49";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-19 08:44:26";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/es_ES.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-19 14:11:29";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.2/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-12-09 21:12:23";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-21 08:16:29";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-12 17:00:17";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 06:52:56";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-31 11:16:06";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-13 21:04:28";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:3:"fur";a:8:{s:8:"language";s:3:"fur";s:7:"version";s:5:"4.8.5";s:7:"updated";s:19:"2018-01-29 17:32:35";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.5/fur.zip";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 21:50:33";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-14 06:16:04";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-12 09:39:31";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-08 13:07:19";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-23 13:37:29";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-29 19:54:36";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03 16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-12-21 02:45:34";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-04-13 13:55:54";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-23 12:24:32";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-24 06:17:29";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}}s:5:"jv_ID";a:8:{s:8:"language";s:5:"jv_ID";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-14 11:47:57";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/jv_ID.zip";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Nerusaké";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-08 06:01:48";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:{s:8:"language";s:3:"kab";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-19 20:58:18";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.4/kab.zip";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:6:"Kemmel";}}s:2:"km";a:8:{s:8:"language";s:2:"km";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-07 02:07:59";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/km.zip";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-10 14:12:15";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:{s:8:"language";s:3:"ckb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:48:25";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"بهردهوام به";}}s:2:"lo";a:8:{s:8:"language";s:2:"lo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 09:59:23";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:18:"ຕໍ່ໄປ";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-15 19:40:23";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-03-17 20:40:40";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-01-26 15:54:41";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:43:32";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}}s:2:"mn";a:8:{s:8:"language";s:2:"mn";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-12 07:29:35";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:24:"Үргэлжлүүлэх";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:5:"4.8.5";s:7:"updated";s:19:"2018-02-13 07:38:55";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.8.5/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-12-09 00:51:20";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.1.20";s:7:"updated";s:19:"2015-03-26 15:57:42";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 10:00:35";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:{s:8:"language";s:5:"ne_NP";s:7:"version";s:5:"4.8.5";s:7:"updated";s:19:"2017-10-05 06:45:20";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.5/ne_NP.zip";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जारी राख्नुहोस्";}}s:5:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-24 14:29:17";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-12 10:02:28";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-12 10:05:39";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.9.4/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-26 14:30:58";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:5:"4.8.3";s:7:"updated";s:19:"2017-08-25 10:03:08";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-16 05:19:43";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-21 11:54:40";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.1.20";s:7:"updated";s:19:"2015-03-29 22:19:48";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-25 21:30:31";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/4.9.4/pt_PT_ao90.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-01 00:52:57";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-22 19:29:24";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:{s:8:"language";s:3:"rhg";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-16 13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-16 11:41:34";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-22 17:48:06";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21 02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}}s:5:"si_LK";a:8:{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-16 08:25:42";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2018-01-04 13:33:13";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-31 10:48:26";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-05 20:37:27";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-23 15:16:06";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}}s:2:"te";a:8:{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 01:04:10";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-30 02:38:08";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-19 20:23:17";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06 18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-05 09:23:39";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:9:"Uyƣurqə";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:5:"4.8.3";s:7:"updated";s:19:"2017-11-02 17:05:02";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.8.3/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-01-25 07:19:58";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:5:"uz_UZ";a:8:{s:8:"language";s:5:"uz_UZ";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-24 17:01:08";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/uz_UZ.zip";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-01 04:49:54";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 17:26:08";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版 ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-13 02:41:15";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-17 22:20:52";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}}', 'no'),
(181, 'current_theme', 'Hestia', 'yes'),
(182, 'theme_mods_hestia', 'a:33:{i:0;b:0;s:30:"hestia_alternative_blog_layout";s:18:"blog_normal_layout";s:31:"hestia_alternative_footer_style";s:12:"black_footer";s:18:"nav_menu_locations";a:2:{s:7:"primary";i:2;s:6:"footer";i:3;}s:18:"custom_css_post_id";i:65;s:18:"hestia_page_editor";s:2248:"<div><h1>Sitio web para vecinos de Terrazas Green</h1><p>Esta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administración del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Además dispone de un foro donde poder tratar temas de interés para los vecinos.</p><p>Dicha web no supone ningún coste económico para los vecinos. Sin embargo, se llegó a un acuerdo para que el administrador de esta página pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.</p><p>Para acceder necesitará saber su número de telefonillo y una contraseña. Esta gestión puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contraseña al presidente/a de la comunidad de propietarios mandando un correo a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a><span> </span>en segunda instancia.</p><p>Las reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los límites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la mañana a 10 de la noche por orden de la administración. El número de reservas por vecino está limitado, pero se recuperan automáticamente una vez consumidas. En concreto está inicialmente dispuesto así:</p><div class="lista-actividades">Pista de pádel: 2 horas de reservas.</div><div class="lista-actividades">Pista de baloncesto: 2 horas de reservas.</div><div class="lista-actividades">Sala de usos múltiples: 12 horas de reservas.</div><h3></h3><p>Para terminar, darle las gracias por utilizar este servicio cuyo único fin es hacernos la vida más fácil y cómoda, con el permiso de la administración de la comunidad.</p><p>Un Saludo.</p><p>Si tiene algún problema, consulta o duda, diríjase a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a></p><p>Para problemas técnicos o cambios necesarios en la web, diríjase a<span> </span><a href="mailto:pedroj.fernandez@gmail.com">pedroj.fernandez@gmail.com</a></p></div>";s:24:"hestia_feature_thumbnail";s:61:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg";s:22:"hestia_big_title_title";s:14:"Terrazas Green";s:17:"hestia_blog_title";s:8:"Noticias";s:20:"hestia_blog_subtitle";s:33:"Actualidad y anuncios importantes";s:21:"hestia_big_title_text";s:29:"Acceso solo para propietarios";s:28:"hestia_big_title_button_text";s:23:"Ver reservas deportivas";s:28:"hestia_big_title_button_link";s:23:"/instalaciones/reservas";s:27:"hestia_big_title_background";s:99:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/46019_5_fa6cf248a6525f548591b61ffe880ae7.jpg";s:25:"hestia_contact_background";s:74:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg";s:20:"hestia_contact_title";s:12:"Información";s:12:"accent_color";s:7:"#27ae60";s:16:"background_color";s:6:"e0e0e0";s:17:"hestia_about_hide";b:1;s:21:"hestia_subscribe_hide";b:1;s:20:"hestia_headings_font";s:4:"Lato";s:16:"hestia_body_font";s:4:"Lato";s:19:"hestia_font_subsets";a:1:{i:0;s:5:"latin";}s:19:"hestia_contact_hide";b:1;s:16:"hestia_blog_hide";b:1;s:25:"hestia_contact_area_title";s:8:"Contacto";s:27:"hestia_subscribe_background";s:74:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg";s:28:"hestia_header_gradient_color";s:7:"#3f7c02";s:19:"hestia_top_bar_hide";b:1;s:20:"hestia_header_layout";s:7:"default";s:12:"header_image";s:61:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:37;s:3:"url";s:61:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg";s:13:"thumbnail_url";s:61:"http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg";s:6:"height";i:424;s:5:"width";i:800;}s:28:"hestia_header_image_sitewide";b:1;}', 'yes'),
(183, 'theme_switched', '', 'yes'),
(184, '_transient_timeout_hestia_t_elementor', '1520441764', 'no'),
(185, '_transient_hestia_t_elementor', 'El constructor de páginas en portada de arrastrar y soltar más avanzado', 'no'),
(186, 'hestia_sync_checkboxes_to_radio_once', '1', 'yes'),
(187, 'hestia_install', '1519577764', 'yes'),
(188, '_transient_timeout_hestia_1166versions', '1522169764', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(189, '_transient_hestia_1166versions', 'a:46:{i:0;a:2:{s:7:"version";s:5:"1.0.6";s:3:"url";s:54:"https://downloads.wordpress.org/theme/hestia.1.0.6.zip";}i:1;a:2:{s:7:"version";s:5:"1.0.8";s:3:"url";s:54:"https://downloads.wordpress.org/theme/hestia.1.0.8.zip";}i:2;a:2:{s:7:"version";s:6:"1.0.11";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.0.11.zip";}i:3;a:2:{s:7:"version";s:6:"1.0.12";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.0.12.zip";}i:4;a:2:{s:7:"version";s:6:"1.1.19";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.19.zip";}i:5;a:2:{s:7:"version";s:6:"1.1.20";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.20.zip";}i:6;a:2:{s:7:"version";s:6:"1.1.21";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.21.zip";}i:7;a:2:{s:7:"version";s:6:"1.1.22";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.22.zip";}i:8;a:2:{s:7:"version";s:6:"1.1.23";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.23.zip";}i:9;a:2:{s:7:"version";s:6:"1.1.24";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.24.zip";}i:10;a:2:{s:7:"version";s:6:"1.1.25";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.25.zip";}i:11;a:2:{s:7:"version";s:6:"1.1.28";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.28.zip";}i:12;a:2:{s:7:"version";s:6:"1.1.29";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.29.zip";}i:13;a:2:{s:7:"version";s:6:"1.1.30";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.30.zip";}i:14;a:2:{s:7:"version";s:6:"1.1.31";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.31.zip";}i:15;a:2:{s:7:"version";s:6:"1.1.32";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.32.zip";}i:16;a:2:{s:7:"version";s:6:"1.1.33";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.33.zip";}i:17;a:2:{s:7:"version";s:6:"1.1.36";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.36.zip";}i:18;a:2:{s:7:"version";s:6:"1.1.37";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.37.zip";}i:19;a:2:{s:7:"version";s:6:"1.1.38";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.38.zip";}i:20;a:2:{s:7:"version";s:6:"1.1.39";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.39.zip";}i:21;a:2:{s:7:"version";s:6:"1.1.40";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.40.zip";}i:22;a:2:{s:7:"version";s:6:"1.1.41";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.41.zip";}i:23;a:2:{s:7:"version";s:6:"1.1.42";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.42.zip";}i:24;a:2:{s:7:"version";s:6:"1.1.43";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.43.zip";}i:25;a:2:{s:7:"version";s:6:"1.1.44";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.44.zip";}i:26;a:2:{s:7:"version";s:6:"1.1.45";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.45.zip";}i:27;a:2:{s:7:"version";s:6:"1.1.46";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.46.zip";}i:28;a:2:{s:7:"version";s:6:"1.1.47";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.47.zip";}i:29;a:2:{s:7:"version";s:6:"1.1.48";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.48.zip";}i:30;a:2:{s:7:"version";s:6:"1.1.50";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.50.zip";}i:31;a:2:{s:7:"version";s:6:"1.1.51";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.51.zip";}i:32;a:2:{s:7:"version";s:6:"1.1.52";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.52.zip";}i:33;a:2:{s:7:"version";s:6:"1.1.53";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.53.zip";}i:34;a:2:{s:7:"version";s:6:"1.1.54";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.54.zip";}i:35;a:2:{s:7:"version";s:6:"1.1.55";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.55.zip";}i:36;a:2:{s:7:"version";s:6:"1.1.56";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.56.zip";}i:37;a:2:{s:7:"version";s:6:"1.1.57";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.57.zip";}i:38;a:2:{s:7:"version";s:6:"1.1.58";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.58.zip";}i:39;a:2:{s:7:"version";s:6:"1.1.59";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.59.zip";}i:40;a:2:{s:7:"version";s:6:"1.1.60";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.60.zip";}i:41;a:2:{s:7:"version";s:6:"1.1.61";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.61.zip";}i:42;a:2:{s:7:"version";s:6:"1.1.62";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.62.zip";}i:43;a:2:{s:7:"version";s:6:"1.1.63";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.63.zip";}i:44;a:2:{s:7:"version";s:6:"1.1.65";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.65.zip";}i:45;a:2:{s:7:"version";s:6:"1.1.66";s:3:"url";s:55:"https://downloads.wordpress.org/theme/hestia.1.1.66.zip";}}', 'no'),
(190, 'hestia_time_activated', '1519577764', 'yes'),
(191, 'hestia_had_elementor', 'no', 'yes'),
(198, 'nav_menu_options', 'a:1:{s:8:"auto_add";a:0:{}}', 'yes'),
(199, 'category_children', 'a:0:{}', 'yes'),
(200, 'hestia_sync_needed', '', 'yes'),
(201, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1519592946', 'no'),
(202, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4430;}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:2597;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2539;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2406;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1858;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1632;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1625;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1446;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1382;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1378;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1372;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1299;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1281;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1183;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1084;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1056;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1013;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:992;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:863;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:858;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:822;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:796;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:789;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:692;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:688;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:682;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:674;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:667;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:654;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:651;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:639;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:632;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:630;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:608;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:605;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:598;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:596;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:584;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:584;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:584;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:556;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:541;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:535;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:527;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:517;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:511;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:510;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:503;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:489;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:485;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:485;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:479;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:476;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:465;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:463;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:463;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:453;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:449;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:433;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:423;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:423;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:417;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:416;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:416;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:411;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:410;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:401;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:394;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:389;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:383;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:369;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:360;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:355;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:353;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:342;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:342;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:339;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:337;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:336;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:334;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:333;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:333;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:332;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:328;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:328;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:321;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:314;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:309;}s:16:"custom-post-type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-type";s:5:"count";i:305;}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:302;}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";i:301;}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";i:300;}s:7:"adsense";a:3:{s:4:"name";s:7:"adsense";s:4:"slug";s:7:"adsense";s:5:"count";i:295;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:291;}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";i:291;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:288;}s:6:"author";a:3:{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";i:288;}s:16:"google-analytics";a:3:{s:4:"name";s:16:"google analytics";s:4:"slug";s:16:"google-analytics";s:5:"count";i:287;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:284;}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";i:283;}}', 'no'),
(205, 'jr_ps_internal_settings', 'a:1:{s:7:"version";s:6:"2.14.1";}', 'yes'),
(206, 'jr_ps_settings', 'a:13:{s:12:"private_site";b:1;s:19:"reveal_registration";b:1;s:11:"wplogin_php";b:0;s:13:"override_omit";b:0;s:12:"custom_login";b:0;s:19:"custom_login_onsite";b:1;s:9:"excl_home";b:1;s:12:"specific_url";s:0:"";s:7:"landing";s:6:"return";s:9:"login_url";s:0:"";s:10:"check_role";b:1;s:8:"excl_url";a:0:{}s:15:"excl_url_prefix";a:0:{}}', 'yes'),
(211, '_transient_timeout_feed_9bc1b9ec726e1f508c5207949084454a', '1519626783', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(212, '_transient_feed_9bc1b9ec726e1f508c5207949084454a', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"ThemeIsle Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://themeisle.com/blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress Tutorials and Reviews for Beginners and Advanced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Feb 2018 09:54:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=4.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"2 Simple Ways to Change WordPress Usernames";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/change-wordpress-usernames/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://themeisle.com/blog/change-wordpress-usernames/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Feb 2018 09:54:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Beginner Tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Featured";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11854";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:989:"<p>When you first set up your WordPress site, you created a login username and password. However, at some point you may find yourself needing to switch them. We’ve discussed how to choose a new password in the past – but how do you change WordPress usernames? Even though you can’t just log into your site and pick a new name for your account, there are a couple of easy solutions. For example, you can alter your username manually in just a few minutes. To make...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/change-wordpress-usernames/" class="more-link">Continue Reading <span class="screen-reader-text">"2 Simple Ways to Change WordPress Usernames"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/change-wordpress-usernames/">2 Simple Ways to Change WordPress Usernames</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"https://themeisle.com/blog/change-wordpress-usernames/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11854";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"How to Hire WordPress Developers Locally – Try These 5 Spots";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://themeisle.com/blog/hire-wordpress-developers-locally/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"https://themeisle.com/blog/hire-wordpress-developers-locally/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Feb 2018 09:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Featured";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11782";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1122:"<p>At some point, your WordPress website will probably require special design or development work. Whether you’d like an expert to set up and manage your entire site or you need a designer to make smaller tweaks, finding a reputable development professional isn’t the easiest task. Many online job boards offer opportunities to contract workers, and you can find cheap work on Fiverr for those smaller projects. But sometimes the results aren’t always great, which is why learning to hire WordPress developers locally is often your...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/hire-wordpress-developers-locally/" class="more-link">Continue Reading <span class="screen-reader-text">"How to Hire WordPress Developers Locally – Try These 5 Spots"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/hire-wordpress-developers-locally/">How to Hire WordPress Developers Locally – Try These 5 Spots</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joe Warnimont";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"https://themeisle.com/blog/hire-wordpress-developers-locally/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11782";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"The Scary World of Malware in WordPress: How It Affects Your Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://themeisle.com/blog/malware-in-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"https://themeisle.com/blog/malware-in-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Feb 2018 11:24:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=12089";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1048:"<p>Malware is an umbrella term for malicious software used to leverage a site’s weaknesses for various harmful activities. In the context of WordPress sites, malware in WordPress can affect a website’s performance on every level, from the web server to the user experience, and even the site’s SEO performance. So, if you are not paying attention to what is happening to your website now, it could be too late to save your site by the time you do. For that reason, keeping tabs on your...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/malware-in-wordpress/" class="more-link">Continue Reading <span class="screen-reader-text">"The Scary World of Malware in WordPress: How It Affects Your Site"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/malware-in-wordpress/">The Scary World of Malware in WordPress: How It Affects Your Site</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"ThemeIsle Editorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"https://themeisle.com/blog/malware-in-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12089";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"Learn About WordPress: 5 Great Sources for All Knowledge Levels";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://themeisle.com/blog/learn-about-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"https://themeisle.com/blog/learn-about-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Feb 2018 13:11:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11672";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1047:"<p>WordPress is easy to get started with, but that initial simplicity can be deceptive. You may not realize at first how complex and flexible the platform can be, or how vast its community is. There’s a lot to learn about WordPress – but where should you start? It isn’t difficult to find resources about WordPress online. There are tutorials, wikis, dedicated courses, and plenty of blogs (like the one you’re on right now). Much of this content is as free as the platform itself and...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/learn-about-wordpress/" class="more-link">Continue Reading <span class="screen-reader-text">"Learn About WordPress: 5 Great Sources for All Knowledge Levels"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/learn-about-wordpress/">Learn About WordPress: 5 Great Sources for All Knowledge Levels</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/learn-about-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11672";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"What Is FTP: A Beginner’s Guide to FTP for WordPress Users";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://themeisle.com/blog/what-is-ftp-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"https://themeisle.com/blog/what-is-ftp-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Feb 2018 10:12:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress Tools";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11583";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1011:"<p>You can perform a lot of tasks within your WordPress dashboard – but you can’t do everything. Sometimes, you may need to make a change directly to one of your site’s files. This might be to tighten security or add some custom code. A little research will tell you that File Transfer Protocol (FTP) is the way to go, but what is FTP? In short, FTP enables you to connect directly to the files that make up your WordPress site. You can then edit, add,...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/what-is-ftp-wordpress/" class="more-link">Continue Reading <span class="screen-reader-text">"What Is FTP: A Beginner’s Guide to FTP for WordPress Users"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/what-is-ftp-wordpress/">What Is FTP: A Beginner’s Guide to FTP for WordPress Users</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/what-is-ftp-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11583";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"How to Display PDF in WordPress – Your Own WordPress PDF Viewer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"https://themeisle.com/blog/display-pdf-in-wordpress-pdf-viewer/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"https://themeisle.com/blog/display-pdf-in-wordpress-pdf-viewer/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Feb 2018 10:30:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress Tools";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11579";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1083:"<p>A PDF seems like a document format that should have been long gone years ago. Yet that’s not that case. Why? Because PDFs are widely accepted, easy to share, allow for excellent document formatting, and can even be password protected so that no one steals or modifies the document. If you want to take advantage of those features and display PDF in WordPress, a WordPress PDF viewer is going to be your best option. While it’s always possible to upload a PDF to WordPress and link to...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/display-pdf-in-wordpress-pdf-viewer/" class="more-link">Continue Reading <span class="screen-reader-text">"How to Display PDF in WordPress – Your Own WordPress PDF Viewer"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/display-pdf-in-wordpress-pdf-viewer/">How to Display PDF in WordPress – Your Own WordPress PDF Viewer</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joe Warnimont";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:68:"https://themeisle.com/blog/display-pdf-in-wordpress-pdf-viewer/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11579";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"ThemeIsle Is an Official Media Partner at WordCamp Europe 2018! #WCEU";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://themeisle.com/blog/themeisle-media-partner-wceu-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"https://themeisle.com/blog/themeisle-media-partner-wceu-2018/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Feb 2018 11:05:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Pirate News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=12056";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1077:"<p>Hey guys, it’s news time in the ThemeIsle camp! As you probably noticed, we love going to WordCamps. The next WCEU will be a bit different for us, though, because we will officially be attending it as media partners 🎊🍾. We applied late in 2017 and now we’ve got the confirmation that ThemeIsle will help the organizers with the promotion of the event. In case you missed it, we also did a great mirror interview featuring Jenny Beaumont (the current WCEU team leader) and Petya...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/themeisle-media-partner-wceu-2018/" class="more-link">Continue Reading <span class="screen-reader-text">"ThemeIsle Is an Official Media Partner at WordCamp Europe 2018! #WCEU"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/themeisle-media-partner-wceu-2018/">ThemeIsle Is an Official Media Partner at WordCamp Europe 2018! #WCEU</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Adelina Tuca";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"https://themeisle.com/blog/themeisle-media-partner-wceu-2018/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12056";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"How to Use Scroll Triggered Pop-Ups on Your WordPress Site and Increase Conversions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://themeisle.com/blog/scroll-triggered-pop-ups-on-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"https://themeisle.com/blog/scroll-triggered-pop-ups-on-wordpress/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Feb 2018 10:43:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11021";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1153:"<p>Pop-ups can be an excellent way to increase conversions on your website. However, they aren’t tools to be used excessively, or you risk annoying your visitors. To avoid that, you can improve their effectiveness by using scroll triggered pop-ups. If you’ve ever scrolled to a certain point on a web page and suddenly been presented with a targeted message, you’ve experienced scroll triggered pop-ups firsthand. This technique enables you to offer exactly what a visitor needs or wants to see, right at the moment when...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/scroll-triggered-pop-ups-on-wordpress/" class="more-link">Continue Reading <span class="screen-reader-text">"How to Use Scroll Triggered Pop-Ups on Your WordPress Site and Increase Conversions"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/scroll-triggered-pop-ups-on-wordpress/">How to Use Scroll Triggered Pop-Ups on Your WordPress Site and Increase Conversions</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"https://themeisle.com/blog/scroll-triggered-pop-ups-on-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11021";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"What Is a Call to Action and How to Add Call to Action to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://themeisle.com/blog/what-add-call-to-action-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"https://themeisle.com/blog/what-add-call-to-action-to-wordpress/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Feb 2018 12:17:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress Tools";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11680";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1029:"<p>Many websites are designed with a specific goal in mind. You may want people to buy a product, sign up for an email list, or take part in your event. In these scenarios, you have to encourage visitors to take the plunge, which means you need to add call to action to WordPress. A call to action (CTA) is any element on your site that asks people to do something specific. It could simply be some prominent text, or it might be a dedicated button...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/what-add-call-to-action-to-wordpress/" class="more-link">Continue Reading <span class="screen-reader-text">"What Is a Call to Action and How to Add Call to Action to WordPress"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/what-add-call-to-action-to-wordpress/">What Is a Call to Action and How to Add Call to Action to WordPress</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"https://themeisle.com/blog/what-add-call-to-action-to-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11680";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"10 Not-So-Obvious WordPress Options to Help You Manage Your Site (Beginner’s Guide)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://themeisle.com/blog/wordpress-options/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/wordpress-options/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 08 Feb 2018 10:49:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Beginner Tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=11705";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1107:"<p>When it comes to website management, WordPress has plenty of built-in tools. But they aren’t always immediately obvious. So to help you find the ones you might have missed, this post lists a number of not-so-obvious WordPress options that will help you manage your site. WordPress options for easier site management 1. Get help quickly right from your dashboard The Help tab at the top right corner of every WordPress dashboard screen is a great shortcut to get a little WordPress help quickly. It connects you...<span class="clearfix clearfix-post"></span><a href="https://themeisle.com/blog/wordpress-options/" class="more-link">Continue Reading <span class="screen-reader-text">"10 Not-So-Obvious WordPress Options to Help You Manage Your Site (Beginner’s Guide)"</span> <span class="meta-nav">→</span></a></p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/wordpress-options/">10 Not-So-Obvious WordPress Options to Help You Manage Your Site (Beginner’s Guide)</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Priya";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"https://themeisle.com/blog/wordpress-options/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"11705";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://themeisle.com/blog/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:9:"106462030";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:12:{s:4:"date";s:29:"Sun, 25 Feb 2018 18:33:10 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:12:"x-robots-tag";s:15:"noindex, follow";s:4:"link";s:63:"<https://themeisle.com/blog/wp-json/>; rel="https://api.w.org/"";s:13:"last-modified";s:29:"Fri, 23 Feb 2018 09:54:33 GMT";s:4:"etag";s:41:"W/"068810dbfaab1ae714ab783863ec1bea-gzip"";s:4:"vary";s:27:"Accept-Encoding, User-Agent";s:12:"x-user-agent";s:8:"standard";s:14:"x-cache-config";s:3:"0 0";s:14:"x-cache-status";s:3:"HIT";s:27:"x-pagely-debug-pagely-https";s:2:"on";s:6:"server";s:20:"Pagely Gateway/1.5.1";}}s:5:"build";s:14:"20130911040210";}', 'no'),
(213, '_transient_timeout_feed_mod_9bc1b9ec726e1f508c5207949084454a', '1519626783', 'no'),
(214, '_transient_feed_mod_9bc1b9ec726e1f508c5207949084454a', '1519583583', 'no'),
(215, '_transient_timeout_themeisle_sdk_feed_items', '1519756383', 'no'),
(216, '_transient_themeisle_sdk_feed_items', 'a:5:{i:0;a:3:{s:5:"title";s:43:"2 Simple Ways to Change WordPress Usernames";s:4:"date";i:1519379642;s:4:"link";s:54:"https://themeisle.com/blog/change-wordpress-usernames/";}i:1;a:3:{s:5:"title";s:62:"How to Hire WordPress Developers Locally – Try These 5 Spots";s:4:"date";i:1519203627;s:4:"link";s:61:"https://themeisle.com/blog/hire-wordpress-developers-locally/";}i:2;a:3:{s:5:"title";s:65:"The Scary World of Malware in WordPress: How It Affects Your Site";s:4:"date";i:1519125858;s:4:"link";s:48:"https://themeisle.com/blog/malware-in-wordpress/";}i:3;a:3:{s:5:"title";s:63:"Learn About WordPress: 5 Great Sources for All Knowledge Levels";s:4:"date";i:1519045884;s:4:"link";s:49:"https://themeisle.com/blog/learn-about-wordpress/";}i:4;a:3:{s:5:"title";s:60:"What Is FTP: A Beginner’s Guide to FTP for WordPress Users";s:4:"date";i:1518689578;s:4:"link";s:49:"https://themeisle.com/blog/what-is-ftp-wordpress/";}}', 'no'),
(217, '_transient_timeout_themeisle_sdk_products', '1519605187', 'no'),
(218, '_transient_themeisle_sdk_products', 'a:42:{i:0;a:4:{s:4:"name";s:5:"Orfeo";s:4:"type";s:5:"theme";s:4:"slug";s:5:"orfeo";s:8:"installs";i:6000;}i:1;a:4:{s:4:"name";s:6:"Hestia";s:4:"type";s:5:"theme";s:4:"slug";s:6:"hestia";s:8:"installs";i:70000;}i:2;a:4:{s:4:"name";s:6:"Zillah";s:4:"type";s:5:"theme";s:4:"slug";s:6:"zillah";s:8:"installs";i:5000;}i:3;a:4:{s:4:"name";s:15:"Llorix One Lite";s:4:"type";s:5:"theme";s:4:"slug";s:15:"llorix-one-lite";s:8:"installs";i:20000;}i:4;a:4:{s:4:"name";s:14:"ResponsiveBoat";s:4:"type";s:5:"theme";s:4:"slug";s:14:"responsiveboat";s:8:"installs";i:10000;}i:5;a:4:{s:4:"name";s:4:"Oria";s:4:"type";s:5:"theme";s:4:"slug";s:4:"oria";s:8:"installs";i:10000;}i:6;a:4:{s:4:"name";s:7:"Oblique";s:4:"type";s:5:"theme";s:4:"slug";s:7:"oblique";s:8:"installs";i:30000;}i:7;a:4:{s:4:"name";s:7:"Amadeus";s:4:"type";s:5:"theme";s:4:"slug";s:7:"amadeus";s:8:"installs";i:10000;}i:8;a:4:{s:4:"name";s:14:"RokoPhoto Lite";s:4:"type";s:5:"theme";s:4:"slug";s:14:"rokophoto-lite";s:8:"installs";i:6000;}i:9;a:4:{s:4:"name";s:6:"FlyMag";s:4:"type";s:5:"theme";s:4:"slug";s:6:"flymag";s:8:"installs";i:9000;}i:10;a:4:{s:4:"name";s:11:"ZBlackbeard";s:4:"type";s:5:"theme";s:4:"slug";s:11:"zblackbeard";s:8:"installs";i:6000;}i:11;a:4:{s:4:"name";s:9:"Shop Isle";s:4:"type";s:5:"theme";s:4:"slug";s:9:"shop-isle";s:8:"installs";i:30000;}i:12;a:4:{s:4:"name";s:7:"islemag";s:4:"type";s:5:"theme";s:4:"slug";s:7:"islemag";s:8:"installs";i:10000;}i:13;a:4:{s:4:"name";s:10:"Azera Shop";s:4:"type";s:5:"theme";s:4:"slug";s:10:"azera-shop";s:8:"installs";i:9000;}i:14;a:4:{s:4:"name";s:19:"Advanced CSS Editor";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"advanced-css-editor";s:8:"installs";i:10000;}i:15;a:4:{s:4:"name";s:59:"Contact Form & SMTP Plugin for WordPress by PirateForms";s:4:"type";s:6:"plugin";s:4:"slug";s:12:"pirate-forms";s:8:"installs";i:200000;}i:16;a:4:{s:4:"name";s:28:"Custom Login Page Customizer";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"login-customizer";s:8:"installs";i:80000;}i:17;a:4:{s:4:"name";s:30:"Elementor Addons & Widgets";s:4:"type";s:6:"plugin";s:4:"slug";s:23:"elementor-addon-widgets";s:8:"installs";i:20000;}i:18;a:4:{s:4:"name";s:21:"FEEDZY RSS Feeds Lite";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"feedzy-rss-feeds";s:8:"installs";i:20000;}i:19;a:4:{s:4:"name";s:30:"Google Maps Plugin by Intergeo";s:4:"type";s:6:"plugin";s:4:"slug";s:13:"intergeo-maps";s:8:"installs";i:60000;}i:20;a:4:{s:4:"name";s:20:"Llorix One Companion";s:4:"type";s:6:"plugin";s:4:"slug";s:20:"llorix-one-companion";s:8:"installs";i:20000;}i:21;a:4:{s:4:"name";s:10:"Menu Icons";s:4:"type";s:6:"plugin";s:4:"slug";s:10:"menu-icons";s:8:"installs";i:100000;}i:22;a:4:{s:4:"name";s:27:"NavMenu Addon For Elementor";s:4:"type";s:6:"plugin";s:4:"slug";s:27:"navmenu-addon-for-elementor";s:8:"installs";i:10000;}i:23;a:4:{s:4:"name";s:19:"Orbit Fox Companion";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"themeisle-companion";s:8:"installs";i:100000;}i:24;a:4:{s:4:"name";s:28:"Page Templater For Elementor";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"elementor-templater";s:8:"installs";i:20000;}i:25;a:4:{s:4:"name";s:49:"Revive Old Post – Auto Post to Social Media";s:4:"type";s:6:"plugin";s:4:"slug";s:14:"tweet-old-post";s:8:"installs";i:70000;}i:26;a:4:{s:4:"name";s:56:"Slider by Nivo – Responsive WordPress Image Slider";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"nivo-slider-lite";s:8:"installs";i:30000;}i:27;a:4:{s:4:"name";s:32:"WordPress Charts and Graphs Lite";s:4:"type";s:6:"plugin";s:4:"slug";s:10:"visualizer";s:8:"installs";i:30000;}i:28;a:4:{s:4:"name";s:19:"Advanced CSS Editor";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"advanced-css-editor";s:8:"installs";i:10000;}i:29;a:4:{s:4:"name";s:59:"Contact Form & SMTP Plugin for WordPress by PirateForms";s:4:"type";s:6:"plugin";s:4:"slug";s:12:"pirate-forms";s:8:"installs";i:200000;}i:30;a:4:{s:4:"name";s:28:"Custom Login Page Customizer";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"login-customizer";s:8:"installs";i:80000;}i:31;a:4:{s:4:"name";s:30:"Elementor Addons & Widgets";s:4:"type";s:6:"plugin";s:4:"slug";s:23:"elementor-addon-widgets";s:8:"installs";i:20000;}i:32;a:4:{s:4:"name";s:21:"FEEDZY RSS Feeds Lite";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"feedzy-rss-feeds";s:8:"installs";i:20000;}i:33;a:4:{s:4:"name";s:30:"Google Maps Plugin by Intergeo";s:4:"type";s:6:"plugin";s:4:"slug";s:13:"intergeo-maps";s:8:"installs";i:60000;}i:34;a:4:{s:4:"name";s:20:"Llorix One Companion";s:4:"type";s:6:"plugin";s:4:"slug";s:20:"llorix-one-companion";s:8:"installs";i:20000;}i:35;a:4:{s:4:"name";s:10:"Menu Icons";s:4:"type";s:6:"plugin";s:4:"slug";s:10:"menu-icons";s:8:"installs";i:100000;}i:36;a:4:{s:4:"name";s:27:"NavMenu Addon For Elementor";s:4:"type";s:6:"plugin";s:4:"slug";s:27:"navmenu-addon-for-elementor";s:8:"installs";i:10000;}i:37;a:4:{s:4:"name";s:19:"Orbit Fox Companion";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"themeisle-companion";s:8:"installs";i:100000;}i:38;a:4:{s:4:"name";s:28:"Page Templater For Elementor";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"elementor-templater";s:8:"installs";i:20000;}i:39;a:4:{s:4:"name";s:49:"Revive Old Post – Auto Post to Social Media";s:4:"type";s:6:"plugin";s:4:"slug";s:14:"tweet-old-post";s:8:"installs";i:70000;}i:40;a:4:{s:4:"name";s:56:"Slider by Nivo – Responsive WordPress Image Slider";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"nivo-slider-lite";s:8:"installs";i:30000;}i:41;a:4:{s:4:"name";s:32:"WordPress Charts and Graphs Lite";s:4:"type";s:6:"plugin";s:4:"slug";s:10:"visualizer";s:8:"installs";i:30000;}}', 'no'),
(223, 'rul_version', '2.9.1', 'no'),
(224, 'rul_settings', 'a:5:{s:14:"rul_local_only";s:1:"1";s:32:"rul_allow_post_redirect_override";s:1:"0";s:39:"rul_allow_post_redirect_override_logout";s:1:"0";s:27:"rul_use_redirect_controller";s:1:"0";s:23:"rul_required_capability";s:17:"manage_categories";}', 'yes'),
(229, 'email-subscribers', '2.9', 'yes'),
(230, 'ig_es_fromname', 'Terrazas Green', 'yes'),
(231, 'ig_es_fromemail', 'guillermofr.dev@gmail.com', 'yes'),
(232, 'ig_es_emailtype', 'WP HTML MAIL', 'yes'),
(233, 'ig_es_notifyadmin', 'YES', 'yes'),
(234, 'ig_es_adminemail', 'guillermofr.dev@gmail.com', 'yes'),
(235, 'ig_es_admin_new_sub_subject', 'Terrazas Green - New email subscription', 'yes'),
(236, 'ig_es_admin_new_sub_content', 'Hi Admin,\r\n\r\nCongratulations! You have a new subscriber.\r\n\r\nName : {{NAME}}\r\nEmail: {{EMAIL}}\r\nGroup: {{GROUP}}\r\n\r\nHave a nice day :)\r\nTerrazas Green', 'yes'),
(237, 'ig_es_welcomeemail', 'YES', 'yes'),
(238, 'ig_es_welcomesubject', 'Terrazas Green - Welcome!', 'yes'),
(239, 'ig_es_welcomecontent', 'Hi {{NAME}},\r\n\r\nThank you for subscribing to Terrazas Green.\r\n\r\nWe are glad to have you onboard.\r\n\r\nBest,\r\nTerrazas Green\r\n\r\nGot subscribed to Terrazas Green by mistake? Click <a href=''{{LINK}}''>here</a> to unsubscribe.', 'yes'),
(240, 'ig_es_optintype', 'Double Opt In', 'yes'),
(241, 'ig_es_confirmsubject', 'Terrazas Green - Please confirm your subscription', 'yes'),
(242, 'ig_es_confirmcontent', 'Hi {{NAME}},\r\n\r\nWe have received a subscription request from this email address. Please confirm it by <a href=''{{LINK}}''>clicking here</a>.\r\n\r\nIf you still cannot subscribe, please copy this link and paste it in your browser :\r\n{{LINK}} \r\n\r\nThank You\r\nTerrazas Green', 'yes'),
(243, 'ig_es_optinlink', 'http://www.terrazaslocal.es/?es=optin&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}', 'yes'),
(244, 'ig_es_unsublink', 'http://www.terrazaslocal.es/?es=unsubscribe&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}', 'yes'),
(245, 'ig_es_unsubcontent', 'No longer interested in emails from Terrazas Green?. Please <a href=''{{LINK}}''>click here</a> to unsubscribe', 'yes'),
(246, 'ig_es_unsubtext', 'Thank You, You have been successfully unsubscribed. You will no longer hear from us.', 'yes'),
(247, 'ig_es_successmsg', 'You have been successfully subscribed.', 'yes'),
(248, 'ig_es_suberror', 'Oops.. Your request couldn''t be completed. This email address seems to be already subscribed / blocked.', 'yes'),
(249, 'ig_es_unsuberror', 'Oops.. There was some technical error. Please try again later or contact us.', 'yes'),
(250, 'ig_es_sample_data_imported', 'yes', 'yes'),
(253, 'widget_email-subscribers', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(254, 'ig_es_sync_wp_users', 's:4:"b:0;";', 'yes'),
(255, 'current_sa_email_subscribers_db_version', '3.4.0', 'yes'),
(258, 'widget_pirate_forms_contact_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(259, 'pirate_forms_install', '1519585427', 'yes'),
(260, '_transient_timeout_pirate_forms_234versions', '1522177428', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(261, '_transient_pirate_forms_234versions', 'a:36:{i:0;a:2:{s:7:"version";s:6:"1.0.10";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.10.zip";}i:1;a:2:{s:7:"version";s:6:"1.0.12";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.12.zip";}i:2;a:2:{s:7:"version";s:6:"1.0.13";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.13.zip";}i:3;a:2:{s:7:"version";s:6:"1.0.14";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.14.zip";}i:4;a:2:{s:7:"version";s:6:"1.0.15";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.15.zip";}i:5;a:2:{s:7:"version";s:6:"1.0.16";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.16.zip";}i:6;a:2:{s:7:"version";s:6:"1.0.17";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.17.zip";}i:7;a:2:{s:7:"version";s:6:"1.0.18";s:3:"url";s:62:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.18.zip";}i:8;a:2:{s:7:"version";s:5:"1.0.3";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.3.zip";}i:9;a:2:{s:7:"version";s:5:"1.0.4";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.4.zip";}i:10;a:2:{s:7:"version";s:5:"1.0.5";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.5.zip";}i:11;a:2:{s:7:"version";s:5:"1.0.6";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.6.zip";}i:12;a:2:{s:7:"version";s:5:"1.0.7";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.0.7.zip";}i:13;a:2:{s:7:"version";s:5:"1.1.3";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.1.3.zip";}i:14;a:2:{s:7:"version";s:5:"1.2.0";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.2.0.zip";}i:15;a:2:{s:7:"version";s:5:"1.2.1";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.2.1.zip";}i:16;a:2:{s:7:"version";s:5:"1.2.2";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.2.2.zip";}i:17;a:2:{s:7:"version";s:5:"1.2.5";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.1.2.5.zip";}i:18;a:2:{s:7:"version";s:5:"2.0.0";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.0.0.zip";}i:19;a:2:{s:7:"version";s:5:"2.0.1";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.0.1.zip";}i:20;a:2:{s:7:"version";s:5:"2.0.2";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.0.2.zip";}i:21;a:2:{s:7:"version";s:5:"2.0.3";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.0.3.zip";}i:22;a:2:{s:7:"version";s:5:"2.0.4";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.0.4.zip";}i:23;a:2:{s:7:"version";s:5:"2.0.5";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.0.5.zip";}i:24;a:2:{s:7:"version";s:5:"2.1.0";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.1.0.zip";}i:25;a:2:{s:7:"version";s:5:"2.2.0";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.2.0.zip";}i:26;a:2:{s:7:"version";s:5:"2.2.1";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.2.1.zip";}i:27;a:2:{s:7:"version";s:5:"2.2.2";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.2.2.zip";}i:28;a:2:{s:7:"version";s:5:"2.2.3";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.2.3.zip";}i:29;a:2:{s:7:"version";s:5:"2.2.4";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.2.4.zip";}i:30;a:2:{s:7:"version";s:5:"2.2.5";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.2.5.zip";}i:31;a:2:{s:7:"version";s:5:"2.3.0";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.3.0.zip";}i:32;a:2:{s:7:"version";s:5:"2.3.1";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.3.1.zip";}i:33;a:2:{s:7:"version";s:5:"2.3.2";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.3.2.zip";}i:34;a:2:{s:7:"version";s:5:"2.3.3";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.3.3.zip";}i:35;a:2:{s:7:"version";s:5:"2.3.4";s:3:"url";s:61:"https://downloads.wordpress.org/plugin/pirate-forms.2.3.4.zip";}}', 'no'),
(262, 'pirate_forms_settings_array', 'a:35:{s:20:"pirateformsopt_email";s:26:"wordpress@terrazaslocal.es";s:31:"pirateformsopt_email_recipients";s:25:"guillermofr.dev@gmail.com";s:20:"pirateformsopt_store";s:3:"yes";s:20:"pirateformsopt_nonce";s:3:"yes";s:28:"pirateformsopt_confirm_email";s:26:"Hemos recibido tu pregunta";s:28:"pirateformsopt_thank_you_url";s:1:"5";s:6:"action";s:4:"save";s:12:"proper_nonce";s:10:"862030d78e";s:25:"pirateformsopt_name_field";s:3:"req";s:26:"pirateformsopt_email_field";s:3:"req";s:28:"pirateformsopt_subject_field";s:3:"req";s:28:"pirateformsopt_message_field";s:3:"req";s:31:"pirateformsopt_attachment_field";s:0:"";s:30:"pirateformsopt_recaptcha_field";s:0:"";s:32:"pirateformsopt_recaptcha_sitekey";s:3:"225";s:34:"pirateformsopt_recaptcha_secretkey";s:7:"mierdas";s:25:"pirateformsopt_label_name";s:6:"Nombre";s:26:"pirateformsopt_label_email";s:19:"Correo electrónico";s:28:"pirateformsopt_label_subject";s:6:"Asunto";s:28:"pirateformsopt_label_message";s:7:"Mensaje";s:31:"pirateformsopt_label_submit_btn";s:14:"Enviar mensaje";s:28:"pirateformsopt_email_content";s:564:"<h2>Contact form submission from Terrazas Green (http://www.terrazaslocal.es)</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Name:</th>\r\n<td>{name}</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td>{email}</td>\r\n</tr>\r\n<tr>\r\n<th>Subject:</th>\r\n<td>{subject}</td>\r\n</tr>\r\n<tr>\r\n<th>Message:</th>\r\n<td>{message}</td>\r\n</tr>\r\n<tr>\r\n<th>IP address:</th>\r\n<td>{ip}</td>\r\n</tr>\r\n<tr>\r\n<th>IP search:</th>\r\n<td>http://whatismyipaddress.com/ip/{ip}</td>\r\n</tr>\r\n<tr>\r\n<th>Came from:</th>\r\n<td>{referer}</td>\r\n</tr>\r\n<tr>\r\n<th>Sent from page:</th>\r\n<td>{permalink}</td>\r\n</tr>\r\n</tbody>\r\n</table>";s:29:"pirateformsopt_label_err_name";s:17:"Escriba su nombre";s:30:"pirateformsopt_label_err_email";s:17:"Enter valid email";s:32:"pirateformsopt_label_err_subject";s:28:"Por favor, escriba un asunto";s:35:"pirateformsopt_label_err_no_content";s:32:"Escriba su pregunta o comentario";s:38:"pirateformsopt_label_err_no_attachment";s:24:"Please add an attachment";s:27:"pirateformsopt_label_submit";s:45:"¡Gracias, su mensaje fue enviado con éxito!";s:24:"pirateformsopt_smtp_host";s:0:"";s:24:"pirateformsopt_smtp_port";s:0:"";s:38:"pirateformsopt_use_smtp_authentication";s:3:"yes";s:25:"pirateformsopt_use_secure";s:0:"";s:28:"pirateformsopt_smtp_username";s:3:"225";s:28:"pirateformsopt_smtp_password";s:7:"mierdas";s:23:"pirateformsopt_use_smtp";s:0:"";}', 'yes'),
(263, 'theme_mods_zerif-lite', 'a:5:{s:28:"zerif_contactus_button_label";s:14:"Enviar mensaje";s:21:"zerif_contactus_email";s:25:"guillermofr.dev@gmail.com";s:30:"zerif_contactus_recaptcha_show";i:1;s:23:"zerif_contactus_sitekey";s:3:"225";s:25:"zerif_contactus_secretkey";s:7:"mierdas";}', 'yes'),
(265, '_site_transient_timeout_theme_roots', '1519587435', 'no'),
(266, '_site_transient_theme_roots', 'a:4:{s:6:"hestia";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";}', 'no'),
(267, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1519585649;s:7:"checked";a:8:{s:19:"akismet/akismet.php";s:5:"4.0.2";s:39:"email-subscribers/email-subscribers.php";s:5:"3.4.8";s:46:"external-db-auth-reloaded/external_db_auth.php";s:5:"1.2.3";s:29:"pirate-forms/pirate-forms.php";s:5:"2.3.4";s:9:"hello.php";s:3:"1.6";s:47:"jonradio-private-site/jonradio-private-site.php";s:6:"2.14.1";s:27:"ninja-forms/ninja-forms.php";s:6:"3.2.14";s:42:"peters-login-redirect/wplogin_redirect.php";s:5:"2.9.1";}s:8:"response";a:1:{s:19:"akismet/akismet.php";O:8:"stdClass":11:{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:"4.0.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip";s:5:"icons";a:3:{s:2:"1x";s:59:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272";s:2:"2x";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";s:7:"default";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";}s:7:"banners";a:2:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";s:7:"default";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.9.4";s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:3:{i:0;a:7:{s:4:"type";s:6:"plugin";s:4:"slug";s:12:"pirate-forms";s:8:"language";s:5:"es_ES";s:7:"version";s:5:"2.3.4";s:7:"updated";s:19:"2018-02-03 10:42:01";s:7:"package";s:79:"https://downloads.wordpress.org/translation/plugin/pirate-forms/2.3.4/es_ES.zip";s:10:"autoupdate";b:1;}i:1;a:7:{s:4:"type";s:6:"plugin";s:4:"slug";s:11:"hello-dolly";s:8:"language";s:5:"es_ES";s:7:"version";s:3:"1.6";s:7:"updated";s:19:"2017-09-22 18:05:32";s:7:"package";s:76:"https://downloads.wordpress.org/translation/plugin/hello-dolly/1.6/es_ES.zip";s:10:"autoupdate";b:1;}i:2;a:7:{s:4:"type";s:6:"plugin";s:4:"slug";s:11:"ninja-forms";s:8:"language";s:5:"es_ES";s:7:"version";s:6:"3.2.14";s:7:"updated";s:19:"2018-02-19 12:41:00";s:7:"package";s:79:"https://downloads.wordpress.org/translation/plugin/ninja-forms/3.2.14/es_ES.zip";s:10:"autoupdate";b:1;}}s:9:"no_update";a:7:{s:39:"email-subscribers/email-subscribers.php";O:8:"stdClass":9:{s:2:"id";s:31:"w.org/plugins/email-subscribers";s:4:"slug";s:17:"email-subscribers";s:6:"plugin";s:39:"email-subscribers/email-subscribers.php";s:11:"new_version";s:5:"3.4.8";s:3:"url";s:48:"https://wordpress.org/plugins/email-subscribers/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/email-subscribers.3.4.8.zip";s:5:"icons";a:4:{s:2:"1x";s:70:"https://ps.w.org/email-subscribers/assets/icon-128x128.png?rev=1348697";s:2:"2x";s:70:"https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=1348697";s:0:"";s:70:"https://ps.w.org/email-subscribers/assets/icon-512x512.png?rev=1348697";s:7:"default";s:70:"https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=1348697";}s:7:"banners";a:2:{s:2:"1x";s:72:"https://ps.w.org/email-subscribers/assets/banner-772x250.png?rev=1523132";s:7:"default";s:72:"https://ps.w.org/email-subscribers/assets/banner-772x250.png?rev=1523132";}s:11:"banners_rtl";a:0:{}}s:46:"external-db-auth-reloaded/external_db_auth.php";O:8:"stdClass":9:{s:2:"id";s:39:"w.org/plugins/external-db-auth-reloaded";s:4:"slug";s:25:"external-db-auth-reloaded";s:6:"plugin";s:46:"external-db-auth-reloaded/external_db_auth.php";s:11:"new_version";s:5:"1.2.3";s:3:"url";s:56:"https://wordpress.org/plugins/external-db-auth-reloaded/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/external-db-auth-reloaded.1.2.3.zip";s:5:"icons";a:0:{}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:29:"pirate-forms/pirate-forms.php";O:8:"stdClass":9:{s:2:"id";s:26:"w.org/plugins/pirate-forms";s:4:"slug";s:12:"pirate-forms";s:6:"plugin";s:29:"pirate-forms/pirate-forms.php";s:11:"new_version";s:5:"2.3.4";s:3:"url";s:43:"https://wordpress.org/plugins/pirate-forms/";s:7:"package";s:55:"https://downloads.wordpress.org/plugin/pirate-forms.zip";s:5:"icons";a:2:{s:2:"1x";s:65:"https://ps.w.org/pirate-forms/assets/icon-128x128.png?rev=1635118";s:7:"default";s:65:"https://ps.w.org/pirate-forms/assets/icon-128x128.png?rev=1635118";}s:7:"banners";a:2:{s:2:"1x";s:67:"https://ps.w.org/pirate-forms/assets/banner-772x250.png?rev=1635118";s:7:"default";s:67:"https://ps.w.org/pirate-forms/assets/banner-772x250.png?rev=1635118";}s:11:"banners_rtl";a:0:{}}s:9:"hello.php";O:8:"stdClass":9:{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:3:"1.6";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip";s:5:"icons";a:3:{s:2:"1x";s:63:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907";s:2:"2x";s:63:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907";s:7:"default";s:63:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907";}s:7:"banners";a:2:{s:2:"1x";s:65:"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342";s:7:"default";s:65:"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342";}s:11:"banners_rtl";a:0:{}}s:47:"jonradio-private-site/jonradio-private-site.php";O:8:"stdClass":9:{s:2:"id";s:35:"w.org/plugins/jonradio-private-site";s:4:"slug";s:21:"jonradio-private-site";s:6:"plugin";s:47:"jonradio-private-site/jonradio-private-site.php";s:11:"new_version";s:6:"2.14.1";s:3:"url";s:52:"https://wordpress.org/plugins/jonradio-private-site/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/jonradio-private-site.2.14.1.zip";s:5:"icons";a:3:{s:2:"1x";s:74:"https://ps.w.org/jonradio-private-site/assets/icon-128x128.png?rev=1134084";s:2:"2x";s:74:"https://ps.w.org/jonradio-private-site/assets/icon-256x256.png?rev=1134084";s:7:"default";s:74:"https://ps.w.org/jonradio-private-site/assets/icon-256x256.png?rev=1134084";}s:7:"banners";a:2:{s:2:"1x";s:75:"https://ps.w.org/jonradio-private-site/assets/banner-772x250.jpg?rev=563269";s:7:"default";s:75:"https://ps.w.org/jonradio-private-site/assets/banner-772x250.jpg?rev=563269";}s:11:"banners_rtl";a:0:{}}s:27:"ninja-forms/ninja-forms.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/ninja-forms";s:4:"slug";s:11:"ninja-forms";s:6:"plugin";s:27:"ninja-forms/ninja-forms.php";s:11:"new_version";s:6:"3.2.14";s:3:"url";s:42:"https://wordpress.org/plugins/ninja-forms/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/ninja-forms.3.2.14.zip";s:5:"icons";a:3:{s:2:"1x";s:64:"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747";s:2:"2x";s:64:"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747";s:7:"default";s:64:"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747";}s:7:"banners";a:3:{s:2:"2x";s:67:"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=1649747";s:2:"1x";s:66:"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=1649747";s:7:"default";s:67:"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=1649747";}s:11:"banners_rtl";a:0:{}}s:42:"peters-login-redirect/wplogin_redirect.php";O:8:"stdClass":9:{s:2:"id";s:35:"w.org/plugins/peters-login-redirect";s:4:"slug";s:21:"peters-login-redirect";s:6:"plugin";s:42:"peters-login-redirect/wplogin_redirect.php";s:11:"new_version";s:5:"2.9.1";s:3:"url";s:52:"https://wordpress.org/plugins/peters-login-redirect/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/peters-login-redirect.zip";s:5:"icons";a:0:{}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(268, 'ninja_forms_version', '3.2.14', 'yes'),
(269, 'ninja_forms_settings', 'a:7:{s:11:"date_format";s:5:"m/d/Y";s:8:"currency";s:3:"USD";s:18:"recaptcha_site_key";s:0:"";s:20:"recaptcha_secret_key";s:0:"";s:14:"recaptcha_lang";s:0:"";s:19:"delete_on_uninstall";i:0;s:21:"disable_admin_notices";i:0;}', 'yes'),
(270, 'wp_nf_update_fields_batch_297f93a176145d291d87e6dcde35a681', 'a:4:{i:0;a:2:{s:2:"id";i:1;s:8:"settings";a:70:{s:5:"label";s:4:"Name";s:3:"key";s:4:"name";s:9:"parent_id";i:1;s:4:"type";s:7:"textbox";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:9:"label_pos";s:5:"above";s:8:"required";s:1:"1";s:5:"order";s:1:"1";s:11:"placeholder";s:0:"";s:7:"default";s:0:"";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";s:0:"";s:15:"container_class";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:10:"characters";s:15:"input_limit_msg";s:17:"Character(s) left";s:10:"manual_key";s:0:"";s:13:"disable_input";s:0:"";s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:9:"desc_text";s:0:"";s:28:"disable_browser_autocomplete";s:0:"";s:4:"mask";s:0:"";s:11:"custom_mask";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3277";}}i:1;a:2:{s:2:"id";i:2;s:8:"settings";a:62:{s:5:"label";s:5:"Email";s:3:"key";s:5:"email";s:9:"parent_id";i:1;s:4:"type";s:5:"email";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:9:"label_pos";s:5:"above";s:8:"required";s:1:"1";s:5:"order";s:1:"2";s:11:"placeholder";s:0:"";s:7:"default";s:0:"";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";s:0:"";s:15:"container_class";s:0:"";s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:9:"desc_text";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3281";}}i:2;a:2:{s:2:"id";i:3;s:8:"settings";a:71:{s:5:"label";s:7:"Message";s:3:"key";s:7:"message";s:9:"parent_id";i:1;s:4:"type";s:8:"textarea";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:9:"label_pos";s:5:"above";s:8:"required";s:1:"1";s:5:"order";s:1:"3";s:11:"placeholder";s:0:"";s:7:"default";s:0:"";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";s:0:"";s:15:"container_class";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:10:"characters";s:15:"input_limit_msg";s:17:"Character(s) left";s:10:"manual_key";s:0:"";s:13:"disable_input";s:0:"";s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:9:"desc_text";s:0:"";s:28:"disable_browser_autocomplete";s:0:"";s:12:"textarea_rte";s:0:"";s:18:"disable_rte_mobile";s:0:"";s:14:"textarea_media";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3284";}}i:3;a:2:{s:2:"id";i:4;s:8:"settings";a:69:{s:5:"label";s:6:"Submit";s:3:"key";s:6:"submit";s:9:"parent_id";i:1;s:4:"type";s:6:"submit";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:16:"processing_label";s:10:"Processing";s:5:"order";s:1:"5";s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";s:0:"";s:15:"container_class";s:0:"";s:13:"element_class";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:44:"submit_element_hover_styles_background-color";s:0:"";s:34:"submit_element_hover_styles_border";s:0:"";s:40:"submit_element_hover_styles_border-style";s:0:"";s:40:"submit_element_hover_styles_border-color";s:0:"";s:33:"submit_element_hover_styles_color";s:0:"";s:34:"submit_element_hover_styles_height";s:0:"";s:33:"submit_element_hover_styles_width";s:0:"";s:37:"submit_element_hover_styles_font-size";s:0:"";s:34:"submit_element_hover_styles_margin";s:0:"";s:35:"submit_element_hover_styles_padding";s:0:"";s:35:"submit_element_hover_styles_display";s:0:"";s:33:"submit_element_hover_styles_float";s:0:"";s:45:"submit_element_hover_styles_show_advanced_css";s:1:"0";s:36:"submit_element_hover_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3287";}}}', 'no'),
(272, 'nf_form_1', 'a:7:{s:2:"id";i:1;s:20:"show_publish_options";b:0;s:6:"fields";a:7:{i:0;a:2:{s:8:"settings";a:70:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:1;s:5:"label";s:6:"Nombre";s:3:"key";s:20:"nombre_1519585852850";s:4:"type";s:7:"textbox";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:9:"label_pos";s:5:"above";s:8:"required";s:1:"1";s:11:"placeholder";s:0:"";s:7:"default";s:0:"";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:15:"container_class";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:10:"characters";s:15:"input_limit_msg";s:17:"Character(s) left";s:10:"manual_key";s:0:"";s:13:"disable_input";s:0:"";s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:9:"desc_text";s:0:"";s:28:"disable_browser_autocomplete";s:0:"";s:4:"mask";s:0:"";s:11:"custom_mask";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3277";s:14:"drawerDisabled";b:0;}s:2:"id";i:1;}i:1;a:2:{s:8:"settings";a:20:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:2;s:5:"label";s:8:"Escalera";s:4:"type";s:6:"number";s:3:"key";s:22:"escalera_1519585820318";s:9:"label_pos";s:7:"default";s:8:"required";i:1;s:7:"default";s:0:"";s:11:"placeholder";s:0:"";s:15:"container_class";s:0:"";s:13:"element_class";s:0:"";s:10:"manual_key";b:0;s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:7:"num_min";s:0:"";s:7:"num_max";s:0:"";s:8:"num_step";s:1:"1";s:14:"drawerDisabled";b:0;}s:2:"id";s:1:"5";}i:2;a:2:{s:8:"settings";a:20:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:3;s:5:"label";s:4:"Piso";s:4:"type";s:6:"number";s:3:"key";s:18:"piso_1519585843132";s:9:"label_pos";s:7:"default";s:8:"required";b:0;s:7:"default";s:0:"";s:11:"placeholder";s:0:"";s:15:"container_class";s:0:"";s:13:"element_class";s:0:"";s:10:"manual_key";b:0;s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:7:"num_min";s:0:"";s:7:"num_max";s:0:"";s:8:"num_step";s:1:"1";s:14:"drawerDisabled";b:0;}s:2:"id";s:1:"6";}i:3;a:2:{s:8:"settings";a:22:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:4;s:5:"label";s:9:"Teléfono";s:4:"type";s:5:"phone";s:3:"key";s:19:"phone_1519585866986";s:9:"label_pos";s:7:"default";s:8:"required";i:1;s:7:"default";s:0:"";s:11:"placeholder";s:0:"";s:15:"container_class";s:0:"";s:13:"element_class";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:10:"characters";s:15:"input_limit_msg";s:20:"Caracteres restantes";s:10:"manual_key";b:0;s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:4:"mask";s:0:"";s:11:"custom_mask";s:0:"";s:14:"drawerDisabled";b:0;}s:2:"id";s:1:"7";}i:4;a:2:{s:8:"settings";a:61:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:5;s:5:"label";s:5:"Email";s:3:"key";s:5:"email";s:4:"type";s:5:"email";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:9:"label_pos";s:5:"above";s:8:"required";s:1:"1";s:11:"placeholder";s:0:"";s:7:"default";s:0:"";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:15:"container_class";s:0:"";s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:9:"desc_text";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3281";}s:2:"id";i:2;}i:5;a:2:{s:8:"settings";a:71:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:6;s:5:"label";s:6:"Motivo";s:3:"key";s:20:"motivo_1519585888923";s:4:"type";s:8:"textarea";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:9:"label_pos";s:5:"above";s:8:"required";s:1:"1";s:11:"placeholder";s:0:"";s:7:"default";s:0:"";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:15:"container_class";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:10:"characters";s:15:"input_limit_msg";s:17:"Character(s) left";s:10:"manual_key";s:0:"";s:13:"disable_input";s:0:"";s:11:"admin_label";s:0:"";s:9:"help_text";s:0:"";s:9:"desc_text";s:0:"";s:28:"disable_browser_autocomplete";s:0:"";s:12:"textarea_rte";s:0:"";s:18:"disable_rte_mobile";s:0:"";s:14:"textarea_media";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3284";s:14:"drawerDisabled";b:0;}s:2:"id";i:3;}i:6;a:2:{s:8:"settings";a:68:{s:10:"objectType";s:5:"Field";s:12:"objectDomain";s:6:"fields";s:10:"editActive";b:0;s:5:"order";i:7;s:5:"label";s:6:"Submit";s:3:"key";s:6:"submit";s:4:"type";s:6:"submit";s:10:"created_at";s:19:"2018-02-25 19:07:31";s:16:"processing_label";s:10:"Processing";s:15:"container_class";s:0:"";s:13:"element_class";s:0:"";s:28:"wrap_styles_background-color";s:0:"";s:18:"wrap_styles_border";s:0:"";s:24:"wrap_styles_border-style";s:0:"";s:24:"wrap_styles_border-color";s:0:"";s:17:"wrap_styles_color";s:0:"";s:18:"wrap_styles_height";s:0:"";s:17:"wrap_styles_width";s:0:"";s:21:"wrap_styles_font-size";s:0:"";s:18:"wrap_styles_margin";s:0:"";s:19:"wrap_styles_padding";s:0:"";s:19:"wrap_styles_display";s:0:"";s:17:"wrap_styles_float";s:0:"";s:29:"wrap_styles_show_advanced_css";s:1:"0";s:20:"wrap_styles_advanced";s:0:"";s:29:"label_styles_background-color";s:0:"";s:19:"label_styles_border";s:0:"";s:25:"label_styles_border-style";s:0:"";s:25:"label_styles_border-color";s:0:"";s:18:"label_styles_color";s:0:"";s:19:"label_styles_height";s:0:"";s:18:"label_styles_width";s:0:"";s:22:"label_styles_font-size";s:0:"";s:19:"label_styles_margin";s:0:"";s:20:"label_styles_padding";s:0:"";s:20:"label_styles_display";s:0:"";s:18:"label_styles_float";s:0:"";s:30:"label_styles_show_advanced_css";s:1:"0";s:21:"label_styles_advanced";s:0:"";s:31:"element_styles_background-color";s:0:"";s:21:"element_styles_border";s:0:"";s:27:"element_styles_border-style";s:0:"";s:27:"element_styles_border-color";s:0:"";s:20:"element_styles_color";s:0:"";s:21:"element_styles_height";s:0:"";s:20:"element_styles_width";s:0:"";s:24:"element_styles_font-size";s:0:"";s:21:"element_styles_margin";s:0:"";s:22:"element_styles_padding";s:0:"";s:22:"element_styles_display";s:0:"";s:20:"element_styles_float";s:0:"";s:32:"element_styles_show_advanced_css";s:1:"0";s:23:"element_styles_advanced";s:0:"";s:44:"submit_element_hover_styles_background-color";s:0:"";s:34:"submit_element_hover_styles_border";s:0:"";s:40:"submit_element_hover_styles_border-style";s:0:"";s:40:"submit_element_hover_styles_border-color";s:0:"";s:33:"submit_element_hover_styles_color";s:0:"";s:34:"submit_element_hover_styles_height";s:0:"";s:33:"submit_element_hover_styles_width";s:0:"";s:37:"submit_element_hover_styles_font-size";s:0:"";s:34:"submit_element_hover_styles_margin";s:0:"";s:35:"submit_element_hover_styles_padding";s:0:"";s:35:"submit_element_hover_styles_display";s:0:"";s:33:"submit_element_hover_styles_float";s:0:"";s:45:"submit_element_hover_styles_show_advanced_css";s:1:"0";s:36:"submit_element_hover_styles_advanced";s:0:"";s:7:"cellcid";s:5:"c3287";}s:2:"id";i:4;}}s:7:"actions";a:4:{i:0;a:2:{s:8:"settings";a:24:{s:10:"objectType";s:6:"Action";s:12:"objectDomain";s:7:"actions";s:10:"editActive";b:0;s:5:"title";s:0:"";s:3:"key";s:0:"";s:4:"type";s:4:"save";s:6:"active";s:1:"1";s:10:"created_at";s:19:"2018-02-25 19:07:32";s:5:"label";s:16:"Store Submission";s:10:"conditions";a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:1:{i:0;a:6:{s:9:"connector";s:3:"AND";s:3:"key";s:0:"";s:10:"comparator";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"when";}}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}s:16:"payment_gateways";s:0:"";s:13:"payment_total";s:1:"0";s:3:"tag";s:0:"";s:2:"to";s:16:"{wp:admin_email}";s:13:"email_subject";s:34:"Presentación de formularios ninja";s:13:"email_message";s:14:"{fields_table}";s:9:"from_name";s:0:"";s:12:"from_address";s:0:"";s:8:"reply_to";s:0:"";s:12:"email_format";s:4:"html";s:2:"cc";s:0:"";s:3:"bcc";s:0:"";s:12:"redirect_url";s:0:"";s:19:"email_message_plain";s:0:"";}s:2:"id";i:1;}i:1;a:2:{s:8:"settings";a:25:{s:10:"objectType";s:6:"Action";s:12:"objectDomain";s:7:"actions";s:10:"editActive";b:0;s:5:"title";s:0:"";s:3:"key";s:0:"";s:4:"type";s:5:"email";s:6:"active";s:1:"1";s:10:"created_at";s:19:"2018-02-25 19:07:32";s:5:"label";s:18:"Email Confirmation";s:2:"to";s:13:"{field:email}";s:7:"subject";s:24:"This is an email action.";s:7:"message";s:19:"Hello, Ninja Forms!";s:10:"conditions";a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:0:{}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}s:16:"payment_gateways";s:0:"";s:13:"payment_total";s:1:"0";s:3:"tag";s:0:"";s:13:"email_subject";s:24:"Submission Confirmation ";s:13:"email_message";s:29:"<p>{all_fields_table}<br></p>";s:9:"from_name";s:0:"";s:12:"from_address";s:0:"";s:8:"reply_to";s:0:"";s:12:"email_format";s:4:"html";s:2:"cc";s:0:"";s:3:"bcc";s:0:"";s:19:"email_message_plain";s:0:"";}s:2:"id";i:2;}i:2;a:2:{s:8:"settings";a:24:{s:10:"objectType";s:6:"Action";s:12:"objectDomain";s:7:"actions";s:10:"editActive";b:0;s:5:"title";s:0:"";s:3:"key";s:0:"";s:4:"type";s:5:"email";s:6:"active";s:1:"1";s:10:"created_at";s:19:"2018-02-25 19:07:32";s:5:"label";s:18:"Email Notification";s:10:"conditions";a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:1:{i:0;a:6:{s:9:"connector";s:3:"AND";s:3:"key";s:0:"";s:10:"comparator";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"when";}}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}s:16:"payment_gateways";s:0:"";s:13:"payment_total";s:1:"0";s:3:"tag";s:0:"";s:2:"to";s:20:"{system:admin_email}";s:13:"email_subject";s:45:"New message from {field:nombre_1519585852850}";s:13:"email_message";s:89:"<p>{field:motivo_1519585888923}</p><p>-{field:nombre_1519585852850} ( {field:email} )</p>";s:9:"from_name";s:0:"";s:12:"from_address";s:0:"";s:8:"reply_to";s:13:"{field:email}";s:12:"email_format";s:4:"html";s:2:"cc";s:0:"";s:3:"bcc";s:0:"";s:10:"attach_csv";s:1:"0";s:19:"email_message_plain";s:0:"";}s:2:"id";i:3;}i:3;a:2:{s:8:"settings";a:26:{s:10:"objectType";s:6:"Action";s:12:"objectDomain";s:7:"actions";s:10:"editActive";b:0;s:5:"title";s:0:"";s:3:"key";s:0:"";s:4:"type";s:14:"successmessage";s:6:"active";s:1:"1";s:10:"created_at";s:19:"2018-02-25 19:07:32";s:5:"label";s:15:"Success Message";s:7:"message";s:47:"Thank you {field:name} for filling out my form!";s:10:"conditions";a:6:{s:9:"collapsed";s:0:"";s:7:"process";s:1:"1";s:9:"connector";s:3:"all";s:4:"when";a:1:{i:0;a:6:{s:9:"connector";s:3:"AND";s:3:"key";s:0:"";s:10:"comparator";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"when";}}s:4:"then";a:1:{i:0;a:5:{s:3:"key";s:0:"";s:7:"trigger";s:0:"";s:5:"value";s:0:"";s:4:"type";s:5:"field";s:9:"modelType";s:4:"then";}}s:4:"else";a:0:{}}s:16:"payment_gateways";s:0:"";s:13:"payment_total";s:1:"0";s:3:"tag";s:0:"";s:2:"to";s:16:"{wp:admin_email}";s:13:"email_subject";s:34:"Presentación de formularios ninja";s:13:"email_message";s:14:"{fields_table}";s:9:"from_name";s:0:"";s:12:"from_address";s:0:"";s:8:"reply_to";s:0:"";s:12:"email_format";s:4:"html";s:2:"cc";s:0:"";s:3:"bcc";s:0:"";s:12:"redirect_url";s:0:"";s:11:"success_msg";s:89:"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>";s:19:"email_message_plain";s:0:"";}s:2:"id";i:4;}}s:8:"settings";a:111:{s:10:"objectType";s:12:"Form Setting";s:10:"editActive";b:1;s:5:"title";s:25:"Formulario de sugerencias";s:3:"key";s:0:"";s:10:"created_at";s:19:"2018-02-25 19:07:30";s:17:"default_label_pos";s:5:"above";s:10:"conditions";a:0:{}s:10:"show_title";s:1:"1";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:13:"wrapper_class";s:0:"";s:13:"element_class";s:0:"";s:10:"add_submit";s:1:"1";s:9:"logged_in";s:0:"";s:17:"not_logged_in_msg";s:0:"";s:16:"sub_limit_number";s:0:"";s:13:"sub_limit_msg";s:0:"";s:12:"calculations";a:0:{}s:15:"formContentData";a:7:{i:0;s:20:"nombre_1519585852850";i:1;s:22:"escalera_1519585820318";i:2;s:18:"piso_1519585843132";i:3;s:19:"phone_1519585866986";i:4;s:5:"email";i:5;s:20:"motivo_1519585888923";i:6;s:6:"submit";}s:33:"container_styles_background-color";s:0:"";s:23:"container_styles_border";s:0:"";s:29:"container_styles_border-style";s:0:"";s:29:"container_styles_border-color";s:0:"";s:22:"container_styles_color";s:0:"";s:23:"container_styles_height";s:0:"";s:22:"container_styles_width";s:0:"";s:26:"container_styles_font-size";s:0:"";s:23:"container_styles_margin";s:0:"";s:24:"container_styles_padding";s:0:"";s:24:"container_styles_display";s:0:"";s:22:"container_styles_float";s:0:"";s:34:"container_styles_show_advanced_css";s:1:"0";s:25:"container_styles_advanced";s:0:"";s:29:"title_styles_background-color";s:0:"";s:19:"title_styles_border";s:0:"";s:25:"title_styles_border-style";s:0:"";s:25:"title_styles_border-color";s:0:"";s:18:"title_styles_color";s:0:"";s:19:"title_styles_height";s:0:"";s:18:"title_styles_width";s:0:"";s:22:"title_styles_font-size";s:0:"";s:19:"title_styles_margin";s:0:"";s:20:"title_styles_padding";s:0:"";s:20:"title_styles_display";s:0:"";s:18:"title_styles_float";s:0:"";s:30:"title_styles_show_advanced_css";s:1:"0";s:21:"title_styles_advanced";s:0:"";s:27:"row_styles_background-color";s:0:"";s:17:"row_styles_border";s:0:"";s:23:"row_styles_border-style";s:0:"";s:23:"row_styles_border-color";s:0:"";s:16:"row_styles_color";s:0:"";s:17:"row_styles_height";s:0:"";s:16:"row_styles_width";s:0:"";s:20:"row_styles_font-size";s:0:"";s:17:"row_styles_margin";s:0:"";s:18:"row_styles_padding";s:0:"";s:18:"row_styles_display";s:0:"";s:28:"row_styles_show_advanced_css";s:1:"0";s:19:"row_styles_advanced";s:0:"";s:31:"row-odd_styles_background-color";s:0:"";s:21:"row-odd_styles_border";s:0:"";s:27:"row-odd_styles_border-style";s:0:"";s:27:"row-odd_styles_border-color";s:0:"";s:20:"row-odd_styles_color";s:0:"";s:21:"row-odd_styles_height";s:0:"";s:20:"row-odd_styles_width";s:0:"";s:24:"row-odd_styles_font-size";s:0:"";s:21:"row-odd_styles_margin";s:0:"";s:22:"row-odd_styles_padding";s:0:"";s:22:"row-odd_styles_display";s:0:"";s:32:"row-odd_styles_show_advanced_css";s:1:"0";s:23:"row-odd_styles_advanced";s:0:"";s:35:"success-msg_styles_background-color";s:0:"";s:25:"success-msg_styles_border";s:0:"";s:31:"success-msg_styles_border-style";s:0:"";s:31:"success-msg_styles_border-color";s:0:"";s:24:"success-msg_styles_color";s:0:"";s:25:"success-msg_styles_height";s:0:"";s:24:"success-msg_styles_width";s:0:"";s:28:"success-msg_styles_font-size";s:0:"";s:25:"success-msg_styles_margin";s:0:"";s:26:"success-msg_styles_padding";s:0:"";s:26:"success-msg_styles_display";s:0:"";s:36:"success-msg_styles_show_advanced_css";s:1:"0";s:27:"success-msg_styles_advanced";s:0:"";s:33:"error_msg_styles_background-color";s:0:"";s:23:"error_msg_styles_border";s:0:"";s:29:"error_msg_styles_border-style";s:0:"";s:29:"error_msg_styles_border-color";s:0:"";s:22:"error_msg_styles_color";s:0:"";s:23:"error_msg_styles_height";s:0:"";s:22:"error_msg_styles_width";s:0:"";s:26:"error_msg_styles_font-size";s:0:"";s:23:"error_msg_styles_margin";s:0:"";s:24:"error_msg_styles_padding";s:0:"";s:24:"error_msg_styles_display";s:0:"";s:34:"error_msg_styles_show_advanced_css";s:1:"0";s:25:"error_msg_styles_advanced";s:0:"";s:19:"changeEmailErrorMsg";s:0:"";s:20:"confirmFieldErrorMsg";s:0:"";s:22:"fieldNumberNumMinError";s:0:"";s:22:"fieldNumberNumMaxError";s:0:"";s:22:"fieldNumberIncrementBy";s:0:"";s:23:"formErrorsCorrectErrors";s:0:"";s:21:"validateRequiredField";s:0:"";s:21:"honeypotHoneypotError";s:0:"";s:20:"fieldsMarkedRequired";s:0:"";s:8:"currency";s:0:"";s:18:"unique_field_error";s:50:"A form with this value has already been submitted.";s:14:"drawerDisabled";b:0;}s:14:"deleted_fields";a:0:{}s:15:"deleted_actions";a:0:{}}', 'yes'),
(273, 'widget_ninja_forms_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(274, 'ninja_forms_optin_reported', '1', 'yes'),
(275, 'nf_admin_notice', 'a:2:{s:16:"one_week_support";a:2:{s:5:"start";s:8:"3/4/2018";s:3:"int";i:7;}s:14:"allow_tracking";a:2:{s:5:"start";s:9:"2/25/2018";s:3:"int";i:0;}}', 'yes'),
(276, 'ninja_forms_allow_tracking', '1', 'yes'),
(281, '_transient_timeout_ti_about_plugin_info_elementor', '1519589534', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(282, '_transient_ti_about_plugin_info_elementor', 'O:8:"stdClass":18:{s:4:"name";s:22:"Elementor Page Builder";s:4:"slug";s:9:"elementor";s:7:"version";s:5:"1.9.6";s:6:"author";s:115:"<a href="https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash">Elementor.com</a>";s:14:"author_profile";s:37:"https://profiles.wordpress.org/pojome";s:12:"requires_php";s:3:"5.4";s:7:"ratings";a:5:{i:5;i:556;i:4;i:20;i:3;i:9;i:2;i:6;i:1;i:18;}s:11:"num_ratings";i:609;s:15:"support_threads";i:212;s:24:"support_threads_resolved";i:122;s:8:"homepage";s:87:"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash";s:8:"sections";a:5:{s:11:"description";s:12657:"<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe class=''youtube-player'' type=''text/html'' width=''640'' height=''390'' src=''https://www.youtube.com/embed/kB4U67tiQLA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent'' allowfullscreen=''true'' style=''border:0;''></iframe></span></p>\n<p>Ya era hora para un creador de páginas en vivo, sin límites de diseño. Un constructor de página que ofrece diseños de páginas de alta gama y capacidades avanzadas, nunca antes visto en WordPress.</p>\n<p>It’s time for <strong><a href="https://elementor.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">Elementor Page Builder</a></strong>.</p>\n<h4>Más rápido. Mucho más rápido.</h4>\n<p>La reacción inmediata fue una característica clave que queríamos lograr. Y lo hicimos. Maquetador de páginas de arrastrar y soltar instantáneo, edición en vivo instantánea, carga de la página instantánea. La velocidad de Elementor no se corresponde con ningún otro maquetador de páginas, gratuito o de pago. Esto hace que interfaz sea divertida y fácil de trabajar, así como reduce el tiempo que se necesita para diseñar. </p>\n<h4>Diseño en vivo. Realmente en vivo.</h4>\n<p>Never again work on the backend and guess what the frontend will look like. With Elementor page builder, you edit the page and simultaneously see exactly how it looks like. Elementor features live design & inline editing, so the whole process of writing and designing is done directly on the page, with no need to press update or go to preview mode.</p>\n<h4>Sorpresas que no verás en ningún otro lugar.</h4>\n<p>With Elementor’s unique features, you can create websites that have that certain ‘designer touch’. Among our page builder features are: Box Shadows, Background Overlays, Hover Effects, Headline Effects, Animations, Shape Dividers, Gradient Backgrounds and much more.</p>\n<h4>Biblioteca de plantillas.</h4>\n<p>We’ve added <a href="https://library.elementor.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">Template Library</a>, which includes a collection of 100+ beautiful WordPress templates, made for you by our top notch designers. You can save and reuse them on different pages, or export them to whole different websites with our page builder.</p>\n<h4>Mobile First. Mobile Editing.</h4>\n<p>El maquetador de páginas Elementor viene con un conjunto de herramientas exclusivo que te permite crear un sitio web realmente adapatable de una manera totalmente nueva y visual. Desde diferentes tamaños de letra por dispositivo, hasta ordenado inverso de columnas, es el maquetador de páginas más potente para crear páginas móviles perfectas.</p>\n<h4>Undo / Redo & Revision History.</h4>\n<p>Our page builder includes undo and redo for any action you make. Click on Ctrl / Cmd + Z, or browse through the complete list of actions. Want to go back ever further? Switch to Revisions to view a complete list of all earlier saved versions of the page.</p>\n<h4>Canvas. A Blank Page Template for Landing Pages.</h4>\n<p>Design your entire page in the page builder. No header, no footer, just Elementor. This is perfect for landing pages and coming soon pages. Canvas works on any theme, and lets you get rid of the header area so you get a blank template to work on.</p>\n<h4>Built-in Maintenance Mode & Under Construction.</h4>\n<p>Need to get your site offline for maintenance? Use Elementor page builder’s built in Maintenance Mode & Coming Soon feature to show your visitors an under construction / coming soon page.</p>\n<h4>Try Elementor Pro. The Best Page Builder For WordPress.</h4>\n<p>If you thought Elementor is full of useful features, check out Elementor Pro! Elementor Pro extends the basic features even further, and allows you to control your entire website with Elementor.</p>\n<p>Design <a href="https://elementor.com/pro-v140-form-integrations/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">forms</a> live on the frontend, customize your blog posts visually, incorporate slides, WooCommerce, global widgets, custom CSS and much more. <a href="https://elementor.com/pro/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">Upgrade now to Elementor Pro!</a></p>\n<h4>28 widgets gratuitos y sumando</h4>\n<p>Nosotros empaquetamos 28 de los widgets más útiles en Elementor. Sí, es mucho más de lo que podríamos ofrecer, pero no queríamos negarte ningún widget, para que puedas desarrollar al máximo todas tus habilidades de diseño.</p>\n<ul>\n<li><strong>Cabecera</strong>. Añade titulares llamativos.</li>\n<li><strong>Imagen</strong>. Controlar el tamaño, la opacidad y otros ajustes de las imágenes.</li>\n<li><strong>Editor de texto</strong>. Un editor de texto WYSIWYG, al igual que el editor de WordPress.</li>\n<li><strong>Vídeo</strong>. Añadir YouTube \\ Vimeo a su página.</li>\n<li><strong>Botón</strong>.<br />\nEl control de todos los aspectos del diseño del botón.</li>\n<li><strong>Caja de imagen</strong>. Una caja que incluye imagen, título y texto.</li>\n<li><strong>Referencias</strong>. Testimonios de clientes que muestran la prueba social.</li>\n<li><strong>Ícono</strong>. Coloca una o más de más de 600 íconos disponibles.</li>\n<li><strong>Caja de iconos</strong>. Funciona igual que la caja de imagen, sólo que con iconos.</li>\n<li><strong>Iconos Sociales </strong>. Los íconos para sus páginas sociales como Facebook / Twitter.</li>\n<li><strong> Galería de imágenes </strong>. Muestra las imágenes en una cuadrícula alineada.</li>\n<li><strong>Carrusel de imágenes</strong>. Un carrusel giratorio o deslizante de las imágenes que elijas.</li>\n<li><strong>Icono de la Lista</strong>. Una lista de viñetas con cualquier texto e icono elegido.</li>\n<li><strong>Contador</strong>. Muesra estadísticas y números de una manera escalada.</li>\n<li><strong>Barra de progreso</strong>. Incluye una barra de progreso en escala.</li>\n<li><strong>Pestañas</strong>. Pestañas verticales u horizontales que muestran diferentes piezas de contenido.</li>\n<li><strong>Acordeón</strong>. Una pantalla plegable de contenido.</li>\n<li><strong>Cambiar</strong>. Como acordeón, por páginas de preguntas frecuentes.</li>\n<li><strong>Alerta</strong>. Un cuadro de alerta a color para llamar la atención del visitante.</li>\n<li><strong>HTML</strong>. Insertar código en la página.</li>\n<li><strong>Shortcode</strong>. Inserta fácilmente códigos cortos desde cualquier plugin en la página.</li>\n<li><strong>Anclas de menú</strong>. Enlaza cualquier elemento a su ancla.</li>\n<li><strong>Sidebar</strong>. Add any sidebar into the page.</li>\n<li><strong>Google Maps</strong>. Incrusta mapas en la página.</li>\n<li><strong>SoundCloud</strong>. Añadie bits de audio de SoundCloud.</li>\n<li><strong>Divisor</strong>. Una línea que divide los diferentes elementos de la página.</li>\n<li><strong>Espaciador</strong>. Un espacio que divide los diversos elementos.</li>\n<li><strong>Columnas</strong>. Crea columnas internas dentro de la columna.</li>\n<li><strong>Y contando … </strong></li>\n</ul>\n<h4>Compatibilidad multilenguaje y RTL.</h4>\n<p>Hemos integrado RTL y compatibilidad multi idioma dentro el framework de nuestro creador de páginas, así que tienes un panel traducido nada más instalarlo, así como compatibilidad con tipografías RTL y opciones de desarrollo para añadir incluso más idiomas.</p>\n<h4>API para desarrolladores.</h4>\n<p>El maquetador de páginas Elementor es libre y gratuito. Es el plugin maquetador de páginas perfecto para ser ampliado e integrado. Ha sido creado y desarrollado con el desarrollador en mente, y ya hemos visto algunas extensiones realmente destacadas desarrolladas.</p>\n<p>Hemos creado una extensa <a href="https://github.com/pojome/elementor/tree/master/docs" rel="nofollow">documentación de la API</a> para ayudarte a empezar y aprender cómo integrarla con Elementor.</p>\n<h4>Traducciones</h4>\n<ul>\n<li><a href="https://translate.wordpress.org/locale/en-au/default/wp-plugins/elementor" rel="nofollow">English (Australia)</a> – (en_AU)</li>\n<li><a href="https://translate.wordpress.org/locale/fr/default/wp-plugins/elementor" rel="nofollow">Francés</a> – (fr_FR)</li>\n<li><a href="https://translate.wordpress.org/locale/de/default/wp-plugins/elementor" rel="nofollow">Alemán</a> – (de_DE)</li>\n<li><a href="https://translate.wordpress.org/locale/it/default/wp-plugins/elementor" rel="nofollow">Italiano</a> – (it_IT)</li>\n<li><a href="https://translate.wordpress.org/locale/es/default/wp-plugins/elementor" rel="nofollow">Español (España)</a> – (es_ES)</li>\n<li><a href="https://translate.wordpress.org/locale/es-mx/default/wp-plugins/elementor" rel="nofollow">Español (Mexico)</a> – (es_MX)</li>\n<li><a href="https://translate.wordpress.org/locale/ja/default/wp-plugins/elementor" rel="nofollow">Japonés</a> – (ja)</li>\n<li><a href="https://translate.wordpress.org/locale/pt/default/wp-plugins/elementor" rel="nofollow">Portugués (Portugal)</a> – (pt_PT)</li>\n<li><a href="https://translate.wordpress.org/locale/pt-br/default/wp-plugins/elementor" rel="nofollow">Portugués (Brasil)</a> – (pt_BR)</li>\n<li><a href="https://translate.wordpress.org/locale/he/default/wp-plugins/elementor" rel="nofollow">Sueco</a> – (sv_SE)</li>\n<li><a href="https://translate.wordpress.org/locale/nl/default/wp-plugins/elementor" rel="nofollow">Dutch</a> – (nl_NL)</li>\n<li><a href="https://translate.wordpress.org/locale/da/default/wp-plugins/elementor" rel="nofollow">Danish</a> – (da_DK)</li>\n<li><a href="https://translate.wordpress.org/locale/pl/default/wp-plugins/elementor" rel="nofollow">Polaco</a> – (pl_PL)</li>\n<li><a href="https://translate.wordpress.org/locale/zh-tw/default/wp-plugins/elementor" rel="nofollow">Chinese (Taiwan)</a> – (zh_TW)</li>\n<li><a href="https://translate.wordpress.org/locale/fa/default/wp-plugins/elementor" rel="nofollow"> </a> Persa – (fa_IR)</li>\n<li><a href="https://translate.wordpress.org/locale/he/default/wp-plugins/elementor" rel="nofollow">Hebreo</a> – (he_IL)</li>\n<li><a href="https://translate.wordpress.org/locale/ru/default/wp-plugins/elementor" rel="nofollow">Russian</a> – (ru_RU)</li>\n<li><a href="https://translate.wordpress.org/locale/fr/default/wp-plugins/elementor" rel="nofollow">Francés</a> – (fr_FR) – en progreso</li>\n<li><a href="https://translate.wordpress.org/locale/bg/default/wp-plugins/elementor" rel="nofollow">Búlgaro</a> – (hu_HU) – (bg_BG)</li>\n<li><a href="https://translate.wordpress.org/locale/el/default/wp-plugins/elementor" rel="nofollow">Greek</a> – (el)</li>\n<li><a href="https://translate.wordpress.org/locale/cs/default/wp-plugins/elementor" rel="nofollow">Czech</a> – ( cs_CZ)</li>\n</ul>\n<h4>Sé un contribuidor.</h4>\n<p>Si quieres contribuir, ve a <a href="https://github.com/pojome/elementor" rel="nofollow">el repositorio de Elementor en GitHub</a> y mira dónde puedes ayudar.</p>\n<p>También puedes añadir un nuevo lenguaje a través de <a href="https://translate.wordpress.org/projects/wp-plugins/elementor" rel="nofollow">translate.wordpress.org</a>. Creamos una guía corta explicando <a href="https://go.elementor.com/translate/" rel="nofollow">como traducir y localizar el plugin</a>.</p>\n<h4>Documentación y soporte</h4>\n<ul>\n<li>Para obtener documentación y tutoriales, visita nuestra <a href="https://docs.elementor.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">documentación</a>.</li>\n<li>Si tienes más preguntas, visita nuestro soporte en <a href="https://wordpress.org/support/plugin/elementor" rel="nofollow">el foro del Plugin</a>.</li>\n<li>Para más información acerca de las características, preguntas frecuentes y documentación, visita nuestra web de <a href="https://elementor.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">Elementor Page Builder</a>.</li>\n</ul>\n<h4>¿Te gustó Elementor?</h4>\n<ul>\n<li>Join our <a href="https://www.facebook.com/groups/Elementors/" rel="nofollow">Facebook Group</a>.</li>\n<li>Learn from our tutorials on <a href="https://www.youtube.com/c/elementor" rel="nofollow">Youtube Channel</a>.</li>\n<li>O califícanos en <a href="https://wordpress.org/support/plugin/elementor/reviews/?filter=5/#new-post" rel="nofollow">WordPress</a> 🙂</li>\n</ul>\n";s:12:"installation";s:1555:"<h4>Requisitos mínimos</h4>\n<ul>\n<li>WordPress 4.5 o superior</li>\n<li>PHP versión 5.4 o superior</li>\n<li>MySQL versión 5.0 o superior</li>\n</ul>\n<h4>Recomendamos que su alojamiento sea compatible con:</h4>\n<ul>\n<li>Versión PHP 7.0 o superior</li>\n<li>Versión MySQL 5.6 o superior</li>\n<li>Límite de memoria de WP con 64Mb o más (preferiblemente 128Mb o más)</li>\n</ul>\n<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe class=''youtube-player'' type=''text/html'' width=''640'' height=''390'' src=''https://www.youtube.com/embed/Ypn6fltn_7s?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent'' allowfullscreen=''true'' style=''border:0;''></iframe></span></p>\n<h4>Instalación</h4>\n<ol>\n<li>Instala el plugin utlizando el instalador de WordPress o bien extrae el contenido del archivo zip en el directorio <code>wp-content/plugins/</code> de tu instalación de WordPress.</li>\n<li>Activa el plugin en el menú ‘Plugins’ en WordPress.</li>\n<li>Ve a Páginas > Añadir nueva</li>\n<li>Presiona el botón de ‘Editar con Elementor’.</li>\n<li>Ahora puedes arrastrar y soltar widgets desde el panel de la izquierda al area de contenido, asi como añadir nuevas secciones y columnas que compongan la estructura de la página.</li>\n</ol>\n<p>Para documentación y tutoriales visita nuestra <a href="https://docs.elementor.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">base de conocimiento</a>.</p>\n";s:3:"faq";s:3155:"\n<h4>Instrucciones de instalación</h4>\n<p>\n<h4>Requisitos mínimos</h4>\n<ul>\n<li>WordPress 4.5 o superior</li>\n<li>PHP versión 5.4 o superior</li>\n<li>MySQL versión 5.0 o superior</li>\n</ul>\n<h4>Recomendamos que su alojamiento sea compatible con:</h4>\n<ul>\n<li>Versión PHP 7.0 o superior</li>\n<li>Versión MySQL 5.6 o superior</li>\n<li>Límite de memoria de WP con 64Mb o más (preferiblemente 128Mb o más)</li>\n</ul>\n<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe class=''youtube-player'' type=''text/html'' width=''640'' height=''390'' src=''https://www.youtube.com/embed/Ypn6fltn_7s?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent'' allowfullscreen=''true'' style=''border:0;''></iframe></span></p>\n<h4>Instalación</h4>\n<ol>\n<li>Instala el plugin utlizando el instalador de WordPress o bien extrae el contenido del archivo zip en el directorio <code>wp-content/plugins/</code> de tu instalación de WordPress.</li>\n<li>Activa el plugin en el menú ‘Plugins’ en WordPress.</li>\n<li>Ve a Páginas > Añadir nueva</li>\n<li>Presiona el botón de ‘Editar con Elementor’.</li>\n<li>Ahora puedes arrastrar y soltar widgets desde el panel de la izquierda al area de contenido, asi como añadir nuevas secciones y columnas que compongan la estructura de la página.</li>\n</ol>\n<p>Para documentación y tutoriales visita nuestra <a href="https://docs.elementor.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">base de conocimiento</a>.</p>\n</p>\n<h4>With Elementor, do I still need a theme?</h4>\n<p>\n<p>Si. Piensa en ello como esto: un tema es como el marco de una imagen, y Elementor es la herramienta para pintar la imagen que está dentro del marco. Todavía necesitas un tema para diseñar una bonita cabecera y pie de página.</p>\n</p>\n<h4>Is Elementor compatible with Posts and Custom Post Types?</h4>\n<p>\n<p>¡Seguro! Puedes escoger qué tipos de entradas activarán Elementor en su página de ajustes.</p>\n</p>\n<h4>Can I use other plugin widgets inside Elementor?</h4>\n<p>\n<p>¡Por supuesto! Los widgets que aparecen en el área de widgets de WordPress se mostrarán también dentro de Elementor. Sólo has de arrastrar y soltarlos en la página.</p>\n</p>\n<h4>¿Necesito saber cómo programar para usar Elementor?</h4>\n<p>\n<p>¡Para nada en absoluto! Elementor es un constructor visual en vivo, lo cual te permite conseguir diseños de gran calidad sin la necesidad de escribir una sola línea de CSS.</p>\n</p>\n<h4>Will Elementor work with RTL or other languages?</h4>\n<p>\n<p>¡Sí! Elementor permite crear fácilmente páginas RTL, así como páginas traducidas en cualquier idioma. Puedes leer más sobre traducción y localización aquí: https://go.elementor.com/translate/</p>\n</p>\n<h4>My site is working with WordPress 2.6, will Elementor work for me?</h4>\n<p>\n<p>No. Elementor es compatible con WordPress 4.5 o superior y es compatible con PHP 5.4 o superior. Recomendamos que tu alojamiento sea compatible con PHP versión 7.0 o superior y MySQL versión 5.6 o superior.</p>\n</p>\n\n";s:9:"changelog";s:86300:"<h4>1.9.6 – 2018-02-21</h4>\n<ul>\n<li>Fix: When selecting a color with alpha, the value is not fully visible (<a href="https://github.com/pojome/elementor/issues/3320" rel="nofollow">#3320</a>)</li>\n<li>Fix: “Create new Page” button in dashboard widget (<a href="https://github.com/pojome/elementor/issues/3491" rel="nofollow">#3491</a>)</li>\n<li>Fix: safe_copy_elementor_meta for editor revisions</li>\n<li>Fix: Clear filters when syncing library</li>\n<li>Fix: Background attachment fixed only on desktop</li>\n</ul>\n<h4>1.9.5 – 2018-02-14</h4>\n<ul>\n<li>Fix: Added reset for background video when the parent has set <code>text-align: center;</code></li>\n<li>Fix: Print global and post CSS files after all 3rd party plugins styles</li>\n<li>Fix: Avoid setting editor changed-flag on auto-saving</li>\n<li>Fix: Stretch section fallback to body when selector not found or the container doesn’t exist</li>\n</ul>\n<h4>1.9.4 – 2018-02-07</h4>\n<ul>\n<li>Tweak: Added draft posts to Elementor dashboard widget (<a href="https://github.com/pojome/elementor/issues/3379" rel="nofollow">#3379</a>)</li>\n<li>Tweak: Removed CodeMirror script for WP Custom HTML widget to improve performance</li>\n<li>Fix: Fonts not loaded in edit mode for widget template (<a href="https://github.com/pojome/elementor/issues/3352" rel="nofollow">#3352</a>)</li>\n<li>Fix: Prevent template library modal close on actions in edge cases</li>\n<li>Fix: Set save button as disabled if there is nothing to save</li>\n<li>Fix: Added publish to editor translations</li>\n<li>Fix: Added a flex-basis patch for better support in Firefox browser</li>\n<li>Fix: Image Box heading link now works without an image (<a href="https://github.com/pojome/elementor/issues/2854" rel="nofollow">#2854</a>)</li>\n</ul>\n<h4>1.9.3 – 2018-01-21</h4>\n<ul>\n<li>Fix: Enqueue style/script if when not needed (<a href="https://github.com/pojome/elementor/issues/3094" rel="nofollow">#3094</a>)</li>\n<li>Fix: Added compatibility for Safari browser accessibility</li>\n<li>Fix: Error message in saver</li>\n<li>Fix: Elementor missing WP editor content (<a href="https://github.com/pojome/elementor/issues/3139" rel="nofollow">#3139</a>)</li>\n<li>Fix: Changes lost on revisions panel tab destroy (<a href="https://github.com/pojome/elementor/issues/3242" rel="nofollow">#3242</a>)</li>\n</ul>\n<h4>1.9.2 – 2018-01-16</h4>\n<ul>\n<li>Tweak: Improved querying for revisions to reduce load time on posts with lots of revisions</li>\n<li>Tweak: Added new notifications when connection with the server is lost and on server errors</li>\n<li>Fix: Autosave now show only Elementor data (<a href="https://github.com/pojome/elementor/issues/3144" rel="nofollow">#3144</a>)</li>\n<li>Fix: Show correct post content in autosave</li>\n<li>Fix: Preview Changes button now uses <code>wp_preview_url()</code></li>\n<li>Fix: Typography settings not showing correctly in some cases (<a href="https://github.com/pojome/elementor/issues/3145" rel="nofollow">#3145</a>)</li>\n<li>Fix: Group control with conditions (<a href="https://github.com/pojome/elementor/issues/3182" rel="nofollow">#3182</a>)</li>\n<li>Fix: Import template in some configurations by checking if <code>ZipArchive</code> class is exists</li>\n<li>Fix: Tooltip flickering in the responsive mode button (<a href="https://github.com/pojome/elementor/issues/3151" rel="nofollow">#3151</a>)</li>\n</ul>\n<h4>1.9.1 – 2018-01-10</h4>\n<ul>\n<li>Fix: Conflict between responsive control and group control popup (<a href="https://github.com/pojome/elementor/issues/3130" rel="nofollow">#3130</a>)</li>\n<li>Fix: Color picker handle lag</li>\n<li>Fix: Native WordPress widgets stopped working</li>\n</ul>\n<h4>1.9.0 – 2018-01-09</h4>\n<ul>\n<li>New: Added Autosave capability for editor</li>\n<li>New: Added save as draft option (<a href="https://github.com/pojome/elementor/issues/2824" rel="nofollow">#2824</a>)</li>\n<li>New: Brand new Template Library</li>\n<li>New: Added filter & sorting (new, trend & popular) to Template Library (<a href="https://github.com/pojome/elementor/issues/1711" rel="nofollow">#1711</a>)</li>\n<li>New: Added import & sync tools to Template Library (<a href="https://github.com/pojome/elementor/issues/2402" rel="nofollow">#2402</a>)</li>\n<li>New: Added search form to Template Library (<a href="https://github.com/pojome/elementor/issues/2499" rel="nofollow">#2499</a>)</li>\n<li>New: Added my favorites option to the Template Library</li>\n<li>New: Added sorting (name, type, author & date) to My Templates Library</li>\n<li>New: Added new social icons for Meetup, RSS & Skype (<a href="https://github.com/pojome/elementor/issues/2703" rel="nofollow">#2703</a>, <a href="https://github.com/pojome/elementor/issues/2701" rel="nofollow">#2701</a>, <a href="https://github.com/pojome/elementor/issues/3090" rel="nofollow">#3090</a>)</li>\n<li>New: Added Overview dashboard widget</li>\n<li>Tweak: Added privacy control to video widget (<a href="https://github.com/pojome/elementor/issues/2741" rel="nofollow">#2741</a>)</li>\n<li>Tweak: Added new controls for Icons, Spacing & Padding to Toggle widget (<a href="https://github.com/pojome/elementor/issues/2836" rel="nofollow">#2836</a>)</li>\n<li>Tweak: Added new controls for Icons & Padding to Accordion widget (<a href="https://github.com/pojome/elementor/issues/2836" rel="nofollow">#2836</a>)</li>\n<li>Tweak: Added responsive space between control to Icon List widget</li>\n<li>Tweak: Rename “Page Settings” panel to “Document Settings”</li>\n<li>Tweak: Moved My Library to top of admin menu (<a href="https://github.com/pojome/elementor/issues/2843" rel="nofollow">#2843</a>)</li>\n<li>Tweak: Re-design menu of editor panel</li>\n<li>Tweak: Replaced <code>jquery-simple-dtpicker</code> with <code>flatpickr</code> JS library (<a href="https://github.com/pojome/elementor/issues/2095" rel="nofollow">#2095</a>)</li>\n<li>Tweak: Reduced panel clutter by allowing group control to be displayed as a popup</li>\n<li>Tweak: Added Gutenberg compatibility – “Add New Elementor” and “Back to Classic” edit screen</li>\n<li>Tweak: Added excerpt control to the Document Settings if the post type supports excerpts (<a href="https://github.com/pojome/elementor/issues/2837" rel="nofollow">#2837</a>)</li>\n<li>Tweak: Added <code>text-decoration</code> to Typography control</li>\n<li>Tweak: All functions, action hooks and filter hooks have been documented</li>\n<li>Tweak: Implementing inline editing functionality in various Elementor widgets</li>\n<li>Tweak: Accessible widget search – add label for screen readers in the search box (<a href="https://github.com/pojome/elementor/issues/2835" rel="nofollow">#2835</a>)</li>\n<li>Tweak: Improved Editor accessibility – replace <code>title</code> attributes with <code>aria-label</code> (<a href="https://github.com/pojome/elementor/issues/2861" rel="nofollow">#2861</a>)</li>\n<li>Tweak: Progress Bar widget accessibility – set correct <code>role</code> and added new <code>aria</code> attributes (<a href="https://github.com/pojome/elementor/issues/2861" rel="nofollow">#2861</a>)</li>\n<li>Tweak: Alert widget accessibility – make the “Dismiss” button accessible (<a href="https://github.com/pojome/elementor/issues/3108" rel="nofollow">#3108</a>)</li>\n<li>Tweak: Tabs widget accessibility – added <code>id</code>, <code>role</code> and <code>aria</code> attributes (<a href="https://github.com/pojome/elementor/issues/2913" rel="nofollow">#2913</a>)</li>\n<li>Tweak: Toggle widget accessibility – added <code>id</code>, <code>role</code> and <code>aria</code> attributes (<a href="https://github.com/pojome/elementor/issues/2836" rel="nofollow">#2836</a>)</li>\n<li>Tweak: Accordion widget accessibility – added <code>id</code>, <code>role</code> and <code>aria</code> attributes (<a href="https://github.com/pojome/elementor/issues/2836" rel="nofollow">#2836</a>)</li>\n<li>Tweak: Social Icons widget accessibility – added labels for screen readers</li>\n<li>Tweak: Added Browser support notification for unsupported browsers</li>\n<li>Tweak: Depended styles, various elements can set stylesheet dependencies (<a href="https://github.com/pojome/elementor/issues/1636" rel="nofollow">#1636</a>)</li>\n<li>Tweak: Added option to set control as required by <code>required => true</code></li>\n<li>Fix: Added <code>wptexturize</code> filter to match WordPress native text formatting</li>\n<li>Fix: Alignment issue with Icon widget</li>\n</ul>\n<h4>1.8.12 – 2018-01-03</h4>\n<ul>\n<li>Tweak: Added style compatibility for multiple select field</li>\n<li>Tweak: Added trim extra spaces in WP editor</li>\n<li>Fix: WC session not defined in editor</li>\n</ul>\n<h4>1.8.11 – 2017-12-19</h4>\n<ul>\n<li>Tweak: Support W3C validation when using multiple Google Fonts (<a href="https://wordpress.org/support/topic/bad-character-while-embedding-google-fonts/" rel="nofollow">Topic</a>)</li>\n<li>Tweak: Eicons v2.9.0 Updated</li>\n<li>Fix: TinyMCE inside repeater missing content after sort canceled (<a href="https://github.com/pojome/elementor/issues/2952" rel="nofollow">#2952</a>)</li>\n<li>Fix: Alpha color picker added <code>#</code> to default value (<a href="https://github.com/pojome/elementor/issues/2978" rel="nofollow">#2978</a>)</li>\n<li>Fix: Wrong parameter for multiple conditions with nested relations</li>\n<li>Fix: Init heartbeat only after preview has been loaded successfully to prevent unexpected behavior in edge cases</li>\n</ul>\n<h4>1.8.10 – 2017-12-13</h4>\n<ul>\n<li>Tweak: Allow support for multiple conditions with relations</li>\n<li>Fix: Waypoint in order to support default options and trigger once</li>\n<li>Fix: Entrance animation near the bottom of the page (<a href="https://github.com/pojome/elementor/issues/2114" rel="nofollow">#2114</a>, <a href="https://github.com/pojome/elementor/issues/2060" rel="nofollow">#2060</a>)</li>\n<li>Fix: Avoid delete current revision preview, check it’s a valid revision</li>\n<li>Fix: Change post-status in page settings</li>\n</ul>\n<h4>1.8.9 – 2017-12-06</h4>\n<ul>\n<li>Security Fix! – Prevent potential privilege escalation in page settings & history</li>\n<li>Fix: Allow Contributors to preview library templates</li>\n<li>Fix: Font Awesome icons are italicized (<a href="https://github.com/pojome/elementor/issues/2873" rel="nofollow">#2873</a>)</li>\n<li>Fix: CSS autoprefixer for minified files (now supports last 10 versions of browsers)</li>\n<li>Fix: Import template in Safari browser</li>\n<li>Fix: Post config for none singular pages</li>\n<li>Fix: Re-Render WYSIWYG control inside repeater on sort changed (<a href="https://github.com/pojome/elementor/issues/2897" rel="nofollow">#2897</a>, <a href="https://github.com/pojome/elementor/issues/2450" rel="nofollow">#2450</a>, <a href="https://github.com/pojome/elementor/issues/2324" rel="nofollow">#2324</a>)</li>\n<li>Fix: Eicons CSS re-compiled (<a href="https://github.com/pojome/elementor/issues/2878" rel="nofollow">#2878</a>)</li>\n</ul>\n<h4>1.8.8 – 2017-11-30</h4>\n<ul>\n<li>Tweak: Eicons v2.8.0 Updated</li>\n<li>Security Fix! – Prevent potential privilege escalation in template library</li>\n</ul>\n<h4>1.8.7 – 2017-11-29</h4>\n<ul>\n<li>Tweak: Eicons v2.7.0 updated</li>\n<li>Fix: Added per post type “edit_post” capability mapping in the editor (<a href="https://github.com/pojome/elementor/issues/2846" rel="nofollow">#2846</a>)</li>\n<li>Fix: Bump color picker script version to v2.0 to force a browser cached version refresh (<a href="https://github.com/pojome/elementor/issues/2550" rel="nofollow">#2550</a>)</li>\n</ul>\n<h4>1.8.6 – 2017-11-26</h4>\n<ul>\n<li>Fix: Changed minimum editing capability to <code>edit_posts</code> (<a href="https://github.com/pojome/elementor/issues/2791" rel="nofollow">#2791</a>)</li>\n<li>Fix: Disable <code>white-space: pre-wrap</code> in advanced editing mode (<a href="https://github.com/pojome/elementor/issues/2776" rel="nofollow">#2776</a>)</li>\n<li>Fix: Check publish capabilities in the page settings</li>\n<li>Fix: Fixed line break in webkit in cases when there are no active nodes.</li>\n<li>Fix: Import/export template in some server configurations.</li>\n</ul>\n<h4>1.8.5 – 2017-11-19</h4>\n<ul>\n<li>Fix: Compatibility with the WordPress 4.9 native widgets (<a href="https://github.com/pojome/elementor/issues/2763" rel="nofollow">#2763</a>)</li>\n<li>Fix: Removed related videos from background video in some cases (<a href="https://github.com/pojome/elementor/issues/2372" rel="nofollow">#2372</a>)</li>\n<li>Fix: Element inside similar element conflict (<a href="https://github.com/pojome/elementor/issues/2760" rel="nofollow">#2760</a>)</li>\n<li>Fix: Responsive alignment in Icon List widget</li>\n</ul>\n<h4>1.8.4 – 2017-11-14</h4>\n<ul>\n<li>Fix: Accordion open/close icon (<a href="https://github.com/pojome/elementor/issues/2740" rel="nofollow">#2740</a>)</li>\n<li>Fix: Color control does not allow more than 7 characters (<a href="https://github.com/pojome/elementor/issues/2737" rel="nofollow">#2737</a>)</li>\n<li>Fix: Button wrap on Safari browser</li>\n<li>Fix: Print duplicate styles when Print Method set to Internal Embedding</li>\n</ul>\n<h4>1.8.3 – 2017-11-11</h4>\n<ul>\n<li>Fix: Added nonce to export template action (<a href="https://wordpress.org/support/topic/importation-error-in-library-elementor-8-2/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Native WordPress widgets stopped working (<a href="https://github.com/pojome/elementor/issues/2732" rel="nofollow">#2732</a>)</li>\n</ul>\n<h4>1.8.2 – 2017-11-09</h4>\n<ul>\n<li>Fix: Added nonce to export template action (<a href="https://github.com/pojome/elementor/issues/2722" rel="nofollow">#2722</a>)</li>\n<li>Fix: Changes nonce key for third party plugins</li>\n</ul>\n<h4>1.8.1 – 2017-11-09</h4>\n<ul>\n<li>Fix: Bug loading Editor templates in some server configurations (<a href="https://github.com/pojome/elementor/issues/2712" rel="nofollow">#2712</a>)</li>\n<li>Fix: Added parameter to overwrite control recursively (<a href="https://github.com/pojome/elementor/issues/2702" rel="nofollow">#2702</a>)</li>\n<li>Fix: Patched nonce validation for all library actions</li>\n<li>Fix: Glitch with Tabs widget on touch screen</li>\n<li>Fix: Glitch with Button wrap on small screens</li>\n</ul>\n<h4>1.8.0 – 2017-11-07</h4>\n<ul>\n<li>New: Inline Editing added to all text, textarea & TinyMCE controls (<a href="https://github.com/pojome/elementor/issues/437" rel="nofollow">#437</a>)</li>\n<li>New: Added auto complete for code editor (Custom CSS & HTML widget) (<a href="https://github.com/pojome/elementor/issues/2416" rel="nofollow">#2416</a>)</li>\n<li>New: Added more icons to Social Icons widget: Telegram & OK (<a href="https://github.com/pojome/elementor/issues/2670" rel="nofollow">#2670</a>)</li>\n<li>New: Set focus to search bar when you click on widget button in the panel (<a href="https://github.com/pojome/elementor/issues/2333" rel="nofollow">#2333</a>)</li>\n<li>Tweak: Added <code>soft wrap</code> for code editor</li>\n<li>Tweak: Better accessibility for Tabs, Toggle & Accordion widgets</li>\n<li>Tweak: Added option to disable the widget on-change rendering</li>\n<li>Tweak: Improved error dialogs for better handling cases when the editor fails to load.</li>\n<li>Tweak: Rename Global Colors & Fonts to Default Colors and Default Fonts for better clarify</li>\n<li>Tweak: Update Google Fonts list with more then 10 new fonts</li>\n<li>Tweak: Eicons v2.5.0 updated</li>\n<li>Tweak: Added an “Elementor” post state for post table</li>\n<li>Tweak: Added responsive control for Icon Box (Space & Size)</li>\n<li>Tweak: Added compatibility and support for WP Color in WordPress 4.9 (<a href="https://github.com/pojome/elementor/issues/2550" rel="nofollow">#2550</a>)</li>\n<li>Tweak: Better nonce handling/renewing to avoid timeouts</li>\n<li>Tweak: Added compatibility for the future release of Elementor</li>\n<li>Fix: Icon List widget alignment with RTL</li>\n<li>Fix: Render element on unknown control changed</li>\n<li>Fix: Conflict <code>elementor-clickable</code> element with editor lightbox</li>\n<li>Fix: Handle download media/gallery inside repeater control for export/import</li>\n</ul>\n<h4>1.7.12 – 2017-10-24</h4>\n<ul>\n<li>Fix: Stay in the same tab settings after saving</li>\n<li>Fix: Refresh heartbeat token when nonce is expired</li>\n<li>Fix: Space for mobile in Image Box widget (<a href="https://github.com/pojome/elementor/issues/2586" rel="nofollow">#2586</a>)</li>\n<li>Fix: Added visual indication for disabled swiper nav arrow button</li>\n<li>Fix: Color picker alignment for extended panel (<a href="https://github.com/pojome/elementor/issues/2548" rel="nofollow">#2548</a>)</li>\n</ul>\n<h4>1.7.11 – 2017-10-04</h4>\n<ul>\n<li>Fix: <code>options is undefined</code> error when using select2</li>\n</ul>\n<h4>1.7.10 – 2017-10-03</h4>\n<ul>\n<li>Fix: Extend of Icon control for Social Icons widget</li>\n</ul>\n<h4>1.7.9 – 2017-10-03</h4>\n<ul>\n<li>Fix: Bug loading editor in Windows server</li>\n</ul>\n<h4>1.7.8 – 2017-10-03</h4>\n<ul>\n<li>Fix: Font and Icon controls that got effected by previous update</li>\n</ul>\n<h4>1.7.7 – 2017-10-03</h4>\n<ul>\n<li>Tweak: If current value is not in the options show it as <code>Unknown value</code> for Select2 control</li>\n<li>Fix: Import all template types by WordPress Importer</li>\n<li>Fix: Pagination color default for carousels</li>\n<li>Fix: Bug loading editor in some server configurations</li>\n</ul>\n<h4>1.7.6 – 2017-09-26</h4>\n<ul>\n<li>Tweak: Changed video lightbox width for tablet to 100%</li>\n<li>Tweak: Changed Vimeo placeholder for the Video widget</li>\n<li>Tweak: Added <code>vh</code> unit support for control base</li>\n<li>Fix: Prevent showing of placeholder image in video lightbox</li>\n<li>Fix: Show Swiper arrows navigation in the center</li>\n<li>Fix: Set a centered image preview for media control in the panel</li>\n<li>Fix: Removed <code>sourceMappingURL</code> reference to prevent an error with the Safari browser</li>\n</ul>\n<h4>1.7.5 – 2017-09-24</h4>\n<ul>\n<li>Tweak: Clear CSS Meta after change print method</li>\n<li>Tweak: Set default style for UI controls in all sliders and carousels</li>\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6</li>\n<li>Fix: Sync Library tool for manual updating</li>\n</ul>\n<h4>1.7.4 – 2017-09-18</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor</li>\n<li>Fix: Space widgets applied on the last element (<a href="https://github.com/pojome/elementor/issues/2331" rel="nofollow">#2331</a>)</li>\n<li>Fix: Internal CSS for Template Library embed (<a href="https://github.com/pojome/elementor/issues/2394" rel="nofollow">#2394</a>)</li>\n</ul>\n<h4>1.7.3 – 2017-09-11</h4>\n<ul>\n<li>Tweak: Added responsive size for icon list widget (<a href="https://github.com/pojome/elementor/issues/2302" rel="nofollow">#2302</a>)</li>\n<li>Tweak: Added keyboard control for lightbox slideshow (<a href="https://github.com/pojome/elementor/issues/2270" rel="nofollow">#2270</a>)</li>\n<li>Tweak: Updated E-Icons font v2.4.2</li>\n<li>Fix: Changed image carousel breakpoints (<a href="https://github.com/pojome/elementor/issues/2341" rel="nofollow">#2341</a>)</li>\n<li>Fix: Handles editor view for Divi theme (<a href="https://github.com/pojome/elementor/issues/2342" rel="nofollow">#2342</a>)</li>\n<li>Fix: Live editing to the page settings custom CSS (<a href="https://github.com/pojome/elementor/issues/2363" rel="nofollow">#2363</a>)</li>\n</ul>\n<h4>1.7.2 – 2017-09-05</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor</li>\n<li>Tweak: Added API option for developers to insert controls between preexisting controls</li>\n<li>Tweak: Added compatibility with Yoast SEO plugin</li>\n<li>Fix: Added compatibility for Multisite installation with Domain Mapping (<a href="https://github.com/pojome/elementor/issues/2280" rel="nofollow">#2280</a>)</li>\n<li>Fix: Disappearing widgets when you undo remove section (<a href="https://github.com/pojome/elementor/issues/2301" rel="nofollow">#2301</a>)</li>\n</ul>\n<h4>1.7.1 – 2017-08-29</h4>\n<ul>\n<li>Tweak: Removed some filters for better performance</li>\n<li>Fix: Allow import <code>.zip</code> mime type to the library for some browsers / servers</li>\n<li>Fix: Save checking for the history log</li>\n<li>Fix: Change default template in page settings</li>\n</ul>\n<h4>1.7.0 – 2017-08-28</h4>\n<ul>\n<li>New: History actions in the editor (<a href="https://github.com/pojome/elementor/issues/266" rel="nofollow">#266</a>)</li>\n<li>New: Hotkey: Ctrl / Cmd + Z = Undo</li>\n<li>New: Hotkey: Ctrl / Cmd + Shift + Z = Redo</li>\n<li>New: Hotkey: Ctrl / Cmd + D = Duplicate</li>\n<li>New: Hotkey: Delete = Delete element</li>\n<li>New: Added more icons to Social Icons widget: Weibo & WeChat</li>\n<li>Tweak: Added color control for UI elements in the lightbox</li>\n<li>Tweak: Allow to exclude devices in responsive control</li>\n<li>Tweak: Added compatibility for Table of Contents Plus plugin (<a href="https://github.com/pojome/elementor/issues/2248" rel="nofollow">#2248</a>)</li>\n<li>Fix: Added compatibility for Multisite installation with Domain Mapping</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n<li>Fix: Sometimes content in Repeater control disappears</li>\n<li>Fix: Conflict rollback to the last version when beta testing mode enabled</li>\n<li>Fix: Conflict with Polylang plugin (<a href="https://github.com/pojome/elementor/issues/2124" rel="nofollow">#2124</a>)</li>\n<li>Fix: Allow fullscreen in the editor preview for video player</li>\n</ul>\n<h4>1.6.5 – 2017-08-20</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor Pro</li>\n<li>Fix: Set font size inherit for Heading widget (<a href="https://github.com/pojome/elementor/issues/2098" rel="nofollow">#2098</a>)</li>\n<li>Fix: Anchor links smooth scrolling not working when admin bar is disabled (<a href="https://github.com/pojome/elementor/issues/2210" rel="nofollow">#2210</a>)</li>\n</ul>\n<h4>1.6.4 – 2017-08-06</h4>\n<ul>\n<li>Tweak: Allow to close lightbox when clicking outside of the element</li>\n<li>Fix: Added font family inherit for input placeholder</li>\n<li>Fix: Reload none-saved changes on editor reload</li>\n<li>Fix: Added compatibility for WPMU DEV’s Domain Mapping plugin (<a href="https://github.com/pojome/elementor/issues/2120" rel="nofollow">#2120</a>)</li>\n</ul>\n<h4>1.6.3 – 2017-08-09</h4>\n<ul>\n<li>Fix: Lightbox for Image Carousel (<a href="https://github.com/pojome/elementor/issues/2135" rel="nofollow">#2135</a>)</li>\n<li>Fix: Allow to dismiss message asking to share anonymous usage data (<a href="https://github.com/pojome/elementor/issues/2136" rel="nofollow">#2136</a>)</li>\n<li>Fix: Conflict with Advanced TinyMCE plugin (<a href="https://wordpress.org/support/topic/tinymce-unbreakable-space-not-display/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>1.6.2 – 2017-08-03</h4>\n<ul>\n<li>Fix: More compatibility for some server configuration (<a href="https://github.com/pojome/elementor/issues/2119" rel="nofollow">#2119</a>)</li>\n<li>Fix: Added lightobx control for image gallery widget (<a href="https://github.com/pojome/elementor/issues/2121" rel="nofollow">#2121</a>)</li>\n<li>Fix: Conflict with TablePress and other plugins that add buttons to TinyMCE (<a href="https://wordpress.org/support/topic/cant-view-editor-in-1-6-after-update/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>1.6.1 – 2017-08-02</h4>\n<ul>\n<li>¡Arreglado! — Conflicto con el modulo de Formulario de Contacto de Jetpack (<a href="https://github.com/pojome/elementor/issues/2125" rel="nofollow">#2125</a>)</li>\n<li>¡Arreglado! – Conflicto con el plugin Popup Maker</li>\n<li>¡Arreglado! – Actualizada versión estable anterior para revertir</li>\n<li>¡Arreglado! – Comprobando si el área del contenido no se encuentra antes de algo más.</li>\n<li>¡Arreglado! – La condición de escondido para la sección de control no funcionaba bien</li>\n<li>Fix: Reset border for iFrame in video lightbox (<a href="https://github.com/pojome/elementor/issues/2121" rel="nofollow">#2121</a>)</li>\n</ul>\n<h4>1.6.0 – 2017-08-02</h4>\n<ul>\n<li><a href="https://elementor.com/v160-image-lightbox/" rel="nofollow">Leer más en el post de versión</a></li>\n<li>New: Added native Lightbox for images and galleries (<a href="https://github.com/pojome/elementor/issues/218" rel="nofollow">#218</a>)</li>\n<li>New: Added Text Shadow control (<a href="https://github.com/pojome/elementor/issues/1696" rel="nofollow">#1696</a>) (<a href="https://github.com/pojome/elementor/blob/master/docs/content/controls/_text-shadow.md" rel="nofollow">Developer API</a>)</li>\n<li>New: Added Text Shadow option for Heading widget (<a href="https://github.com/pojome/elementor/issues/1940" rel="nofollow">#1940</a>)</li>\n<li>New: Added bulk import / export for template library (<a href="https://github.com/pojome/elementor/issues/1241" rel="nofollow">#1241</a>)</li>\n<li>New: Added <code>elementor/widgets/wordpress/widget_args</code> filter to customize WP widget markup (<a href="https://github.com/pojome/elementor/issues/2052" rel="nofollow">#2052</a>)</li>\n<li>Tweak: The editor loading now in the wp-admin area instead of the front-end</li>\n<li>Tweak: Replaced editor icons from FontAwesome to Eicons for beautiful sharpness</li>\n<li>Tweak: Added library access to all users with <code>edit_pages</code> capability</li>\n<li>Tweak: Loading scripts from the preview for more accurate front-end simulation and fix some issues</li>\n<li>Tweak: Replaced textarea input with WYSIWYG control for Testimonial widget (<a href="https://github.com/pojome/elementor/issues/1321" rel="nofollow">#1321</a>)</li>\n<li>Tweak: Changed default play icon for Video widget</li>\n<li>Tweak: First step to move Autoloader classes method</li>\n<li>Tweak: Switcher control <code>label_on</code> and <code>label_off</code> is not required anymore (<a href="https://github.com/pojome/elementor/blob/master/docs/content/controls/_switcher.md" rel="nofollow">Developer API</a>)</li>\n<li>Tweak: Style settings now also in the editor (under > menu > general settings)</li>\n<li>Tweak: Changed the colors of editor loading screen to positive design</li>\n<li>Tweak: Added Mute option for YouTube in Video widget (<a href="https://github.com/pojome/elementor/issues/1897" rel="nofollow">#1897</a>)</li>\n<li>Twaek! – Added compatibility for Polylang plugin (<a href="https://github.com/pojome/elementor/issues/1959" rel="nofollow">#1959</a>)</li>\n<li>Fix: Unknown text input in Group Controls (<a href="https://github.com/pojome/elementor/issues/1926" rel="nofollow">#1926</a>)</li>\n<li>Fix: Show edit with elementor button on admin bar in regular posts</li>\n<li>Fix: Inherit style for select field from field</li>\n<li>Fix: Conflict with ManageWP on Multisite (<a href="https://github.com/pojome/elementor/issues/1600" rel="nofollow">#1600</a>, <a href="https://github.com/pojome/elementor/issues/1456" rel="nofollow">#1456</a>)</li>\n<li>Deprecated: <code>elementor/controls/get_available_tabs_controls</code> filter, please use <code>\\Elementor\\Controls_Manager::add_tab( $tab_name, $tab_title )</code> instead of</li>\n</ul>\n<h4>1.5.5 – 2017-07-18</h4>\n<ul>\n<li>Fix: Page Settings data gets corrupted on revision save (<a href="https://github.com/pojome/elementor/issues/2031" rel="nofollow">#2031</a>)</li>\n</ul>\n<h4>1.5.4 – 2017-07-17</h4>\n<ul>\n<li>Tweak: Re-organized SCSS files for the editor panel</li>\n<li>Tweak: Added example how to remove some styles from front-end (<a href="https://github.com/pojome/elementor/issues/1992" rel="nofollow">#1992</a>)</li>\n<li>Tweak: Added <code>do_action( ''elementor/preview/enqueue_scripts'' );</code> for loading scripts in the preview only</li>\n<li>Tweak: Added <code>panel/widgets/{WIDGET_TYPE}/controls/wp_widget/loaded</code> JS action to handle WP widget controls (<a href="https://github.com/pojome/elementor/issues/1886" rel="nofollow">#1886</a>)</li>\n<li>Tweak: Changed Image placeholder</li>\n<li>Tweak: Return <code>checkbox</code> control as deprecated in v1.5 (<a href="https://github.com/pojome/elementor/issues/2003" rel="nofollow">#2003</a>)</li>\n<li>Fix: Changed carousel breakpoints for better responsiveness (Based on <a href="https://github.com/pojome/elementor/issues/2003" rel="nofollow">#1785</a>)</li>\n<li>Fix: After v1.5 some default unit in mobile editing set as pixel instead of the original default</li>\n<li>Fix: Removed <code>wptexturize</code> from Elementor content to avoid some plugins wrong texturize</li>\n</ul>\n<h4>1.5.3 – 2017-07-09</h4>\n<ul>\n<li>Tweak: Google Fonts list updated with 17 new fonts</li>\n<li>Tweak: Added responsive control for min-height in Column widget</li>\n<li>Tweak: Added default value for HTML Tags</li>\n<li>Tweak: Added editor compatibility for some themes</li>\n<li>Fix: Added <code>latin-ext</code> subset in Font control for Polish language</li>\n<li>Fix: Updated control condition on Skin</li>\n<li>Fix: Glitch CSS in video iFrame</li>\n<li>Fix: Hover effect opacity transition</li>\n<li>Fix: Column background overlay condition in front-end</li>\n<li>Fix: Shape divider width units for tablet and mobile (<a href="https://github.com/pojome/elementor/issues/1817" rel="nofollow">#1817</a>)</li>\n<li>Fix: Video Background position center of section (<a href="https://github.com/pojome/elementor/issues/1925" rel="nofollow">#1925</a>)</li>\n<li>Fix: Toggle & Accordion glitch in the editor</li>\n<li>Fix: Hide errors for control without selector (<a href="https://github.com/pojome/elementor/issues/1923" rel="nofollow">#1923</a>)</li>\n</ul>\n<h4>1.5.2 – 2017-07-02</h4>\n<ul>\n<li>Fix: Library dialog not loading in different languages</li>\n<li>Fix: Removed duplicate data from editor loading</li>\n<li>Fix: Navigation condition in Image Carousel widget (<a href="https://github.com/pojome/elementor/issues/1920" rel="nofollow">#1920</a>)</li>\n<li>Fix: Added <code>latin-ext</code> subset in Font control for Romanian language (<a href="https://github.com/pojome/elementor/issues/1915" rel="nofollow">#1915</a>)</li>\n</ul>\n<h4>1.5.1 – 2017-06-29</h4>\n<ul>\n<li>Tweak: Show the fallback image until video playback starts (<a href="https://github.com/pojome/elementor/issues/1901" rel="nofollow">#1901</a>)</li>\n<li>Tweak: Set Animation delay value in milliseconds</li>\n<li>Fix: Buttons size for different languages (<a href="https://wordpress.org/support/topic/cosmetic-for-french-interface/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Destroy the Waypoint after one running (<a href="https://github.com/pojome/elementor/issues/1906" rel="nofollow">#1906</a>)</li>\n<li>Fix: Image stretch condition in Image Carousel widget</li>\n<li>Fix: Restore value builder for rollback compatibility (<a href="https://github.com/pojome/elementor/issues/1911" rel="nofollow">#1911</a>)</li>\n</ul>\n<h4>1.5.0 – 2017-06-28</h4>\n<ul>\n<li>New: A big UI makeover to the editor for the 1st birthday of Elementor (<a href="https://github.com/pojome/elementor/issues/493" rel="nofollow">#493</a>, <a href="https://github.com/pojome/elementor/issues/335" rel="nofollow">#335</a>, <a href="https://github.com/pojome/elementor/issues/692" rel="nofollow">#692</a>)</li>\n<li>New: Added responsive mode for Column Width control, including Tablet! (<a href="https://github.com/pojome/elementor/issues/418" rel="nofollow">#418</a>)</li>\n<li>New: Added option to set the column width trough the panel (<a href="https://github.com/pojome/elementor/issues/847" rel="nofollow">#847</a>)</li>\n<li>New: Added Element Hover for Background, BG Overlay, Border & Box Shadow</li>\n<li>New: Added <code>nofollow</code> option for all link controls (<a href="https://wordpress.org/support/topic/elementor-nofollow-links-is-there-a-way-to-specify-links-nofollow-attribute/" rel="nofollow">Topic</a>, <a href="https://github.com/pojome/elementor/issues/953" rel="nofollow">#953</a>, <a href="https://github.com/pojome/elementor/issues/1695" rel="nofollow">#1695</a>)</li>\n<li>New: Added HTML Tag for Section & Column (<a href="https://github.com/pojome/elementor/issues/1619" rel="nofollow">#1619</a>)</li>\n<li>New: Added Inset option for Box shadow control (<a href="https://github.com/pojome/elementor/issues/1623" rel="nofollow">#1623</a>)</li>\n<li>New: Added option to rollback to a previous version of Elementor & Pro</li>\n<li>New: Added option to get update notifications for beta versions of Elementor & Pro</li>\n<li>New: Added Space Between Widgets option under global settings and per column (<a href="https://github.com/pojome/elementor/issues/1221" rel="nofollow">#1221</a>)</li>\n<li>New: Added Z-Index option for all elements and removed original default <code>z-index</code> from <code>widgets-wrap</code> (<a href="https://github.com/pojome/elementor/issues/1743" rel="nofollow">#1743</a>)</li>\n<li>New: Import template get the page settings also if available</li>\n<li>Tweak: Added Tabs UI for admin setting pages</li>\n<li>Tweak: Added Layout tab for column for better workflow</li>\n<li>Tweak: Elementor not active when WP version doesn’t meet minimum requirements</li>\n<li>Tweak: Added Animation Delay to Entrance Animation for all elements (<a href="https://github.com/pojome/elementor/issues/558" rel="nofollow">#558</a>)</li>\n<li>Tweak: Improved panel accessibility by adding <code>for</code> to the labels</li>\n<li>Tweak: Added responsive control for min-height in Section (<a href="https://github.com/pojome/elementor/issues/630" rel="nofollow">#630</a>)</li>\n<li>Tweak: Added responsive control for image size in Image / Image Box widgets</li>\n<li>Tweak: Added PX unit & responsive control for border width in Divider widget</li>\n<li>Tweak: Added responsive control for gap in Divider widget</li>\n<li>Tweak: Added responsive control for spacing in Image Box widget</li>\n<li>Tweak: Added responsive control for slides to show control in Image Carousel</li>\n<li>Tweak: Added responsive control for border radius in Image widget</li>\n<li>Tweak: Changed video embed method for better performance and fix loading bug</li>\n<li>Tweak: Changed <code>the_content</code> priority for better integration with 3rd party plugins (e.g WooCommerce Membership)</li>\n<li>Tweak: Added WP filter to get available image sizes</li>\n<li>Tweak: Updated Swiper library to 3.4.2</li>\n<li>Tweak: Limit up to 100 revisions to display in the panel for better performance</li>\n<li>Fix: YouTube link detection regex for some situations</li>\n<li>Fix: Content flashes before entrance animation (<a href="https://github.com/pojome/elementor/issues/1672" rel="nofollow">#1672</a>)</li>\n<li>Fix: Added <code>latin-ext</code> subset in Font control for Czech language (<a href="https://github.com/pojome/elementor/issues/1630" rel="nofollow">#1630</a>)</li>\n<li>Fix: Restore to post version without Elementor in Revision History</li>\n<li>Fix: Removed <code>margin: 0</code> setting from figure inside text editor widget</li>\n<li>Fix: Content flashes before entrance animation (<a href="https://github.com/pojome/elementor/issues/1672" rel="nofollow">#1672</a>)</li>\n<li>Fix: Bug Image Carousel widget in RTL direction</li>\n<li>Fix: <code>show_label</code> affected inner label in the repeater control (<a href="https://github.com/pojome/elementor/issues/1707" rel="nofollow">#1707</a>)</li>\n</ul>\n<h4>1.4.10 – 2017-06-25</h4>\n<ul>\n<li>Fix: CSS <code>autoprefixer</code> for minified files (last 5 versions of browsers support)</li>\n</ul>\n<h4>1.4.9 – 2017-06-19</h4>\n<ul>\n<li>Tweak: Compatibility with the new WordPress 4.8 widgets (Rich Text, Image, Video and Audio)</li>\n<li>Tweak: Disable Elementor editor in the default Blog page</li>\n<li>Fix: Bug post archive when first post set as Canvas template</li>\n</ul>\n<h4>1.4.8 – 2017-05-28</h4>\n<ul>\n<li>New: Added new option: Set the CSS Print Method as Internal Embedding or External Files</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Nested all Swiper style under <code>elementor</code> class</li>\n<li>Fix: Open the first section when switching tabs not working</li>\n<li>Fix: Video widget cover image not displayed properly when lightbox on (<a href="https://github.com/pojome/elementor/issues/1763" rel="nofollow">#1763</a>)</li>\n</ul>\n<h4>1.4.7 – 2017-05-18</h4>\n<ul>\n<li>Tweak: Added WP favicon support on Editor mode</li>\n<li>Fix: Do not return empty <code><img></code> tag when not found image source on Image Size group control</li>\n</ul>\n<h4>1.4.6 – 2017-05-09</h4>\n<ul>\n<li>New: Added new Google font <code>Arsenal</code> for typography control</li>\n<li>Fix: An issue with custom size in Image Widget (<a href="https://github.com/pojome/elementor/issues/1688" rel="nofollow">#1688</a>)</li>\n<li>Fix: Tilt shape glitch in wide screens</li>\n<li>Fix: Increasing <code>z-index</code> for overlay settings in the editor (<a href="https://github.com/pojome/elementor/issues/1209" rel="nofollow">#1209</a>)</li>\n<li>Fix: The layout is reset when you drag the section</li>\n<li>Fix: Register events on different skins to register multiple handles in one widget</li>\n<li>Fix: Parse controls default settings by PHP</li>\n<li>Fix: Advanced style apply in the element inside element</li>\n</ul>\n<h4>1.4.5 – 2017-04-30</h4>\n<ul>\n<li>Tweak: Use <code>update_metadata</code> instead of <code>update_post_meta</code> for revision history</li>\n<li>Fix: If Image Carousel caption is set to none, don’t print the markup for the <code>figcaption</code></li>\n<li>Fix: Don’t run buttons arrangement when TinyMCE has custom configuration</li>\n<li>Fix: Apply default value to desktop only for mobile editing</li>\n<li>Fix: Double rendering in the editor</li>\n<li>Fix: Prevent Elementor video autoplay in WordPress backend editor</li>\n</ul>\n<h4>1.4.4 – 2017-04-20</h4>\n<ul>\n<li>Fix: Customizer is not loading in some cases (<a href="https://wordpress.org/support/topic/cant-load-wp-customizer-because-of-get_css-error/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>1.4.3 – 2017-04-19</h4>\n<ul>\n<li>Tweak: Avoid enqueue <code>post.css</code> for <code>the_excerpt</code></li>\n<li>Tweak: Updated E-Icons font v2.1.0</li>\n<li>Fix: Conflict between different skins sharing a control with same prefix-class</li>\n<li>Fix: Added compatibility for more WP widgets (<a href="https://wordpress.org/support/topic/cant-change-event-calendar-widget/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>1.4.2 – 2017-04-04</h4>\n<ul>\n<li>Fix: Page Settings not reload on the page template (<a href="https://github.com/pojome/elementor/issues/1586" rel="nofollow">#1586</a>)</li>\n<li>Fix: Full width default value in preview mode</li>\n<li>Fix: Responsive switcher in repeater control</li>\n</ul>\n<h4>1.4.1 – 2017-04-03</h4>\n<ul>\n<li>New: <code>Added action elementor/frontend/after_register_scripts</code> – runs after register scripts in the frontend</li>\n<li>New: <code>Added action elementor/editor/after_enqueue_styles</code> – runs after enqueue styles in the Editor</li>\n<li>New: <code>Added action elementor/editor/before_enqueue_styles</code> – runs before enqueue styles in the Editor</li>\n<li>New: <code>Added action elementor/editor/after_enqueue_scripts</code> – runs after enqueue scripts in Editor</li>\n<li>New: <code>Added action elementor/post-css-file/parse</code> to change Post CSS output</li>\n<li>Tweak: Added new tool for editor loader method</li>\n<li>Fix: Autosave settings on each change after 3 seconds (<a href="https://github.com/pojome/elementor/issues/1546" rel="nofollow">#1546</a>)</li>\n<li>Fix: Reset column resize after section sorting</li>\n<li>Fix: Incorrect wrapper height in some cases in Video lightbox</li>\n<li>Fix: ACE editor lines gutter overflows over panel footer menu (<a href="https://github.com/pojome/elementor/issues/1575" rel="nofollow">#1575</a>)</li>\n</ul>\n<h4>1.4.0 – 2017-03-28</h4>\n<ul>\n<li>New: Canvas: Native Blank Page Template. No header, no footer, just Elementor</li>\n<li>New: Maintenance Mode for Under Contraction and Coming Soon page</li>\n<li>New: Page Settings: Choose Page Template, Change Status, Edit / Hide Page Title (<a href="https://github.com/pojome/elementor/issues/632" rel="nofollow">#632</a>, <a href="https://github.com/pojome/elementor/issues/447" rel="nofollow">#447</a>)</li>\n<li>New: Page Style: Padding and Background Color, Image or Gradient</li>\n<li>New: Drop Cap option for Text Editor widget</li>\n<li>New: Added Debug box in the System Info screen, to keep a record of recent error messages in the editor</li>\n<li>New: Added more icons to Social Icons widget: Yelp, Xing, Email, Shopping Cart and Whatsapp (<a href="https://github.com/pojome/elementor/issues/1462" rel="nofollow">#1462</a>, <a href="https://github.com/pojome/elementor/issues/1463" rel="nofollow">#1463</a>, <a href="https://github.com/pojome/elementor/issues/1471" rel="nofollow">#1471</a>, <a href="https://github.com/pojome/elementor/issues/1481" rel="nofollow">#1481</a>)</li>\n<li>Tweak: Added hover style and animation for Social Icons widget (<a href="https://github.com/pojome/elementor/issues/426" rel="nofollow">#426</a>, <a href="https://github.com/pojome/elementor/issues/1472" rel="nofollow">#1472</a>)</li>\n<li>Tweak: Removed unnecessary data settings from frontend output</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href="https://github.com/pojome/elementor/issues/1442" rel="nofollow">#1442</a>, <a href="https://github.com/pojome/elementor/issues/1472" rel="nofollow">#1472</a>)</li>\n<li>Fix: Google Font family with spacing</li>\n<li>Fix: Custom image size in some situations (<a href="https://wordpress.org/support/topic/insider-elementor-editor-error-500-admin-ajax/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Smooth scrolling for anchor links, now limited only to links with <code>.elementor-element</code> or <code>.elementor-menu-anchor</code> classes (<a href="https://github.com/pojome/elementor/issues/1478" rel="nofollow">#1478</a>)</li>\n</ul>\n<h4>1.3.5 – 2017-03-20</h4>\n<ul>\n<li>Tweak: Minimum WP version is now v4.5</li>\n<li>Fix: Shape divider glitch on some screen widths</li>\n<li>Fix: Shape divider flip bug in safari browser</li>\n<li>Fix: Conflict with jQuery FitVids plugin (<a href="https://wordpress.org/support/topic/video-lightbox-4/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Generated CSS-file breakpoint for tablet – changed from <code>1023px</code> to <code>1024px</code> (<a href="https://github.com/pojome/elementor/issues/1454" rel="nofollow">#1454</a>)</li>\n<li>Fix: Close HTML <code>div</code> for Alert widget</li>\n</ul>\n<h4>1.3.4 – 2017-03-14</h4>\n<ul>\n<li>Tweak: Added more hooks for handling styles & scripts (<a href="https://wordpress.org/support/topic/is-there-way-to-remove-google-font-link/" rel="nofollow">Topic</a>)</li>\n<li>Tweak: Added Swiper library for future widgets</li>\n<li>Fix: Added Revision History for all Elementor-enabled CPTs</li>\n<li>Fix: Shapes for RTL direction</li>\n<li>Fix: Issue with images not loading in some situations</li>\n<li>Fix: Click on arrow icon in select field</li>\n</ul>\n<h4>1.3.3 – 2017-03-08</h4>\n<ul>\n<li>Fix: Negative shape rotation in front-end (<a href="https://github.com/pojome/elementor/issues/1438" rel="nofollow">#1438</a>)</li>\n<li>Fix: Error with anchor links with an invalid target (<a href="https://wordpress.org/support/topic/popup-maker-not-working-on-elementor-1-3-2-pages/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Alignment issue in Icon List widget</li>\n</ul>\n<h4>1.3.2 – 2017-03-07</h4>\n<ul>\n<li>Tweak: Added Bring to Front option for shape divider</li>\n<li>Fix: Normalize template data in some situations (<a href="https://github.com/pojome/elementor/issues/1432" rel="nofollow">#1432</a>)</li>\n<li>Fix: Removed shapes handler JS from front-end</li>\n<li>Fix: Added support for shapes on Edge browser (<a href="https://github.com/pojome/elementor/issues/1427" rel="nofollow">#1427</a>)</li>\n<li>Fix: Shapes glitch on some screen width</li>\n</ul>\n<h4>1.3.1 – 2017-03-07</h4>\n<ul>\n<li>Fix: Insert or embed template in the editor (<a href="https://github.com/pojome/elementor/issues/1426" rel="nofollow">#1426</a>, <a href="https://github.com/pojome/elementor/issues/1425" rel="nofollow">#1425</a>)</li>\n<li>Fix: Imported templates were not saved correctly (<a href="https://wordpress.org/support/topic/new-version-not-loading-2/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Comparing default values for array or multiple controls</li>\n</ul>\n<h4>1.3.0 – 2017-03-06</h4>\n<ul>\n<li>New: Added Shape Divider to sections</li>\n<li>New: Added Lightbox for video widget (<a href="https://github.com/pojome/elementor/issues/741" rel="nofollow">#741</a>)</li>\n<li>New: Added new social icons for Slideshare, Vkontakte & Tripadvisor</li>\n<li>New: Print JS file just when is needed, by new method <code>Widget::get_script_depends()</code> (<a href="https://github.com/pojome/elementor-hello-world/blob/5d37a45a9419ecb825e1706eb83689dfa0b252f8/widgets/hello-world.php#L34-L42" rel="nofollow">Code Reference</a>)</li>\n<li>Tweak: Improved Icon List widget by adding: line-up, divider and space between options (<a href="https://github.com/pojome/elementor/issues/822" rel="nofollow">#822</a>)</li>\n<li>Tweak: Added box shadow control for Button widget (<a href="https://github.com/pojome/elementor/issues/1357" rel="nofollow">#1357</a>)</li>\n<li>Tweak: Don’t use <code>html_entity_decode</code> on json posted data (Improving JSON format for saving Data by deprecated <code>html_entity_decode</code>)</li>\n<li>Tweak: Element-ID as anchor has no smooth scroll – Added ability to pass element id to selectors (<a href="https://github.com/pojome/elementor/issues/1333" rel="nofollow">#1333</a>)</li>\n<li>Fix: Added margin top property in <code>.elementor-inner</code> class for better handling with fixed headers</li>\n</ul>\n<h4>1.2.4 – 2017-02-28</h4>\n<ul>\n<li>Tweak: Improved embed google fonts in the front-end</li>\n<li>Tweak: Added selector in Button widget to override custom style in some themes (<a href="https://github.com/pojome/elementor/issues/1285" rel="nofollow">#1285</a>)</li>\n<li>Tweak: Load unminified color-picker.js file when <code>SCRIPT_DEBUG</code> is <code>true</code> (<a href="https://github.com/pojome/elementor/issues/1364" rel="nofollow">#1364</a>)</li>\n<li>Fix: Bug when dragging a column from a single-column section to another section (<a href="https://github.com/pojome/elementor/issues/1346" rel="nofollow">#1346</a>)</li>\n<li>Fix: Reduced padding for Progress Bar widget in mobile (<a href="https://github.com/pojome/elementor/issues/1358" rel="nofollow">#1358</a>)</li>\n<li>Fix: Descriptor field style in the repeater field</li>\n<li>Fix: Alt key for some keyboard input sources (<a href="https://github.com/pojome/elementor/issues/1328" rel="nofollow">#1328</a>)</li>\n</ul>\n<h4>1.2.3 – 2017-02-14</h4>\n<ul>\n<li>Fix: Typography group data render (<a href="https://wordpress.org/support/topic/erro-after-upgrading-to-version-1-2-2/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>1.2.2 – 2017-02-14</h4>\n<ul>\n<li>Tweak: Added filter to change the menu anchor distance</li>\n<li>Tweak: Regenerate CSS run after editor saved for quicker saving</li>\n<li>Tweak: Major performance improvement by optimizing backend method calls</li>\n<li>Fix: Selector <code>elementor:after</code> added spacing after the elementor content</li>\n<li>Fix: Removed inline CSS from default section in frontend</li>\n</ul>\n<h4>1.2.1 – 2017-02-08</h4>\n<ul>\n<li>¡Arreglo! – Cambios en el control del Repetidor no tiene efecto en la previsualización.</li>\n<li>¡Arreglo! – Cuando agregas un widget solo en remoto es mostrado dos veces</li>\n</ul>\n<h4>1.2.0 – 2017-02-01</h4>\n<ul>\n<li>New: Added Gradient Background for Section and Column (<a href="https://github.com/pojome/elementor/issues/71" rel="nofollow">#71</a>)</li>\n<li>New: Added full caption functionality to Image Carousel widget (<a href="https://github.com/pojome/elementor/issues/1212" rel="nofollow">#1212</a>, <a href="https://github.com/pojome/elementor/issues/1124" rel="nofollow">#1124</a>, <a href="https://github.com/pojome/elementor/issues/1197" rel="nofollow">#1197</a>)</li>\n<li>New: Added Custom Element ID control for all elements (<a href="https://github.com/pojome/elementor/issues/939" rel="nofollow">#939</a>)</li>\n<li>New: Added Vertical layout option for Tabs widget (<a href="https://github.com/pojome/elementor/issues/449" rel="nofollow">#449</a>)</li>\n<li>¡Modificado! – Elementor ahora genera un fichero CSS externo en lugar del CSS en línea para tipografías globales, colores y ajustes (Parte 2 de <a href="https://github.com/pojome/elementor/issues/325" rel="nofollow">#325</a>)</li>\n<li>¡Modificado! – Añadida la opción de posición de contenido para cada columna</li>\n<li>¡Modificado! – Regenera el CSS después de ejecutar el reemplazo de URL</li>\n<li>Fix: Tabs on mobile now work like an Accordion widget to improve responsive design (<a href="https://github.com/pojome/elementor/issues/443" rel="nofollow">#443</a>)</li>\n<li>Fix: Improve query in Replace URL for some configurations (<a href="https://github.com/pojome/elementor/issues/1191" rel="nofollow">#1191</a>)</li>\n<li>Fix: Added <code>none</code> option for Text Transform typography control</li>\n<li>¡Solucionado! – Incidencia cuando se dejaba vacío algún control en el widget de testimonios</li>\n</ul>\n<h4>1.1.7 – 2017-01-25</h4>\n<ul>\n<li>Tweak: Change <code>box-shadow</code> type control from select to switcher</li>\n<li>Fix: On-loading glitch for Image Carousel widget</li>\n<li>Fix: Background attachment for Section on mobile devices (<a href="https://github.com/pojome/elementor/issues/890" rel="nofollow">#890</a>)</li>\n<li>Fix: Default WordPress widget checkboxes not holding values (<a href="https://github.com/pojome/elementor/issues/1210" rel="nofollow">#1210</a>)</li>\n<li>Fix: Heading with link custom color gone</li>\n<li>¡Solucionado! – Salto de panel cuando el <code>wp-color-picker</code> está activo.</li>\n<li>¡Obsoleto! – Se ha eliminado el método <code>Plugin::get_version()</code></li>\n</ul>\n<h4>1.1.6 – 2017-01-18</h4>\n<ul>\n<li>¡Arreglado! Mejoras en el encolado de recursos si se utiliza Elementor en la página.</li>\n<li>¡Solucionado! – Pestañas interiores en el panel están rotas.</li>\n</ul>\n<h4>1.1.5 – 2017-01-17</h4>\n<ul>\n<li>¡Solucionado! – No se puede abrir el panel de editor en los widgets de WP</li>\n</ul>\n<h4>1.1.4 – 2017-01-17</h4>\n<ul>\n<li>¡Retoque! Se ha añadido compatibilidad para editar la descripción de los productos de WooCommerce con Elementor.</li>\n<li>¡Retoque! Se ha mejorado el rendimiento en el editor. Ahora el tiempo de respuesta es menor al interactuar con los elementos.</li>\n<li>¡Arreglado! Responsive roto en el modo de edición (<a href="https://github.com/pojome/elementor/issues/1169" rel="nofollow">#1169</a>)</li>\n<li>¡Arreglado! Animación repetida (<a href="https://github.com/pojome/elementor/issues/281" rel="nofollow">#281</a>)</li>\n</ul>\n<h4>1.1.3 – 2017-01-15</h4>\n<ul>\n<li>Tweak: Embed YouTube API just when is needed</li>\n<li>Tweak: Added post revisions support as default to any CPT Elementor is active on</li>\n<li>¡Arreglado! Corregidos archivos de la librería E-Icons</li>\n<li>¡Arreglado! Al hacer click en los botones de manejo de los elementos se evita el evento click en los elementos padre.</li>\n<li>¡Arreglado! Mensaje de error al importar una plantilla.</li>\n</ul>\n<h4>1.1.2 – 2017-01-12</h4>\n<ul>\n<li>Fix: Clear browser caching from last new JS files</li>\n</ul>\n<h4>1.1.1 – 2017-01-11</h4>\n<ul>\n<li>¡Solucionado! – Título del panel de histórico de revisiones</li>\n<li>¡Arreglo! – Renombrado el contenido de la pestaña en la columna a estilo</li>\n<li>Fix: Regenerate new Waypoints JS lib</li>\n</ul>\n<h4>1.1.0 – 2017-01-11</h4>\n<ul>\n<li>New: Revision History (Based on WP Revisions)</li>\n<li>¡Nuevo! – Añadida la herramienta para reemplazar la URL del sitio en los datos de Elementor</li>\n<li>¡Nuevo! – Tecla aceleradora: Ctrl / Cmd + S = Guardar</li>\n<li>¡Nuevo! – Tecla aceleradora: Ctrl / Cmd + P = Modo vista preliminar</li>\n<li>New: Hotkey: Ctrl / Cmd + Shift + L = Open Library Modal</li>\n<li>¡Nuevo! – Tecla aceleradora: Ctrl / Cmd + Shift + H = Ir al histórico de revisiones</li>\n<li>New: Hotkey: Ctrl / Cmd + Shift + M = Mobile Editing Preview</li>\n<li>New: Added Background Overlay Settings for Column (<a href="https://github.com/pojome/elementor/issues/810" rel="nofollow">#810</a>)</li>\n<li>Tweak: Enqueue assets only if elementor exists on the page</li>\n<li>Tweak: Move all element ID’s in editor mode to classes (Start working on <a href="https://github.com/pojome/elementor/issues/939" rel="nofollow">#939</a>)</li>\n<li>¡Arreglado! Añadidas cadenas de traducción perdidas en la ventana modal de medios (<a href="https://github.com/pojome/elementor/issues/1126" rel="nofollow">#1126</a>) </li>\n</ul>\n<h4>1.0.12 – 2017-01-05</h4>\n<ul>\n<li>Fix: Library modal ‘Insert’ button</li>\n</ul>\n<h4>1.0.11 – 2017-01-04</h4>\n<ul>\n<li>Fix: Some breaks from previous release</li>\n</ul>\n<h4>1.0.10 – 2017-01-04</h4>\n<ul>\n<li>New: Added API docs for developers</li>\n<li>Tweak: Changed ‘Prevent Scroll’ control type to switcher in Map widget</li>\n<li>Tweak: Updated Dialog Manager v3.0.2</li>\n<li>Fix: Library modal ‘Go Pro’ button in FireFox</li>\n<li>Fix: Bug load elementor in front page in some server configuration</li>\n<li>¡Arreglo! – Conflicto con widget de Ninja Forms</li>\n<li>Deprecated: <code>elementor/frontend/enqueue_scripts/after</code> is no longer available</li>\n<li>Deprecated: <code>elementor/elements/print_template</code> is replaced by <code>elementor/element/print_template</code></li>\n<li>Deprecated: <code>elementor/element_css/parse_css</code> is replaced by <code>elementor/element/parse_css</code></li>\n</ul>\n<h4>1.0.9 – 2016-12-27</h4>\n<ul>\n<li>Fix: Elementor library import remote template</li>\n</ul>\n<h4>1.0.8 – 2016-12-27</h4>\n<ul>\n<li>Tweak: Added raw css support for stylesheet class (<a href="https://github.com/pojome/elementor/issues/1086" rel="nofollow">#1086</a>)</li>\n<li>Tweak: Improve memory used in the editor mode (<a href="https://wordpress.org/support/topic/need-update-folks/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Issue with post-css-file in HTTPS (<a href="https://github.com/pojome/elementor/issues/1077" rel="nofollow">#1077</a>)</li>\n</ul>\n<h4>1.0.7 – 2016-12-25</h4>\n<ul>\n<li>Fix: Validate export import for elementor template</li>\n<li>Fix: Excluded <code>elementor_library</code> custom post type from the sitemap by Yoast SEO</li>\n<li>Fix: Prevent Scroll BUG in Google Map widget</li>\n<li>Fix: Added unique name for repeater control</li>\n</ul>\n<h4>1.0.6 – 2016-12-20</h4>\n<ul>\n<li>New: Added social icons for Apple & Spotify</li>\n<li>New: Added Thousand Separator control for counter widget</li>\n<li>Tweak: Added Filter template types in library backend</li>\n<li>Tweak: Updated jQuery Numerator Plugin v0.2.1</li>\n<li>Fix: Added support for floating numbers in counter widget</li>\n<li>Fix: Removed limit from counter widget</li>\n<li>Deprecated: Removed <code>#elementor-section-wrap</code> ID from frontend output</li>\n<li>Deprecated: Removed <code>#elementor-inner</code> ID from frontend output</li>\n</ul>\n<h4>1.0.5 – 2016-12-18</h4>\n<ul>\n<li>Tweak: Added VH unit in min-height control for section (<a href="https://github.com/pojome/elementor/issues/764" rel="nofollow">#764</a>)</li>\n<li>Fix: Bug with section-content-position in Columns widget</li>\n<li>Fix: Bug with stretched section</li>\n<li>Fix: Avoid fatal error for invalid widgets</li>\n<li>Deprecated: Removed <code>#elementor</code> ID from frontend output</li>\n</ul>\n<h4>1.0.4 – 2016-12-12</h4>\n<ul>\n<li>Tweak: Added mobile editing options for social icons widget</li>\n<li>Fix: Icon alignment CSS issue (Icon and Icon-Box widget)</li>\n<li>Fix: Conflict panel with Safari browser</li>\n<li>Fix: Responsive grid bug with tablet screen</li>\n</ul>\n<h4>1.0.3 – 2016-12-11</h4>\n<ul>\n<li>New: Ready for Elementor Pro</li>\n<li>Tweak: Added template type validation</li>\n<li>Fix: Select2 control fix empty state</li>\n</ul>\n<h4>1.0.2 – 2016-12-08</h4>\n<ul>\n<li>Fix: Adjusting Text Editor widget when visual editor is disabled (<a href="https://wordpress.org/support/topic/text-editing-menu-is-blank/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Conflict with Advanced TinyMCE plugin (<a href="https://wordpress.org/support/topic/1-0-1-disabled-the-text-edit-widget/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>1.0.1 – 2016-12-08</h4>\n<ul>\n<li>Fix: Waypoint script for multiple versions (<a href="https://github.com/pojome/elementor/issues/933" rel="nofollow">#933</a>, <a href="https://github.com/pojome/elementor/issues/1001" rel="nofollow">#1001</a>)</li>\n<li>Fix: Text Editor widget compatible for WordPress 4.7</li>\n<li>Fix: Label form compatible for TwentySeventy theme</li>\n</ul>\n<h4>1.0.0 – 2016-12-06</h4>\n<ul>\n<li>New: Added code editor for HTML widget</li>\n<li>New: Added social icon for Houzz</li>\n<li>New: Added Code control base on ACE</li>\n<li>New: Added Tabs control for editor panel</li>\n<li>New: Forms style for future widgets</li>\n<li>Tweak: Update Waypoints library to v4.0.1</li>\n<li>Tweak: Added support for multiple icon fonts in Choose control</li>\n<li>Fix: Progress Bar “glitch” on page refresh (<a href="https://github.com/pojome/elementor/issues/909" rel="nofollow">#909</a>)</li>\n<li>Fix: post-css-file don’t enqueue if isn’t elementor post (<a href="https://github.com/pojome/elementor/issues/902" rel="nofollow">#902</a>)</li>\n<li>Fix: Columns widget not render on search (<a href="https://github.com/pojome/elementor/issues/862" rel="nofollow">#862</a>)</li>\n<li>Fix: Conflict with Bootstrap 3 Shortcodes plugin (<a href="https://github.com/pojome/elementor/issues/924" rel="nofollow">#924</a>)</li>\n<li>Fix: Don’t generate or enqueue CSS file if post not built with elementor</li>\n<li>Fix: Icon button RTL bug in tools page</li>\n<li>Fix: Color Picker control bug on FireFox</li>\n<li>Fix: Video background for section works again</li>\n<li>Fix: Draggable line for columns widget</li>\n</ul>\n<h4>0.11.2 – 2016-11-21</h4>\n<ul>\n<li>Fix: Don’t Generate CSS if it’s not build with Elementor</li>\n<li>Fix: Global font goes wrong after changing weight (<a href="https://github.com/pojome/elementor/issues/888" rel="nofollow">#888</a>)</li>\n</ul>\n<h4>0.11.1 – 2016-11-17</h4>\n<ul>\n<li>Fix: Columns widget bug with edit options</li>\n<li>Tweak: Changed breakpoint for tablet from 1023px to 1024px (<a href="https://github.com/pojome/elementor/issues/860" rel="nofollow">#860</a>)</li>\n</ul>\n<h4>0.11.0 – 2016-11-16</h4>\n<ul>\n<li>New: Elementor now generates an external CSS file for each page instead of inline CSS (<a href="https://github.com/pojome/elementor/issues/325" rel="nofollow">#325</a>)</li>\n<li>New: Added a tool to regenerate Elementor pages CSS files</li>\n<li>New: Added TinyMCE editor for Repeater control, such as Tabs, Accordion and Toggle widgets (<a href="https://github.com/pojome/elementor/issues/176" rel="nofollow">#176</a>)</li>\n<li>New: Added Time Picker control for future widgets</li>\n<li>Tweak: ‘Edit with Elementor’ button color now uses the Admin Color Scheme</li>\n<li>Tweak: Improved style for Multiple Select2 control</li>\n<li>Tweak: Removed development mode flag</li>\n<li>Tweak: Elementor Icon library updated with new icons</li>\n<li>Tweak: Align button sizes as a new forms style</li>\n<li>Tweak: Panel width expanded for better comfortable editing</li>\n<li>Tweak: TinyMCE editor toolbar reduced to basic toolbar, for comfortable editing</li>\n</ul>\n<h4>0.10.7 – 2016-11-07</h4>\n<ul>\n<li>Fix: Image widget template for link and caption (<a href="https://wordpress.org/support/topic/image-not-aligning-when-linked/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Exclude Library from search (<a href="https://wordpress.org/support/topic/custom-templates-accidentally-show-up-in-search-results/" rel="nofollow">Topic</a>)</li>\n<li>Fix: HTML of text widget not being parsed in the preview (<a href="https://wordpress.org/support/topic/html-of-text-widget-not-being-parsed-in-the-preview/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Add new section button in RTL</li>\n<li>Fix: Stretched section in RTL</li>\n<li>Fix: TinyMCE editor buttons in RTL</li>\n<li>Fix: Error messages for template library</li>\n</ul>\n<h4>0.10.6 – 2016-11-02</h4>\n<ul>\n<li>Fix: Some breaks layouts from previous release</li>\n</ul>\n<h4>0.10.5 – 2016-11-02</h4>\n<ul>\n<li>Tweak: Added Compatibility for Autoptimize Plugin (<a href="https://wordpress.org/support/topic/open-link-in-new-tab-doesnt-work/" rel="nofollow">Topic</a>)</li>\n<li>Tweak: Now <code>elementor_library</code> custom post type excluded from the sitemap by Yoast SEO (<a href="https://wordpress.org/support/topic/disable-elementor_library-sitemap-xml/" rel="nofollow">Topic</a>)</li>\n<li>Tweak: Added Compatibility for Zerif Pro theme</li>\n<li>Tweak: Added Compatibility for themes by Bluchic</li>\n<li>Tweak: Added Compatibility for jQuery Masonry Image Gallery plugin (<a href="https://github.com/pojome/elementor/issues/762" rel="nofollow">#762</a>)</li>\n<li>Tweak: Added support for “multiple value” condition in Repeater control</li>\n<li>Fix: Bug corrupting JSON post meta on import Elementor pages (<a href="https://wordpress.org/support/topic/pages-importexport-not-working-properly/" rel="nofollow">Topic</a>)</li>\n<li>Fix: <code>.elementor-slick-slider</code> class now apply on all Elementor custom slick theme (<a href="https://github.com/pojome/elementor/issues/424" rel="nofollow">#424</a>)</li>\n<li>Fix: Added subset support for Google Fonts to fix issues with some browsers</li>\n</ul>\n<h4>0.10.4 – 2016-10-26</h4>\n<ul>\n<li>Tweak: Updated Font Awesome v4.7.0 (41+ icons)</li>\n<li>Tweak: Added type attribute for text input control</li>\n<li>Tweak: Improved import template from library</li>\n<li>Tweak: Removed admin email from system info copied</li>\n<li>Fix: Columns overlay layer for negative top margin scenario</li>\n<li>Fix: Added i18n strings to Delete All Content dialog</li>\n<li>Fix: Target blank link in heading widget – (<a href="https://wordpress.org/support/topic/open-link-in-new-tab-doesnt-work/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>0.10.3 – 2016-10-13</h4>\n<ul>\n<li>Fix: Hover animation classes for Image widget (<a href="https://wordpress.org/support/topic/update-issue-animation/" rel="nofollow">Topic</a>, <a href="https://wordpress.org/support/topic/hover-animation-2/" rel="nofollow">Topic</a>)</li>\n<li>Fix: Columns gap for all devices</li>\n<li>Fix: Added trigger for changes on Apply button</li>\n<li>Fix: Inner section class on front-end</li>\n</ul>\n<h4>0.10.2 – 2016-10-10</h4>\n<ul>\n<li>Tweak: Added Apply button for Shortcode widget to trigger loading of external scripts</li>\n<li>Tweak: Restore action <code>elementor/widgets/widgets_registered</code></li>\n<li>Fix: Conflict with old versions of Bfi_Thumb plugin</li>\n<li>Fix: Conflict with other plugins (<a href="https://wordpress.org/support/topic/0-10-1-fatal-error-with-html-editor-syntax-highlighter/" rel="nofollow">Topic</a>)</li>\n</ul>\n<h4>0.10.1 – 2016-10-09</h4>\n<ul>\n<li>Fix: Image size default</li>\n</ul>\n<h4>0.10.0 – 2016-10-09</h4>\n<ul>\n<li>New: Choose which colors appear in the editor’s color picker. This makes accessing the colors you choose for the site much easier</li>\n<li>New: Clear the entire page content in one click (<a href="https://github.com/pojome/elementor/issues/607" rel="nofollow">#607</a>)</li>\n<li>New: Added image size control for Image widget (<a href="https://github.com/pojome/elementor/issues/537" rel="nofollow">#537</a>)</li>\n<li>New: Added social icon for Twitch.tv (<a href="https://github.com/pojome/elementor/issues/694" rel="nofollow">#694</a>)</li>\n<li>Tweak: Data stored in a JSON format instead of serialize, for smoother migration (<a href="https://github.com/pojome/elementor/issues/403" rel="nofollow">#403</a>)</li>\n<li>Tweak: Added Apply button for all WP widgets to trigger loading of external scripts</li>\n<li>Tweak: Adding a preview icon for repeater control (<a href="https://github.com/pojome/elementor/issues/609" rel="nofollow">#609</a>)</li>\n<li>Tweak: All widgets code rewritten to allow for better API flexibility</li>\n<li>Fix: Icon under 20px size now looks good</li>\n<li>Fix: Improve CSS for Icon list alignment (<a href="https://github.com/pojome/elementor/issues/620" rel="nofollow">#620</a>)</li>\n<li>Fix: Ninja Forms widget conflict (<a href="https://github.com/pojome/elementor/issues/546" rel="nofollow">#546</a>)</li>\n<li>Fix: Global Fonts Don’t Show Up on Live Preview Screen (<a href="https://github.com/pojome/elementor/issues/606" rel="nofollow">#606</a>)</li>\n</ul>\n<h4>0.9.3 – 2016-09-26</h4>\n<ul>\n<li>Tweak: New method for import template library</li>\n<li>Tweak: Changed priority for 3rd party plugins</li>\n<li>Fix: Conflict with WooCommerce Memberships</li>\n<li>Fix: Conflict with Lifter LMS (<a href="https://github.com/pojome/elementor/issues/612" rel="nofollow">#612</a>)</li>\n<li>Fix: Icon list correct alignment (<a href="https://github.com/pojome/elementor/issues/620" rel="nofollow">#620</a>)</li>\n<li>Fix: Reload the iframe causes the panel to stop working</li>\n</ul>\n<h4>0.9.2 – 2016-09-21</h4>\n<ul>\n<li>Fix: Added color default for Progress Bar when schemes color is disabled</li>\n<li>Fix: Stretched section in RTL bug</li>\n</ul>\n<h4>0.9.1 – 2016-09-20</h4>\n<ul>\n<li>Fix: Changed again “fit to screen” to height for “content position” support</li>\n</ul>\n<h4>0.9.0 – 2016-09-20</h4>\n<ul>\n<li>New: Added stretch section control for all parent sections</li>\n<li>New: Added content width option to set the default width of the content area</li>\n<li>Tweak: Changed Fit to Screen to <code>min-height</code> for better behavior on mobile and content overflow scenarios.</li>\n<li>Tweak: Added Switcher control for editor panel (<a href="https://github.com/pojome/elementor/issues/143" rel="nofollow">#143</a>)</li>\n<li>Tweak: Improved Integration with 3rd party plugins and themes</li>\n<li>Fix: Hidden templates library items from nav menu</li>\n<li>Fix: Added color default for Button and Icon when schemes color is disabled</li>\n<li>Fix: Added default size for the Heading widget – (<a href="https://github.com/pojome/elementor/issues/533" rel="nofollow">#533</a>)</li>\n<li>Fix: Button border color hover control – only shown when border is set</li>\n</ul>\n<h4>0.8.1 – 2016-09-11</h4>\n<ul>\n<li>Tweak: Changed prevent scroll default to <code>Yes</code> for Maps widget</li>\n<li>Tweak: Removed <code>asp_tags</code> requirements</li>\n<li>Tweak: Added alignment responsive support for Image Box and Icon Box widgets</li>\n<li>Tweak: Added mobile editing for Spacer widget</li>\n<li>Tweak: Added title spacing for Image Box and Icon Box</li>\n<li>Tweak: Removed quick link to Edit with Elementor for non-Elementor pages (<a href="https://github.com/pojome/elementor/issues/539" rel="nofollow">#539</a>)</li>\n<li>Fix: Correcting title link color in Image Box widget (<a href="https://github.com/pojome/elementor/issues/531" rel="nofollow">#531</a>)</li>\n<li>Fix: Resolved responsive bug in Image Gallery widget</li>\n<li>Fix: Resolved bug in editor for safari (<a href="https://github.com/pojome/elementor/issues/530" rel="nofollow">#530</a>, <a href="https://github.com/pojome/elementor/issues/540" rel="nofollow">#540</a>)</li>\n</ul>\n<h4>0.8.0 – 2016-09-07</h4>\n<ul>\n<li>New: Added columns ordering on mobile normal / reverse</li>\n<li>New: Now you can edit section and column in tablet or mobile mode</li>\n<li>New: Set font-size per device in Typography control</li>\n<li>New: Set line-height per device in Typography control</li>\n<li>New: Set letter-spacing per device in Typography control</li>\n<li>New: Set padding per device in Advanced tab</li>\n<li>New: Set margin per device in Advanced tab</li>\n<li>New: Heading widget – Set alignment per device</li>\n<li>New: Button widget – Set alignment per device</li>\n<li>New: Image widget – Set alignment per device</li>\n<li>New: Icon widget – Set alignment per device</li>\n<li>New: Divider widget – Set alignment per device</li>\n<li>New: Icon List Widget – Set alignment per device</li>\n<li>Tweak: Elementor Library connection status indicator added in System Info</li>\n<li>Tweak: Default content-width is now set by css and not by the panel</li>\n<li>Tweak: Added shortcode and oEmbed support for Tabs / Accordion / Toggle / Text Editor widgets</li>\n<li>Tweak: Removed Default font size in custom option</li>\n<li>Tweak: Hide update notice from outside Elementor</li>\n<li>Tweak: Removed mobile-landscape and laptop sizes from preview mode</li>\n<li>Tweak: Rearrange TinyMCE buttons (<a href="https://github.com/pojome/elementor/issues/444" rel="nofollow">#444</a>)</li>\n<li>Tweak: Changed range for font size control</li>\n<li>Tweak: Compatibility with <code>asp_tags</code></li>\n<li>Tweak: Improved compatibility for old webkit browsers (<a href="https://github.com/pojome/elementor/issues/484" rel="nofollow">#484</a>, <a href="https://github.com/pojome/elementor/issues/403" rel="nofollow">#403</a>, <a href="https://github.com/pojome/elementor/issues/370" rel="nofollow">#370</a>)</li>\n<li>Fix: Removed style from gallery caption</li>\n<li>Fix: Wrong index in section sorting</li>\n<li>Fix: Column indication on inner section dragging</li>\n<li>Fix: Gap for Columns Widget (nested section)</li>\n<li>Fix: Preview mode with real sizes for mobile and tablet</li>\n<li>Fix: Sortable inner section not showing placeholder</li>\n<li>Fix: Network plugins included in System Info</li>\n<li>Deprecated: Column width option for mobile portrait is deprecated. Use Mobile Width option instead</li>\n</ul>\n<h4>0.7.4 – 2016-08-24</h4>\n<ul>\n<li>¡Nuevo! – Añadido un widget de shortcode</li>\n<li>¡Ajuste! – Ahora compatible con páginas protegidas con contraseña</li>\n<li>¡Arreglado! – Error de la librería RTL en la pre-visualización de templates</li>\n<li>Fix: Bug with <code>p</code> tag in Icon Box widget</li>\n<li>Fix: Style in Icon widget</li>\n<li>Fix: HTML widget now is working</li>\n</ul>\n<h4>0.7.3 – 2016-08-19</h4>\n<ul>\n<li>Fix: Allow columns gap on mobile</li>\n<li>Fix: Content position for section</li>\n</ul>\n<h4>0.7.2 – 2016-08-18</h4>\n<ul>\n<li>Tweak: Hide add section area for mobile device</li>\n<li>Tweak: Optimization assets files</li>\n<li>Fix: Intrusive Slick Carousel CSS (<a href="https://github.com/pojome/elementor/issues/424" rel="nofollow">#424</a>)</li>\n<li>Fix: Display content position for custom height section option</li>\n</ul>\n<h4>0.7.1 – 2016-08-17</h4>\n<ul>\n<li>Tweak: Added column/content position for inner section</li>\n<li>Tweak: Block template library in the frontend</li>\n<li>Fix: Export template (<a href="https://wordpress.org/support/topic/template-export-not-working-in-070" rel="nofollow">topic</a>)</li>\n<li>Fix: Fatal Error during update plugin (<a href="https://github.com/pojome/elementor/issues/412" rel="nofollow">#412</a>)</li>\n<li>Fix: Separating link attributes from classes attributes in Icon Box widget (<a href="https://github.com/pojome/elementor/issues/414" rel="nofollow">#414</a>)</li>\n<li>Fix: Allow column and content position for mobile</li>\n<li>Fix: Removed <code>overflow: hidden</code> from <code>#elementor-inner</code> (<a href="https://github.com/pojome/elementor/issues/415" rel="nofollow">#415</a>)</li>\n<li>Fix: Aspect ratio issue for Video widget (<a href="https://wordpress.org/support/topic/video-embeds-have-black-bars-top-and-bottom" rel="nofollow">topic</a>)</li>\n<li>Fix: Image Carousel “slides to show” on tablet (<a href="https://github.com/pojome/elementor/issues/372" rel="nofollow">#372</a>)</li>\n<li>Fix: RTL style for library</li>\n<li>Fix: Handle errors on wrong export action</li>\n</ul>\n<h4>0.7.0 – 2016-08-16</h4>\n<ul>\n<li>New: Template Library (<a href="https://elementor.com/introducing-template-library/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow">Release Post</a>)</li>\n<li>New: Save your pages and sections to template library</li>\n<li>New: 20+ beautifully pre-designed templates</li>\n<li>New: Export / Import templates</li>\n<li>Fix: Changed code structure in Icon/Icon-Box/Social-Icons widget templates</li>\n<li>Fix: Screen size for hidden tablet class</li>\n<li>Fix: Blank page detection in empty pages for editing</li>\n</ul>\n<h4>0.6.6 – 2016-08-11</h4>\n<ul>\n<li>Tweak: Improved Drag & Drop area to new section</li>\n<li>Tweak: Make changes in new section</li>\n<li>Fix: Resize columns with Widgets using iframe (YouTube, Google Maps, etc)</li>\n<li>Fix: Adding columns widget in ‘Add new Section’ area</li>\n<li>Fix: Allow blank target link for social-icons widget</li>\n</ul>\n<h4>0.6.5 – 2016-08-08</h4>\n<ul>\n<li>Tweak: Added border and box shadow controls for Image widget (<a href="https://github.com/pojome/elementor/issues/244" rel="nofollow">#224</a>)</li>\n<li>Tweak: In new page don’t create empty section</li>\n<li>Tweak: Embed Roboto font from Google Fonts in editor mode</li>\n<li>Fix: Reset structure or remove column after resize</li>\n</ul>\n<h4>0.6.4 – 2016-08-04</h4>\n<ul>\n<li>Tweak: Google Fonts list updated (<a href="https://github.com/pojome/elementor/pull/371" rel="nofollow">#371</a>)</li>\n<li>Fix: Content overflow in “fit to screen” sections for mobile (<a href="https://github.com/pojome/elementor/issues/369" rel="nofollow">#369</a>)</li>\n<li>Fix: Icon Box Widget: Better support for Safari browser</li>\n<li>Fix: Text Editor Widget: Added listening to undo & redo events (<a href="https://github.com/pojome/elementor/issues/340" rel="nofollow">#340</a>)</li>\n</ul>\n<h4>0.6.3 – 2016-08-01</h4>\n<ul>\n<li>Tweak: Show element title in delete dialog (<a href="https://github.com/pojome/elementor/pull/337" rel="nofollow">#337</a>)</li>\n<li>Tweak: Added responsive support for Image Gallery widget (<a href="https://wordpress.org/support/topic/galery-not-responsive" rel="nofollow">topic</a>)</li>\n<li>Tweak: CSS files for entrance animation and hover animations combine to <code>animations.min.css</code> file</li>\n<li>Fix: Columns resize cannot be repeated (<a href="https://github.com/pojome/elementor/issues/349" rel="nofollow">#349</a>)</li>\n<li>Fix: Anchor Menu widget in Safari browser</li>\n<li>Fix: Bug when global font set as a default (<a href="https://wordpress.org/support/topic/font-family-bug" rel="nofollow">topic</a>)</li>\n</ul>\n<h4>0.6.2 – 2016-07-27</h4>\n<ul>\n<li>Tweak: Improve the way using attachment details</li>\n<li>Tweak: Verifies the AJAX request to prevent processing requests external of the editor</li>\n<li>Fix: Hover animation classes in Image widget</li>\n<li>Fix: Icon spacing on mobile in Icon Box widget</li>\n<li>Fix: Image spacing on mobile in Image Box widget</li>\n</ul>\n<h4>0.6.1 – 2016-07-26</h4>\n<ul>\n<li>Tweak: Improved editor UI for blank pages</li>\n<li>Fix: Hide empty widgets in preview mode</li>\n<li>Fix: Bug with Section background overlay and background video (<a href="https://github.com/pojome/elementor/issues/323" rel="nofollow">#323</a>)</li>\n<li>Fix: Minor security issue</li>\n</ul>\n<h4>0.6.0 – 2016-07-25</h4>\n<ul>\n<li>New: Added 27 Hover Animations for Image / Icon / Button widgets</li>\n<li>New: Editor panel now is resizable</li>\n<li>New: Added smooth scrolling for anchors in Anchor Menu widget</li>\n<li>Tweak: Improved performance</li>\n<li>Tweak: Improved speed in live editing</li>\n<li>¡Afinado! – Optimización de uso de memoria (¡30% menos!)</li>\n<li>¡Afinado! – Mejorada la UI para la previsualización del editor</li>\n<li>Tweak: Add <code>contain</code> background image CSS option (<a href="https://github.com/pojome/elementor/pull/297" rel="nofollow">#297</a>)</li>\n<li>Tweak: Added compatibility for NextGen Gallery plugin (<a href="https://github.com/pojome/elementor/issues/296" rel="nofollow">#296</a>)</li>\n<li>Tweak: Print JS scripts in the footer</li>\n<li>Tweak: Set color picker control <code>alpha</code> for all widgets</li>\n<li>Fix: Remove <code>maxlength</code> attribute from color picker input (<a href="https://github.com/pojome/elementor/issues/298" rel="nofollow">#298</a>)</li>\n<li>Fix: Background video: Set object-fit only HTML5 player (solved Safari YouTube issue)</li>\n<li>Fix: Bug with target blank link in Icon List widget</li>\n<li>Fix: Bug with alignment in Icon List widget (<a href="https://github.com/pojome/elementor/issues/283" rel="nofollow">#283</a>)</li>\n<li>Fix: Improved responsive in Tabs widget (<a href="https://github.com/pojome/elementor/issues/279" rel="nofollow">#279</a>)</li>\n<li>Fix: RTL bug in Alert widget (<a href="https://github.com/pojome/elementor/issues/287" rel="nofollow">#287</a>)</li>\n</ul>\n<h4>0.5.2 – 2016-07-17</h4>\n<ul>\n<li>New: Added Animation Duration control for all elements</li>\n<li>New: Added Prevent Scroll control for Google Maps widget</li>\n</ul>\n<h4>0.5.1 – 2016-07-14</h4>\n<ul>\n<li>Tweak: Added details image sizes in Image Sizes control</li>\n<li>Fix: Chrome bug with flex mode in Image Box widget</li>\n<li>Fix: Textarea control: set <code>label_block</code> to <code>true</code> by default</li>\n<li>Fix: Textarea control style for Icon Box Widget</li>\n<li>Fix: Removed translations from system-info for better understanding support</li>\n<li>Fix: Design fixes for Icon List widget</li>\n</ul>\n<h4>0.5.0 – 2016-07-13</h4>\n<ul>\n<li>New: Added more than 35 Entrance Animations to all elements</li>\n<li>New: Added Box Shadow control to all elements</li>\n<li>Tweak: Added option to disable colors palettes in the settings</li>\n<li>Tweak: Added option to disable fonts default in the settings</li>\n<li>Tweak: Added hidden title to alert & image box widgets</li>\n<li>Tweak: Added group posts widget from Pojo themes</li>\n<li>Tweak: Remove extra margin bottom on Textarea (<a href="https://github.com/pojome/elementor/issues/182" rel="nofollow">#182</a>)</li>\n<li>Tweak: Applying border-radius on background overlay (<a href="https://github.com/pojome/elementor/issues/249" rel="nofollow">#249</a>)</li>\n<li>Tweak: Fixed toggle widget RTL style</li>\n<li>Tweak: Updated Font Awesome v4.6.3</li>\n<li>Tweak: Changed Textarea control markup according to the general concept</li>\n<li>Tweak: Fixed modal RTL style</li>\n<li>Fix: Fade effect in Image Carousel widget (<a href="https://github.com/pojome/elementor/issues/245" rel="nofollow">#245</a>, <a href="https://github.com/pojome/elementor/issues/253" rel="nofollow">#253</a>)</li>\n<li>Fix: Don’t print anything when no have link in Video widget</li>\n</ul>\n<h4>0.4.1 – 2016-07-05</h4>\n<ul>\n<li>Tweak: Default structure presets changed for new section</li>\n<li>Tweak: Added more strings to translate</li>\n<li>Fix: Fixed alignment for Image widget</li>\n<li>Fix: Some compatible to underscore 1.6.0 (Bundle from WordPress v4.4)</li>\n</ul>\n<h4>0.4.0 – 2016-07-04</h4>\n<ul>\n<li>New: Section: Background Overlay for image and video background</li>\n<li>New: Added Social Icons widget</li>\n<li>New: Added Testimonial widget</li>\n<li>New: Added SoundCloud (Audio) widget</li>\n<li>Tweak: Fixed Bug with background in Image widget (<a href="https://github.com/pojome/elementor/issues/180" rel="nofollow">#180</a>)</li>\n<li>Tweak: Assign a field to be used as the item title for Repeater control</li>\n<li>Tweak: Rearrange column settings panel</li>\n<li>Tweak: Add link to carousel widget</li>\n<li>Fix: Bug carousel widget with <code>dir="rtl"</code></li>\n</ul>\n<h4>0.3.2 – 2016-06-27</h4>\n<ul>\n<li>Tweak: Added fully compatible for Cache plugins</li>\n<li>Tweak: Image widget: <code><img></code> alt and title fetch from Media library</li>\n<li>Tweak: Image widget: Added link to file media</li>\n<li>Tweak: Image-Box widget: <code><img></code> alt and title fetch from Media library</li>\n<li>Tweak: Carousel widget: <code><img></code> alt fetch from Media library</li>\n<li>Tweak: Add more columns options for responsive mode</li>\n<li>Tweak: Add <code><title></code> in Elementor editor</li>\n<li>Tweak: Rearranged section settings</li>\n<li>Tweak: Add more gap size (Wider)</li>\n<li>Tweak: Add more color schemes</li>\n<li>Tweak: Add negative value for letter spacing</li>\n</ul>\n<h4>0.3.1 – 2016-06-22</h4>\n<ul>\n<li>Tweak: Added a quick tour video for Elementor</li>\n<li>Tweak: Enqueue YouTube API from JS (Better compatible for more themes)</li>\n<li>Tweak: Added compatible to WooCommerce widgets</li>\n<li>Tweak: Fixes re-render elements performance</li>\n<li>Fix: Border & Radius options for Image Carousel widget</li>\n</ul>\n<h4>0.3.0 – 2016-06-21</h4>\n<ul>\n<li>New: Added Image Gallery widget</li>\n<li>New: Added Image Carousel widget</li>\n<li>Tweak: Fixed schemes area</li>\n<li>Tweak: Added spacing icon in Button widget</li>\n<li>Fix: Themes without <code>the_content()</code> stop the Editor</li>\n<li>Fix: Height option in Columns widget</li>\n</ul>\n<h4>0.2.5 – 2016-06-16</h4>\n<ul>\n<li>Tweak: Added Vimeo support for widget Video</li>\n<li>Tweak: Improved UI in admin area and panel</li>\n<li>Tweak: Added body class <code>elementor-page</code> in frontend (<a href="https://github.com/pojome/elementor/issues/58" rel="nofollow">#58</a>)</li>\n<li>Fix: Elementor seems to get stuck while loading (<a href="https://github.com/pojome/elementor/issues/77" rel="nofollow">#77</a>)</li>\n<li>Fix: WP Widgets with multiple checkboxes (<a href="https://github.com/pojome/elementor/issues/90" rel="nofollow">#90</a>)</li>\n</ul>\n<h4>0.2.4 – 2016-06-13</h4>\n<ul>\n<li>Tweak: Added some compatible to Cache plugins</li>\n<li>Tweak: Added shortcode support in Text Editor widget</li>\n<li>Tweak: Added title attribute for Image and Image Box widgets</li>\n<li>Fix: Replace icon for Icon Box widget with the right icon</li>\n<li>Fix: Scroll issue in Safari browser (<a href="https://wordpress.org/support/topic/scroll-issue-in-safri" rel="nofollow">topic</a>)</li>\n<li>Fix: Text alignment justify (<a href="https://wordpress.org/support/topic/on-text-aligning" rel="nofollow">topic</a>)</li>\n</ul>\n<h4>0.2.3 – 2016-06-08</h4>\n<ul>\n<li>Tweak: Added HTML tag control for icon box title</li>\n</ul>\n<h4>0.2.2 – 2016-06-08</h4>\n<ul>\n<li>Tweak: Minor change from the last release</li>\n</ul>\n<h4>0.2.1 – 2016-06-08</h4>\n<ul>\n<li>New: Icon Box widget</li>\n</ul>\n<h4>0.2.0 – 2016-06-07</h4>\n<ul>\n<li>New: Image Box widget</li>\n<li>Tweak: Added reset preset section structure</li>\n<li>Tweak: Fixed visibility mobile for small-screen</li>\n</ul>\n<h4>0.1.7 – 2016-06-06</h4>\n<ul>\n<li>Tweak: Changed default image size control</li>\n<li>Fix: Custom CSS Classes in frontend</li>\n</ul>\n<h4>0.1.6 – 2016-06-05</h4>\n<ul>\n<li>¡Mejorado! – Mejora de la velocidad del editor en vivo</li>\n<li>¡Mejorado! – Control de fondo: Eliminada la imagen por defecto</li>\n<li>Tweak: Add responsive tab on section element</li>\n<li>Tweak: Responsive mode: fixed included visibility style</li>\n<li>Fix: Tabs & Accordion Widgets: indexes detection fixed</li>\n</ul>\n<h4>0.1.5 – 2016-06-03</h4>\n<ul>\n<li>¡Mejorado! – Añadida comprobación de <code>asp_tags</code> en configuración php</li>\n</ul>\n<h4>0.1.4 – 2016-06-02</h4>\n<ul>\n<li>¡Nuevo! – Añadimos nuevo widget: Espaciador</li>\n<li>¡Mejorado! – Añadida categoría por defecto para widgets</li>\n<li>¡Mejorado! – Añadidos controles de tamaño y opacidad para el widget de Imagen</li>\n<li>¡Mejorado! – Añadida fuente de respaldo para fuentes personalizadas</li>\n<li>¡Mejorado! – Añadida marca de modo desarrollo (filtro <code>elementor/utils/is_development_mode</code>)</li>\n<li>¡Arreglado! – Problema con duplicados después de ordenar elementos</li>\n</ul>\n<h4>0.1.3 – 2016-06-01</h4>\n<ul>\n<li>¡Nuevo! – Vídeo de fondo añadido para todos los formatos</li>\n<li>¡Retocar! – El marco de trabajo Pojo y temas están soportados </li>\n<li>¡Mejorado! – Actualizados iconos de Elementor v1.1 </li>\n<li>¡Mejorado! – Añadidas categorías de elementos en el panel</li>\n<li>¡Arreglado! – Error en la interfaz de usuario con widgets de WordPress (panel)</li>\n<li>¡Arreglado! – Eliminar marcador de posición de imagen de respaldo en el vídeo de fondo</li>\n</ul>\n<h4>0.1.2 – 2016-05-31</h4>\n<ul>\n<li>¡Mejorado! – Se ha añadido el control de la estructura de la sección elemento</li>\n<li>¡Mejorado! – Iconos de Elementor trasladados a librería (independiente)</li>\n<li>¡Arreglado! – Mejor comprobación de si el API de YouTube está cargado</li>\n<li>¡Arreglado! – Arreglada la aplicación de valores en las dimensiones</li>\n<li>¡Arreglado! – Error cambiando el tamaño en las columnas</li>\n</ul>\n<h4>0.1.1 – 2016-05-30</h4>\n<ul>\n<li>¡Mejorado! – Se ha añadido alfa para el color de fondo (Widget de Botón)</li>\n<li>¡Mejorado! – Se ha añadido un contexto de cadenas y se trasladó al repositorio de traducción de WP</li>\n<li>¡Mejorado! – Icono de la Caja: el control de texto alternativo eliminado</li>\n<li>¡Arreglado! – Posición de contenido en la sección de altura completa</li>\n</ul>\n<h4>0.1.0 – 2016-05-30</h4>\n<ul>\n<li>Publicación Beta Pública Inicial</li>\n</ul>\n";s:11:"screenshots";s:3511:"<ol><li><a href="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=1608747"><img src="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=1608747" alt="<strong>Arrastrar y soltar.</strong> Nuestro arrastrar y soltar instantáneo te permite colocar fácilmente todos los elementos en cualquier lugar de la página."></a><p><strong>Arrastrar y soltar.</strong> Nuestro arrastrar y soltar instantáneo te permite colocar fácilmente todos los elementos en cualquier lugar de la página.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=1608747"><img src="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=1608747" alt="<strong>Visual Resize Control.</strong> Customize the various elements of the page. Resizing images, changing column sizes and much more."></a><p><strong>Visual Resize Control.</strong> Customize the various elements of the page. Resizing images, changing column sizes and much more.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=1494133"><img src="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=1494133" alt="<strong> Editar vivir de verdad. </strong> Los cambios de la página se muestran en tiempo real. No es necesario pulsar actualizar o vista previa."></a><p><strong> Editar vivir de verdad. </strong> Los cambios de la página se muestran en tiempo real. No es necesario pulsar actualizar o vista previa.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=1608747"><img src="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=1608747" alt="<strong>Biblioteca de plantillas.</strong> Guardar las páginas o secciones como plantillas, para que pueda volver a utilizarlas fácilmente, o elegir una de nuestras hermosas plantillas pre-diseñadas."></a><p><strong>Biblioteca de plantillas.</strong> Guardar las páginas o secciones como plantillas, para que pueda volver a utilizarlas fácilmente, o elegir una de nuestras hermosas plantillas pre-diseñadas.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=1608747"><img src="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=1608747" alt="<strong>Diseño adaptable.</strong> Crea ajustes personalizados para escritorio, tableta y dispositivos móviles al cambiar entres los dispositivos."></a><p><strong>Diseño adaptable.</strong> Crea ajustes personalizados para escritorio, tableta y dispositivos móviles al cambiar entres los dispositivos.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=1608748"><img src="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=1608748" alt="<strong>Revision History.</strong> Switch between earlier versions of your page design, so your design process is backed up, every step of the way."></a><p><strong>Revision History.</strong> Switch between earlier versions of your page design, so your design process is backed up, every step of the way.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-7.gif?rev=1608748"><img src="https://ps.w.org/elementor/assets/screenshot-7.gif?rev=1608748" alt="<strong>Shape Divider.</strong> Choose from a wide array of shape dividers and separate your sections in endless ways, that until now were simply not possible."></a><p><strong>Shape Divider.</strong> Choose from a wide array of shape dividers and separate your sections in endless ways, that until now were simply not possible.</p></li></ol>";}s:17:"short_description";s:209:"El constructor de páginas en portada de arrastrar y soltar más avanzado. Crea sitios web de gama alta, perfectas en cada píxel a velocidades récord. En cualquier tema, cualquier página, cualquier diseño.";s:13:"download_link";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.6.zip";s:11:"screenshots";a:7:{i:1;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=1608747";s:7:"caption";s:161:"<strong>Arrastrar y soltar.</strong> Nuestro arrastrar y soltar instantáneo te permite colocar fácilmente todos los elementos en cualquier lugar de la página.";}i:2;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=1608747";s:7:"caption";s:137:"<strong>Visual Resize Control.</strong> Customize the various elements of the page. Resizing images, changing column sizes and much more.";}i:3;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=1494133";s:7:"caption";s:146:"<strong> Editar vivir de verdad. </strong> Los cambios de la página se muestran en tiempo real. No es necesario pulsar actualizar o vista previa.";}i:4;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=1608747";s:7:"caption";s:202:"<strong>Biblioteca de plantillas.</strong> Guardar las páginas o secciones como plantillas, para que pueda volver a utilizarlas fácilmente, o elegir una de nuestras hermosas plantillas pre-diseñadas.";}i:5;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=1608747";s:7:"caption";s:148:"<strong>Diseño adaptable.</strong> Crea ajustes personalizados para escritorio, tableta y dispositivos móviles al cambiar entres los dispositivos.";}i:6;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=1608748";s:7:"caption";s:147:"<strong>Revision History.</strong> Switch between earlier versions of your page design, so your design process is backed up, every step of the way.";}i:7;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-7.gif?rev=1608748";s:7:"caption";s:159:"<strong>Shape Divider.</strong> Choose from a wide array of shape dividers and separate your sections in endless ways, that until now were simply not possible.";}}s:8:"versions";a:159:{s:5:"0.1.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.0.zip";s:5:"0.1.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.1.zip";s:5:"0.1.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.2.zip";s:5:"0.1.3";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.3.zip";s:5:"0.1.4";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.4.zip";s:5:"0.1.5";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.5.zip";s:5:"0.1.6";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.6.zip";s:5:"0.1.7";s:58:"https://downloads.wordpress.org/plugin/elementor.0.1.7.zip";s:6:"0.10.0";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.0.zip";s:6:"0.10.1";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.1.zip";s:6:"0.10.2";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.2.zip";s:6:"0.10.3";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.3.zip";s:6:"0.10.4";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.4.zip";s:6:"0.10.5";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.5.zip";s:6:"0.10.6";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.6.zip";s:6:"0.10.7";s:59:"https://downloads.wordpress.org/plugin/elementor.0.10.7.zip";s:6:"0.11.0";s:59:"https://downloads.wordpress.org/plugin/elementor.0.11.0.zip";s:6:"0.11.1";s:59:"https://downloads.wordpress.org/plugin/elementor.0.11.1.zip";s:6:"0.11.2";s:59:"https://downloads.wordpress.org/plugin/elementor.0.11.2.zip";s:5:"0.2.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.2.0.zip";s:5:"0.2.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.2.1.zip";s:5:"0.2.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.2.2.zip";s:5:"0.2.3";s:58:"https://downloads.wordpress.org/plugin/elementor.0.2.3.zip";s:5:"0.2.4";s:58:"https://downloads.wordpress.org/plugin/elementor.0.2.4.zip";s:5:"0.2.5";s:58:"https://downloads.wordpress.org/plugin/elementor.0.2.5.zip";s:5:"0.3.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.3.0.zip";s:5:"0.3.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.3.1.zip";s:5:"0.3.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.3.2.zip";s:5:"0.4.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.4.0.zip";s:5:"0.4.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.4.1.zip";s:5:"0.5.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.5.0.zip";s:5:"0.5.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.5.1.zip";s:5:"0.5.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.5.2.zip";s:5:"0.6.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.0.zip";s:5:"0.6.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.1.zip";s:5:"0.6.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.2.zip";s:5:"0.6.3";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.3.zip";s:5:"0.6.4";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.4.zip";s:5:"0.6.5";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.5.zip";s:5:"0.6.6";s:58:"https://downloads.wordpress.org/plugin/elementor.0.6.6.zip";s:5:"0.7.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.7.0.zip";s:5:"0.7.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.7.1.zip";s:5:"0.7.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.7.2.zip";s:5:"0.7.3";s:58:"https://downloads.wordpress.org/plugin/elementor.0.7.3.zip";s:5:"0.7.4";s:58:"https://downloads.wordpress.org/plugin/elementor.0.7.4.zip";s:5:"0.8.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.8.0.zip";s:5:"0.8.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.8.1.zip";s:5:"0.9.0";s:58:"https://downloads.wordpress.org/plugin/elementor.0.9.0.zip";s:5:"0.9.1";s:58:"https://downloads.wordpress.org/plugin/elementor.0.9.1.zip";s:5:"0.9.2";s:58:"https://downloads.wordpress.org/plugin/elementor.0.9.2.zip";s:5:"0.9.3";s:58:"https://downloads.wordpress.org/plugin/elementor.0.9.3.zip";s:5:"1.0.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.0.zip";s:5:"1.0.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.1.zip";s:6:"1.0.10";s:59:"https://downloads.wordpress.org/plugin/elementor.1.0.10.zip";s:6:"1.0.11";s:59:"https://downloads.wordpress.org/plugin/elementor.1.0.11.zip";s:6:"1.0.12";s:59:"https://downloads.wordpress.org/plugin/elementor.1.0.12.zip";s:5:"1.0.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.2.zip";s:5:"1.0.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.3.zip";s:5:"1.0.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.4.zip";s:5:"1.0.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.5.zip";s:5:"1.0.6";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.6.zip";s:5:"1.0.7";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.7.zip";s:5:"1.0.8";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.8.zip";s:5:"1.0.9";s:58:"https://downloads.wordpress.org/plugin/elementor.1.0.9.zip";s:5:"1.1.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.0.zip";s:5:"1.1.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.1.zip";s:5:"1.1.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.2.zip";s:5:"1.1.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.3.zip";s:5:"1.1.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.4.zip";s:5:"1.1.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.5.zip";s:5:"1.1.6";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.6.zip";s:5:"1.1.7";s:58:"https://downloads.wordpress.org/plugin/elementor.1.1.7.zip";s:5:"1.2.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.2.0.zip";s:5:"1.2.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.2.1.zip";s:5:"1.2.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.2.2.zip";s:5:"1.2.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.2.3.zip";s:5:"1.2.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.2.4.zip";s:5:"1.3.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.3.0.zip";s:5:"1.3.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.3.1.zip";s:5:"1.3.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.3.2.zip";s:5:"1.3.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.3.3.zip";s:5:"1.3.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.3.4.zip";s:5:"1.3.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.3.5.zip";s:5:"1.4.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.0.zip";s:9:"1.4.0-RC1";s:62:"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC1.zip";s:9:"1.4.0-RC2";s:62:"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC2.zip";s:9:"1.4.0-RC3";s:62:"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC3.zip";s:5:"1.4.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.1.zip";s:6:"1.4.10";s:59:"https://downloads.wordpress.org/plugin/elementor.1.4.10.zip";s:5:"1.4.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.2.zip";s:5:"1.4.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.3.zip";s:5:"1.4.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.4.zip";s:5:"1.4.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.5.zip";s:5:"1.4.6";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.6.zip";s:5:"1.4.7";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.7.zip";s:5:"1.4.8";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.8.zip";s:5:"1.4.9";s:58:"https://downloads.wordpress.org/plugin/elementor.1.4.9.zip";s:5:"1.5.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.5.0.zip";s:9:"1.5.0-RC1";s:62:"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC1.zip";s:9:"1.5.0-RC2";s:62:"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC2.zip";s:9:"1.5.0-RC3";s:62:"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC3.zip";s:5:"1.5.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.5.1.zip";s:5:"1.5.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.5.2.zip";s:5:"1.5.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.5.3.zip";s:5:"1.5.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.5.4.zip";s:5:"1.5.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.5.5.zip";s:5:"1.6.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.6.0.zip";s:9:"1.6.0-RC1";s:62:"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC1.zip";s:9:"1.6.0-RC2";s:62:"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC2.zip";s:9:"1.6.0-RC3";s:62:"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC3.zip";s:9:"1.6.0-RC4";s:62:"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC4.zip";s:5:"1.6.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.6.1.zip";s:5:"1.6.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.6.2.zip";s:5:"1.6.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.6.3.zip";s:5:"1.6.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.6.4.zip";s:5:"1.6.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.6.5.zip";s:5:"1.7.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.0.zip";s:9:"1.7.0-RC1";s:62:"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC1.zip";s:9:"1.7.0-RC2";s:62:"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC2.zip";s:9:"1.7.0-RC3";s:62:"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC3.zip";s:5:"1.7.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.1.zip";s:6:"1.7.10";s:59:"https://downloads.wordpress.org/plugin/elementor.1.7.10.zip";s:6:"1.7.11";s:59:"https://downloads.wordpress.org/plugin/elementor.1.7.11.zip";s:6:"1.7.12";s:59:"https://downloads.wordpress.org/plugin/elementor.1.7.12.zip";s:5:"1.7.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.2.zip";s:5:"1.7.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.3.zip";s:5:"1.7.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.4.zip";s:5:"1.7.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.5.zip";s:5:"1.7.6";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.6.zip";s:5:"1.7.7";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.7.zip";s:5:"1.7.8";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.8.zip";s:5:"1.7.9";s:58:"https://downloads.wordpress.org/plugin/elementor.1.7.9.zip";s:5:"1.8.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.0.zip";s:9:"1.8.0-RC1";s:62:"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC1.zip";s:9:"1.8.0-RC2";s:62:"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC2.zip";s:9:"1.8.0-RC3";s:62:"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC3.zip";s:5:"1.8.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.1.zip";s:6:"1.8.10";s:59:"https://downloads.wordpress.org/plugin/elementor.1.8.10.zip";s:6:"1.8.11";s:59:"https://downloads.wordpress.org/plugin/elementor.1.8.11.zip";s:6:"1.8.12";s:59:"https://downloads.wordpress.org/plugin/elementor.1.8.12.zip";s:5:"1.8.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.2.zip";s:5:"1.8.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.3.zip";s:5:"1.8.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.4.zip";s:5:"1.8.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.5.zip";s:5:"1.8.6";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.6.zip";s:5:"1.8.7";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.7.zip";s:5:"1.8.8";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.8.zip";s:5:"1.8.9";s:58:"https://downloads.wordpress.org/plugin/elementor.1.8.9.zip";s:5:"1.9.0";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.0.zip";s:9:"1.9.0-RC1";s:62:"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC1.zip";s:9:"1.9.0-RC2";s:62:"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC2.zip";s:9:"1.9.0-RC3";s:62:"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC3.zip";s:5:"1.9.1";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.1.zip";s:5:"1.9.2";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.2.zip";s:5:"1.9.3";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.3.zip";s:5:"1.9.4";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.4.zip";s:5:"1.9.5";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.5.zip";s:5:"1.9.6";s:58:"https://downloads.wordpress.org/plugin/elementor.1.9.6.zip";s:5:"trunk";s:52:"https://downloads.wordpress.org/plugin/elementor.zip";}s:5:"icons";a:3:{s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:12:"contributors";a:0:{}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(283, '_transient_timeout_ti_about_plugin_info_translatepress-multilingual', '1519589535', 'no'),
(284, '_transient_ti_about_plugin_info_translatepress-multilingual', 'O:8:"stdClass":18:{s:4:"name";s:51:"TranslatePress – Translate Multilingual sites";s:4:"slug";s:27:"translatepress-multilingual";s:7:"version";s:5:"1.1.6";s:6:"author";s:103:"<a href="https://cozmoslabs.com/">Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban</a>";s:14:"author_profile";s:47:"https://profiles.wordpress.org/madalinungureanu";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:12;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:"num_ratings";i:12;s:15:"support_threads";i:21;s:24:"support_threads_resolved";i:16;s:8:"homepage";s:27:"https://translatepress.com/";s:8:"sections";a:5:{s:11:"description";s:5710:"<p><strong>Experience a better way to translate your WordPress site and go multilingual, directly from the front-end using a friendly user interface.</strong></p>\n<p>The interface allows you to easily translate the entire page at once, including output from shortcodes, forms and page builders. It also works out of the box with WooCommerce.</p>\n<p>Built the WordPress way, TranslatePress – Multilingual is a GPL and self hosted translation plugin, meaning you’ll own all your translations, forever.</p>\n<h4>Multilingual & Translation Features</h4>\n<ul>\n<li>Translate all your website content directly from the front-end, in a friendly user interface (translation displayed in real-time).</li>\n<li>Fully compatible with all themes and plugins</li>\n<li>Live preview of your translated pages, as you edit your translations.</li>\n<li>Support for both manual and automatic translation (via Google Translate)</li>\n<li>Ability to translate dynamic strings (gettext) added by WordPress, plugins and themes.</li>\n<li>Integrates with Google Translate, allowing you to set up Automatic Translation using your own Google API key.</li>\n<li>Translate larger html blocks using the css class <strong>translation-block</strong>. <code><p class="translation-block">Translate <em>everything</em> inside</p></code></li>\n<li>Place language switchers anywhere using shortcode <strong>[language-switcher]</strong>, WP menu item or as a floating dropdown.</li>\n<li>Editorial control allowing you to publish your language only when all your translations are done</li>\n<li>Conditional display content shortcode based on language [trp_language language=”en_US”] English content only [/trp_language]</li>\n<li>Possibility to edit gettext strings from themes and plugins from english to english, without adding another language. Basically a string-replace functionality.</li>\n</ul>\n<p>Note: this plugin uses the Google Translation API to translate the strings on your site. This feature can be enabled or disabled according to your preferences.</p>\n<p>Users with administrator rights have access to the following translate settings:</p>\n<ul>\n<li>select default language of the website and one translation language.</li>\n<li>choose whether language switcher should display languages in their native names or English name</li>\n<li>force custom links to open in current language</li>\n<li>enable or disable url subdirectory for the default language</li>\n<li>enable automatic translation via Google Translate</li>\n</ul>\n<h4>Powerful Translation Add-ons</h4>\n<p>TranslatePress – Multilingual has a range of premium <a href="https://translatepress.com/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Add-ons</a> that allow you to extend the power of the translation plugin:</p>\n<p><strong>Pro Add-ons</strong> (available in the <a href="https://translatepress.com/pricing/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">premium versions</a> only)</p>\n<ul>\n<li><a href="https://translatepress.com/docs/addons/seo-pack/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Extra Languages</a> – allows you to add an unlimited number of translation languages, with the possibility to publish languages later after you complete the translation</li>\n<li><a href="https://translatepress.com/docs/addons/multiple-languages/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">SEO Pack</a> – allows you to translate meta information (like page title, description, url slug, image alt tag, Twitter and Facebook Social Graph tags & more) for boosting your website’s SEO and increase traffic</li>\n<li><a href="https://translatepress.com/docs/addons/translator-accounts/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Translator Accounts</a> – create or allow existing users to translate the site without admin rights</li>\n<li><a href="https://translatepress.com/docs/addons/browse-as-role/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Browse as User Role</a> – view and translate content that is visible only to a particular user role</li>\n<li><a href="https://translatepress.com/docs/addons/navigate-based-language/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Navigation Based on Language</a> – configure and display different menu items for different languages</li>\n</ul>\n<p><strong>Free Add-ons</strong></p>\n<ul>\n<li><a href="https://translatepress.com/docs/addons/language-get-parameter/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Language by GET parameter</a> – enables the language in the URL to be encoded as a GET Parameter</li>\n</ul>\n<h4>Website</h4>\n<p><a href="https://translatepress.com/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">translatepress.com</a></p>\n<h4>Documentation</h4>\n<p><a href="https://translatepress.com/docs/translatepress/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Visit our documentation page</a></p>\n<h4>Add-ons</h4>\n<p><a href="https://translatepress.com/docs/translatepress/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">Add-ons</a></p>\n<h4>Demo Site</h4>\n<p>You can test out TranslatePress – Multilingual by <a href="https://demo.translatepress.com/" rel="nofollow">visiting our demo site</a></p>\n";s:12:"installation";s:356:"<ol>\n<li>Upload the translatepress folder to the ‘/wp-content/plugins/’ directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to Settings -> TranslatePress and choose a translation language.</li>\n<li>Open the front-end translation editor from the admin bar to translate your site.</li>\n</ol>\n";s:3:"faq";s:1635:"\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload the translatepress folder to the ‘/wp-content/plugins/’ directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to Settings -> TranslatePress and choose a translation language.</li>\n<li>Open the front-end translation editor from the admin bar to translate your site.</li>\n</ol>\n</p>\n<h4>Where are my translations stored?</h4>\n<p>\n<p>All the translation are stored locally in your server’s database.</p>\n</p>\n<h4>What types of content can I translate?</h4>\n<p>\n<p>TranslatePress – Multilingual works out of the box with WooCommerce, custom post types, complex themes and site builders, so you’ll be able to translate any type of content.</p>\n</p>\n<h4>How is it different from other multilingual & translation plugins?</h4>\n<p>\n<p>TranslatePress is easier to use and more intuitive altogether. No more switching between the editor, string translation interfaces or badly translated plugins. You can now translate the full page content directly from the front-end.</p>\n</p>\n<h4>How do I start to translate my site?</h4>\n<p>\n<p>After installing the plugin, select your secondary language and click “Translate Site” to start translating your entire site exactly as it looks in the front-end.</p>\n</p>\n<h4>Where can I find out more information?</h4>\n<p>\n<p>For more information please check out <a href="https://translatepress.com/docs/translatepress/?utm_source=wp.org&utm_medium=tp-description-page&utm_campaign=TPFree" rel="nofollow">TranslatePress documentation</a>.</p>\n</p>\n\n";s:9:"changelog";s:7057:"<h4>1.1.6</h4>\n<ul>\n<li>Added support for translating Contact Form 7 alert messages</li>\n<li>Fixed issue with some strings containing special characters not being translated (i.e. “¿¡”)</li>\n<li>Fixed bug with switching languages in Editor when viewing as Logged out</li>\n<li>Fixed issue with broken homepage links in some themes</li>\n<li>Added support for RTL languages in translation editor</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>Added support for translation blocks using the css class .translation-block.</li>\n<li>Added possibility to choose a different language as default language seen by website visitors.</li>\n<li>Updated add-ons settings page with the missing add-ons, added Language by GET parameter addon</li>\n<li>Fixed issue with the [language-switcher] in a post or page that broke saving the page when Yoast SEO plugin is active</li>\n<li>Added a plugin notification class and a notification for pretty permalinks</li>\n<li>Added WooCommerce compatibility tag</li>\n<li>Small css improvements</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Filter to allow adding new language: ‘trp_wp_languages’</li>\n<li>Fixed issue with get_permalink() in ajax calls that was not returning the propper language</li>\n<li>Adapted code to allow language based on a GET parameter</li>\n<li>Fix some issues with language switcher and custom queries as well as take into account if subdirectory for default language is on</li>\n<li>Fixed issue with js translation that was trimming numbers and other characters from strings when it shouldn’t</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Fix issue where the language switcher didn’t work for BuddyPress pages</li>\n<li>Fixed issue with CDATA in post content that was breaking the translation</li>\n<li>Added a filter that can be activated and that tries to fix invalid html: trp_try_fixing_invalid_html</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>We now make sure that all forms when submitted redirect to the correct language</li>\n<li>Fixed an issue with missing slash from language switcher</li>\n<li>Fixed an issue where we were not redirecting to the correct url slug when switching languages</li>\n<li>Fixed a possible notice inside the get_language_names function</li>\n<li>Fixed html breaking because of unescaped quotes in translated meta content</li>\n<li>Removed a special character from the full_trim function that was causing some strings to not be selectable for translation</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Fixed js error with startsWith method not being supported in IE</li>\n<li>Removed unnecessary files from select2 lib</li>\n<li>Improved the way we rewrite urls to remove certain bugs</li>\n</ul>\n<h4>1.1.0</h4>\n<ul>\n<li>Implemented View As “Logged out user” functionality so you can translate strings that show only for logged out users</li>\n<li>Allow slug edit for default language</li>\n<li>Fixed an issue with the dropdown of translation strings when there were unsaved changes and the dropdown disconected from the textarea</li>\n<li>Prevent translate editor icon pencil to exit the translation iframe</li>\n<li>Fixed translating via the next/prev buttons that reset the position in the translation string list</li>\n<li>Refactor the way we are generating the language url for the language switcher when we don’t have a variable available</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>We now flush permalinks when saving the settings page to avoid getting 404 and 500 errors</li>\n<li>Added the current language as a class on the body tag. Ex: translatepress-en_US</li>\n<li>Small readme changes</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>We now allow HTML in normal strings translations.</li>\n<li>Changed the way we get the default language permalinks in Woocommerce rewrites</li>\n<li>Fixed issues with date_i18n function</li>\n<li>Fixed a warning generated when there are no rewrite rules</li>\n<li>Fixed dynamic strings not updating the translation dropdown list.</li>\n<li>Fixed issues with hidden space characters that were breaking some translations</li>\n<li>Make sure we don’t loose the trp-edit-translation=preview from url after a WordPress redirect</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Fixed a small bug in js regarding the translation editor sidebar with</li>\n<li>Fixed Language Switcher for Woocommerce product categories and product tags going to 404 pages</li>\n<li>Fixed issues with Woocommerce and permalinks when the default language was not english</li>\n<li>Excluded more functions from getting gettext wraps</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Added filter on capabilities to allow other roles to edit translations:’trp_translating_capability’</li>\n<li>Don’t show php errors and notices when we are storing strings in the database</li>\n<li>Fixed issues with attributes that contain json content, for instance in woocommerce variations</li>\n<li>We no longer wrap gettext inside the wptexturize function</li>\n<li>We no longer wrap gettexts that appear in the bloginfo function</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Added possibility to edit gettext strings from themes and plugins from english to english, without adding another language. Basically, string-replace functionality.</li>\n<li>We now can translate text input placeholders</li>\n<li>We have a way of translating emails using the conditional language shortcode [trp_language language=”en_US”] English only content [/trp_language]</li>\n<li>Fixed issues with some elements that contained new lines and \\u00a0 at the start of the strings</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Fixed issues with the pencil select icon in the translation editor not showing up in certain cases on the button element</li>\n<li>Fixed issues with the pencil select icon in the translation editor not showing up in certain cases because of overflow hidden</li>\n<li>Fixed a issue that was sometimes causing javascript errors with certain plugins</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Added a conditional language shortcode: [trp_language language=”en_US”] English only content [/trp_language]</li>\n<li>Create link to test out Google API key.</li>\n<li>Improvements to Woocommerce compatibility</li>\n<li>Fixed json_encode error that was causing js errors</li>\n<li>Changed ‘template_include’ hook priority to improve compatibility with some themes</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Translation interface improvements</li>\n<li>Fixed issues with strings loaded with ajax</li>\n<li>Added an addon page</li>\n<li>Fixed bug with gettext node accidentally wrapping another string too.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Fixed incorrect blog prefix name for Multisite subsites on admin_bar gettext hook.</li>\n<li>Fixed Translate Page admin bar button sometimes not having the correct url for entering TP Editor Mode</li>\n<li>Skipped dynamic strings that have only numbers and special characters.</li>\n<li>Fixed order of categories in Editor dropdown. (Meta Information, String List..)</li>\n<li>Fixed JS error Uncaught Error: Syntax error, unrecognized expression</li>\n</ul>\n<h4>1.0.0</h4>\n<ul>\n<li>Initial release.</li>\n</ul>\n";s:11:"screenshots";s:2100:"<ol><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-1.png?rev=1737625"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-1.png?rev=1737625" alt="Front-end translation editor used to translate the entire page content"></a><p>Front-end translation editor used to translate the entire page content</p></li><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-2.png?rev=1818213"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-2.png?rev=1818213" alt="How to translate a Dynamic String (gettext) using TranslatePress - Multilingual"></a><p>How to translate a Dynamic String (gettext) using TranslatePress - Multilingual</p></li><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-3.png?rev=1818213"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-3.png?rev=1818213" alt="Translate Woocommerce Shop Page"></a><p>Translate Woocommerce Shop Page</p></li><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-4.png?rev=1722670"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-4.png?rev=1722670" alt="Settings Page for TranslatePress - Multilingual"></a><p>Settings Page for TranslatePress - Multilingual</p></li><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-5.png?rev=1722670"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-5.png?rev=1722670" alt="Floating Language Switcher added by TranslatePress - Multilingual"></a><p>Floating Language Switcher added by TranslatePress - Multilingual</p></li><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-6.png?rev=1722670"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-6.png?rev=1722670" alt="Menu Language Switcher"></a><p>Menu Language Switcher</p></li><li><a href="https://ps.w.org/translatepress-multilingual/assets/screenshot-7.png?rev=1818213"><img src="https://ps.w.org/translatepress-multilingual/assets/screenshot-7.png?rev=1818213" alt=""></a></li></ol>";}s:17:"short_description";s:108:"Easily translate your entire site directly from the front-end and go multilingual, with full support…";s:13:"download_link";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.6.zip";s:11:"screenshots";a:7:{i:1;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-1.png?rev=1737625";s:7:"caption";s:70:"Front-end translation editor used to translate the entire page content";}i:2;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-2.png?rev=1818213";s:7:"caption";s:79:"How to translate a Dynamic String (gettext) using TranslatePress - Multilingual";}i:3;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-3.png?rev=1818213";s:7:"caption";s:31:"Translate Woocommerce Shop Page";}i:4;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-4.png?rev=1722670";s:7:"caption";s:47:"Settings Page for TranslatePress - Multilingual";}i:5;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-5.png?rev=1722670";s:7:"caption";s:65:"Floating Language Switcher added by TranslatePress - Multilingual";}i:6;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-6.png?rev=1722670";s:7:"caption";s:22:"Menu Language Switcher";}i:7;a:2:{s:3:"src";s:80:"https://ps.w.org/translatepress-multilingual/assets/screenshot-7.png?rev=1818213";s:7:"caption";s:0:"";}}s:8:"versions";a:18:{s:5:"1.0.0";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.0.zip";s:5:"1.0.1";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.1.zip";s:5:"1.0.2";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.2.zip";s:5:"1.0.3";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.3.zip";s:5:"1.0.4";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.4.zip";s:5:"1.0.5";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.5.zip";s:5:"1.0.6";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.6.zip";s:5:"1.0.7";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.7.zip";s:5:"1.0.8";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.8.zip";s:5:"1.0.9";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.0.9.zip";s:5:"1.1.0";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.0.zip";s:5:"1.1.1";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.1.zip";s:5:"1.1.2";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.2.zip";s:5:"1.1.3";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.3.zip";s:5:"1.1.4";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.4.zip";s:5:"1.1.5";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.5.zip";s:5:"1.1.6";s:76:"https://downloads.wordpress.org/plugin/translatepress-multilingual.1.1.6.zip";s:5:"trunk";s:70:"https://downloads.wordpress.org/plugin/translatepress-multilingual.zip";}s:5:"icons";a:2:{s:2:"1x";s:80:"https://ps.w.org/translatepress-multilingual/assets/icon-128x128.png?rev=1722670";s:2:"2x";s:80:"https://ps.w.org/translatepress-multilingual/assets/icon-256x256.png?rev=1722670";}s:12:"contributors";a:0:{}}', 'no'),
(285, '_transient_timeout_ti_about_plugin_info_beaver-builder-lite-version', '1519589536', 'no'),
(286, '_transient_ti_about_plugin_info_beaver-builder-lite-version', 'O:8:"stdClass":18:{s:4:"name";s:45:"WordPress Page Builder – Beaver Builder";s:4:"slug";s:27:"beaver-builder-lite-version";s:7:"version";s:5:"2.0.5";s:6:"author";s:148:"<a href="https://www.wpbeaverbuilder.com/?utm_medium=bb&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author">The Beaver Builder Team</a>";s:14:"author_profile";s:41:"https://profiles.wordpress.org/justinbusa";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:252;i:4;i:5;i:3;i:2;i:2;i:2;i:1;i:7;}s:11:"num_ratings";i:268;s:15:"support_threads";i:35;s:24:"support_threads_resolved";i:19;s:8:"homepage";s:107:"https://www.wpbeaverbuilder.com/?utm_medium=bb&utm_source=plugins-admin-page&utm_campaign=plugins-admin-uri";s:8:"sections";a:5:{s:11:"description";s:5793:"<h4>What Is The Beaver Builder Page Builder?</h4>\n<p>Beaver Builder is a flexible drag and drop page builder that works on the front end of your WordPress website. Whether you’re a beginner or a professional, you’re going to love taking control of your website. Stop writing HTML or wrestling with confusing shortcodes. With Beaver Builder, building beautiful, professional WordPress pages is as easy as dragging and dropping.</p>\n<p>Watch the video below or <a href="https://www.wpbeaverbuilder.com/go/demo?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-demo-link" title="Beaver Builder Live Demo" rel="nofollow">try out the demo</a> to see it in action!</p>\n<div class="embed-vimeo" style="text-align: center;"><iframe src="https://player.vimeo.com/video/122546222" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>\n<blockquote>\n<p><strong>Premium Support</strong></p>\n<p>The Beaver Builder team provides very limited support on the WordPress.org forums. Please feel free to post questions or bug reports, but for <em>timely</em> support, we recommend purchasing a Beaver Builder license.</p>\n<p>Along with access to our expert support team, there are many time-saving features in the premium versions which make it a great value for any serious WordPress user. <a href="https://www.wpbeaverbuilder.com/pricing/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-support-cta" title="Beaver Builder Premium Support" rel="nofollow"><strong>Get a license today.</strong></a></p>\n<p>You can also reference our <a href="https://kb.wpbeaverbuilder.com/" title="Beaver Builder Knowledge Base" rel="nofollow">Knowledge Base</a>, or try asking the Beaver Builder community for help in either <a href="http://beaver.builders/wp-repo-fb" title="Beaver Builders on Facebook" rel="nofollow">Facebook</a> or <a href="http://beaver.builders/wp-repo-slack" title="Beaver Builders on Slack" rel="nofollow">Slack</a>. Keep in mind, these are all folks just like you who are volunteering their time.</p>\n</blockquote>\n<h4>Join our Growing Community</h4>\n<p>There is a huge colony (<em>yeah, that’s the term for a group of beavers</em>) of “Beaver Builders” that would love to get to know you! If you have questions, a project to show off, or you would like to meet and network with other Beaver Builder users, you’ll feel right at home in the <a href="http://beaver.builders/wp-repo-fb" title="Beaver Builders on Facebook" rel="nofollow">Beaver Builders Facebook Group</a> or the <a href="http://beaver.builders/wp-repo-slack" title="Beaver Builders on Slack" rel="nofollow">Beaver Builders Slack Channel</a>. Come on by and say hello.</p>\n<h4>Page Builder Features</h4>\n<ul>\n<li>Content Modules: HTML, Photo, Text Editor, Audio, Video, & Sidebar.</li>\n<li>Full-width, column-based layouts.</li>\n<li>Lightweight and semantic markup for maximum performance.</li>\n<li>Photo, color, and video row backgrounds.</li>\n<li>Mobile-friendly, responsive layouts.</li>\n<li>Add your own CSS classes and IDs.</li>\n<li>Use WordPress Widgets and shortcodes.</li>\n<li>Works with Pages, Posts, and Custom Post Types.</li>\n<li>A friendly and supportive community.</li>\n</ul>\n<h4>Características Premium</h4>\n<ul>\n<li>Additional modules: Contact Form, Tabs, Slider, Pricing Table, Map, Blog Posts, Subscribe Form, Social Icons, and many more.</li>\n<li>Expert support from our world-class support team.</li>\n<li>Beautiful pre-made layout templates.</li>\n<li>Save, export, and reuse full-page layouts, rows, and modules.</li>\n<li>Build your own custom modules.</li>\n</ul>\n<p>Come by <a href="https://www.wpbeaverbuilder.com/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-homepage-link" title="Beaver Builder Homepage" rel="nofollow">the Beaver Builder Homepage</a> to learn more about what our premium features can do for you!</p>\n<h4>People REALLY LOVE Beaver Builder</h4>\n<p>Don’t just take our word for it, here are a few testimonials from happy users and customers.</p>\n<p>“Simply put, it is the best page builder in the WordPress ecosystem. There is no close second.” – WP Crafter</p>\n<p>“Complete design freedom with no coding and it is all fully responsive as well.” – skyboro</p>\n<p>“Easy to use, fast to get started, real product depth, great support.” – David Bressler</p>\n<h4>Modules And Widgets</h4>\n<p>We’ve loaded Beaver Builder up with a flexible set of content modules to aid you in building stunning layouts and landing pages within an intuitive drag and drop system. Beaver Builder also supports core and third party WordPress widgets and shortcodes, so you can use Beaver Builder with all your <em>other</em> favorite plugins!</p>\n<h4>A WordPress Page Builder That Works With Your Theme</h4>\n<p>Yep, that’s right! Beaver Builder was designed to work with almost any WordPress theme. Try Beaver Builder on your existing website today, or consider upgrading and using Beaver Builder’s outstanding framework theme (available in Pro and Agency packages) for your next project.</p>\n<h4>A WordPress Page Builder That’s 100% Mobile Friendly</h4>\n<p>Every part of a Beaver Builder layout or landing page is fully responsive and looks gorgeous on any screen size. Responsive web design has never been easier.</p>\n<h4>A WordPress Page Builder That’s Optimized For Performance</h4>\n<p>We’ve designed Beaver Builder to create layouts and landing pages that load quickly. Many page builders load in an ungodly number of scripts and stylesheets to every page on your site. Not Beaver Builder! It only loads the assets needed for a given layout or landing page.</p>\n";s:12:"installation";s:912:"<ol>\n<li>\n<p>Install Beaver Builder either via the WordPress plugin directory or by uploading the files to your server at wp-content/plugins.</p>\n</li>\n<li>\n<p>After activating Beaver Builder, navigate to the settings page at Settings > Page Builder to configure the post types you would like it to work with.</p>\n</li>\n<li>\n<p>A <em>Page Builder</em> tab will appear on the Edit Page/Post area. Also, a <em>Page Builder</em> option will appear in the WordPress Admin Bar on the front end of your website.</p>\n</li>\n</ol>\n<p>For more information, please visit our <a href="https://www.wpbeaverbuilder.com/documentation/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-install-kb-link" title="Beaver Builder Knowledge Base" rel="nofollow">Knowledge Base</a>. Keep in mind that not all features described in the knowledge base are available in this version of the Beaver Builder plugin.</p>\n";s:3:"faq";s:1545:"<p>For information on using Beaver Builder, please visit our <a href="https://www.wpbeaverbuilder.com/knowledge-base/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-faq-kb-link" title="Beaver Builder Knowledge Base" rel="nofollow">Knowledge Base</a>.</p>\n<p>For general questions or questions about purchasing a license, check out our <a href="https://www.wpbeaverbuilder.com/frequently-asked-questions/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-faq-link" title="Beaver Builder FAQs" rel="nofollow">Frequently Asked Questions</a> page.</p>\n\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>\n<p>Install Beaver Builder either via the WordPress plugin directory or by uploading the files to your server at wp-content/plugins.</p>\n</li>\n<li>\n<p>After activating Beaver Builder, navigate to the settings page at Settings > Page Builder to configure the post types you would like it to work with.</p>\n</li>\n<li>\n<p>A <em>Page Builder</em> tab will appear on the Edit Page/Post area. Also, a <em>Page Builder</em> option will appear in the WordPress Admin Bar on the front end of your website.</p>\n</li>\n</ol>\n<p>For more information, please visit our <a href="https://www.wpbeaverbuilder.com/documentation/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-install-kb-link" title="Beaver Builder Knowledge Base" rel="nofollow">Knowledge Base</a>. Keep in mind that not all features described in the knowledge base are available in this version of the Beaver Builder plugin.</p>\n</p>\n\n";s:9:"changelog";s:315:"<p>Visit our <a href="https://www.wpbeaverbuilder.com/change-logs/?utm_medium=bb-lite&utm_source=repo-readme&utm_campaign=repo-changelog-page" title="Beaver Builder Changelog" rel="nofollow">changelog page</a> for up-to-date information on what has been going on with the development of Beaver Builder.</p>\n";s:11:"screenshots";s:1109:"<ol><li><a href="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-1.jpg?rev=1372383"><img src="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-1.jpg?rev=1372383" alt="Starting Beaver Builder from the backend."></a><p>Starting Beaver Builder from the backend.</p></li><li><a href="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-2.jpg?rev=1372383"><img src="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-2.jpg?rev=1372383" alt="Starting Beaver Builder from the front end."></a><p>Starting Beaver Builder from the front end.</p></li><li><a href="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-3.jpg?rev=1372383"><img src="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-3.jpg?rev=1372383" alt="The main editing interface."></a><p>The main editing interface.</p></li><li><a href="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-4.jpg?rev=1372383"><img src="https://ps.w.org/beaver-builder-lite-version/assets/screenshot-4.jpg?rev=1372383" alt="Editing basic text."></a><p>Editing basic text.</p></li></ol>";}s:17:"short_description";s:139:"The best drag and drop WordPress Page Builder. Easily build beautiful home pages, professional landing pages, and more with Beaver Builder.";s:13:"download_link";s:70:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.zip";s:11:"screenshots";a:4:{i:1;a:2:{s:3:"src";s:80:"https://ps.w.org/beaver-builder-lite-version/assets/screenshot-1.jpg?rev=1372383";s:7:"caption";s:41:"Starting Beaver Builder from the backend.";}i:2;a:2:{s:3:"src";s:80:"https://ps.w.org/beaver-builder-lite-version/assets/screenshot-2.jpg?rev=1372383";s:7:"caption";s:43:"Starting Beaver Builder from the front end.";}i:3;a:2:{s:3:"src";s:80:"https://ps.w.org/beaver-builder-lite-version/assets/screenshot-3.jpg?rev=1372383";s:7:"caption";s:27:"The main editing interface.";}i:4;a:2:{s:3:"src";s:80:"https://ps.w.org/beaver-builder-lite-version/assets/screenshot-4.jpg?rev=1372383";s:7:"caption";s:19:"Editing basic text.";}}s:8:"versions";a:61:{s:6:"1.10.4";s:77:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.4.zip";s:8:"1.10.5.1";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.5.1.zip";s:8:"1.10.6.3";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.6.3.zip";s:8:"1.10.6.4";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.6.4.zip";s:8:"1.10.6.5";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.6.5.zip";s:6:"1.10.7";s:77:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.7.zip";s:8:"1.10.8.3";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.8.3.zip";s:6:"1.10.9";s:77:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.9.zip";s:8:"1.10.9.1";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.9.1.zip";s:8:"1.10.9.2";s:79:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.10.9.2.zip";s:4:"1.11";s:75:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.11.zip";s:5:"1.3.6";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.3.6.zip";s:5:"1.3.7";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.3.7.zip";s:5:"1.3.8";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.3.8.zip";s:7:"1.3.8.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.3.8.1.zip";s:7:"1.3.8.2";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.3.8.2.zip";s:5:"1.3.9";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.3.9.zip";s:5:"1.4.0";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.0.zip";s:5:"1.4.1";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.1.zip";s:5:"1.4.2";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.2.zip";s:5:"1.4.3";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.3.zip";s:5:"1.4.5";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.5.zip";s:5:"1.4.6";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.6.zip";s:5:"1.4.8";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.4.8.zip";s:5:"1.5.0";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.5.0.zip";s:5:"1.5.3";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.5.3.zip";s:5:"1.5.5";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.5.5.zip";s:5:"1.5.6";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.5.6.zip";s:5:"1.5.9";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.5.9.zip";s:7:"1.6.0.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.0.1.zip";s:7:"1.6.1.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.1.1.zip";s:5:"1.6.2";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.2.zip";s:7:"1.6.2.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.2.1.zip";s:5:"1.6.4";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.4.zip";s:7:"1.6.4.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.4.1.zip";s:7:"1.6.4.3";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.4.3.zip";s:7:"1.6.4.4";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.4.4.zip";s:7:"1.6.4.7";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.6.4.7.zip";s:5:"1.7.1";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.7.1.zip";s:5:"1.7.3";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.7.3.zip";s:5:"1.7.4";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.7.4.zip";s:5:"1.7.5";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.7.5.zip";s:5:"1.7.8";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.7.8.zip";s:5:"1.8.1";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.1.zip";s:5:"1.8.3";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.3.zip";s:5:"1.8.4";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.4.zip";s:5:"1.8.5";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.5.zip";s:5:"1.8.6";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.6.zip";s:7:"1.8.7.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.7.1.zip";s:5:"1.8.8";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.8.8.zip";s:5:"1.9.1";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.9.1.zip";s:5:"1.9.2";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.9.2.zip";s:5:"1.9.4";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.9.4.zip";s:7:"1.9.5.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.9.5.1.zip";s:7:"1.9.5.3";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.1.9.5.3.zip";s:7:"2.0.3.2";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.2.0.3.2.zip";s:7:"2.0.4.1";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.2.0.4.1.zip";s:7:"2.0.4.2";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.2.0.4.2.zip";s:7:"2.0.4.3";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.2.0.4.3.zip";s:7:"2.0.4.4";s:78:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.2.0.4.4.zip";s:5:"2.0.5";s:76:"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.2.0.5.zip";}s:5:"icons";a:2:{s:2:"1x";s:80:"https://ps.w.org/beaver-builder-lite-version/assets/icon-128x128.png?rev=1019177";s:2:"2x";s:80:"https://ps.w.org/beaver-builder-lite-version/assets/icon-256x256.png?rev=1019177";}s:12:"contributors";a:0:{}}', 'no'),
(287, '_transient_timeout_ti_about_plugin_info_wp-product-review', '1519589537', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(288, '_transient_ti_about_plugin_info_wp-product-review', 'O:8:"stdClass":18:{s:4:"name";s:22:"WP Product Review Lite";s:4:"slug";s:17:"wp-product-review";s:7:"version";s:5:"3.4.2";s:6:"author";s:46:"<a href="https://themeisle.com/">ThemeIsle</a>";s:14:"author_profile";s:39:"https://profiles.wordpress.org/codeinwp";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:64;i:4;i:11;i:3;i:2;i:2;i:1;i:1;i:9;}s:11:"num_ratings";i:87;s:15:"support_threads";i:11;s:24:"support_threads_resolved";i:6;s:8:"homepage";s:48:"https://themeisle.com/plugins/wp-product-review/";s:8:"sections";a:5:{s:11:"description";s:3219:"<h3>User Review Enabled</h3>\n<ol>\n<li>\n<p>This review plugin helps you to interact with your users with improved comments, you can expose your reviews in a easier to read way and will help you generate money by adding a buy now button in your post. Rich snippets are also supported.</p>\n</li>\n<li>\n<p>After you install the plugin, go on a post admin page and you should be able to see a checkbox called : “Is this post a review ?”, once this is checked you can add review details and those will appear on the post page.</p>\n</li>\n<li>\n<p>If you want to to edit the colors, enable/disable the affiliate button, change icons go on the plugin options page.</p>\n</li>\n<li>\n<p>All the plugin settings/colors are fully customizable, and you can read more about it <a href="https://themeisle.com/plugins/wp-product-review-lite/?utm_source=wpreadme&utm_medium=readme&utm_campaign=wporg" rel="nofollow">here</a></p>\n</li>\n<li>\n<p>For updates follow https://twitter.com/themeisle.</p>\n</li>\n</ol>\n<blockquote>\n<p><strong>Time-saving features available in the Pro version:</strong></p>\n<ul>\n<li>Shortcodes</li>\n<li>Custom Rating Icons</li>\n<li>Product Review Listings</li>\n<li>Comparison Table</li>\n<li>Amazon Integration</li>\n<li>Priority email support from the developer of the plugin</li>\n<li>Support and updates for 12 months</li>\n</ul>\n<p><strong><a href="http://themeisle.com/plugins/wp-product-review/" rel="nofollow">Learn more about WP Product Review</a></strong></p>\n</blockquote>\n<p>If you wanna learn more about the <a href="http://www.codeinwp.com/blog/fastest-wordpress-hosting/" rel="nofollow">fastest WordPress hosting</a> or which <a href="http://www.codeinwp.com/blog/15-best-wordpress-review-themes/" rel="nofollow">review themes</a> are playing nice with WP Product review, checkout our blog.</p>\n<h4>See how WP Product Review can integrate with your website</h4>\n<ul>\n<li><a href="https://demo.themeisle.com/wp-product-review/sample-review/" rel="nofollow">Default review</a></li>\n<li><a href="https://demo.themeisle.com/wp-product-review/custom-icons/" rel="nofollow">Custom icons ratings</a></li>\n<li><a href="https://demo.themeisle.com/wp-product-review/comparison-table/" rel="nofollow">Comparision table</a></li>\n<li><a href="https://demo.themeisle.com/wp-product-review/shortcode-review/" rel="nofollow">Shortcode reviews</a></li>\n<li><a href="https://demo.themeisle.com/wp-product-review/listing-table/" rel="nofollow">Listing table</a></li>\n<li><a href="https://demo.themeisle.com/wp-product-review/review-with-comments/" rel="nofollow">Reviews by visitors</a></li>\n</ul>\n<p><strong>WP Product Review provides following features</strong></p>\n<ul>\n<li>Create a top products review widget</li>\n<li>Easily update all the colors of the widget from theme options</li>\n<li>Add a download button in the posts</li>\n<li>Add an awesome wrap-up widget at the end of your articles</li>\n<li>Add specific user review options to wordpress comments</li>\n<li>Add rich snippet ( schema ) to your posts</li>\n</ul>\n<h4>Traducciones</h4>\n<ul>\n<li>sk_SK translation by Patrik Žec (PATWIST) of http://patwist.com</li>\n<li>fr_FR translation by Jacques Soule of http://wordpress-pour-vous.com/</li>\n</ul>\n";s:12:"installation";s:1441:"<p>Following are the steps to install the WP Product Review</p>\n<ol>\n<li>Download the latest version of the WP Product Review to your computer from here.</li>\n<li>With an FTP program, access your site?s server.</li>\n<li>Upload (copy) the Plugin file(s) or folder to the /wp-content/plugins folder.</li>\n<li>In your WordPress Administration Panels, click on Plugins from the menu.</li>\n<li>You should see WP Product Review Plugin listed. If not, with your FTP program, check the folder to see if it is installed. If it isn?t, upload the file(s) again. If it is, delete the files and upload them again.</li>\n<li>To turn the WP Product Review on, click Activate.</li>\n<li>Check your Administration Panels or WordPress blog to see if the Plugin is working.</li>\n<li>You can change the plugin options from WP Product Review under settings menu.</li>\n</ol>\n<p>Alternatively you can also follow the following steps to install the WP Product Review plugin</p>\n<ol>\n<li>In your WordPress Administration Panels, click on Add New option under Plugins from the menu.</li>\n<li>Click on upload at the top.</li>\n<li>Browse the location and select the WP Product Review Plugin and click install now.</li>\n<li>To turn the WP Product Review Plugin on, click Activate.</li>\n<li>Check your Administration Panels or WordPress blog to see if the Plugin is working.</li>\n<li>You can change the plugin options from WP Product Review under settings menu.</li>\n</ol>\n";s:3:"faq";s:8771:"\n<h4>Installation Instructions</h4>\n<p>\n<p>Following are the steps to install the WP Product Review</p>\n<ol>\n<li>Download the latest version of the WP Product Review to your computer from here.</li>\n<li>With an FTP program, access your site?s server.</li>\n<li>Upload (copy) the Plugin file(s) or folder to the /wp-content/plugins folder.</li>\n<li>In your WordPress Administration Panels, click on Plugins from the menu.</li>\n<li>You should see WP Product Review Plugin listed. If not, with your FTP program, check the folder to see if it is installed. If it isn?t, upload the file(s) again. If it is, delete the files and upload them again.</li>\n<li>To turn the WP Product Review on, click Activate.</li>\n<li>Check your Administration Panels or WordPress blog to see if the Plugin is working.</li>\n<li>You can change the plugin options from WP Product Review under settings menu.</li>\n</ol>\n<p>Alternatively you can also follow the following steps to install the WP Product Review plugin</p>\n<ol>\n<li>In your WordPress Administration Panels, click on Add New option under Plugins from the menu.</li>\n<li>Click on upload at the top.</li>\n<li>Browse the location and select the WP Product Review Plugin and click install now.</li>\n<li>To turn the WP Product Review Plugin on, click Activate.</li>\n<li>Check your Administration Panels or WordPress blog to see if the Plugin is working.</li>\n<li>You can change the plugin options from WP Product Review under settings menu.</li>\n</ol>\n</p>\n<h4>How to activate user reviews</h4>\n<p>\n<p>By default user reviews are disabled since not all the themes are compatible with this option due to different designs for the comment box. You can easily activate them from General Settings</p>\n<p>If you have any questions please get in touch with us at,<br />\nhttps://themeisle.com/contact</p>\n</p>\n<h4>How to change the html format of the review name</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/130-how-to-change-the-html-format-of-the-review-name" rel="nofollow">http://docs.themeisle.com/article/130-how-to-change-the-html-format-of-the-review-name</a></p>\n</p>\n<h4>How to change dynamically the image size for review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/135-how-to-change-dynamically-the-image-size-for-review" rel="nofollow">https://docs.themeisle.com/article/135-how-to-change-dynamically-the-image-size-for-review</a></p>\n</p>\n<h4>How to change dynamically the pros/cons heading text</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/133-how-to-change-dynamically-the-proscons-heading-text" rel="nofollow">https://docs.themeisle.com/article/133-how-to-change-dynamically-the-proscons-heading-text</a></p>\n</p>\n<h4>How to change dynamically the name of the review</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/131-how-to-change-dynamically-the-name-of-the-review" rel="nofollow">http://docs.themeisle.com/article/131-how-to-change-dynamically-the-name-of-the-review</a></p>\n</p>\n<h4>How to change dynamically the option name format</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/132-how-to-change-dynamically-the-option-name-format" rel="nofollow">https://docs.themeisle.com/article/132-how-to-change-dynamically-the-option-name-format</a></p>\n</p>\n<h4>How to make Comment Review option work in any theme</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/54-how-to-make-comment-review-option-work-in-any-theme" rel="nofollow">https://docs.themeisle.com/article/54-how-to-make-comment-review-option-work-in-any-theme</a></p>\n</p>\n<h4>How to fix the review boxes issue</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/210-how-to-fix-the-review-boxes-issue" rel="nofollow">http://docs.themeisle.com/article/210-how-to-fix-the-review-boxes-issue</a></p>\n</p>\n<h4>Price in WP Product Review is messed up</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/216-price-in-wp-product-review-is-messed-up" rel="nofollow">http://docs.themeisle.com/article/216-price-in-wp-product-review-is-messed-up</a></p>\n</p>\n<h4>Prevent users from posting multiple review on a single post in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/578-prevent-users-from-posting-multiple-review-on-a-single-post-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/578-prevent-users-from-posting-multiple-review-on-a-single-post-in-wp-product-review</a></p>\n</p>\n<h4>WP Product Review Documentation</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/173-wp-product-review-documentation" rel="nofollow">https://docs.themeisle.com/article/173-wp-product-review-documentation</a></p>\n</p>\n<h4>WP Product Review Shortcode Documentation</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/449-wp-product-review-shortcode-documentation" rel="nofollow">https://docs.themeisle.com/article/449-wp-product-review-shortcode-documentation</a></p>\n</p>\n<h4>WP Product Review Comparison Table Documentation</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/424-wp-product-review-comparison-table-documentation" rel="nofollow">https://docs.themeisle.com/article/424-wp-product-review-comparison-table-documentation</a></p>\n</p>\n<h4>Enable user reviews in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/759-enable-user-reviews-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/759-enable-user-reviews-in-wp-product-review</a></p>\n</p>\n<h4>How to create a listing grid of reviews in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/764-how-to-create-a-listing-grid-of-reviews-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/764-how-to-create-a-listing-grid-of-reviews-in-wp-product-review</a></p>\n</p>\n<h4>Rich Snippets not showing in search results</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/756-rich-snippets-not-showing-in-search-results" rel="nofollow">https://docs.themeisle.com/article/756-rich-snippets-not-showing-in-search-results</a></p>\n</p>\n<h4>How to add a top products widget in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/763-how-to-add-a-top-products-widget-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/763-how-to-add-a-top-products-widget-in-wp-product-review</a></p>\n</p>\n<h4>How to remove rich snippets in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/755-how-to-remove-rich-snippets-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/755-how-to-remove-rich-snippets-in-wp-product-review</a></p>\n</p>\n<h4>How to remove Pros/Cons list in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/762-how-to-remove-proscons-list-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/762-how-to-remove-proscons-list-in-wp-product-review</a></p>\n</p>\n<h4>How to change the default rating icon in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/757-how-to-change-the-default-rating-icon-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/757-how-to-change-the-default-rating-icon-in-wp-product-review</a></p>\n</p>\n<h4>How the visitors rating are influencing the review rating in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/760-how-the-visitors-rating-are-influencing-the-review-rating-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/760-how-the-visitors-rating-are-influencing-the-review-rating-in-wp-product-review</a></p>\n</p>\n<h4>How to change the rating colours in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/761-how-to-change-the-rating-colours-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/761-how-to-change-the-rating-colours-in-wp-product-review</a></p>\n</p>\n<h4>How to increase number of review options, pros or cons in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/758-how-to-increase-number-of-review-options-pros-or-cons-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/758-how-to-increase-number-of-review-options-pros-or-cons-in-wp-product-review</a></p>\n</p>\n<h4>What actions and filters are available in WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/770-what-actions-and-filters-are-available-in-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/770-what-actions-and-filters-are-available-in-wp-product-review</a></p>\n</p>\n<h4>Install and use the pro version of WP Product Review</h4>\n<p>\n<p><a href="https://docs.themeisle.com/article/785-install-and-use-the-pro-version-of-wp-product-review" rel="nofollow">https://docs.themeisle.com/article/785-install-and-use-the-pro-version-of-wp-product-review</a></p>\n</p>\n\n";s:9:"changelog";s:11278:"<h4>3.4.2 – 2018-02-22</h4>\n<ul>\n<li>Fix AMP issue which was causing an issue with Google AMP validation.</li>\n</ul>\n<h4>3.4.1 – 2018-02-21</h4>\n<ul>\n<li>Fix issue with category filtering when querying reviews.</li>\n</ul>\n<h4>3.4.0 – 2018-02-20</h4>\n<ul>\n<li>Adds AMP support for the review box.</li>\n<li>Adds compatibility with 2 more review templates.</li>\n<li>Improves extensibility by adding more hooks.</li>\n</ul>\n<h4>3.3.2 – 2018-01-05</h4>\n<ul>\n<li>Adds filtering option for posts/page admin listing page.</li>\n<li>Fix compatibility with Bookrev theme.</li>\n<li>Fix issue with comments slides when scrolled back.</li>\n</ul>\n<h4>3.3.1 – 2017-12-11</h4>\n<ul>\n<li>Fix for comments rating if not all the options are provided.</li>\n<li>Improved review image description</li>\n</ul>\n<h4>3.3.0 – 2017-11-27</h4>\n<ul>\n<li>Fix individual rating influenced by comments.</li>\n<li>Fix compatibility with various themes.</li>\n<li>Fix top product widgets sorting when comments influence is on.</li>\n</ul>\n<h4>3.2.1 – 2017-11-16</h4>\n<ul>\n<li>Adds compatibility with WordPress 4.9</li>\n</ul>\n<h4>3.2.0 – 2017-11-06</h4>\n<ul>\n<li>Adds support for custom post-type and taxonomies in widgets.</li>\n<li>Adds control for time-frame in top reviews widget. </li>\n<li>Improves responsiveness and removes dependency of pie-chart.js </li>\n<li>Improves notifications when Disqus and Jetpack comments are used.</li>\n</ul>\n<h4>3.1.0 – 2017-09-22</h4>\n<ul>\n<li>Fix for some edge cases when the review box was gone. </li>\n<li>Improvements assets loading, removed redundant files.</li>\n<li>Improvements perfomance of review query. </li>\n<li>Various bug fixes reported by clients.</li>\n</ul>\n<h4>3.0.12 – 2017-09-17</h4>\n<ul>\n<li>Fix for review box issues.</li>\n</ul>\n<h4>3.0.11 – 2017-09-15</h4>\n<ul>\n<li>Fix for issue of hidden review box and widget area.</li>\n</ul>\n<h4>3.0.10 – 2017-09-12</h4>\n<ul>\n<li>Fix for decimal separator in rich snippet.</li>\n<li>Improvements for template engine, allowing overwriting in child themes also.</li>\n<li>Added review content and excerpt proprieties.</li>\n</ul>\n<h4>3.0.9 – 2017-09-07</h4>\n<ul>\n<li>Improved JSON-LD scheme.</li>\n<li>Fix for image lightbox link.</li>\n<li>FIx for json-ld description when html tags are present.</li>\n<li>Fix for widget layout margin when image is used.</li>\n<li>Improvements compatibility with various themes.</li>\n</ul>\n<h4>3.0.8 – 2017-09-01</h4>\n<ul>\n<li>Fix for out of memory errors.</li>\n<li>Fix for options saving when there is no value for each option.</li>\n<li>Fix for compatibility with Bookrev.</li>\n<li>Fix for rich snippet reviewer author.</li>\n</ul>\n<h4>3.0.7 – 2017-08-29</h4>\n<ul>\n<li>Fixed empty links for reviews.</li>\n<li>Fixed widget and reviews query.</li>\n</ul>\n<h4>3.0.6 – 2017-08-29</h4>\n<ul>\n<li>Fix for category name matching when filtering reviews.</li>\n<li>Fix for is_active error on null object.</li>\n</ul>\n<h4>3.0.5 – 2017-08-26</h4>\n<ul>\n<li>Fix for review links opening issue.</li>\n<li>Fix for comments legacy import.</li>\n</ul>\n<h4>3.0.4 – 2017-08-25</h4>\n<ul>\n<li>Fix for rich snippets schema.</li>\n<li>Fix post update white screen of death.</li>\n<li>Fix for thumbnails in widgets.</li>\n<li>Fix for duplicate title for widgets list.</li>\n<li>Fix for link of the review in the widgets.</li>\n<li>Fix for click link behavior on review picture.</li>\n<li>Fix widget titles default values. </li>\n<li>Fix review rating when comments influence is on.</li>\n<li>Improved security.</li>\n</ul>\n<h4>3.0.3 – 2017-08-24</h4>\n<ul>\n<li>Fixed widget assets loading error.</li>\n</ul>\n<h4>3.0.2 – 2017-08-24</h4>\n<ul>\n<li>Fixed fatal error with is_active method.</li>\n<li>Fixed query reviews class.</li>\n<li>Fixed widget assets loading when there is no review on the page.</li>\n</ul>\n<h4>3.0.1 – 2017-08-23</h4>\n<ul>\n<li>Fixed backwards compatibility when using cwppos_show_review.</li>\n<li>Fixed undefined index error in widgets.</li>\n</ul>\n<h4>3.0.0 – 2017-08-23</h4>\n<ul>\n<li>Major code refactor ( Please test before update ) </li>\n<li>Added JSON-LD support</li>\n<li>Improved compatibility with themes</li>\n</ul>\n<p><strong>New in 2.9.8</strong></p>\n<ul>\n<li>Added more features page</li>\n</ul>\n<p><strong>New in 2.9.6</strong></p>\n<ul>\n<li>Fixed undefined notices</li>\n<li>Fixed sanitization issues</li>\n</ul>\n<p><strong>New in 2.9.5</strong></p>\n<ul>\n<li>Added amazon integration support</li>\n<li>Fixed some design issue with review</li>\n</ul>\n<p><strong>New in 2.9.3</strong></p>\n<ul>\n<li>Added dashes for pro/cons list</li>\n<li>Added filters for nofollow links in widgets area</li>\n</ul>\n<p><strong>New in 2.9.2</strong></p>\n<ul>\n<li>Fixed shortcode compatibility with pro version</li>\n</ul>\n<p><strong>New in 2.9.1</strong></p>\n<ul>\n<li>Fixed undefined notice on plugin activation</li>\n<li>Removed review buttons on links when the values are empty for widgets</li>\n</ul>\n<p><strong>New in 2.9.0</strong></p>\n<ul>\n<li>Added shortcode support on all review fields</li>\n<li>Removed addons page</li>\n</ul>\n<p><strong>New in 2.8.7</strong></p>\n<ul>\n<li>Fixed img tag closing tag issue</li>\n<li>Fixed rich snippet problem when comment influence is off</li>\n</ul>\n<p><strong>New in 2.8.6</strong></p>\n<ul>\n<li>Added compatibility with new pro addons</li>\n<li>Fixed layout issues with the review</li>\n<li>Fixed responsiveness bugs</li>\n</ul>\n<p><strong>New in 2.8.1</strong></p>\n<ul>\n<li>Added different style for widgets</li>\n<li>Fixed some layout bugs for widgets</li>\n</ul>\n<p><strong>New in 2.8.0</strong></p>\n<ul>\n<li>Added a filter for price issues</li>\n</ul>\n<p><strong>New in 2.7.9</strong></p>\n<ul>\n<li>Added support for amazon import in the pro version</li>\n</ul>\n<p><strong>New in 2.7.8</strong></p>\n<ul>\n<li>Fixed price issues when . is present</li>\n</ul>\n<p><strong>New in 2.7.7</strong></p>\n<ul>\n<li>Re-worked rich snippets (Added main Thing Object as Product, added Offers and improved review / aggregateRating)</li>\n</ul>\n<p><strong>New in 2.7.6</strong></p>\n<ul>\n<li>Fixed empty inputs on comments and saving of non-reviews post metas</li>\n<li>Fixed circles widget issue</li>\n</ul>\n<p><strong>New in 2.7.5</strong></p>\n<ul>\n<li>Fixed WP_query issue in the wp backed</li>\n<li>Added a minium content_width, since some themes set this wrong</li>\n<li>Fixed responsive issues when content_width is set</li>\n<li>Fixed circles widget issue</li>\n</ul>\n<p><strong>New in 2.7.3</strong></p>\n<ul>\n<li>Improved layout based on $content_width so make sure this is set correctly</li>\n<li>Improved some settings description</li>\n<li>Fixed lightbox image logic</li>\n<li>Open image affiliate link in new tab</li>\n<li>Fixed various issues with comment sliders</li>\n<li>Pre-fill features from the latest edited post in the same category</li>\n<li>Pre-fill image settings and aff_button text from latest edited post in the same category</li>\n<li>Optimize the space on post review metaboxes</li>\n</ul>\n<p><strong>New in 2.7.2</strong></p>\n<ul>\n<li>Fixed design issues in comments slider</li>\n<li>Fixed enque of media files when review is not available</li>\n<li>Fixed alt tags for images in the widgets</li>\n</ul>\n<p><strong>New in 2.7.1</strong></p>\n<ul>\n<li>Fixed some design issues.</li>\n<li>Fixed rating problem on some instalation when display the numerator greater than denominator</li>\n<li>Added wppr_review_image_size for filter the image size;</li>\n</ul>\n<p><strong>New in 2.7</strong></p>\n<ul>\n<li>Fixed responsive design bugs.</li>\n<li>Fixed border color and width customization for the review box</li>\n</ul>\n<p><strong>New in 2.6.9</strong></p>\n<ul>\n<li>Improved design of the featured image</li>\n<li>Added filters heading tags for review name, option name, pros headings and cons headings.</li>\n</ul>\n<p><strong>New in 2.6.8</strong></p>\n<ul>\n<li>Improved responsive design of the review</li>\n</ul>\n<p><strong>New in 2.6.7</strong></p>\n<ul>\n<li>Fixed issue with rating value when visitator influence is off</li>\n<li>Fixed issue with auto optimization plugins</li>\n</ul>\n<p><strong>New in v.2.6.6</strong></p>\n<ul>\n<li>Added option to remove loading of Font Awesome for websites that already enque it.</li>\n<li>Fixed microtags when is 0% visitator influence.</li>\n<li>Fixed multiple display of review where <!--nextpage--> quick tag is used.</li>\n</ul>\n<p><strong>New in v.2.6.4</strong></p>\n<ul>\n<li>Fixed layout problem with widgets on some themes</li>\n<li>Added new image size for widgets ‘wppr_widget_image’ for 50×50. ( Requires thumbnail regeneration to use it )</li>\n</ul>\n<p><strong>New in v.2.6.3</strong></p>\n<ul>\n<li>Fixed custom icons bug</li>\n<li>Fixed sorting order to top products widget</li>\n<li>Added 100% influence on visitators rating</li>\n<li>Added rel=”nofollow” for img link</li>\n<li>Fixed bug for password protected reviews.</li>\n<li>Fixed long text for product titles in widgets</li>\n<li>Removed unecessary css</li>\n</ul>\n<p><strong>New in v.2.6.2</strong></p>\n<ul>\n<li>Added thumbnails for reviews</li>\n<li>Fixed bug when no image is set for reviews</li>\n<li>Fixed reset button for product options</li>\n<li>Added option to disable lightbox for review image</li>\n</ul>\n<p><strong>New in v.2.6.1</strong></p>\n<ul>\n<li>Fixed rich snippet bug</li>\n<li>Fixed loading of the assets files where the plugin is not used</li>\n</ul>\n<p><strong>New in v2.5.2</strong></p>\n<ul>\n<li>Added multiple addons including ranking chart</li>\n<li>Fixed image in post issue</li>\n<li>\n<p>Improved preloader logic</p>\n</li>\n<li>\n<p>Fixed issue with more than 5 options</p>\n</li>\n<li>Added ability to modify the chart color</li>\n</ul>\n<p><strong>New in v2.4.7</strong></p>\n<ul>\n<li>Fixed issue with more than 5 options</li>\n<li>Added ability to modify the chart color</li>\n</ul>\n<p><strong>New in v2.4.5</strong></p>\n<ul>\n<li>Fixed the image affiliate link issue</li>\n<li>Improved responsive for the review box</li>\n<li>Now you can place the review box manually using php or shortcode</li>\n</ul>\n<p><strong>New in v2.4.3</strong></p>\n<ul>\n<li>Added multiple options/ pros/ cons</li>\n<li>Fixed rich snippet issue</li>\n<li>Improved image linking</li>\n<li>Removed sticky posts</li>\n<li>Fixed Aff button2 link/text</li>\n<li>Fixed js errors</li>\n</ul>\n<p><strong>New in v2.4.2</strong></p>\n<ul>\n<li>Fixed latest widget issue</li>\n<li>\n<p>Added possibility of having 2 affiliate buttons</p>\n</li>\n<li>\n<p>Fixed js errors</p>\n</li>\n</ul>\n<p><strong>New in v2.4.1</strong></p>\n<ul>\n<li>Fixed division by zero</li>\n</ul>\n<p><strong>New in v2.4</strong></p>\n<ul>\n<li>Added image and product title options in widget</li>\n<li>Added lightbox on product review image, that preload image from the featured image</li>\n<li>User is now able to select in admin how much user reviews will influence the main rating</li>\n<li>Added [P_REVIEW post_id=3067 visual=”yes”] shortcode in the PRO version, without visual attribute only the rating is displayed</li>\n</ul>\n<p><strong>New in v2.3</strong></p>\n<ul>\n<li>Fixed js errors</li>\n</ul>\n<p><strong>New in v2.29</strong></p>\n<ul>\n<li>Fixed upgrade to pro issue</li>\n</ul>\n<p><strong>New in v2.28</strong></p>\n<ul>\n<li>Fixed translation issues</li>\n<li>Added custom icons</li>\n<li>Added price attribute</li>\n</ul>\n";s:11:"screenshots";s:1201:"<ol><li><a href="https://ps.w.org/wp-product-review/assets/screenshot-1.png?rev=1718293"><img src="https://ps.w.org/wp-product-review/assets/screenshot-1.png?rev=1718293" alt="Screenshot 1 Wrap-up review widget that is added at the end of the posts"></a><p>Screenshot 1 Wrap-up review widget that is added at the end of the posts</p></li><li><a href="https://ps.w.org/wp-product-review/assets/screenshot-2.png?rev=1718293"><img src="https://ps.w.org/wp-product-review/assets/screenshot-2.png?rev=1718293" alt="Screenshot 2 User Review Options added to wp comments"></a><p>Screenshot 2 User Review Options added to wp comments</p></li><li><a href="https://ps.w.org/wp-product-review/assets/screenshot-3.png?rev=1718293"><img src="https://ps.w.org/wp-product-review/assets/screenshot-3.png?rev=1718293" alt="Screenshot 3 Fully configurable theme options"></a><p>Screenshot 3 Fully configurable theme options</p></li><li><a href="https://ps.w.org/wp-product-review/assets/screenshot-4.png?rev=1718293"><img src="https://ps.w.org/wp-product-review/assets/screenshot-4.png?rev=1718293" alt="Screenshot 4 Rich Snippets displayed in Google"></a><p>Screenshot 4 Rich Snippets displayed in Google</p></li></ol>";}s:17:"short_description";s:121:"Convierte fácilmente las entradas en reseñas completas con calificaciones, pros y contras, enlaces de afiliado,…";s:13:"download_link";s:60:"https://downloads.wordpress.org/plugin/wp-product-review.zip";s:11:"screenshots";a:4:{i:1;a:2:{s:3:"src";s:70:"https://ps.w.org/wp-product-review/assets/screenshot-1.png?rev=1718293";s:7:"caption";s:72:"Screenshot 1 Wrap-up review widget that is added at the end of the posts";}i:2;a:2:{s:3:"src";s:70:"https://ps.w.org/wp-product-review/assets/screenshot-2.png?rev=1718293";s:7:"caption";s:53:"Screenshot 2 User Review Options added to wp comments";}i:3;a:2:{s:3:"src";s:70:"https://ps.w.org/wp-product-review/assets/screenshot-3.png?rev=1718293";s:7:"caption";s:45:"Screenshot 3 Fully configurable theme options";}i:4;a:2:{s:3:"src";s:70:"https://ps.w.org/wp-product-review/assets/screenshot-4.png?rev=1718293";s:7:"caption";s:46:"Screenshot 4 Rich Snippets displayed in Google";}}s:8:"versions";a:39:{s:3:"1.1";s:64:"https://downloads.wordpress.org/plugin/wp-product-review.1.1.zip";s:5:"2.2.4";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.2.4.zip";s:5:"2.2.7";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.2.7.zip";s:5:"2.4.7";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.4.7.zip";s:5:"2.6.9";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.6.9.zip";s:5:"2.7.2";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.7.2.zip";s:5:"2.8.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.8.0.zip";s:5:"2.8.1";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.8.1.zip";s:5:"2.8.7";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.8.7.zip";s:5:"2.9.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.0.zip";s:5:"2.9.1";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.1.zip";s:5:"2.9.2";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.2.zip";s:5:"2.9.3";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.3.zip";s:5:"2.9.5";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.5.zip";s:5:"2.9.6";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.6.zip";s:5:"2.9.7";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.7.zip";s:5:"2.9.8";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.2.9.8.zip";s:5:"3.0.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.0.zip";s:5:"3.0.1";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.1.zip";s:6:"3.0.10";s:67:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.10.zip";s:6:"3.0.11";s:67:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.11.zip";s:6:"3.0.12";s:67:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.12.zip";s:5:"3.0.2";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.2.zip";s:5:"3.0.3";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.3.zip";s:5:"3.0.4";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.4.zip";s:5:"3.0.5";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.5.zip";s:5:"3.0.6";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.6.zip";s:5:"3.0.7";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.7.zip";s:5:"3.0.8";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.8.zip";s:5:"3.0.9";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.0.9.zip";s:5:"3.1.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.1.0.zip";s:5:"3.2.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.2.0.zip";s:5:"3.2.1";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.2.1.zip";s:5:"3.3.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.3.0.zip";s:5:"3.3.1";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.3.1.zip";s:5:"3.3.2";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.3.2.zip";s:5:"3.4.0";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.4.0.zip";s:5:"3.4.1";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.4.1.zip";s:5:"3.4.2";s:66:"https://downloads.wordpress.org/plugin/wp-product-review.3.4.2.zip";}s:5:"icons";a:1:{s:2:"1x";s:70:"https://ps.w.org/wp-product-review/assets/icon-128x128.jpg?rev=1718285";}s:12:"contributors";a:0:{}}', 'no'),
(289, '_transient_timeout_ti_about_plugin_info_intergeo-maps', '1519589537', 'no'),
(290, '_transient_ti_about_plugin_info_intergeo-maps', 'O:8:"stdClass":18:{s:4:"name";s:30:"Google Maps Plugin by Intergeo";s:4:"slug";s:13:"intergeo-maps";s:7:"version";s:5:"2.2.2";s:6:"author";s:44:"<a href="http://themeisle.com">Themeisle</a>";s:14:"author_profile";s:40:"https://profiles.wordpress.org/madpixels";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:28;i:4;i:5;i:3;i:1;i:2;i:1;i:1;i:6;}s:11:"num_ratings";i:41;s:15:"support_threads";i:1;s:24:"support_threads_resolved";i:1;s:8:"homepage";s:48:"http://themeisle.com/plugins/intergeo-maps-lite/";s:8:"sections";a:5:{s:11:"description";s:7188:"<p>The Intergeo Google Maps WordPress plugin is the best tool for handling Google Maps in your website. This simple WordPress map plugin allow users to create new custom maps by using powerful UI map builder. Created maps could be easily edited and saved with new settings. To increase the speed of creation process the plugin has ability to clone a map with all it’s settings. Finally the plugin has attractive library which allows users to browse all maps in the system and delete unnecessary maps.<br />\nWe’ve also built some fantastic <a href="http://themeisle.com/wordpress-themes/business/" rel="nofollow">business themes</a> that integrate with Intergeo Google Maps perfectly, check them out.</p>\n<p>The powerful UI builder allows users to:</p>\n<ul>\n<li>Setup initial position and zooming level of a map;</li>\n<li>Adjust controls settings and positioning; </li>\n<li>Add multiple locations</li>\n<li>WordPress location custom map </li>\n<li>Setup map color styles by using predefined color schemes or by using custom color settings;</li>\n<li>Add markers;</li>\n</ul>\n<blockquote>\n<p><strong>Time-saving features available in the FULL version:</strong></p>\n<ul>\n<li>Add overlays like rectangles, circles, polylines and polygons using the build or the drawing tools;</li>\n<li>Create directions routes from A address to B address;</li>\n<li>Integrate AdSense service into your maps and earn money by displaying ads on maps.</li>\n<li>Import/Export Markers</li>\n<li>Custom Layers</li>\n<li>Support and updates for 12 months</li>\n</ul>\n<p><strong><a href="https://themeisle.com/plugins/intergeo-maps/" rel="nofollow">Learn more about Intergeo Maps Pro version</a></strong></p>\n</blockquote>\n<h3>Create Google maps with shortcode</h3>\n<p>To create new WordPress maps you just can input simple shortcode into your post, page, text widget or taxonomy description:</p>\n<pre><code>[intergeo]Your address[/intergeo]\n</code></pre>\n<p>This shortcode will be displayed as Google Maps centered at specific address. The shortcode could be extended with custom attributes like height, width, zoom, etc. These attributes will setup special settings for a map.</p>\n<p>The following table describes all possible attributes, which users can use with shortcodes:</p>\n<p><strong>Width</strong><br />\nSets width of the map container. Accepts all valid CSS values as css width property accepts. For example, the value could be set in pixels like 500px, or in percentage like 75%. Default value is 100%.</p>\n<p><strong>Height</strong><br />\nSets width of the map container. Accepts all valid CSS values as css height property accepts. For example, the value could be set in pixels like 700px. Default value is 300px.</p>\n<p><strong>Style</strong><br />\nThis attribute allows users to set extra styles for Google map’s container element. It accepts all valid css properties and will echo it in the style attribute of the container element. Default value is empty.</p>\n<p><strong>Zoom</strong><br />\nSets the initial zoom level of the map. This attribute accepts integer value from 0 to 19, where 0 is the biggest distance and 19 is the lowest distance to the ground. The default value is 5.</p>\n<p><strong>Hook</strong><br />\nThis attribute allows users to setup their own filter, which will be used to filter settings of a map before using it to render a map. Hooks for the filter will receive one parameter which will be array of options and they have to return it modified or not.</p>\n<p>So your shortcode could looks like this one:</p>\n<pre><code>[intergeo zoom="12" width="50%" height="400px" style="border: 3px solid red; margin: 0 auto;"]Central Park, NY[/intergeo]\n</code></pre>\n<p>Check-out the <a href="http://themeisle.com/plugins/intergeo-maps-lite/" rel="nofollow">#1 free Google Maps plugin</a></p>\n<h3>Create map with UI builder</h3>\n<p>Another way to create map is to use UI builder. This is more recommended way to build a Google map as this way provides much more features and wide range of settings to customize. To create a map with UI builder, pass following steps:</p>\n<ol>\n<li>Create a new post or a page, or just edit existing one;</li>\n<li>Place the mouse cursor into the content editor, at the place you want to embed a map and click on <strong>Add Media</strong> button above editor toolbar;</li>\n<li>When media popup appears, find <strong>Intergeo Maps</strong> link in the left sidebar of popup window, click on the link;</li>\n<li>Now you have to see Intergeo UI builder which allows you to customize your map;</li>\n<li>Use all tools from right sidebar of the builder to create a map you need;</li>\n<li>After finishing maps configuration click on <strong>Insert into post</strong> button at the footer of the builder;</li>\n<li>After doing it a map has to be saved in background, popup has to be closed and new appropriate shortcode has to be inserted into the place, where your cursor was.</li>\n</ol>\n<h3>Using maps library</h3>\n<p>All maps which have been created with UI builder are stored in WordPress database. The plugin allows to browse and manage these Google maps in the maps library. To see it go to the <strong>Media</strong> » <strong>Intergeo Maps</strong> page to see all maps which have been created in your website.</p>\n<p>The library shows you maps preview as you will see it at front end pages. Here users can copy shortcode of a Google map, edit or clone maps, and delete unnecessary or deprecated maps.</p>\n<p>Also users can create a Google map from library page. To do it just click on <strong>Add New</strong> button next to the page title and UI builder popup immediately appears. The builder interacts in the same way as it does at edit posts page, except that popup doesn’t insert shortcode into somewhere, popup just save a map into database for future reuse.</p>\n<p><strong>About us:</strong></p>\n<p>We are a young team of WordPress enthusiasts who enjoy developing <a href="http://themeisle.com/wordpress-plugins/" rel="nofollow">free WordPress plugins</a> and <a href="http://themeisle.com/wordpress-themes/" rel="nofollow">themes</a> for small businesses and startups. Check them out and let us know what you think, our goal is to build fully fledged products that will solve your needs.</p>\n<p>We also love to blog at CodeinWP and help our users finding the <a href="http://www.codeinwp.com/blog/best-wordpress-shared-hosting-providers/" rel="nofollow">best hosting</a> or <a href="http://justfreethemes.com/" rel="nofollow">themes</a>.</p>\n<p><strong>More from us</strong></p>\n<ul>\n<li><a href="http://justfreethemes.com/" rel="nofollow">JustFreeThemes</a> – Find the best free WordPress Themes</li>\n<li><a href="http://www.codeinwp.com/" rel="nofollow">CodeinWP</a> – Turn your PSD file into a WordPress Theme</li>\n<li><a href="http://revive.social/" rel="nofollow">Revive.Social</a> – WordPress plugins for Social Media marketers</li>\n</ul>\n<p>Check-out the <a href="http://www.codeinwp.com/blog/intergeo-maps-plugin-review/" rel="nofollow">Intergeo review</a> and find out some of the <a href="http://www.codeinwp.com/blog/top-non-obvious-wordpress-plugins/" rel="nofollow">best WordPress plugins</a>.</p>\n";s:12:"installation";s:175:"<ol>\n<li>Upload the files to the <code>/wp-content/plugins/intergeo/</code> directory.</li>\n<li>Activa el plugin desde el menú ‘Plugins’ de WordPress.</li>\n</ol>\n";s:3:"faq";s:803:"\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload the files to the <code>/wp-content/plugins/intergeo/</code> directory.</li>\n<li>Activa el plugin desde el menú ‘Plugins’ de WordPress.</li>\n</ol>\n</p>\n<h4>How to override Google map settings</h4>\n<p>\n<p>To override Google map settings you can use your own hook. Just add <strong>hook</strong> attribute to your shortcode like this:</p>\n<pre><code>[intergeo hook="my_custom_intergeo_hook" ...]...[/intergeo]\n</code></pre>\n<p>And add a function to hook that filter:</p>\n<pre><code>add_filter( ''my_custom_intergeo_hook'', ''filter_intergeo_map_settings'' ) {\nfunction filter_intergeo_map_settings( $options ) {\n // update options\n $options[...] = ...;\n ...\n\n // return updated options\n return $options;\n}\n</code></pre>\n</p>\n\n";s:9:"changelog";s:1682:"<h4>2.2.2 – 2018-01-05</h4>\n<ul>\n<li>Improves compatibility with latest WordPress version.</li>\n<li>Sync ThemeIsle SDK.</li>\n</ul>\n<h4>2.2.1 – 2017-11-13</h4>\n<ul>\n<li>Fix minor issue with markers.</li>\n</ul>\n<h4>2.2.0 – 2017-09-25</h4>\n<ul>\n<li>Improved compatibility with the pro version.</li>\n<li>Fixed various small bugs and ui issues.</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed issue when editing maps and reached the limit.</li>\n</ul>\n<h4>2.0.0</h4>\n<ul>\n<li>Major code refactor</li>\n<li>Improved compatibility with the pro version</li>\n</ul>\n<h4>1.1.6</h4>\n<ul>\n<li>Removed freemius support</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>Fixed compatibility with old version of PHP ( < 5.2 )</li>\n<li>Fixed issue with marker text using rich editor</li>\n<li>Fixed issue with https websites which were loading content over http</li>\n</ul>\n<h4>1.1.0</h4>\n<ul>\n<li>Updated instructions for adding Google Maps Api key</li>\n<li>Added feedback mechanism</li>\n<li>Fixed conflict with Uber Menu</li>\n<li>Improved settings page</li>\n<li>Fixed issue with long and lat addresses</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Added information for map new installs</li>\n<li>Fix issue for non-admins in freemius</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>improved the usability of the builder, markers are added now in a more intuitive way.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Added uninstall feedback</li>\n<li>Added support for pro version</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Fixed issue with warning error when including some templates</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Fixed minZoom and maxZoom settings.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Fixed compatibility with WordPress 4.3 versions</li>\n</ul>\n";s:11:"screenshots";s:1047:"<ol><li><a href="https://ps.w.org/intergeo-maps/assets/screenshot-1.png?rev=805364"><img src="https://ps.w.org/intergeo-maps/assets/screenshot-1.png?rev=805364" alt=""></a></li><li><a href="https://ps.w.org/intergeo-maps/assets/screenshot-2.png?rev=805364"><img src="https://ps.w.org/intergeo-maps/assets/screenshot-2.png?rev=805364" alt=""></a></li><li><a href="https://ps.w.org/intergeo-maps/assets/screenshot-3.png?rev=805364"><img src="https://ps.w.org/intergeo-maps/assets/screenshot-3.png?rev=805364" alt=""></a></li><li><a href="https://ps.w.org/intergeo-maps/assets/screenshot-4.png?rev=805364"><img src="https://ps.w.org/intergeo-maps/assets/screenshot-4.png?rev=805364" alt=""></a></li><li><a href="https://ps.w.org/intergeo-maps/assets/screenshot-5.png?rev=805364"><img src="https://ps.w.org/intergeo-maps/assets/screenshot-5.png?rev=805364" alt=""></a></li><li><a href="https://ps.w.org/intergeo-maps/assets/screenshot-6.png?rev=805364"><img src="https://ps.w.org/intergeo-maps/assets/screenshot-6.png?rev=805364" alt=""></a></li></ol>";}s:17:"short_description";s:148:"A simple, easy and quite powerful Google Maps tool to create, manage and embed custom Google Maps & markers into your WordPress posts and pages.";s:13:"download_link";s:56:"https://downloads.wordpress.org/plugin/intergeo-maps.zip";s:11:"screenshots";a:6:{i:1;a:2:{s:3:"src";s:65:"https://ps.w.org/intergeo-maps/assets/screenshot-1.png?rev=805364";s:7:"caption";s:0:"";}i:2;a:2:{s:3:"src";s:65:"https://ps.w.org/intergeo-maps/assets/screenshot-2.png?rev=805364";s:7:"caption";s:0:"";}i:3;a:2:{s:3:"src";s:65:"https://ps.w.org/intergeo-maps/assets/screenshot-3.png?rev=805364";s:7:"caption";s:0:"";}i:4;a:2:{s:3:"src";s:65:"https://ps.w.org/intergeo-maps/assets/screenshot-4.png?rev=805364";s:7:"caption";s:0:"";}i:5;a:2:{s:3:"src";s:65:"https://ps.w.org/intergeo-maps/assets/screenshot-5.png?rev=805364";s:7:"caption";s:0:"";}i:6;a:2:{s:3:"src";s:65:"https://ps.w.org/intergeo-maps/assets/screenshot-6.png?rev=805364";s:7:"caption";s:0:"";}}s:8:"versions";a:17:{s:5:"1.0.0";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.0.0.zip";s:5:"1.0.1";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.0.1.zip";s:5:"1.0.2";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.0.2.zip";s:5:"1.0.3";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.0.3.zip";s:5:"1.0.5";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.0.5.zip";s:5:"1.0.6";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.0.6.zip";s:5:"1.1.0";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.1.0.zip";s:5:"1.1.5";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.1.5.zip";s:5:"1.1.6";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.1.1.6.zip";s:5:"2.0.0";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.0.0.zip";s:5:"2.1.0";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.1.0.zip";s:5:"2.1.1";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.1.1.zip";s:5:"2.1.2";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.1.2.zip";s:5:"2.1.3";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.1.3.zip";s:5:"2.2.0";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.2.0.zip";s:5:"2.2.1";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.2.1.zip";s:5:"2.2.2";s:62:"https://downloads.wordpress.org/plugin/intergeo-maps.2.2.2.zip";}s:5:"icons";a:1:{s:2:"1x";s:66:"https://ps.w.org/intergeo-maps/assets/icon-128x128.png?rev=1294075";}s:12:"contributors";a:0:{}}', 'no'),
(291, '_transient_timeout_ti_about_plugin_info_visualizer', '1519589538', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(292, '_transient_ti_about_plugin_info_visualizer', 'O:8:"stdClass":18:{s:4:"name";s:32:"WordPress Charts and Graphs Lite";s:4:"slug";s:10:"visualizer";s:7:"version";s:5:"3.0.5";s:6:"author";s:44:"<a href="http://themeisle.com">Themeisle</a>";s:14:"author_profile";s:40:"https://profiles.wordpress.org/madpixels";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:79;i:4;i:9;i:3;i:3;i:2;i:0;i:1;i:9;}s:11:"num_ratings";i:100;s:15:"support_threads";i:3;s:24:"support_threads_resolved";i:0;s:8:"homepage";s:64:"https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/";s:8:"sections";a:5:{s:11:"description";s:4608:"<p><a href="http://themeisle.com/plugins/visualizer-charts-and-graphs-lite/" rel="nofollow">WordPress Visualizer plugin</a> is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts & tables into your WordPress posts and pages.</p>\n<p>The plugin uses Google Visualization API to add responsive & animated charts/diagrams, which support cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. Is the best Excel to WordPress solution who let’s you insert charts to your wp site using a simple chart builder.</p>\n<blockquote>\n<p><strong>Time-saving features available in the Pro version:</strong></p>\n<ul>\n<li>Import data from other charts</li>\n<li>Easy edit the data using a live editor</li>\n<li>3 more chart types ( Combo, Timeline and Table chart )</li>\n<li>Auto synchronize with your online file.</li>\n<li>Create private charts.</li>\n<li>Allow users to edit charts.</li>\n<li>Create charts from your wordpress posts, pages,products or any other post_type.</li>\n<li>Priority email support from the developer of the plugin</li>\n<li>Support and updates for 1 year</li>\n</ul>\n<p><strong><a href="http://themeisle.com/plugins/visualizer-charts-and-graphs/" rel="nofollow">Learn more about Visualizer PRO</a></strong></p>\n</blockquote>\n<h3>9 Chart types + 3 more in the pro version</h3>\n<p>This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. It is line chart,flow chart, area chart, bar chart, column chart, pie chart, geo chart, gauge chart, candlestick chart and scatter chart. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps. The premium version can act as a interactive WordPress Table plugin, with sorting capabilities.</p>\n<h3>Flexible and customizable</h3>\n<p>Make the charts your own. Configure an extensive set of options to perfectly match the look and feel of your website. You can use Google Chart Tools with their default setting – all customization is optional and the basic setup is launch-ready. However, charts can be easily customizable in case your webpage adopts a style which is at odds with provided defaults. Every chart exposes a number of options that customize its look and feel.</p>\n<h3>HTML5/SVG</h3>\n<p>Charts are rendered using HTML5/SVG technology to provide cross-browser compatibility (including VML for older IE versions) and cross platform portability to iPhones, iPads and Android. Your users will never have to mess with extra plugins or any software. If they have a web browser, they can see your charts.</p>\n<p><em>above descriptions were partially taken from Google Visualization API site</em></p>\n<p>The plugins works perfectly with the all <a href="http://justfreethemes.com" rel="nofollow">free</a> or <a href="http://www.codeinwp.com/blog/best-wordpress-themes/" rel="nofollow">premium WordPress themes</a></p>\n<h4>See how Visualizer can integrate with your website</h4>\n<ul>\n<li><a href="https://demo.themeisle.com/visualizer/line-chart/" rel="nofollow">Create line chart </a></li>\n<li><a href="https://demo.themeisle.com/visualizer/pie-chart/" rel="nofollow">Create pie chart </a></li>\n<li><a href="https://demo.themeisle.com/visualizer/bar-chart/" rel="nofollow">Create bar chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/column-chart/" rel="nofollow">Create column chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/area-chart/" rel="nofollow">Create area chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/geo-chart/" rel="nofollow">Create geo chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/table-chart/" rel="nofollow">Create table chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/gauge-chart//" rel="nofollow">Create gauge chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/candlestick-chart/" rel="nofollow">Create candlestick chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/combo-chart/" rel="nofollow">Create combo chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/scatter-chart/" rel="nofollow">Create scatter chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/timeline-chart/" rel="nofollow">Create timeline chart</a></li>\n<li><a href="https://demo.themeisle.com/visualizer/frontend-action-links/" rel="nofollow">Chart using frontend action links</a></li>\n</ul>\n";s:12:"installation";s:177:"<ol>\n<li>Upload the files to the <code>/wp-content/plugins/visualizer/</code> directory.</li>\n<li>Activa el plugin desde el menú ‘Plugins’ de WordPress.</li>\n</ol>\n";s:3:"faq";s:4236:"\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload the files to the <code>/wp-content/plugins/visualizer/</code> directory.</li>\n<li>Activa el plugin desde el menú ‘Plugins’ de WordPress.</li>\n</ol>\n</p>\n<h4>Shortcode does not turn into graph</h4>\n<p>\n<p>Pay attention that to turn your shortcodes into graphs, your theme has to have <code><?php wp_footer(); ?></code> call at the bottom of <strong>footer.php</strong> file.</p>\n</p>\n<h4>Is there any documentation available for this plugin?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/428-visualizer-charts-and-graphs-documentation" rel="nofollow">http://docs.themeisle.com/article/428-visualizer-charts-and-graphs-documentation</a></p>\n</p>\n<h4>How to format chart series values?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/672-how-to-format-series-values" rel="nofollow">http://docs.themeisle.com/article/672-how-to-format-series-values</a></p>\n</p>\n<h4>How to create charts from your WordPress posts?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/673-how-to-create-charts-from-your-wordpress-posts" rel="nofollow">http://docs.themeisle.com/article/673-how-to-create-charts-from-your-wordpress-posts</a></p>\n</p>\n<h4>How to automatically sync charts with online files?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/674-how-to-automatically-sync-charts-with-online-files" rel="nofollow">http://docs.themeisle.com/article/674-how-to-automatically-sync-charts-with-online-files</a></p>\n</p>\n<h4>How can I create a chart?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/597-create-chart" rel="nofollow">http://docs.themeisle.com/article/597-create-chart</a></p>\n</p>\n<h4>How can I edit a chart?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/602-how-can-i-edit-a-chart" rel="nofollow">http://docs.themeisle.com/article/602-how-can-i-edit-a-chart</a></p>\n</p>\n<h4>How can I delete a chart?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/600-delete-chart" rel="nofollow">http://docs.themeisle.com/article/600-delete-chart</a></p>\n</p>\n<h4>How can I clone a chart?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/598-clone-chart" rel="nofollow">http://docs.themeisle.com/article/598-clone-chart</a></p>\n</p>\n<h4>How can I highlight a single bar?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar" rel="nofollow">http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar</a></p>\n</p>\n<h4>How can I populate chart series and data dynamically?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically" rel="nofollow">http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically</a></p>\n</p>\n<h4>How can I populate data from Google Spreadsheet?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet" rel="nofollow">http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet</a></p>\n</p>\n<h4>How can i import content from another chart?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart" rel="nofollow">http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart</a></p>\n</p>\n<h4>How to export a chart?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/608-how-to-export-a-chart" rel="nofollow">http://docs.themeisle.com/article/608-how-to-export-a-chart</a></p>\n</p>\n<h4>How can i edit the data manually?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually" rel="nofollow">http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually</a></p>\n</p>\n<h4>How to enable frontend action buttons?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/675-how-to-enable-frontend-action-buttons" rel="nofollow">http://docs.themeisle.com/article/675-how-to-enable-frontend-action-buttons</a></p>\n</p>\n<h4>How to use Google Visualization variables?</h4>\n<p>\n<p><a href="http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables" rel="nofollow">http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables</a></p>\n</p>\n\n";s:9:"changelog";s:7383:"<h4>3.0.5 – 2018-01-05</h4>\n<ul>\n<li>Fix chart rendering bug in firefox.</li>\n<li>Fix review notification.</li>\n</ul>\n<h4>3.0.4 – 2017-11-27</h4>\n<ul>\n<li>Fix for review message notification.</li>\n</ul>\n<h4>3.0.3 – 2017-11-16</h4>\n<ul>\n<li>Adds compatibility with WordPress 4.9.</li>\n</ul>\n<h4>3.0.2 – 2017-10-10</h4>\n<ul>\n<li>Fix dependency for composer dependencies.</li>\n</ul>\n<h4>3.0.1 – 2017-10-06</h4>\n<ul>\n<li>Improved compatibility with various theme and plugins.</li>\n<li>Fix for chart type selection when creation from media popup.</li>\n</ul>\n<h4>3.0.0 – 2017-09-05</h4>\n<ul>\n<li>Adds support manual configuration according to Google Visualization API.</li>\n<li>Improves compatibility with more features from the pro version.</li>\n</ul>\n<h4>2.2.0 – 2017-08-16</h4>\n<ul>\n<li>Added custom number format for pie chart.</li>\n<li>Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy)</li>\n</ul>\n<h4>2.1.9 – 2017-07-10</h4>\n<ul>\n<li>Fixed display error with hex color.</li>\n</ul>\n<h4>2.1.8 – 2017-07-03</h4>\n<ul>\n<li>Added chart title into library. </li>\n<li>Fixed SDK issues with dashboard widget.</li>\n</ul>\n<h4>2.1.7</h4>\n<ul>\n<li>Updated sdk loading logic.</li>\n</ul>\n<h4>2.1.4</h4>\n<ul>\n<li>Fixed issues with non-latin chars on CSV files to import.</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed priority issue with wp_enqueue_media</li>\n<li>Added latest version of sdk</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed charts bliking on some themes.</li>\n</ul>\n<h4>2.1.0</h4>\n<ul>\n<li>Fixed geomap issue with apikey.</li>\n<li>Fixed responsive issues on tabbed interface and page builders.</li>\n<li>Added compatibility with premium import from posts/page feature.</li>\n</ul>\n<h4>2.0.4</h4>\n<ul>\n<li>Fixed resize issue in the library page.</li>\n</ul>\n<h4>2.0.0</h4>\n<ul>\n<li>Improved design and layout to support multiple datasources.</li>\n<li>Added new integrations in the Pro version.</li>\n<li>Added opt-in for tracking.</li>\n</ul>\n<h4>1.7.6</h4>\n<ul>\n<li>Fixed issue when using the same shortcode multiple times on the same page.</li>\n</ul>\n<h4>1.7.5</h4>\n<ul>\n<li>Removed footer banner upsell</li>\n<li>Fixed series settings issue</li>\n<li>Fixed issue with comas being used in numbers</li>\n</ul>\n<h4>1.7.2</h4>\n<ul>\n<li>Improved charts responsive system</li>\n</ul>\n<h4>1.7.1</h4>\n<ul>\n<li>Fixed grid lines error links</li>\n</ul>\n<h4>1.7.0</h4>\n<ul>\n<li>Fixed responsive issues</li>\n<li>Fixed issues with zero margin values</li>\n<li>Fixed import issue</li>\n</ul>\n<h4>1.6.6</h4>\n<ul>\n<li>Fixed charts resizing on tabbed content</li>\n</ul>\n<h4>1.6.5</h4>\n<ul>\n<li>Fixed responsive issue</li>\n<li>Fixed no axis text color for line and bar charts</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Fixed security issue when importing charts</li>\n<li>Removed pointer for the pro version</li>\n<li>Fixed charts import from media library</li>\n<li>Added support to show legend on the left side</li>\n</ul>\n<h4>1.5.6</h4>\n<ul>\n<li>Added support for 3 more chart types</li>\n<li>Fixed issue with charts not saving</li>\n</ul>\n<h4>1.5.5</h4>\n<ul>\n<li>Added export for charts</li>\n<li>Enable default value for focus target. Fixed issue with hover which was not working on some machines.</li>\n</ul>\n<h4>1.5.4</h4>\n<ul>\n<li>Added free search text over graphs</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Added step2 and 3 into step 1</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Fixed bug with from web button</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Added support for live editor</li>\n<li>Added support for importing data from other charts</li>\n<li>Added filter for chart settings</li>\n<li>Fixed bug when zero was not working on the charts</li>\n</ul>\n<h4>1.4.2.3</h4>\n<ul>\n<li>Implemented ability to edit horizontal and vertical axis number format for bar and column charts</li>\n</ul>\n<h4>1.4.2.2</h4>\n<ul>\n<li>Added ability to pass a class for chart wrapper div</li>\n<li>Added proper label for custom post type</li>\n</ul>\n<h4>1.4.2.1</h4>\n<ul>\n<li>Fixed issue with download_url function which not exists at front end</li>\n<li>Added functionality which prevents direct access to the plugin folder</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Fixed remote CSV uploading issue when allow_url_fopen option is disabled in php.ini</li>\n<li>Replaced flattr image on widget and added donate link to plugin meta data</li>\n<li>Added notification message at library page when allow_url_fopen option is disabled</li>\n</ul>\n<h4>1.4.1.1</h4>\n<ul>\n<li>Removed CSV parser escape constant to prevent warnings which appears when PHP 5.2.x or less is used</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Fixed issue which prevents the plugin working on SSL backend</li>\n<li>Fixed issue with CSV file uploading in IE and other browsers</li>\n<li>Fixed issue with empty series, which appears due to leading space in a source file</li>\n<li>Added ability to define custom delimiter, enclosure and escape variables for CSV parsing</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Implemented aggregation target and selection mode options for candlestick chart</li>\n<li>Implemented focus target and data opacity for columnar chars</li>\n<li>Implemented data opacity and interpolate nulls settings for line chart</li>\n<li>Implemented ability to edit tooltip settings</li>\n<li>Implemented new settings for linear charts like selection mode and aggregation target</li>\n<li>Implemented area and point opacity settings for area chart</li>\n<li>Implemented new settings for pie chart like pie hole, start angle and slice offset</li>\n<li>Implemented ability to select a color for chart title and legend items</li>\n<li>Fixed number formatting settings for linear charts, from now it works only for axis labels</li>\n<li>Reworked general settings section by moving title and font settings into separate groups</li>\n</ul>\n<h4>1.3.0.2</h4>\n<ul>\n<li>Replaced links to github wiki</li>\n</ul>\n<h4>1.3.0.1</h4>\n<ul>\n<li>Added Flattr button</li>\n</ul>\n<h4>1.3.0</h4>\n<ul>\n<li>Implemented ability to set number and date formatters</li>\n<li>Implemented ability to select transparent background for a chart</li>\n<li>Fixed JS bugs which appear when post type editor support is disabled</li>\n<li>Fixed issue with NULL values for numeric series</li>\n<li>Fixed invalid charts rendering at “Add Media” library</li>\n<li>Fixed compatibility issue with another Google API related plugins</li>\n<li>Added “rate the plugin” box</li>\n</ul>\n<h4>1.2.0</h4>\n<ul>\n<li>Implemented minor grid lines settings.</li>\n<li>Implemented view window settings.</li>\n<li>Horizontal and vertical axes settings were split into separate groups.</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Bug with float values has been fixed.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Issue with “fseek warning” for Google Spreadsheet document source, was fixed.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Compatibility issues with WordPress version 3.6 has been fixed.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Active type tab in the charts library was fixed.</li>\n<li>Library styles were updated.</li>\n</ul>\n<h4>1.1.0</h4>\n<ul>\n<li>Auto population was added for remote CSV file source.</li>\n<li>Ability to hook chart series and data was implemented.</li>\n<li>Ability to upload CSV files from web was implemented.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>The bug with CSV file uploading was fixed.</li>\n</ul>\n<h4>1.0.0</h4>\n<ul>\n<li>The first version of what wil be the best wp charts plugin.</li>\n</ul>\n";s:11:"screenshots";s:875:"<ol><li><a href="https://ps.w.org/visualizer/assets/screenshot-1.png?rev=1273393"><img src="https://ps.w.org/visualizer/assets/screenshot-1.png?rev=1273393" alt="Chart type selection"></a><p>Chart type selection</p></li><li><a href="https://ps.w.org/visualizer/assets/screenshot-2.png?rev=1637010"><img src="https://ps.w.org/visualizer/assets/screenshot-2.png?rev=1637010" alt="Chart data uploading"></a><p>Chart data uploading</p></li><li><a href="https://ps.w.org/visualizer/assets/screenshot-3.png?rev=1637010"><img src="https://ps.w.org/visualizer/assets/screenshot-3.png?rev=1637010" alt="Chart options editing"></a><p>Chart options editing</p></li><li><a href="https://ps.w.org/visualizer/assets/screenshot-4.png?rev=1637010"><img src="https://ps.w.org/visualizer/assets/screenshot-4.png?rev=1637010" alt="Charts media library"></a><p>Charts media library</p></li></ol>";}s:17:"short_description";s:118:"A simple and quite powerful WordPress chart plugin to create and embed interactive charts & tables into your site.";s:13:"download_link";s:53:"https://downloads.wordpress.org/plugin/visualizer.zip";s:11:"screenshots";a:4:{i:1;a:2:{s:3:"src";s:63:"https://ps.w.org/visualizer/assets/screenshot-1.png?rev=1273393";s:7:"caption";s:20:"Chart type selection";}i:2;a:2:{s:3:"src";s:63:"https://ps.w.org/visualizer/assets/screenshot-2.png?rev=1637010";s:7:"caption";s:20:"Chart data uploading";}i:3;a:2:{s:3:"src";s:63:"https://ps.w.org/visualizer/assets/screenshot-3.png?rev=1637010";s:7:"caption";s:21:"Chart options editing";}i:4;a:2:{s:3:"src";s:63:"https://ps.w.org/visualizer/assets/screenshot-4.png?rev=1637010";s:7:"caption";s:20:"Charts media library";}}s:8:"versions";a:50:{s:5:"1.0.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.0.0.zip";s:5:"1.0.1";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.0.1.zip";s:5:"1.1.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.1.0.zip";s:5:"1.1.1";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.1.1.zip";s:5:"1.1.2";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.1.2.zip";s:5:"1.1.3";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.1.3.zip";s:5:"1.1.4";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.1.4.zip";s:5:"1.2.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.2.0.zip";s:5:"1.3.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.3.0.zip";s:7:"1.3.0.1";s:61:"https://downloads.wordpress.org/plugin/visualizer.1.3.0.1.zip";s:7:"1.3.0.2";s:61:"https://downloads.wordpress.org/plugin/visualizer.1.3.0.2.zip";s:3:"1.4";s:57:"https://downloads.wordpress.org/plugin/visualizer.1.4.zip";s:5:"1.4.1";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.4.1.zip";s:7:"1.4.1.1";s:61:"https://downloads.wordpress.org/plugin/visualizer.1.4.1.1.zip";s:5:"1.4.2";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.4.2.zip";s:7:"1.4.2.1";s:61:"https://downloads.wordpress.org/plugin/visualizer.1.4.2.1.zip";s:7:"1.4.2.2";s:61:"https://downloads.wordpress.org/plugin/visualizer.1.4.2.2.zip";s:7:"1.4.2.3";s:61:"https://downloads.wordpress.org/plugin/visualizer.1.4.2.3.zip";s:5:"1.5.3";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.5.3.zip";s:5:"1.5.5";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.5.5.zip";s:5:"1.5.6";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.5.6.zip";s:5:"1.6.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.6.0.zip";s:5:"1.6.5";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.6.5.zip";s:5:"1.6.6";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.6.6.zip";s:5:"1.7.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.7.0.zip";s:5:"1.7.1";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.7.1.zip";s:5:"1.7.2";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.7.2.zip";s:5:"1.7.5";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.7.5.zip";s:5:"1.7.6";s:59:"https://downloads.wordpress.org/plugin/visualizer.1.7.6.zip";s:5:"2.0.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.0.0.zip";s:5:"2.0.2";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.0.2.zip";s:5:"2.0.3";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.0.3.zip";s:5:"2.0.4";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.0.4.zip";s:5:"2.1.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.0.zip";s:5:"2.1.1";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.1.zip";s:5:"2.1.2";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.2.zip";s:5:"2.1.3";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.3.zip";s:5:"2.1.4";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.4.zip";s:5:"2.1.5";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.5.zip";s:5:"2.1.6";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.6.zip";s:5:"2.1.7";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.7.zip";s:5:"2.1.8";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.8.zip";s:5:"2.1.9";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.1.9.zip";s:5:"2.2.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.2.2.0.zip";s:5:"3.0.0";s:59:"https://downloads.wordpress.org/plugin/visualizer.3.0.0.zip";s:5:"3.0.1";s:59:"https://downloads.wordpress.org/plugin/visualizer.3.0.1.zip";s:5:"3.0.2";s:59:"https://downloads.wordpress.org/plugin/visualizer.3.0.2.zip";s:5:"3.0.3";s:59:"https://downloads.wordpress.org/plugin/visualizer.3.0.3.zip";s:5:"3.0.4";s:59:"https://downloads.wordpress.org/plugin/visualizer.3.0.4.zip";s:5:"3.0.5";s:59:"https://downloads.wordpress.org/plugin/visualizer.3.0.5.zip";}s:5:"icons";a:1:{s:2:"1x";s:63:"https://ps.w.org/visualizer/assets/icon-128x128.png?rev=1636152";}s:12:"contributors";a:0:{}}', 'no'),
(293, '_transient_timeout_ti_about_plugin_info_adblock-notify-by-bweb', '1519589539', 'no'),
(294, '_transient_ti_about_plugin_info_adblock-notify-by-bweb', 'O:8:"stdClass":18:{s:4:"name";s:22:"Ad Blocker Notify Lite";s:4:"slug";s:22:"adblock-notify-by-bweb";s:7:"version";s:5:"2.2.3";s:6:"author";s:99:"<a href="https://getadmiral.com?utm_medium=plugin&utm_campaign=abn&utm_source=abnlinks">Admiral</a>";s:14:"author_profile";s:37:"https://profiles.wordpress.org/brikou";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:40;i:4;i:3;i:3;i:4;i:2;i:2;i:1;i:10;}s:11:"num_ratings";i:59;s:15:"support_threads";i:3;s:24:"support_threads_resolved";i:0;s:8:"homepage";s:77:"https://getadmiral.com?utm_medium=plugin&utm_campaign=abn&utm_source=abnlinks";s:8:"sections";a:5:{s:11:"description";s:5064:"<blockquote>\n<p><a href="https://getadmiral.com?utm_medium=plugin&utm_campaign=abn&utm_source=abnlinks" rel="friend nofollow">Ad Blocker Notify</a> has been blacklisted by Ad Blockerer softwares but it is still working properly with the “Random selectors and files” option. Make sure to disable your Ad Blockerer to view screenshots in WordPress.org and in your admin area to view all the plugin’s options fields and the dashboard widget.</p>\n</blockquote>\n<p>Detect AdBlock and notify users. Whether you are running a personal blog or a magazine website, Ad Blocker Notify will help you block AdBlockers (eg: AdBlock Plus) and increase your ad revenue.<br />\nAd Blocker Notify is a very easy to use plugin with get around options and a lot of settings. A smart dashboard widget with counter & statistics is included!</p>\n<p><strong>Can I stop Ad Blockerer users?</strong></p>\n<p>NO! This plugin does not completly block AdBlock users, it only uses a passive approach, and it will always be that way.</p>\n<p>Note: Plugin originally developed by Brice CAPOBIANCO, b-website.com</p>\n<p>Documentation link: <a href="http://docs.themeisle.com/article/274-adblock-notify-documentation" rel="nofollow">Click Here</a></p>\n<h4>Plugin Capabilities</h4>\n<ul>\n<li>Detect AdBlock (eg AdBlock Plus)</li>\n<li>Random selectors and files name to prevent AdBlock to block the plugin</li>\n<li>Custom notification message with jQuery Popup (<a href="http://zurb.com/playground/reveal-modal-plugin" rel="nofollow">Reveal by ZURB</a>) or Javascript redirect</li>\n<li>Replace blocked ads by custom message</li>\n<li>3 available options to notify your users</li>\n<li>Help you increase your ads income with a passive approach</li>\n<li>Responsive design friendly</li>\n<li>Enqueue scripts & CSS files only when necessary</li>\n<li>Fully integrated in your theme design</li>\n<li>User Friendly</li>\n<li>Many design options & custom CSS available</li>\n<li>Smooth admin panel for an easy and fast setup (thanks to <a href="http://www.titanframework.net/" rel="nofollow">Titan Framework</a>)</li>\n<li>Statistics on you WordPress Dashboard with <a href="http://www.chartjs.org/" rel="nofollow">chart.js</a></li>\n<li>Follow WordPress best practices</li>\n<li>Support for all kind of ads, included asynchronous</li>\n<li>Support Images and shortcodes (eg: <a href="https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outside/" rel="nofollow">PayPal button</a>)</li>\n<li>Use cookie for a better user UI</li>\n<li>Cross browser detection</li>\n<li>Remove settings from database on plugin uninstall</li>\n<li>Admin pages translatable (EN & FR are currently available)</li>\n</ul>\n<p><strong>Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!</strong></p>\n<h4>Notice</h4>\n<ul>\n<li><strong>Don’t forget to recreate the selectors after each plugin update if you use the random selectors option</strong></li>\n<li>Your “/uploads” directory needs to be CHMOD to 0755 (Don’t worry, it is the default CHMOD)</li>\n<li>May not work properly with all caching system (depend on parameters, CDN)</li>\n<li>Should works with SSL certificate (https), but not tryed (need feedback!)</li>\n</ul>\n<h4>How to use it</h4>\n<p>You can notify users with an activated AdBlock software by one of THREE ways !</p>\n<ul>\n<li>A pretty cool and lightweight Modal Box with a custom content : <strong>the COMPLIANT solution</strong></li>\n<li>A simple redirection to the page of your choice : <strong>the AGRESSIVE solution</strong></li>\n<li>A custom alternative message where your hidden ads would normally appear : <strong>the TRANSPARENT solution</strong></li>\n</ul>\n<h4>WordPress requirement</h4>\n<ul>\n<li>WordPress 3.7+ (not tested on above versions, but may works)</li>\n</ul>\n<p>For updates follow https://twitter.com/themeisle If you have anything you can let us know <a href="https://getadmiral.com?utm_medium=plugin&utm_campaign=abn&utm_source=abnlinks" rel="nofollow">here</a>.</p>\n<p>** Useful Resources **</p>\n<ul>\n<li>Check-out our <a href="http://docs.themeisle.com" rel="friend nofollow">tutorials site</a></li>\n<li>Take a look at our other <a href="https://getadmiral.com?utm_medium=plugin&utm_campaign=abn&utm_source=abnlinks" rel="friend nofollow">features</a>.</li>\n<li>Find out what is the <a href="http://www.codeinwp.com/blog/" rel="friend nofollow">best WordPress hosting</a> (real research ).</li>\n</ul>\n<h4>Supported languages</h4>\n<ul>\n<li>English [en_US]</li>\n<li>French [fr_FR]</li>\n<li>Serbian [sr_RS] – Thanks to Ogi Djuraskovic – <a href="http://firstsiteguide.com" title="firstsiteguide.com" rel="nofollow">firstsiteguide.com</a></li>\n<li>Russian [ru_Ru] – Thanks to Ivanka from <a href="http://www.coupofy.com/" title="Coupofy" rel="nofollow">Coupofy</a></li>\n<li>Chinese [zh_CN] – Thanks to <a href="http://www.wpdaxue.com" title="Changmeng Hu" rel="nofollow">Changmeng Hu</a></li>\n</ul>\n<p>Become a translator and send us your translation!</p>\n";s:12:"installation";s:217:"<ol>\n<li>Upload and activate the plugin (or install it through the WP admin console)</li>\n<li>Click on the “Ad Blocker Notify” menu</li>\n<li>Follow instructions, every option is documented 😉</li>\n</ol>\n";s:3:"faq";s:1194:"\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload and activate the plugin (or install it through the WP admin console)</li>\n<li>Click on the “Ad Blocker Notify” menu</li>\n<li>Follow instructions, every option is documented 😉</li>\n</ol>\n</p>\n<h4>Can I stop Ad Blockerer users?</h4>\n<p>\n<p>NO! This plugin does not completly block Ad Blockerer users, it only uses a passive approach, and it will always be that way.</p>\n</p>\n<h4>Is it working with Google Adsense Ads?</h4>\n<p>\n<p>Yes, and probably with all kinf of content hidden by an Ad Blockerer software.</p>\n</p>\n<h4>Is it compatible with caching systeme</h4>\n<p>\n<p>Yes it is. Depend on parameters…</p>\n</p>\n<h4>The plugin is activated and setting up, but nothing append.</h4>\n<p>\n<p>First check if the “Random selectors and files” option is checked.<br />\nThen purge all cache and rebuild your minify, then check again.<br />\nYou can also try to open a new private tab to have a new “clean” test environment.<br />\nIf you don’t have any caching/minify plugin, it is mostly due to your theme which does not contain the required wp_footer() function in the footer.php file.</p>\n</p>\n\n";s:9:"changelog";s:7046:"<h4>2.2.0</h4>\n<ul>\n<li>Removed AdBlock name due to copyright notice.</li>\n<li>Added new deployment stack.</li>\n</ul>\n<h4>2.1.0</h4>\n<ul>\n<li>Fixed reset stats issue.</li>\n<li>Removed old menu icon.</li>\n<li>Removed dashboard widget showing non-admins.</li>\n<li>Added testimonials from plugin users.</li>\n</ul>\n<h4>2.0.12</h4>\n<ul>\n<li>Fixed issue with modal showing on the footer</li>\n</ul>\n<h4>2.0.11</h4>\n<ul>\n<li>Fixed upgrade issue which was recreating js and css files</li>\n<li>Fixed issue with modal options on https websites</li>\n</ul>\n<h4>2.0.10</h4>\n<ul>\n<li>Fixed issues with admin settings design</li>\n</ul>\n<h4>2.0.9</h4>\n<ul>\n<li>Fixed issue with popup at the end of the page</li>\n</ul>\n<h4>2.0.8</h4>\n<ul>\n<li>Added freemius support</li>\n<li>Fixed notification issues</li>\n</ul>\n<h4>2.0.6</h4>\n<ul>\n<li>Fixed modal position issues.</li>\n<li>Fixed cookies upgrade routines</li>\n</ul>\n<h4>2.0.4</h4>\n<ul>\n<li>Fixed style issue for dashboard widgets</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Fixed issue with widget not showing in admin</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Added tweak for Ad Blocker in admin area</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Fixed comptibility issues for users on upgrade</li>\n</ul>\n<h4>2.0.0</h4>\n<ul>\n<li>Tested on WP 4.6.1 with success!</li>\n<li>Added compatibility with pro plugin</li>\n<li>Added support for popup templates inside the theme used</li>\n</ul>\n<h4>1.9</h4>\n<ul>\n<li>Tested on WP 4.5 with success!</li>\n<li>The temp folder has now a randomly generated name since Ad Blocker softwares just blacklisted it.</li>\n<li>themeisle added as plugin author</li>\n</ul>\n<h4>1.8.3</h4>\n<ul>\n<li>Fix a warning with PHP 7</li>\n<li>Tested on WP 4.4.2 with success!</li>\n</ul>\n<h4>1.8.2</h4>\n<ul>\n<li>Fix a PHP warning in the Ad Blocker-notify-functions.php on COOKIES</li>\n</ul>\n<h4>1.8.1</h4>\n<ul>\n<li>Simplified Chinese translation by <a href="http://www.wpdaxue.com" title="Changmeng Hu" rel="nofollow">Changmeng Hu</a></li>\n<li>readme.txt update</li>\n</ul>\n<h4>1.8</h4>\n<ul>\n<li>Titan Framework update (1.9.2)</li>\n<li>Set “Use random selectors and files” checked by default</li>\n<li>Add the ability to specify the advert selector to improve detection.</li>\n<li>Now support/detect Firefox 42 with the privacy protection enable</li>\n<li>Now support/detect Ghostery</li>\n<li>New option to hide the x close button of the modal box</li>\n<li>French translation updated</li>\n</ul>\n<h4>1.7.3</h4>\n<ul>\n<li>Titan Framework update (1.8.1)</li>\n<li>Fix a PHP error on mobile device</li>\n</ul>\n<h4>1.7.2</h4>\n<ul>\n<li>Tested on WP 4.3 with success!</li>\n</ul>\n<h4>1.7.1</h4>\n<ul>\n<li>Russian translation by Ivanka from <a href="http://www.coupofy.com/" title="Coupofy" rel="nofollow">Coupofy</a></li>\n<li>Titan Framework update (1.7.6)</li>\n</ul>\n<h4>1.7</h4>\n<ul>\n<li>Titan Framework update (1.7.5)</li>\n<li>Tested on WP 4.2 with success!</li>\n<li>readme.txt update</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix a PHP warning in the dashboard widget</li>\n<li>Smoother design integration in the dashboard widget</li>\n<li>readme.txt update</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>Disable fuckAd Blocker.js because of to many bug repports</li>\n<li>Improve the way cookies are registered</li>\n<li>readme.txt update</li>\n</ul>\n<h4>1.6</h4>\n<ul>\n<li>Remove the too simple detection by blocking file</li>\n<li>Add the cool fuckAd Blocker.js detection script</li>\n<li>Stronger Ad Blockerer detection</li>\n<li>readme.txt update</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Fix major issue after regarding JS detection (previous file name has been whitlisted)</li>\n<li>Better js detection</li>\n<li>Serbian translation by Ogi Djuraskovic – <a href="http://firstsiteguide.com" title="firstsiteguide.com" rel="nofollow">firstsiteguide.com</a></li>\n<li>readme.txt update</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Minor security improvements</li>\n<li>Titan Framework update (1.7.3)</li>\n<li>Chart.js library update</li>\n<li>Better responsiv support on dashboard charts</li>\n<li>Added charts data on hover</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>Fix minor PHP warnings</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Footer space CSS fix</li>\n<li>Minor PHP improvements</li>\n<li>Remove unncessary plugin meta</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Minor CSS fix</li>\n<li>Minor PHP fix</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Minor PHP fix</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Minor PHP fixes and improvements</li>\n<li>Improve scripts & styles enqueuing</li>\n<li>Fixed logo in dashboard option menu</li>\n<li>HTTPs issue remain an issue…</li>\n<li>readme.txt update</li>\n<li>Tested on WP 4.1 with success!</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Fix plugin enqueing on activation</li>\n<li>Fix scripts enqueing when an-path is not defined</li>\n<li>Fix HTTPs issue</li>\n<li>Fix modal z-index issue on some site</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Minor performance improvements</li>\n<li>MU activation fix</li>\n<li>Fix header already send warning</li>\n<li>Fix PHP issue on plugin remove</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Major PHP improvements and fixes</li>\n<li>Minor JS fixes</li>\n<li>Better performance (less db requests)</li>\n<li>Save settings will update temp files content but not name and selectors</li>\n<li>New svg logo</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Php fix for AJAX var</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Php fix for CSS enqueing</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Php fix for CSS enqueing</li>\n<li>Remove unnecessary files</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>JS fix</li>\n<li>Better theme compatibility (no more using the_content as filter)</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>PHP fix and improvements</li>\n<li>New option panel organisation</li>\n<li>allow_url_fopen fallback to CURL</li>\n<li>DB requests imrprovements</li>\n<li>Fix header already send warning</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>PHP fix</li>\n<li>New option to activated beta features (random selectors)</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Better performance: database requests widely reduced for stats counter</li>\n<li>Improve JS script for better performance</li>\n<li>CSS selectors and file names are randomly created and stored in the upload/an-temp dir.</li>\n<li>Fallback if scripts can not be stored into the upload dit. (print in page)</li>\n<li>Major PHP improvements & fix</li>\n<li>Major JS fix (ajax+checking methode)</li>\n<li>Dashboard widget improvements + tooltip</li>\n<li>TitanFramework option improvements</li>\n<li>Plugin meta added</li>\n<li>New strings + french translation</li>\n<li>Update readme.txt</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>New option to enable or disable statistics+widget</li>\n<li>Minor PHP improvements & fix</li>\n<li>Minor JS fix (cookie)</li>\n<li>Update readme.txt</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>First release</li>\n<li>Minor PHP improvements</li>\n<li>Update readme.txt</li>\n</ul>\n<h4>0.2</h4>\n<ul>\n<li>Admin page style enhancement.</li>\n<li>Change the way Titan Framework is embeded</li>\n<li>Translatable ready (add French translation)</li>\n<li>Improve widget counter function</li>\n<li>Some minore php fixing.</li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>First stable version.</li>\n</ul>\n";s:11:"screenshots";s:761:"<ol><li><a href="https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-1.jpg?rev=1014863"><img src="https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-1.jpg?rev=1014863" alt="Modal box notification"></a><p>Modal box notification</p></li><li><a href="https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-2.jpg?rev=1068075"><img src="https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-2.jpg?rev=1068075" alt="Plugin admin page"></a><p>Plugin admin page</p></li><li><a href="https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-3.jpg?rev=1068075"><img src="https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-3.jpg?rev=1068075" alt="Statistics on the WordPress Dashboard"></a><p>Statistics on the WordPress Dashboard</p></li></ol>";}s:17:"short_description";s:91:"Detect Ad Blocker and nofity users. Simple plugin with get around options and a lot…";s:13:"download_link";s:65:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.zip";s:11:"screenshots";a:3:{i:1;a:2:{s:3:"src";s:75:"https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-1.jpg?rev=1014863";s:7:"caption";s:22:"Modal box notification";}i:2;a:2:{s:3:"src";s:75:"https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-2.jpg?rev=1068075";s:7:"caption";s:17:"Plugin admin page";}i:3;a:2:{s:3:"src";s:75:"https://ps.w.org/adblock-notify-by-bweb/assets/screenshot-3.jpg?rev=1068075";s:7:"caption";s:37:"Statistics on the WordPress Dashboard";}}s:8:"versions";a:49:{s:3:"0.1";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.0.1.zip";s:3:"0.2";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.0.2.zip";s:3:"1.0";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.0.zip";s:3:"1.2";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.zip";s:5:"1.2.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.1.zip";s:5:"1.2.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.2.zip";s:5:"1.2.3";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.3.zip";s:5:"1.2.4";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.4.zip";s:5:"1.2.5";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.5.zip";s:5:"1.2.6";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.2.6.zip";s:3:"1.3";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.3.zip";s:5:"1.3.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.3.1.zip";s:5:"1.3.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.3.2.zip";s:3:"1.4";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.4.zip";s:5:"1.4.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.4.1.zip";s:5:"1.4.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.4.2.zip";s:5:"1.4.3";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.4.3.zip";s:5:"1.4.4";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.4.4.zip";s:5:"1.4.5";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.4.5.zip";s:3:"1.5";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.5.zip";s:3:"1.6";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.6.zip";s:5:"1.6.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.6.1.zip";s:5:"1.6.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.6.2.zip";s:3:"1.7";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.7.zip";s:5:"1.7.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.7.1.zip";s:5:"1.7.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.7.2.zip";s:5:"1.7.3";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.7.3.zip";s:3:"1.8";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.8.zip";s:5:"1.8.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.8.1.zip";s:5:"1.8.3";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.8.3.zip";s:3:"1.9";s:69:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.1.9.zip";s:5:"2.0.0";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.0.zip";s:5:"2.0.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.1.zip";s:6:"2.0.10";s:72:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.10.zip";s:6:"2.0.11";s:72:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.11.zip";s:6:"2.0.12";s:72:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.12.zip";s:5:"2.0.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.2.zip";s:5:"2.0.3";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.3.zip";s:5:"2.0.4";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.4.zip";s:5:"2.0.5";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.5.zip";s:5:"2.0.6";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.6.zip";s:5:"2.0.7";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.7.zip";s:5:"2.0.8";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.8.zip";s:5:"2.0.9";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.0.9.zip";s:5:"2.1.0";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.1.0.zip";s:5:"2.2.0";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.2.0.zip";s:5:"2.2.1";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.2.1.zip";s:5:"2.2.2";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.2.2.zip";s:5:"2.2.3";s:71:"https://downloads.wordpress.org/plugin/adblock-notify-by-bweb.2.2.3.zip";}s:5:"icons";a:2:{s:2:"1x";s:67:"https://ps.w.org/adblock-notify-by-bweb/assets/icon.svg?rev=1014863";s:3:"svg";s:67:"https://ps.w.org/adblock-notify-by-bweb/assets/icon.svg?rev=1014863";}s:12:"contributors";a:0:{}}', 'no'),
(295, '_transient_timeout_ti_about_plugin_info_nivo-slider-lite', '1519589539', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296, '_transient_ti_about_plugin_info_nivo-slider-lite', 'O:8:"stdClass":18:{s:4:"name";s:56:"Slider by Nivo – Responsive WordPress Image Slider";s:4:"slug";s:16:"nivo-slider-lite";s:7:"version";s:5:"2.1.1";s:6:"author";s:46:"<a href="https://themeisle.com/">ThemeIsle</a>";s:14:"author_profile";s:42:"https://profiles.wordpress.org/dev7studios";s:12:"requires_php";b:0;s:7:"ratings";a:5:{i:5;i:18;i:4;i:1;i:3;i:0;i:2;i:1;i:1;i:2;}s:11:"num_ratings";i:22;s:15:"support_threads";i:0;s:24:"support_threads_resolved";i:0;s:8:"homepage";s:46:"https://themeisle.com/plugins/nivo-slider-lite";s:8:"sections";a:5:{s:11:"description";s:2670:"<p>The Nivo Slider is the worlds most popular jquery image slider plugin, downloaded over <strong>3,000,000</strong> times since it’s inception. This<br />\nis the “Lite” version of the official <a href="https://themeisle.com/plugins/nivo-slider?utm_source=wordpress.org&utm_medium=web&utm_content=description_link&utm_campaign=nivoslider_lite_plugin" rel="nofollow">Nivo Slider WordPress plugin</a><br />\nwhich comes with email support and more features.</p>\n<p>The plugin let’s you easily create a post slider, an image carousel or a slideshow, right from your dashboard, without settings that you don’t need. Can act as a homepage slider as well and it works great with our <a href="https://themeisle.com/wordpress-themes/free/" rel="nofollow">WordPress themes</a>.</p>\n<p>Why Choose Nivo Slider?<br />\nNivo Slider is the best choice for a WordPress slider plugin because it is fast, intuitive and super easy to use. Is not the most feature-rich plugin on the market (like revolution slider or layer slider), but if you need just a responsive content slider that works, check it out!</p>\n<p><strong>Get more awesome features by upgrading to the full plugin:</strong></p>\n<ul>\n<li>Create sliders from <strong>Galleries, Categories and Sticky Posts</strong></li>\n<li>More custom <strong>themes</strong></li>\n<li>Build carousels.</li>\n<li>Upcoming lightboxes support.</li>\n<li>Automatic updates.</li>\n<li>Priority support.</li>\n</ul>\n<p><strong><a href="https://themeisle.com/plugins/nivo-slider?utm_source=wordpress.org&utm_medium=web&utm_content=purchase_link&utm_campaign=nivoslider_lite_plugin" rel="nofollow">Click here to purchase the full plugin</a></strong></p>\n<h4>See how Nivo can integrate with your website</h4>\n<ul>\n<li><a href="https://demo.themeisle.com/nivo-slider/slider-bar-fade" rel="nofollow"> Slider with bar using fading transition </a></li>\n<li><a href="https://demo.themeisle.com/nivo-slider/slider-dark-slice/" rel="nofollow"> Dark slider with slice transition </a></li>\n<li><a href="https://demo.themeisle.com/nivo-slider/slider-light-box/" rel="nofollow"> Light slider with box transition </a></li>\n<li><a href="https://demo.themeisle.com/nivo-slider/slider-thumbnail/" rel="nofollow"> Slider with thumbnail navigation </a></li>\n<li><a href="https://demo.themeisle.com/nivo-slider/slider-category/" rel="nofollow"> Slider from category </a></li>\n<li><a href="https://demo.themeisle.com/nivo-slider/slider-gallery/" rel="nofollow"> Slider from gallery posts </a></li>\n<li><a href="https://demo.themeisle.com/nivo-slider/circular-carousel/" rel="nofollow"> Circular carousel </a></li>\n</ul>\n";s:12:"installation";s:146:"<ol>\n<li>Use WordPress’ built-in installer</li>\n<li>Start adding your sliders in the “Nivo Slider” menu that appears</li>\n</ol>\n";s:3:"faq";s:1000:"\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Use WordPress’ built-in installer</li>\n<li>Start adding your sliders in the “Nivo Slider” menu that appears</li>\n</ol>\n</p>\n<h4>How to use Custom Themes with the Nivo Slider</h4>\n<p>\n<p>http://docs.themeisle.com/article/510-using-custom-themes-with-the-nivo-slider</p>\n</p>\n<h4>How to use Nivo Slider template tag</h4>\n<p>\n<p>http://docs.themeisle.com/article/509-using-the-nivo-slider-template-tag</p>\n</p>\n<h4>I’d like access to more features and support. How can I get them?</h4>\n<p>\n<p>You can get access to more features and support by visiting the Themeisle website and<br />\n<a href="https://themeisle.com/plugins/nivo-slider?utm_source=wordpress.org&utm_medium=web&utm_content=faq_link&utm_campaign=nivoslider_lite_plugin" rel="nofollow">purchasing a license</a>.<br />\nPurchasing a license gets you access to the full version of the Nivo Slider WordPress plugin, automatic updates and support.</p>\n</p>\n\n";s:9:"changelog";s:930:"<h4>2.1.1 – 2018-01-05</h4>\n<ul>\n<li>Adds compatibility with latest WordPress standards.</li>\n<li>Sync ThemeIsle SDK.</li>\n</ul>\n<h4>2.1.0 – 2017-06-26</h4>\n<ul>\n<li>Added carousel compatibility</li>\n<li>Fixed warnings with taxonomy name change.</li>\n<li>Added upsell page.</li>\n</ul>\n<h4>2.0.4</h4>\n<ul>\n<li>Changed required core style loading.</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Improved integration with themes.</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Removed redundant code</li>\n<li>Added future support for carousels.</li>\n</ul>\n<h4>2.0.0</h4>\n<ul>\n<li>Added more slider themes.</li>\n<li>Added responsive option.</li>\n<li>Added more transition effects.</li>\n<li>Major code refactor.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Added themeisle as author</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Fixed fatal error</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Various small bug fixes</li>\n</ul>\n<h4>1.0.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n";s:11:"screenshots";s:901:"<ol><li><a href="https://ps.w.org/nivo-slider-lite/assets/screenshot-1.png?rev=1250133"><img src="https://ps.w.org/nivo-slider-lite/assets/screenshot-1.png?rev=1250133" alt="Slider list screen"></a><p>Slider list screen</p></li><li><a href="https://ps.w.org/nivo-slider-lite/assets/screenshot-2.png?rev=1250133"><img src="https://ps.w.org/nivo-slider-lite/assets/screenshot-2.png?rev=1250133" alt="Edit slider screen"></a><p>Edit slider screen</p></li><li><a href="https://ps.w.org/nivo-slider-lite/assets/screenshot-3.png?rev=1250133"><img src="https://ps.w.org/nivo-slider-lite/assets/screenshot-3.png?rev=1250133" alt="Configuring images"></a><p>Configuring images</p></li><li><a href="https://ps.w.org/nivo-slider-lite/assets/screenshot-4.png?rev=1250133"><img src="https://ps.w.org/nivo-slider-lite/assets/screenshot-4.png?rev=1250133" alt="The final result"></a><p>The final result</p></li></ol>";}s:17:"short_description";s:86:"Nivo Slider is The Most Popular And Easiest to Use Responsive WordPress Slider Plugin.";s:13:"download_link";s:59:"https://downloads.wordpress.org/plugin/nivo-slider-lite.zip";s:11:"screenshots";a:4:{i:1;a:2:{s:3:"src";s:69:"https://ps.w.org/nivo-slider-lite/assets/screenshot-1.png?rev=1250133";s:7:"caption";s:18:"Slider list screen";}i:2;a:2:{s:3:"src";s:69:"https://ps.w.org/nivo-slider-lite/assets/screenshot-2.png?rev=1250133";s:7:"caption";s:18:"Edit slider screen";}i:3;a:2:{s:3:"src";s:69:"https://ps.w.org/nivo-slider-lite/assets/screenshot-3.png?rev=1250133";s:7:"caption";s:18:"Configuring images";}i:4;a:2:{s:3:"src";s:69:"https://ps.w.org/nivo-slider-lite/assets/screenshot-4.png?rev=1250133";s:7:"caption";s:16:"The final result";}}s:8:"versions";a:11:{s:5:"1.0.0";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.1.0.0.zip";s:5:"1.0.1";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.1.0.1.zip";s:5:"1.0.5";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.1.0.5.zip";s:5:"1.0.6";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.1.0.6.zip";s:5:"2.0.0";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.0.0.zip";s:5:"2.0.1";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.0.1.zip";s:5:"2.0.2";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.0.2.zip";s:5:"2.0.3";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.0.3.zip";s:5:"2.0.4";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.0.4.zip";s:5:"2.1.0";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.1.0.zip";s:5:"2.1.1";s:65:"https://downloads.wordpress.org/plugin/nivo-slider-lite.2.1.1.zip";}s:5:"icons";a:1:{s:2:"1x";s:69:"https://ps.w.org/nivo-slider-lite/assets/icon-128x128.png?rev=1539146";}s:12:"contributors";a:0:{}}', 'no'),
(297, '_transient_timeout_ti_cust_notify_plugin_info_themeisle-companion', '1519590568', 'no'),
(298, '_transient_ti_cust_notify_plugin_info_themeisle-companion', 'O:8:"stdClass":15:{s:4:"name";s:19:"Orbit Fox Companion";s:4:"slug";s:19:"themeisle-companion";s:7:"version";s:5:"2.4.1";s:6:"author";s:45:"<a href="https://themeisle.com">Themeisle</a>";s:14:"author_profile";s:40:"https://profiles.wordpress.org/themeisle";s:12:"requires_php";s:3:"5.3";s:7:"ratings";a:5:{i:5;i:23;i:4;i:2;i:3;i:2;i:2;i:0;i:1;i:4;}s:11:"num_ratings";i:31;s:15:"support_threads";i:4;s:24:"support_threads_resolved";i:4;s:17:"short_description";s:144:"This swiss-knife plugin comes with a quality template library, menu/sharing icons, and newly added Elementor/BeaverBuilder page builder widgets.";s:13:"download_link";s:62:"https://downloads.wordpress.org/plugin/themeisle-companion.zip";s:11:"screenshots";a:5:{i:1;a:2:{s:3:"src";s:72:"https://ps.w.org/themeisle-companion/assets/screenshot-1.png?rev=1807829";s:7:"caption";s:27:"The OrbitFox Dashboard Page";}i:2;a:2:{s:3:"src";s:72:"https://ps.w.org/themeisle-companion/assets/screenshot-2.png?rev=1807829";s:7:"caption";s:27:"The Template Directory Page";}i:3;a:2:{s:3:"src";s:72:"https://ps.w.org/themeisle-companion/assets/screenshot-3.png?rev=1807829";s:7:"caption";s:17:"Menu Icons Module";}i:4;a:2:{s:3:"src";s:72:"https://ps.w.org/themeisle-companion/assets/screenshot-4.png?rev=1807829";s:7:"caption";s:31:"Page Builder Widgets and Addons";}i:5;a:2:{s:3:"src";s:72:"https://ps.w.org/themeisle-companion/assets/screenshot-5.png?rev=1807829";s:7:"caption";s:21:"Social Sharing Module";}}s:8:"versions";a:35:{s:5:"1.0.0";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.0.zip";s:5:"1.0.1";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.1.zip";s:5:"1.0.2";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.2.zip";s:5:"1.0.3";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.3.zip";s:5:"1.0.4";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.4.zip";s:5:"1.0.5";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.5.zip";s:5:"2.0.0";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.0.zip";s:5:"2.0.1";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.1.zip";s:6:"2.0.10";s:69:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.10.zip";s:6:"2.0.11";s:69:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.11.zip";s:5:"2.0.2";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.2.zip";s:5:"2.0.3";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.3.zip";s:5:"2.0.4";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.4.zip";s:5:"2.0.5";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.5.zip";s:5:"2.0.6";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.6.zip";s:5:"2.0.7";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.7.zip";s:5:"2.0.8";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.8.zip";s:5:"2.0.9";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.9.zip";s:5:"2.1.0";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.1.0.zip";s:5:"2.1.1";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.1.1.zip";s:5:"2.2.0";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.0.zip";s:5:"2.2.1";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.1.zip";s:5:"2.2.2";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.2.zip";s:5:"2.2.3";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.3.zip";s:5:"2.2.4";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.4.zip";s:5:"2.2.5";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.5.zip";s:5:"2.2.6";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.6.zip";s:5:"2.2.7";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.7.zip";s:5:"2.3.0";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.0.zip";s:5:"2.3.1";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.1.zip";s:5:"2.3.2";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.2.zip";s:5:"2.3.3";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.3.zip";s:5:"2.3.4";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.4.zip";s:5:"2.4.0";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.0.zip";s:5:"2.4.1";s:68:"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.1.zip";}s:12:"contributors";a:0:{}}', 'no');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_postmeta`
--
CREATE TABLE IF NOT EXISTS `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB AUTO_INCREMENT=219 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 4, '_wp_attached_file', '2018/02/contact.jpg'),
(3, 4, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1700;s:6:"height";i:762;s:4:"file";s:19:"2018/02/contact.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"contact-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"contact-300x134.jpg";s:5:"width";i:300;s:6:"height";i:134;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"contact-768x344.jpg";s:5:"width";i:768;s:6:"height";i:344;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"contact-1024x459.jpg";s:5:"width";i:1024;s:6:"height";i:459;s:9:"mime-type";s:10:"image/jpeg";}s:11:"hestia-blog";a:4:{s:4:"file";s:19:"contact-360x240.jpg";s:5:"width";i:360;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4, 4, '_starter_content_theme', 'hestia'),
(6, 5, '_thumbnail_id', '37'),
(8, 5, '_customize_changeset_uuid', '54b59945-ec74-4409-8f46-7102648eca2f'),
(10, 6, '_customize_changeset_uuid', '54b59945-ec74-4409-8f46-7102648eca2f'),
(11, 7, '_edit_lock', '1519581536:1'),
(12, 8, '_wp_attached_file', '2018/02/background_body.jpg'),
(13, 8, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1560;s:6:"height";i:640;s:4:"file";s:27:"2018/02/background_body.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"background_body-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"background_body-300x123.jpg";s:5:"width";i:300;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"background_body-768x315.jpg";s:5:"width";i:768;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"background_body-1024x420.jpg";s:5:"width";i:1024;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:11:"hestia-blog";a:4:{s:4:"file";s:27:"background_body-360x240.jpg";s:5:"width";i:360;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(14, 9, '_wp_attached_file', '2018/02/lateral_terrazas_green.png'),
(15, 9, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:140;s:6:"height";i:96;s:4:"file";s:34:"2018/02/lateral_terrazas_green.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(16, 12, '_menu_item_type', 'post_type'),
(17, 12, '_menu_item_menu_item_parent', '0'),
(18, 12, '_menu_item_object_id', '5'),
(19, 12, '_menu_item_object', 'page'),
(20, 12, '_menu_item_target', ''),
(21, 12, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(22, 12, '_menu_item_xfn', ''),
(23, 12, '_menu_item_url', ''),
(24, 13, '_menu_item_type', 'post_type'),
(25, 13, '_menu_item_menu_item_parent', '0'),
(26, 13, '_menu_item_object_id', '6'),
(27, 13, '_menu_item_object', 'page'),
(28, 13, '_menu_item_target', ''),
(29, 13, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(30, 13, '_menu_item_xfn', ''),
(31, 13, '_menu_item_url', ''),
(32, 7, '_wp_trash_meta_status', 'publish'),
(33, 7, '_wp_trash_meta_time', '1519581558'),
(34, 14, '_edit_lock', '1519581750:1'),
(35, 14, '_wp_trash_meta_status', 'publish'),
(36, 14, '_wp_trash_meta_time', '1519581759'),
(38, 16, '_customize_changeset_uuid', 'bf0631a8-ed18-4d8c-b4b5-903ee512f77d'),
(39, 17, '_edit_lock', '1519581854:1'),
(64, 22, '_menu_item_type', 'custom'),
(65, 22, '_menu_item_menu_item_parent', '0'),
(66, 22, '_menu_item_object_id', '22'),
(67, 22, '_menu_item_object', 'custom'),
(68, 22, '_menu_item_target', ''),
(69, 22, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(70, 22, '_menu_item_xfn', ''),
(71, 22, '_menu_item_url', '/instalaciones'),
(96, 17, '_wp_trash_meta_status', 'publish'),
(97, 17, '_wp_trash_meta_time', '1519581856'),
(98, 26, '_wp_trash_meta_status', 'publish'),
(99, 26, '_wp_trash_meta_time', '1519581884'),
(100, 27, '_edit_lock', '1519581931:1'),
(101, 27, '_wp_trash_meta_status', 'publish'),
(102, 27, '_wp_trash_meta_time', '1519581963'),
(103, 28, '_edit_lock', '1519582051:1'),
(104, 28, '_wp_trash_meta_status', 'publish'),
(105, 28, '_wp_trash_meta_time', '1519582081'),
(106, 29, '_wp_trash_meta_status', 'publish'),
(107, 29, '_wp_trash_meta_time', '1519582399'),
(108, 30, '_edit_lock', '1519582479:1'),
(109, 30, '_wp_trash_meta_status', 'publish'),
(110, 30, '_wp_trash_meta_time', '1519582491'),
(111, 31, '_wp_trash_meta_status', 'publish'),
(112, 31, '_wp_trash_meta_time', '1519582517'),
(113, 32, '_edit_lock', '1519583274:1'),
(114, 32, '_wp_trash_meta_status', 'publish'),
(115, 32, '_wp_trash_meta_time', '1519583285'),
(116, 34, '_wp_attached_file', '2018/02/46019_5_fa6cf248a6525f548591b61ffe880ae7.jpg'),
(117, 34, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:532;s:4:"file";s:52:"2018/02/46019_5_fa6cf248a6525f548591b61ffe880ae7.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"46019_5_fa6cf248a6525f548591b61ffe880ae7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"46019_5_fa6cf248a6525f548591b61ffe880ae7-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"46019_5_fa6cf248a6525f548591b61ffe880ae7-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:11:"hestia-blog";a:4:{s:4:"file";s:52:"46019_5_fa6cf248a6525f548591b61ffe880ae7-360x240.jpg";s:5:"width";i:360;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(118, 35, '_wp_trash_meta_status', 'publish'),
(119, 35, '_wp_trash_meta_time', '1519584351'),
(120, 36, '_edit_lock', '1519584455:1'),
(121, 37, '_wp_attached_file', '2018/02/11.jpg'),
(122, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:424;s:4:"file";s:14:"2018/02/11.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"11-300x159.jpg";s:5:"width";i:300;s:6:"height";i:159;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"11-768x407.jpg";s:5:"width";i:768;s:6:"height";i:407;s:9:"mime-type";s:10:"image/jpeg";}s:11:"hestia-blog";a:4:{s:4:"file";s:14:"11-360x240.jpg";s:5:"width";i:360;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(123, 36, '_wp_trash_meta_status', 'publish'),
(124, 36, '_wp_trash_meta_time', '1519584463'),
(125, 38, '_edit_lock', '1519584535:1'),
(126, 38, '_wp_trash_meta_status', 'publish'),
(127, 38, '_wp_trash_meta_time', '1519584540'),
(128, 40, '_edit_lock', '1519584595:1'),
(129, 40, '_wp_trash_meta_status', 'publish'),
(130, 40, '_wp_trash_meta_time', '1519584632'),
(131, 41, '_wp_trash_meta_status', 'publish'),
(132, 41, '_wp_trash_meta_time', '1519584667'),
(133, 42, '_wp_trash_meta_status', 'publish'),
(134, 42, '_wp_trash_meta_time', '1519584745'),
(135, 43, 'es_template_type', 'Post Notification'),
(136, 44, 'es_template_type', 'Newsletter'),
(137, 45, '_edit_lock', '1519585119:1'),
(138, 45, '_wp_trash_meta_status', 'publish'),
(139, 45, '_wp_trash_meta_time', '1519585120'),
(140, 46, '_edit_lock', '1519585425:1'),
(141, 46, '_customize_restore_dismissed', '1'),
(142, 47, '_edit_lock', '1519586427:1'),
(143, 48, '_edit_lock', '1519586280:1'),
(144, 48, '_edit_last', '1'),
(145, 48, '_wp_page_template', 'default'),
(146, 48, 'hestia_layout_select', 'default'),
(147, 47, '_customize_restore_dismissed', '1'),
(156, 51, '_wp_trash_meta_status', 'publish'),
(157, 51, '_wp_trash_meta_time', '1519586060'),
(158, 53, '_wp_trash_meta_status', 'publish'),
(159, 53, '_wp_trash_meta_time', '1519586086'),
(160, 54, '_wp_trash_meta_status', 'publish'),
(161, 54, '_wp_trash_meta_time', '1519586108'),
(162, 55, '_edit_lock', '1519586171:1'),
(163, 55, '_wp_trash_meta_status', 'publish'),
(164, 55, '_wp_trash_meta_time', '1519586178'),
(165, 51, '_edit_lock', '1519586225:1'),
(166, 56, '_edit_lock', '1519586416:1'),
(167, 37, '_wp_attachment_custom_header_last_used_hestia', '1519586394'),
(168, 37, '_wp_attachment_is_custom_header', 'hestia'),
(169, 56, '_wp_trash_meta_status', 'publish'),
(170, 56, '_wp_trash_meta_time', '1519586394'),
(171, 6, '_edit_lock', '1519586591:1'),
(172, 6, '_edit_last', '1'),
(173, 6, 'hestia_layout_select', 'default'),
(174, 58, '_wp_trash_meta_status', 'publish'),
(175, 58, '_wp_trash_meta_time', '1519586825'),
(176, 59, '_wp_trash_meta_status', 'publish'),
(177, 59, '_wp_trash_meta_time', '1519586902'),
(178, 60, '_edit_lock', '1519587084:1'),
(179, 60, '_edit_last', '1'),
(180, 60, '_wp_page_template', 'default'),
(181, 60, 'hestia_layout_select', 'default'),
(190, 62, '_wp_trash_meta_status', 'publish'),
(191, 62, '_wp_trash_meta_time', '1519587275'),
(192, 62, '_edit_lock', '1519587532:1'),
(193, 64, '_edit_lock', '1519588763:1'),
(194, 64, '_customize_restore_dismissed', '1'),
(195, 64, '_wp_trash_meta_status', 'publish'),
(196, 64, '_wp_trash_meta_time', '1519588031'),
(197, 67, '_wp_trash_meta_status', 'publish'),
(198, 67, '_wp_trash_meta_time', '1519588488'),
(199, 70, '_menu_item_type', 'post_type'),
(200, 70, '_menu_item_menu_item_parent', '0'),
(201, 70, '_menu_item_object_id', '48'),
(202, 70, '_menu_item_object', 'page'),
(203, 70, '_menu_item_target', ''),
(204, 70, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(205, 70, '_menu_item_xfn', ''),
(206, 70, '_menu_item_url', ''),
(207, 71, '_menu_item_type', 'post_type'),
(208, 71, '_menu_item_menu_item_parent', '0'),
(209, 71, '_menu_item_object_id', '60'),
(210, 71, '_menu_item_object', 'page'),
(211, 71, '_menu_item_target', ''),
(212, 71, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(213, 71, '_menu_item_xfn', ''),
(214, 71, '_menu_item_url', ''),
(215, 69, '_wp_trash_meta_status', 'publish'),
(216, 69, '_wp_trash_meta_time', '1519588817'),
(217, 72, '_wp_trash_meta_status', 'publish'),
(218, 72, '_wp_trash_meta_time', '1519588844');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_posts`
--
CREATE TABLE IF NOT EXISTS `wp_posts` (
`ID` bigint(20) unsigned NOT NULL,
`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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_posts`
--
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, '2018-02-25 13:57:29', '2018-02-25 13:57:29', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a escribir!', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2018-02-25 13:57:29', '2018-02-25 13:57:29', '', 0, 'http://www.terrazaslocal.es/?p=1', 0, 'post', '', 1),
(2, 1, '2018-02-25 13:57:29', '2018-02-25 13:57:29', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y se mostrará en la barra de navegación (en la mayoría de temas). Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Podría ser algo así:\n\n<blockquote>¡Hola!: Soy mensajero por el día, aspirante a actor por la noche y esta es mi web. Vivo en Madrid, tengo perrazo llamado Juan y me encantan las piñas coladas (y que me pille un chaparrón)</blockquote>\n\n… o algo así:\n\n<blockquote>La empresa Calcetines XYZ se fundó en 1971, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Ubicada en Gothan, la empresa XYZ tiene más de 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Gothan</blockquote>\n\nSi eres nuevo en WordPress deberías ir a <a href="http://www.terrazaslocal.es/wp-admin/">tu escritorio</a> para borrar esta página y crear algunas nuevas con tu contenido. ¡Pásalo bien!', 'Página de ejemplo', '', 'publish', 'closed', 'open', '', 'pagina-ejemplo', '', '', '2018-02-25 13:57:29', '2018-02-25 13:57:29', '', 0, 'http://www.terrazaslocal.es/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-02-25 13:58:17', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-02-25 13:58:17', '0000-00-00 00:00:00', '', 0, 'http://www.terrazaslocal.es/?p=3', 0, 'post', '', 0),
(4, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', 'The featured image for the front page.', 'Featured Image Homepage', '', 'inherit', 'open', 'closed', '', 'featured-image-homepage', '', '', '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 0, 'http://www.terrazaslocal.es/wp-content/uploads/2018/02/contact.jpg', 0, 'attachment', 'image/jpeg', 0),
(5, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', '<div><h1>Sitio web para vecinos de Terrazas Green</h1><p>Esta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administración del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Además dispone de un foro donde poder tratar temas de interés para los vecinos.</p><p>Dicha web no supone ningún coste económico para los vecinos. Sin embargo, se llegó a un acuerdo para que el administrador de esta página pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.</p><p>Para acceder necesitará saber su número de telefonillo y una contraseña. Esta gestión puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contraseña al presidente/a de la comunidad de propietarios mandando un correo a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a><span> </span>en segunda instancia.</p><p>Las reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los límites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la mañana a 10 de la noche por orden de la administración. El número de reservas por vecino está limitado, pero se recuperan automáticamente una vez consumidas. En concreto está inicialmente dispuesto así:</p><div class="lista-actividades">Pista de pádel: 2 horas de reservas.</div><div class="lista-actividades">Pista de baloncesto: 2 horas de reservas.</div><div class="lista-actividades">Sala de usos múltiples: 12 horas de reservas.</div><h3></h3><p>Para terminar, darle las gracias por utilizar este servicio cuyo único fin es hacernos la vida más fácil y cómoda, con el permiso de la administración de la comunidad.</p><p>Un Saludo.</p><p>Si tiene algún problema, consulta o duda, diríjase a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a></p><p>Para problemas técnicos o cambios necesarios en la web, diríjase a<span> </span><a href="mailto:pedroj.fernandez@gmail.com">pedroj.fernandez@gmail.com</a></p></div>', 'Inicio', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2018-02-25 20:01:28', '2018-02-25 20:01:28', '', 0, 'http://www.terrazaslocal.es/?page_id=5', 0, 'page', '', 0),
(6, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 'Noticias', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2018-02-25 19:25:27', '2018-02-25 19:25:27', '', 0, 'http://www.terrazaslocal.es/?page_id=6', 0, 'page', '', 0),
(7, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', '{\n "nav_menus_created_posts": {\n "starter_content": true,\n "value": [\n 4,\n 5,\n 6\n ],\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:52:53"\n },\n "nav_menu[-1]": {\n "value": {\n "name": "Primary Menu",\n "description": "",\n "parent": 0,\n "auto_add": false\n },\n "type": "nav_menu",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:54:21"\n },\n "nav_menu_item[-1]": {\n "value": {\n "object_id": 5,\n "object": "page",\n "menu_item_parent": 0,\n "position": 0,\n "type": "post_type",\n "title": "Inicio",\n "url": "",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Inicio",\n "nav_menu_term_id": -1,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:54:21"\n },\n "nav_menu_item[-2]": {\n "value": {\n "object_id": 6,\n "object": "page",\n "menu_item_parent": 0,\n "position": 1,\n "type": "post_type",\n "title": "Blog",\n "url": "",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Blog",\n "nav_menu_term_id": -1,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:54:21"\n },\n "hestia::nav_menu_locations[primary]": {\n "starter_content": true,\n "value": -1,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:52:53"\n },\n "show_on_front": {\n "starter_content": true,\n "value": "page",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:52:53"\n },\n "page_on_front": {\n "starter_content": true,\n "value": 5,\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:52:53"\n },\n "page_for_posts": {\n "starter_content": true,\n "value": 6,\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:52:53"\n },\n "hestia::hestia_page_editor": {\n "value": "<div class=\\"col-md-5\\"><h3>About Hestia</h3>Need more details? Please check our full documentation for detailed information on how to use Hestia.</div><div class=\\"col-md-6 col-md-offset-1\\"><img class=\\"size-medium alignright\\" src=\\"http://www.terrazaslocal.es/wp-content/themes/hestia/assets/img/about-content.png\\" /></div>",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:54:21"\n },\n "hestia::hestia_feature_thumbnail": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:57:26"\n },\n "hestia::hestia_big_title_title": {\n "value": "P\\u00e1gina para propietarios",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:55:21"\n },\n "hestia::hestia_blog_title": {\n "value": "Noticias",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:54:21"\n },\n "hestia::hestia_blog_subtitle": {\n "value": "Actualidad y anuncios importantes",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:54:21"\n },\n "hestia::hestia_big_title_text": {\n "value": "Acceso solo para propietarios",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:55:21"\n },\n "hestia::hestia_big_title_button_text": {\n "value": "Ver reservas deportivas",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:55:21"\n },\n "hestia::hestia_big_title_button_link": {\n "value": "/instalaciones/reservas",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:55:21"\n },\n "hestia::hestia_big_title_background": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:56:26"\n },\n "hestia::hestia_contact_background": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:58:26"\n },\n "hestia::hestia_contact_title": {\n "value": "Informaci\\u00f3n",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 17:59:17"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '54b59945-ec74-4409-8f46-7102648eca2f', '', '', '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 0, 'http://www.terrazaslocal.es/?p=7', 0, 'customize_changeset', '', 0),
(8, 1, '2018-02-25 17:56:11', '2018-02-25 17:56:11', '', 'background_body', '', 'inherit', 'open', 'closed', '', 'background_body', '', '', '2018-02-25 17:56:11', '2018-02-25 17:56:11', '', 0, 'http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg', 0, 'attachment', 'image/jpeg', 0),
(9, 1, '2018-02-25 17:56:47', '2018-02-25 17:56:47', '', 'lateral_terrazas_green', '', 'inherit', 'open', 'closed', '', 'lateral_terrazas_green', '', '', '2018-02-25 17:56:47', '2018-02-25 17:56:47', '', 0, 'http://www.terrazaslocal.es/wp-content/uploads/2018/02/lateral_terrazas_green.png', 0, 'attachment', 'image/png', 0),
(10, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', '<div class="col-md-5"><h3>About Hestia</h3>Need more details? Please check our full documentation for detailed information on how to use Hestia.</div><div class="col-md-6 col-md-offset-1"><img class="size-medium alignright" src="http://www.terrazaslocal.es/wp-content/themes/hestia/assets/img/about-content.png"/></div>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 5, 'http://www.terrazaslocal.es/2018/02/25/5-revision-v1/', 0, 'revision', '', 0),
(11, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 6, 'http://www.terrazaslocal.es/2018/02/25/6-revision-v1/', 0, 'revision', '', 0),
(12, 1, '2018-02-25 17:59:17', '2018-02-25 17:59:17', ' ', '', '', 'publish', 'closed', 'closed', '', '12', '', '', '2018-02-25 17:59:17', '2018-02-25 17:59:17', '', 0, 'http://www.terrazaslocal.es/2018/02/25/12/', 0, 'nav_menu_item', '', 0),
(13, 1, '2018-02-25 17:59:18', '2018-02-25 17:59:18', ' ', '', '', 'publish', 'closed', 'closed', '', '13', '', '', '2018-02-25 19:34:35', '2018-02-25 19:34:35', '', 0, 'http://www.terrazaslocal.es/2018/02/25/13/', 3, 'nav_menu_item', '', 0),
(14, 1, '2018-02-25 18:02:39', '2018-02-25 18:02:39', '{\n "hestia::accent_color": {\n "value": "#27ae60",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:02:13"\n },\n "hestia::background_color": {\n "value": "#e0e0e0",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:02:39"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c22e78dd-50a6-4ffb-904b-eb5e23343b25', '', '', '2018-02-25 18:02:39', '2018-02-25 18:02:39', '', 0, 'http://www.terrazaslocal.es/?p=14', 0, 'customize_changeset', '', 0),
(15, 1, '2018-02-25 18:02:50', '2018-02-25 18:02:50', '<div class="col-md-5"><h3>About Hestia</h3>Need more details? Please check our full documentation for detailed information on how to use Hestia.</div><div class="col-md-6 col-md-offset-1"><img class="size-medium alignright" src="http://www.terrazaslocal.es/wp-content/themes/hestia/assets/img/about-content.png" /></div>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-02-25 18:02:50', '2018-02-25 18:02:50', '', 5, 'http://www.terrazaslocal.es/2018/02/25/5-revision-v1/', 0, 'revision', '', 0),
(16, 1, '2018-02-25 18:04:15', '2018-02-25 18:04:15', '', 'Reservas', '', 'publish', 'closed', 'closed', '', 'reservas', '', '', '2018-02-25 18:04:15', '2018-02-25 18:04:15', '', 0, 'http://www.terrazaslocal.es/?page_id=16', 0, 'page', '', 0),
(17, 1, '2018-02-25 18:04:15', '2018-02-25 18:04:15', '{\n "nav_menu_item[13]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 6,\n "object": "page",\n "type": "post_type",\n "type_label": "P\\u00e1gina",\n "url": "http://www.terrazaslocal.es/blog/",\n "title": "Noticias",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 2,\n "status": "publish",\n "original_title": "Blog",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menus_created_posts": {\n "value": [\n 16\n ],\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-540566496]": {\n "value": {\n "object_id": 16,\n "object": "page",\n "menu_item_parent": 0,\n "position": 3,\n "type": "post_type",\n "title": "Reservas",\n "url": "http://www.terrazaslocal.es/?page_id=16",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Reservas",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-1220560514]": {\n "value": {\n "object_id": 16,\n "object": "page",\n "menu_item_parent": 0,\n "position": 4,\n "type": "post_type",\n "title": "Reservas",\n "url": "http://www.terrazaslocal.es/?page_id=16",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Reservas",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-466818582]": {\n "value": {\n "object_id": 16,\n "object": "page",\n "menu_item_parent": 0,\n "position": 5,\n "type": "post_type",\n "title": "Reservas",\n "url": "http://www.terrazaslocal.es/?page_id=16",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Reservas",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-296674686]": {\n "value": {\n "object_id": 0,\n "object": "custom",\n "menu_item_parent": 0,\n "position": 6,\n "type": "custom",\n "title": "Reservas",\n "url": "/instalaciones/reservas",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Reservas",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "Enlace personalizado"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-24382205]": {\n "value": {\n "object_id": 0,\n "object": "",\n "menu_item_parent": 0,\n "position": 7,\n "type": "custom",\n "title": "Inicio",\n "url": "http://www.terrazaslocal.es",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Inicio",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "Enlace personalizado"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-1687889195]": {\n "value": {\n "object_id": 0,\n "object": "",\n "menu_item_parent": 0,\n "position": 8,\n "type": "custom",\n "title": "Inicio",\n "url": "http://www.terrazaslocal.es",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Inicio",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "Enlace personalizado"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n },\n "nav_menu_item[-1556213783]": {\n "value": {\n "object_id": 16,\n "object": "page",\n "menu_item_parent": 0,\n "position": 9,\n "type": "post_type",\n "title": "Reservas",\n "url": "http://www.terrazaslocal.es/?page_id=16",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Reservas",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:14"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'bf0631a8-ed18-4d8c-b4b5-903ee512f77d', '', '', '2018-02-25 18:04:15', '2018-02-25 18:04:15', '', 0, 'http://www.terrazaslocal.es/?p=17', 0, 'customize_changeset', '', 0),
(18, 1, '2018-02-25 18:04:15', '2018-02-25 18:04:15', '', 'Reservas', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-02-25 18:04:15', '2018-02-25 18:04:15', '', 16, 'http://www.terrazaslocal.es/2018/02/25/16-revision-v1/', 0, 'revision', '', 0),
(22, 1, '2018-02-25 18:04:15', '2018-02-25 18:04:15', '', 'Instalaciones', '', 'publish', 'closed', 'closed', '', 'reservas', '', '', '2018-02-25 19:34:35', '2018-02-25 19:34:35', '', 0, 'http://www.terrazaslocal.es/2018/02/25/reservas/', 4, 'nav_menu_item', '', 0),
(26, 1, '2018-02-25 18:04:43', '2018-02-25 18:04:43', '{\n "nav_menu_item[19]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:43"\n },\n "nav_menu_item[20]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:43"\n },\n "nav_menu_item[21]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:43"\n },\n "nav_menu_item[23]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:43"\n },\n "nav_menu_item[24]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:43"\n },\n "nav_menu_item[25]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:04:43"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'cbfaae11-4fe8-48c9-820c-af668803d272', '', '', '2018-02-25 18:04:43', '2018-02-25 18:04:43', '', 0, 'http://www.terrazaslocal.es/2018/02/25/cbfaae11-4fe8-48c9-820c-af668803d272/', 0, 'customize_changeset', '', 0),
(27, 1, '2018-02-25 18:06:03', '2018-02-25 18:06:03', '{\n "hestia::hestia_big_title_title": {\n "value": "Terrazas Green",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:06:03"\n },\n "blogname": {\n "value": "Terrazas Green",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:06:03"\n },\n "blogdescription": {\n "value": "P\\u00e1gina para la comunidad de Terrazas Green",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:06:03"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '69d88876-66ed-4457-8784-6d868d4baf90', '', '', '2018-02-25 18:06:03', '2018-02-25 18:06:03', '', 0, 'http://www.terrazaslocal.es/?p=27', 0, 'customize_changeset', '', 0),
(28, 1, '2018-02-25 18:08:01', '2018-02-25 18:08:01', '{\n "hestia::hestia_about_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:07:14"\n },\n "hestia::hestia_subscribe_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:07:14"\n },\n "hestia::hestia_headings_font": {\n "value": "Lato",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:07:14"\n },\n "hestia::hestia_body_font": {\n "value": "Lato",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:07:14"\n },\n "hestia::hestia_font_subsets": {\n "value": [\n "latin"\n ],\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:07:14"\n },\n "hestia::hestia_contact_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:08:01"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '89e4637d-ce59-4f85-8b5e-c564cae253e2', '', '', '2018-02-25 18:08:01', '2018-02-25 18:08:01', '', 0, 'http://www.terrazaslocal.es/?p=28', 0, 'customize_changeset', '', 0),
(29, 1, '2018-02-25 18:13:19', '2018-02-25 18:13:19', '{\n "hestia::hestia_about_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:13:19"\n },\n "hestia::hestia_blog_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:13:19"\n },\n "hestia::hestia_contact_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:13:19"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '58efa7e5-eb3e-4ba3-bb8f-4a312933af4a', '', '', '2018-02-25 18:13:19', '2018-02-25 18:13:19', '', 0, 'http://www.terrazaslocal.es/2018/02/25/58efa7e5-eb3e-4ba3-bb8f-4a312933af4a/', 0, 'customize_changeset', '', 0),
(30, 1, '2018-02-25 18:14:51', '2018-02-25 18:14:51', '{\n "hestia::hestia_contact_area_title": {\n "value": "Contacto",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:14:39"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '6e6797cf-f133-453f-819b-2cf42b48b738', '', '', '2018-02-25 18:14:51', '2018-02-25 18:14:51', '', 0, 'http://www.terrazaslocal.es/?p=30', 0, 'customize_changeset', '', 0),
(31, 1, '2018-02-25 18:15:17', '2018-02-25 18:15:17', '{\n "hestia::hestia_contact_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:15:17"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '2dd9d403-0e00-41ba-9f2a-6b03071b3834', '', '', '2018-02-25 18:15:17', '2018-02-25 18:15:17', '', 0, 'http://www.terrazaslocal.es/2018/02/25/2dd9d403-0e00-41ba-9f2a-6b03071b3834/', 0, 'customize_changeset', '', 0),
(32, 1, '2018-02-25 18:28:05', '2018-02-25 18:28:05', '{\n "hestia::hestia_about_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:26:54"\n },\n "hestia::hestia_page_editor": {\n "value": "<div><h1>Sitio web para vecinos de Terrazas Green</h1><p>Esta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administraci\\u00f3n del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Adem\\u00e1s dispone de un foro donde poder tratar temas de inter\\u00e9s para los vecinos.</p><p>Dicha web no supone ning\\u00fan coste econ\\u00f3mico para los vecinos. Sin embargo, se lleg\\u00f3 a un acuerdo para que el administrador de esta p\\u00e1gina pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.</p><p>Para acceder necesitar\\u00e1 saber su n\\u00famero de telefonillo y una contrase\\u00f1a. Esta gesti\\u00f3n puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contrase\\u00f1a al presidente/a de la comunidad de propietarios mandando un correo a<span>\\u00a0</span><a href=\\"mailto:vecinosterrazasgreen@gmail.com\\">vecinosterrazasgreen@gmail.com</a><span>\\u00a0</span>en segunda instancia.</p><p>Las reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los l\\u00edmites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la ma\\u00f1ana a 10 de la noche por orden de la administraci\\u00f3n. El n\\u00famero de reservas por vecino est\\u00e1 limitado, pero se recuperan autom\\u00e1ticamente una vez consumidas. En concreto est\\u00e1 inicialmente dispuesto as\\u00ed:</p><div class=\\"lista-actividades\\"><img src=\\"http://www.terrazaslocal.es/instalaciones//application/views/images/menu_padel.png\\" /><br /> Pista de p\\u00e1del: 2 horas de reservas.</div><div class=\\"lista-actividades\\"><img src=\\"http://www.terrazaslocal.es/instalaciones//application/views/images/menu_basket.png\\" /><br /> Pista de baloncesto: 2 horas de reservas.</div><div class=\\"lista-actividades\\"><img src=\\"http://www.terrazaslocal.es/instalaciones//application/views/images/menu_sala.png\\" /><br /> Sala de usos m\\u00faltiples: 12 horas de reservas.</div><h3></h3><p>Para terminar, darle las gracias por utilizar este servicio cuyo \\u00fanico fin es hacernos la vida m\\u00e1s f\\u00e1cil y c\\u00f3moda, con el permiso de la administraci\\u00f3n de la comunidad.</p><p>Un Saludo.</p><p>Si tiene alg\\u00fan problema, consulta o duda, dir\\u00edjase a<span>\\u00a0</span><a href=\\"mailto:vecinosterrazasgreen@gmail.com\\">vecinosterrazasgreen@gmail.com</a></p><p>Para problemas t\\u00e9cnicos o cambios necesarios en la web, dir\\u00edjase a<span>\\u00a0</span><a href=\\"mailto:pedroj.fernandez@gmail.com\\">pedroj.fernandez@gmail.com</a></p></div>",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:28:05"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '57f9c70e-8f8f-42fa-9cf0-521f170e16ed', '', '', '2018-02-25 18:28:05', '2018-02-25 18:28:05', '', 0, 'http://www.terrazaslocal.es/?p=32', 0, 'customize_changeset', '', 0),
(33, 0, '2018-02-25 18:28:08', '2018-02-25 18:28:08', '<div><h1>Sitio web para vecinos de Terrazas Green</h1><p>Esta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administración del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Además dispone de un foro donde poder tratar temas de interés para los vecinos.</p><p>Dicha web no supone ningún coste económico para los vecinos. Sin embargo, se llegó a un acuerdo para que el administrador de esta página pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.</p><p>Para acceder necesitará saber su número de telefonillo y una contraseña. Esta gestión puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contraseña al presidente/a de la comunidad de propietarios mandando un correo a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a><span> </span>en segunda instancia.</p><p>Las reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los límites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la mañana a 10 de la noche por orden de la administración. El número de reservas por vecino está limitado, pero se recuperan automáticamente una vez consumidas. En concreto está inicialmente dispuesto así:</p><div class="lista-actividades"><img src="http://www.terrazaslocal.es/instalaciones//application/views/images/menu_padel.png" /><br /> Pista de pádel: 2 horas de reservas.</div><div class="lista-actividades"><img src="http://www.terrazaslocal.es/instalaciones//application/views/images/menu_basket.png" /><br /> Pista de baloncesto: 2 horas de reservas.</div><div class="lista-actividades"><img src="http://www.terrazaslocal.es/instalaciones//application/views/images/menu_sala.png" /><br /> Sala de usos múltiples: 12 horas de reservas.</div><h3></h3><p>Para terminar, darle las gracias por utilizar este servicio cuyo único fin es hacernos la vida más fácil y cómoda, con el permiso de la administración de la comunidad.</p><p>Un Saludo.</p><p>Si tiene algún problema, consulta o duda, diríjase a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a></p><p>Para problemas técnicos o cambios necesarios en la web, diríjase a<span> </span><a href="mailto:pedroj.fernandez@gmail.com">pedroj.fernandez@gmail.com</a></p></div>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-02-25 18:28:08', '2018-02-25 18:28:08', '', 5, 'http://www.terrazaslocal.es/2018/02/25/5-revision-v1/', 0, 'revision', '', 0),
(34, 1, '2018-02-25 18:45:26', '2018-02-25 18:45:26', '', '46019_5_fa6cf248a6525f548591b61ffe880ae7', '', 'inherit', 'open', 'closed', '', '46019_5_fa6cf248a6525f548591b61ffe880ae7', '', '', '2018-02-25 18:45:26', '2018-02-25 18:45:26', '', 0, 'http://www.terrazaslocal.es/wp-content/uploads/2018/02/46019_5_fa6cf248a6525f548591b61ffe880ae7.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2018-02-25 18:45:51', '2018-02-25 18:45:51', '{\n "hestia::hestia_big_title_background": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/46019_5_fa6cf248a6525f548591b61ffe880ae7.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:45:51"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '19120708-f4fa-47be-8842-5fa61786dd78', '', '', '2018-02-25 18:45:51', '2018-02-25 18:45:51', '', 0, 'http://www.terrazaslocal.es/2018/02/25/19120708-f4fa-47be-8842-5fa61786dd78/', 0, 'customize_changeset', '', 0),
(36, 1, '2018-02-25 18:47:43', '2018-02-25 18:47:43', '{\n "hestia::hestia_feature_thumbnail": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:47:35"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'ec3da7e1-9304-4331-810b-40af83f48014', '', '', '2018-02-25 18:47:43', '2018-02-25 18:47:43', '', 0, 'http://www.terrazaslocal.es/?p=36', 0, 'customize_changeset', '', 0),
(37, 1, '2018-02-25 18:47:26', '2018-02-25 18:47:26', '', '11', '', 'inherit', 'open', 'closed', '', '11', '', '', '2018-02-25 18:47:26', '2018-02-25 18:47:26', '', 0, 'http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2018-02-25 18:49:00', '2018-02-25 18:49:00', '{\n "hestia::hestia_page_editor": {\n "value": "<div><h1>Sitio web para vecinos de Terrazas Green</h1><p>Esta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administraci\\u00f3n del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Adem\\u00e1s dispone de un foro donde poder tratar temas de inter\\u00e9s para los vecinos.</p><p>Dicha web no supone ning\\u00fan coste econ\\u00f3mico para los vecinos. Sin embargo, se lleg\\u00f3 a un acuerdo para que el administrador de esta p\\u00e1gina pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.</p><p>Para acceder necesitar\\u00e1 saber su n\\u00famero de telefonillo y una contrase\\u00f1a. Esta gesti\\u00f3n puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contrase\\u00f1a al presidente/a de la comunidad de propietarios mandando un correo a<span>\\u00a0</span><a href=\\"mailto:vecinosterrazasgreen@gmail.com\\">vecinosterrazasgreen@gmail.com</a><span>\\u00a0</span>en segunda instancia.</p><p>Las reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los l\\u00edmites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la ma\\u00f1ana a 10 de la noche por orden de la administraci\\u00f3n. El n\\u00famero de reservas por vecino est\\u00e1 limitado, pero se recuperan autom\\u00e1ticamente una vez consumidas. En concreto est\\u00e1 inicialmente dispuesto as\\u00ed:</p><div class=\\"lista-actividades\\">Pista de p\\u00e1del: 2 horas de reservas.</div><div class=\\"lista-actividades\\">Pista de baloncesto: 2 horas de reservas.</div><div class=\\"lista-actividades\\">Sala de usos m\\u00faltiples: 12 horas de reservas.</div><h3></h3><p>Para terminar, darle las gracias por utilizar este servicio cuyo \\u00fanico fin es hacernos la vida m\\u00e1s f\\u00e1cil y c\\u00f3moda, con el permiso de la administraci\\u00f3n de la comunidad.</p><p>Un Saludo.</p><p>Si tiene alg\\u00fan problema, consulta o duda, dir\\u00edjase a<span>\\u00a0</span><a href=\\"mailto:vecinosterrazasgreen@gmail.com\\">vecinosterrazasgreen@gmail.com</a></p><p>Para problemas t\\u00e9cnicos o cambios necesarios en la web, dir\\u00edjase a<span>\\u00a0</span><a href=\\"mailto:pedroj.fernandez@gmail.com\\">pedroj.fernandez@gmail.com</a></p></div>",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:48:35"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '7b7f2e8e-3b20-4f0e-9c04-a999fd22103c', '', '', '2018-02-25 18:49:00', '2018-02-25 18:49:00', '', 0, 'http://www.terrazaslocal.es/?p=38', 0, 'customize_changeset', '', 0),
(39, 1, '2018-02-25 18:49:06', '2018-02-25 18:49:06', '<div><h1>Sitio web para vecinos de Terrazas Green</h1><p>Esta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administración del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Además dispone de un foro donde poder tratar temas de interés para los vecinos.</p><p>Dicha web no supone ningún coste económico para los vecinos. Sin embargo, se llegó a un acuerdo para que el administrador de esta página pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.</p><p>Para acceder necesitará saber su número de telefonillo y una contraseña. Esta gestión puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contraseña al presidente/a de la comunidad de propietarios mandando un correo a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a><span> </span>en segunda instancia.</p><p>Las reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los límites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la mañana a 10 de la noche por orden de la administración. El número de reservas por vecino está limitado, pero se recuperan automáticamente una vez consumidas. En concreto está inicialmente dispuesto así:</p><div class="lista-actividades">Pista de pádel: 2 horas de reservas.</div><div class="lista-actividades">Pista de baloncesto: 2 horas de reservas.</div><div class="lista-actividades">Sala de usos múltiples: 12 horas de reservas.</div><h3></h3><p>Para terminar, darle las gracias por utilizar este servicio cuyo único fin es hacernos la vida más fácil y cómoda, con el permiso de la administración de la comunidad.</p><p>Un Saludo.</p><p>Si tiene algún problema, consulta o duda, diríjase a<span> </span><a href="mailto:vecinosterrazasgreen@gmail.com">vecinosterrazasgreen@gmail.com</a></p><p>Para problemas técnicos o cambios necesarios en la web, diríjase a<span> </span><a href="mailto:pedroj.fernandez@gmail.com">pedroj.fernandez@gmail.com</a></p></div>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-02-25 18:49:06', '2018-02-25 18:49:06', '', 5, 'http://www.terrazaslocal.es/2018/02/25/5-revision-v1/', 0, 'revision', '', 0),
(40, 1, '2018-02-25 18:50:32', '2018-02-25 18:50:32', '{\n "hestia::hestia_subscribe_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:49:35"\n },\n "hestia::hestia_blog_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:50:32"\n },\n "hestia::hestia_contact_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:50:32"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '7a8ecf1e-370a-43b8-805a-7308c6ce6084', '', '', '2018-02-25 18:50:32', '2018-02-25 18:50:32', '', 0, 'http://www.terrazaslocal.es/?p=40', 0, 'customize_changeset', '', 0),
(41, 1, '2018-02-25 18:51:07', '2018-02-25 18:51:07', '{\n "hestia::hestia_about_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:51:07"\n },\n "hestia::hestia_contact_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:51:07"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '5b8fba61-c482-4ee2-97a4-e75df82874a4', '', '', '2018-02-25 18:51:07', '2018-02-25 18:51:07', '', 0, 'http://www.terrazaslocal.es/2018/02/25/5b8fba61-c482-4ee2-97a4-e75df82874a4/', 0, 'customize_changeset', '', 0),
(42, 1, '2018-02-25 18:52:25', '2018-02-25 18:52:25', '{\n "hestia::hestia_subscribe_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:52:25"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '60754f08-ee7f-4f6e-a640-5b73074b7ea6', '', '', '2018-02-25 18:52:25', '2018-02-25 18:52:25', '', 0, 'http://www.terrazaslocal.es/2018/02/25/60754f08-ee7f-4f6e-a640-5b73074b7ea6/', 0, 'customize_changeset', '', 0),
(43, 1, '2018-02-25 18:54:40', '2018-02-25 18:54:40', 'Hello {{NAME}},\r\n\r\nWe have published a new blog article on our website : {{POSTTITLE}}\r\n{{POSTIMAGE}}\r\n\r\nYou can view it from this link : {{POSTLINK}}\r\n\r\nThanks & Regards,\r\nAdmin\r\n\r\nYou received this email because in the past you have provided us your email address : {{EMAIL}} to receive notifications when new updates are posted.', 'New Post Published - {{POSTTITLE}}', '', 'publish', 'closed', 'closed', '', 'new-post-published-posttitle', '', '', '2018-02-25 18:54:40', '2018-02-25 18:54:40', '', 0, 'http://www.terrazaslocal.es/2018/02/25/new-post-published-posttitle/', 0, 'es_template', '', 0),
(44, 1, '2018-02-25 18:54:40', '2018-02-25 18:54:40', '<strong style="color: #990000">What can you achieve using Email Subscribers?</strong><p>Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published. You can also Import or Export subscribers from any list to Email Subscribers.</p> <strong style="color: #990000">Plugin Features</strong><ol> <li>Send notification emails to subscribers when new blog posts are published.</li> <li>Subscribe form available with 3 options to setup.</li> <li>Double Opt-In and Single Opt-In support.</li> <li>Email notification to admin when a new user signs up (Optional).</li> <li>Automatic welcome email to subscriber.</li> <li>Auto add unsubscribe link in the email.</li> <li>Import/Export subscriber emails to migrate to any lists.</li> <li>Default WordPress editor to create emails.</li> </ol> <strong>Thanks & Regards,</strong><br>Admin', 'Welcome To Email Subscribers', '', 'publish', 'closed', 'closed', '', 'welcome-to-email-subscribers', '', '', '2018-02-25 18:54:40', '2018-02-25 18:54:40', '', 0, 'http://www.terrazaslocal.es/2018/02/25/welcome-to-email-subscribers/', 0, 'es_template', '', 0),
(45, 1, '2018-02-25 18:58:40', '2018-02-25 18:58:40', '{\n "hestia::hestia_subscribe_background": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/background_body.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 18:58:39"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'decf50a9-d24d-4e98-89a9-94e775fb11cd', '', '', '2018-02-25 18:58:40', '2018-02-25 18:58:40', '', 0, 'http://www.terrazaslocal.es/?p=45', 0, 'customize_changeset', '', 0),
(46, 1, '2018-02-25 19:03:45', '0000-00-00 00:00:00', '{\n "hestia::hestia_about_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:03:45"\n },\n "hestia::hestia_blog_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:03:45"\n },\n "hestia::hestia_contact_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:03:45"\n }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '2ee18b25-f0c6-4a79-85fa-9ca65e05d3c6', '', '', '2018-02-25 19:03:45', '0000-00-00 00:00:00', '', 0, 'http://www.terrazaslocal.es/?p=46', 0, 'customize_changeset', '', 0),
(47, 1, '2018-02-25 19:04:36', '0000-00-00 00:00:00', '{\n "hestia::hestia_contact_hide": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:04:36"\n }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '70cd0c05-235d-403a-948d-e0ad3f4a8277', '', '', '2018-02-25 19:04:36', '0000-00-00 00:00:00', '', 0, 'http://www.terrazaslocal.es/?p=47', 0, 'customize_changeset', '', 0),
(48, 1, '2018-02-25 19:13:32', '2018-02-25 19:13:32', '[ninja_form id=1]', 'Formulario de sugerencias', '', 'publish', 'closed', 'closed', '', 'formulario-de-sugerencias', '', '', '2018-02-25 19:13:32', '2018-02-25 19:13:32', '', 0, 'http://www.terrazaslocal.es/?page_id=48', 0, 'page', '', 0),
(49, 1, '2018-02-25 19:13:32', '2018-02-25 19:13:32', '[ninja_form id=1]', 'Formulario de sugerencias', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-25 19:13:32', '2018-02-25 19:13:32', '', 48, 'http://www.terrazaslocal.es/2018/02/25/48-revision-v1/', 0, 'revision', '', 0),
(50, 1, '2018-02-25 19:13:39', '2018-02-25 19:13:39', '[ninja_form id=1]', 'Formulario de sugerencias', '', 'inherit', 'closed', 'closed', '', '48-autosave-v1', '', '', '2018-02-25 19:13:39', '2018-02-25 19:13:39', '', 48, 'http://www.terrazaslocal.es/2018/02/25/48-autosave-v1/', 0, 'revision', '', 0),
(51, 1, '2018-02-25 19:14:19', '2018-02-25 19:14:19', '{\n "nav_menu_item[-1569756370]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:14:19"\n },\n "nav_menu_item[-149656098]": {\n "value": {\n "object_id": 48,\n "object": "page",\n "menu_item_parent": 0,\n "position": 4,\n "type": "post_type",\n "title": "Formulario de sugerencias",\n "url": "http://www.terrazaslocal.es/formulario-de-sugerencias/",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Formulario de sugerencias",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:14:19"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'df5fd45a-c294-4cef-882a-cb1ff06cf78b', '', '', '2018-02-25 19:14:19', '2018-02-25 19:14:19', '', 0, 'http://www.terrazaslocal.es/2018/02/25/df5fd45a-c294-4cef-882a-cb1ff06cf78b/', 0, 'customize_changeset', '', 0),
(53, 1, '2018-02-25 19:14:46', '2018-02-25 19:14:46', '{\n "nav_menu_item[52]": {\n "value": {\n "object_id": 48,\n "object": "page",\n "menu_item_parent": 0,\n "position": 4,\n "type": "post_type",\n "title": "Sugerencias",\n "url": "http://www.terrazaslocal.es/formulario-de-sugerencias/",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Formulario de sugerencias",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:14:46"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '58d4b85f-4d05-4b0f-847f-93f203deaa4b', '', '', '2018-02-25 19:14:46', '2018-02-25 19:14:46', '', 0, 'http://www.terrazaslocal.es/2018/02/25/58d4b85f-4d05-4b0f-847f-93f203deaa4b/', 0, 'customize_changeset', '', 0);
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
(54, 1, '2018-02-25 19:15:08', '2018-02-25 19:15:08', '{\n "nav_menu_item[22]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 22,\n "object": "custom",\n "type": "custom",\n "type_label": "Enlace personalizado",\n "title": "Reservas",\n "url": "/instalaciones/reservas",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 3,\n "status": "publish",\n "original_title": "",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:15:08"\n },\n "nav_menu_item[52]": {\n "value": {\n "object_id": 48,\n "object": "page",\n "menu_item_parent": 0,\n "position": 4,\n "type": "post_type",\n "title": "Sugerencias",\n "url": "http://www.terrazaslocal.es/formulario-de-sugerencias/",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Formulario de sugerencias",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:15:08"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '38b24baa-c65c-4632-9301-3a75eceda367', '', '', '2018-02-25 19:15:08', '2018-02-25 19:15:08', '', 0, 'http://www.terrazaslocal.es/2018/02/25/38b24baa-c65c-4632-9301-3a75eceda367/', 0, 'customize_changeset', '', 0),
(55, 1, '2018-02-25 19:16:18', '2018-02-25 19:16:18', '{\n "hestia::hestia_subscribe_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:16:11"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '9b0177e1-2f43-491c-8c31-b6a32874707b', '', '', '2018-02-25 19:16:18', '2018-02-25 19:16:18', '', 0, 'http://www.terrazaslocal.es/?p=55', 0, 'customize_changeset', '', 0),
(56, 1, '2018-02-25 19:19:54', '2018-02-25 19:19:54', '{\n "hestia::hestia_header_gradient_color": {\n "value": "#3f7c02",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:19:31"\n },\n "hestia::hestia_top_bar_hide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:18:31"\n },\n "hestia::hestia_header_layout": {\n "value": "default",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:18:31"\n },\n "hestia::header_image": {\n "value": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:19:31"\n },\n "hestia::header_image_data": {\n "value": {\n "url": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg",\n "thumbnail_url": "http://www.terrazaslocal.es/wp-content/uploads/2018/02/11.jpg",\n "timestamp": 1519586337677,\n "attachment_id": 37,\n "width": 800,\n "height": 424\n },\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:19:31"\n },\n "hestia::hestia_header_image_sitewide": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:19:31"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '7371ca5f-db0a-4a91-975d-42a4641e2a5a', '', '', '2018-02-25 19:19:54', '2018-02-25 19:19:54', '', 0, 'http://www.terrazaslocal.es/?p=56', 0, 'customize_changeset', '', 0),
(57, 1, '2018-02-25 19:25:27', '2018-02-25 19:25:27', '', 'Noticias', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-02-25 19:25:27', '2018-02-25 19:25:27', '', 6, 'http://www.terrazaslocal.es/2018/02/25/6-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2018-02-25 19:27:05', '2018-02-25 19:27:05', '{\n "nav_menu_item[22]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 22,\n "object": "custom",\n "type": "custom",\n "type_label": "Enlace personalizado",\n "title": "Instalaciones",\n "url": "/instalaciones/reservas",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 3,\n "status": "publish",\n "original_title": "",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:27:05"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'd700e579-c6b5-496b-941a-b834319ee773', '', '', '2018-02-25 19:27:05', '2018-02-25 19:27:05', '', 0, 'http://www.terrazaslocal.es/2018/02/25/d700e579-c6b5-496b-941a-b834319ee773/', 0, 'customize_changeset', '', 0),
(59, 1, '2018-02-25 19:28:22', '2018-02-25 19:28:22', '{\n "nav_menu_item[22]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 22,\n "object": "custom",\n "type": "custom",\n "type_label": "Enlace personalizado",\n "title": "Instalaciones",\n "url": "/instalaciones",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 3,\n "status": "publish",\n "original_title": "",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:28:22"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '559cc644-3104-46dd-8c61-43cc4bbe80fc', '', '', '2018-02-25 19:28:22', '2018-02-25 19:28:22', '', 0, 'http://www.terrazaslocal.es/2018/02/25/559cc644-3104-46dd-8c61-43cc4bbe80fc/', 0, 'customize_changeset', '', 0),
(60, 1, '2018-02-25 19:33:40', '2018-02-25 19:33:40', '<strong>Sitio web para vecinos de Terrazas Green</strong>\r\nEsta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administración del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Además dispone de un foro donde poder tratar temas de interés para los vecinos.\r\n\r\nDicha web no supone ningún coste económico para los vecinos. Sin embargo, se llegó a un acuerdo para que el administrador de esta página pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.\r\n\r\nPara acceder necesitará saber su número de telefonillo y una contraseña. Esta gestión puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contraseña al presidente/a de la comunidad de propietarios mandando un correo a vecinosterrazasgreen@gmail.com en segunda instancia.\r\n\r\nLas reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los límites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la mañana a 10 de la noche por orden de la administración. El número de reservas por vecino está limitado, pero se recuperan automáticamente una vez consumidas. En concreto está inicialmente dispuesto así:\r\n\r\nPista de pádel: 2 horas de reservas.\r\nPista de baloncesto: 2 horas de reservas.\r\nSala de usos múltiples: 12 horas de reservas.\r\n\r\nPara terminar, darle las gracias por utilizar este servicio cuyo único fin es hacernos la vida más fácil y cómoda, con el permiso de la administración de la comunidad.\r\n\r\nUn Saludo.\r\n\r\nSi tiene algún problema, consulta o duda, diríjase a vecinosterrazasgreen@gmail.com\r\n\r\nPara problemas técnicos o cambios necesarios en la web, diríjase a pedroj.fernandez@gmail.com', '¿Cómo entrar?', '', 'publish', 'closed', 'closed', '', 'como-entrar', '', '', '2018-02-25 19:33:40', '2018-02-25 19:33:40', '', 0, 'http://www.terrazaslocal.es/?page_id=60', 0, 'page', '', 0),
(61, 1, '2018-02-25 19:33:40', '2018-02-25 19:33:40', '<strong>Sitio web para vecinos de Terrazas Green</strong>\r\nEsta web ha sigo creada por y para los propios vecinos de Terrazas Green bajo el visto bueno de la administración del edificio. Su utilidad es la de poder organizar el uso de las diferentes instalaciones del edificio. Además dispone de un foro donde poder tratar temas de interés para los vecinos.\r\n\r\nDicha web no supone ningún coste económico para los vecinos. Sin embargo, se llegó a un acuerdo para que el administrador de esta página pudiera seguir usando las pistas a pesar de no ser vecino, ya que sigue realizando los pagos del hosting y el mantenimiento de la web.\r\n\r\nPara acceder necesitará saber su número de telefonillo y una contraseña. Esta gestión puede solicitarla al personal de mantenimiento del edificio en primera instancia, o soliciten dicha contraseña al presidente/a de la comunidad de propietarios mandando un correo a vecinosterrazasgreen@gmail.com en segunda instancia.\r\n\r\nLas reservas se realizan en unidades de 1 hora. Las reservas de cada actividad son independientes, pudiendo agotar los límites de reserva de cada actividad. Se ha restringido el horario de reservas de 10 de la mañana a 10 de la noche por orden de la administración. El número de reservas por vecino está limitado, pero se recuperan automáticamente una vez consumidas. En concreto está inicialmente dispuesto así:\r\n\r\nPista de pádel: 2 horas de reservas.\r\nPista de baloncesto: 2 horas de reservas.\r\nSala de usos múltiples: 12 horas de reservas.\r\n\r\nPara terminar, darle las gracias por utilizar este servicio cuyo único fin es hacernos la vida más fácil y cómoda, con el permiso de la administración de la comunidad.\r\n\r\nUn Saludo.\r\n\r\nSi tiene algún problema, consulta o duda, diríjase a vecinosterrazasgreen@gmail.com\r\n\r\nPara problemas técnicos o cambios necesarios en la web, diríjase a pedroj.fernandez@gmail.com', '¿Cómo entrar?', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-02-25 19:33:40', '2018-02-25 19:33:40', '', 60, 'http://www.terrazaslocal.es/2018/02/25/60-revision-v1/', 0, 'revision', '', 0),
(62, 1, '2018-02-25 19:34:35', '2018-02-25 19:34:35', '{\n "nav_menu_item[13]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 6,\n "object": "page",\n "type": "post_type",\n "type_label": "P\\u00e1gina",\n "url": "http://www.terrazaslocal.es/blog/",\n "title": "Noticias",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 3,\n "status": "publish",\n "original_title": "Noticias",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:34:35"\n },\n "nav_menu_item[22]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 22,\n "object": "custom",\n "type": "custom",\n "type_label": "Enlace personalizado",\n "title": "Instalaciones",\n "url": "/instalaciones",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 4,\n "status": "publish",\n "original_title": "",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:34:35"\n },\n "nav_menu_item[52]": {\n "value": {\n "menu_item_parent": 0,\n "object_id": 48,\n "object": "page",\n "type": "post_type",\n "type_label": "P\\u00e1gina",\n "url": "http://www.terrazaslocal.es/formulario-de-sugerencias/",\n "title": "Sugerencias",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "nav_menu_term_id": 2,\n "position": 5,\n "status": "publish",\n "original_title": "Formulario de sugerencias",\n "_invalid": false\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:34:35"\n },\n "nav_menu_item[-1107033737]": {\n "value": {\n "object_id": 60,\n "object": "page",\n "menu_item_parent": 0,\n "position": 2,\n "type": "post_type",\n "title": "\\u00bfC\\u00f3mo entrar?",\n "url": "http://www.terrazaslocal.es/como-entrar/",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "\\u00bfC\\u00f3mo entrar?",\n "nav_menu_term_id": 2,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:34:35"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'd8a2fdda-1143-4921-93b6-96b455c0ca1f', '', '', '2018-02-25 19:34:35', '2018-02-25 19:34:35', '', 0, 'http://www.terrazaslocal.es/2018/02/25/d8a2fdda-1143-4921-93b6-96b455c0ca1f/', 0, 'customize_changeset', '', 0),
(64, 1, '2018-02-25 19:47:11', '2018-02-25 19:47:11', '{\n "sidebars_widgets[footer-one-widgets]": {\n "value": [],\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:40:46"\n },\n "hestia::nav_menu_locations[footer]": {\n "value": 0,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:40:46"\n },\n "widget_calendar[3]": {\n "value": {\n "encoded_serialized_instance": "YToxOntzOjU6InRpdGxlIjtzOjQ6ImFzZGYiO30=",\n "title": "asdf",\n "is_widget_customizer_js_value": true,\n "instance_hash_key": "41957f13c56a3738b82181d9c9170a06"\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:40:46"\n },\n "custom_css[hestia]": {\n "value": ".main-raised {\\n\\tdisplay:none;\\n}",\n "type": "custom_css",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:47:11"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'cf4714c5-8f41-49c0-900d-1602adc369f9', '', '', '2018-02-25 19:47:11', '2018-02-25 19:47:11', '', 0, 'http://www.terrazaslocal.es/?p=64', 0, 'customize_changeset', '', 0),
(65, 1, '2018-02-25 19:47:11', '2018-02-25 19:47:11', '', 'hestia', '', 'publish', 'closed', 'closed', '', 'hestia', '', '', '2018-02-25 19:54:48', '2018-02-25 19:54:48', '', 0, 'http://www.terrazaslocal.es/2018/02/25/hestia/', 0, 'custom_css', '', 0),
(66, 1, '2018-02-25 19:47:11', '2018-02-25 19:47:11', '.main-raised {\n display:none;\n}', 'hestia', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2018-02-25 19:47:11', '2018-02-25 19:47:11', '', 65, 'http://www.terrazaslocal.es/2018/02/25/65-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2018-02-25 19:54:48', '2018-02-25 19:54:48', '{\n "custom_css[hestia]": {\n "value": "",\n "type": "custom_css",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 19:54:48"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '53dd2462-297d-4581-b837-98de2cf20531', '', '', '2018-02-25 19:54:48', '2018-02-25 19:54:48', '', 0, 'http://www.terrazaslocal.es/2018/02/25/53dd2462-297d-4581-b837-98de2cf20531/', 0, 'customize_changeset', '', 0),
(68, 1, '2018-02-25 19:54:48', '2018-02-25 19:54:48', '', 'hestia', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2018-02-25 19:54:48', '2018-02-25 19:54:48', '', 65, 'http://www.terrazaslocal.es/2018/02/25/65-revision-v1/', 0, 'revision', '', 0),
(69, 1, '2018-02-25 20:00:17', '2018-02-25 20:00:17', '{\n "hestia::nav_menu_locations[footer]": {\n "value": -1878445017,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 20:00:17"\n },\n "nav_menu[-1878445017]": {\n "value": {\n "name": "footer",\n "description": "",\n "parent": 0,\n "auto_add": false\n },\n "type": "nav_menu",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 20:00:17"\n },\n "nav_menu_item[-428086322]": {\n "value": {\n "object_id": 48,\n "object": "page",\n "menu_item_parent": 0,\n "position": 1,\n "type": "post_type",\n "title": "Formulario de sugerencias",\n "url": "http://www.terrazaslocal.es/formulario-de-sugerencias/",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "Formulario de sugerencias",\n "nav_menu_term_id": -1878445017,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 20:00:17"\n },\n "nav_menu_item[-818165182]": {\n "value": {\n "object_id": 60,\n "object": "page",\n "menu_item_parent": 0,\n "position": 2,\n "type": "post_type",\n "title": "\\u00bfC\\u00f3mo entrar?",\n "url": "http://www.terrazaslocal.es/como-entrar/",\n "target": "",\n "attr_title": "",\n "description": "",\n "classes": "",\n "xfn": "",\n "status": "publish",\n "original_title": "\\u00bfC\\u00f3mo entrar?",\n "nav_menu_term_id": -1878445017,\n "_invalid": false,\n "type_label": "P\\u00e1gina"\n },\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 20:00:17"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'bbfe7ef0-2122-400f-b9dc-9fd7e97d8da5', '', '', '2018-02-25 20:00:17', '2018-02-25 20:00:17', '', 0, 'http://www.terrazaslocal.es/2018/02/25/bbfe7ef0-2122-400f-b9dc-9fd7e97d8da5/', 0, 'customize_changeset', '', 0),
(70, 1, '2018-02-25 20:00:17', '2018-02-25 20:00:17', ' ', '', '', 'publish', 'closed', 'closed', '', '70', '', '', '2018-02-25 20:00:17', '2018-02-25 20:00:17', '', 0, 'http://www.terrazaslocal.es/2018/02/25/70/', 1, 'nav_menu_item', '', 0),
(71, 1, '2018-02-25 20:00:17', '2018-02-25 20:00:17', ' ', '', '', 'publish', 'closed', 'closed', '', '71', '', '', '2018-02-25 20:00:17', '2018-02-25 20:00:17', '', 0, 'http://www.terrazaslocal.es/2018/02/25/71/', 2, 'nav_menu_item', '', 0),
(72, 1, '2018-02-25 20:00:44', '2018-02-25 20:00:44', '{\n "nav_menu_item[63]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 20:00:44"\n },\n "nav_menu_item[52]": {\n "value": false,\n "type": "nav_menu_item",\n "user_id": 1,\n "date_modified_gmt": "2018-02-25 20:00:44"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '26022a16-f94f-4197-8132-fa7391f677e4', '', '', '2018-02-25 20:00:44', '2018-02-25 20:00:44', '', 0, 'http://www.terrazaslocal.es/2018/02/25/26022a16-f94f-4197-8132-fa7391f677e4/', 0, 'customize_changeset', '', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_termmeta`
--
CREATE TABLE IF NOT EXISTS `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_terms`
--
CREATE TABLE IF NOT EXISTS `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0),
(2, 'Primary Menu', 'primary-menu', 0),
(3, 'footer', 'footer', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_term_relationships`
--
CREATE TABLE IF NOT EXISTS `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(12, 2, 0),
(13, 2, 0),
(22, 2, 0),
(70, 3, 0),
(71, 3, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_term_taxonomy`
--
CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 3),
(3, 3, 'nav_menu', '', 0, 2);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_usermeta`
--
CREATE TABLE IF NOT EXISTS `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', '225'),
(2, 1, 'first_name', 'Pedro y Guillermo'),
(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:4:{s:64:"0d2efc1e44d8d19b2d5c0dc996e0d59451953aafa6373cb00df42ecdd46af86a";a:4:{s:10:"expiration";i:1519739895;s:2:"ip";s:9:"127.0.0.1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36";s:5:"login";i:1519567095;}s:64:"c063dbce329245fb4f254f3d0d0b43da245bf5e87ce81f6229e804cd89f1c82e";a:4:{s:10:"expiration";i:1519747573;s:2:"ip";s:9:"127.0.0.1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36";s:5:"login";i:1519574773;}s:64:"54d5a44e9b01db69ab5a5022ed07a0376748370e319bf46bea743c58a639c6ed";a:4:{s:10:"expiration";i:1519748939;s:2:"ip";s:9:"127.0.0.1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36";s:5:"login";i:1519576139;}s:64:"eea0f2614ebd4897e62ffc75a9eecf31758ad0d12cb293c7fa24f5ee891076cb";a:4:{s:10:"expiration";i:1519756442;s:2:"ip";s:9:"127.0.0.1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36";s:5:"login";i:1519583642;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:9:"127.0.0.0";}'),
(19, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:"add-post_tag";}'),
(21, 1, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&widgets_access=off'),
(22, 1, 'wp_user-settings-time', '1519587715'),
(23, 2, 'nickname', '211'),
(24, 2, 'first_name', 'Nancy'),
(25, 2, 'last_name', ''),
(26, 2, 'description', ''),
(27, 2, 'rich_editing', 'true'),
(28, 2, 'syntax_highlighting', 'true'),
(29, 2, 'comment_shortcuts', 'false'),
(30, 2, 'admin_color', 'ocean'),
(31, 2, 'use_ssl', '0'),
(32, 2, 'show_admin_bar_front', 'true'),
(33, 2, 'locale', ''),
(34, 2, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35, 2, 'wp_user_level', '0'),
(37, 2, 'session_tokens', 'a:1:{s:64:"d89ea0748333a206553e50c005f31cb6bc7914e974d2f72bb80260b1784590b6";a:4:{s:10:"expiration";i:1519756866;s:2:"ip";s:9:"127.0.0.1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36";s:5:"login";i:1519584066;}}');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_users`
--
CREATE TABLE IF NOT EXISTS `wp_users` (
`ID` bigint(20) unsigned NOT NULL,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Volcado de datos para la tabla `wp_users`
--
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, '225', '$P$B4AQzk/ZR6FzMjgT16zzTutpl3/gLI1', '225', '', '', '2018-02-25 13:57:29', '', 0, 'Pedro y Guillermo'),
(2, '211', '$P$B2BJMNy2FKPTbXLSnRqki1GSCWNp4l/', '211', '', '', '2018-02-25 18:32:07', '', 0, 'Nancy');
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indices de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Indices de la tabla `wp_es_deliverreport`
--
ALTER TABLE `wp_es_deliverreport`
ADD PRIMARY KEY (`es_deliver_id`);
--
-- Indices de la tabla `wp_es_emaillist`
--
ALTER TABLE `wp_es_emaillist`
ADD PRIMARY KEY (`es_email_id`);
--
-- Indices de la tabla `wp_es_notification`
--
ALTER TABLE `wp_es_notification`
ADD PRIMARY KEY (`es_note_id`);
--
-- Indices de la tabla `wp_es_sentdetails`
--
ALTER TABLE `wp_es_sentdetails`
ADD PRIMARY KEY (`es_sent_id`);
--
-- Indices de la tabla `wp_links`
--
ALTER TABLE `wp_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Indices de la tabla `wp_login_redirects`
--
ALTER TABLE `wp_login_redirects`
ADD UNIQUE KEY `rul_type` (`rul_type`,`rul_value`);
--
-- Indices de la tabla `wp_nf3_actions`
--
ALTER TABLE `wp_nf3_actions`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_action_meta`
--
ALTER TABLE `wp_nf3_action_meta`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_fields`
--
ALTER TABLE `wp_nf3_fields`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_field_meta`
--
ALTER TABLE `wp_nf3_field_meta`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_forms`
--
ALTER TABLE `wp_nf3_forms`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_form_meta`
--
ALTER TABLE `wp_nf3_form_meta`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_objects`
--
ALTER TABLE `wp_nf3_objects`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_object_meta`
--
ALTER TABLE `wp_nf3_object_meta`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_nf3_relationships`
--
ALTER TABLE `wp_nf3_relationships`
ADD UNIQUE KEY `id` (`id`);
--
-- Indices de la tabla `wp_options`
--
ALTER TABLE `wp_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`);
--
-- Indices de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indices de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Indices de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indices de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Indices de la tabla `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Indices de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Indices de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indices de la tabla `wp_users`
--
ALTER TABLE `wp_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
MODIFY `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
MODIFY `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `wp_es_deliverreport`
--
ALTER TABLE `wp_es_deliverreport`
MODIFY `es_deliver_id` int(10) unsigned NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_es_emaillist`
--
ALTER TABLE `wp_es_emaillist`
MODIFY `es_email_id` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT de la tabla `wp_es_notification`
--
ALTER TABLE `wp_es_notification`
MODIFY `es_note_id` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `wp_es_sentdetails`
--
ALTER TABLE `wp_es_sentdetails`
MODIFY `es_sent_id` int(10) unsigned NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_links`
--
ALTER TABLE `wp_links`
MODIFY `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_actions`
--
ALTER TABLE `wp_nf3_actions`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_action_meta`
--
ALTER TABLE `wp_nf3_action_meta`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=83;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_fields`
--
ALTER TABLE `wp_nf3_fields`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_field_meta`
--
ALTER TABLE `wp_nf3_field_meta`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=333;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_forms`
--
ALTER TABLE `wp_nf3_forms`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_form_meta`
--
ALTER TABLE `wp_nf3_form_meta`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=109;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_objects`
--
ALTER TABLE `wp_nf3_objects`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_object_meta`
--
ALTER TABLE `wp_nf3_object_meta`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_nf3_relationships`
--
ALTER TABLE `wp_nf3_relationships`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_options`
--
ALTER TABLE `wp_options`
MODIFY `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=299;
--
-- AUTO_INCREMENT de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
MODIFY `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=219;
--
-- AUTO_INCREMENT de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=73;
--
-- AUTO_INCREMENT de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
MODIFY `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
MODIFY `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
MODIFY `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=39;
--
-- AUTO_INCREMENT de la tabla `wp_users`
--
ALTER TABLE `wp_users`
MODIFY `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
/*!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 */;