-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Sep 27, 2019 at 10:56 PM
-- Server version: 10.4.6-MariaDB
-- PHP Version: 7.3.8

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
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 */;

--
-- Database: `wp-tom`
--
CREATE DATABASE IF NOT EXISTS `wp-tom` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
USE `wp-tom`;

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE IF NOT EXISTS `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2019-08-16 01:25:17', '2019-08-16 01:25:17', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, 'post-trashed', '', '', 0, 0),
(2, 139, 'mgadmin', 'netgecko03@gmail.com', '', '127.0.0.1', '2019-08-23 19:46:30', '2019-08-23 23:46:30', 'test', 0, 'post-trashed', 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0', '', 0, 1);

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE IF NOT EXISTS `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_nextend2_image_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
CREATE TABLE IF NOT EXISTS `wp_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_nextend2_image_storage`
--

INSERT INTO `wp_nextend2_image_storage` (`id`, `hash`, `image`, `value`) VALUES
(1, '7148fa26ad6dd9ee953b6c3f5f30c99d', 'https://smartslider3.com/sample/programmer.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(2, '6681af77aa8c9f342a3f8a98939dca43', 'https://smartslider3.com/sample/free1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(3, '2ebcc61fcb32c829e4927fbfd782ff7a', 'https://smartslider3.com/sample/photographer.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(4, 'e0f2e711b4980612debc57faa10870d6', '$upload$/2019/09/2_TomHS1.5-1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(5, 'b97efc6cf5c0708b274fc921e3480c1e', '$upload$/2019/09/TomENicholson8.24.192-1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(6, '0d5b01811f50b169059a68b740e87162', '$upload$/2019/09/IMG_20190618_155237_363.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(7, '6d675188184f60ef2b4316f56eea4eb9', '$upload$/2019/09/TomHS1.5-1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(8, 'f04dd9382a1f91b50a9a85928e81222e', '$upload$/2019/09/IMG_20190520_092852_465.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');

-- --------------------------------------------------------

--
-- Table structure for table `wp_nextend2_section_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
CREATE TABLE IF NOT EXISTS `wp_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) NOT NULL,
  `section` varchar(128) NOT NULL,
  `referencekey` varchar(128) NOT NULL,
  `value` mediumtext NOT NULL,
  `system` int(11) NOT NULL DEFAULT 0,
  `editable` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `application` (`application`,`section`,`referencekey`),
  KEY `application_2` (`application`,`section`)
) ENGINE=InnoDB AUTO_INCREMENT=10713 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_nextend2_section_storage`
--

INSERT INTO `wp_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES
(10000, 'system', 'global', 'n2_ss3_version', '3.3.21r4359', 1, 1),
(10409, 'smartslider', 'tutorial', 'free', '1', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `alias` varchar(255) DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--

INSERT INTO `wp_nextend2_smartslider3_sliders` (`id`, `alias`, `title`, `type`, `params`, `time`, `thumbnail`, `ordering`) VALUES
(1, NULL, 'Sample Slider', 'simple', '{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-overlay\":\"0\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}', '2015-11-01 14:14:20', '', 0),
(2, NULL, 'Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"0\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"0\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"crossfade\",\"animation-duration\":\"800\",\"background-animation\":\"1402\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"500\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"7000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"$ss$\\/plugins\\/widgetshadow\\/shadow\\/shadow\\/shadow\\/dark.png\",\"widgets\":\"autoplay\"}', '2019-09-07 06:35:18', '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`group_id`,`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--

INSERT INTO `wp_nextend2_smartslider3_sliders_xref` (`group_id`, `slider_id`, `ordering`) VALUES
(0, 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext DEFAULT NULL,
  `description` text NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--

INSERT INTO `wp_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(1, 'Slide One', 1, '2015-11-01 12:27:34', '2025-11-11 12:27:34', 1, 0, '[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Martin Dwyer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Martin Dwyer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Application Developer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Application Developer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]', '', 'https://smartslider3.com/sample/developerthumbnail.jpg', '{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/programmer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}', 0, 0),
(2, 'Slide Two', 1, '2015-11-01 12:27:34', '2025-11-11 12:27:34', 1, 0, '[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]', '', 'https://smartslider3.com/sample/artdirectorthumbnail.jpg', '{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}', 1, 0),
(3, 'Slide Three', 1, '2015-11-01 12:27:34', '2025-11-11 12:27:34', 1, 0, '[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]', '', 'https://smartslider3.com/sample/photographerthumbnail.jpg', '{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}', 2, 0),
(4, 'TomHS1', 2, '2019-09-06 10:35:52', '2029-09-07 10:35:52', 1, 0, '[]', '', '$upload$/2019/09/2_TomHS1.5-1.jpg', '{\"backgroundImage\":\"$upload$\\/2019\\/09\\/2_TomHS1.5-1.jpg\",\"version\":\"3.3.21\"}', 0, 0),
(5, 'TomENicholson8.24.192-1', 2, '2019-09-06 10:35:52', '2029-09-07 10:35:52', 1, 0, '[]', '', '$upload$/2019/09/TomENicholson8.24.192-1.jpg', '{\"backgroundImage\":\"$upload$\\/2019\\/09\\/TomENicholson8.24.192-1.jpg\",\"version\":\"3.3.21\"}', 1, 0),
(6, 'IMG_20190618_155237_363', 2, '2019-09-06 10:35:52', '2029-09-07 10:35:52', 1, 0, '[]', '', '$upload$/2019/09/IMG_20190618_155237_363.jpg', '{\"backgroundImage\":\"$upload$\\/2019\\/09\\/IMG_20190618_155237_363.jpg\",\"version\":\"3.3.21\"}', 2, 0),
(8, 'IMG_20190520_092852_465', 2, '2019-09-06 10:40:23', '2029-09-07 10:40:23', 1, 0, '[]', '', '$upload$/2019/09/IMG_20190520_092852_465.jpg', '{\"backgroundImage\":\"$upload$\\/2019\\/09\\/IMG_20190520_092852_465.jpg\",\"version\":\"3.3.21\"}', 3, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
CREATE TABLE IF NOT EXISTS `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `albumdesc` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sortorder` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
CREATE TABLE IF NOT EXISTS `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `path` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `galdesc` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`gid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_ngg_gallery`
--

INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`, `extras_post_id`) VALUES
(1, 'home_slideshow', 'home_slideshow', 'wp-content/gallery/home_slideshow/', 'home_slideshow', NULL, 0, 1, 1, 224),
(2, 'photo_page', 'photo_page', 'wp-content/gallery/photo_page/', 'photo_page', NULL, 0, 5, 1, 238);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
CREATE TABLE IF NOT EXISTS `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `galleryid` bigint(20) NOT NULL DEFAULT 0,
  `filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alttext` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT 0,
  `sortorder` bigint(20) NOT NULL DEFAULT 0,
  `meta_data` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `updated_at` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_ngg_pictures`
--

INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(1, 'tomhs1-5-1-1', 0, 1, 'TomHS1.5-1.jpg', '', 'TomHS1.5-1', '2019-08-27 00:24:58', 0, 0, 'eyJhcGVydHVyZSI6IkYgMy41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDVEUyBSIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxNTY2ODY1NDk4LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI1OCBtbSIsImlzbyI6MTAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMjAwIHNlYyIsImZsYXNoIjoiRmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjEzNDUsImhlaWdodCI6MTIwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IlRvbUhTMS41LTEuanBnIiwid2lkdGgiOjQzMDUsImhlaWdodCI6Mzg0MCwiZ2VuZXJhdGVkIjoiMC4wNDMxMzIwMCAxNTY3ODQ5MjQyIn0sIm1kNSI6ImNkNzU0OGZiMDNhYzUxZTU4Y2M1ODZmN2VmYWExYTllIiwiZnVsbCI6eyJ3aWR0aCI6MTM0NSwiaGVpZ2h0IjoxMjAwLCJtZDUiOiJjZDc1NDhmYjAzYWM1MWU1OGNjNTg2ZjdlZmFhMWE5ZSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX1RvbUhTMS41LTEuanBnIiwiZ2VuZXJhdGVkIjoiMC43MTIwMzgwMCAxNTY3ODQ5MjQyIn0sIm5nZzBkeW4teDI1MHgxMDAtMDBmMHcwMTFjMDEwcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MjgwLCJoZWlnaHQiOjI1MCwiZmlsZW5hbWUiOiJUb21IUzEuNS0xLmpwZy1uZ2dpZDAxMS1uZ2cwZHluLTB4MjUweDEwMC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuODk5NzAyMDAgMTU2Nzg0OTg4MyJ9fQ==', 225, 1567849883),
(2, 'img_20190618_155237_363-1', 0, 1, 'IMG_20190618_155237_363.jpg', ' ', 'IMG_20190618_155237_363', '2019-09-07 09:40:42', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IklNR18yMDE5MDYxOF8xNTUyMzdfMzYzLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjkxNTU5NzAwIDE1Njc4NDkyNDIifSwibWQ1IjoiN2I1YzJjNjZiYTI3OGVkZjVmYzA4YWUxYTI4NDM0MDYiLCJmdWxsIjp7IndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJtZDUiOiI3YjVjMmM2NmJhMjc4ZWRmNWZjMDhhZTFhMjg0MzQwNiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yMDE5MDYxOF8xNTUyMzdfMzYzLmpwZyIsImdlbmVyYXRlZCI6IjAuMDMzNjQ5MDAgMTU2Nzg0OTI0MyJ9fQ==', 226, 1567849243),
(3, 'img_20190520_092852_465-1', 0, 1, 'IMG_20190520_092852_465.jpg', ' ', 'IMG_20190520_092852_465', '2019-09-07 09:40:43', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NzYwLCJoZWlnaHQiOjc0Miwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IklNR18yMDE5MDUyMF8wOTI4NTJfNDY1LmpwZyIsIndpZHRoIjo3NjAsImhlaWdodCI6NzQyLCJnZW5lcmF0ZWQiOiIwLjI0NzM5ODAwIDE1Njc4NDkyNDMifSwibWQ1IjoiOTgxZTgzODVjZjBkYmU3NWU0ZWE3M2YwZDQwZDEwMjMiLCJmdWxsIjp7IndpZHRoIjo3NjAsImhlaWdodCI6NzQyLCJtZDUiOiI5ODFlODM4NWNmMGRiZTc1ZTRlYTczZjBkNDBkMTAyMyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yMDE5MDUyMF8wOTI4NTJfNDY1LmpwZyIsImdlbmVyYXRlZCI6IjAuMzgzNDkzMDAgMTU2Nzg0OTI0MyJ9fQ==', 227, 1567849243),
(4, 'tomenicholson8-24-192-1-1', 0, 1, 'TomENicholson8.24.192-1.jpg', ' ', 'TomENicholson8.24.192-1', '2019-08-22 01:54:09', 0, 0, 'eyJhcGVydHVyZSI6IkYgMi44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDVEUyBSIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxNTY2NDM4ODQ5LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI3MCBtbSIsImlzbyI6MTAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMzIwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxODAwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJUb21FTmljaG9sc29uOC4yNC4xOTItMS5qcGciLCJ3aWR0aCI6NjQ4MCwiaGVpZ2h0Ijo0MzIwLCJnZW5lcmF0ZWQiOiIwLjU5MzQwNzAwIDE1Njc4NDkyNDMifSwibWQ1IjoiODhmNmExODk3ZTI0NmU3MWY1ZGIxNjkzMzIzNTAxZjIiLCJmdWxsIjp7IndpZHRoIjoxODAwLCJoZWlnaHQiOjEyMDAsIm1kNSI6Ijg4ZjZhMTg5N2UyNDZlNzFmNWRiMTY5MzMyMzUwMWYyIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfVG9tRU5pY2hvbHNvbjguMjQuMTkyLTEuanBnIiwiZ2VuZXJhdGVkIjoiMC42NjAzMzgwMCAxNTY3ODQ5MjQ0In19', 228, 1567849244),
(5, '68618319_103576614340930_1433572874093854720_n', 0, 2, '68618319_103576614340930_1433572874093854720_n.jpg', '', '68618319_103576614340930_1433572874093854720_n', '2019-09-07 09:53:17', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjYyOCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4NjE4MzE5XzEwMzU3NjYxNDM0MDkzMF8xNDMzNTcyODc0MDkzODU0NzIwX24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2MjgsImdlbmVyYXRlZCI6IjAuODIwOTk0MDAgMTU2Nzg0OTk5NyJ9LCJtZDUiOiJiYTM4OTAyMTYyNzYxMmI4NWI2ZDBjNzcyYzQwNTcyOSIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2MjgsIm1kNSI6ImJhMzg5MDIxNjI3NjEyYjg1YjZkMGM3NzJjNDA1NzI5In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjg2MTgzMTlfMTAzNTc2NjE0MzQwOTMwXzE0MzM1NzI4NzQwOTM4NTQ3MjBfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjk2NDA3MzAwIDE1Njc4NDk5OTcifX0=', 239, 1567849997),
(6, 'screenshot_20190728_185839', 0, 2, 'Screenshot_20190728_185839.png', '', 'Screenshot_20190728_185839', '2019-09-07 09:53:18', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTAwMywiaGVpZ2h0Ijo4MDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJTY3JlZW5zaG90XzIwMTkwNzI4XzE4NTgzOS5wbmciLCJ3aWR0aCI6MTAwMywiaGVpZ2h0Ijo4MDAsImdlbmVyYXRlZCI6IjAuMTgxMzMyMDAgMTU2Nzg0OTk5OCJ9LCJtZDUiOiJiYmMxZmIxMDI1MWRlZTlmMWI0MDEyZDUzZTVlMGQ5ZiIsImZ1bGwiOnsid2lkdGgiOjEwMDMsImhlaWdodCI6ODAwLCJtZDUiOiJiYmMxZmIxMDI1MWRlZTlmMWI0MDEyZDUzZTVlMGQ5ZiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX1NjcmVlbnNob3RfMjAxOTA3MjhfMTg1ODM5LnBuZyIsImdlbmVyYXRlZCI6IjAuNjA1NjQ2MDAgMTU2Nzg0OTk5OCJ9fQ==', 240, 1567849998),
(7, '68512931_103551517676773_8876721760356007936_n', 0, 2, '68512931_103551517676773_8876721760356007936_n.jpg', '', '68512931_103551517676773_8876721760356007936_n', '2019-09-07 09:53:18', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4NTEyOTMxXzEwMzU1MTUxNzY3Njc3M184ODc2NzIxNzYwMzU2MDA3OTM2X24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImdlbmVyYXRlZCI6IjAuNzk5NDM1MDAgMTU2Nzg0OTk5OCJ9LCJtZDUiOiIxYzBkN2Q0MGQ4YmEzZDdjZGU1MjM0NzU3YjdmN2U2ZCIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsIm1kNSI6IjFjMGQ3ZDQwZDhiYTNkN2NkZTUyMzQ3NTdiN2Y3ZTZkIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjg1MTI5MzFfMTAzNTUxNTE3Njc2NzczXzg4NzY3MjE3NjAzNTYwMDc5MzZfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjk1NTkxMjAwIDE1Njc4NDk5OTgifX0=', 241, 1567849998),
(8, '69257252_103551787676746_1569865621053636608_n', 0, 2, '69257252_103551787676746_1569865621053636608_n.jpg', '', '69257252_103551787676746_1569865621053636608_n', '2019-09-07 09:53:19', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY5MjU3MjUyXzEwMzU1MTc4NzY3Njc0Nl8xNTY5ODY1NjIxMDUzNjM2NjA4X24uanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsImdlbmVyYXRlZCI6IjAuMTQ4MTQzMDAgMTU2Nzg0OTk5OSJ9LCJtZDUiOiJjZTgwZWIyZDBhMTNlOWVhZDdhNzM1OTdjMTU5ZDliZCIsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsIm1kNSI6ImNlODBlYjJkMGExM2U5ZWFkN2E3MzU5N2MxNTlkOWJkIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjkyNTcyNTJfMTAzNTUxNzg3Njc2NzQ2XzE1Njk4NjU2MjEwNTM2MzY2MDhfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjIwMjk5NzAwIDE1Njc4NDk5OTkifX0=', 242, 1567849999),
(9, '68293351_103551524343439_7310879870823694336_n', 0, 2, '68293351_103551524343439_7310879870823694336_n.jpg', '', '68293351_103551524343439_7310879870823694336_n', '2019-09-07 09:53:19', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjYxMSwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4MjkzMzUxXzEwMzU1MTUyNDM0MzQzOV83MzEwODc5ODcwODIzNjk0MzM2X24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2MTEsImdlbmVyYXRlZCI6IjAuNDMyNjg5MDAgMTU2Nzg0OTk5OSJ9LCJtZDUiOiJlMzgyMThhZmZhMjUwOGEzMzgzNTgzZTczZjY0YzI0NyIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2MTEsIm1kNSI6ImUzODIxOGFmZmEyNTA4YTMzODM1ODNlNzNmNjRjMjQ3In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjgyOTMzNTFfMTAzNTUxNTI0MzQzNDM5XzczMTA4Nzk4NzA4MjM2OTQzMzZfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjU0NzczNDAwIDE1Njc4NDk5OTkifX0=', 243, 1567849999),
(10, '68657008_103566141008644_4009786561376813056_n', 0, 2, '68657008_103566141008644_4009786561376813056_n.jpg', '', '68657008_103566141008644_4009786561376813056_n', '2019-09-07 09:53:19', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY3NSwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4NjU3MDA4XzEwMzU2NjE0MTAwODY0NF80MDA5Nzg2NTYxMzc2ODEzMDU2X24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NzUsImdlbmVyYXRlZCI6IjAuNzM2Mjk5MDAgMTU2Nzg0OTk5OSJ9LCJtZDUiOiI4YWE3ZTU0ZmZhNDlkMzk0OTQzY2Y3ZGJjNGU4OTcwZCIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NzUsIm1kNSI6IjhhYTdlNTRmZmE0OWQzOTQ5NDNjZjdkYmM0ZTg5NzBkIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjg2NTcwMDhfMTAzNTY2MTQxMDA4NjQ0XzQwMDk3ODY1NjEzNzY4MTMwNTZfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjg1Mjc2MDAwIDE1Njc4NDk5OTkifX0=', 244, 1567849999),
(11, '68395828_103566397675285_6450980955208286208_n', 0, 2, '68395828_103566397675285_6450980955208286208_n.jpg', '', '68395828_103566397675285_6450980955208286208_n', '2019-09-07 09:53:20', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODk4LCJoZWlnaHQiOjg5OCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4Mzk1ODI4XzEwMzU2NjM5NzY3NTI4NV82NDUwOTgwOTU1MjA4Mjg2MjA4X24uanBnIiwid2lkdGgiOjg5OCwiaGVpZ2h0Ijo4OTgsImdlbmVyYXRlZCI6IjAuMDM5NDQ3MDAgMTU2Nzg1MDAwMCJ9LCJtZDUiOiJkNGRkZWI1ZjJhZTM2MDZlOGQzYzMyZGJkNzI3YzUwYiIsImZ1bGwiOnsid2lkdGgiOjg5OCwiaGVpZ2h0Ijo4OTgsIm1kNSI6ImQ0ZGRlYjVmMmFlMzYwNmU4ZDNjMzJkYmQ3MjdjNTBiIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjgzOTU4MjhfMTAzNTY2Mzk3Njc1Mjg1XzY0NTA5ODA5NTUyMDgyODYyMDhfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjE3ODM0NzAwIDE1Njc4NTAwMDAifX0=', 245, 1567850000),
(12, '67890538_103547731010485_6974925170993528832_n', 0, 2, '67890538_103547731010485_6974925170993528832_n.jpg', '', '67890538_103547731010485_6974925170993528832_n', '2019-09-07 09:53:20', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NzIwLCJoZWlnaHQiOjk2MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY3ODkwNTM4XzEwMzU0NzczMTAxMDQ4NV82OTc0OTI1MTcwOTkzNTI4ODMyX24uanBnIiwid2lkdGgiOjcyMCwiaGVpZ2h0Ijo5NjAsImdlbmVyYXRlZCI6IjAuMzc1NjQzMDAgMTU2Nzg1MDAwMCJ9LCJtZDUiOiIyZmNmMjg5ZjY0OGI0YTAxODc3MjJhMGFjMThmYWYwOSIsImZ1bGwiOnsid2lkdGgiOjcyMCwiaGVpZ2h0Ijo5NjAsIm1kNSI6IjJmY2YyODlmNjQ4YjRhMDE4NzcyMmEwYWMxOGZhZjA5In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjc4OTA1MzhfMTAzNTQ3NzMxMDEwNDg1XzY5NzQ5MjUxNzA5OTM1Mjg4MzJfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjUwOTU5NDAwIDE1Njc4NTAwMDAifX0=', 246, 1567850000),
(13, '68401693_103566291008629_6434501470636212224_n', 0, 2, '68401693_103566291008629_6434501470636212224_n.jpg', 'Me getting an award.', 'Award Time!', '2019-09-07 09:53:20', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NzIwLCJoZWlnaHQiOjk2MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4NDAxNjkzXzEwMzU2NjI5MTAwODYyOV82NDM0NTAxNDcwNjM2MjEyMjI0X24uanBnIiwid2lkdGgiOjcyMCwiaGVpZ2h0Ijo5NjAsImdlbmVyYXRlZCI6IjAuNjk2ODg0MDAgMTU2Nzg1MDAwMCJ9LCJtZDUiOiJhM2RhNGZjZjdiMDU2MTZiN2Y0MGNiN2E0NGJmMjMyYiIsImZ1bGwiOnsid2lkdGgiOjcyMCwiaGVpZ2h0Ijo5NjAsIm1kNSI6ImEzZGE0ZmNmN2IwNTYxNmI3ZjQwY2I3YTQ0YmYyMzJiIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjg0MDE2OTNfMTAzNTY2MjkxMDA4NjI5XzY0MzQ1MDE0NzA2MzYyMTIyMjRfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjgwMzEzMTAwIDE1Njc4NTAwMDAifX0=', 247, 1567850000),
(14, '68812611_103575741007684_8739138349953974272_n', 0, 2, '68812611_103575741007684_8739138349953974272_n.jpg', '', '68812611_103575741007684_8739138349953974272_n', '2019-09-07 09:53:20', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjcyMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4ODEyNjExXzEwMzU3NTc0MTAwNzY4NF84NzM5MTM4MzQ5OTUzOTc0MjcyX24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo3MjAsImdlbmVyYXRlZCI6IjAuOTk2NDc1MDAgMTU2Nzg1MDAwMCJ9LCJtZDUiOiIzYWJhNTllMDA4MzU4MTBlZjE1YTE2MTlkMzhhNDdmZCIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo3MjAsIm1kNSI6IjNhYmE1OWUwMDgzNTgxMGVmMTVhMTYxOWQzOGE0N2ZkIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjg4MTI2MTFfMTAzNTc1NzQxMDA3Njg0Xzg3MzkxMzgzNDk5NTM5NzQyNzJfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjExNTMxNTAwIDE1Njc4NTAwMDEifX0=', 248, 1567850001),
(15, '68275435_103575724341019_5905086089286123520_n', 0, 2, '68275435_103575724341019_5905086089286123520_n.jpg', '', '68275435_103575724341019_5905086089286123520_n', '2019-09-07 09:53:21', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NTMzLCJoZWlnaHQiOjk2MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4Mjc1NDM1XzEwMzU3NTcyNDM0MTAxOV81OTA1MDg2MDg5Mjg2MTIzNTIwX24uanBnIiwid2lkdGgiOjUzMywiaGVpZ2h0Ijo5NjAsImdlbmVyYXRlZCI6IjAuMzA4OTQ5MDAgMTU2Nzg1MDAwMSJ9LCJtZDUiOiJkODAzMWE2MWIwNDk2NWViN2Y3Y2ZiMzFiNTg2MTk4ZSIsImZ1bGwiOnsid2lkdGgiOjUzMywiaGVpZ2h0Ijo5NjAsIm1kNSI6ImQ4MDMxYTYxYjA0OTY1ZWI3ZjdjZmIzMWI1ODYxOThlIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjgyNzU0MzVfMTAzNTc1NzI0MzQxMDE5XzU5MDUwODYwODkyODYxMjM1MjBfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjM5NzMxNjAwIDE1Njc4NTAwMDEifX0=', 249, 1567850001),
(16, '67949605_103553904343201_6900274228457635840_n', 0, 2, '67949605_103553904343201_6900274228457635840_n.jpg', '', '67949605_103553904343201_6900274228457635840_n', '2019-09-07 09:53:21', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAzLCJoZWlnaHQiOjY1Miwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY3OTQ5NjA1XzEwMzU1MzkwNDM0MzIwMV82OTAwMjc0MjI4NDU3NjM1ODQwX24uanBnIiwid2lkdGgiOjgwMywiaGVpZ2h0Ijo2NTIsImdlbmVyYXRlZCI6IjAuNTg1NjQ2MDAgMTU2Nzg1MDAwMSJ9LCJtZDUiOiJmM2RjOTkxMDIwNjFhZWUzY2IwYzY1ZmJiMzRlMzFkYSIsImZ1bGwiOnsid2lkdGgiOjgwMywiaGVpZ2h0Ijo2NTIsIm1kNSI6ImYzZGM5OTEwMjA2MWFlZTNjYjBjNjVmYmIzNGUzMWRhIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjc5NDk2MDVfMTAzNTUzOTA0MzQzMjAxXzY5MDAyNzQyMjg0NTc2MzU4NDBfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjcwMTU3NzAwIDE1Njc4NTAwMDEifX0=', 250, 1567850001),
(17, '68354070_103576644340927_5544441559501504512_n', 0, 2, '68354070_103576644340927_5544441559501504512_n.jpg', '', '68354070_103576644340927_5544441559501504512_n', '2019-09-07 09:53:21', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjcyMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY4MzU0MDcwXzEwMzU3NjY0NDM0MDkyN181NTQ0NDQxNTU5NTAxNTA0NTEyX24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo3MjAsImdlbmVyYXRlZCI6IjAuODg3MDQxMDAgMTU2Nzg1MDAwMSJ9LCJtZDUiOiI5OTZhNmUzOTAzZTgyZGFhMTlmYTdiOTk2MWZiZmQ0MCIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo3MjAsIm1kNSI6Ijk5NmE2ZTM5MDNlODJkYWExOWZhN2I5OTYxZmJmZDQwIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfNjgzNTQwNzBfMTAzNTc2NjQ0MzQwOTI3XzU1NDQ0NDE1NTk1MDE1MDQ1MTJfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjAxMTkwMzAwIDE1Njc4NTAwMDIifX0=', 251, 1567850002),
(18, '67890538_103547731010485_6974925170993528832_n-1', 0, 2, '67890538_103547731010485_6974925170993528832_n-1.jpg', '', '67890538_103547731010485_6974925170993528832_n-1', '2019-09-07 09:53:22', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NzIwLCJoZWlnaHQiOjk2MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjY3ODkwNTM4XzEwMzU0NzczMTAxMDQ4NV82OTc0OTI1MTcwOTkzNTI4ODMyX24tMS5qcGciLCJ3aWR0aCI6NzIwLCJoZWlnaHQiOjk2MCwiZ2VuZXJhdGVkIjoiMC4yMDMxNjgwMCAxNTY3ODUwMDAyIn0sIm1kNSI6IjJmY2YyODlmNjQ4YjRhMDE4NzcyMmEwYWMxOGZhZjA5IiwiZnVsbCI6eyJ3aWR0aCI6NzIwLCJoZWlnaHQiOjk2MCwibWQ1IjoiMmZjZjI4OWY2NDhiNGEwMTg3NzIyYTBhYzE4ZmFmMDkifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic182Nzg5MDUzOF8xMDM1NDc3MzEwMTA0ODVfNjk3NDkyNTE3MDk5MzUyODgzMl9uLTEuanBnIiwiZ2VuZXJhdGVkIjoiMC4zMzIxNzIwMCAxNTY3ODUwMDAyIn19', 252, 1567850002),
(19, 'tom-image_fix', 0, 2, 'tom-image_fix.png', '', 'tom-image_fix', '2019-09-07 09:53:22', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY3NSwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6InRvbS1pbWFnZV9maXgucG5nIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NzUsImdlbmVyYXRlZCI6IjAuNTMzMjY1MDAgMTU2Nzg1MDAwMiJ9LCJtZDUiOiIyYWMxMmE4ODE5ODQ2N2IwOWZkMzM5OTE5NDk0ZTg3NSIsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NzUsIm1kNSI6IjJhYzEyYTg4MTk4NDY3YjA5ZmQzMzk5MTk0OTRlODc1In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfdG9tLWltYWdlX2ZpeC5wbmciLCJnZW5lcmF0ZWQiOiIwLjkxODA1MjAwIDE1Njc4NTAwMDIifX0=', 253, 1567850002),
(20, 'img_20190520_092852_465-2', 0, 2, 'IMG_20190520_092852_465.jpg', '', 'IMG_20190520_092852_465', '2019-09-07 09:53:23', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NzYwLCJoZWlnaHQiOjc0Miwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IklNR18yMDE5MDUyMF8wOTI4NTJfNDY1LmpwZyIsIndpZHRoIjo3NjAsImhlaWdodCI6NzQyLCJnZW5lcmF0ZWQiOiIwLjEwODQ2NzAwIDE1Njc4NTAwMDMifSwibWQ1IjoiOTgxZTgzODVjZjBkYmU3NWU0ZWE3M2YwZDQwZDEwMjMiLCJmdWxsIjp7IndpZHRoIjo3NjAsImhlaWdodCI6NzQyLCJtZDUiOiI5ODFlODM4NWNmMGRiZTc1ZTRlYTczZjBkNDBkMTAyMyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yMDE5MDUyMF8wOTI4NTJfNDY1LmpwZyIsImdlbmVyYXRlZCI6IjAuMjA5NTEzMDAgMTU2Nzg1MDAwMyJ9fQ==', 254, 1567850003),
(21, 'tomhs1-5-1-2', 0, 2, 'TomHS1.5-1.jpg', '', 'TomHS1.5-1', '2019-08-27 00:24:58', 0, 0, 'eyJhcGVydHVyZSI6IkYgMy41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDVEUyBSIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxNTY2ODY1NDk4LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI1OCBtbSIsImlzbyI6MTAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMjAwIHNlYyIsImZsYXNoIjoiRmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjEzNDUsImhlaWdodCI6MTIwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IlRvbUhTMS41LTEuanBnIiwid2lkdGgiOjQzMDUsImhlaWdodCI6Mzg0MCwiZ2VuZXJhdGVkIjoiMC40MDc3MjUwMCAxNTY3ODUwMDAzIn0sIm1kNSI6ImNkNzU0OGZiMDNhYzUxZTU4Y2M1ODZmN2VmYWExYTllIiwiZnVsbCI6eyJ3aWR0aCI6MTM0NSwiaGVpZ2h0IjoxMjAwLCJtZDUiOiJjZDc1NDhmYjAzYWM1MWU1OGNjNTg2ZjdlZmFhMWE5ZSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX1RvbUhTMS41LTEuanBnIiwiZ2VuZXJhdGVkIjoiMC4wNjQ5MzIwMCAxNTY3ODUwMDA0In19', 255, 1567850004),
(22, 'img_20190618_155237_363-2', 0, 2, 'IMG_20190618_155237_363.jpg', '', 'IMG_20190618_155237_363', '2019-09-07 09:53:24', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IklNR18yMDE5MDYxOF8xNTUyMzdfMzYzLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjI1NjY5MjAwIDE1Njc4NTAwMDQifSwibWQ1IjoiN2I1YzJjNjZiYTI3OGVkZjVmYzA4YWUxYTI4NDM0MDYiLCJmdWxsIjp7IndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJtZDUiOiI3YjVjMmM2NmJhMjc4ZWRmNWZjMDhhZTFhMjg0MzQwNiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yMDE5MDYxOF8xNTUyMzdfMzYzLmpwZyIsImdlbmVyYXRlZCI6IjAuMzY5MjkxMDAgMTU2Nzg1MDAwNCJ9fQ==', 256, 1567850004),
(23, 'tomenicholson8-24-192-1-2', 0, 2, 'TomENicholson8.24.192-1.jpg', '', 'TomENicholson8.24.192-1', '2019-08-22 01:54:09', 0, 0, 'eyJhcGVydHVyZSI6IkYgMi44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDVEUyBSIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxNTY2NDM4ODQ5LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI3MCBtbSIsImlzbyI6MTAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMzIwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxODAwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJUb21FTmljaG9sc29uOC4yNC4xOTItMS5qcGciLCJ3aWR0aCI6NjQ4MCwiaGVpZ2h0Ijo0MzIwLCJnZW5lcmF0ZWQiOiIwLjU3NjkyMjAwIDE1Njc4NTAwMDQifSwibWQ1IjoiODhmNmExODk3ZTI0NmU3MWY1ZGIxNjkzMzIzNTAxZjIiLCJmdWxsIjp7IndpZHRoIjoxODAwLCJoZWlnaHQiOjEyMDAsIm1kNSI6Ijg4ZjZhMTg5N2UyNDZlNzFmNWRiMTY5MzMyMzUwMWYyIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfVG9tRU5pY2hvbHNvbjguMjQuMTkyLTEuanBnIiwiZ2VuZXJhdGVkIjoiMC42MjgwMzAwMCAxNTY3ODUwMDA1In19', 257, 1567850005),
(24, '2_tomhs1-5-1', 0, 2, '2_TomHS1.5-1.jpg', '', '2_TomHS1.5-1', '2019-08-27 00:24:58', 0, 0, 'eyJhcGVydHVyZSI6IkYgMy41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDVEUyBSIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxNTY2ODY1NDk4LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI1OCBtbSIsImlzbyI6MTAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMjAwIHNlYyIsImZsYXNoIjoiRmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjEzNDUsImhlaWdodCI6MTIwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjJfVG9tSFMxLjUtMS5qcGciLCJ3aWR0aCI6MTM0NSwiaGVpZ2h0IjoxMjAwLCJnZW5lcmF0ZWQiOiIwLjgyMjc0NDAwIDE1Njc4NTAwMDUifSwibWQ1IjoiYjgzNGE0ZTE3MTc2OTRjYjBjNWE2YmQ5MGU0MzMyODUiLCJmdWxsIjp7IndpZHRoIjoxMzQ1LCJoZWlnaHQiOjEyMDAsIm1kNSI6ImI4MzRhNGUxNzE3Njk0Y2IwYzVhNmJkOTBlNDMzMjg1In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMl9Ub21IUzEuNS0xLmpwZyIsImdlbmVyYXRlZCI6IjAuMDYyMTM1MDAgMTU2Nzg1MDAwNiJ9fQ==', 258, 1567850006);

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=1402 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/wordpress', 'yes'),
(2, 'home', 'http://localhost/wordpress', 'yes'),
(3, 'blogname', 'Tom E. Nicholson', 'yes'),
(4, 'blogdescription', 'Actor / Producer', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'netgecko03@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', '', 'yes'),
(15, 'mailserver_login', '', 'yes'),
(16, 'mailserver_pass', '', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'closed', 'yes'),
(20, 'default_ping_status', 'closed', 'yes'),
(21, 'default_pingback_flag', '', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:90:{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: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:39:\"index.php?&page_id=60&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:8:{i:0;s:31:\"query-monitor/query-monitor.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:37:\"foobox-image-lightbox/foobox-free.php\";i:3;s:25:\"foogallery/foogallery.php\";i:4;s:53:\"hide-page-and-post-title/hide-page-and-post-title.php\";i:5;s:21:\"megamenu/megamenu.php\";i:6;s:33:\"smart-slider-3/smart-slider-3.php\";i:7;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '-4', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentynineteen', 'yes'),
(41, 'stylesheet', 'twentynineteen-child', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '0', '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', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a: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:6:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:2;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&mdash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&mdash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:5:{s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";s:25:\"menu-image/menu-image.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}s:39:\"svg-vector-icon-plugin/wp-svg-icons.php\";s:22:\"uninstall_wp_svg_icons\";s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}s:23:\"mobile-menu/mobmenu.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}}', 'no'),
(82, 'timezone_string', '', 'yes'),
(84, 'page_on_front', '60', '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, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:69:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";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'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:3;a:1:{s:5:\"title\";s:6:\"Search\";}i:4;a:1:{s:5:\"title\";s:6:\"Search\";}}', 'yes'),
(97, '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'),
(98, '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'),
(99, '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'),
(100, 'widget_meta', 'a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}', 'yes'),
(101, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:6:\"meta-4\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";i:7;s:8:\"search-3\";i:8;s:8:\"search-4\";i:9;s:6:\"text-2\";i:10;s:6:\"text-4\";i:11;s:6:\"text-5\";i:12;s:6:\"text-3\";}s:9:\"sidebar-1\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(102, 'cron', 'a:6:{i:1569619524;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1569633924;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1569633928;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:1569633929;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:1569703178;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(103, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'recovery_keys', 'a:0:{}', 'yes'),
(125, 'can_compress_scripts', '1', 'no'),
(140, 'theme_mods_twentynineteen', 'a:7:{s:18:\"custom_css_post_id\";i:77;s:18:\"nav_menu_locations\";a:3:{s:6:\"menu-1\";i:2;s:6:\"footer\";i:0;s:6:\"social\";i:4;}s:13:\"primary_color\";s:7:\"default\";s:17:\"primary_color_hue\";i:207;s:12:\"image_filter\";i:0;s:11:\"custom_logo\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1569080121;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-3\";i:1;s:8:\"search-4\";i:2;s:6:\"text-2\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:6:\"text-3\";}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:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(148, 'recently_activated', 'a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";i:1569527209;s:27:\"svg-support/svg-support.php\";i:1569450323;s:29:\"simple-icons/simple-icons.php\";i:1569450236;s:25:\"menu-icons/menu-icons.php\";i:1569450171;s:39:\"svg-vector-icon-plugin/wp-svg-icons.php\";i:1569206560;s:29:\"social-icons/social-icons.php\";i:1569071243;}', 'yes'),
(151, 'WPLANG', '', 'yes'),
(152, 'new_admin_email', 'netgecko03@gmail.com', 'yes'),
(167, 'theme_mods_shapely', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:11:\"social-menu\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1566282473;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-3\";i:1;s:8:\"search-4\";i:2;s:6:\"text-2\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:6:\"text-3\";}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:12:\"sidebar-home\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:15:\"footer-widget-3\";a:0:{}s:15:\"footer-widget-4\";a:0:{}}}}', 'yes'),
(169, 'current_theme', 'Twenty Nineteen Child', 'yes'),
(170, 'theme_switched', '', 'yes'),
(183, 'shapely_backup_settings', '13', 'yes'),
(186, 'theme_mods_sydney', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565995246;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:8:\"search-3\";i:1;s:8:\"search-4\";i:2;s:6:\"text-2\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:10:\"archives-2\";i:6;s:6:\"meta-2\";i:7;s:8:\"search-2\";i:8;s:12:\"categories-2\";i:9;s:14:\"recent-posts-2\";i:10;s:17:\"recent-comments-2\";i:11;s:6:\"text-3\";}s:9:\"sidebar-1\";a:1:{i:0;s:25:\"themegrill_social_icons-3\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}', 'yes'),
(187, 'elementor_disable_color_schemes', 'yes', 'yes'),
(188, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(195, 'widget_sydney_contact_info', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(213, 'theme_mods_gute', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565987626;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:8:\"search-4\";}s:13:\"footer-widget\";a:0:{}s:11:\"mail-widget\";a:0:{}}}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(216, 'theme_mods_llorix-one-lite', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565985476;s:4:\"data\";a:7:{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:11:\"footer-area\";a:0:{}s:13:\"footer-area-2\";a:0:{}s:13:\"footer-area-3\";a:0:{}s:13:\"footer-area-4\";a:0:{}s:31:\"llorix-one-sidebar-shop-archive\";a:0:{}}}}', 'yes'),
(222, 'theme_mods_lyrical', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565985621;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:4:\"hero\";a:0:{}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}', 'yes'),
(223, 'widget_primer-hero-text', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(225, '_transient_primer_has_active_categories', '', 'yes'),
(238, 'theme_mods_velux', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(239, 'theme_mods_twentyseventeen', 'a:7:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:2;s:6:\"social\";i:3;}s:7:\"panel_1\";i:41;s:7:\"panel_2\";i:38;s:7:\"panel_3\";i:40;s:7:\"panel_4\";i:39;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565987616;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}', 'yes'),
(242, 'theme_switched_via_customizer', '', 'yes'),
(243, 'nav_menu_options', 'a:1:{s:8:\"auto_add\";a:1:{i:0;i:2;}}', 'yes'),
(244, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(245, 'theme_mods_twentysixteen', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"social\";i:3;s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565986352;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}', 'yes'),
(248, 'theme_mods_mesmerize', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(255, 'category_children', 'a:0:{}', 'yes'),
(261, 'page_for_posts', '134', 'yes'),
(279, 'analyst_cache', 's:6:\"a:0:{}\";', 'yes'),
(281, 'show_new_notification', 'yes', 'yes'),
(282, 'show_premium_cumulative_count_notification', 'yes', 'yes'),
(283, 'sfsi_custom_icons', 'no', 'yes'),
(284, 'sfsi_section1_options', 's:546:\"a:15:{s:16:\"sfsi_rss_display\";s:3:\"yes\";s:18:\"sfsi_email_display\";s:3:\"yes\";s:21:\"sfsi_facebook_display\";s:3:\"yes\";s:20:\"sfsi_twitter_display\";s:3:\"yes\";s:22:\"sfsi_pinterest_display\";s:2:\"no\";s:21:\"sfsi_telegram_display\";s:2:\"no\";s:15:\"sfsi_vk_display\";s:2:\"no\";s:15:\"sfsi_ok_display\";s:2:\"no\";s:19:\"sfsi_wechat_display\";s:2:\"no\";s:18:\"sfsi_weibo_display\";s:2:\"no\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:2:\"no\";s:20:\"sfsi_youtube_display\";s:2:\"no\";s:19:\"sfsi_custom_display\";s:0:\"\";s:17:\"sfsi_custom_files\";s:0:\"\";}\";', 'yes'),
(285, 'sfsi_curlErrorNotices', 'no', 'yes'),
(286, 'sfsi_curlErrorMessage', '', 'yes'),
(287, 'sfsi_section2_options', 's:2043:\"a:44:{s:12:\"sfsi_rss_url\";s:37:\"http://localhost/wordpress/?feed=rss2\";s:14:\"sfsi_rss_icons\";s:5:\"email\";s:14:\"sfsi_email_url\";s:297:\"https://www.specificfeeds.com/widgets/emailSubscribeEncFeed/WDhLS2tlZUdORUdaT3ppb1VobmNvZy9LdllqbjN0NXFJUStqWlh6T3ROZjBxanJaYmF6d2tEYStGZm5yRysrbWw1RnhTdDhkd1FRUkt6RWFXWGlNUHBHNmU5QWw5T1ZGZ3hZN21KYmswMUZaMThNZDFLZFBDNEY1bDZPL0dOUDN8NzdTTXhvdmNoaTRZMXlnMHFmcmNTajZlQXZPbW5haS9LRUdaK3B4M1NjTT0=/OA==\";s:24:\"sfsi_facebookPage_option\";s:2:\"no\";s:21:\"sfsi_facebookPage_url\";s:0:\"\";s:24:\"sfsi_facebookLike_option\";s:3:\"yes\";s:25:\"sfsi_facebookShare_option\";s:3:\"yes\";s:21:\"sfsi_twitter_followme\";s:2:\"no\";s:27:\"sfsi_twitter_followUserName\";s:0:\"\";s:22:\"sfsi_twitter_aboutPage\";s:3:\"yes\";s:17:\"sfsi_twitter_page\";s:2:\"no\";s:20:\"sfsi_twitter_pageURL\";s:0:\"\";s:26:\"sfsi_twitter_aboutPageText\";s:82:\"Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name\";s:20:\"sfsi_youtube_pageUrl\";s:0:\"\";s:17:\"sfsi_youtube_page\";s:2:\"no\";s:24:\"sfsi_youtubeusernameorid\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:19:\"sfsi_youtube_follow\";s:2:\"no\";s:19:\"sfsi_pinterest_page\";s:2:\"no\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:19:\"sfsi_instagram_page\";s:2:\"no\";s:22:\"sfsi_instagram_pageUrl\";s:0:\"\";s:18:\"sfsi_linkedin_page\";s:2:\"no\";s:21:\"sfsi_linkedin_pageURL\";s:0:\"\";s:20:\"sfsi_linkedin_follow\";s:2:\"no\";s:27:\"sfsi_linkedin_followCompany\";s:0:\"\";s:23:\"sfsi_linkedin_SharePage\";s:3:\"yes\";s:30:\"sfsi_linkedin_recommendBusines\";s:2:\"no\";s:30:\"sfsi_linkedin_recommendCompany\";s:0:\"\";s:32:\"sfsi_linkedin_recommendProductId\";s:0:\"\";s:21:\"sfsi_CustomIcon_links\";s:0:\"\";s:18:\"sfsi_telegram_page\";s:2:\"no\";s:21:\"sfsi_telegram_pageURL\";s:0:\"\";s:21:\"sfsi_telegram_message\";s:0:\"\";s:22:\"sfsi_telegram_username\";s:0:\"\";s:25:\"sfsi_telegram_messageName\";s:0:\"\";s:15:\"sfsi_weibo_page\";s:2:\"no\";s:18:\"sfsi_weibo_pageURL\";s:0:\"\";s:12:\"sfsi_vk_page\";s:2:\"no\";s:15:\"sfsi_vk_pageURL\";s:0:\"\";s:12:\"sfsi_ok_page\";s:2:\"no\";s:15:\"sfsi_ok_pageURL\";s:0:\"\";s:23:\"sfsi_wechatShare_option\";s:3:\"yes\";}\";', 'yes'),
(288, 'sfsi_section3_options', 's:382:\"a:9:{s:14:\"sfsi_mouseOver\";s:2:\"no\";s:21:\"sfsi_mouseOver_effect\";s:7:\"fade_in\";s:26:\"sfsi_mouseOver_effect_type\";s:10:\"same_icons\";s:39:\"mouseover_other_icons_transition_effect\";s:4:\"flip\";s:18:\"sfsi_shuffle_icons\";s:2:\"no\";s:22:\"sfsi_shuffle_Firstload\";s:2:\"no\";s:21:\"sfsi_shuffle_interval\";s:2:\"no\";s:25:\"sfsi_shuffle_intervalTime\";s:0:\"\";s:18:\"sfsi_actvite_theme\";s:7:\"default\";}\";', 'yes'),
(289, 'sfsi_section4_options', 's:2149:\"a:54:{s:19:\"sfsi_display_counts\";s:2:\"no\";s:24:\"sfsi_email_countsDisplay\";s:2:\"no\";s:21:\"sfsi_email_countsFrom\";s:6:\"source\";s:23:\"sfsi_email_manualCounts\";s:2:\"20\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:21:\"sfsi_rss_manualCounts\";s:2:\"20\";s:22:\"sfsi_facebook_PageLink\";s:0:\"\";s:27:\"sfsi_facebook_countsDisplay\";s:2:\"no\";s:24:\"sfsi_facebook_countsFrom\";s:6:\"manual\";s:26:\"sfsi_facebook_manualCounts\";s:2:\"20\";s:26:\"sfsi_twitter_countsDisplay\";s:2:\"no\";s:23:\"sfsi_twitter_countsFrom\";s:6:\"manual\";s:25:\"sfsi_twitter_manualCounts\";s:2:\"20\";s:27:\"sfsi_linkedIn_countsDisplay\";s:2:\"no\";s:24:\"sfsi_linkedIn_countsFrom\";s:6:\"manual\";s:26:\"sfsi_linkedIn_manualCounts\";s:2:\"20\";s:27:\"sfsi_telegram_countsDisplay\";s:2:\"no\";s:24:\"sfsi_telegram_countsFrom\";s:6:\"manual\";s:26:\"sfsi_telegram_manualCounts\";s:2:\"20\";s:21:\"sfsi_vk_countsDisplay\";s:2:\"no\";s:18:\"sfsi_vk_countsFrom\";s:6:\"manual\";s:20:\"sfsi_vk_manualCounts\";s:2:\"20\";s:21:\"sfsi_ok_countsDisplay\";s:2:\"no\";s:18:\"sfsi_ok_countsFrom\";s:6:\"manual\";s:20:\"sfsi_ok_manualCounts\";s:2:\"20\";s:24:\"sfsi_weibo_countsDisplay\";s:2:\"no\";s:21:\"sfsi_weibo_countsFrom\";s:6:\"manual\";s:23:\"sfsi_weibo_manualCounts\";s:2:\"20\";s:25:\"sfsi_wechat_countsDisplay\";s:2:\"no\";s:22:\"sfsi_wechat_countsFrom\";s:6:\"manual\";s:24:\"sfsi_wechat_manualCounts\";s:2:\"20\";s:10:\"ln_api_key\";s:0:\"\";s:13:\"ln_secret_key\";s:0:\"\";s:19:\"ln_oAuth_user_token\";s:0:\"\";s:10:\"ln_company\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";s:17:\"sfsi_youtube_user\";s:0:\"\";s:22:\"sfsi_youtube_channelId\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:26:\"sfsi_youtube_countsDisplay\";s:2:\"no\";s:23:\"sfsi_youtube_countsFrom\";s:6:\"manual\";s:25:\"sfsi_youtube_manualCounts\";s:2:\"20\";s:28:\"sfsi_pinterest_countsDisplay\";s:2:\"no\";s:25:\"sfsi_pinterest_countsFrom\";s:6:\"manual\";s:27:\"sfsi_pinterest_manualCounts\";s:2:\"20\";s:19:\"sfsi_pinterest_user\";s:0:\"\";s:20:\"sfsi_pinterest_board\";s:0:\"\";s:25:\"sfsi_instagram_countsFrom\";s:6:\"manual\";s:28:\"sfsi_instagram_countsDisplay\";s:2:\"no\";s:27:\"sfsi_instagram_manualCounts\";s:2:\"20\";s:19:\"sfsi_instagram_User\";s:0:\"\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";}\";', 'yes'),
(290, 'sfsi_section5_options', 's:1528:\"a:37:{s:15:\"sfsi_icons_size\";s:2:\"40\";s:18:\"sfsi_icons_spacing\";s:1:\"5\";s:20:\"sfsi_icons_Alignment\";s:4:\"left\";s:17:\"sfsi_icons_perRow\";s:1:\"5\";s:24:\"sfsi_icons_ClickPageOpen\";s:3:\"yes\";s:26:\"sfsi_icons_suppress_errors\";s:2:\"no\";s:16:\"sfsi_icons_stick\";s:2:\"no\";s:18:\"sfsi_rssIcon_order\";s:1:\"1\";s:20:\"sfsi_emailIcon_order\";s:1:\"2\";s:23:\"sfsi_facebookIcon_order\";s:1:\"3\";s:22:\"sfsi_twitterIcon_order\";s:1:\"4\";s:22:\"sfsi_youtubeIcon_order\";s:1:\"5\";s:24:\"sfsi_pinterestIcon_order\";s:1:\"7\";s:23:\"sfsi_linkedinIcon_order\";s:1:\"8\";s:24:\"sfsi_instagramIcon_order\";s:1:\"9\";s:23:\"sfsi_telegramIcon_order\";s:2:\"11\";s:17:\"sfsi_vkIcon_order\";s:2:\"12\";s:17:\"sfsi_okIcon_order\";s:2:\"13\";s:20:\"sfsi_weiboIcon_order\";s:2:\"14\";s:21:\"sfsi_wechatIcon_order\";s:2:\"15\";s:22:\"sfsi_CustomIcons_order\";s:0:\"\";s:22:\"sfsi_rss_MouseOverText\";s:3:\"RSS\";s:24:\"sfsi_email_MouseOverText\";s:15:\"Follow by Email\";s:26:\"sfsi_twitter_MouseOverText\";s:7:\"Twitter\";s:27:\"sfsi_facebook_MouseOverText\";s:8:\"Facebook\";s:27:\"sfsi_linkedIn_MouseOverText\";s:8:\"LinkedIn\";s:28:\"sfsi_pinterest_MouseOverText\";s:9:\"Pinterest\";s:28:\"sfsi_instagram_MouseOverText\";s:9:\"Instagram\";s:26:\"sfsi_youtube_MouseOverText\";s:7:\"YouTube\";s:27:\"sfsi_telegram_MouseOverText\";s:8:\"Telegram\";s:21:\"sfsi_vk_MouseOverText\";s:2:\"VK\";s:21:\"sfsi_ok_MouseOverText\";s:2:\"OK\";s:24:\"sfsi_weibo_MouseOverText\";s:5:\"Weibo\";s:25:\"sfsi_wechat_MouseOverText\";s:6:\"WeChat\";s:26:\"sfsi_custom_MouseOverTexts\";s:0:\"\";s:23:\"sfsi_custom_social_hide\";s:2:\"no\";s:32:\"sfsi_pplus_icons_suppress_errors\";s:2:\"no\";}\";', 'yes'),
(291, 'sfsi_section6_options', 's:1374:\"a:17:{s:17:\"sfsi_show_Onposts\";s:2:\"no\";s:18:\"sfsi_show_Onbottom\";s:2:\"no\";s:22:\"sfsi_icons_postPositon\";s:6:\"source\";s:20:\"sfsi_icons_alignment\";s:12:\"center-right\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:20:\"sfsi_textBefor_icons\";s:26:\"Please follow and like us:\";s:24:\"sfsi_icons_DisplayCounts\";s:2:\"no\";s:12:\"sfsi_rectsub\";s:3:\"yes\";s:11:\"sfsi_rectfb\";s:3:\"yes\";s:12:\"sfsi_rectshr\";s:2:\"no\";s:13:\"sfsi_recttwtr\";s:3:\"yes\";s:14:\"sfsi_rectpinit\";s:3:\"yes\";s:16:\"sfsi_rectfbshare\";s:3:\"yes\";s:24:\"sfsi_display_button_type\";s:16:\"standard_buttons\";s:30:\"sfsi_responsive_icons_end_post\";s:2:\"no\";s:16:\"sfsi_share_count\";s:2:\"no\";s:21:\"sfsi_responsive_icons\";a:3:{s:13:\"default_icons\";a:3:{s:8:\"facebook\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:17:\"Share on Facebook\";s:3:\"url\";s:0:\"\";}s:7:\"Twitter\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:5:\"Tweet\";s:3:\"url\";s:0:\"\";}s:6:\"Follow\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:9:\"Follow us\";s:3:\"url\";s:0:\"\";}}s:12:\"custom_icons\";a:0:{}s:8:\"settings\";a:12:{s:9:\"icon_size\";s:6:\"Medium\";s:15:\"icon_width_type\";s:16:\"Fully responsive\";s:15:\"icon_width_size\";i:240;s:9:\"edge_type\";s:5:\"Round\";s:11:\"edge_radius\";i:5;s:5:\"style\";s:8:\"Gradient\";s:6:\"margin\";i:10;s:10:\"text_align\";s:8:\"Centered\";s:10:\"show_count\";s:2:\"no\";s:13:\"counter_color\";s:7:\"#aaaaaa\";s:16:\"counter_bg_color\";s:4:\"#fff\";s:16:\"share_count_text\";s:6:\"SHARES\";}}}\";', 'yes'),
(292, 'sfsi_section7_options', 's:666:\"a:15:{s:15:\"sfsi_show_popup\";s:2:\"no\";s:15:\"sfsi_popup_text\";s:42:\"Enjoy this blog? Please spread the word :)\";s:27:\"sfsi_popup_background_color\";s:7:\"#eff7f7\";s:23:\"sfsi_popup_border_color\";s:7:\"#f3faf2\";s:27:\"sfsi_popup_border_thickness\";s:1:\"1\";s:24:\"sfsi_popup_border_shadow\";s:3:\"yes\";s:15:\"sfsi_popup_font\";s:26:\"Helvetica,Arial,sans-serif\";s:19:\"sfsi_popup_fontSize\";s:2:\"30\";s:20:\"sfsi_popup_fontStyle\";s:6:\"normal\";s:20:\"sfsi_popup_fontColor\";s:7:\"#000000\";s:17:\"sfsi_Show_popupOn\";s:4:\"none\";s:25:\"sfsi_Show_popupOn_PageIDs\";s:0:\"\";s:14:\"sfsi_Shown_pop\";s:8:\"ETscroll\";s:24:\"sfsi_Shown_popupOnceTime\";s:0:\"\";s:32:\"sfsi_Shown_popuplimitPerUserTime\";s:0:\"\";}\";', 'yes'),
(293, 'sfsi_section8_options', 's:1208:\"a:26:{s:20:\"sfsi_form_adjustment\";s:3:\"yes\";s:16:\"sfsi_form_height\";s:3:\"180\";s:15:\"sfsi_form_width\";s:3:\"230\";s:16:\"sfsi_form_border\";s:2:\"no\";s:26:\"sfsi_form_border_thickness\";s:1:\"1\";s:22:\"sfsi_form_border_color\";s:7:\"#b5b5b5\";s:20:\"sfsi_form_background\";s:7:\"#ffffff\";s:22:\"sfsi_form_heading_text\";s:22:\"Get new posts by email\";s:22:\"sfsi_form_heading_font\";s:26:\"Helvetica,Arial,sans-serif\";s:27:\"sfsi_form_heading_fontstyle\";s:4:\"bold\";s:27:\"sfsi_form_heading_fontcolor\";s:7:\"#000000\";s:26:\"sfsi_form_heading_fontsize\";s:2:\"16\";s:27:\"sfsi_form_heading_fontalign\";s:6:\"center\";s:20:\"sfsi_form_field_text\";s:9:\"Subscribe\";s:20:\"sfsi_form_field_font\";s:26:\"Helvetica,Arial,sans-serif\";s:25:\"sfsi_form_field_fontstyle\";s:6:\"normal\";s:25:\"sfsi_form_field_fontcolor\";s:7:\"#000000\";s:24:\"sfsi_form_field_fontsize\";s:2:\"14\";s:25:\"sfsi_form_field_fontalign\";s:6:\"center\";s:21:\"sfsi_form_button_text\";s:9:\"Subscribe\";s:21:\"sfsi_form_button_font\";s:26:\"Helvetica,Arial,sans-serif\";s:26:\"sfsi_form_button_fontstyle\";s:4:\"bold\";s:26:\"sfsi_form_button_fontcolor\";s:7:\"#000000\";s:25:\"sfsi_form_button_fontsize\";s:2:\"16\";s:26:\"sfsi_form_button_fontalign\";s:6:\"center\";s:27:\"sfsi_form_button_background\";s:7:\"#dedede\";}\";', 'yes'),
(294, 'sfsi_section9_options', 's:420:\"a:10:{s:20:\"sfsi_show_via_widget\";s:2:\"no\";s:16:\"sfsi_icons_float\";s:2:\"no\";s:24:\"sfsi_icons_floatPosition\";s:12:\"center-right\";s:26:\"sfsi_icons_floatMargin_top\";s:0:\"\";s:29:\"sfsi_icons_floatMargin_bottom\";s:0:\"\";s:27:\"sfsi_icons_floatMargin_left\";s:0:\"\";s:28:\"sfsi_icons_floatMargin_right\";s:0:\"\";s:23:\"sfsi_disable_floaticons\";s:2:\"no\";s:23:\"sfsi_show_via_shortcode\";s:2:\"no\";s:24:\"sfsi_show_via_afterposts\";s:2:\"no\";}\";', 'yes'),
(295, 'sfsi_feed_id', 'WDhLS2tlZUdORUdaT3ppb1VobmNvZy9LdllqbjN0NXFJUStqWlh6T3ROZjBxanJaYmF6d2tEYStGZm5yRysrbWw1RnhTdDhkd1FRUkt6RWFXWGlNUHBHNmU5QWw5T1ZGZ3hZN21KYmswMUZaMThNZDFLZFBDNEY1bDZPL0dOUDN8NzdTTXhvdmNoaTRZMXlnMHFmcmNTajZlQXZPbW5haS9LRUdaK3B4M1NjTT0=', 'yes'),
(296, 'sfsi_redirect_url', 'https://www.specificfeeds.com/widgets/emailSubscribeEncFeed/WDhLS2tlZUdORUdaT3ppb1VobmNvZy9LdllqbjN0NXFJUStqWlh6T3ROZjBxanJaYmF6d2tEYStGZm5yRysrbWw1RnhTdDhkd1FRUkt6RWFXWGlNUHBHNmU5QWw5T1ZGZ3hZN21KYmswMUZaMThNZDFLZFBDNEY1bDZPL0dOUDN8NzdTTXhvdmNoaTRZMXlnMHFmcmNTajZlQXZPbW5haS9LRUdaK3B4M1NjTT0=/OA==', 'yes'),
(297, 'sfsi_installDate', '2019-08-16 09:52:06', 'yes'),
(298, 'sfsi_RatingDiv', 'no', 'yes'),
(299, 'sfsi_footer_sec', 'no', 'yes'),
(300, 'sfsi_activate', '0', 'yes'),
(301, 'sfsi_instagram_sf_count', 's:126:\"a:4:{s:7:\"date_sf\";i:1566777600;s:14:\"date_instagram\";s:0:\"\";s:13:\"sfsi_sf_count\";s:1:\"8\";s:20:\"sfsi_instagram_count\";s:0:\"\";}\";', 'yes'),
(302, 'sfsi_error_reporting_notice_dismissed', '1', 'yes'),
(303, 'adding_tags', 'yes', 'yes'),
(304, 'widget_sfsi-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(305, 'widget_subscriber_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(306, 'sfsi_pluginVersion', '2.30', 'yes'),
(307, 'sfsi_serverphpVersionnotification', 'yes', 'yes'),
(308, 'show_premium_notification', 'no', 'yes'),
(309, 'show_notification', 'yes', 'yes'),
(310, 'show_mobile_notification', 'yes', 'yes'),
(311, 'sfsi_languageNotice', 'yes', 'yes'),
(312, 'sfsi_pplus_error_reporting_notice_dismissed', '1', 'yes'),
(313, 'sfsi_addThis_icon_removal_notice_dismissed', '1', 'yes'),
(314, 'widget_synved_social_share', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(315, 'widget_synved_social_follow', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(316, 'synved_connect_install_date', '1565992544', 'yes'),
(317, 'synved_version', '1.9.4', 'yes'),
(318, 'synved_social_settings', 'a:1:{s:24:\"accepted_sharethis_terms\";b:0;}', 'yes'),
(319, 'widget_themegrill_social_icons', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:10:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:10:\"show_label\";i:0;s:14:\"show_greyscale\";i:0;s:8:\"open_tab\";i:0;s:12:\"add_nofollow\";i:0;s:16:\"background_style\";s:6:\"square\";s:12:\"socicon_size\";i:16;s:12:\"icon_padding\";i:10;s:16:\"socicon_sortable\";a:2:{s:10:\"facebook_0\";a:2:{s:3:\"url\";s:59:\"https://www.facebook.com/pg/Tom-E-Nicholson-103396261025632\";s:5:\"label\";s:21:\"Friend me on Facebook\";}s:6:\"imdb_1\";a:2:{s:3:\"url\";s:36:\"https://www.imdb.com/name/nm7223247/\";s:5:\"label\";s:0:\"\";}}}}', 'yes'),
(320, 'social_icons_meta_box_errors', 'a:0:{}', 'yes'),
(324, 'theme_mods_oneline-lite', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(325, 'theme_mods_featuredlite', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(326, 'theme_mods_single-page-scroll', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(331, 'theme_mods_novellite', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(342, 'ogf_activation_date', '1566017249', 'no'),
(416, 'theme_mods_single-page-boxed', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(419, 'theme_mods_twentynineteen-child', 'a:6:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:3:{s:6:\"menu-1\";i:2;s:6:\"footer\";i:0;s:6:\"social\";i:4;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1569080117;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-3\";i:1;s:8:\"search-4\";i:2;s:6:\"text-2\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:6:\"text-3\";}s:9:\"sidebar-1\";a:0:{}}}s:13:\"primary_color\";s:7:\"default\";s:17:\"primary_color_hue\";i:176;s:12:\"image_filter\";i:0;}', 'yes'),
(505, 'bodhi_svgs_plugin_version', '2.3.15', 'yes'),
(506, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:19:\"foogallery/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1568348444;s:11:\"plugin_path\";s:25:\"foogallery/foogallery.php\";}}s:7:\"abspath\";s:28:\"/opt/lampp/htdocs/wordpress/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:25:\"foogallery/foogallery.php\";s:8:\"sdk_path\";s:19:\"foogallery/freemius\";s:7:\"version\";s:5:\"2.3.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1569027722;}}', 'yes'),
(507, 'fs_debug_mode', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(508, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:5:{i:4123;a:2:{s:4:\"slug\";s:10:\"menu-image\";s:4:\"type\";s:6:\"plugin\";}i:266;a:2:{s:4:\"slug\";s:15:\"nextgen-gallery\";s:4:\"type\";s:6:\"plugin\";}i:843;a:3:{s:4:\"slug\";s:10:\"foogallery\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"foogallery/foogallery.php\";}i:374;a:3:{s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}i:235;a:2:{s:4:\"slug\";s:11:\"mobile-menu\";s:4:\"type\";s:6:\"plugin\";}}s:11:\"plugin_data\";a:5:{s:10:\"menu-image\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:25:\"menu-image/menu-image.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1566615400;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.9.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1566615400;s:7:\"version\";s:5:\"2.9.2\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"10\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1566679173;s:7:\"version\";s:5:\"2.9.2\";}}s:15:\"nextgen-gallery\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:29:\"nextgen-gallery/nggallery.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1567849021;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"3.2.11\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1567849021;s:7:\"version\";s:6:\"3.2.11\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1567849032;s:7:\"version\";s:6:\"3.2.11\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:10:\"foogallery\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"foogallery/foogallery.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1567850615;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"1.8.12\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1567850615;s:7:\"version\";s:6:\"1.8.12\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1567850621;s:7:\"version\";s:6:\"1.8.12\";}s:21:\"trial_promotion_shown\";i:1568286950;}s:21:\"foobox-image-lightbox\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1567851130;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.7.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1567851130;s:7:\"version\";s:5:\"2.7.5\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:21:\"trial_promotion_shown\";i:1568286950;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1569027727;s:7:\"version\";s:5:\"2.7.5\";}}s:11:\"mobile-menu\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:23:\"mobile-menu/mobmenu.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1568468429;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"2.7.4.4\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1568468429;s:7:\"version\";s:7:\"2.7.4.4\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1568468434;s:7:\"version\";s:7:\"2.7.4.4\";}}}s:13:\"file_slug_map\";a:5:{s:25:\"menu-image/menu-image.php\";s:10:\"menu-image\";s:29:\"nextgen-gallery/nggallery.php\";s:15:\"nextgen-gallery\";s:25:\"foogallery/foogallery.php\";s:10:\"foogallery\";s:37:\"foobox-image-lightbox/foobox-free.php\";s:21:\"foobox-image-lightbox\";s:23:\"mobile-menu/mobmenu.php\";s:11:\"mobile-menu\";}s:7:\"plugins\";a:5:{s:10:\"menu-image\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"Menu Image\";s:4:\"slug\";s:10:\"menu-image\";s:12:\"premium_slug\";s:18:\"menu-image-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:25:\"menu-image/menu-image.php\";s:7:\"version\";s:5:\"2.9.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_1a1cac31f5af1ba3d31bd86fe0e8b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4123\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:15:\"nextgen-gallery\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:15:\"NextGEN Gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:12:\"premium_slug\";s:23:\"nextgen-gallery-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:29:\"nextgen-gallery/nggallery.php\";s:7:\"version\";s:6:\"3.2.11\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_009356711cd548837f074e1ef60a4\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"266\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"foogallery\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"FooGallery\";s:4:\"slug\";s:10:\"foogallery\";s:12:\"premium_slug\";s:18:\"foogallery-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:25:\"foogallery/foogallery.php\";s:7:\"version\";s:6:\"1.8.12\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_d87616455a835af1d0658699d0192\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"843\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:21:\"foobox-image-lightbox\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:21:\"FooBox Image Lightbox\";s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:12:\"premium_slug\";s:29:\"foobox-image-lightbox-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:37:\"foobox-image-lightbox/foobox-free.php\";s:7:\"version\";s:5:\"2.7.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_7a17ec700c89fe71a25605589e0b9\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"374\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:11:\"mobile-menu\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:11:\"Mobile Menu\";s:4:\"slug\";s:11:\"mobile-menu\";s:12:\"premium_slug\";s:19:\"mobile-menu-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:23:\"mobile-menu/mobmenu.php\";s:7:\"version\";s:7:\"2.7.4.4\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:7:\"Premium\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_1ec93edfb66875251b62505b96489\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"235\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"93fc2b5ccce1dcc6b407b81ba4848889\";s:13:\"admin_notices\";a:5:{s:10:\"menu-image\";a:0:{}s:21:\"foobox-image-lightbox\";a:0:{}s:10:\"foogallery\";a:0:{}s:15:\"nextgen-gallery\";a:0:{}s:11:\"mobile-menu\";a:0:{}}}', 'yes'),
(509, 'fs_api_cache', 'a:0:{}', 'yes'),
(510, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(570, 'widget_apsi_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(575, '_transient_simpleicons_version', '2.3.1', 'yes'),
(576, '_transient_simpleicons_icon_imdb', 'O:8:\"stdClass\":6:{s:5:\"title\";s:4:\"IMDb\";s:4:\"slug\";s:4:\"imdb\";s:3:\"svg\";s:1372:\"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>IMDb</title><path d=\"M14.31 9.588v.005c-.077-.048-.227-.07-.42-.07v4.815c.27 0 .44-.06.5-.165.062-.104.095-.405.095-.885v-2.866c0-.33-.004-.54-.033-.63-.022-.096-.067-.163-.14-.204zM22.416 0H1.62C.742.06.06.744 0 1.596V22.38c.06.874.712 1.542 1.555 1.617.015.003.03.003.045.003h20.845c.88-.088 1.55-.826 1.555-1.71V1.71C24 .82 23.305.07 22.416 0zM4.792 15.626H2.887V8.26h1.905v7.366zm6.54-.002H9.67v-4.97L9 15.623H7.812l-.698-4.86-.007 4.86H5.44V8.26h2.468c.083.523.16 1.048.23 1.574l.27 1.87.442-3.444h2.483v7.364zm4.977-2.18c0 .655-.044 1.094-.104 1.32-.062.22-.17.4-.326.52-.15.13-.34.218-.57.266-.223.045-.57.075-1.02.075l-.004-.002H11.98V8.26h1.426c.914 0 1.45.047 1.77.128.325.09.575.225.745.42.165.18.273.404.313.645.05.235.076.705.076 1.402v2.588zm4.944.475c0 .45-.045.764-.09.99-.06.224-.195.404-.405.568-.226.166-.48.24-.78.24-.22 0-.5-.06-.68-.136-.19-.094-.358-.237-.515-.427l-.116.47h-1.717V8.26l-.02-.003h1.8v2.4c.15-.175.315-.31.51-.4.196-.083.466-.127.69-.127.226-.003.45.036.66.115.17.07.32.185.436.33.09.125.15.27.18.42.03.138.044.43.044.87v2.054zM19.08 11.205c-.12 0-.194.04-.225.12-.03.08-.06.29-.06.624v1.946c0 .324.03.533.06.623.04.086.13.14.226.134.12 0 .272-.047.3-.14.03-.097.046-.32.046-.674l.03-.002v-1.89c0-.303-.015-.508-.06-.603-.044-.1-.195-.14-.315-.14z\"/></svg>\";s:4:\"path\";s:1264:\"M14.31 9.588v.005c-.077-.048-.227-.07-.42-.07v4.815c.27 0 .44-.06.5-.165.062-.104.095-.405.095-.885v-2.866c0-.33-.004-.54-.033-.63-.022-.096-.067-.163-.14-.204zM22.416 0H1.62C.742.06.06.744 0 1.596V22.38c.06.874.712 1.542 1.555 1.617.015.003.03.003.045.003h20.845c.88-.088 1.55-.826 1.555-1.71V1.71C24 .82 23.305.07 22.416 0zM4.792 15.626H2.887V8.26h1.905v7.366zm6.54-.002H9.67v-4.97L9 15.623H7.812l-.698-4.86-.007 4.86H5.44V8.26h2.468c.083.523.16 1.048.23 1.574l.27 1.87.442-3.444h2.483v7.364zm4.977-2.18c0 .655-.044 1.094-.104 1.32-.062.22-.17.4-.326.52-.15.13-.34.218-.57.266-.223.045-.57.075-1.02.075l-.004-.002H11.98V8.26h1.426c.914 0 1.45.047 1.77.128.325.09.575.225.745.42.165.18.273.404.313.645.05.235.076.705.076 1.402v2.588zm4.944.475c0 .45-.045.764-.09.99-.06.224-.195.404-.405.568-.226.166-.48.24-.78.24-.22 0-.5-.06-.68-.136-.19-.094-.358-.237-.515-.427l-.116.47h-1.717V8.26l-.02-.003h1.8v2.4c.15-.175.315-.31.51-.4.196-.083.466-.127.69-.127.226-.003.45.036.66.115.17.07.32.185.436.33.09.125.15.27.18.42.03.138.044.43.044.87v2.054zM19.08 11.205c-.12 0-.194.04-.225.12-.03.08-.06.29-.06.624v1.946c0 .324.03.533.06.623.04.086.13.14.226.134.12 0 .272-.047.3-.14.03-.097.046-.32.046-.674l.03-.002v-1.89c0-.303-.015-.508-.06-.603-.044-.1-.195-.14-.315-.14z\";s:6:\"source\";s:46:\"http://www.imdb.com/pressroom/brand_guidelines\";s:3:\"hex\";s:6:\"E6B91E\";}', 'yes'),
(577, '_transient_simpleicons_icon_facebook', 'O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:3:\"svg\";s:532:\"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Facebook</title><path d=\"M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z\"/></svg>\";s:4:\"path\";s:420:\"M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z\";s:6:\"source\";s:53:\"https://en.facebookbrand.com/#brand-guidelines-assets\";s:3:\"hex\";s:6:\"4172B8\";}', 'yes'),
(579, 'sfsi_verificatiom_code', 'xLXHTjXkxAEJAdcVFaTy', 'yes'),
(580, 'wp_svg_icons_activation_date', '1566787934', 'yes'),
(605, 'bodhi_svgs_settings', 'a:2:{s:8:\"restrict\";s:2:\"on\";s:10:\"css_target\";s:0:\"\";}', 'yes'),
(638, 'widget_social-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(665, 'wpos_anylc_redirect', '', 'yes'),
(666, 'wpos_anylc_site_uid', 'f47fc16ef5b6fde4eea89821eef14bfc', 'yes'),
(667, 'wpos_anylc_pdt_25', 'a:1:{s:6:\"status\";i:2;}', 'yes'),
(670, 'wpsisac_slider-category_children', 'a:0:{}', 'yes'),
(676, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.3\";s:7:\"version\";s:5:\"5.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1569616720;s:15:\"version_checked\";s:5:\"5.2.3\";s:12:\"translations\";a:0:{}}', 'no'),
(679, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"netgecko03@gmail.com\";s:7:\"version\";s:5:\"5.2.3\";s:9:\"timestamp\";i:1567848217;}', 'no'),
(697, 'ngg_run_freemius', '1', 'yes'),
(702, 'widget_ngg-images', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(703, 'widget_ngg-mrssw', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(704, 'widget_slideshow', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(705, 'ngg_transient_groups', 'a:8:{s:9:\"__counter\";i:8;s:16:\"WordPress-Router\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}s:24:\"nextgen_pro_upgrade_page\";a:2:{s:2:\"id\";i:8;s:7:\"enabled\";b:1;}}', 'yes'),
(706, 'ngg_options', 'a:72:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:1800;s:9:\"imgHeight\";i:1200;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:1;s:9:\"galImages\";s:2:\"24\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:0;s:12:\"galTextSlide\";s:14:\"View Slideshow\";s:14:\"galTextGallery\";s:15:\"View Thumbnails\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:1;s:11:\"thumbEffect\";s:14:\"simplelightbox\";s:9:\"thumbCode\";s:47:\"class=\"ngg-simplelightbox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:9:\"midCenter\";s:6:\"wmXpos\";i:15;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:4:\"text\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:30;s:6:\"wmText\";s:16:\"Tom E. Nicholson\";s:7:\"wmColor\";s:6:\"ffffff\";s:8:\"wmOpaque\";s:2:\"33\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:750;s:8:\"irHeight\";i:500;s:12:\"irRotatetime\";i:5;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:27:\"use_alternate_random_method\";b:0;s:23:\"random_widget_cache_ttl\";i:30;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:11:\"installDate\";i:1567849033;s:13:\"gallery_count\";i:2;s:40:\"gallery_created_after_reviews_introduced\";b:1;}', 'yes'),
(708, 'photocrati_auto_update_admin_update_list', '', 'yes'),
(709, 'photocrati_auto_update_admin_check_date', '', 'yes'),
(710, 'ngg_db_version', '1.8.1', 'yes'),
(713, 'pope_module_list', 'a:1:{i:22;s:35:\"photocrati-dynamic_stylesheet|3.0.0\";}', 'yes'),
(764, 'n2_ss3_version', '3.3.21r4359', 'yes'),
(765, 'widget_smartslider3', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(774, 'foogallery_extensions_slugs', 'a:5:{i:0;s:17:\"default_templates\";i:1;s:6:\"albums\";i:2;s:6:\"foobox\";i:3;s:7:\"nextgen\";i:4;s:21:\"foobox-image-lightbox\";}', 'yes'),
(777, 'foogallery_extensions_activated', 'a:2:{s:17:\"default_templates\";s:38:\"FooGallery_Default_Templates_Extension\";s:6:\"foobox\";s:27:\"FooGallery_FooBox_Extension\";}', 'yes'),
(778, 'foogallery_extensions_auto_activated', '1', 'yes'),
(781, 'foogallery-version', '1.8.12', 'no'),
(784, 'widget_foogallery_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(785, 'foogallery-thumb-test', 'a:2:{s:3:\"key\";s:38:\"php$(7.3.8}-http://localhost/wordpress\";s:7:\"results\";a:4:{s:7:\"success\";b:1;s:5:\"thumb\";s:87:\"http://localhost/wordpress/wp-content/uploads/cache/2019/09/2_TomHS1_5-1/2742441198.jpg\";s:5:\"error\";s:0:\"\";s:9:\"file_info\";a:2:{s:3:\"ext\";s:3:\"jpg\";s:4:\"type\";s:10:\"image/jpeg\";}}}', 'yes'),
(801, 'foobox-free', 'a:10:{s:16:\"enable_galleries\";s:2:\"on\";s:15:\"enable_captions\";s:2:\"on\";s:18:\"enable_attachments\";s:2:\"on\";s:15:\"hide_scrollbars\";s:2:\"on\";s:10:\"show_count\";s:2:\"on\";s:13:\"count_message\";s:21:\"item %index of %total\";s:13:\"error_message\";s:23:\"Could not load the item\";s:19:\"close_overlay_click\";s:2:\"on\";s:14:\"disable_others\";s:2:\"on\";s:12:\"enable_debug\";s:2:\"on\";}', 'yes'),
(828, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1569616721;s:7:\"checked\";a:2:{s:20:\"twentynineteen-child\";s:5:\"0.1.0\";s:14:\"twentynineteen\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(1018, 'mobmenu_options', 's:1561:\"a:35:{s:16:\"53f2817c7eea9607\";s:0:\"\";s:16:\"overlay_bg_color\";s:19:\"rgba(0, 0, 0, 0.83)\";s:23:\"menu_items_border_color\";s:19:\"rgba(0, 0, 0, 0.83)\";s:16:\"f21b39bfde8a33ff\";s:0:\"\";s:15:\"header_bg_color\";s:7:\"#f7f7f7\";s:17:\"header_text_color\";s:7:\"#ffffff\";s:16:\"95c7c3f7995a92f2\";s:0:\"\";s:20:\"left_menu_icon_color\";s:4:\"#666\";s:22:\"header_text_after_icon\";s:4:\"#222\";s:19:\"left_panel_bg_color\";s:7:\"#F7F7F7\";s:21:\"left_panel_text_color\";s:4:\"#666\";s:24:\"left_panel_hover_bgcolor\";s:4:\"#666\";s:27:\"left_panel_hover_text_color\";s:4:\"#444\";s:26:\"left_panel_submenu_bgcolor\";s:7:\"#3a3a3a\";s:29:\"left_panel_submenu_text_color\";s:4:\"#fff\";s:30:\"left_panel_cancel_button_color\";s:4:\"#fff\";s:16:\"4f66692316c6a02a\";s:0:\"\";s:21:\"right_menu_icon_color\";s:4:\"#222\";s:23:\"header_text_before_icon\";s:4:\"#222\";s:20:\"right_panel_bg_color\";s:7:\"#38404c\";s:22:\"right_panel_text_color\";s:4:\"#fff\";s:25:\"right_panel_hover_bgcolor\";s:7:\"#8dacba\";s:28:\"right_panel_hover_text_color\";s:4:\"#444\";s:27:\"right_panel_submenu_bgcolor\";s:7:\"#3a3a3a\";s:30:\"right_panel_submenu_text_color\";s:4:\"#fff\";s:31:\"right_panel_cancel_button_color\";s:4:\"#fff\";s:16:\"2942cfa338633fe0\";s:0:\"\";s:30:\"left_panel_3rd_menu_text_color\";s:4:\"#fff\";s:36:\"left_panel_3rd_menu_text_color_hover\";s:4:\"#ccc\";s:28:\"left_panel_3rd_menu_bg_color\";s:4:\"#222\";s:34:\"left_panel_3rd_menu_bg_color_hover\";s:4:\"#666\";s:31:\"right_panel_3rd_menu_text_color\";s:4:\"#fff\";s:37:\"right_panel_3rd_menu_text_color_hover\";s:4:\"#ccc\";s:29:\"right_panel_3rd_menu_bg_color\";s:4:\"#222\";s:35:\"right_panel_3rd_menu_bg_color_hover\";s:4:\"#666\";}\";', 'yes'),
(1019, 'dynamic-mobmenu', '.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field{font-family:\"Roboto\";font-size:20px;font-weight:inherit;font-style:normal;letter-spacing:normal;text-transform:none;}.left-menu-icon-text{font-family:\"Dosis\";color:#333;font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:\"Dosis\";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}.right-menu-icon-text{font-family:\"Dosis\";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:\"Dosis\";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field{font-family:\"Roboto\";font-size:20px;font-weight:inherit;font-style:normal;letter-spacing:normal;text-transform:none;}.left-menu-icon-text{font-family:\"Dosis\";color:#333;font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:\"Dosis\";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}.right-menu-icon-text{font-family:\"Dosis\";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:\"Dosis\";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}\r\n@media screen and ( min-width: 782px ){\r\n		body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {\r\n			top: 32px!important;\r\n		}\r\n				body.admin-bar .mobmenu-search-holder {\r\n				top: 82px!important;\r\n		}\r\n}\r\n\r\n@media screen and ( max-width: 782px ){\r\n	body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {\r\n		top: 46px!important;\r\n	}\r\n\r\n	body.admin-bar .mob-menu-header-banner {\r\n		top: 0px!important;\r\n	}\r\n		body.admin-bar .mobmenu-search-holder {\r\n		top: 96px!important;\r\n	}\r\n	body.admin-bar  .mob-menu-slideout .mobmenu-search-holder {\r\n		top: 50px!important;\r\n	}\r\n\r\n}\r\n\r\n@media screen and ( max-width: 479px ) {\r\n	.mob-menu-overlay .mobmenu-content {\r\n		padding-top: 5%;\r\n	}\r\n}\r\n\r\n@media screen and ( max-width: 782px ) {\r\n	.mob-menu-overlay .mobmenu-content {\r\n		padding-top: 10%;\r\n	}\r\n}\r\n\r\n@media screen and ( min-width: 782px ) {\r\n	#mobmenu-footer li:hover {\r\n		background-color: ;\r\n	}\r\n	#mobmenu-footer li:hover i {\r\n		color: ;\r\n	}\r\n}\r\n\r\n@media only screen and (min-width:1025px){\r\n	.mob_menu, .mobmenu-panel, .mobmenu, .mobmenu-cart-panel, .mobmenu-footer-menu-holder, .mobmenu-right-panel, .mobmenu-left-panel  {\r\n		display: none!important;\r\n	}\r\n}\r\n\r\n@media only screen and (max-width:1024px) {\r\n\r\n			\r\n	.mobmenur-container i {\r\n		color: #222;\r\n	}\r\n	.mobmenul-container i {\r\n		color: #666;\r\n	}\r\n	.mobmenul-container img {\r\n		max-height:  50px;\r\n		float: left;\r\n	}\r\n	.mobmenur-container img {\r\n		max-height:  50px;\r\n		float: right;\r\n	}\r\n	.mob-expand-submenu i {\r\n		font-size: 25px;\r\n	}\r\n	#mobmenuleft li a , #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {\r\n		color: #666;\r\n\r\n	}\r\n	.mob-cancel-button {\r\n		font-size: 30px!important;\r\n	}\r\n\r\n	/* 3rd Level Left Menu Items Background color on Hover*/\r\n	.mobmenu-content #mobmenuleft .sub-menu  .sub-menu li a:hover {\r\n		color: #ccc;\r\n	}\r\n	/* 3rd Level Left Menu Items Background color on Hover*/\r\n	.mobmenu-content #mobmenuleft .sub-menu .sub-menu li:hover {\r\n		background-color: #666;\r\n	}\r\n	.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover  {\r\n		background-color: #666;\r\n	}\r\n	.mobmenu-content #mobmenuright li:hover  {\r\n		background-color: #8dacba ;\r\n	}\r\n	/* 3rd Level Right Menu Items Background color on Hover*/\r\n	.mobmenu-content #mobmenuright .sub-menu .sub-menu li:hover {\r\n		background-color: #666;\r\n	}\r\n	/* 3rd Level Right Menu Items Background color on Hover*/\r\n	.mobmenu-content #mobmenuright .sub-menu  .sub-menu li a:hover {\r\n		color: #ccc;\r\n	}\r\n\r\n		.mobmenu-content #mobmenuleft .sub-menu {\r\n		background-color: #3a3a3a ;\r\n		margin: 0;\r\n		color: #fff ;\r\n		width: 100%;\r\n		position: initial;\r\n	}\r\n	.mob-menu-left-bg-holder {\r\n				opacity: 1;\r\n		background-attachment: fixed ;\r\n		background-position: center top ;\r\n		-webkit-background-size:  cover;\r\n		-moz-background-size: cover;\r\n		background-size: cover;\r\n	}\r\n	.mob-menu-right-bg-holder { \r\n				opacity: 1;\r\n		background-attachment: fixed ;\r\n		background-position: center top ;\r\n		-webkit-background-size: cover;\r\n		-moz-background-size: cover;\r\n		background-size:  cover;\r\n	}\r\n		.mobmenu-content #mobmenuleft .sub-menu a {\r\n		color: #fff ;\r\n	}\r\n	.mobmenu-content #mobmenuright .sub-menu  a {\r\n		color: #fff ;\r\n	}\r\n	.mobmenu-content #mobmenuright .sub-menu .sub-menu {\r\n		background-color: inherit;\r\n	}\r\n	.mobmenu-content #mobmenuright .sub-menu {\r\n		background-color: #3a3a3a ;\r\n		margin: 0;\r\n		color: #fff ;\r\n		position: initial;\r\n		width: 100%;\r\n	}\r\n	#mobmenuleft li:hover a, #mobmenuleft li:hover i {\r\n		color: #444;\r\n	}\r\n	#mobmenuright li a , #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {\r\n		color: #fff ;\r\n	}\r\n	#mobmenuright li a:hover {\r\n		color: #444 ;\r\n	}\r\n	.mobmenul-container {\r\n		top: 10px;\r\n		margin-left: 5px;\r\n		margin-top: 0px;\r\n		height: 50px;\r\n		float: left;\r\n	}\r\n	.mobmenur-container {\r\n		top: 10px;\r\n		margin-right: 5px;\r\n		margin-top: 0px;\r\n	}\r\n		.mob-menu-logo-holder {\r\n		padding-top:  10px;\r\n		margin-top:   0px;\r\n		text-align:   center;\r\n		margin-left:  0;\r\n		margin-right: 0;\r\n		height:       50px;\r\n			}\r\n	.mob-menu-header-holder {\r\n		width:  100% ;\r\n		background-color: #f7f7f7 ;\r\n		height: 50px ;\r\n		position:fixed;\r\n	}\r\n	body {\r\n		padding-top: 50px;\r\n	}\r\n		.mobmenul-container, .mobmenur-container{\r\n		position: absolute; \r\n	}\r\n	.mobmenu-left-panel {\r\n		background-color:#F7F7F7;;\r\n		width:  270px;  \r\n	}\r\n	.mobmenu-right-panel {\r\n		background-color:#38404c;		width:  270px; \r\n	}\r\n	.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay  {\r\n		background: rgba(0, 0, 0, 0.83);\r\n	}\r\n	.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder{\r\n		-webkit-transition: .5s;\r\n		-moz-transition: .5s;\r\n		-ms-transition: .5s;\r\n		-o-transition: .5s;\r\n		transition: .5s;\r\n	}	\r\n	.mob-menu-slideout-top .mobmenu-overlay, .show-nav-right.mob-menu-slideout .mobmenur-container {\r\n		display:none!important;\r\n	}\r\n	.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {\r\n		-webkit-transform: translateX(270px);\r\n		-moz-transform: translateX(270px);\r\n		-ms-transform: translateX(270px);\r\n		-o-transform: translateX(270px);\r\n		transform: translateX(270px);\r\n	}\r\n	.mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {\r\n		-webkit-transform: translateX(-270px);\r\n		-moz-transform: translateX(-270px);\r\n		-ms-transform: translateX(-270px);\r\n		-o-transform: translateX(-270px);\r\n		transform: translateX(-270px);\r\n	}\r\n	.mob-menu-slideout-top .mobmenu-panel {\r\n		width:  100%;\r\n		height: 100%;\r\n		z-index: 1;\r\n		position: fixed;\r\n		left: 0px;\r\n		top: 0px;\r\n		max-height: 100%;\r\n		-webkit-transform: translateY(-100%);\r\n		-moz-transform: translateY(-100%);\r\n		-ms-transform: translateY(-100%);\r\n		-o-transform: translateY(-100%);\r\n		transform: translateY(-100%);\r\n	}\r\n	.mob-menu-slideout-top.show-nav-left .show-panel, .mob-menu-slideout-top.show-nav-right .show-panel  {\r\n		-webkit-transform: translateY(0px);\r\n		-moz-transform: translateY(0px);\r\n		-ms-transform: translateY(0px);\r\n		-o-transform: translateY(0px);\r\n		transform: translateY(0px);\r\n		z-index: 300000;\r\n	}\r\n	.mob-menu-slideout-over.show-nav-left .mobmenu-left-panel {\r\n		overflow: hidden;\r\n	}\r\n	.show-nav-left .mobmenu-panel.show-panel , .show-nav-right .mobmenu-panel.show-panel {\r\n		z-index: 300000;\r\n	}\r\n	/* Hides everything pushed outside of it */\r\n	.mob-menu-slideout .mobmenu-panel, .mob-menu-slideout-over .mobmenu-panel, .mob-menu-slideout .mobmenu-cart-panel, .mob-menu-slideout-over .mobmenu-cart-panel {\r\n		position: fixed;\r\n		top: 0;\r\n		height: 100%;\r\n		overflow-y: auto;   \r\n		overflow-x: hidden;\r\n		z-index: 1;\r\n		opacity: 1;\r\n\r\n	}\r\n	/*End of Mobmenu Slide Over */\r\n	.mobmenu .headertext { \r\n		color: #ffffff ;\r\n	}\r\n	.headertext span {\r\n		position: initial;\r\n		line-height: 50px;\r\n	}\r\n	.mobmenu-search-holder {\r\n		top: 50px;\r\n	}\r\n	/*Premium options  */\r\n	\r\n	/* Mobile Menu Frontend CSS Style*/\r\n	html, body {\r\n		overflow-x: hidden;\r\n		-webkit-overflow-scrolling: auto; \r\n		overflow-y: scroll; \r\n	}\r\n	.mobmenu-left-panel li a, .leftmbottom, .leftmtop{\r\n		padding-left: 10%;\r\n		padding-right: 10%;\r\n	}\r\n	.mobmenu-content li > .sub-menu li {\r\n		padding-left: calc(10*1%);\r\n	}\r\n\r\n	.mobmenu-right-panel li, .rightmbottom, .rightmtop{\r\n		padding-left: 10%;\r\n		padding-right: 10%;\r\n	}\r\n	.mobmenul-container i {\r\n		line-height: 30px;\r\n		font-size: 30px;\r\n		float: left;\r\n	}\r\n	.left-menu-icon-text {\r\n		float: left;\r\n		line-height: 30px;\r\n		color: #222;\r\n	}\r\n	.mobmenu-left-panel .mobmenu-display-name {\r\n		color: #666;\r\n	}\r\n	.right-menu-icon-text {\r\n		float: right;\r\n		line-height: 30px;\r\n		color: #222;\r\n	}\r\n	.mobmenur-container i {\r\n		line-height: 30px;\r\n		font-size: 30px;\r\n		float: right;\r\n	}\r\n	.nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {\r\n		display: none!important;\r\n	}\r\n	\r\n	.mob-standard-logo {\r\n		display: inline-block;\r\n		height:50px!important;	}\r\n	.mob-retina-logo {\r\n		height:50px!important;	}\r\n	.mobmenu-content #mobmenuleft > li > a:hover {\r\n		background-color: #666;\r\n	}\r\n\r\n	.mobmenu-content #mobmenuright > li > a:hover {\r\n		background-color: #8dacba;\r\n	}\r\n	.mob-blocks-user-profile {\r\n		background-color: ;\r\n	}\r\n	.mob-blocks-user-profile .mobmenu-display-name {\r\n		color: ;\r\n	}\r\n	.mobmenu-left-panel .mob-cancel-button {\r\n		color: #fff;\r\n	}\r\n	.mobmenu-right-panel .mob-cancel-button {\r\n		color: #fff;\r\n	}	\r\n	\r\n}\r\n', 'yes'),
(1020, 'mobmenu_latest_update_version', '2.7.4.4', 'yes'),
(1102, 'responsive_menu_version', '3.1.24', 'yes'),
(1103, 'responsive_menu_current_page', 'menu', 'yes'),
(1104, 'hide_pro_options', 'yes', 'yes'),
(1137, '_transient_simpleicons_icon_instagram', 'O:8:\"stdClass\":6:{s:5:\"title\";s:9:\"Instagram\";s:4:\"slug\";s:9:\"instagram\";s:3:\"svg\";s:1808:\"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Instagram</title><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"/></svg>\";s:4:\"path\";s:1695:\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\";s:6:\"source\";s:31:\"https://www.instagram-brand.com\";s:3:\"hex\";s:6:\"E4405F\";}', 'yes'),
(1150, '_transient_simpleicons_icon_linkedin', 'O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"LinkedIn\";s:4:\"slug\";s:8:\"linkedin\";s:3:\"svg\";s:610:\"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LinkedIn</title><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"/></svg>\";s:4:\"path\";s:498:\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\";s:6:\"source\";s:26:\"https://brand.linkedin.com\";s:3:\"hex\";s:6:\"0077B5\";}', 'yes'),
(1174, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.4\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1569107692;s:7:\"version\";s:5:\"5.1.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(1249, '_transient_timeout_plugin_slugs', '1569703342', 'no'),
(1250, '_transient_plugin_slugs', 'a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"foobox-image-lightbox/foobox-free.php\";i:4;s:25:\"foogallery/foogallery.php\";i:5;s:9:\"hello.php\";i:6;s:53:\"hide-page-and-post-title/hide-page-and-post-title.php\";i:7;s:23:\"loginizer/loginizer.php\";i:8;s:21:\"megamenu/megamenu.php\";i:9;s:31:\"query-monitor/query-monitor.php\";i:10;s:33:\"smart-slider-3/smart-slider-3.php\";i:11;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}', 'no'),
(1253, 'menu_icons_install', '1569430003', 'yes'),
(1254, '_transient_timeout_menu_icons_0115versions', '1569862004', 'no'),
(1255, '_transient_menu_icons_0115versions', 'a:31:{i:0;a:2:{s:7:\"version\";s:5:\"0.1.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.0.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"0.1.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.1.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"0.1.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.2.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"0.1.3\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.3.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"0.1.4\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.4.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"0.1.5\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.5.zip\";}i:6;a:2:{s:7:\"version\";s:6:\"0.10.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.10.0.zip\";}i:7;a:2:{s:7:\"version\";s:6:\"0.10.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.10.1.zip\";}i:8;a:2:{s:7:\"version\";s:6:\"0.10.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.10.2.zip\";}i:9;a:2:{s:7:\"version\";s:6:\"0.11.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.0.zip\";}i:10;a:2:{s:7:\"version\";s:6:\"0.11.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.1.zip\";}i:11;a:2:{s:7:\"version\";s:6:\"0.11.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.2.zip\";}i:12;a:2:{s:7:\"version\";s:6:\"0.11.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.3.zip\";}i:13;a:2:{s:7:\"version\";s:6:\"0.11.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.4.zip\";}i:14;a:2:{s:7:\"version\";s:6:\"0.11.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.5.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"0.2.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.0.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"0.2.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.1.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"0.2.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.2.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"0.2.3\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.3.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"0.3.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.3.0.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"0.3.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.3.1.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"0.3.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.3.2.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"0.4.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.4.0.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"0.5.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.5.0.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"0.5.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.5.1.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"0.6.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.6.0.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"0.7.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.7.0.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"0.8.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.8.0.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"0.8.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.8.1.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"0.9.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.9.0.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"0.9.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.9.2.zip\";}}', 'no'),
(1265, 'widget_maxmegamenu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1266, 'megamenu_version', '2.7.2', 'yes'),
(1267, 'megamenu_initial_version', '2.7.2', 'yes'),
(1268, 'megamenu_multisite_share_themes', 'false', 'yes'),
(1269, 'megamenu_settings', 'a:5:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:2:\"go\";s:6:\"social\";a:6:{s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:7:\"default\";}s:6:\"menu-1\";a:7:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:7:\"default\";}}', 'yes'),
(1274, '_transient_timeout_megamenu_css_version', '4723043144', 'no'),
(1275, '_transient_megamenu_css_version', '2.7.2', 'no'),
(1276, '_transient_timeout_megamenu_css_last_updated', '4723043144', 'no'),
(1277, '_transient_megamenu_css_last_updated', '1569443144', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1282, 'megamenu_themes', 'a:1:{s:7:\"default\";a:221:{s:5:\"title\";s:7:\"Default\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:4:\"#222\";s:23:\"container_background_to\";s:4:\"#222\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:4:\"10px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:4:\"#333\";s:29:\"menu_item_background_hover_to\";s:4:\"#333\";s:17:\"menu_item_spacing\";s:3:\"2px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:3:\"0px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"600px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:565:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n    clear: both; \r\n}\r\n#{$wrap} #{$menu} &gt; li.mega-menu-item &gt; a.mega-menu-link {\r\n    font-size: 1.7em;\r\n	font-weight: 600;\r\n}\r\n#{$wrap} #{$menu} &gt; li.mega-menu-item &gt; a.mega-menu-link:hover {\r\n    text-decoration: underline solid white;\r\n}\r\n\r\n#mega-menu-wrap-menu-1 {\r\n	background-color: black;\r\n}\r\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\r\n	background: black;\r\n}\r\n\r\nspan.mega-toggle-label-closed {\r\n	font-size: 1.7em;\r\n}\r\n\r\nspan.mega-toggle-label-open {\r\n	font-size: 1.7em;\r\n	font-style: italic;\r\n}\r\n\r\n\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}', 'yes'),
(1283, 'megamenu_themes_last_updated', 'default', 'yes'),
(1284, 'megamenu_toggle_blocks', 'a:1:{s:7:\"default\";a:1:{i:1;a:11:{s:4:\"type\";s:11:\"menu_toggle\";s:5:\"align\";s:4:\"left\";s:11:\"closed_text\";s:4:\"MENU\";s:9:\"open_text\";s:4:\"MENU\";s:11:\"closed_icon\";s:9:\"dash-f333\";s:9:\"open_icon\";s:9:\"dash-f153\";s:10:\"text_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"text_size\";s:4:\"14px\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"icon_size\";s:4:\"24px\";s:13:\"icon_position\";s:5:\"after\";}}}', 'yes'),
(1339, '_transient_timeout_megamenu_css', '4723043144', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1340, '_transient_megamenu_css', '/** Wednesday 25th September 2019 20:25:44 UTC (core) **/\n/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/\n/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/\n\n.mega-menu-last-modified-1569443144 { content: \'Wednesday 25th September 2019 20:25:44 UTC\'; }\n\n#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {\n  transition: none;\n  border-radius: 0;\n  box-shadow: none;\n  background: none;\n  border: 0;\n  bottom: auto;\n  box-sizing: border-box;\n  clip: auto;\n  color: #666;\n  display: block;\n  float: none;\n  font-family: inherit;\n  font-size: 14px;\n  height: auto;\n  left: auto;\n  line-height: 1.7;\n  list-style-type: none;\n  margin: 0;\n  min-height: auto;\n  max-height: none;\n  opacity: 1;\n  outline: none;\n  overflow: visible;\n  padding: 0;\n  position: relative;\n  pointer-events: auto;\n  right: auto;\n  text-align: left;\n  text-decoration: none;\n  text-indent: 0;\n  text-transform: none;\n  transform: none;\n  top: auto;\n  vertical-align: baseline;\n  visibility: inherit;\n  width: auto;\n  word-wrap: break-word;\n}\n#mega-menu-wrap-menu-1:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:before, #mega-menu-wrap-menu-1:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:after {\n  display: none;\n}\n#mega-menu-wrap-menu-1 {\n  border-radius: 0;\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 {\n    background: #222;\n  }\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:focus {\n  outline: 3px solid #109cde;\n  outline-offset: -3px;\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {\n  outline-offset: 2px;\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n  background: #333;\n  color: #fff;\n  font-weight: normal;\n  text-decoration: none;\n  border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n    color: #fff;\n    background: #333;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 {\n  visibility: visible;\n  text-align: left;\n  padding: 0px 10px 0px 0px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {\n  cursor: pointer;\n  display: inline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group {\n  vertical-align: middle;\n  display: inline-block;\n  transition: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description {\n  transition: none;\n  line-height: 1.5;\n  display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description {\n  font-style: italic;\n  font-size: 0.8em;\n  text-transform: none;\n  font-weight: normal;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n  display: flex;\n  align-items: center;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {\n  flex: 0 0 auto;\n  align-self: flex-start;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n  display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n  display: table-cell;\n  vertical-align: middle;\n  line-height: initial;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n  display: block;\n  margin: 0 0 6px 0;\n  text-align: center;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {\n  display: inline-block;\n  transition: none;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n    display: block;\n    line-height: 40px;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n    display: inline-block;\n    margin: 0 6px 0 0;\n    text-align: left;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {\n  float: right;\n  margin: 0 0 0 6px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-animating > ul.mega-sub-menu {\n  pointer-events: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {\n  cursor: default;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {\n  cursor: pointer;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 p {\n  margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {\n  max-width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n  display: block;\n  visibility: hidden;\n  opacity: 1;\n  pointer-events: auto;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n    display: none;\n    visibility: visible;\n    opacity: 1;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\n    display: block;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {\n    display: none;\n  }\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item > ul.mega-sub-menu {\n    opacity: 0;\n    transition: opacity 200ms ease-in, visibility 200ms ease-in;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n    opacity: 1;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n    opacity: 0;\n    transform: translate(0, 10px);\n    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n    opacity: 1;\n    transform: translate(0, 0);\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n    transform: translate(0, 10px);\n    transition: transform 200ms ease-in, visibility 200ms ease-in;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n    transform: translate(0, 0);\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {\n  display: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {\n  display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {\n  visibility: visible;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {\n  visibility: inherit;\n  opacity: 1;\n  display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 50%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 33.33333%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 25%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a[class^=\'dashicons\']:before {\n  font-family: dashicons;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {\n  display: inline-block;\n  font: inherit;\n  font-family: dashicons;\n  position: static;\n  margin: 0 6px 0 0px;\n  vertical-align: top;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  color: inherit;\n  background: transparent;\n  height: auto;\n  width: auto;\n  top: auto;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n  margin: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {\n  margin: 0 6px 0 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n  border-radius: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-right > ul.mega-sub-menu {\n  right: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n  border-radius: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {\n  position: static;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n  margin: 0 2px 0 0;\n  display: inline-block;\n  height: auto;\n  vertical-align: middle;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n  float: right;\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n    margin: 0 0 0 2px;\n  }\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-float-left {\n    float: left;\n  }\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {\n    background: #333;\n    color: #fff;\n    font-weight: normal;\n    text-decoration: none;\n    border-color: #fff;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n  background: #333;\n  color: #fff;\n  font-weight: normal;\n  text-decoration: none;\n  border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n    color: #fff;\n    background: #333;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n  background: #333;\n  color: #fff;\n  font-weight: normal;\n  text-decoration: none;\n  border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n    color: #fff;\n    background: #333;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n  line-height: 40px;\n  height: 40px;\n  padding: 0px 10px 0px 0px;\n  vertical-align: baseline;\n  width: auto;\n  display: block;\n  color: #fff;\n  text-transform: none;\n  text-decoration: none;\n  text-align: left;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n  border: 0;\n  border-radius: 0;\n  font-family: inherit;\n  font-size: 14px;\n  font-weight: normal;\n  outline: none;\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link {\n    line-height: inherit;\n    display: table-cell;\n    vertical-align: middle;\n  }\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {\n    display: none;\n  }\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n    display: list-item;\n    margin: 0;\n    clear: both;\n    border: 0;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n    float: none;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n    border-radius: 0;\n    border: 0;\n    margin: 0;\n    line-height: 40px;\n    height: 40px;\n    padding: 0 10px;\n    background: transparent;\n    text-align: left;\n    color: #fff;\n    font-size: 14px;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {\n  width: 100%;\n  float: left;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {\n  float: left;\n  min-height: 1px;\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n    width: 25%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n    width: 75%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n    width: 20%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n    width: 40%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n    width: 60%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n    width: 80%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n    width: 14.28571%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n    width: 28.57143%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n    width: 42.85714%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n    width: 57.14286%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n    width: 71.42857%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n    width: 85.71429%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n    width: 12.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n    width: 25%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n    width: 37.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n    width: 62.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n    width: 75%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n    width: 87.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {\n    width: 11.11111%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {\n    width: 22.22222%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {\n    width: 44.44444%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {\n    width: 55.55556%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {\n    width: 77.77778%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {\n    width: 88.88889%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {\n    width: 10%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {\n    width: 20%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {\n    width: 30%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {\n    width: 40%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {\n    width: 60%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {\n    width: 70%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {\n    width: 80%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {\n    width: 90%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {\n    width: 9.09091%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {\n    width: 18.18182%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {\n    width: 27.27273%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {\n    width: 36.36364%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {\n    width: 45.45455%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {\n    width: 54.54545%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {\n    width: 63.63636%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {\n    width: 72.72727%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {\n    width: 81.81818%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {\n    width: 90.90909%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {\n    width: 8.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\n    width: 25%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {\n    width: 41.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {\n    width: 58.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {\n    width: 75%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {\n    width: 91.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {\n    width: 100%;\n  }\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {\n    width: 100%;\n    clear: both;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n  padding: 15px 15px 15px 15px;\n  width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n  z-index: 999;\n  border-radius: 0;\n  background: #f1f1f1;\n  border: 0;\n  padding: 0px 0px 0px 0px;\n  position: absolute;\n  width: 100%;\n  max-width: none;\n  left: 0;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n    float: left;\n    position: static;\n    width: 100%;\n  }\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {\n    width: 25%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {\n    width: 75%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {\n    width: 20%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {\n    width: 40%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {\n    width: 60%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {\n    width: 80%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {\n    width: 14.28571%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {\n    width: 28.57143%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {\n    width: 42.85714%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {\n    width: 57.14286%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {\n    width: 71.42857%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {\n    width: 85.71429%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {\n    width: 12.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {\n    width: 25%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {\n    width: 37.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {\n    width: 50%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {\n    width: 62.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {\n    width: 75%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {\n    width: 87.5%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {\n    width: 11.11111%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {\n    width: 22.22222%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {\n    width: 44.44444%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {\n    width: 55.55556%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {\n    width: 77.77778%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {\n    width: 88.88889%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {\n    width: 100%;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {\n  margin: 5px 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n  clear: both;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n  margin-left: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {\n  margin-left: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  display: block;\n  float: left;\n  clear: none;\n  padding: 15px 15px 15px 15px;\n  vertical-align: top;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n  clear: left;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n  color: #555;\n  font-family: inherit;\n  font-size: 16px;\n  text-transform: uppercase;\n  text-decoration: none;\n  font-weight: bold;\n  text-align: left;\n  margin: 0px 0px 0px 0px;\n  padding: 0px 0px 5px 0px;\n  vertical-align: top;\n  display: block;\n  visibility: inherit;\n  border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {\n  border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */\n  color: #555;\n  font-family: inherit;\n  font-size: 16px;\n  text-transform: uppercase;\n  text-decoration: none;\n  font-weight: bold;\n  text-align: left;\n  margin: 0px 0px 0px 0px;\n  padding: 0px 0px 0px 0px;\n  vertical-align: top;\n  display: block;\n  border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {\n  border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */\n  color: #555;\n  font-weight: bold;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  text-transform: none;\n  text-decoration: none;\n  font-weight: normal;\n  text-align: left;\n  margin: 0px 0px 0px 0px;\n  padding: 0px 0px 0px 0px;\n  vertical-align: top;\n  display: block;\n  border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {\n  border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n  display: flex;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */\n  color: #666;\n  font-weight: normal;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n    border: 0;\n    padding: 10px;\n    border-radius: 0;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n    width: 100%;\n    clear: both;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  text-transform: none;\n  text-decoration: none;\n  font-weight: normal;\n  margin: 0;\n  border: 0;\n  padding: 0px 0px 0px 0px;\n  vertical-align: top;\n  display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n  color: #666;\n  font-weight: normal;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {\n  z-index: 999;\n  position: absolute;\n  width: 250px;\n  border: 0;\n  padding: 0px 0px 0px 0px;\n  background: #f1f1f1;\n  max-width: none;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {\n    float: left;\n    position: static;\n    width: 100%;\n    padding: 0;\n    border: 0;\n  }\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n    clear: both;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n  display: block;\n  background: #f1f1f1;\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  font-weight: normal;\n  padding: 0px 10px 0px 10px;\n  line-height: 35px;\n  text-decoration: none;\n  text-transform: none;\n  vertical-align: baseline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n    border-top-left-radius: 0;\n    border-top-right-radius: 0;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n  border-bottom-right-radius: 0px;\n  border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n  background: #ddd;\n  font-weight: normal;\n  text-decoration: none;\n  color: #666;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n  position: absolute;\n  left: 100%;\n  top: 0;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n    position: static;\n    left: 0;\n    width: 100%;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n    padding-left: 20px;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n  content: \'\\f140\';\n  font-family: dashicons;\n  font-weight: normal;\n  display: inline-block;\n  margin: 0 0 0 6px;\n  vertical-align: top;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  transform: rotate(0);\n  color: inherit;\n  position: relative;\n  background: transparent;\n  height: auto;\n  width: auto;\n  right: auto;\n  line-height: inherit;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n  display: inline;\n  height: auto;\n  width: auto;\n  background: transparent;\n  position: relative;\n  pointer-events: auto;\n  left: auto;\n  min-width: auto;\n  line-height: inherit;\n  color: inherit;\n  font-size: inherit;\n  padding: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n  float: right;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n  content: \'\\f142\';\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n    float: right;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f142\';\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {\n    display: none;\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {\n  display: none;\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f139\';\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n    text-align: right;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {\n    float: left;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f141\';\n    margin: 0 6px 0 0;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n    float: right;\n    margin: 0 0 0 6px;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n    left: -100%;\n    top: 0;\n  }\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n    float: right;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f139\';\n    margin: 0;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n    float: left;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f141\';\n    margin: 0;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n    float: right;\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f142\';\n  }\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f139\';\n  }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li[class^=\'mega-lang-item\'] > a.mega-menu-link > img {\n  display: inline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link > img.iclflag {\n  display: inline;\n  margin-right: 8px;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-mobile, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {\n    display: none;\n  }\n}\n@media only screen and (min-width: 601px) {\n  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {\n    display: none;\n  }\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1:after {\n    content: \"\";\n    display: table;\n    clear: both;\n  }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n  display: none;\n  z-index: 1;\n  cursor: pointer;\n  background: #222;\n  border-radius: 2px 2px 2px 2px;\n  line-height: 40px;\n  height: 40px;\n  text-align: left;\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  outline: none;\n  white-space: nowrap;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle img {\n  max-width: 100%;\n  padding: 0;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 .mega-menu-toggle {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: -webkit-flex;\n    display: flex;\n  }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  -ms-flex-preferred-size: 33.33%;\n  -webkit-flex-basis: 33.33%;\n  flex-basis: 33.33%;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left {\n  -webkit-box-flex: 1;\n  -ms-flex: 1;\n  -webkit-flex: 1;\n  flex: 1;\n  -webkit-box-pack: start;\n  -ms-flex-pack: start;\n  -webkit-justify-content: flex-start;\n  justify-content: flex-start;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {\n  margin-left: 6px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {\n  -webkit-box-pack: center;\n  -ms-flex-pack: center;\n  -webkit-justify-content: center;\n  justify-content: center;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {\n  margin-left: 3px;\n  margin-right: 3px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {\n  -webkit-box-flex: 1;\n  -ms-flex: 1;\n  -webkit-flex: 1;\n  flex: 1;\n  -webkit-box-pack: end;\n  -ms-flex-pack: end;\n  -webkit-justify-content: flex-end;\n  justify-content: flex-end;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {\n  margin-right: 6px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  height: 100%;\n  outline: 0;\n  -webkit-align-self: center;\n  -ms-flex-item-align: center;\n  align-self: center;\n  -ms-flex-negative: 0;\n  -webkit-flex-shrink: 0;\n  flex-shrink: 0;\n}\n@media only screen and (max-width: 600px) {\n  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {\n    background: #222;\n    padding: 0px 0px 0px 0px;\n    display: none;\n  }\n  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {\n    display: block;\n  }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n  /** Push menu onto new line **/\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 {\n  cursor: pointer;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {\n  content: \'\\f333\';\n  font-family: \'dashicons\';\n  font-size: 24px;\n  color: #ddd;\n  margin: 0 0 0 5px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {\n  color: #ddd;\n  font-size: 14px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {\n  display: none;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {\n  display: inline;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {\n  content: \'\\f153\';\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {\n  display: inline;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {\n  display: none;\n}\n#mega-menu-wrap-menu-1 {\n  clear: both;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n  font-size: 1.7em;\n  font-weight: 600;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {\n  text-decoration: underline solid white;\n}\n#mega-menu-wrap-menu-1 {\n  background-color: black;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n  background: black;\n}\nspan.mega-toggle-label-closed {\n  font-size: 1.7em;\n}\nspan.mega-toggle-label-open {\n  font-size: 1.7em;\n  font-style: italic;\n}\n', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1352, 'wpmm_settings', 'a:5:{s:7:\"general\";a:10:{s:6:\"status\";i:0;s:11:\"status_date\";s:0:\"\";s:11:\"bypass_bots\";i:0;s:12:\"backend_role\";a:0:{}s:13:\"frontend_role\";a:0:{}s:11:\"meta_robots\";i:0;s:11:\"redirection\";s:0:\"\";s:7:\"exclude\";a:3:{i:0;s:4:\"feed\";i:1;s:8:\"wp-login\";i:2;s:5:\"login\";}s:6:\"notice\";i:1;s:10:\"admin_link\";i:0;}s:6:\"design\";a:10:{s:5:\"title\";s:16:\"Maintenance mode\";s:7:\"heading\";s:16:\"Maintenance mode\";s:13:\"heading_color\";s:0:\"\";s:4:\"text\";s:138:\"<p>Sorry for the inconvenience.<br />Our website is currently undergoing scheduled maintenance.<br />Thank you for your understanding.</p>\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:9:\"bg_custom\";s:0:\"\";s:13:\"bg_predefined\";s:7:\"bg1.jpg\";s:10:\"custom_css\";a:0:{}}s:7:\"modules\";a:24:{s:16:\"countdown_status\";i:0;s:15:\"countdown_start\";s:19:\"2019-09-26 02:48:59\";s:17:\"countdown_details\";a:3:{s:4:\"days\";i:0;s:5:\"hours\";i:1;s:7:\"minutes\";i:0;}s:15:\"countdown_color\";s:0:\"\";s:16:\"subscribe_status\";i:0;s:14:\"subscribe_text\";s:25:\"Notify me when it\'s ready\";s:20:\"subscribe_text_color\";s:0:\"\";s:13:\"social_status\";i:0;s:13:\"social_target\";i:1;s:13:\"social_github\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:14:\"social_google+\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"contact_status\";i:0;s:13:\"contact_email\";s:20:\"netgecko03@gmail.com\";s:15:\"contact_effects\";s:20:\"move_top|move_bottom\";s:9:\"ga_status\";i:0;s:15:\"ga_anonymize_ip\";i:0;s:7:\"ga_code\";s:0:\"\";s:10:\"custom_css\";a:0:{}}s:3:\"bot\";a:6:{s:6:\"status\";i:0;s:4:\"name\";s:5:\"Admin\";s:6:\"avatar\";s:0:\"\";s:8:\"messages\";a:11:{s:2:\"01\";s:97:\"Hey! My name is {bot_name}, I\'m the owner of this website and I\'d like to be your assistant here.\";s:2:\"02\";s:28:\"I have just a few questions.\";s:2:\"03\";s:18:\"What is your name?\";s:2:\"04\";s:38:\"Nice to meet you here, {visitor_name}!\";s:2:\"05\";s:55:\"How you can see, our website will be lauched very soon.\";s:2:\"06\";s:76:\"I know, you are very excited to see it, but we need a few days to finish it.\";s:2:\"07\";s:37:\"Would you like to be first to see it?\";s:4:\"08_1\";s:81:\"Cool! Please leave your email here and I will send you a message when it\'s ready.\";s:4:\"08_2\";s:56:\"Sad to hear that, {visitor_name} :( See you next time…\";s:2:\"09\";s:40:\"Got it! Thank you and see you soon here!\";i:10;s:17:\"Have a great day!\";}s:9:\"responses\";a:4:{s:2:\"01\";s:22:\"Type your name here…\";s:4:\"02_1\";s:12:\"Tell me more\";s:4:\"02_2\";s:6:\"Boring\";s:2:\"03\";s:23:\"Type your email here…\";}s:10:\"custom_css\";a:0:{}}s:4:\"gdpr\";a:6:{s:6:\"status\";i:0;s:17:\"policy_page_label\";s:14:\"Privacy Policy\";s:16:\"policy_page_link\";s:0:\"\";s:18:\"policy_page_target\";i:0;s:17:\"contact_form_tail\";s:186:\"This form collects your name and email so that we can reach you back. Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.\";s:19:\"subscribe_form_tail\";s:193:\"This form collects your email so that we can add you to our newsletter list. Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.\";}}', 'yes'),
(1353, 'wpmm_version', '2.2.4', 'yes'),
(1379, '_site_transient_timeout_theme_roots', '1569618521', 'no'),
(1380, '_site_transient_theme_roots', 'a:2:{s:20:\"twentynineteen-child\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";}', 'no'),
(1381, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1569616775;s:7:\"checked\";a:12:{s:19:\"akismet/akismet.php\";s:5:\"4.1.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:3:\"7.7\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.4\";s:37:\"foobox-image-lightbox/foobox-free.php\";s:5:\"2.7.5\";s:25:\"foogallery/foogallery.php\";s:6:\"1.8.12\";s:9:\"hello.php\";s:5:\"1.7.2\";s:53:\"hide-page-and-post-title/hide-page-and-post-title.php\";s:5:\"1.3.2\";s:23:\"loginizer/loginizer.php\";s:5:\"1.4.2\";s:21:\"megamenu/megamenu.php\";s:5:\"2.7.2\";s:31:\"query-monitor/query-monitor.php\";s:5:\"3.3.7\";s:33:\"smart-slider-3/smart-slider-3.php\";s:6:\"3.3.21\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:5:\"2.2.4\";}s:8:\"response\";a:1:{s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:6:\"3.3.22\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.3.22.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=1284893\";s:2:\"1x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-128x128.png?rev=1284893\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=1902662\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=1902662\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{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.1.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:3:\"7.7\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2097157\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2097157\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2097157\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2097157\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"foobox-image-lightbox/foobox-free.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/foobox-image-lightbox\";s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:6:\"plugin\";s:37:\"foobox-image-lightbox/foobox-free.php\";s:11:\"new_version\";s:5:\"2.7.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/foobox-image-lightbox/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/foobox-image-lightbox.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/foobox-image-lightbox/assets/icon-256x256.png?rev=1497659\";s:2:\"1x\";s:74:\"https://ps.w.org/foobox-image-lightbox/assets/icon-128x128.png?rev=1497659\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/foobox-image-lightbox/assets/banner-772x250.png?rev=889563\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"foogallery/foogallery.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/foogallery\";s:4:\"slug\";s:10:\"foogallery\";s:6:\"plugin\";s:25:\"foogallery/foogallery.php\";s:11:\"new_version\";s:6:\"1.8.12\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/foogallery/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/foogallery.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/foogallery/assets/icon-256x256.png?rev=1757883\";s:2:\"1x\";s:63:\"https://ps.w.org/foogallery/assets/icon-128x128.png?rev=1757883\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/foogallery/assets/banner-1544x500.png?rev=2000201\";s:2:\"1x\";s:65:\"https://ps.w.org/foogallery/assets/banner-772x250.png?rev=2000203\";}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:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"hide-page-and-post-title/hide-page-and-post-title.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/hide-page-and-post-title\";s:4:\"slug\";s:24:\"hide-page-and-post-title\";s:6:\"plugin\";s:53:\"hide-page-and-post-title/hide-page-and-post-title.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/hide-page-and-post-title/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/hide-page-and-post-title.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/hide-page-and-post-title/assets/icon-128x128.png?rev=1703131\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/hide-page-and-post-title/assets/banner-772x250.png?rev=1703131\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"megamenu/megamenu.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/megamenu\";s:4:\"slug\";s:8:\"megamenu\";s:6:\"plugin\";s:21:\"megamenu/megamenu.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/megamenu/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/megamenu.2.7.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/megamenu/assets/banner-1544x500.png?rev=1933092\";s:2:\"1x\";s:63:\"https://ps.w.org/megamenu/assets/banner-772x250.png?rev=1933095\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"query-monitor/query-monitor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/query-monitor\";s:4:\"slug\";s:13:\"query-monitor\";s:6:\"plugin\";s:31:\"query-monitor/query-monitor.php\";s:11:\"new_version\";s:5:\"3.3.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/query-monitor/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/query-monitor.3.3.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/query-monitor/assets/icon-256x256.png?rev=2056073\";s:2:\"1x\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2056073\";s:3:\"svg\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2056073\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/query-monitor/assets/banner-1544x500.png?rev=1629576\";s:2:\"1x\";s:68:\"https://ps.w.org/query-monitor/assets/banner-772x250.png?rev=1731469\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/wp-maintenance-mode\";s:4:\"slug\";s:19:\"wp-maintenance-mode\";s:6:\"plugin\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wp-maintenance-mode/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(1382, '_site_transient_timeout_browser_8689a6d889b430723559d3e9ae450e00', '1570221524', 'no'),
(1383, '_site_transient_browser_8689a6d889b430723559d3e9ae450e00', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"60.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(1384, '_site_transient_timeout_php_check_78e1776a2900a8656cebe7d7ea2a07cc', '1570221524', 'no'),
(1385, '_site_transient_php_check_78e1776a2900a8656cebe7d7ea2a07cc', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(1386, '_site_transient_timeout_community-events-1aecf33ab8525ff212ebdffbb438372e', '1569659925', 'no'),
(1387, '_site_transient_community-events-1aecf33ab8525ff212ebdffbb438372e', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"Conyers WordPress Monthly Meetup (WP Optimize)\";s:3:\"url\";s:68:\"https://www.meetup.com/Conyers-WordPress-Meetup/events/rmbvxqyzmbjc/\";s:6:\"meetup\";s:24:\"Conyers WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/Conyers-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-09-26 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Conyers, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.66656494140600131004248396493494510650634765625;s:9:\"longitude\";d:-84.0178451538090058647867408581078052520751953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"Google Analytics Setup Demystified with Mark Redfern\";s:3:\"url\";s:67:\"https://www.meetup.com/Woodstock-WordPress-Meetup/events/265156211/\";s:6:\"meetup\";s:26:\"Woodstock WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Woodstock-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-10-02 11:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Woodstock, GA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:34.103939056396001205939683131873607635498046875;s:9:\"longitude\";d:-84.5177230834959942740169935859739780426025390625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:37:\"Snellville FREE Website Help & Meetup\";s:3:\"url\";s:59:\"https://www.meetup.com/WordPress-Gwinnett/events/265182150/\";s:6:\"meetup\";s:18:\"WordPress Gwinnett\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/WordPress-Gwinnett/\";s:4:\"date\";s:19:\"2019-10-02 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Snellville, GA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.85732650756799699820476234890520572662353515625;s:9:\"longitude\";d:-84.0199127197270030364961712621152400970458984375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"Getting Animated with Elementor\";s:3:\"url\";s:53:\"https://www.meetup.com/wpatlanta/events/tbptfryznbfb/\";s:6:\"meetup\";s:41:\"Marietta (Metro Atlanta) WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wpatlanta/\";s:4:\"date\";s:19:\"2019-10-03 11:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Marietta, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.95039749145499996529906638897955417633056640625;s:9:\"longitude\";d:-84.5476531982420027588887023739516735076904296875;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:62:\"Productized Services and Purple Unicorns with Jason McCullough\";s:3:\"url\";s:53:\"https://www.meetup.com/wpatlanta/events/tcfcpqyznblb/\";s:6:\"meetup\";s:41:\"Marietta (Metro Atlanta) WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wpatlanta/\";s:4:\"date\";s:19:\"2019-10-08 11:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Marietta, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.95039749145499996529906638897955417633056640625;s:9:\"longitude\";d:-84.5476531982420027588887023739516735076904296875;}}}}', 'no'),
(1388, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1569659926', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1389, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', '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:27:\"News –  – 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Sep 2019 07:18:19 +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:40:\"https://wordpress.org/?v=5.3-beta1-46334\";s: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:48:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.3 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/09/wordpress-5-3-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Sep 2019 18:36:11 +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:8:\"Releases\";s: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=7114\";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:321:\"WordPress 5.3 Beta 1 is now available! This software is still in development, so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.3 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge [&#8230;]\";s: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:\"\";}}}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:9121:\"\n<p>WordPress 5.3 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.3 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.3-beta1.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.3 is slated for release on <a href=\"https://make.wordpress.org/core/5-3/\">November 12, 2019</a>, and we need your help to get there. Here are some of the big items to test, so we can find and resolve as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>Twelve releases of the Gutenberg plugin are going to be merged into 5.3 which means there’s a long list of exciting new features.&nbsp;</p>\n\n\n\n<p>Here are just a few of them:</p>\n\n\n\n<ul><li>Group block and grouping interactions</li><li>Columns block improvements (width support + patterns)</li><li>Table block improvements (text alignment support, header/footer support, colors)</li><li>Gallery block improvements (reordering inline, caption support)</li><li>Separator block improvements (color support)</li><li>Latest Posts block improvements (support excerpt, content)</li><li>List block improvements (indent/outdent shortcuts, start value and reverse order support)</li><li>Button block improvements (support target, border radius)</li><li>Animations and micro interactions (moving blocks, dropdowns, and a number of small animations to improve the UX)</li><li>Accessibility Navigation Mode which will allow you to navigate with the keyboard between blocks without going into their content.</li><li>Block Style Variations API</li></ul>\n\n\n\n<p>Plus a number of other improvements, amongst them:</p>\n\n\n\n<ul><li>Data Module API improvements (useSelect/useEffect)</li><li>Inserter Help Panel</li><li>Extensibility: DocumentSettingsPanel</li><li>Snackbar notices</li><li>Typewriter Experience</li><li>Fix a number of Accessibility report issues</li></ul>\n\n\n\n<p>If you want to see all the features for each release, here are direct links to the release posts: <a href=\"https://make.wordpress.org/core/2019/09/19/whats-new-in-gutenberg-18-september/\">6.5</a>, <a href=\"https://make.wordpress.org/core/2019/08/28/whats-new-in-gutenberg-28-august/\">6.4</a>, <a href=\"https://make.wordpress.org/core/2019/08/14/whats-new-in-gutenberg-14-august/\">6.3</a>, <a href=\"https://make.wordpress.org/core/2019/07/31/whats-new-in-gutenberg-31-july/\">6.2</a>, <a href=\"https://make.wordpress.org/core/2019/07/10/whats-new-in-gutenberg-10-july/\">6.1</a>, <a href=\"https://make.wordpress.org/core/2019/06/26/whats-new-in-gutenberg-26th-june/\">6.0</a>, <a href=\"https://make.wordpress.org/core/2019/06/12/whats-new-in-gutenberg-12th-june/\">5.9</a>, <a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\">5.8</a>, <a href=\"https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/\">5.7</a>, <a href=\"https://make.wordpress.org/core/2019/05/01/whats-new-in-gutenberg-1st-may/\">5.6</a>, <a href=\"https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/\">5.5</a>, and <a href=\"https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/\">5.4</a>.</p>\n\n\n\n<h3>Continuous effort on performance</h3>\n\n\n\n<p>The team working on the block editor managed to shave off 1.5 seconds of loading time for a particularly sizeable post (~ 36,000 words, ~ 1,000 blocks) since WordPress 5.2.</p>\n\n\n\n<h2>A new default theme: welcome Twenty Twenty</h2>\n\n\n\n<p>WordPress 5.3 introduces <a href=\"https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/\">Twenty Twenty</a>, the latest default theme in our project history.&nbsp;</p>\n\n\n\n<p>This elegant new theme is based on the WordPress theme <a href=\"https://www.andersnoren.se/teman/chaplin-wordpress-theme/\">Chaplin</a> which was released on the WordPress.org theme directory earlier this summer.&nbsp;</p>\n\n\n\n<p>It includes full support for the block editor, empowering users to find the right design for their message.</p>\n\n\n\n<h2>Wait! There is more</h2>\n\n\n\n<p>5.3 is going to be a rich release with the inclusion of numerous enhancements to interactions and the interface.</p>\n\n\n\n<h2>Admin interface enhancements</h2>\n\n\n\n<p>Design and Accessibility teams worked together to port some parts of Gutenberg styles into the whole wp-admin interface. Both teams are going to iterate on these changes during the 5.3 beta cycle. These improved styles fix many accessibility issues, improve color contrasts on form fields and buttons, add consistency between editor and admin interfaces, modernize the WordPress color scheme, add better zoom management, and more.</p>\n\n\n\n<h3>Big Images are coming to WordPress</h3>\n\n\n\n<p>Uploading non-optimized, high-resolution pictures from your smartphone isn’t a problem anymore. WordPress now supports resuming uploads when they fail as well as larger default image sizes. That way pictures you add from the block editor look their best no matter how people get to your site.</p>\n\n\n\n<h3>Automatic image rotation during upload</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the EXIF orientation. This feature was first proposed nine years ago. Never give up on your dreams to see your fixes land in WordPress!</p>\n\n\n\n<h3>Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it easier to identify and understand areas that may need troubleshooting on your site from the Tools -&gt; Health Check screen.</p>\n\n\n\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to check that your admin email address is up to date when you log in as an administrator. This reduces the chance that you’ll get locked out of your site if you change your email address.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<h3>Time/Date component fixes</h3>\n\n\n\n<p>Developers can now work with <a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a> in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n\n\n\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>The WordPress core team is actively preparing to support PHP 7.4 when it is released later this year. WordPress 5.3 contains <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;keywords=~php74&amp;milestone=5.3&amp;order=priority\">multiple changes</a> to remove deprecated functionality and ensure compatibility. Please test this beta release with PHP 7.4 to ensure all functionality continues to work as expected and does not raise any new warnings. </p>\n\n\n\n<h3>Other Changes for Developers</h3>\n\n\n\n<ul><li>Multisite<ul><li>Filter sites by status<ul><li><a href=\"https://core.trac.wordpress.org/ticket/37392\">https://core.trac.wordpress.org/ticket/37392</a>&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/37684\">https://core.trac.wordpress.org/ticket/37684</a>&nbsp;</li></ul></li><li>Save database version in site meta<ul><li><a href=\"https://core.trac.wordpress.org/ticket/41685\">https://core.trac.wordpress.org/ticket/41685</a>&nbsp;</li></ul></li></ul></li><li>Code modernization and PHP 7.4 support<ul><li><a href=\"https://core.trac.wordpress.org/ticket/47678\">https://core.trac.wordpress.org/ticket/47678</a>&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/47783\">https://core.trac.wordpress.org/ticket/47783</a></li></ul></li><li>Toggle password view<ul><li><a href=\"https://core.trac.wordpress.org/ticket/42888\">https://core.trac.wordpress.org/ticket/42888</a></li></ul></li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for more <a href=\"https://make.wordpress.org/core/tag/5-3+dev-notes/\">5.3 related developer notes</a> in the coming weeks detailing other changes that you should be aware of.</p>\n\n\n\n<h2>What’s next</h2>\n\n\n\n<p>There have been over 400 tickets fixed in WordPress 5.3 so far with numerous bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a> where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.<br></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7114\";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:51:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Abdullah Ramzan\";s: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/2019/09/people-of-wordpress-abdullah-ramzan/\";s: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, 06 Sep 2019 18:21: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";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:10:\"Interviews\";s: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=7086\";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:391:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Abdullah Ramzan, from Lahore, Punjab, Pakistan. Abdullah Ramzan was born and brought [&#8230;]\";s: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:\"Yvette Sonneveld\";s: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:6788:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Abdullah Ramzan, from Lahore, Punjab, Pakistan.</strong></h2>\n\n\n\n<p>Abdullah Ramzan was born and brought up in the under-developed city of <a href=\"https://en.wikipedia.org/wiki/Layyah\"><strong>​Layyah​</strong></a>, which is situated in Southern Punjab, Pakistan and surrounded by desert and the river ​Sindh​.</p>\n\n\n\n<p>He graduated from college in his home town and started using a computer in ​2010​ when he joined <a href=\"https://gcuf.edu.pk/\"><strong>​Government College University Faisalabad​</strong></a>. Abdullah’s introduction to WordPress happened while he was finishing the last semester of his degree. His final project was based in WordPress.</p>\n\n\n\n<p>Ramzan’s late mother was the real hero in his life, helping him with his Kindergarten homework and seeing him off to school every day.&nbsp;</p>\n\n\n\n<p>Before her heart surgery, Ramzan visited her in the hospital ICU, where she hugged him and said: ​“<strong>Don’t worry, everything will be good</strong>.” Sadly, his mother died during her surgery. However, her influence on Ramzan’s life continues.</p>\n\n\n\n<h3><strong>Start of Ramzan’s Career:</strong></h3>\n\n\n\n<p>After graduation, Ramzan struggled to get his first job. He first joined PressTigers<strong>​</strong> as a Software Engineer and met Khawaja Fahad Shakeel<a href=\"https://twitter.com/FahadShakeel\"><strong>​</strong></a>, his first mentor. Shakeel provided Ramzan with endless support. Something had always felt missing in his life, but he felt like he was on the right track for the first time in his life when he joined the WordPress community.&nbsp;</p>\n\n\n\n<h3><strong>Community – WordCamps and Meetups:</strong></h3>\n\n\n\n<p>Although Ramzan had used WordPress since ​2015​, attending WordPress meetups and open source contributions turned out to be a game-changer for him. He learned a lot from the WordPress community and platform, and developed strong relationships with several individuals. One of them is <a href=\"https://twitter.com/jainnidhi03\"><strong>​</strong></a>Nidhi Jain​ from Udaipur India who he works with on WordPress development. The second is <a href=\"https://twitter.com/desrosj\"><strong>​</strong></a>Jonathan Desrosiers​ who he continues to learn a lot from.</p>\n\n\n\n<p>In addition, Usman Khalid<a href=\"https://twitter.com/Usman__Khalid\"><strong>​</strong></a>, the lead organizer of WC Karachi, mentored Ramzan, helping him to develop his community skills.&nbsp;</p>\n\n\n\n<p>With the mentorship of these contributors, Ramzan is confident supporting local WordPress groups and helped to organize ​WordCamp Karachi​, where he spoke for the first time at an international level event. He believes that WordPress has contributed much to his personal identity.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?resize=632%2C422&#038;ssl=1\" alt=\"Abdullah Ramzan among a group of community members at WordCamp Karachi 2018\" class=\"wp-image-7088\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Abdullah Ramzan at WordCamp Karachi 2018</figcaption></figure>\n\n\n\n<h3><strong>WordPress and the Future:</strong></h3>\n\n\n\n<p>As a <a href=\"https://www.meetup.com/WordPress-Lahore/members/?op=leaders&amp;sort=name\"><strong>​co-organizer of WordPress Meetup Lahore,​</strong></a> he would love to involve more people in the community leadership team, to provide a platform for people to gather under one roof, to learn and share something with each other. </p>\n\n\n\n<p>But he has loftier ambitions. Impressed by <a href=\"https://walktowc.eu/\">Walk to WordCamp Europe</a>, Abdullah is seriously considering walking to WordCamp Asia. He also one day hopes for the opportunity to serve his country as a senator of Pakistan<a href=\"http://www.senate.gov.pk/\"><strong>​</strong></a> and intends to enter the next senate election.</p>\n\n\n\n<h3><strong>Words of Encouragement</strong></h3>\n\n\n\n<p>Abdullah Ramzan knows there is no shortcut to success. “You have to work hard to achieve your goals,” explained Ramzan. He still has much he wishes to accomplish and hopes to be remembered for his impact on the project.</p>\n\n\n\n<p>Abdullah believes WordPress can never die as long as people don’t stop innovating to meet new demands. The beauty of WordPress is that it is made for everyone.</p>\n\n\n\n<p>Ramzan encouraged, “If you seriously want to do something for yourself, do something for others first. Go for open source, you’ll surely learn how to code. You’ll learn how to work in a team. Join local meetups, meet with the folks: help them, learn from them, and share ideas.”</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=109%2C82&#038;ssl=1\" alt=\"\" class=\"wp-image-7025\" width=\"109\" height=\"82\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 109px) 100vw, 109px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7086\";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:51:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.2.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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/09/wordpress-5-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Sep 2019 01:51: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";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:\"Security\";s: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=7064\";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:368:\"WordPress 5.2.3 is now available! This security and maintenance release features 29 fixes and enhancements. Plus, it adds a number of security fixes—see the list below. These bugs affect WordPress versions 5.2.2 and earlier; version 5.2.3 fixes them, so you&#8217;ll want to upgrade. If you haven&#8217;t yet updated to 5.2, there are also updated versions [&#8230;]\";s: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:\"Jake Spurlock\";s: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:7645:\"\n<p>WordPress 5.2.3 is now available! </p>\n\n\n\n<p>This security and maintenance release features 29 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>These bugs affect WordPress versions 5.2.2 and earlier; version 5.2.3 fixes them, so you&#8217;ll want to upgrade. </p>\n\n\n\n<p>If you haven&#8217;t yet updated to 5.2, there are also updated versions of 5.0 and earlier that fix the bugs for you.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<ul><li>Props to&nbsp;<a href=\"https://blog.ripstech.com/authors/simon-scannell/\">Simon Scannell of RIPS Technologies</a>&nbsp;for finding and disclosing two issues. The first, a cross-site scripting (XSS) vulnerability found in post previews by contributors. The second was a cross-site scripting vulnerability in stored comments.&nbsp;</li><li>Props to&nbsp;<a href=\"https://security-consulting.icu/blog/\">Tim Coen</a>&nbsp;for disclosing an issue where validation and sanitization of a URL could lead to an open redirect.&nbsp;</li><li>Props to Anshul Jain for disclosing reflected cross-site scripting during media uploads.</li><li>Props to&nbsp;<a href=\"https://fortiguard.com/\">Zhouyuan Yang of Fortinet’s FortiGuard Labs</a>&nbsp;who disclosed a vulnerability for cross-site scripting (XSS) in shortcode previews.</li><li>Props to Ian Dunn of the Core Security Team for finding and disclosing a case where reflected cross-site scripting could be found in the dashboard.</li><li>Props to Soroush Dalili (<a href=\"https://twitter.com/irsdl?lang=en\">@irsdl</a>) from NCC Group for disclosing an issue with URL sanitization that can lead to cross-site scripting (XSS) attacks.</li><li>In addition to the above changes, we are also updating jQuery on older versions of WordPress. This change was&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/47020\">added in 5.2.1</a>&nbsp;and is now being brought to older versions.&nbsp;</li></ul>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.2.3&amp;order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>For more info, browse the full list of changes on Trac or check out the Version&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-2-3/\">5.2.3 documentation page</a>.</p>\n\n\n\n<p>WordPress 5.2.3 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-3/\">version 5.3.</a></p>\n\n\n\n<p>You can download WordPress 5.2.3 from the button at the top of this page, or visit your<strong> Dashboard → Updates</strong> and click <strong>Update Now</strong>. </p>\n\n\n\n<p>If you have sites that support automatic background updates, they&#8217;ve already started the update process.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>This release brings together contributions from more than 62 other people. Thank you to everyone who made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>,&nbsp;<a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alpipego/\">Alex Goller</a>,&nbsp;<a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>,&nbsp;<a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/762e5e74/\">Ashish Shukla</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cdog/\">Catalin Dogaru</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>,&nbsp;<a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>,&nbsp;<a href=\"https://profiles.wordpress.org/danmicamediacom/\">dan@micamedia.com</a>,&nbsp;<a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fencer04/\">Fencer04</a>,&nbsp;<a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gqevu6bsiz/\">gqevu6bsiz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa,</a> <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>,&nbsp;<a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>,&nbsp;<a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>,&nbsp;<a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nayana123/\">nayana123</a>,&nbsp;<a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>,&nbsp;<a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tsewlliw/\">Will West</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7064\";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:48:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2019\";s: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:70:\"https://wordpress.org/news/2019/09/the-month-in-wordpress-august-2019/\";s: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, 02 Sep 2019 10:00:13 +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:\"Month 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7059\";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:374:\"This has been a particularly busy month, with a number of interesting and ambitious proposals for the WordPress project along with active progress across the entire community. Core Development and Schedule The upcoming minor release of WordPress, v5.2.3, is currently in the release candidate phase and available for testing. Following that, the next major release [&#8230;]\";s: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:\"\";}}}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:9644:\"\n<p>This has been a particularly busy month, with a number of interesting and ambitious proposals for the WordPress project along with active progress across the entire community. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Core Development and Schedule</h2>\n\n\n\n<p>The upcoming minor release of WordPress, v5.2.3, is currently <a href=\"https://make.wordpress.org/core/2019/08/22/wordpress-5-2-3-rc-1/\">in the release candidate phase</a> and available for testing.</p>\n\n\n\n<p>Following that, the next major release is v5.3 and the Core team has laid out <a href=\"https://make.wordpress.org/core/2019/08/21/wordpress-5-3-schedule-and-scope/\">a schedule and scope</a> for development. In addition, <a href=\"https://make.wordpress.org/core/2019/08/27/bug-scrub-schedule-for-5-3/\">a bug scrub schedule</a> and <a href=\"https://make.wordpress.org/accessibility/2019/08/28/wordpress-5-3-accessibility-focused-bug-scrub-schedule/\">an accessibility-focused schedule</a> have been set out to provide dedicated times for contributors to work on ironing out the bugs in the release.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for User Privacy Improvements</h2>\n\n\n\n<p>The Core Privacy Team <a href=\"https://make.wordpress.org/core/2019/08/07/feature-plugin-discussion-a-consent-and-logging-mechanism-for-user-privacy/\">has proposed a feature plugin</a> to build a consent and logging mechanism for user privacy. This project will focus on improving the user privacy controls in WordPress Core in order to protect site owners and users alike.</p>\n\n\n\n<p>The proposal includes some useful information about building effective controls for users, how other projects have worked on similar efforts, and what kind of time and resources the project will need in order to be developed.</p>\n\n\n\n<p>Want to get involved in this feature project? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core-privacy channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> where there are open office hours every Wednesday at 19:00 UTC.</p>\n\n\n\n<h2>Core Notification System Proposal</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">A proposal has been made</a> for a new feature project to build a robust notification system for WordPress Core. The aim of the project is to build a system to handle notifications for site owners that can be extended by plugin and theme developers.</p>\n\n\n\n<p>This proposal comes on the back of <a href=\"https://core.trac.wordpress.org/ticket/43484\">a Trac ticket</a> opened 18 months ago. With weekly meetings to discuss the project, the team behind WP Notify are <a href=\"https://make.wordpress.org/core/2019/08/28/wp-notify-meeting-recap-august-26-2019/\">in the planning phase</a> while they establish exactly how to develop the feature.<br></p>\n\n\n\n<p>Want to get involved in this feature project? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> &#8211; meetings for this project happen every Monday at 14:00 and 22:00 UTC.</p>\n\n\n\n<h2>Local WordPress Development Environment</h2>\n\n\n\n<p>Members of the Core Team <a href=\"https://make.wordpress.org/core/2019/08/05/wordpress-local-environment/\">have put together a local development environment for WordPress</a> that runs on Docker. This environment provides an easy way for developers to get involved with WordPress core development. </p>\n\n\n\n<p>The work on this was inspired by the environment used for local Gutenberg development, <a href=\"https://make.wordpress.org/core/2019/08/30/gutenberg-local-environment-rewrite/\">which has since been improved</a> based on the new work that has been done here.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/08/05/wordpress-local-environment/\">The announcement post</a> explains how to use the Docker environment. If you have any feedback or bug reports, please comment on the post directly.</p>\n\n\n\n<h2>Updates for Older Versions of WordPress</h2>\n\n\n\n<p>On July 30, the Security Team shared that security updates need to undergo the same testing and release process for every major version of WordPress. This means they have to provide long-term support for over fifteen major versions of WordPress. This requires a lot of time and effort, and <a href=\"https://make.wordpress.org/core/2019/07/29/should-security-fixes-continue-to-be-backported-to-very-old-versions-of-wordpress/\">the team has sought feedback on potential solutions for this challenge</a>. </p>\n\n\n\n<p>Following this discussion, <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/\">a proposal was made to auto-update old versions of WordPress to v4.7</a>. This proposal garnered many responses and has since been updated to incorporate feedback from comments. The current recommendation is to secure the six latest versions and to eventually auto-update all older versions of WordPress to 4.7. Since this proposal was made, it has been discussed at <a href=\"https://make.wordpress.org/hosting/2019/08/26/hosting-meeting-notes-august-19-2019/\">Hosting Team meetings</a> and <a href=\"https://make.wordpress.org/core/2019/08/16/follow-up-discussion-on-major-auto-updates/\">Dev Chat meetings</a>, and the conversation is still ongoing.</p>\n\n\n\n<p>Want to provide feedback on this proposal? Comment on <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/\">the original post</a> with your thoughts.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The recommended minimum PHP version for WordPress Core <a href=\"https://make.wordpress.org/core/2019/08/13/increasing-the-recommended-php-version-in-core/\">has been increased to 7.0</a>.</li><li>Gutenberg development continues at a rapid pace with <a href=\"https://make.wordpress.org/core/2019/08/28/whats-new-in-gutenberg-28-august/\">new updates</a> coming out every month.</li><li>The Core Team is kicking off bug scrub and triage sessions <a href=\"https://make.wordpress.org/core/2019/08/26/apac-triage-and-bug-scrub-sessions/\">at APAC-friendly times</a>.</li><li>WordCamp US announced <a href=\"https://2019.us.wordcamp.org/schedule/\">the event schedule</a> to take place on November 1-3.</li><li>The Plugin Team reminded developers that <a href=\"https://make.wordpress.org/plugins/2019/08/23/reminder-developers-must-comply-with-the-forum-guidelines/\">they need to stick to the Plugin Directory forum guidelines</a> if they choose to use them for support.</li><li>WordPress project leadership is looking at <a href=\"https://make.wordpress.org/updates/2019/07/30/update-sanctions-and-open-source/\">how to respond to political sanctions</a> in light of the open-source nature of the project.&nbsp;</li><li>The Community Team has proposed <a href=\"https://make.wordpress.org/community/2019/08/19/proposal-speaker-feedback-tool/\">a WordCamp speaker feedback tool</a> that will allow more reliable and consistent feedback for WordCamps speakers all over the world.</li><li>The Five for the Future project now has <a href=\"https://make.wordpress.org/updates/2019/08/29/five-for-the-future-proposed-scope-and-mockups/\">more complete mockups</a> and a plan to move forward.</li><li>The Theme Review Team decided to terminate the Trusted Authors program for a number of reasons <a href=\"https://make.wordpress.org/themes/2019/08/14/trusted-author-program-a-year-of-its-journey/\">outlined in the announcement post</a>.</li><li>The Design Team is taking a look at <a href=\"https://make.wordpress.org/design/2019/08/28/discussion-about-the-about-page/\">how they can improve the About page</a> in future WordPress releases.</li><li>This month saw <a href=\"https://make.wordpress.org/cli/2019/08/14/wp-cli-release-v2-3-0/\">the release of v2.3 of WP-CLI</a>, including a number of new commands and improvements.</li><li>WordCamp websites can now make use of <a href=\"https://make.wordpress.org/community/2019/08/19/wordcamp-blocks-are-live/\">custom blocks in the block editor</a> for crafting their content.</li><li>The Mobile Team are looking for testers for the v13.2 release of the <a href=\"https://make.wordpress.org/mobile/2019/08/27/call-for-testing-wordpress-for-android-13-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2019/08/29/call-for-testing-wordpress-for-ios-13-2/\">iOS</a> apps.</li><li>The WordCamp Asia team <a href=\"https://2020.asia.wordcamp.org/2019/08/20/wordcamp-asia-logo-a-design-journey\">published an interesting look</a> at the journey they took to design the event logo.</li><li><a href=\"https://make.wordpress.org/community/2019/08/26/call-for-volunteers-2020-global-sponsorship-working-group/\">A working group of volunteers is being formed</a> to work out the details for the Global Sponsorship Program in 2020.</li><li>In an effort to increase the accessibility of available WordPress themes, the Theme Review Team now requires that <a href=\"https://make.wordpress.org/themes/2019/08/03/planning-for-keyboard-navigation/\">all themes include keyboard navigation</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7059\";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										\";s: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Amanda Rush\";s: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:67:\"https://wordpress.org/news/2019/08/people-of-wordpress-amanda-rush/\";s: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 Aug 2019 21:23:23 +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:9:\"heropress\";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:10:\"Interviews\";s: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=7047\";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:373:\"You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Amanda Rush from Augusta, Georgia, USA. Amanda Rush is a WordPress [&#8230;]\";s: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:\"Yvette Sonneveld\";s: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:6543:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Amanda Rush from Augusta, Georgia, USA.</strong></h2>\n\n\n\n<p>Amanda Rush is a WordPress advocate with a visual disability. She first started using computers in 1985, which enabled her to turn in homework to her sighted teachers. Screen reader technology for Windows was in its infancy then, so she worked in DOS almost exclusively.</p>\n\n\n\n<p>After graduating high school, Amanda went to college to study computer science, programming with DOS-based tools since compilers for Windows were still inaccessible. As part of her computer science course of study, she learned HTML which began her career in web development.</p>\n\n\n\n<h2>How Amanda got started with WordPress</h2>\n\n\n\n<p>Amanda began maintaining a personal website, and eventually began publishing her own content using LiveJournal. However, controlling the way the page around her content looked was hard, and she soon outgrew the hosted solution.</p>\n\n\n\n<p>So in 2005, Amanda bought customerservant.com, set up a very simple CMS for blogging, and started publishing there. She accepted the lack of design and content, and lack of easy customization because she wasn’t willing to code her own solution. Nor did she want to move to another hosted solution, as she liked being able to customize her own site, as well as publish content.</p>\n\n\n\n<h3><strong>Hebrew dates led her to WordPress</strong></h3>\n\n\n\n<p>At some point, Amanda was looking for an easy way to display the Hebrew dates alongside the Gregorian dates on her blog entries. Unfortunately, the blogging software she was using at the time, did not offer customization options at that level. She decided to research alternative solutions and came across a WordPress plugin that did just that.&nbsp;</p>\n\n\n\n<p>The fact that WordPress would not keep her locked into a visual editor, used themes to customize styling, and offered ways to mark up content, immediately appealed to Amanda. She decided to give it a go.</p>\n\n\n\n<h3><strong>Accessibility caused her to dive deeper</strong></h3>\n\n\n\n<p>When the software Amanda used at work became completely inaccessible, she started learning about WordPress. While she was learning about this new software, <a href=\"https://en.wikipedia.org/wiki/Web_2.0\">Web 2.0</a> was introduced. The lack of support for it in the screen reader she used meant that WordPress administration was completely inaccessible. To get anything done, Amanda needed to learn to find her way in WordPress’ file structure.</p>\n\n\n\n<p>Eventually Amanda started working as an independent contractor for the largest screen reader developer in the market, Freedom Scientific. She worked from home every day and hacked on WordPress after hours.</p>\n\n\n\n<p>Unfortunately Amanda hit a rough patch when her job at Freedom Scientific ended. Using her savings she undertook further studies for various Cisco and Red Hat certifications, only to discover that the required testing for these certifications were completely inaccessible. She could study all she wanted, but wasn’t able to receive grades to pass the courses.</p>\n\n\n\n<p>She lost her financial aid, her health took a turn for the worse, she was diagnosed with Lupus, and lost her apartment. Amanda relocated to Augusta where she had supportive friends who offered her a couch and a roof over her head.</p>\n\n\n\n<h3><strong>But Amanda refused to give up</strong></h3>\n\n\n\n<p>Amanda continued to hack WordPress through all of this. It was the only stable part of her life. She wanted to help make WordPress accessible for people with disabilities, and in 2012 joined the&nbsp; WordPress Accessibility Team. Shortly after that, she finally got her own place to live, and started thinking about what she was going to do with the rest of her working life.</p>\n\n\n\n<p>Listening to podcasts led her to take part in <a href=\"http://wordsesh.org/\">WordSesh</a>, which was delivered completely online and enabled Amanda to participate without needing to travel. She began to interact with WordPress people on Twitter, and continued to contribute to the community as part of the WordPress Accessibility Team. Things had finally started to pick up.</p>\n\n\n\n<h2><strong>Starting her own business</strong></h2>\n\n\n\n<p>In 2014, Amanda officially launched her own business, <a href=\"http://www.customerservant.com/\">Customer Servant Consultancy</a>. Since WordPress is open source, and becoming increasingly accessible, Amanda could modify WordPress to build whatever she wanted and not be at the mercy of web and application developers who know nothing about accessibility. And if she got stuck, she could tap into the community and its resources.</p>\n\n\n\n<p>Improving her circumstances and becoming more self-sufficient means Amanda was able to take back some control over her life in general. She was able to gain independence and create her own business despite being part of the blind community, which has an 80% unemployment rate.&nbsp;</p>\n\n\n\n<p>In her own words:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We’re still fighting discrimination in the workplace, and we’re still fighting for equal access when it comes to the technology we use to do our jobs. But the beauty of WordPress and its community is that we can create opportunities for ourselves.</em></p><p><em>I urge my fellow blind community members to join me inside this wonderful thing called WordPress. Because it will change your lives if you let it.</em></p><cite>Amanda Rush, entrepreneur</cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo-1.jpg?fit=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-7026\" width=\"110\" height=\"83\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7047\";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:48:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2019\";s: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://wordpress.org/news/2019/08/the-month-in-wordpress-july-2019/\";s: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 Aug 2019 09:56:05 +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:\"Month 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7040\";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:336:\"This month has been characterized by exciting plans and big announcements &#8211; read on to find out what they are and what it all means for the future of the WordPress project. WordCamp Asia Announced The inaugural WordCamp Asia will be in Bangkok, Thailand, on February 21-23, 2020. This will be the first regional WordCamp [&#8230;]\";s: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:\"\";}}}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:6983:\"\n<p>This month has been characterized by exciting plans and big announcements &#8211; read on to find out what they are and what it all means for the future of the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp Asia Announced</h2>\n\n\n\n<p>The inaugural WordCamp Asia will be in Bangkok, Thailand, on February 21-23, 2020. This will be the first regional WordCamp in Asia and it comes after many years of discussions and planning. You can find more information about the event <a href=\"https://2020.asia.wordcamp.org/\">on their website</a> and subscribe to stay up to date with the latest information.</p>\n\n\n\n<p>This is the latest flagship event in the WordCamp program, following WordCamps Europe and US. Tickets <a href=\"https://2020.asia.wordcamp.org/tickets/\">are now on sale</a> and the <a href=\"https://2020.asia.wordcamp.org/call-for-speakers/\">call for speakers</a> is open. Want to get involved in WordCamp Asia? Keep an eye out for volunteer applications, or buy a micro sponsor ticket. You can also join the #wcasia channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> for updates.</p>\n\n\n\n<h2>WordCamp US Planning Continues</h2>\n\n\n\n<p>The WordCamp US organizing team is excited to announce some new additions to this year’s WCUS in St. Louis, Missouri, on November 1-3, 2019. The first is that there will be an onsite KidsCamp: child-friendly lessons that introduce your young one(s) to the wonderful world of WordPress.&nbsp; <a href=\"https://2019.us.wordcamp.org/kidscamp/\">You can register your child for KidsCamp here</a>. In addition, free, onsite childcare will be provided at this year’s event &#8211; <a href=\"https://2019.us.wordcamp.org/child-care/\">you can sign up here</a>.</p>\n\n\n\n<p>Looking for further ways to get involved? The <a href=\"https://2019.us.wordcamp.org/call-for-volunteers-form/\">call for volunteers is now open</a>. For more information on WordCamp US, <a href=\"https://2019.us.wordcamp.org/\">please visit the event website</a>.</p>\n\n\n\n<h2>Exploring Updates to the WordPress User &amp; Developer Survey</h2>\n\n\n\n<p>To improve the annual WordPress User &amp; Developer Survey, <a href=\"https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/\">a call has been made</a> for updates and additional questions that can help us all better understand how people use WordPress.</p>\n\n\n\n<p>To improve the survey, contributor teams are suggesting topics and information that should be gathered to inform contributor work in 2020. Please add your feedback <a href=\"https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/\">to the post</a>.</p>\n\n\n\n<h2>Gutenberg Usability Testing Continues</h2>\n\n\n\n<p>Usability tests for Gutenberg continued through June 2019, and <a href=\"https://make.wordpress.org/test/2019/07/10/gutenberg-usability-testing-for-june-2019/\">insights from three recent videos were published</a> last month. This month’s test was similar to WordCamp Europe’s usability tests, and you can read more about those in the <a href=\"https://make.wordpress.org/test/2019/07/05/wceu-usability-test-results-part-one/\">part one</a> and <a href=\"https://make.wordpress.org/test/2019/07/09/wceu-usability-test-results-part-two/\">part two</a> posts. Please help by watching these videos and sharing your observations as comments on the relevant post.</p>\n\n\n\n<p>If you want to help with usability testing, you can also join the #research channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>, or you can write a test script that can be usability tested for Gutenberg.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2019/07/23/proposal-a-wordpress-advisory-board/\">A proposal has been made</a> to put together a nominated WordPress Advisory Board &#8211; this is certainly an exciting development for the project.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2019/06/28/wceu-contribution-day-recap-design-team/\">reported on the work they did</a> at the WordCamp Europe Contributor Day.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/07/22/theme-sniffer-v1-1-0-and-wpthemereview-v0-2-0-release/\">has released updated versions</a> of their ThemeSniffer tool and coding standards.</li><li>The Security team <a href=\"https://make.wordpress.org/core/2019/07/29/should-security-fixes-continue-to-be-backported-to-very-old-versions-of-wordpress/\">is looking for feedback</a> on whether security fixes should continue to be backported to very old versions of WordPress. </li><li>The Design and Community teams have worked together to come up with <a href=\"https://make.wordpress.org/community/2019/07/29/proposal-clearer-wordcamp-and-wordpress-chapter-meetup-logo-guidelines/\">official guidelines for how WordCamp logos should be designed</a>.</li><li>The Core team has implemented <a href=\"https://make.wordpress.org/core/2019/07/12/php-coding-standards-changes/\">a few changes</a> to the PHP coding standards within WordPress Core.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/07/26/discussion-what-to-do-in-case-of-irreconcilable-differences/\">is looking for feedback</a> on a tough decision that needs to be made regarding the implementation of the licence expectations within the meetup program.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">has presented some designs</a> for a Block Directory within the WordPress dashboard.</li><li>A recent release of WordPress saw an increase in the minimum required version of PHP &#8211; the Core team is now looking at <a href=\"https://make.wordpress.org/core/2019/07/29/proposal-for-increasing-recommended-php-version-in-wordpress/\">increasing that minimum further</a>.</li><li>The Site Health feature was first introduced in the 5.1 release of WordPress, and at WordCamp Europe this year <a href=\"https://make.wordpress.org/core/2019/07/01/new-core-component-site-health/\">a new Core component for the feature was added to the project structure</a>.</li><li>The Community Team has posted some interesting data regarding <a href=\"https://make.wordpress.org/community/2019/07/29/numbers-in-the-netherlands/\">WordCamps in the Netherlands</a> over the last few years, as well as <a href=\"https://make.wordpress.org/community/2019/07/31/wordcamps-in-2018/\">WordCamps in 2018</a>.</li><li>The WordCamp Europe team <a href=\"https://2019.europe.wordcamp.org/2019/07/15/survey-results/\">released the results of the attendee survey</a> from this year&#8217;s event in Berlin.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7040\";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:51:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Ugyen Dorji\";s: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:67:\"https://wordpress.org/news/2019/07/people-of-wordpress-ugyen-dorji/\";s: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, 12 Jul 2019 17:20: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:9:\"heropress\";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:10:\"Interviews\";s: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=7013\";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:386:\"You&#8217;ve probably heard that WordPress is open source software, and may know that it&#8217;s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people&#8217;s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Ugyen Dorji from Bhutan Ugyen lives in Bhutan, a landlocked country [&#8230;]\";s: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:\"Aditya Kane\";s: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:7264:\"\n<p><em>You&#8217;ve probably heard that WordPress is open source software, and may know that it&#8217;s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people&#8217;s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Ugyen Dorji from Bhutan</strong></h2>\n\n\n\n<p>Ugyen lives in <a href=\"https://en.wikipedia.org/wiki/Bhutan\">Bhutan</a>, a landlocked country situated between two giant neighbors, India to the south and China to the north. He works for ServMask Inc and is responsible for the Quality Assurance process for All-in-One WP Migration plugin. <br><br>He believes in the Buddhist teaching that “the most valuable service is one rendered to our fellow humans,” and his contributions demonstrates this through his WordPress translation work and multi-lingual support projects for WordPress.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?fit=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-7023\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?w=1728&amp;ssl=1 1728w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?resize=768%2C576&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Bhutanese contributors to the Dzongkha locale on WordPress Translation Day</figcaption></figure>\n\n\n\n<h2><strong>How Ugyen started his career with WordPress</strong></h2>\n\n\n\n<p>Back in 2016, Ugyen was looking for a new job after his former cloud company ran into financial difficulties.</p>\n\n\n\n<p>During one interview he was asked many questions about WordPress and, although he had a basic understanding of WordPress, he struggled to give detailed answers. After that interview he resolved to develop his skills and learn as much about WordPress as he could.&nbsp;</p>\n\n\n\n<p>A few months passed and he received a call from ServMask Inc, who had developed a plugin called All-in-One WP Migration. They offered him a position, fulfilling his wish to work with WordPress full-time. And because of that, Ugyen is now an active contributor to the WordPress community.</p>\n\n\n\n<h3><strong>WordCamp Bangkok 2018</strong></h3>\n\n\n\n<p>WordCamp Bangkok 2018 was a turning point event for Ugyen. WordCamps are a great opportunity to meet WordPress community members you don’t otherwise get to know, and he was able to attend his first WordCamp through the sponsorship of his company.</p>\n\n\n\n<p>The first day of WordCamp Bangkok was a Contributor Day, where people volunteer to work together to contribute to the development of WordPress. Ugyen joined the Community team to have conversations with WordPress users from all over the world. He was able to share his ideas for supporting new speakers, events and organizers to help build the WordPress community in places where it is not yet booming.</p>\n\n\n\n<p>During the main day of the event, Ugyen managed a photo booth for speakers, organizers, and attendees to capture their memories of WordCamp.&nbsp;He also got to take some time out to attend several presentations during the conference. What particularly stuck in Ugyen’s mind was learning that having a website content plan has been shown to lead to 100% growth in business development.</p>\n\n\n\n<h3>Co-Organizing<strong> Thimphu</strong>&#8216;s <strong>WordPress Meetup</strong></h3>\n\n\n\n<p>After attending WordCamp Bangkok 2018 as well as a local Meetup event, Ugyen decided to&nbsp;introduce WordPress to his home country and cities.&nbsp;</p>\n\n\n\n<p>As one of the WordPress Translation Day organizers, he realized that his local language, Dzongkha, was not as fully translated as other languages in the WordPress Core Translation. That is when Ugyen knew that he wanted to help build his local community. He organized Thimphu’s first WordPress Meetup to coincide with WordPress Translation Day 4, and it was a huge success!</p>\n\n\n\n<p>Like all WordPress Meetups, the Thimpu WordPress Meetup is an easygoing, volunteer-organized, non-profit meetup which covers everything related to WordPress. But it also keeps in mind the <a href=\"https://en.wikipedia.org/wiki/Gross_National_Happiness\">Bhutanese Gross National Happiness</a> four pillars by aiming to preserve and promote their unique culture and national language.&nbsp;</p>\n\n\n\n<h2><strong>Big dreams get accomplished one step at a time</strong></h2>\n\n\n\n<p>Ugyen has taken an active role in preserving his national language by encouraging his community to use WordPress, including Dzongkha bloggers, online Dzongkha news outlets, and government websites.</p>\n\n\n\n<p>And while Ugyen has only been actively involved in the community for a short period, he has contributed much to the WordPress community, including:</p>\n\n\n\n<ul><li>becoming a Translation Contributor for WordPress Core Translation for Dzongkha;</li><li>participating in the <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day 4</a> Livestream and organizing team;</li><li>inviting WordPress Meetup Thimphu members and WordPress experts from other countries to join the <a href=\"https://wpbhutan.slack.com/\">local Slack instance</a>;</li><li>encouraging ServMask Inc. to become an event sponsor;</li><li>providing the Dzongkha Development Commission the opportunity to involve their language experts.</li></ul>\n\n\n\n<p>When it comes to WordPress, Ugyen particularly focuses on encouraging local and international language WordPress bloggers;&nbsp;helping startups succeed with WordPress;&nbsp;and sharing what he has learned from WordPress with his Bhutanese WordPress community.</p>\n\n\n\n<p>As a contributor, Ugyen hopes to accomplish even more for the Bhutan and Asian WordPress Communities. His dreams for his local community are big, including teaching more people about open source, hosting a local WordCamp, and helping to organize WordCamp Asia in 2020 &#8212; all while raising awareness of his community.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo-1.jpg?fit=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-7026\" width=\"110\" height=\"83\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7013\";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:48:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2019\";s: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://wordpress.org/news/2019/07/the-month-in-wordpress-june-2019/\";s: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, 01 Jul 2019 10:07: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7009\";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:337:\"June has certainly been a busy month in the WordPress community — aside from holding the largest WordPress event ever, the project has hit a number of significant milestones and published some big announcements this past month. A Wrap for WordCamp Europe 2019 WordCamp Europe 2019 took place on June 20-22. It was the largest [&#8230;]\";s: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:\"\";}}}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:8174:\"\n<p>June has certainly been a busy month in the WordPress community — aside from holding the largest WordPress event ever, the project has hit a number of significant milestones and published some big announcements this past month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>A Wrap for WordCamp Europe 2019</h2>\n\n\n\n<p>WordCamp Europe 2019 took place on June 20-22. It was the largest WordPress event ever, with 3,260 tickets sold and 2,734 attendees. The attendees came from 97 different countries and 1,722 of them had never attended WordCamp Europe before.</p>\n\n\n\n<p>The event featured 60 speakers who delivered talks and workshops on a variety of topics over two conference days, most notably <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>’s keynote that included an update on the current status of WordPress Core development, along with a lively Q&amp;A session. The full session from the live stream is <a href=\"https://youtu.be/UE18IsncB7s?t=13033\">available to watch online</a>.</p>\n\n\n\n<p>For its eighth year, <a href=\"https://2019.europe.wordcamp.org/2019/06/25/wordcamp-europe-2020/\">WordCamp Europe will take place in Porto, Portugal</a>. The 2020 edition of the event will be held on June 4-6. If you would like to get involved with WordCamp Europe next year, fill out <a href=\"https://2020.europe.wordcamp.org/2019/06/22/call-for-organisers/\">the organizer application form</a>.&nbsp;</p>\n\n\n\n<h2>Proposal for XML Sitemaps in WordPress Core</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">A proposal this month</a> suggested bringing XML sitemap generation into WordPress Core. This is a feature that has traditionally been handled by plugins, which has resulted in many different implementations across different sites. It also means that many sites do not have XML sitemaps, which can be a problem because they are hugely important to having your site correctly indexed by search engines.</p>\n\n\n\n<p>The proposal details how core sitemaps would be structured and how the team would build them, as well as what aspects of WordPress would not be considered appropriate information to be included.</p>\n\n\n\n<p>Want to get involved in building this feature? Comment on <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">the proposal</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Translation Milestone for the Spanish Community</h2>\n\n\n\n<p><a href=\"https://twitter.com/wp_es/status/1138015568563441665\">The WordPress community of Spain has worked hard</a> to make <a href=\"https://translate.wordpress.org/locale/es/\">the es_ES locale</a> the first in the world to fully localize all of WordPress Core along with all Meta projects, apps, and the top 200 plugins. This is made possible by having the largest translation team out of any locale, consisting of 2,951 individual contributors.</p>\n\n\n\n<p>Want to get involved in translating WordPress into our locale? Find your locale on <a href=\"https://translate.wordpress.org/\">the translation platform</a>, follow <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress 5.2.2 Maintenance Release</h2>\n\n\n\n<p>On June 18, <a href=\"https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\">v5.2.2 of WordPress was released</a> as a maintenance release, fixing 13 bugs and improving the Site Health feature that was first published in v5.2. If your site has not already been automatically updated to this version, you can <a href=\"https://wordpress.org/download/\">download the update</a> or manually check for updates in your WordPress dashboard. Thanks to <a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, and <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> for co-leading this release, as well as the 30 other individuals who contributed to it.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Full End to End Tests for WordPress Core</h2>\n\n\n\n<p>On June 27, <a href=\"https://make.wordpress.org/core/2019/06/27/introducing-the-wordpress-e2e-tests/\">e2e (end to end) testing was introduced</a> to WordPress and included in the continuous integration pipeline. E2e testing, which has been successfully used by Gutenberg, is used to simulate real user scenarios and validate process flows. Currently, the setup requires <a href=\"https://docs.docker.com/install/\">Docker</a> to run, and a number of e2e test utilities are already available in the&nbsp; <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/e2e-test-utils/src\">@wordpress/e2e-test-utils</a> package, in the Gutenberg repository.&nbsp;</p>\n\n\n\n<p>Want to use this feature? The more tests that are added, the more stable future releases will be! Follow the <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core-js channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Feature Packages from the Theme Review Team</h2>\n\n\n\n<p>Following a <a href=\"https://make.wordpress.org/themes/2019/06/07/proposal-theme-feature-repositories/\">proposal for theme feature repositories</a>, an <a href=\"https://make.wordpress.org/themes/2019/06/24/feature-packages-update/\">update to the features package was announced</a>. Two new packages have been created that require code review and testing. The first is an Autoload Package, a foundational package for theme developers who are not currently using Composer (although <a href=\"https://getcomposer.org/\">Composer</a> is recommended instead of this package). The second is a Customizer Section Button Package that allows theme authors to create a link/button to any URL.</p>\n\n\n\n<p>There are other proposed ideas for packages that require feedback and additional discussion. Want to add your suggestions and thoughts? Join the conversation on the <a href=\"https://make.wordpress.org/themes/2019/06/24/feature-packages-update/\">Theme Review team blog</a> and join the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Development continues on the Gutenberg project, with <a href=\"https://make.wordpress.org/core/2019/06/26/whats-new-in-gutenberg-26th-june/\">the latest release</a> including layouts for the Columns block, Snackbar notices, markup improvements, and accessibility upgrades.</li><li>The Community team <a href=\"https://make.wordpress.org/community/2019/06/26/wordcamp-europe-2019-recap-of-community-team-activities-at-contributor-day-plans-for-the-future/\">published the results of their work</a> at the WordCamp Europe contributor day.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/06/26/proposal-for-handling-pte-requests/\">has put together a proposal</a> for a new way to handle PTE requests.</li><li>This year’s recipient of the Kim Parsell Memorial Scholarship for WordCamp US <a href=\"https://wordpressfoundation.org/2019/2019-kim-parsell-memorial-scholarship-recipient-carol-gann/\">is Carol Gann</a>.</li><li>The Amurrio WordPress community <a href=\"http://wpamurrio.es/wordpress-amurrio-mega-meetup-i-edition/\">hosted their first “mega meetup”</a> &#8211; this is a great event format that bridges the gap between regular meetup event and WordCamp.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7009\";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:48:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.2.2 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/06/wordpress-5-2-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2019 18:14: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s: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=6993\";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:348:\"WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature&#160;that made its debut in 5.2. For more info, browse the&#160;full list of changes on Trac or check out the Version 5.2.2 documentation page. WordPress 5.2.2 is a short-cycle maintenance release. The next [&#8230;]\";s: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:9:\"Mary Baum\";s: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:3961:\"\n<p>WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature&nbsp;<a href=\"https://wordpress.org/news/2019/05/jaco/\">that made its debut in 5.2</a>. </p>\n\n\n\n<p>For more info, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.2.2&amp;order=priority\">full list of changes on Trac</a> or check out <a href=\"https://wordpress.org/support/wordpress-version/version-5-2-2/\">the Version 5.2.2 documentation page.</a></p>\n\n\n\n<p>WordPress 5.2.2 is a short-cycle maintenance release. The next major release will be version 5.3; check <a href=\"https://make.wordpress.org/core/\">make.wordpress.org/core</a> for details as they happen.  </p>\n\n\n\n<p>You can&nbsp;download&nbsp;<a href=\"https://wordpress.org/download/\">WordPress 5.2.2</a>&nbsp;or visit&nbsp;<strong>Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> and <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> co-led this release, with invaluable guidance from our Executive Director, Josepha Haden Chomphosy, and contributions from 30 other contributors. Thank you to everyone who made this release possible!</p>\n\n\n\n<p><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/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">vaishalipanchal</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6993\";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:48:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"The Month in WordPress: May 2019\";s: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:67:\"https://wordpress.org/news/2019/06/the-month-in-wordpress-may-2019/\";s: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, 04 Jun 2019 10:21: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:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6987\";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:319:\"This month saw the 16th anniversary since the launch of the first release of WordPress. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a [&#8230;]\";s: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:\"\";}}}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:6602:\"\n<p>This month saw the 16th anniversary since <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">the launch of the first release of WordPress</a>. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a significant global event.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.2</h2>\n\n\n\n<p>WordPress 5.2 “Jaco” <a href=\"https://wordpress.org/news/2019/05/jaco/\">was released on May 7</a> shipping some useful site management tools, such as the Site Health Check and PHP Error Protection, as well as a number of accessibility, privacy, and developer updates. You can read <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">the field guide for this release</a> for more detailed information about what was included and how it all works.<br></p>\n\n\n\n<p>327 individual volunteers contributed to the release. If you would like to be a part of that number for future releases, follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A Successful WordPress Translation Day 4</h2>\n\n\n\n<p>WordPress Translation Day is a 24-hour event organised by <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team</a> where community members from all over the world come together to translate WordPress into their local languages. For the fourth edition held on 11 May, 183 brand new contributors joined the Polyglots team from 77 communities across 35 countries in Africa, Asia, Europe, North America, South America, and Oceania.<br></p>\n\n\n\n<p>While the WP Translation Day is a great time for focussed contributions to localizing WordPress, but these contributions can happen at any time of the year, so if you would like to help make WordPress available in your local language, follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Updated Plugin Guidelines Proposal</h2>\n\n\n\n<p>The Plugins team <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">has proposed some updates</a> to the guidelines for developers on the Plugin Directory. The majority of the proposed changes are intended to address significant issues faced by developers who do not speak English as a first language, making the Plugin DIrectory a more accessible and beneficial place for everyone.<br></p>\n\n\n\n<p>The proposal will be open for comments until late June, so the community is encouraged to get involved with commenting on them and the direction they will take the Plugin Directory. If you would like to be involved in this discussion, comment on <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">the proposal</a> and join the #plugin review team in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Continued Gutenberg Development</h2>\n\n\n\n<p>Since the block editor was first released as part of WordPress Core in v5.0, development has continued in leaps and bounds with a new release every two weeks. <a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\">The latest update</a> includes some great incremental improvements that will be merged into the 5.2.2 release of WordPress along with the other recent enhancements.<br></p>\n\n\n\n<p>In addition to the editor enhancements, work has been ongoing in the Gutenberg project to bring the block editing experience to the rest of the WordPress dashboard. This second phase of the project has been going well and <a href=\"https://make.wordpress.org/design/2019/05/31/gutenberg-phase-2-friday-design-update-20/\">the latest update</a> shows how much work has been done so far.<br></p>\n\n\n\n<p>In addition to that, the Block Library project that aims to bring a searchable library of available blocks right into the editor is deep in the planning phase with <a href=\"https://make.wordpress.org/design/2019/05/28/block-library-initial-explorations/\">a recent update</a> showing what direction the team is taking things.<br></p>\n\n\n\n<p>If you would like to get involved in planning and development of Gutenberg and the block editor, follow the <a href=\"https://make.wordpress.org/core/\">Core</a> and <a href=\"https://make.wordpress.org/design/\">Design</a> team blogs and join the #core, #design, and #core-editor channels in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The 5.2.2 release of WordPress <a href=\"https://make.wordpress.org/core/2019/05/28/5-2-2-release-agenda/\">is currently in development</a> with a planned release date of 13 June.</li><li>Version 2.1.1 of the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.1\">has been released</a> containing seven small, but relevant fixes.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/05/07/trusted-authors-changes/\">have updated the details</a> of how the Trusted Authors Program works.</li><li><a href=\"https://make.wordpress.org/community/2019/05/29/who-wants-to-test-the-new-wordcamp-blocks/\">WordCamp-specific blocks have been launched for WordCamp sites</a> with organizers needing to sign up in order to test them out.</li><li>Continuing the growing trend of other platforms adopting the Gutenberg editor, it has now <a href=\"https://octobercms.com/plugin/reazzon-gutenberg\">been ported to a plugin for OctoberCMS</a>.</li><li>Version 3.0 of the popular WordPress development environment, Varying Vagrant Vagrants (VVV), <a href=\"https://varyingvagrantvagrants.org/blog/2019/05/15/vvv-3-0-0.html\">was released this month</a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/05/31/the-4-gets-in-wordpress-community-organizing/\">published some info</a> clarifying what organizers get (and don’t get) from being involved with their local communities. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6987\";s: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://wordpress.org/news/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 27 Sep 2019 20:38:46 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 24 Sep 2019 07:18:19 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20190816002839\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1390, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1569659926', 'no'),
(1391, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1569616726', 'no'),
(1392, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1569659927', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1393, '_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:77:\"WPTavern: Rebirth of Creativity: Gutenberg and the Future of WordPress Themes\";s: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=94231\";s: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/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\";s: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:10057:\"<p>I began using WordPress in 2005.  I&#8217;d already been learning HTML and CSS for a couple of years.  I even had a home-brewed blog that pulled posts from plain text files at one point.  I knew enough JavaScript to do pop-up alerts and other annoying things that served no purpose and made for a poor user experience, even if they were fun for me.</p>\n\n\n\n<p>This was my second attempt at using WordPress.  This time it was after a botched go of making PHP Nuke behave how I wanted.  I had big dreams for my website but lacked the coding skills to make them happen.  WordPress was simple enough to hack for a novice like me at the time.  Sure, I broke my site more times than I could count, but I managed to put together my first real theme.</p>\n\n\n\n<p>I popped open Photoshop; grabbed a few images from <em>Angel</em>, my favorite TV show at the time; and began my work.  I&#8217;d recently watched <em>Soul Purpose</em>, an episode that explored whether the titular character was truly the hero mentioned in an ancient prophecy.  It was foretold that the vampire with a soul would shed his demon half and live as a human.  It explored themes of the character&#8217;s place in the world.  At 21 years old, it&#8217;s the sort of episode that resonated with a young man who was also looking for his place.  I thought it fitting to work that into my theme&#8217;s design and began hacking away at a header for my theme.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Screenshot of my first WordPress theme header.</div>\n\n\n\n<p>At that time, there was this loosely-connected underground of themers and hobbyists who were building WordPress themes based on their favorite TV series, movies, comic books, and more.  That was my first real introduction to WordPress.  These people were not building themes for profit.  They were searching for their place in this small corner of the internet.  At most, some were looking for validation from like-minded people who might enjoy their art.  It was about creation for the sake of creation.  Anyone could be an artist with a simple lesson in CSS, an image manipulation program, and enough grit to pour their soul into the project for a few hours.</p>\n\n\n\n<p>If there were ever a time that WordPress themes died, it was when the hobbyists who built for pure passion were overshadowed by business interests.</p>\n\n\n\n<p>Don&#8217;t get me wrong; business interests played a crucial role in propelling WordPress to become the most dominant CMS in the world.  However, the balance has clearly shifted in favor of building WordPress themes for business and ecommerce rather than for the enthusiasts who just want to create.  Other platforms have better catered to these users and filled in the gaps left open by WordPress.  Tumblr became a safe-haven for popular culture fans.  DeviantArt a home for artists.  Wattpad for aspiring writers and fanfic lovers.</p>\n\n\n\n<p>Somewhere along the way, we lost the innocence and artistry of building WordPress themes for the pure fun of it.  WordPress grew up and WordPress themes along with it.</p>\n\n\n\n<h2>Today&#8217;s Themes Are Not Tomorrow&#8217;s</h2>\n\n\n\n<p>In his post, <a href=\"https://www.binarymoon.co.uk/2019/09/the-end-of-wordpress-themes-is-in-sight/\">The End of WordPress Themes is in Sight</a>, Ben Gillbanks said, &#8220;Themes as we know them will no longer be made.&#8221;  It is a bleak look at the future of WordPress theming.  He notes that he doesn&#8217;t believe that he&#8217;ll be able to make a living building WordPress themes in the next couple of years.</p>\n\n\n\n<p>His worries are warranted.  They have been shared by several theme authors over the past couple of years as the block editor (Gutenberg) was making its way into core WordPress.  The official theme review team has discussed the team&#8217;s future role surrounding the coming changes.</p>\n\n\n\n<p>Gillbanks&#8217; post comes on the heels of a post written by Matias Ventura on <a href=\"https://make.wordpress.org/core/2019/09/05/defining-content-block-areas/\">defining content block areas</a>.  Essentially, the idea is for WordPress to allow users to edit areas outside of the post content via the block editor.  Anything from the header, footer, sidebar, or otherwise would likely be fair game.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>In such a system, themes would be relegated to defining block areas, providing base styles, and designing block output.  In many ways, this is what WordPress themes <em>should</em> be.  Some might say that WordPress is putting themes back into their proper place of simply styling content.  With the behemoth themes with hundreds or thousands of features we&#8217;ve seen over the past few years, this could be a welcome change.  </p>\n\n\n\n<p>There&#8217;s huge potential for designers to step up and make their mark.  I, for one, wouldn&#8217;t mind seeing CSS artists unleashed in the WordPress theme ecosystem.</p>\n\n\n\n<p>Gillbanks went on to say:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>There are definite benefits to doing this from a user&#8217;s perspective – they will have full control of their site – but it&#8217;s going to result in some very boring website layouts.</p></blockquote>\n\n\n\n<p>This is the point where I&#8217;ll respectfully disagree.  Putting control in the hands of non-designers will be anything but boring.</p>\n\n\n\n<p><em>Do we all so easily forget the days of GeoCities?</em>  The websites built from it may have been horribly inaccessible.  They may have blared midi files as soon as you opened a webpage.  They may have even had a flashing, scrolling marquee zipping across the header.  Boring is not the word I&#8217;d use to describe them.</p>\n\n\n\n<p>As much as many of us want to put those days behind us (Come on, you had one of those sites at one point, right? Tell the truth.), there was something fascinating about it all.  Real people built these sites because they were fun.  The sites told you something about that person.  It was a deeply personal look into this stranger&#8217;s world.  Sometimes it was just a bunch of junk spewed onto the screen, but most sites were a reflection of the site owners at that point in time.</p>\n\n\n\n<p>It was ugly and beautiful all the same.</p>\n\n\n\n<p>Web developers and designers joke about those dark days of the web.  It&#8217;s easy to look back at sites from the &#8217;90s and cringe at the silliness (It makes you wonder what designers of 2050 will think about today&#8217;s designs, doesn&#8217;t it?).  I choose to look fondly upon those days.  It was a time before I became a &#8220;designer&#8221; with rules to follow.</p>\n\n\n\n<p>But, here&#8217;s the important point.  We are not the arbiters of the web.  It&#8217;s all about the user.  If someone wants a blinking Justin Bieber GIF in their site header, more power to them.  It&#8217;s the developer&#8217;s job to enable the user to do this in an easy-to-configure way.</p>\n\n\n\n<p><em>Wait?  So Geocities is your argument for full-site editing in WordPress?</em></p>\n\n\n\n<p>Understanding why WordPress should become a full-site editor means understanding the average user.  Developers are more apt to view things in a structured manner.  I spent over a decade honing my development skills.  Logic and order are old friends.  </p>\n\n\n\n<p>With end-users, things may seem a bit more chaotic.  A teenager might want to plaster a picture of her favorite band anywhere she wants on her site.  A soccer mom might want to show her kid slamming home the winning goal.  A poet may want to showcase one of his poems as a background image on his blog.  Humans are creative beings.  While our unique brand of artistry might not appeal to others, it&#8217;s still something we crave to share.</p>\n\n\n\n<p>It&#8217;s also important to understand that building WordPress themes is nowhere near as simple in 2019 as it was in 2005 when I started hacking away.  The code is much more complex.  It&#8217;s not quite as easy for a new user to piece together something fun as it once was.  Unless you have a theme or plugin that allows you to do this with simple drag-and-drop or similar tools, users have little control over their own sites.  And, that&#8217;s why the Gutenberg project is so revolutionary.  Its mission is to put the power back in the hands of the people.</p>\n\n\n\n<p>Theme authors need to evolve.  They will need to find a way to balance good design principles with the insane amount of freedom users will have.  There&#8217;s nothing stopping designers from making sure the Bieber screengrab looks more presentable.</p>\n\n\n\n<h2>Are WordPress Themes Dead?</h2>\n\n\n\n<p>No.  But, the theme landscape will certainly change and not for the first time.  We need not look at that as a bad thing.</p>\n\n\n\n<p>Those hobbyists who like to tinker with their site, they will once again have power that was so long ago lost to more advanced code.</p>\n\n\n\n<p>There will also sub-communities within the WordPress landscape.  Some people will want something more akin to classic WordPress.  Others will want a simple blog handled with Markdown (side note: I&#8217;m one of those people, and Gutenberg actually handles pasting from Markdown well).  Plugins will be built to cater to every user&#8217;s needs.  Themes will exist for different types of users.  Client builds and enterprise solutions that look nothing like core WordPress aren&#8217;t going anywhere.</p>\n\n\n\n<p>There&#8217;s still a long road ahead.  Theme authors need to be more involved with the development of Gutenberg as these features make their way into the plugin and eventually into WordPress.  Otherwise, they&#8217;ll risk losing the opportunity to help shape the future theme landscape.</p>\n\n\n\n<p>Truth be told, I&#8217;m not sure what themes will look like in a few years.  I have a horrible track record with predictions.  However, I think it&#8217;s safe to say that there&#8217;ll be a place for designers.</p>\n\n\n\n<p>I&#8217;m excited because I feel like it will bring back the potential for users to have the control they once had and more.</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, 27 Sep 2019 18:56:00 +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:\"Justin Tadlock\";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:86:\"WPTavern: Rich Reviews Plugin Discontinued after Vulnerabilities Exploited in the Wild\";s: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=94302\";s: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://wptavern.com/rich-reviews-plugin-discontinued-after-vulnerabilities-exploited-in-the-wild\";s: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:3397:\"<p>After <a href=\"https://www.wordfence.com/blog/2019/09/rich-reviews-plugin-vulnerability-exploited-in-the-wild/\" rel=\"noopener noreferrer\" target=\"_blank\">tracking exploits of a zero day XSS vulnerability</a> in the <a href=\"https://wordpress.org/plugins/rich-reviews/\" rel=\"noopener noreferrer\" target=\"_blank\">Rich Reviews plugin</a> for WordPress, Wordfence is recommending that users remove it from their websites. The company estimates that there are 16,000 active installations vulnerable to unauthenticated plugin option updates:</p>\n<blockquote><p>Attackers are currently abusing this exploit chain to inject malvertising code into target websites. The malvertising code creates redirects and popup ads. Our team has been tracking this attack campaign since April of this year. </p></blockquote>\n<p>Rich Reviews was removed from the WordPress.org Plugin Directory on March 11, 2019, due to a security issue.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-27-at-10.38.09-AM.png?ssl=1\"><img /></a></p>\n<p>One week ago, a Rich Reviews plugin user reported 3 out of 4 of her sites using the plugin were infected with redirect scripts and that removing the plugin fixed the issue. A digital marketing agency called Nuanced Media, the author of the plugin, <a href=\"https://wordpress.org/support/topic/plugin-not-supported-open-to-malware-uninstall-now/#post-11953681\" rel=\"noopener noreferrer\" target=\"_blank\">responded</a> to the post indicating that a new version would be released within two weeks:</p>\n<blockquote><p>We’ve been working on an overall rewrite of this plugin for a while now, but someone out there apparently wanted us to work faster on it, and decided to exploit our plugin to get some malware out there. We’re now going double-quick on it, and hope to have it back up (and newly cozy and secure) within the next two weeks.</p></blockquote>\n<p>Oddly, there seemed to be no rush to patch the issue that is currently being exploited. Yesterday, less than a week after assuring users that a new version is coming, the company behind the plugin announced that it is <a href=\"https://nuancedmedia.com/wordpress-rich-reviews-plugin/\" rel=\"noopener noreferrer\" target=\"_blank\">discontinuing active support and development on Rich Reviews</a>.</p>\n<p>Nuanced Media CEO Ryan Flannagan cited Google&#8217;s recent changes to its <a href=\"https://developers.google.com/search/docs/data-types/review-snippet#local-business-reviews\" rel=\"noopener noreferrer\" target=\"_blank\">business review guidelines</a> as the reason for discontinuing its development.</p>\n<p>&#8220;As part of this update, in the organic search results, Google has decided to remove all merchant review star ratings that businesses display on their own URL,&#8221; Flannagan said.</p>\n<p>&#8220;Based on this information, we have discontinued all active development and support on Rich  Reviews. We apologize for any inconvenience.&#8221;</p>\n<p>The announcement does not include any information about the vulnerability or the recent exploits. Users should assume that no patch is coming to the plugin, since it has been officially discontinued. It&#8217;s already not available to potential new users on WordPress.org, but those who have Rich Reviews active on their sites should deactivate it and remove the plugin as soon as possible to avoid getting hacked.</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, 27 Sep 2019 18:25: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:\"Sarah Gooding\";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:92:\"WPTavern: Gatsby Raises $15M, Plans to Invest More Heavily in WordPress and CMS Integrations\";s: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=94300\";s: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:101:\"https://wptavern.com/gatsby-raises-15m-plans-to-invest-more-heavily-in-wordpress-and-cms-integrations\";s: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:5857:\"<p><a href=\"https://www.gatsbyjs.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Gatsby Inc</a>. CEO Kyle Mathews announced a <a href=\"https://www.gatsbyjs.org/blog/2019-09-26-announcing-gatsby-15m-series-a-funding-round/\" rel=\"noopener noreferrer\" target=\"_blank\">$15M Series A funding round</a> today, just one year after creating the company with GatsbyJS core contributors. The open source Gatsby project started in 2015 to provide a framework for developers to quickly build websites with React. As the project soared in popularity, Mathews formed a company to fund its ongoing development and further invest in the growing Gatsby ecosystem of products.</p>\n<p>This round of funding will enable Gatsby to grow its 35-person team while investing in open source and cloud services that complement the company&#8217;s products.</p>\n<p>&#8220;With Gatsby, we’re striving to create a business model that will drive many millions of dollars of investment in open-source tools and enable people to build the next generation of web experiences,&#8221; Mathews said.</p>\n<p>At the forefront of the company&#8217;s vision is the idea of &#8220;reinventing website development.&#8221; Gatsby has popularized the concept of a “<a href=\"https://www.gatsbyjs.org/blog/2018-10-04-journey-to-the-content-mesh/\" rel=\"noopener noreferrer\" target=\"_blank\">content mesh</a>,” a platform that provides the infrastructure layer for a decoupled website and reimagines the role of a CMS within this architecture.</p>\n<p>Gatsby&#8217;s goal of creating more integrations for CMS&#8217;s was a big part of Mathews&#8217; funding announcement. Instead of writing off LAMP stack architecture as slow and obsolete, Gatsby is creating bridges to the CMS&#8217;s that power a large portion of the web:</p>\n<blockquote><p>Instead of a monolithic CMS powering everything, Gatsby ties together specialized services with a modern development experience and optimized website delivery.</p>\n<p>This content mesh empowers developers while preserving content creators’ workflows. It gives developers access to great cloud services without the pain of manual integration.</p>\n<p>Web developers from dozens of web CMS communities like WordPress and Drupal are going “headless” and using Gatsby as the presentation layer for their CMS.</p>\n<p>We’re forming partnerships with these communities to create seamless integrations between their solutions and Gatsby.</p></blockquote>\n<p>Gatsby will be using some of its funding to invest more heavily in the WordPress ecosystem. The company hired <a href=\"https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time\" rel=\"noopener noreferrer\" target=\"_blank\">hiring Jason Bahl</a>, creator of the GraphQL for WordPress project, in June, and plans to add more WordPress developers.</p>\n<p>&#8220;We recently hired someone else to work alongside Jason in developing WPGraphQL (announcement coming soon!) and are currently hiring for several roles on the team,&#8221; Mathews told the Tavern.</p>\n<p>WordPress powers <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener noreferrer\" target=\"_blank\">34.6% of the top 10 million websites</a> and Matt Mullenweg has previously estimated its ecosystem to be a $10 billion industry. The CMS is <a href=\"https://joost.blog/cms-market-share-a-numbers-analysis/\" rel=\"noopener noreferrer\" target=\"_blank\">showing no signs of decline</a>, and is a market that Gatsby product developers are strategically targeting.</p>\n<p>WordPress adopted React as its JavaScript framework in 2017, and built its new Gutenberg editor on top of it. Although some early adopters began digging deeper into React and creating their own products with it, the majority of PHP developers have been slow to move in that direction. Gatsby provides a bridge for those who are just getting started.</p>\n<p>&#8220;We think that for many web developers, a Gatsby project may be the first time they are using React, GraphQL, webpack or even Node.js,&#8221; Mathews said. &#8220;And that’s not just the case for WordPress developers &#8211; the same can be true for professionals in the Drupal, Rails, or .NET ecosystems.</p>\n<p>&#8220;It’s our goal to make a framework that empowers developers to use these technologies easily, then dive deeper as they gain more experience. So, instead of taking days to configure webpack for the first time, you can use a Gatsby Theme that connects to WordPress as a data source, and automatically get a blazing fast site. Later, you can learn the innards of the system, and begin customizing Gatsby yourself.&#8221;</p>\n<p>While Gatsby as a framework enables developers to bypass a lot of the technical and tooling jargon that has made modern development so complex, it is still a framework geared almost exclusively towards developers. Mathews said the company&#8217;s vision will continue to focus on enabling developers, not on creating solutions to make Gatsby more accessible to the non-technical crowd.</p>\n<p>&#8220;We are focused on making Gatsby the best choice for WordPress developers who want a flexible and powerful presentation layer for their headless WordPress sites,&#8221; he said. &#8220;Non-technical team members or clients will still use WordPress to create and manage content, while the web developers on their team or at the agency they hired get to be productive using the best development tools available.&#8221;</p>\n<p>Gatsby plans to use the funding to invest $3 million per year in open source, including the core Gatsby project, official plugins, and more learning materials. The funding is also good news for the future of the <a href=\"https://www.wpgraphql.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL</a> project, which should see deeper integration with Gatsby in the near future.</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, 26 Sep 2019 22:35:21 +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:\"Sarah Gooding\";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:57:\"WPTavern: Long-Needed Date/Time Improvements Land in Core\";s: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=94295\";s: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/long-needed-date-time-improvements-land-in-core\";s: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:4026:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>After more than a year and several WordPress updates, an <a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">overhaul of the core Date/Time component</a> concluded.  WordPress 5.3 will ship with fixes for long-standing bugs and new API functions.</p>\n\n\n\n<p>Andrey &#8220;Rarst&#8221; Savchenko spearheaded this project and worked through most of the issues in his <a href=\"https://github.com/Rarst/wp-date\">WP Date</a> fork of WordPress.  Much of his work toward addressing the problems with this core component goes back further with the initialization of his <a href=\"https://github.com/Rarst/wpdatetime\">WPDateTime project</a>.</p>\n\n\n\n<p>Diving into the Date/Time component is no small feat.  Addressing one issue leads to another.  It&#8217;s a rabbit hole that few in the community have navigated.  Many developers were also unaware of the issues.  However, the bugs lingered for years, and users had no working solution for the problems they were facing.</p>\n\n\n\n<p>The most common errors were caused by core bugs or developer errors due to compatibility issues, described Savchenko.  This would cause user-facing issues such as post scheduling and other time-based operations.</p>\n\n\n\n<p>With the release of WordPress 5.3, all existing functions should behave more reliably.  Developers working on the component fixed several bugs and updated incorrect inline code documentation for many core functions. Along with the fixes, 5.3 will ship with new <a href=\"https://github.com/Rarst/wp-date/issues/4\">Date/Time API functions</a>.  The updated API includes unified time zone retrieval, localization, and PHP interoperability functions.</p>\n\n\n\n<p>Savchenko called it &#8220;the slow descent into madness&#8221; when asked of the catalyst for diving into the Date/Time component and its underlying issues.  &#8220;I started to notice serious bugs in the component from WordPress Stack Exchange questions about them, and the more I looked over years the more clear the dire state of it became to me.&#8221;</p>\n\n\n\n<p>One of the major problems is the way WordPress handles timestamps.  &#8220;I actually had to invent the &#8216;WordPress timestamp&#8217; term,&#8221; said Savchenko.  &#8220;There was no name for it in core development and inline documentation incorrectly called these Unix timestamps before.&#8221;  WordPress adds a time zone offset to the real Unix timestamp, which causes issues with upstream PHP and external systems.  </p>\n\n\n\n<p>WordPress timestamps couldn&#8217;t be removed from core without breaking backward compatibility.  Plugin and theme developers should avoid working with the WordPress timestamp and opt to use the <a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">recommended methods</a> outlined in Savchenko&#8217;s post.</p>\n\n\n\n<p>WordPress date functions were originally written in PHP 4, a version of PHP so long-dead that it&#8217;s almost not worth digging up the end-of-life date (it&#8217;s <a href=\"https://www.php.net/eol.php\">11 years</a>, by the way).  PHP 5.2 introduced the PHP <code>DateTime</code> and <code>DateTimeZone</code> classes and has continued receiving improvements over the years.  WordPress date functions were never updated to utilize newer standards.  The platform&#8217;s more recent bump to a minimum of PHP 5.6 also meant that the <code>DateTimeImmutable</code> class introduced in PHP 5.5 would be available.  The version bump helped land the new API functions in WordPress 5.3.</p>\n\n\n\n<p>Some bugs go as far back as 7 years, such as <a href=\"https://core.trac.wordpress.org/ticket/20973\">shorthand formats not working with the core date_i18n() function</a>, which was fixed in WordPress 5.1.  With any luck, core may also adopt such features as <a href=\"https://core.trac.wordpress.org/ticket/18146\">user-based timezones</a> in the future, which would better handle time differences on WordPress installs with users all over the world.</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, 26 Sep 2019 16:33: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:\"Justin Tadlock\";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:28:\"Gary: Talking with WP&amp;UP\";s: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:25:\"https://pento.net/?p=5120\";s: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:47:\"https://pento.net/2019/09/26/talking-with-wpup/\";s: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:348:\"<p>At WordCamp Europe this year, I had the opportunity to chat with the folks at WP&amp;UP, who are doing wonderful work providing mental health support in the WordPress community.</p>\n\n\n\n<p><a href=\"https://wpandup.org/podcast/getting-to-the-core-of-wordpress-021/\">Listen to the podcast</a>, and check out the services that WP&amp;UP provide!</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, 26 Sep 2019 04:35: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:4:\"Gary\";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:48:\"BuddyPress: BuddyPress 5.0.0 Release Candidate 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://buddypress.org/?p=308016\";s: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://buddypress.org/2019/09/buddypress-5-0-0-release-candidate-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2087:\"<p>Hi!</p>\n\n\n\n<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.0.0-RC2.zip\">The second release candidate for BuddyPress 5.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href=\"https://buddypress.org/2019/09/buddypress-5-0-0-release-candidate/\">first release candidate</a>, we&#8217;ve improved the way BP REST API Controllers are loaded inside BuddyPress component classes.</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 5.0.0 final release date. &#8220;Release Candidate&#8221; means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed. BuddPress 5.0.0 is&nbsp;scheduled to be released&nbsp;on&nbsp;<strong>Monday, September 30</strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.0.0 yet, <strong>now is the time!</strong> </p>\n\n\n\n<div class=\"wp-block-button aligncenter is-style-squared\"><a class=\"wp-block-button__link has-background\" href=\"https://downloads.wordpress.org/plugin/buddypress.5.0.0-RC2.zip\">Download and test the 5.0.0-RC2</a></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><em>PS: as usual you alternatively get a copy via our Subversion repository.</em></p>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href=\"https://buddypress.org/2019/08/buddypress-5-0-0-beta1/\">5.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://plugins.svn.wordpress.org/buddypress/assets/icon.svg\" alt=\"\" width=\"33\" height=\"33\" /></div>\n\n\n\n<p><strong>If you think you&#8217;ve found a bug</strong>, please let us know reporting it on&nbsp;<a href=\"https://buddypress.org/support\">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving this second release candidate a test drive!</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, 26 Sep 2019 02:31: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:5:\"imath\";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:53:\"WPTavern: Hacktoberfest 2019 Registration is Now Open\";s: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=94243\";s: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://wptavern.com/hacktoberfest-2019-registration-is-now-open\";s: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:3413:\"<p><a href=\"https://hacktoberfest.digitalocean.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Hacktoberfest</a> has started back up again for its sixth year running, sponsored by <a href=\"http://digitalocean.com\" rel=\"noopener noreferrer\" target=\"_blank\">DigitalOcean</a> and <a href=\"https://dev.to/\" rel=\"noopener noreferrer\" target=\"_blank\">DEV</a>. The annual event brings together open source communities from all over the world for virtual and <a href=\"https://hacktoberfest.digitalocean.com/events\" rel=\"noopener noreferrer\" target=\"_blank\">local collaboration</a>. Organizers are expecting approximately 150,000 participants this year.</p>\n<p>The first 50,000 participants who make four pull requests to any GitHub-hosted repositories between October 1-31, will receive a commemorative Hacktoberfest T-shirt. Organizers have introduced a one-week review period for PRs this year in order to give maintainers the opportunity to flag any spammy PRs as invalid. The goal is to encourage participants to submit more thoughtful contributions.</p>\n<p>More than 21,000 issues on GitHub have already been <a href=\"https://github.com/search?q=label%3Ahacktoberfest+state%3Aopen&type=Issues\" rel=\"noopener noreferrer\" target=\"_blank\">labeled for Hacktoberfest</a>. Maintainers who want to have their projects included should identify issues best suited to new contributors and apply the &#8220;Hacktoberfest&#8221; label. Organizers also recommend creating a CONTRIBUTING.md file with contribution guidelines and adopting a code of conduct for the project.</p>\n<p>Adding WordPress to a search for Hacktoberfest issues displays <a href=\"https://github.com/search?utf8=%E2%9C%93&q=label%3Ahacktoberfest+state%3Aopen+wordpress&type=Issues&ref=advsearch&l=&l=\" rel=\"noopener noreferrer\" target=\"_blank\">120 issues</a> that are related in some way to themes, plugins, apps, and other products with WordPress-specific needs. The event is a good opportunity for maintainers to get more exposure for their projects and help new contributors gain confidence through a structured contribution process.</p>\n<p>This year Hacktoberfest&#8217;s organizers are also featuring <a href=\"https://github.com/topics/climate-change\" rel=\"noopener noreferrer\" target=\"_blank\">projects focused on combating climate change</a>. These include repos for open source technologies, such as an <a href=\"https://github.com/CodeForAfrica/ClimateChangeProjections\" rel=\"noopener noreferrer\" target=\"_blank\">embeddable map that shows climate change projections</a>, an <a href=\"https://github.com/juancoob/Vegginner\" rel=\"noopener noreferrer\" target=\"_blank\">app targeting consumption habits</a>, and <a href=\"https://github.com/sphericalpm/ghgdata\" rel=\"noopener noreferrer\" target=\"_blank\">greenhouse gas emissions data packaged for exploration and charting</a>, to name a few.</p>\n<p>Hacktoberfest is open to contributors at any level of experience. For those just getting started, DigitalOcean has created an <a href=\"https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source\" rel=\"noopener noreferrer\" target=\"_blank\">Introduction to Open Source</a> series that covers the basics of git and how to create a pull request. DEV also has a <a href=\"https://dev.to/tvanblargan/crash-course-git-lingo-1enj\" rel=\"noopener noreferrer\" target=\"_blank\">Git crash course</a> available to get new contributors up to speed.</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, 25 Sep 2019 22:39: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:13:\"Sarah Gooding\";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:88:\"WPTavern: Human Made Releases Publication Checklist Plugin Designed for the Block Editor\";s: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=94238\";s: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://wptavern.com/human-made-releases-publication-checklist-plugin-designed-for-the-block-editor\";s: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:2502:\"<p>Human Made has created a <a href=\"https://github.com/humanmade/publication-checklist/\" rel=\"noopener noreferrer\" target=\"_blank\">Publication Checklist</a> plugin built specifically for the block editor. It was developed as a headline feature of <a href=\"https://humanmade.com/2019/06/17/a-technical-introduction-to-altis-enterprise-augmented-wordpress-platform/\" rel=\"noopener noreferrer\" target=\"_blank\">Altis</a>, the company&#8217;s enterprise publishing platform based on WordPress, but is also available as a standalone plugin that developers can customize for their own particular use cases.</p>\n<p>Ryan McCue, Human Made&#8217;s Director of Engineering, shared screenshots of the plugin on <a href=\"https://twitter.com/rmccue/status/1173550662296190976\" rel=\"noopener noreferrer\" target=\"_blank\">Twitter</a> but noted that it may require more manual configuration when used outside of Altis. Developers familiar with React can extend the checklist to provide a more interactive experience for users completing the required publishing tasks.</p>\n<p>&#8220;Because this is built for the block editor, you can build the UI for your checks in React, allowing users to fix issues inline, or providing richer interaction; e.g. &#8216;jump to block failing this check,\'&#8221; McCue said.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-25-at-10.43.20-AM.png?ssl=1\"><img /></a></p>\n<p>Status of the publishing tasks is also shown in its own column in the posts list table, a useful feature for giving editorial teams a better overall picture of posts in progress. (The plugin also provides a way to disable this view.)</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/publication-checklist-posts-list-table.jpeg?ssl=1\"><img /></a></p>\n<p>It&#8217;s important to note that the Publication Checklist plugin only provides a framework for the pre-publish checks, and does not include a settings interface for users to create their own checks. For this reason, the current version is more geared towards developers who are capable of registering checks using the provided function. The checks display a warning if incomplete but users are still allowed to publish. A more strict enforcement that blocks publishing can also be applied. For more information on customizing the plugin, check out the <a href=\"https://github.com/humanmade/publication-checklist/\" rel=\"noopener noreferrer\" target=\"_blank\">documentation</a> on GitHub.</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, 25 Sep 2019 17:44: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:13:\"Sarah Gooding\";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:69:\"WPTavern: Theme Review Team Restructures Into Project Representatives\";s: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=94224\";s: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://wptavern.com/theme-review-team-restructures-into-project-representatives\";s: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:5229:\"<p>The WordPress Theme Review Team (TRT) restructured its administrative duties and laid out its <a href=\"https://make.wordpress.org/themes/2019/09/24/new-theme-review-team-structure/\">new team organization</a> after yesterday&#8217;s semimonthly team meeting. This is not the first time the TRT has restructured to meet the growing demands of the official theme directory over the years.  The team is moving toward a flat structure that spreads its responsibilities to various project representatives.</p>\n\n\n\n<p>The original team consisted of a purely merit-based system where members worked their way up the ranks, becoming moderators and eventually admins.  Each level provided more access and responsibility.  In 2017, the team restructured to a <a href=\"https://make.wordpress.org/themes/2017/04/08/restructuring-the-theme-review-team/\">lead-based system</a> in which two team leads rotated every six months.  The time limit was put in place to prevent burnout.  Some leads ran the team beyond the six-month limit during this time, but it was not always easy to find replacements who wanted to take on the full responsibilities of managing everything.  There was also concern among some team members that the rotation schedule wasn&#8217;t strictly followed with some leads overstaying their allotted time.</p>\n\n\n\n<p>In meetings and discussions over the last several months, various members drafted proposals on changing the team structure.  The now-former team leads and a group of moderators created the new plan to split the team into specific projects, each with at least one representative.</p>\n\n\n\n<p>The following are the new sub-teams and representatives.</p>\n\n\n\n<ul><li>Theme review representatives: Sandilya Kafle and Carolina Nymark</li><li>Theme packages representative: Ari Stathopoulos</li><li>Automation representative: Denis Žoljom</li><li>Theme handbook representative: Ana Alfieri</li><li>Communications representative: William Patton</li></ul>\n\n\n\n<p>The five projects cover the team&#8217;s current duties and spread out the workload. &#8220;That&#8217;s kind of what this is about,&#8221; said William Patton.  &#8220;It&#8217;s making sure that no one single person handles all the things and that it&#8217;s shared between all.&#8221;</p>\n\n\n\n<p>The new structure doesn&#8217;t mean there&#8217;s no room for other projects.  If a team member has a particular itch they want to scratch, they&#8217;re open to spearhead that project.  All the power is no longer consolidated into a couple of people&#8217;s hands.</p>\n\n\n\n<p>&#8220;Sharing the load and spreading people&#8217;s specific skills between things they know and are investing time into makes sense at this point,&#8221; said Patton.</p>\n\n\n\n<p>The team will no longer rotate leads (or representatives in this case) every six months.  If someone needs to step down from their representative role or take a break, finding a new representative will be handled on a case-by-case basis.  &#8220;We all have our strengths and passions. The thing that we also need to work on is finding people who are willing to participate and eventually take over when we feel tired,&#8221; said Denis Žoljom.</p>\n\n\n\n<p>Žoljom has been leading the automation project for while by maintaining the Theme Review coding standards and Theme Sniffer plugin.  He&#8217;s currently looking to move the WPThemeReview ruleset to the official WordPress GitHub.  &#8220;This is necessary because we want to use it in Tide,&#8221; said Žoljom.  Tide is an automated tool for improving code quality in plugins and themes.</p>\n\n\n\n<p>&#8220;My personal goal would be to see if we can improve the review process &#8211; either by working on the GitHub review idea I had a few months ago, or by working on the automated tools that help the users,&#8221; said Žoljom.</p>\n\n\n\n<p>The theme review representatives will handle the traditional role of overseeing the reviewing responsibilities of the team.  Little will change in that regard since it&#8217;s the primary duty of the TRT.  They will continue moderating themes and handling guideline changes.  &#8220;However, they can consult with other reps to make the final decision and to make new changes,&#8221; said Sandilya Kafle.</p>\n\n\n\n<p>The WordPress docs team has now handed over responsibility of the <a href=\"https://developer.wordpress.org/themes/\">theme developer handbook</a> to the TRT.  &#8220;I think we should try to keep coherence between the two handbooks, so we avoid saying one thing in one and another in the other,&#8221; said Ana Alfieri about the differences between the developer and review handbooks.  At times, such difference have been points of contention between TRT members.  Having both handbooks in sync on best practices will help keep reviewers and theme authors on the same page.</p>\n\n\n\n<p>Ari Stathopoulos recently took over as the <a href=\"https://wptavern.com/behind-new-packages-project-lead-theme-review-team-launches-admin-notices-solution\">representative for theme packages</a> in the past month.  The packages project aims to build standardized drop-in modules for developers to use in their themes.  This specific project may also have various developers handling specific packages.</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, 25 Sep 2019 17:18: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:14:\"Justin Tadlock\";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:72:\"WPTavern: WordPress 5.3 to Introduce New Admin Email Verification Screen\";s: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=94193\";s: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://wptavern.com/wordpress-5-3-to-introduce-new-admin-email-verification-screen\";s: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:2769:\"<p>WordPress 5.3 is set to introduce an admin email verification screen that will be shown every six months after an admin has logged in. The feature was proposed seven months ago in a <a href=\"https://core.trac.wordpress.org/ticket/46349\" rel=\"noopener noreferrer\" target=\"_blank\">ticket</a> that contributor <a href=\"https://www.andreidraganescu.info/\" rel=\"noopener noreferrer\" target=\"_blank\">Andrei Draganescu</a> opened as part of the Site Health component improvements.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/admin-email-verification.png?ssl=1\"><img /></a></p>\n<p>Draganescu said the idea came from discussions in the #core-php channel regarding WSOD (White Screen of Death) recovery emails, which are sent when a site experiences a fatal error and the administrator may be locked out of their WordPress site. Participants in the discussion raised the issue of how common it is for admin email addresses to be outdated or set to a &#8220;catch all&#8221; address that is never checked. The email address may also be set automatically by the host during the process of a one-click installation.</p>\n<p>The &#8220;Why is this important?&#8221; link leads to a WordPress support article that describes the <a href=\"https://wordpress.org/support/article/settings-general-screen/#email-address\" rel=\"noopener noreferrer\" target=\"_blank\">various uses for the admin email address</a>, such as new user registration notifications, comment approval, and maintenance messages.</p>\n<p>Although it wasn&#8217;t the stated intention for the new admin email verification screen, the feature could become important for improving communication prior to automatic updates. Requiring admins to verify their email addresses after six months could ensure that more addresses are kept current, especially for admins who check their sites infrequently.</p>\n<p>When the WordPress security team <a href=\"https://wptavern.com/proposal-to-auto-update-old-versions-of-wordpress-to-4-7-sparks-heated-debate\" rel=\"noopener noreferrer\" target=\"_blank\">proposed auto-updating older versions of WordPress to 4.7</a>, one of the chief concerns is whether WordPress will be able to reach admins whose emails have been abandoned. This new admin email verification screen will not be be useful for older WordPress sites, but in the future, when auto-updating for major versions becomes the standard, it will help ensure more administrators are getting those notices to a working address.</p>\n<p>A new <code>admin_email_check_interval</code> filter is available for developers to customize the interval for redirecting the user to the admin email confirmation screen. Those who find it to be unnecessary or annoying can set a very large interval for the check.</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, 24 Sep 2019 18:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:63:\"WPTavern: Twenty Twenty Bundled in Core, Beta Features Overview\";s: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=94038\";s: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://wptavern.com/twenty-twenty-bundled-in-core-beta-features-overview\";s: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:5884:\"<div class=\"wp-block-image\"><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/twenty-editor.jpg?ssl=1\" target=\"_blank\" rel=\"noreferrer noopener\"><img /></a></div>\n\n\n\n<p>Twenty Twenty, the upcoming default WordPress theme, was committed to core and shipped with <a href=\"https://wptavern.com/wordpress-5-3-beta-1-ready-for-testing-includes-12-gutenberg-releases-and-new-twenty-nineteen-default-theme\">WordPress 5.3 Beta 1</a> yesterday.</p>\n\n\n\n<p>Like most core themes, Twenty Twenty is simple in function.  It comes packaged with a handful of custom features and options, but it remains true to the mission of being an easy-to-use default theme.</p>\n\n\n\n<p>The theme has personality.  Its headings are bold and opinionated.  Its pull quotes grab your attention.  It&#8217;s unafraid of making a splash with its design.   This is a blog theme that&#8217;s meant to showcase what the block editor is capable of doing.   It is a refreshing change of pace from the current slew of themes landing in the directory.</p>\n\n\n\n<p>Twenty Twenty is not ideal for every use case.  Some users will no doubt dislike the design choices.  Others will love everything about it.</p>\n\n\n\n<p><em>Note: Twenty Twenty is still in beta, so its features could change between now and the official release of WordPress 5.3.</em></p>\n\n\n\n<h2>Customizer Options</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Hue-only picker for the accent color in the customizer.</div>\n\n\n\n<p>The theme has a few custom options available within the customizer:</p>\n\n\n\n<ul><li>A retina logo option, which scales the logo image to half its size to make it sharper on hi-res screens.</li><li>An option for showing or hiding a search icon in the header.</li><li>A choice between showing the full post text or summary (excerpt) on archive pages.</li><li>A header and footer background color.</li><li>An accent color used for links and other elements.</li><li>Support for the core custom background feature.</li></ul>\n\n\n\n<p>The accent color option is an interesting choice.  Rather than providing the full breadth of all colors, the theme includes a hue-only color picker.  This feature allows users to select from a more limited set of colors within an accessible color range.</p>\n\n\n\n<p>There is also a ticket for removing core <a href=\"https://github.com/WordPress/twentytwenty/issues/480\">custom background image support</a> to help users avoid accessibility issues.</p>\n\n\n\n<h2>Custom Page Templates</h2>\n\n\n\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/twenty-cover.jpg?ssl=1\" target=\"_blank\" rel=\"noreferrer noopener\"><img /></a>Cover template options in the customizer.\n\n\n\n<p>Twenty Twenty has a fresh take on creating a cover page not seen in previous default themes.  The &#8220;Cover Template&#8221; works for both posts and pages.  When selecting it, the template displays the post featured image similar to the cover block in core.  The featured image spans the full width of the screen and extends behind the header and navigation area.  The post title and byline/meta are set over the image.</p>\n\n\n\n<p>The theme provides a few options for customizing the output of the cover area and allows the user to:</p>\n\n\n\n<ul><li>Set a fixed background for a parallax effect.</li><li>Add an overlay background color that sits over the featured image.</li><li>Change the color of the text on top of the image.</li><li>Choose a blend mode for the overlay background color.</li><li>Alter the overlay background color opacity.</li></ul>\n\n\n\n<p>Having a core theme explore this feature is a nice. Ideally, users would be able to create a featured cover area on a per-post basis and adjust the colors for the specific image on that post.  However, core has yet to bundle such a feature with the block editor.  There is an open Gutenberg ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/16281\">expanding the editor outside of the post content</a> that may help theme authors address this common feature, but we&#8217;re likely several releases from seeing that become a reality.</p>\n\n\n\n<p>The theme also includes a wide (full width) template, which is a fairly common feature.  At the moment, this template doesn&#8217;t seem to do anything in particular when assigned to a page.  There&#8217;s an <a href=\"https://github.com/WordPress/twentytwenty/issues/185\">open GitHub ticket</a> that addresses what it should do at some point.  Considering that the theme has no left/right sidebar, it&#8217;d be interesting to see how this template functions.</p>\n\n\n\n<h2>Page Loading Speed</h2>\n\n\n\n<p>Page load is something to keep an eye on.  Twenty Twenty currently ships a 100 kb stylesheet on top of the block editor&#8217;s 40 kb CSS file (from the Gutenberg plugin).  This number doesn&#8217;t include the font and JavaScript files also loaded for the page.  This is a far cry from the behemoth 223 kb stylesheet included in Twenty Nineteen, but it&#8217;s still concerning because more development time means that more code will likely get added as tweaks are made and bugs are fixed.  </p>\n\n\n\n<p>To be fair, the block editor has many elements to style with no unified design framework for theme authors to take advantage of.  Keeping a Gutenberg-ready stylesheet under 100 kb that also styles each block is a feat of engineering few can master.</p>\n\n\n\n<h2>Follow Twenty Twenty Development</h2>\n\n\n\n<p>Theme development is currently happening on the <a href=\"https://github.com/WordPress/twentytwenty/\">Twenty Twenty GitHub repository</a>.  If you want to track its changes as the theme is imported into core, the changes are happening on the <a href=\"https://core.trac.wordpress.org/ticket/48110\">Import Twenty Twenty</a> Trac ticket.</p>\n\n\n\n<p>The theme still has work to be done before it&#8217;s ready for public release.  Now would be a great time to start testing it and reporting issues.</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, 24 Sep 2019 17:29: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:\"Justin Tadlock\";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:82:\"BuddyPress: An online community learning hub to deepen studies during IRL meetings\";s: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=307967\";s: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://buddypress.org/2019/09/an-online-community-learning-hub-to-deepen-studies-during-irl-meetings/\";s: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:6001:\"<div><em>This is a guest post by Tanner Moushey, Founder and Lead Engineer of <a href=\"https://study.church/about/\">StudyChurch</a>. He is a BP REST API early adopter and we thought his achievments implementing Headless BuddyPress was a great source of inspirations for the BuddyPress community. Many thanks to him for taking the time to share with us about this case study.</em></div>\n\n\n\n<p>Peer reviewed by <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/imath/\" rel=\"nofollow\">@imath</a></p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/09/StudyChurch-Organization-Dashboard.png\" alt=\"\" /></div>\n\n\n\n<p><a href=\"https://study.church/\">StudyChurch</a> is an ambitious startup seeking to make a mark in the church product marketplace. With a unique approach to online interaction, StudyChurch combines elements of engagement and learning in a way that is both simple and intuitive for the end user.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Background</h2>\n\n\n\n<p>I began working on StudyChurch as a side project in 2015. It started as a proof of concept and an excuse to dive deeply into BuddyPress. I wanted to leverage the group and activity components that BuddyPress provides and combine that with a custom study module that I created with a custom post type, BackboneJS, and the WordPress REST API. Answers to study questions were stored in WordPress Comments and synced to a custom BuddyPress activity type which was then used to create the discussion interface. Each question had an activity component under it to show off the other group answers and corresponding discussions.</p>\n\n\n\n<p>I finished the first draft of the project after several months and before too long I had groups signing up to use the system. I continued to make minor modifications over the next few years but kept running into complaints about speed and the user interface.</p>\n\n\n\n<p>When I was approached in 2018 by a publisher that wanted to use StudyChurch on a larger scale it sounded like a great opportunity to rebuild.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Implementing Headless BuddyPress </h2>\n\n\n\n<p>One of the big changes that I wanted to make in the rebuild was to switch to a JavaScript front end. I wanted something that was going to allow us to make numerous asynchronous data requests without using Ajax, which can be slow and difficult to maintain over a large project. I decided on VueJS and started building out the API to handle the data that was previously controlled by the BuddyPress templates. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Building a custom API with the BuddyPress REST API </h3>\n\n\n\n<p>I’d done quite a bit of work extending the WordPress REST API on previous projects and was excited to discover the <strong>BuddyPress REST API</strong> that extended it. This took care of a lot of the structure and allowed me to focus my time on building out our custom modules and functionality. Anytime I ran into something that needed to be more flexible, I’d submit a patch to the BuddyPress REST API repository and would get a prompt resolution.</p>\n\n\n\n<p>Now that we are able to post and retrieve data through the API, the user interactive elements on the site are noticeably faster and the overall load on the server is much less. Not only that, but we are ready for a native app once we get to that point.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/09/studychurch-case-study-image-1024x482.png\" alt=\"\" class=\"wp-image-307971\" /></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Creating&nbsp;a VueJS front end </h3>\n\n\n\n<p>Building a completely JavaScript front end for BuddyPress was fun challenge. I underestimated how many different components I’d need to build out since I wasn’t able to rely on the BuddyPress default templates, but the end result was well worth the effort.With VueJS we were able to leverage a lot of prebuilt UI packages (like&nbsp;<a href=\"https://element.eleme.io/#/en-US\">Element</a>) to do a lot of the heavy lifting for us. Since we were no longer tied to the BuddyPress template engine, we were able to get creative with how we displayed information and handled user interactions. The end result was a clean, fast, and user friendly interface that was simple and straightforward to use.</p>\n\n\n\n<p>I made a few modifications to allow WordPress and BuddyPress recognize our front end app and use it for BuddyPress components. I solved this with a pretty simple hook into the template include filter and included our template instead of the default. A few custom rewrite rules handled any non-BuddyPress url structures I needed to support and I soon had a fully functional and detached front end.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Conclusion</h2>\n\n\n\n<p>StudyChurch is now a powerful, robust social network ready for scale. We are still working on improving the system and adding new features which are now easier and faster to implement with the new structure.</p>\n\n\n\n<p>We’ve received some great feedback from users who find the app fast and intuitive. We are hoping to build out a native app in the near future.</p>\n\n\n\n<p>I’m so thankful for the work done by all of the volunteers who’ve put so much time into WordPress, BuddyPress, and now the BuddyPress REST API. I think there are going to be many more projects like StudyChurch in the near future that will leverage these great tools to build amazing and helpful solutions.</p>\n\n\n\n<p>Feel free to reach out if you have any questions or comments on what we’ve done with StudyChurch. Also, you are welcome to browse our code base on <a href=\"https://github.com/studychurch/sc-dashboard\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub</a>.</p>\n\n\n\n<p>You can read more about StudyChurch and other projects we work on at <a href=\"https://iwitnessdesign.com/\" target=\"_blank\" rel=\"noreferrer noopener\">iwitnessdesign.com</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, 24 Sep 2019 09:07: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:5:\"imath\";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:116:\"WPTavern: WordPress 5.3 Beta 1 Ready for Testing, Includes 12 Gutenberg Releases and New Twenty Twenty Default Theme\";s: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=94165\";s: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:128:\"https://wptavern.com/wordpress-5-3-beta-1-ready-for-testing-includes-12-gutenberg-releases-and-new-twenty-nineteen-default-theme\";s: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:2577:\"<p>WordPress core contributors worked together today to package up <a href=\"https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/\" rel=\"noopener noreferrer\" target=\"_blank\">5.3 Beta 1</a> for release on schedule. The Core slack channel was abuzz this afternoon as developers pushed through last-minute commits and fixed issues ahead of shipping the beta.</p>\n<p>Iterations on the block editor are a major part of of this release. WordPress 5.3 will include the last 12 Gutenberg plugin releases. If you have already been using the plugin, you may have forgotten how many features it has that still haven&#8217;t made it into core WordPress. This includes significant improvements to group, column, and gallery blocks, Accessibility Navigation mode, the new inserter help panel, &#8220;snackbar&#8221; notices, and the typewriter experience, to highlight a few big items that have been rolled into 5.3.</p>\n<p>The highly anticipated Twenty Twenty default theme is also available in the beta, which which we will explore in greater detail on WP Tavern this week. Its design is <a href=\"https://wptavern.com/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain\" rel=\"noopener noreferrer\" target=\"_blank\">based on the Chaplin theme from Anders Norén</a> and showcases what is possible with the block editor.</p>\n<p>Some of the UI changes introduced in Gutenberg are starting to make their way into other parts of the WordPress admin.</p>\n<p>&#8220;These improved styles fix many accessibility issues, improve color contrasts on form fields and buttons, add consistency between editor and admin interfaces, modernize the WordPress color scheme, add better zoom management, and more,&#8221; release coordinator Francesca Marano said in the 5.3 beta 1 announcement.</p>\n<p>A few other notable additions to 5.3 that need testing include the following:</p>\n<ul>\n<li>Support for resuming uploads on large file sizes</li>\n<li>Automatic image rotation during upload</li>\n<li>Improvements to Site Health checks</li>\n<li>Time/Date component fixes</li>\n<li>PHP 7.4 Compatibility and removal of deprecated functionality</li>\n</ul>\n<p>If you&#8217;re ready to take the beta for a test drive, the easiest way is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Beta Tester</a> plugin and select the “bleeding edge nightlies” option. The <a href=\"https://make.wordpress.org/core/5-3/\" rel=\"noopener noreferrer\" target=\"_blank\">official release</a> is targeted for November 12, 2019.</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, 24 Sep 2019 02:56: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:13:\"Sarah Gooding\";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:102:\"WPTavern: Google Search Console Adds Breadcrumbs Report, Sends Out Warnings for Structured Data Errors\";s: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=94132\";s: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://wptavern.com/google-search-console-adds-breadcrumbs-report-sends-out-warnings-for-structured-data-errors\";s: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:5150:\"<p>Google recently announced a new Breadcrumbs report available in the Search Console to inform site owners about markup issues. In 2015, Google <a href=\"https://webmasters.googleblog.com/2015/04/better-presentation-of-urls-in-search.html\" rel=\"noopener noreferrer\" target=\"_blank\">introduced support for schema.org structured data</a>, including the breadcrumbs URL structure, in order better present URLs in search results. The Search Console&#8217;s new report uses this data to help site owners fix any issues preventing their breadcrumbs from displaying as rich search results.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Great news, we have a new report on Search Console <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4e2.png\" alt=\"📢\" class=\"wp-smiley\" /> As of today, if you have Breadcrumb <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f35e.png\" alt=\"🍞\" class=\"wp-smiley\" /> structured data in your site, you\'ll see a new report under Enhancements (see screenshot). Check if you have errors and get to work! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f6e0.png\" alt=\"🛠\" class=\"wp-smiley\" /> <a href=\"https://t.co/b8I4vbJwb9\">pic.twitter.com/b8I4vbJwb9</a></p>\n<p>&mdash; Google Webmasters (@googlewmc) <a href=\"https://twitter.com/googlewmc/status/1174693878835875840?ref_src=twsrc%5Etfw\">September 19, 2019</a></p></blockquote>\n<p></p>\n<p>Over the weekend, the console started emailing out notices to those who have errors in the breadcrumb structured data on their sites. It includes how many URLs are affected, along with a link to the new report.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-23-at-9.17.17-AM.png?ssl=1\"><img /></a></p>\n<p>One common error that users are seeing is a &#8220;Missing field &#8216;item,\'&#8221; which references one of the properties Google requires for displaying that content as a rich result. The &#8216;item&#8217; property is the URL to the webpage that represents the breadcrumb, as Google prefers the final crumb to be linked.</p>\n<p>WordPress site owners have started reporting breadcrumb issues in the support forums for various plugins and themes. <a href=\"https://wordpress.org/plugins/breadcrumb-navxt/\">Breadcrumb NavXT</a>, a plugin that is active on 800,000 sites, allows users to generate customizable breadcrumb trails. There are already half a dozen <a href=\"https://wordpress.org/support/plugin/breadcrumb-navxt/\" rel=\"noopener noreferrer\" target=\"_blank\">support threads</a> opened regarding Breadcrumb markup errors listed in the console. Recommendations for fixing this issue vary based on the specific property that is missing and the breadcrumb configuration the user has in place.</p>\n<p>Breadcrumb NavXT plugin author John Havlik has <a href=\"https://wordpress.org/support/topic/missing-field-id-in-breadcrumbs-on-google-search-console/page/2/#post-11958307\" rel=\"noopener noreferrer\" target=\"_blank\">advised</a> some users to remove the schema.org markup for unlinked breadcrumb templates in order to remove the error, although this may not offer the best presentation in search snippets. Others have suggested allowing the %link% tag in the unlinked breadcrumb template and Havlik <a href=\"https://github.com/mtekk/Breadcrumb-NavXT/issues/226\" rel=\"noopener noreferrer\" target=\"_blank\">added this to the 6.4.0 milestone for the plugin</a> over the weekend.</p>\n<p>The <a href=\"https://wordpress.org/plugins/wordpress-seo/\" rel=\"noopener noreferrer\" target=\"_blank\">Yoast SEO</a> plugin also has an option for adding breadcrumbs and multiple users are <a href=\"https://wordpress.org/support/topic/breadcrumbs-missing-field-id-error-in-google-search-sonsole/\" rel=\"noopener noreferrer\" target=\"_blank\">reporting</a> <a href=\"https://wordpress.org/support/topic/google-breadcrumbs-markup-issues/page/2/\" rel=\"noopener noreferrer\" target=\"_blank\">errors</a> in the Google Search Console. Solutions vary, depending on what types of pages are outputting the error, but the most common advice Yoast support team members are offering is to check to see if there is a theme or plugin that is adding conflicting breadcrumb markup.</p>\n<p>There is no easy prescribed fix that will apply to all situations. It depends on how a site owner has configured breadcrumbs through a plugin or if they are automatically generated by a theme.</p>\n<p>If you received a notice from Google Search Console, the first step is to determine whether it&#8217;s a theme or a plugin that is generating your breadcrumbs. Next, browse the support forums for the theme/plugin that provides the breadcrumbs and see if the author recommends a fix or is working on one.</p>\n<p>Although breadcrumbs do not currently have a direct affect on rankings, they are prominently displayed in search snippets and generally contribute to a positive user experience. For more information on solving specific errors, check out <a href=\"https://developers.google.com/search/docs/data-types/breadcrumb\" rel=\"noopener noreferrer\" target=\"_blank\">Google&#8217;s documentation on Breadcrumb structured data</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, 23 Sep 2019 18:57: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:40:\"WordPress.org blog: WordPress 5.3 Beta 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7114\";s: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:56:\"https://wordpress.org/news/2019/09/wordpress-5-3-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9089:\"<p>WordPress 5.3 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.3 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.3-beta1.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.3 is slated for release on <a href=\"https://make.wordpress.org/core/5-3/\">November 12, 2019</a>, and we need your help to get there. Here are some of the big items to test, so we can find and resolve as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>Twelve releases of the Gutenberg plugin are going to be merged into 5.3 which means there’s a long list of exciting new features.&nbsp;</p>\n\n\n\n<p>Here are just a few of them:</p>\n\n\n\n<ul><li>Group block and grouping interactions</li><li>Columns block improvements (width support + patterns)</li><li>Table block improvements (text alignment support, header/footer support, colors)</li><li>Gallery block improvements (reordering inline, caption support)</li><li>Separator block improvements (color support)</li><li>Latest Posts block improvements (support excerpt, content)</li><li>List block improvements (indent/outdent shortcuts, start value and reverse order support)</li><li>Button block improvements (support target, border radius)</li><li>Animations and micro interactions (moving blocks, dropdowns, and a number of small animations to improve the UX)</li><li>Accessibility Navigation Mode which will allow you to navigate with the keyboard between blocks without going into their content.</li><li>Block Style Variations API</li></ul>\n\n\n\n<p>Plus a number of other improvements, amongst them:</p>\n\n\n\n<ul><li>Data Module API improvements (useSelect/useEffect)</li><li>Inserter Help Panel</li><li>Extensibility: DocumentSettingsPanel</li><li>Snackbar notices</li><li>Typewriter Experience</li><li>Fix a number of Accessibility report issues</li></ul>\n\n\n\n<p>If you want to see all the features for each release, here are direct links to the release posts: <a href=\"https://make.wordpress.org/core/2019/09/19/whats-new-in-gutenberg-18-september/\">6.5</a>, <a href=\"https://make.wordpress.org/core/2019/08/28/whats-new-in-gutenberg-28-august/\">6.4</a>, <a href=\"https://make.wordpress.org/core/2019/08/14/whats-new-in-gutenberg-14-august/\">6.3</a>, <a href=\"https://make.wordpress.org/core/2019/07/31/whats-new-in-gutenberg-31-july/\">6.2</a>, <a href=\"https://make.wordpress.org/core/2019/07/10/whats-new-in-gutenberg-10-july/\">6.1</a>, <a href=\"https://make.wordpress.org/core/2019/06/26/whats-new-in-gutenberg-26th-june/\">6.0</a>, <a href=\"https://make.wordpress.org/core/2019/06/12/whats-new-in-gutenberg-12th-june/\">5.9</a>, <a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\">5.8</a>, <a href=\"https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/\">5.7</a>, <a href=\"https://make.wordpress.org/core/2019/05/01/whats-new-in-gutenberg-1st-may/\">5.6</a>, <a href=\"https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/\">5.5</a>, and <a href=\"https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/\">5.4</a>.</p>\n\n\n\n<h3>Continuous effort on performance</h3>\n\n\n\n<p>The team working on the block editor managed to shave off 1.5 seconds of loading time for a particularly sizeable post (~ 36,000 words, ~ 1,000 blocks) since WordPress 5.2.</p>\n\n\n\n<h2>A new default theme: welcome Twenty Twenty</h2>\n\n\n\n<p>WordPress 5.3 introduces <a href=\"https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/\">Twenty Twenty</a>, the latest default theme in our project history.&nbsp;</p>\n\n\n\n<p>This elegant new theme is based on the WordPress theme <a href=\"https://www.andersnoren.se/teman/chaplin-wordpress-theme/\">Chaplin</a> which was released on the WordPress.org theme directory earlier this summer.&nbsp;</p>\n\n\n\n<p>It includes full support for the block editor, empowering users to find the right design for their message.</p>\n\n\n\n<h2>Wait! There is more</h2>\n\n\n\n<p>5.3 is going to be a rich release with the inclusion of numerous enhancements to interactions and the interface.</p>\n\n\n\n<h2>Admin interface enhancements</h2>\n\n\n\n<p>Design and Accessibility teams worked together to port some parts of Gutenberg styles into the whole wp-admin interface. Both teams are going to iterate on these changes during the 5.3 beta cycle. These improved styles fix many accessibility issues, improve color contrasts on form fields and buttons, add consistency between editor and admin interfaces, modernize the WordPress color scheme, add better zoom management, and more.</p>\n\n\n\n<h3>Big Images are coming to WordPress</h3>\n\n\n\n<p>Uploading non-optimized, high-resolution pictures from your smartphone isn’t a problem anymore. WordPress now supports resuming uploads when they fail as well as larger default image sizes. That way pictures you add from the block editor look their best no matter how people get to your site.</p>\n\n\n\n<h3>Automatic image rotation during upload</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the EXIF orientation. This feature was first proposed nine years ago. Never give up on your dreams to see your fixes land in WordPress!</p>\n\n\n\n<h3>Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it easier to identify and understand areas that may need troubleshooting on your site from the Tools -&gt; Health Check screen.</p>\n\n\n\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to check that your admin email address is up to date when you log in as an administrator. This reduces the chance that you’ll get locked out of your site if you change your email address.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<h3>Time/Date component fixes</h3>\n\n\n\n<p>Developers can now work with <a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a> in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n\n\n\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>The WordPress core team is actively preparing to support PHP 7.4 when it is released later this year. WordPress 5.3 contains <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&status=reviewing&keywords=~php74&milestone=5.3&order=priority\">multiple changes</a> to remove deprecated functionality and ensure compatibility. Please test this beta release with PHP 7.4 to ensure all functionality continues to work as expected and does not raise any new warnings. </p>\n\n\n\n<h3>Other Changes for Developers</h3>\n\n\n\n<ul><li>Multisite<ul><li>Filter sites by status<ul><li><a href=\"https://core.trac.wordpress.org/ticket/37392\">https://core.trac.wordpress.org/ticket/37392</a>&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/37684\">https://core.trac.wordpress.org/ticket/37684</a>&nbsp;</li></ul></li><li>Save database version in site meta<ul><li><a href=\"https://core.trac.wordpress.org/ticket/41685\">https://core.trac.wordpress.org/ticket/41685</a>&nbsp;</li></ul></li></ul></li><li>Code modernization and PHP 7.4 support<ul><li><a href=\"https://core.trac.wordpress.org/ticket/47678\">https://core.trac.wordpress.org/ticket/47678</a>&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/47783\">https://core.trac.wordpress.org/ticket/47783</a></li></ul></li><li>Toggle password view<ul><li><a href=\"https://core.trac.wordpress.org/ticket/42888\">https://core.trac.wordpress.org/ticket/42888</a></li></ul></li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for more <a href=\"https://make.wordpress.org/core/tag/5-3+dev-notes/\">5.3 related developer notes</a> in the coming weeks detailing other changes that you should be aware of.</p>\n\n\n\n<h2>What’s next</h2>\n\n\n\n<p>There have been over 400 tickets fixed in WordPress 5.3 so far with numerous bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a> where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.<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:\"Mon, 23 Sep 2019 18:36:11 +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: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:43:\"WPTavern: WPHelpful: A User Feedback 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=94129\";s: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:53:\"https://wptavern.com/wphelpful-a-user-feedback-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:7082:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wphelpful/\">WPHelpful</a> is a plugin created by Zack Gilbert and Paul Jarvis that allows users to rate the helpfulness of a post.  It can be a useful addition to sites that offer tutorials, lessons, documentation, or any content where user feedback is warranted. Version 1.0 is available for free in the official WordPress plugin directory, but it also has a <a href=\"https://wphelpful.com/\">pro version</a> that offers additional features.</p>\n\n\n\n<p>I enjoyed giving this plugin a test drive.  As a former business owner, I could see where this plugin would&#8217;ve helped me gather feedback from my customers on product documentation and better catered to their needs.</p>\n\n\n\n<p>WPHelpful has huge potential, but its version 1.0 is still a 1.0.  It&#8217;s far from being a polished product at this stage.  It needs time to mature as a good free plugin.  The current batch of pro features should have made the cut for the free version.</p>\n\n\n\n<p>The free plugin available in the plugin directory won&#8217;t get you far unless you just need a basic rating system.  It is limited to:</p>\n\n\n\n<ul><li>Showing the feedback form on posts and pages.</li><li>Changing the colors for the form button.</li><li>Adding custom CSS (a feature already available on all WP sites via the customizer).</li></ul>\n\n\n\n<p>All other features and settings are available in the pro version.  Unless your goal is to simply allow user ratings on posts or pages, you can&#8217;t do much with a free copy.  There are existing plugins with a more mature codebase for handling basic ratings.</p>\n\n\n\n<p>One of the most notable aspects of the free version is that it allows you to test the pro settings in a development environment. This provides an opportunity to decide if you want to shell out the money to go pro. I am now officially recommending that every other plugin developer do this when possible.</p>\n\n\n\n<h2>What the Plugin Gets Right</h2>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The plugin is simple to use.  You can choose to automatically append the form to posts on the front end or opt to display the form with the <code>[wphelpful]</code> shortcode.</p>\n\n\n\n<p>If nothing else, users shouldn&#8217;t have any problems getting the plugin up and running.  I tested it against a variety of themes with solid results.</p>\n\n\n\n<p>A custom [Gutenberg] block would&#8217;ve kicked user-friendliness up a notch.  Plugin authors need to start thinking in terms of building a block first and a shortcode second.  I&#8217;m hoping this makes the feature list for version 2.0.</p>\n\n\n\n<h2>Post Types: Paywall for the Most Useful Feature</h2>\n\n\n\n<p>The most important feature for this plugin is the ability to select which post types the feedback form can be used on.  Unfortunately, this feature is behind a paywall, limiting user feedback to only posts and pages.  This is a foundational feature that would be nicer in the free version.</p>\n\n\n\n<p>The post type feature is also limited in the pro setting.  In 1.0, you cannot pick post types individually.  The drop-down field limits you to a single post type, all post types, or pages plus all custom types.  There&#8217;s no way to select two different custom post types.</p>\n\n\n\n<p>The plugin doesn&#8217;t use the proper post type label, so you may get some weird labels like &#8220;Wp Area Types&#8221; (from the Gutenberg plugin) or &#8220;Jt Documentation Types&#8221; (a custom post type on my test install).</p>\n\n\n\n<p>Non-public post types also show up in the list. So, post types that don&#8217;t have front-end output show up in the select form.</p>\n\n\n\n<p>These issues are easy fixes, and I&#8217;m hoping this review sheds light onto these problems so they might be corrected for users.</p>\n\n\n\n<h2>How the Plugin Could Offer Better Pro Features</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Screenshot of the current post feedback report.</div>\n\n\n\n<p>Plugin authors need to eat.  There&#8217;s always a delicate balance that developers must strike between offering a useful free plugin and making enough of a return on their investment to continue maintaining the code.</p>\n\n\n\n<p>Currently, most of the plugin&#8217;s pro features are basic items like custom colors and form labels.  These are things that would better serve users in the free version.</p>\n\n\n\n<p>A more useful pro feature would be a &#8220;Reports&#8221; screen in the admin that offered options such as:</p>\n\n\n\n<ul><li>Sorting posts by rating and total ratings.</li><li>Displaying a graph of user feedback by month, year, etc.</li><li>Other reports that provided an overall look at feedback.</li></ul>\n\n\n\n<p>The plugin also only allows logged-in users to provide feedback.  That&#8217;s certainly an easier way to go to avoid spammers and bots.  Due to the added complexity, a pro extension for enabling any site visitor to provide feedback would be worth exploring.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>I&#8217;m going to get a bit technical here. Feel free to skip ahead if programming is not your thing.</p>\n\n\n\n<p>What the plugin needs is time to mature.  Version 1.0 is not supposed to be the best a plugin can be.  It&#8217;s about shipping a minimum viable product, so I&#8217;m a bit forgiving.  If this were 2.0 or 3.0, I&#8217;d be unrelenting.</p>\n\n\n\n<p>There&#8217;s a lot to like about the architectural decisions.  Much of it is set up in a way that it should be relatively easy to maintain in the long term.  This is important because it means that correcting issues, such as those listed below, shouldn&#8217;t be tough to fix.</p>\n\n\n\n<p>There are code issues that need patches. The plugin currently:</p>\n\n\n\n<ul><li>Uses a PHP variable for textdomains (not all translation tools run in a PHP environment).</li><li>Hasn&#8217;t internationalized all of its user-facing text, so not everything can be translated.</li><li>Registers multiple options in the database instead of storing all options together, which creates unnecessary clutter.</li><li>Doesn&#8217;t clean up after itself and delete its options upon uninstall.</li></ul>\n\n\n\n<p>These are not insurmountable issues, and they don&#8217;t break anything to the point of making the plugin unusable.  They&#8217;re just issues that need to be addressed.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>Version 1.0 of WPHelpful lacks the feature set to be a particularly great free plugin.  It could be useful in some limited cases.  However, you&#8217;ll probably want to opt for the pro version to get the features that would make this plugin worth using.</p>\n\n\n\n<p>WPHelpful has potential. I could see it growing an audience of 100K, 500K, or more users over time with more polishing.  It&#8217;s not there yet.  The plugin doesn&#8217;t have enough meat on its bones for me to recommend it yet, but I&#8217;m hopeful that future versions will offer a more robust experience.</p>\n\n\n\n<p>If you&#8217;re looking for an easy-to-use free plugin that works with just posts and pages, it could serve your needs.</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, 23 Sep 2019 18:01:43 +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:\"Justin Tadlock\";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:70:\"WPTavern: GitHub Adds Dependency Graphs, Security Alerts for PHP Repos\";s: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=94088\";s: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://wptavern.com/github-adds-dependency-graphs-security-alerts-for-php-repos\";s: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:4157:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>PHP developers everywhere can rejoice as GitHub adds the long-awaited <a href=\"https://github.blog/2019-09-18-dependency-graph-supports-php-repos-with-composer-dependencies/\">dependency graphs feature for PHP repositories</a> that use Composer.  The feature provides security alerts, shows dependency insights, and displays the dependents of a given repository.  If enabled, it can also automatically send security fixes to the repository via pull requests.</p>\n\n\n\n<p>GitHub initially added support for JavaScript and Ruby when <a href=\"https://github.blog/2017-11-16-introducing-security-alerts-on-github/\">rolling out dependency graphs in 2017</a>. They added <a href=\"https://github.blog/2019-07-02-yarn-support-for-security-alerts/\">support for Yarn lock files</a> in July of this year. This has been a boon to the JavaScript community as it alerts developers of vulnerabilities in code they&#8217;re using and shipping to users.</p>\n\n\n\n<p>&#8220;We&#8217;re also seeing PHP and Composer grow in popularity&#8211;PHP is the fourth most popular language on GitHub and Composer is the fourth most starred PHP project,&#8221; wrote Justin Hutchings, Senior Product Manager at GitHub.  The company has taken notice of the trends.  JavaScript is a hot topic in many developer circles today, but PHP frameworks such as Laravel and Symfony continue growing in popularity and dominate among <a href=\"https://github.com/topics/php\">popular PHP repositories</a>.</p>\n\n\n\n<p>Composer is the <em>de facto</em> standard for PHP dependency management.  Core WordPress first <a href=\"https://core.trac.wordpress.org/ticket/43558\">added Composer support</a> for development environments in version 5.1.  While it&#8217;s not a part of the release package, this was some small victory after a <a href=\"https://core.trac.wordpress.org/ticket/23912\">years-long discussion</a> of adding a basic <code>composer.json</code> file to core.  Core hasn&#8217;t fully embraced Composer or any type of PHP dependency management, but plugin and theme authors are using it more than a few short years ago.  The new alerts and automatic pull requests will offer one more avenue for catching security issues with plugins and themes.</p>\n\n\n\n<p>GitHub seems to be rolling this feature out in waves.  After checking some repositories with dependency graphs enabled, some still do not have their PHP dependencies listed.  It may take some time, but developers should start seeing dependencies appear that are listed in their <code>composer.json</code> or <code>composer.lock</code> files.</p>\n\n\n\n<p>Public repositories should begin seeing automatic security alerts when an issue is found.  GitHub will start notifying repository owners of these alerts via web notifications or email, depending on what the account holder has set as their preference.  Developers with private repos or who have disabled dependency graphs will need to enable them to take advantage of the new feature.</p>\n\n\n\n<p>Security alerts on old repositories could become an annoyance.  GitHub recommends archiving those repos.  &#8220;Archived repositories send a signal to the rest of the community that they aren&#8217;t maintained and don&#8217;t receive security alerts,&#8221; explained Hutchings.</p>\n\n\n\n<p>Developers who have opted into GitHub&#8217;s <a href=\"https://help.github.com/en/articles/configuring-automated-security-fixes\">automatic security fixes beta</a> feature can now enjoy automatic pull requests (PRs) from GitHub when vulnerabilities are found.  GitHub creates a PR with the minimum possible secure version.  The developer can then merge the PR at their discretion.</p>\n\n\n\n<p>Dependency graphs also make for a much nicer experience when browsing a repository&#8217;s dependencies.  Previously, developers would need to dive into a project&#8217;s <code>composer.json</code> or view them from Packagist, the official package directory for Composer.  Developers can now click on a link to view a dependent repository.</p>\n\n\n\n<p>Rolling this feature out for PHP repos is a welcome addition and should help more projects keep their code secure.</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, 20 Sep 2019 17:45: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:14:\"Justin Tadlock\";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:67:\"BuddyPress: A new place to learn how to build on top of BuddyPress!\";s: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=307844\";s: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://buddypress.org/2019/09/bp-devhub-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4575:\"<p>Hi!</p>\n\n\n\n<p>We’re very excited to officially announce the launch of a new development resources site on the BuddyPress.org network.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://developer.buddypress.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-landing-page-1024x652.png\" alt=\"\" class=\"wp-image-307848\" /></a></div>\n\n\n\n<p>Today we are inaugurating <strong><a href=\"https://developer.buddypress.org/\">developer.buddypress.org</a></strong> with a complete <a href=\"https://developer.buddypress.org/bp-rest-api/\">handbook documenting the BP REST API</a>. This API will be introduced into our next major version which is scheduled on September 30, 2019. We thought you’d be interested to have a tool to help you discover the BuddyPress REST endpoints and their parameters to start playing with them (You’ll need <a href=\"https://buddypress.org/2019/09/buddypress-5-0-0-release-candidate/\">BuddyPress 5.0.0-RC1</a> to have even more fun with it!).</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"rest-api-handbook\">Using the BP REST API Handbook</h2>\n\n\n\n<p>The main part of the handbook is the «&nbsp;Developer Endpoint Reference&nbsp;». We grouped these endpoints according to the component they belongs to.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-02-911x1024.png\" alt=\"\" class=\"wp-image-307845\" /><a rel=\"noreferrer noopener\" href=\"https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-02.png\" target=\"_blank\">View the full screenshot in a new tab.</a></div>\n\n\n\n<p>Each page of the reference is firstly introducing the component and describing the data schema of items contained into the REST responses. Then for each verb (or method), you&#8217;ll find the available arguments, their definition and an example of use with the <code><a href=\"https://bpdevel.wordpress.com/2019/09/12/let-us-start-using-the-bp-rest-api/\">bp.apiRequest()</a></code> JavaScript function. Below is a screenshot of the method to get a specific Activity.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://developer.buddypress.org/bp-rest-api/reference/activity/#retrieve-a-specific-activity\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-verb-example.png\" alt=\"\" class=\"wp-image-307851\" /></a></div>\n\n\n\n<h2>The future of this development resources hub</h2>\n\n\n\n<p>You can have a good idea of what’s coming next into this developer oriented site looking at its current landing page. We will first work on building the full <a href=\"https://buddypress.trac.wordpress.org/ticket/6812\">PHP Code Reference for BuddyPress</a>: functions, classes and hooks.<br /></p>\n\n\n\n<p>Then, we haven’t planned anything yet <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/263a.png\" alt=\"☺\" class=\"wp-smiley\" /> and we’re very opened to ideas and of course contributions about the «&nbsp;how&nbsp;» step and the «&nbsp;do&nbsp;» one.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>About the editing workflow</h2>\n\n\n\n<p>Unlike the BuddyPress Codex, it’s not possible for everyone to directly edit the content of the BP REST API Handbook or the future PHP Code Reference.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.trac.wordpress.org/newticket\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/09/new-ticket.png\" alt=\"\" class=\"wp-image-307857\" /></a></div>\n\n\n\n<p>But you can always report issues or suggest improvements using our <a href=\"https://buddypress.trac.wordpress.org\">Bug Tracker</a> making sure to select the «&nbsp;<strong>BuddyPress.org sites</strong>&nbsp;» option of the components dropdown of your ticket.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Props</h2>\n\n\n\n<p>The first version of the development resources hub was built thanks to the involvement of these contributors:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>,  <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith (tw2113)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>.</p>\n\n\n\n<p>Many thanks to them <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /></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, 20 Sep 2019 14:47: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:5:\"imath\";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:94:\"Post Status: Salesforce Ventures invests $300 million in Automattic, at a $3 billion valuation\";s: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=68901\";s: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://poststatus.com/salesforce-ventures-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:6125:\"<p>Salesforce Ventures is the investment arm of Salesforce. Prior to this investment in <a href=\"https://automattic.com/\">Automattic</a>, Salesforce Ventures had <a href=\"https://www.salesforce.com/company/ventures/funds/\">announced</a> $875 million raised across 11 fund initiatives — but none that amounts to $300 million. Previosuly, each fund has been between $50 to $125 million spread across several <a href=\"https://www.crunchbase.com/organization/salesforce-ventures/investments/investments_list\">investments</a>.</p>\n\n\n\n<p>I believe <a href=\"https://www.salesforce.com/company/ventures/\">Salesforce Ventures</a> called up funds specifically for this strategic investment in Automattic, which would likely put their total dollars invested (or committed to existing funds) well beyond $1 billion, and the $300 million into Automattic would be their largest investment to date, to my knowledge.</p>\n\n\n\n<p>Salesforce Ventures states on their website that they are exclusively seeking investments in &#8220;enterprise cloud&#8221; companies. In Automattic Founder and CEO Matt Mullenweg&#8217;s <a href=\"https://ma.tt/2019/09/series-d/\">announcement</a> about the funding, he specifically noted how Salesforce CEO Marc Benioff, &#8220;helped open my eyes to the incredible traction WordPress <a href=\"https://wpvip.com/\">and WP VIP</a> has seen in the enterprise market, and how much potential there still is there.&#8221; I am curious to see how Automattic changes their approach to VIP in particular, in light of this.</p>\n\n\n\n<p>$300 million is a lot of money. Salesforce is joining Insight Venture Partners, Tiger Global, and True Ventures as primary outside investors in Automattic. </p>\n\n\n\n<p>Given that Salesforce was the lead and only investor here, they now own a significant stake in Automattic — and it will be interesting to see what kind of confluence that enables between the two companies. Automattic CEO Matt Mullenweg tells me, &#8220;Automattic has been a long-time customer of Salesforce’s products, and we think there are lots of opportunities for closer integration.&#8221;</p>\n\n\n\n<p>Since Automattic recently acquired Tumblr and brought on a few hundred new employees from it, it&#8217;s natural to think the new fundraising is related. I asked Matt about that, and he said it was unrelated in terms of financial justification, but they did, &#8220;disclose the Tumblr transaction to Salesforce during [their] discussions.&#8221;</p>\n\n\n\n<p>Automattic hasn&#8217;t raised money since 2014, and it seems like this round is similar to prior ones, wherein the money helps spur their growth plans along but that they are operationally profitable — or close to it. Matt <a href=\"https://techcrunch.com/2019/09/19/automattic-raises-300-million-at-3-billion-valuation-from-salesforce-ventures/\">told Techcrunch</a>, &#8220;The roadmap is the same. I just think we might be able to do it in five years instead of ten.&#8221;</p>\n\n\n\n<p>Matt called the investment proof of Salesforce&#8217;s own &#8220;tremendous vote of confidence for Automattic and for the open web.&#8221; Salesforce does have some history of supporting <a href=\"https://opensource.salesforce.com/\">open source projects</a>, although that shouldn&#8217;t be equated to an investment in Automattic as a company; it is a vote of confidence for companies that rely on open-source platforms as a part of their line of business.</p>\n\n\n\n<p>Automattic is the single most significant contributor to WordPress and related open-source projects. It also relies on open-source software for its product development — particularly Jetpack and WooCommerce — and features like Gutenberg as the core experience for writing and site-building. How that blend of open source software and business development plays out, in the long run, is certainly of high interest to the open-source community.</p>\n\n\n\n<p>I have long discussed on various platforms how I think there are a handful of companies that are big enough to acquire Automattic someday. I still think Automattic is more likely to go public at some point, but if they are acquired, Salesforce is definitely one of those few with the resources to make it happen, and perhaps the operational congruence as well.</p>\n\n\n\n<p>Reaching a $3 billion valuation is an amazing feat that Automattic has achieved. Matt has said before that he believes each of their primary lines of business — WordPress.com, WooCommerce, and Jetpack — can be multi-billion dollar opportunities. I agree with him, particularly for WooCommerce. I think there&#8217;s a good chance WooCommerce will end up several times more valuable than all their other lines of business combined. <span class=\"pullquote alignleft\">I would love to see these new funds be funnelled into the incredible opportunity in the eCommerce landscape; one only needs to look at what Shopify has done to see what&#8217;s possible, and just how successful it can be.</span> </p>\n\n\n\n<p>I asked Matt why he was attracted to an investment from Salesforce&#8217;s VC arm, rather than an investment-only style firm. He said, &#8220;I love Salesforce’s philosophy, how they cultivate such a fantastic community, how they support progressive policies in San Francisco and the other cities they operate in, how they’ve been founder-led, their scale, their leadership, and their longevity in defining an entirely new class of software and being the most significant player in it.&#8221;</p>\n\n\n\n<p>I love the point about Salesforce defining a class of software — and I have realized recently just how huge their developer community is — so I really appreciate this comment from Matt. Making commercial and SaaS software is a well-established business now. Automattic is in a unique position as the most powerful player in an <em>open</em> ecosystem proud of its independence. This provides many unique opportunities for Automattic the business and unique challenges for Automattic the WordPress community member.</p>\n\n\n\n<p><em>Image credit: <a href=\"https://ma.tt/2019/09/series-d/\">Matt Mullenweg</a>, whose blog I brazenly stole it from.</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:\"Thu, 19 Sep 2019 23:05:39 +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: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:102:\"WPTavern: WordPress Community Contributors to Host Free Online Diversity Workshop Ahead of WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=93735\";s: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:113:\"https://wptavern.com/wordpress-community-contributors-to-host-free-online-diversity-workshop-ahead-of-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5663:\"<p>WordCamp US will <a href=\"https://2019.us.wordcamp.org/2019/08/08/wordcamp-us-debuts-community-track/\" rel=\"noopener noreferrer\" target=\"_blank\">debut a new Community Track</a> in November that will feature sessions and workshops on topics like meetups, WordCamps, diversity and inclusion, and kids/youth. Jill Binder, Allie Nimmons, Aurooba Ahmed, and David Wolfpaw will be hosting a workshop called &#8220;Creating a Welcoming and Diverse Space&#8221; at the event. In order to adequately prepare for presenting on this sensitive topic, the team will be <a href=\"https://make.wordpress.org/community/2019/09/13/call-for-participants-creating-a-welcoming-and-diverse-space-online-workshop-on-sun-oct-6/\" rel=\"noopener noreferrer\" target=\"_blank\">running the workshop in a live, interactive Zoom call on Sunday, October 6</a>.</p>\n<p>In light of the recent news about <a href=\"https://wptavern.com/php-central-europe-conference-canceled-due-to-lack-of-speaker-diversity\" rel=\"noopener noreferrer\" target=\"_blank\">a central European PHP conference getting canceled due to a lack of a diverse lineup</a>, the broader PHP community is becoming more conscious of the importance of recruiting speakers that better represent their communities.</p>\n<p>&#8220;The <a href=\"https://tiny.cc/wpdiversity\" rel=\"noopener noreferrer\" target=\"_blank\">Diverse Speaker Workshops</a> that I’m running in WordPress and am <a href=\"https://diversein.tech/\" rel=\"noopener noreferrer\" target=\"_blank\">bringing to other technologies</a> have been just as important for years as they are now,&#8221; training leader <a href=\"https://diversein.tech\" rel=\"noopener noreferrer\" target=\"_blank\">Jill Binder</a> said. &#8220;These workshops are an essential piece to the whole puzzle for creating diverse communities, attendance at events, public speakers, and ultimately, leaders and organizers.&#8221;</p>\n<p>Binder said there are many factors in society that work against having diversity in a tech event’s public speaker lineup, but one that her team is specifically tackling in these workshops is <a href=\"https://en.wikipedia.org/wiki/Impostor_syndrome\" rel=\"noopener noreferrer\" target=\"_blank\">imposter syndrome</a>.</p>\n<p>&#8220;Our workshops help folks bust through their impostor syndrome and develop a topic, title, pitch, bio, and outline, more confidence in public speaking, and the motivation to start speaking,&#8221; Binder said.</p>\n<p>&#8220;The new workshop that Allie, Aurooba, David, and I are creating for WordCamp US on &#8216;Creating a Welcoming and Diverse Space&#8217; is another important piece to the puzzle. We are going to be teaching mindset, community, environment, speakers, and allyship. It will be an interactive workshop where people will walk away with an action list they can start implementing in their communities (whether in person or online) right away.&#8221;</p>\n<p>Some organizers of tech events have claimed that for certain events it is impossible to create a diverse lineup of speakers due to the demographics of the community and lack of willing participants.</p>\n<p>Binder said that in her experience it is unlikely that more diverse people are unwilling to speak but rather that the event is not being created with more kinds of people in mind. She offered a few suggestions for organizers to consider in planning ahead for a welcoming and diverse space:</p>\n<ul>\n<li>Have the event at different times that work for people with families. For example, don’t hold them all at 9pm at night. Weekend afternoons may work. Ask those with children what works for them.</li>\n<li>Consider venues that are not centered around alcohol (like bars and pubs). This opens up the event to attendees who are under 21, recovering addicts, folks who belong to a religious group that prohibits alcohol, and many other people who don’t feel safe or welcome in an alcohol-focused environment.</li>\n<li>Choose venues that have accessible alternatives to stairs, such as elevators and ramps.</li>\n<li>Try to have more diversity in the organizing team.</li>\n<li>Bring in more diverse speakers. Don’t know how? Check out the Diverse Speaker Workshop – <a href=\"https://tiny.cc/wpdiversity\" rel=\"noopener noreferrer\" target=\"_blank\">in WordPress</a> and in <a href=\"https://diversein.tech/\" rel=\"noopener noreferrer\" target=\"_blank\">other techs communities.</a></li>\n</ul>\n<p>She also recommends organizers directly invite more people into their communities.</p>\n<p>&#8220;Ask people in your network to introduce you to diverse people they may know who work with WordPress or your technology,&#8221; Binder said. &#8220;You can even go out and find those communities in your area – online and in person – or ask people to make an introduction for you to those groups. Examples of groups: Ladies Learning Code, Black Girls Code. Form genuine, friendly relationships with community members so that they can help you reach the WordPress enthusiasts in their communities.&#8221;</p>\n<p>Binder said the team will go into more detail on these topics during the workshop. Anyone who would like to learn more is welcome to attend the online public rehearsal for the workshop on October 6, at 3pm-5pm ET. This is a unique opportunity for those who cannot attend WordCamp US to join in on one of the interactive workshops. <a href=\"https://make.wordpress.org/community/2019/09/13/call-for-participants-creating-a-welcoming-and-diverse-space-online-workshop-on-sun-oct-6/\" rel=\"noopener noreferrer\" target=\"_blank\">Comment on the Community team&#8217;s post</a> with contact information and workshop leaders will send the zoom link and more information.</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, 19 Sep 2019 22:14:48 +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:\"Sarah Gooding\";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:47:\"WPTavern: Bayleaf: A Food and Recipe Blog Theme\";s: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=94041\";s: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://wptavern.com/bayleaf-a-food-and-recipe-blog-theme\";s: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:5971:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>With the WordPress theme directory dominated by business-oriented themes, it&#8217;s sometimes tough to find themes that cater to more specific user groups. If you dig deep enough, you&#8217;ll find something outside the norm.  <a href=\"https://wordpress.org/themes/bayleaf/\">Bayleaf</a> is a blog theme specifically designed for sharing food and recipes.  </p>\n\n\n\n<p>The theme is designed and developed by <a href=\"https://vedathemes.com/\">Vedathemes</a>.  They currently have three themes in the theme directory, which follow the same clean design trend of Bayleaf.</p>\n\n\n\n<p>Food-related themes excite me.  In my off-time, I&#8217;m often browsing recipe blogs and looking for my next culinary experiment.  The problem with many such sites is their designs have too much noise instead of just showcasing the content visitors are looking for.  I was pleasantly surprised at the minimalist and open approach in the <a href=\"https://vedathemes.com/bayleaf-pro/\">Bayleaf demo</a>.</p>\n\n\n\n<p><em>Admittedly, I was drawn in by all the yummy food pics.</em></p>\n\n\n\n<p>The theme author has obviously taken a look at the food blogs and built a design that showcases what&#8217;s possible without adding complexity.  The related posts feature is also a nice extra for site visitors who&#8217;ll likely look for related recipes.</p>\n\n\n\n<p>Bayleaf combines the Poppins and Montserrat font families to create bold headers that are complimented by readable body copy.  The theme comes with options for displaying a sidebar on single posts or pages, but I&#8217;d recommend opting out.  The design works best without a sidebar, allowing more breathing room for sharing food images.</p>\n\n\n\n<p>The theme is slowly building an audience since its release in February.  It currently has 1,000+ installs and a five-star rating from six reviews in the theme directory.</p>\n\n\n\n<h2>Create a Unique Look with the Display Posts Widget</h2>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Bayleaf&#8217;s most prominent custom feature is its Display Posts widget.  By placing this widget in the Homepage Above Content or Homepage Below Content sidebar, users have a ton of variety with how their site looks.  No two homepages need look alike.</p>\n\n\n\n<p>The widget comes with six list, grid, and slider styles to choose from. It supports custom post types and taxonomies, so users can use it for content such as events, products, or anything else they want to showcase.</p>\n\n\n\n<p>My first thought when viewing the demo was, <em>Not another complicated slider with a hard-to-configure customizer experience.</em> While I&#8217;m not usually a fan of sliders, configuring this one was easy.  Plus, the grid and list styles offered alternative options.</p>\n\n\n\n<p>A lot of themes overdo features like this, offering a clunky experience within the customizer.  However, Bayleaf keeps it simple by packaging the feature as a widget with just enough variety to cover most use cases.</p>\n\n\n\n<p>My one complaint with the Display Posts widget is that it was hard to find at first.  At this point, it should be standard practice to prefix custom widgets with the theme name.  &#8220;Bayleaf: Display Posts&#8221; would&#8217;ve been far easier to pick from the widget lineup.</p>\n\n\n\n<h2>Handling Block Editor Support</h2>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>I tested Bayleaf against the latest public release of the Gutenberg plugin. The theme is not without a few problems, which is par for the course with most themes supporting the block editor.  The Gutenberg plugin&#8217;s development is fast-paced, and it&#8217;s tough for theme authors to keep up.  Something that works one week could break the next.</p>\n\n\n\n<p>The theme takes a minimalist approach with regards to the editor, allowing the default editor styles to handle much of the layout.  With the break-neck pace of change, this can sometimes be a better approach than attempting to manage every style.</p>\n\n\n\n<p>There are areas where Bayleaf could be more opinionated.  For example, the alignment and typography for the post title aren&#8217;t a one-to-one match between the editor and front end.  The content width is wider on the front end than the editor, which means the number of characters per line doesn&#8217;t match.  There are several minor items where the block editor overrules theme styles.</p>\n\n\n\n<p>The theme doesn&#8217;t offer a 100% WYSIWYG experience, but it&#8217;s close enough at this stage and doesn&#8217;t break anything.  Most issues are trivial and will simply take some adjustment time, assuming Gutenberg development settles a bit.</p>\n\n\n\n<h2>How Does the Code Stand Up?</h2>\n\n\n\n<p>Bayleaf isn&#8217;t pushing any boundaries, but it&#8217;s solid in comparison to the average theme.  It&#8217;s based on the Underscores starter, which serves as the <em>de facto</em> standard for many themes in the official directory.</p>\n\n\n\n<p>The theme doesn&#8217;t have a ton of custom code, so there are few places it could go wrong.</p>\n\n\n\n<p>Like all themes in the official directory, it undergoes a rigorous review process.  It&#8217;s <a href=\"https://themes.trac.wordpress.org/query?keywords=~theme-bayleaf\">Trac history</a> doesn&#8217;t show anything worrisome.  Vedathemes seems to have a good grasp of building themes that meet the official theme review standards.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>You won&#8217;t find a boatload of options in Bayleaf.  What you will find is a clean design that gets out of the way but with enough features to have fun tinkering around on your blog for a couple of hours.  The Display Posts widget can get you pretty far with little work.</p>\n\n\n\n<p>If you&#8217;re looking for a change to your food or recipe blog, you can&#8217;t go wrong giving this theme a run. </p>\n\n\n\n<p>The theme could also be used for other types of sites.  There are no specific features that limit its use to only food blogging.</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, 19 Sep 2019 18:49:50 +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:\"Justin Tadlock\";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:93:\"WPTavern: Automattic Raises $300M in Series D Investment Round, Valuation Jumps to $3 Billion\";s: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=94026\";s: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:101:\"https://wptavern.com/automattic-raises-300m-in-series-d-investment-round-valuation-jumps-to-3-billion\";s: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:6254:\"<p><a href=\"https://automattic.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Automattic</a> announced another round of funding today, a $300 million Series D investment from <a href=\"https://www.salesforce.com/company/ventures/\" rel=\"noopener noreferrer\" target=\"_blank\">Salesforce Ventures</a>, giving the company a $3 billion valuation post-funding. The last time Automattic raised money was $160 million in a Series C round in 2014. Since that time the company has grown to more than 950 employees and made strategic acquisitions, including <a href=\"https://wptavern.com/automattic-acquires-woocommerce\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce</a> in 2015 and <a href=\"https://wptavern.com/automattic-acquires-tumblr-plans-to-rebuild-the-backend-powered-by-wordpress\" rel=\"noopener noreferrer\" target=\"_blank\">Tumblr</a> (closing in 2019).</p>\n<p>CEO Matt Mulleneweg <a href=\"https://ma.tt/2019/09/series-d/\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> the funds will enable the company to speed up and scale its product development, as well as continue the company&#8217;s continual contributions to WordPress:</p>\n<blockquote><p>For Automattic, the funding will allow us to accelerate our roadmap (perhaps by double) and scale up our existing products—including WordPress.com, WordPress VIP, WooCommerce, Jetpack, and (in a few days when it closes) Tumblr. It will also allow us to increase investing our time and energy into the future of the open source WordPress and Gutenberg.</p></blockquote>\n<p>In 2016, Mullenweg <a href=\"https://wptavern.com/woocommerce-powers-42-of-all-online-stores\" rel=\"noopener noreferrer\" target=\"_blank\">identified both Jetpack and WooCommerce as “multi-billion dollar opportunities”</a> that could each be larger than WordPress.com in the future. Jetpack has grown from 1+ million users in 2016 to more than 5 million today. The plugin&#8217;s product team has aggressively expanded its commercial plans and features and is one of the first to experiment with offering <a href=\"https://wptavern.com/jetpack-7-6-improves-amp-compatibility-adds-preview-and-upgrade-nudge-for-blocks-only-available-on-paid-plans\" rel=\"noopener noreferrer\" target=\"_blank\">previews and commercial upgrade nudges for blocks in WordPress&#8217; editor</a>.</p>\n<p>WooCommerce has also grown to more than 5 million active installs (from 1+ million in 2015 at the time of acquisition). The e-commerce platform has a more challenging market with formidable competitors like Shopify, which recently <a href=\"https://observer.com/2019/09/shopify-ebay-amazon-ecommerce-growth/\" rel=\"noopener noreferrer\" target=\"_blank\">overtook eBay as the second largest shopping site after Amazon</a>. Shopify <a href=\"https://investors.shopify.com/Investor-News-Details/2019/Shopify-Announces-Second-Quarter-2019-Financial-Results/default.aspx\" rel=\"noopener noreferrer\" target=\"_blank\">reported $362 million in revenue</a> during its last quarter with $153 million coming from subscriptions to the Shopify platform.</p>\n<p>I asked Mullenweg about how the funding might help Automattic make WooCommerce more user-friendly and competitive. Despite going up against the seemingly indomitable e-commerce powerhouses, Mullenweg sees WooCommerce&#8217;s platform an opportunity for growing independent stores on the web.</p>\n<p>&#8220;WooCommerce already represents the best way to marry content and commerce, and has a huge advantage being so tightly integrated from a user perspective with WordPress itself,&#8221; Mullenweg said. &#8220;However it also inherits some of the barriers WordPress has to adoption, particularly from new users. I think that Gutenberg will help a ton, as it&#8217;s better than any of the builders the eCommerce players have, and when that gets combined with the flexibility, control, and scalability you get from WP + WooCommerce it&#8217;s going to be huge. There&#8217;s a ton of work left to do, though, and we&#8217;re trying to grow that team as quickly as possible to keep up with the opportunity.&#8221;</p>\n<p>Mullenweg declined to share any information about Jetpack and WooCommerce&#8217;s revenue today but confirmed that they have not yet eclipsed WordPress.com.</p>\n<p>&#8220;What I can say is that WP.com is still our biggest business, and WooCommerce was our fastest growing last year,&#8221; he said.</p>\n<p>Automattic&#8217;s most recent round of funding will help the company better monetize these products that have grown in tandem with WordPress&#8217; market share, which W3Techs puts at <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener noreferrer\" target=\"_blank\">34.5%</a> of the top 10 million websites. Independent stores sitting on top of this large chunk of the web represent a significant market that Automattic is currently dominating in the WordPress space.</p>\n<p>The Tumblr acquisition also affords another opportunity to introduce e-commerce solutions to more of Automattic&#8217;s customers. Mullenweg previously said the Tumblr app receives 20X more daily signups than the WordPress mobile app. The social network/blogging hybrid also has a significantly younger user base, based on <a href=\"https://weareflint.co.uk/main-findings-social-media-demographics-uk-usa-2018\" rel=\"noopener noreferrer\" target=\"_blank\">a 2018 study</a> that found 43 percent of internet users between the ages of 18 to 24 years old used Tumblr. It&#8217;s an untapped market for e-commerce, as Tumblr users who want to sell currently have to use a service like Shopify or Ecwid and generate a Tumblr-compatible widget.</p>\n<p>Mullenweg said the acquisition hasn&#8217;t closed yet but Automattic may explore e-commerce on Tumblr in 2020.</p>\n<p>&#8220;Once it closes there will be a few months of normal integration work and getting the teams working together, making sure we have harmonized policies on support, content moderation, anti-spam, ads, and all of those lower-level things,&#8221; he said. &#8220;Beyond that I’ve seen what you’re seeing — a lot of Tumblr users want access to more customization and e-Commerce. There are no specific plans yet but I imagine that’s something the team will consider for next year’s roadmap.&#8221;</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, 19 Sep 2019 16:15: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:\"Sarah Gooding\";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:29:\"Matt: Automattic’s Series D\";s: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=50121\";s: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:31:\"https://ma.tt/2019/09/series-d/\";s: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:3727:\"<p>Today <a href=\"https://automattic.com/\">Automattic</a> announced it has closed a new $300 million Series D, with <a href=\"https://www.salesforce.com/company/ventures/\">Salesforce Ventures</a> taking the entire round. This puts us at a post-round valuation of $3 billion, three times what it was after our last fundraising round in 2014. It&#8217;s a tremendous vote of confidence for Automattic and for the open web.</p>\n\n\n\n<p>I met <a href=\"https://twitter.com/Benioff\">Marc Benioff</a> earlier this year, and it became obvious to both of us that <a href=\"https://salesforce.com/\">Salesforce</a> and Automattic shared a lot of principles and philosophies. Marc is a mindful leader and his sensibilities and sense of purpose feel well aligned with our own mission to make the web a better place. He also helped open my eyes to the incredible traction WordPress <a href=\"https://wpvip.com/\">and WP VIP</a> has seen in the enterprise market, and how much potential there still is there. I’ve also loved re-connecting with <a href=\"https://twitter.com/btaylor\">Bret Taylor</a> who is now Salesforce’s President and Chief Product Officer. Bret’s <a href=\"https://en.wikipedia.org/wiki/Bret_Taylor\">experience</a> across Google Maps, Friendfeed, Facebook, Quip, and now transforming Salesforce makes him one of the singular product thinkers out there and our discussion of Automattic’s portfolio of services have been very helpful already.</p>\n\n\n\n<p>For Automattic, the funding will allow us to accelerate our roadmap (perhaps by double) and scale up our existing products—including <a href=\"https://wordpress.com/\">WordPress.com</a>, <a href=\"https://wpvip.com/\">WordPress VIP</a>, <a href=\"https://woocommerce.com/\">WooCommerce</a>, <a href=\"https://jetpack.com/\">Jetpack</a>, and (in a few days when it closes) <a href=\"https://www.tumblr.com/\">Tumblr</a>. It will also allow us to increase investing our time and energy into the future of the open source <a href=\"https://wordpress.org/\">WordPress</a> and <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>.</p>\n\n\n\n<p>The Salesforce funding is also a vote of confidence for the future of work. Automattic has grown to more than 950 employees working from 71 countries, with no central office for several years now. <a href=\"https://distributed.blog/\">Distributed work</a> is going to reshape how we spread opportunity more equitably around the world. There continue to be new heights shown of what can be achieved in a distributed fashion, with <a href=\"https://about.gitlab.com/2019/09/17/gitlab-series-e-funding/\">Gitlab announcing a round at $2.75B earlier this week</a>.</p>\n\n\n\n<p>Next year Automattic celebrates 15 years as a company! The timing is fortuitous as we&#8217;ve all just returned from <a href=\"https://ma.tt/2018/10/the-importance-of-meeting-in-person/\">Automattic&#8217;s annual Grand Meetup</a>, where more than 800 of us got together in person to share our experiences, explore new ideas, and have some fun. I am giddy to work alongside these wonderful people for another 15 years and beyond.</p>\n\n\n\n<p>If you&#8217;re curious my previous posts on our fundraising, here&#8217;s our <a href=\"https://ma.tt/2006/04/a-little-funding/\">2006 Series A</a>, <a href=\"https://ma.tt/2008/01/act-two/\">2008 Series B</a>, <a href=\"https://ma.tt/2013/05/automattic-secondary/\">2013 secondary</a>, and <a href=\"https://ma.tt/2014/05/new-funding-for-automattic/\">2014 Series C</a>. As before, happy to answer questions in the comments here. <a href=\"https://techcrunch.com/2019/09/19/automattic-raises-300-million-at-3-billion-valuation-from-salesforce-ventures/\">I also did an exclusive interview with Romain Dillet on (WP-powered) Techcrunch</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, 19 Sep 2019 13:01: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: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:103:\"WPTavern: Gutenberg 6.5 Adds Experimental Block Directory Search to Inserter and New Social Links Block\";s: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=94000\";s: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:114:\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\";s: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:3773:\"<p>Gutenberg 6.5 was released today with a rough prototype that adds one-click search and installation of blocks from the block directory to the inserter. Selected blocks are automatically installed as a plugin in the background and inserted into the editor with one click.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/block-directory-experiment.gif?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/17431\" rel=\"noopener noreferrer\" target=\"_blank\">pull request</a> for the experiment indicates that it&#8217;s still very much a work in progress. It extends the inserter to fetch a list of suggestBlocks similar to reusableBlocks, and the list is currently served from a mock API.</p>\n<p>The prototype is can be turned on under the <strong>Gutenberg > Experiments</strong> menu, a relatively new Settings page that was <a href=\"https://github.com/WordPress/gutenberg/pull/16626\" rel=\"noopener noreferrer\" target=\"_blank\">added in Gutenberg 6.3</a>. This menu also allows testers to enable the experimental Navigation Menu Block, Widgets Screen, and Legacy Widget Block.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-18-at-8.46.59-PM.png?ssl=1\"><img /></a></p>\n<p>Block Navigation has also been added to the experimental Navigation Block in this release. This addition is considered a first start that is expected to evolve over time.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/block-navigator.png?ssl=1\"><img /></a></p>\n<p>&#8220;Regardless of how the UI evolves for this block, I think there will always be a need for representing the menu structure as a child block tree with all menu hierarchies mapped out consistently and not hidden (dropdowns, etc),&#8221; Gutenberg engineer Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/16812\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>.</p>\n<p>&#8220;Luckily, we already have a view that handles that representation in the &#8216;block navigator.&#8217; That means if the navigation menu block is represented through child blocks, we&#8217;ll get this view for free.&#8221;</p>\n<p>In the future, Gutenberg engineers may allow for drag-and-drop reordering of items in the navigator and may explore rendering the view inline or in a modal launched from the navigation menu block.</p>\n<h3>Gutenberg 6.5 Adds New Social Links Block</h3>\n<p>Gutenberg 6.5 also adds a new social links block under the widgets panel. It allows users to place social links anywhere within the content by clicking on the icons and pasting in their social URLs. The gif below demonstrates how the block works, although the grey placeholder icons have since been removed in favor of opacity changes to indicate unconfigured blocks.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/social-links-block.gif?ssl=1\"><img /></a></p>\n<p>This release introduces a handful of other notable updates, including support for <a href=\"https://github.com/WordPress/gutenberg/pull/17253\" rel=\"noopener noreferrer\" target=\"_blank\">border radius changes in the button block</a>, support for <a href=\"https://github.com/WordPress/gutenberg/pull/17101\" rel=\"noopener noreferrer\" target=\"_blank\">adding captions to images in the Gallery block</a>, and the addition of <a href=\"https://github.com/WordPress/gutenberg/pull/16490\" rel=\"noopener noreferrer\" target=\"_blank\">local autosaves</a>.</p>\n<p>The 6.5 release post has not yet been published but the plugin update is available in the admin and a full list of enhancements and bug fixes can be found in the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener noreferrer\" target=\"_blank\">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:\"Thu, 19 Sep 2019 03:41:01 +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:\"Sarah Gooding\";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:110:\"WPTavern: EditorsKit Adds Nofollow Options for Links, Fixes Bug with Gutenberg Metaboxes Overlapping in Chrome\";s: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=93971\";s: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://wptavern.com/editorskit-adds-nofollow-options-for-links-fixes-bug-with-gutenberg-metaboxes-overlapping-in-chrome\";s: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:3528:\"<p><a href=\"https://wordpress.org/plugins/block-options/\" rel=\"noopener noreferrer\" target=\"_blank\">EditorsKit</a> is becoming somewhat of a &#8220;hotfix&#8221; plugin for Gutenberg, especially with the additions to the 1.14 release this week. Developer Jeffrey Carandang added new link formats for nofollow rel attribute options, along with a fix for an annoying bug in Chrome that causes Gutenberg metaboxes to overlap. He has been closely monitoring feedback on both Gutenberg and EditorsKit, introducing features for which users have an immediate need.</p>\n<p>Google recently announced <a href=\"https://wptavern.com/google-announces-new-ways-to-identify-nofollow-links-progress-on-related-gutenberg-ticket-is-currently-stalled\" rel=\"noopener noreferrer\" target=\"_blank\">new ways to identify nofollow links</a> with two additional rel attribute options for specifying links as sponsored and/or user-generated content. The Gutenberg core team has expressed hesitation on a <a href=\"https://github.com/WordPress/gutenberg/pull/16609#issuecomment-527921959\">PR that would add nofollow link options</a>, invoking WordPress&#8217; <a href=\"https://wordpress.org/about/philosophy/\" rel=\"noopener noreferrer\" target=\"_blank\">80/20 rule</a>.</p>\n<p>Since the related PR doesn&#8217;t seem to be a priority, with no movement for two weeks, Carandang decided to add the nofollow and sponsored rel attribute options to EditorsKit, so users can start following Google&#8217;s recommendations without having to switch to HTML mode. He also managed to make it work with the version of Gutenberg included in core.</p>\n<p><a href=\"https://cloudup.com/cqP3APNEF3j\"><img src=\"https://i1.wp.com/cldup.com/kLcfVSl1UW.gif?resize=627%2C495&ssl=1\" alt=\"Nofollow link options\" width=\"627\" height=\"495\" /></a></p>\n<p>Chrome users may have noticed that <a href=\"https://github.com/WordPress/gutenberg/issues/17406\" rel=\"noopener noreferrer\" target=\"_blank\">the block editor has a nasty bug with metaboxes overlapping</a>, obscuring the main content area. This problem was introduced in the recent Chrome 77 update and is present on WordPress 5.2.3 and older versions.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/metabox-overlapping.png?ssl=1\"><img /></a></p>\n<p>Chrome developers are aware of the issue and a fix will be in the next release. Version 78 is expected October 22. Since it is a bug with Chrome, the Gutenberg team has opted not to release a fix/workaround for this problem. In the meantime, they recommend updating to WordPress 5.3 if it is released before the Chrome bug is fixed. This isn&#8217;t likely, as 5.3 is scheduled for mid-November.</p>\n<p>The Gutenberg team also recommend using a different browser or installing the Gutenberg plugin to fix the issue. Andrea Fercia noted on the ticket that the plugin is still listed among WordPress&#8217; beta plugins and may not be advisable to use in production on some sites. Users with a technical background can implement one of several CSS solutions in the ticket, but this is a frustrating bug for users who don&#8217;t know how to apply code fixes.</p>\n<p>Carandang added a fix for this bug to the most recent version of EditorsKit. So far his strategy of being responsive to users&#8217; requests seems to have been successful, as his Gutenberg utility plugin now has more than 1,000 active installs. He said he is happy to add hot fixes for EditorsKit users and will remove them once the fixes have been added to Chrome and/or the block editor.</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, 18 Sep 2019 19:42:11 +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:\"Sarah Gooding\";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:93:\"WPTavern: Behind New Packages Project Lead, Theme Review Team Launches Admin Notices Solution\";s: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=93936\";s: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:103:\"https://wptavern.com/behind-new-packages-project-lead-theme-review-team-launches-admin-notices-solution\";s: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:7754:\"<p>As part of the WordPress Theme Review Team&#8217;s plan to <a href=\"https://wptavern.com/wordpress-theme-review-team-seeks-to-curb-obtrusive-admin-notices-with-new-requirement-to-follow-core-design-patterns\">curb obtrusive admin notices</a>, the team pushed version 1.0 of its <a href=\"https://github.com/WPTRT/admin-notices\">Admin Notices</a> package to the public.  The new package provides a standard API for theme authors to display admin notices.</p>\n\n\n\n<p>Ari Stathopoulos took over as the packages project lead in late August.  Stathopoulos is the primary developer and creator of the highly-rated <a href=\"https://kirki.org/\">Kirki customizer framework</a>, which currently has 300,000+ active installs as a plugin.  However, the framework is also available as separate modules that theme authors can bundle within their themes.</p>\n\n\n\n<p>The Admin Notices package is the third package produced by the team and the first that Stathopoulos has spearheaded.</p>\n\n\n\n<p>Adding a basic admin notice in WordPress is relatively easy for most developers. However, handling features such as persistent dismissible actions is more complex.  The Admin Notices package handles this out of the box.</p>\n\n\n\n<p>Some options for the package include the ability to:</p>\n\n\n\n<ul><li>Set a title and message.</li><li>Select a type that adds in the appropriate UI class (info, success, warning, error).</li><li>Choose which admin screens the notice appears on.</li><li>Limit the message by user capability so that it doesn&#8217;t appear for all users.</li></ul>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/wptrt-admin-notices-002.png?ssl=1\" target=\"_blank\" rel=\"noreferrer noopener\"><img /></a></div>\n\n\n\n<p>The above screenshot shows an example of a basic admin notice output for the four available types.  The dismiss action is handled by JavaScript and works without reloading the page.  Once dismissed, users will no longer see the notice.</p>\n\n\n\n<p>&#8220;I think the hardest thing about it was deciding how restrictive we wanted it to be,&#8221; said Stathopoulos of the challenges building this package. The package restricts theme authors to paragraph, link, bold, and italic elements in version 1.0.  It doesn&#8217;t leave a lot of room for experimentation, but standardization is the goal.  The more elements allowed, the more likely the tool doesn&#8217;t solve the team&#8217;s problem of keeping admin notices unobtrusive.</p>\n\n\n\n<h2>User Notifications Are a Complex Problem</h2>\n\n\n\n<p>WordPress doesn&#8217;t provide a formal API for user notifications.  However, it does provide a standard set of CSS classes and a hook for attaching notices.  The Codex also has some examples of <a href=\"https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices\">best practices</a>.  The lack of a formal API has left theme and plugin authors to their own devices.  Users have suffered because of wildly varying implementations and common issues such as <a href=\"https://wptavern.com/please-stop-abusing-wordpress-admin-notices\">non-dismissible advertisements</a>.</p>\n\n\n\n<p>Tim Hengeveld <a href=\"https://core.trac.wordpress.org/ticket/43484\">proposed a Notification Center API</a> on Trac in 2018.  The ticket has a healthy, ongoing discussion and some UI proposals.  The proposal is still marked as &#8220;Awaiting Review,&#8221; and it&#8217;s unlikely that it&#8217;ll ship anytime sooner than WordPress 5.4 or later.</p>\n\n\n\n<p>Currently, many plugins and themes also use admin notices for user onboarding, which is a separate problem in need of a solution.  There&#8217;s a 4-year-old ticket that discusses <a href=\"https://core.trac.wordpress.org/ticket/34116\">WordPress new-user onboarding</a>, but there&#8217;s not much movement to solve this problem for plugins and themes.</p>\n\n\n\n<p>While the TRT&#8217;s package doesn&#8217;t tackle all issues associated with user notifications, it does help limit some of the short-term damage.</p>\n\n\n\n<h2>More Packages in the Works</h2>\n\n\n\n<p>More packages are currently being built and others are in the planning stages.</p>\n\n\n\n<p>The goal of the overall project is to provide theme authors with drop-in modules they can bundle with their themes.  The packages are all written in PHP 5.6+ in hopes to push theme authors toward more modern coding practices (relatively speaking, since PHP 7.4 will be released this year).  It will also help streamline the review process if more theme authors adopt the packages rather than building everything in-house.</p>\n\n\n\n<p>&#8220;If we build packages for the most-requested things, we&#8217;ll hopefully empower people to build quality themes easier,&#8221; explained Stathopoulos.  &#8220;I think of packages as building blocks for themes.&#8221;</p>\n\n\n\n<p>Stathopoulos is working on a customizer control for selecting a color with alpha transparency, which could be released as early as next week.  It will provide theme users with more control over how their colors appear for themes that implement it.</p>\n\n\n\n<p>&#8220;After we build the basics I want to focus on packages that would enhance a11y and privacy in themes &#8211; two areas where themes are falling short,&#8221; he said.  &#8220;It would help a lot of people, and that is ultimately our goal.&#8221;</p>\n\n\n\n<p>Theme authors have grown accustomed to installing JavaScript and CSS packages via NPM over the past few years.  However, their use of Composer as a PHP dependency manager has lagged.  In some part, this could be due to WordPress&#8217; previous reluctance to bump its minimum version of PHP.  Many packages available on Packagist, the main Composer repository, do not work with older versions of PHP.  WordPress&#8217; recent jump to PHP 5.6+ and plans to move to 7+ in the future may push more theme authors to consider PHP dependency management.</p>\n\n\n\n<p>The TRT has a <a href=\"https://packagist.org/packages/wptrt/\">Packagist account</a> and has made all of its packages installable via Composer.</p>\n\n\n\n<h2>No Requirement to Use Packages Yet</h2>\n\n\n\n<p>There are no current plans for the TRT to start requiring the use of these packages for specific features, but a few team members have proposed doing so.</p>\n\n\n\n<p>&#8220;There are valid reasons to enforce the use of these packages, but it can&#8217;t happen overnight,&#8221; said Stathopoulos. &#8220;We want themes in the repository to have some standards, it can not be the wild west. Code quality has to improve. These packages are a way to make life easier for people, and ultimately save time for everyone.&#8221;</p>\n\n\n\n<p>Stathopoulos is open to theme authors building custom implementations if they can improve upon what the team has built, but he prefers that authors &#8220;discuss their ideas in the package repository and submit a pull-request so that the whole community can benefit.&#8221;</p>\n\n\n\n<p>Getting theme authors involved is one area where the team has struggled.  Contributing to the packages could benefit the entire community.  &#8220;Most people don&#8217;t even know about them since they are not listed anywhere,&#8221; said Stathopoulos.  &#8220;Theme Authors currently have to look for them, and in order to look for them someone needs to tell them they exist (which doesn&#8217;t happen).&#8221;  One of the next steps would be getting the packages listed in the TRT&#8217;s documentation.</p>\n\n\n\n<p>Working together on common theme features could provide a bridge between theme authors and reviewers, allowing them to solve issues together.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Note: The author of this article was involved with the initial theme packages proposal and a developer on its initial package releases.</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:\"Wed, 18 Sep 2019 18:06: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:14:\"Justin Tadlock\";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:75:\"HeroPress: Life Stacks Up –  From A Small Town Boy To A Geek Entrepreneur\";s: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=2963\";s: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:192:\"https://heropress.com/essays/life-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur/#utm_source=rss&utm_medium=rss&utm_campaign=life-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur\";s: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:10001:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/09/091719-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: For me, WordPress means freedom, self expression, and adaptability.\" /><p>A six year old is in deep thought. His gaze stuck on an intricate structure made with wooden sticks – a large rectangular box in the centre, a tall stick, some knitting threads running up and down. All this is arranged in a shelf in a common terrace wall of two middle class Indian homes.</p>\n<p>The boy is holding what seems like a paper cup telephone – two paper cups with a thread running between. Soon, he smiles and throws one paper cup over the wall to the other side. His counterpart on the other side picks up his side of the &#8220;telephone&#8221; and they start talking.</p>\n<p>&#8220;I made a TV using the sticks. I&#8217;m now going to set up a power line&#8230;&#8221;</p>\n<p>&#8220;Awesome, I&#8217;ll be there after my homework!&#8221;</p>\n<p>Aha! Now it makes sense. The kids are pretend-playing, and this one in particular is into science and model making. He has made an elaborate television model with limited resources.</p>\n<p>Fast forward six years, and the boy is writing programs on a school computer. Couple years later he’s making model rockets and planes.</p>\n<p>Fast forward another six years, and the boy is sitting with Bill Gates, being one of the eight national winners in a competition.</p>\n<p>He goes on to launch India&#8217;s first electronic magazine, a web solutions business, local language versions of Linux and OpenOffice, a content management system, few books and a string of businesses that have made millions of dollars.</p>\n<p>And he fondly remembers meeting Matt Mullenweg and Chris Lema at WordCamp San Francisco in 2014. His web agency business had gone bust around 2011, and his WordPress plugins business was picking up. Those meetings strengthened his conviction for WordPress and he doubled down on his plugins. Today his team takes care of 200,000+ active users across two dozen of their plugins – both free and premium.</p>\n<p>That small town boy is me.</p>\n<h3>Who I Am</h3>\n<p>My name is Nirav Mehta. I live in Mumbai, and I&#8217;m super passionate content, commerce and contribution. I run three businesses – two in WordPress (<a href=\"https://www.storeapps.org/\">StoreApps.org</a> – where we solve problems for growing WooCommerce stores,<a href=\"http://icegram.com/\"> Icegram.com</a> – where creators find tools to inspire, engage and convert their audiences), and one SaaS business (<a href=\"https://www.putler.com/\">Putler</a> – meaningful analytics for e-commerce).</p>\n<p>I have done some or other form of writing for over two decades. I&#8217;ve done open source for my whole life and used Drupal and Joomla earlier. As a matter of fact, I created a content management system using PHP back in 2000. But I liked the simplicity and community of WordPress. So when I wanted to start two blogs in 2006, I jumped on to WordPress.</p>\n<blockquote><p>And it was amazing. WordPress simplified a whole lot of things, allowed customization and had extensive plugin ecosystem.</p></blockquote>\n<p>I continued blogging and tinkering with WordPress. WordPress kept growing, and when I was looking for &#8220;the next big thing&#8221; around 2011, I figured I can bet on e-commerce with WordPress.</p>\n<p>There was no WooCommerce back then, and we built an extension to WPeC – an e-commerce plugin that was popular at that time. Smart Manager – the plugin we built – allowed managing products, orders and customers using an easy spreadsheet like interface. It quickly became popular. When WooCommerce came along, we ported our WPeC plugins to WooCommerce, and also became an official third-party developers with our Smart Coupons plugin. StoreApps – our WooCommerce plugins business continues to be our top business today.</p>\n<p>WordPress has changed my life. For me, WordPress means freedom, self expression and adaptability.</p>\n<h3>Where I Came From</h3>\n<p>I&#8217;m from a small town, I am not an engineer, I didn&#8217;t do an MBA. I don&#8217;t have a godfather. But I&#8217;ve always wanted to contribute to a larger community, I&#8217;m a stickler for elegant solutions that solve practical problems and I&#8217;m ready to delay gratification. I believe grit and humility are essential. I&#8217;m a curious lifetime learner. I&#8217;ve realized that money is important, it&#8217;s a great resource. But I&#8217;ve also learnt that the joy of seeing someone benefit from your work far surpasses anything else.</p>\n<p>WordPress fits perfectly here. It gives me a platform to reach out to the whole world. It&#8217;s built on community and greater good. There are lots of opportunities and entry barriers are low.</p>\n<h3>What WordPress Has Given Me</h3>\n<p>WordPress allowed me to exercise my creative skills and easily build solutions on top of the core platform. I am not a great marketer, and WordPress and WooCommerce enabled me to build strong businesses by tapping into their distribution prowess. WordPress was easy to learn, so when we found people with the right mindset, they became productive soon.</p>\n<p>Icegram – our onsite and email marketing plugins business – is a clear example of the power of WordPress. Icegram Engage shows popups, header-footer bars and many other types of visitor engagement and call to action messages. Maintaining such a solution on a large scale would require huge server costs and sys-op efforts. We could avoid all that because we could keep most of the functionality in WordPress. It also provided a cleaner and much better user experience than typical SaaS solutions. When I wrote the initial code for it, I wanted to keep the frontend logic in JavaScript – and of course, WordPress allowed doing that. Eventually, it was also easy to migrate to a hybrid model – where complex functions are performed on our servers and rest remains in WordPress.</p>\n<blockquote><p>WordPress has given me great friends. I&#8217;ve met so many talented people online and at WordCamps! Me and my WordPress friends have done amazing adventures together! And the circle keeps expanding. You will find amazing people in WordPress!</p></blockquote>\n<p>When you look at my life, and if important events were plotted as a chart, you won&#8217;t see a straight curve. It&#8217;s a bundle of long lull-times with gyrating ups and downs in between. I studied behavior patterns, data modelling and visualization for Putler – our multi-system analytics solution for online businesses. I also get to see numbers from many other businesses. I wanted to analyze how businesses work. What causes success.</p>\n<p>And one big, common takeaway &#8211; in both business and life &#8211; is that results are non-linear. There is no single cause to any result.</p>\n<h3>Back To You</h3>\n<p>It all starts simple. What you do today, is shaped by something you did earlier, and will shape something else you&#8217;ll do in the future.</p>\n<p>Every little act of courage, every little getting out of your comfort zone, every new thing you learn, every setback, every little success&#8230; It all keeps building who you are.</p>\n<p>You see, life stacks up!</p>\n<p>Do not despair, do not lose faith. Series of actions produce a result, and you have the ability to act.</p>\n<p>So stay on!</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: Life Stacks Up &#8211;  From A Small Town Boy To A Geek Entrepreneur\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Life%20Stacks%20Up%20%2D%20%20From%20A%20Small%20Town%20Boy%20To%20A%20Geek%20Entrepreneur&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Flife-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Life Stacks Up &#8211;  From A Small Town Boy To A Geek Entrepreneur\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Flife-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur%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%2Flife-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur%2F&title=Life+Stacks+Up+%26%238211%3B++From+A+Small+Town+Boy+To+A+Geek+Entrepreneur\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Life Stacks Up &#8211;  From A Small Town Boy To A Geek Entrepreneur\"></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/life-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur/&media=https://heropress.com/wp-content/uploads/2019/09/091719-min-150x150.jpg&description=Life Stacks Up -  From A Small Town Boy To A Geek Entrepreneur\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Life Stacks Up &#8211;  From A Small Town Boy To A Geek Entrepreneur\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/life-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur/\" title=\"Life Stacks Up &#8211;  From A Small Town Boy To A Geek Entrepreneur\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/life-stacks-up-from-a-small-town-boy-to-a-geek-entrepreneur/\">Life Stacks Up &#8211;  From A Small Town Boy To A Geek Entrepreneur</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, 18 Sep 2019 03:00:17 +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:\"Nirav Mehta\";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:75:\"WPTavern: GPL Author Richard Stallman Resigns from Free Software Foundation\";s: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=93898\";s: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/gpl-author-richard-stallman-resigns-from-free-software-foundation\";s: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:8749:\"<p><a href=\"https://stallman.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Richard Stallman</a>, free software movement activist and originator of the &#8220;copyleft&#8221; concept, has <a href=\"https://www.fsf.org/news/richard-m-stallman-resigns\" rel=\"noopener noreferrer\" target=\"_blank\">resigned from his position as director of the board and president of the Free Software Foundation (FSF)</a>, which he established in 1985. This resignation comes on the heels of his resignation from MIT’s Computer Science and Artificial Intelligence Lab (CSAIL) after remarks he made regarding a 17-year old victim of sex trafficker Jeffrey Epstein, characterizing her as seeming “entirely willing.”</p>\n<p>Stallman <a href=\"https://www.stallman.org/archives/2019-jul-oct.html#14_September_2019_(Statements_about_Epstein)\" rel=\"noopener noreferrer\" target=\"_blank\">blamed media coverage</a> for misinterpreting his comments as a defense of Epstein two days before announcing his <a href=\"https://www.stallman.org/archives/2019-jul-oct.html#16_September_2019_(Resignation)\" rel=\"noopener noreferrer\" target=\"_blank\">resignation from MIT</a> on his personal blog:</p>\n<blockquote><p>To the MIT community, I am resigning effective immediately from my position in CSAIL at MIT. I am doing this due to pressure on MIT and me over a series of misunderstandings and mischaracterizations.</p></blockquote>\n<p>The remarks in question were sent on a department-wide CSAIL mailing list in response to an MIT student email calling for a protest against Jeffrey Epstein’s donation to the school. Selam Jie Gano, the MIT graduate who exposed Stallman&#8217;s comments in a <a href=\"https://medium.com/@selamie/remove-richard-stallman-fec6ec210794\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> on Medium, also leaked the full thread to <a href=\"https://www.vice.com/en_us/article/9ke3ke/famed-computer-scientist-richard-stallman-described-epstein-victims-as-entirely-willing\" rel=\"noopener noreferrer\" target=\"_blank\">Vice</a>.</p>\n<p>In the email thread, which was also circulated to undergraduate students, Stallman became pedantic about the definition of assault and the use of the term &#8216;rape&#8217; after a student pointed out the laws of the location and the victim&#8217;s age:</p>\n<blockquote><p>I think it is morally absurd to define “rape” in a way that depends on minor details such as which country it was in or whether the victim was 18 years old or 17.</p></blockquote>\n<p>These comments caused media organizations to dig up old posts from Stallman&#8217;s blog where he <a href=\"https://stallman.org/archives/2012-jul-oct.html#15_September_2012_(Censorship_of_child_pornography)\" rel=\"noopener noreferrer\" target=\"_blank\">demands an end to the censorship of &#8220;child pornography&#8221;</a> and <a href=\"https://stallman.org/archives/2006-may-aug.html?fbclid=IwAR09M66FT8o8cYpAZCkW07KCWwNtXWJgvAz02H5K6_iwrGyWIhY24OuJ5Js#05%20June%202006%20(Dutch%20paedophiles%20form%20political%20party)\" rel=\"noopener noreferrer\" target=\"_blank\">says</a> he is &#8220;skeptical of the claim that voluntarily pedophilia harms children.&#8221;</p>\n<p>Why Stallman felt it necessary to lend his controversial views to public comments on rape, assault, and child sex trafficking on a public mailing list is a mystery, but he has a long history of being outspoken when it comes to politics and civil liberties.</p>\n<p>This particular incident seemed to be the straw that broke the camel&#8217;s back, unleashing a flood of outrage from the the free software and broader tech communities who demanded Stallman&#8217;s removal from the FSF. Critics cited two decades of behaviors and statements that many have found to be disturbing and offensive. The Geek Feminism Wiki maintains a <a href=\"https://geekfeminism.wikia.org/wiki/Richard_Stallman\" rel=\"noopener noreferrer\" target=\"_blank\">catalog</a> that includes some of these references.</p>\n<p>&#8220;The free software community looks the other way while they build their empires on licenses that sustain Stallman&#8217;s power,&#8221; Software engineer  and founder of RailsBridge Sarah Mei <a href=\"https://twitter.com/sarahmei/status/1172283772428906496\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> in a Tweetstorm calling on the FSF to remove Stallman from his positions of influence.</p>\n<p>&#8220;Your refusal to part ways with him &#8211; despite well-known incidents that have pushed women and others out of free software for decades &#8211; might have been ok 10 years ago. Maybe even two years ago. It&#8217;s not ok now.&#8221;</p>\n<p>The Software Freedom Conservancy also issued a <a href=\"https://sfconservancy.org/news/2019/sep/16/rms-does-not-speak-for-us/\" rel=\"noopener noreferrer\" target=\"_blank\">statement</a> calling for Stallman&#8217;s removal, titled &#8220;Richard Stallman Does Not and Cannot Speak for the Free Software Movement:&#8221;</p>\n<blockquote><p>When considered with other reprehensible comments he has published over the years, these incidents form a pattern of behavior that is incompatible with the goals of the free software movement. We call for Stallman to step down from positions of leadership in our movement.</p>\n<p>We reject any association with an individual whose words and actions subvert these goals. We look forward to seeing the FSF&#8217;s action in this matter and want to underscore that allowing Stallman to continue to hold a leadership position would be an unacceptable compromise. Most importantly, we cannot support anyone, directly or indirectly, who condones the endangerment of vulnerable people by rationalizing any part of predator behavior.</p></blockquote>\n<p>In a <a href=\"https://twitter.com/sarahmei/status/817378684638068736\" rel=\"noopener noreferrer\" target=\"_blank\">2017 Twitter thread</a>, Mei shared some context on her perspective of how Stallman&#8217;s influence has had a ripple effect of damage throughout the free software and open source communities:</p>\n<blockquote><p>In the 90s, Richard Stallman&#8217;s attitude towards women alienated me (and many others) from any interest in or support for &#8220;free software.&#8221; Viewing software through the Richard Stallman/GNU/&#8221;free as in freedom&#8221; lens would have run our industry into the ground. But it was the only alternative to proprietary software for ~20 years. So lots of folks worked on it despite finding Stallman problematic. This was the period when women largely declined to be part of computing, despite having pretty reasonable representation through the 80s.</p>\n<p>In the early 2000s, &#8220;open source&#8221; was a breath of fresh air. All of the usefulness! None of the built-in arrogance, privilege, or misogyny! But just because it wasn&#8217;t built in doesn&#8217;t mean it disappeared. As folks converted, the behaviors normalized by Stallman and others followed. Our drive now for diversity/inclusion wasn&#8217;t even conceivable until we discarded GNU, Stallman, and &#8220;free software&#8221; in favor of &#8220;open source.&#8221; It&#8217;s not an accident that the communities who still, today, embrace that outdated philosophy are the least diverse and the most hostile.</p></blockquote>\n<p>Stallman is the author of the GPL, which he wrote with the help of lawyers. For the most part, the free software community is able to objectively separate the license from the man who conceived it. The FSF&#8217;s sister organization in Europe <a href=\"https://fsfe.org/news/2019/news-20190917-01.html\" rel=\"noopener noreferrer\" target=\"_blank\">welcomed Stallman&#8217;s resignation</a>, echoing the sentiments of many who value his contributions but are unwilling to support his public representation of the organization:</p>\n<blockquote><p>On 16 September, one of our independent sister organizations, the US-based Free Software Foundation (FSF), announced the resignation of Richard M. Stallman as its president. While we recognize Stallman&#8217;s role in founding the Free Software movement, we welcome the decision.</p></blockquote>\n<p>The FSF has the opportunity to redefine itself after the resignation of its founder and supporters are hopeful that the free software movement can find a better way forward without Stallman&#8217;s influence.</p>\n<p>&#8220;I believe in Free Software and have published most of my work open source under LGPL/GPL/AGPL (notably including Cydia, Cycript, WinterBoard, ldid, and now my work on Orchid),&#8221; software engineer Jay Freeman <a href=\"https://twitter.com/saurik/status/1173810527853670402\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. &#8220;I&#8217;m glad to see Richard Stallman leave, and hope this starts a new era for the Free Software Foundation.&#8221;</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, 17 Sep 2019 23:58: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:13:\"Sarah Gooding\";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:63:\"WPTavern: Yoast to Reward Contributors with the Yoast Care Fund\";s: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=93862\";s: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:74:\"https://wptavern.com/yoast-to-reward-contributors-with-the-yoast-care-fund\";s: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:4284:\"<p>Yoast, a company primarily known for its popular Yoast SEO plugin, announced a new program earlier this month called <a href=\"https://yoast.com/yoast-care/\">Yoast Care</a>.  The project aims to reward volunteers in the WordPress community.  &#8220;Care&#8221; stands for &#8220;Community Appreciation REwards.&#8221;</p>\n\n\n\n<p>Thousands of people contribute to WordPress.  Some choose to contribute code.  Others answer dozens of support questions every day in the forums.  Many spend their free time actively running or helping with the various <a href=\"https://make.wordpress.org\">Make WordPress</a> teams.  Many people do it because they love WordPress or have found a home within the community, but not all of them get paid for their work toward the open-source platform.</p>\n\n\n\n<p>Contributing untold hours is often a thankless job.  The many millions of WordPress users will never know about the time and effort these volunteers pour into the project.  They are in the trenches doing the work that keeps WordPress running.  They don&#8217;t wear capes, but they are the unsung heroes of the community.</p>\n\n\n\n<p>&#8220;We visit a lot of WordCamps and know a lot of people. We notice that some people have a hard time making a living from just their WordPress-work,&#8221; said Marieke van de Rakt, CEO of Yoast. &#8220;We wanted to do something for these people. We can&#8217;t hire them all.&#8221;</p>\n\n\n\n<p>Yoast Care will grant $500 to around 50 volunteers each year.  The company has already set aside $25,000 for the first year and has an open application process for nominating contributors.</p>\n\n\n\n<p>&#8220;We&#8217;re aiming for people that do not get paid for their work on WordPress,&#8221; said van de Rakt, founder of Yoast Academy and CEO of Yoast. &#8220;It has to be a person that is active in a Make WordPress team.&#8221;</p>\n\n\n\n<p>Some within the community have noted that Yoast is a for-profit company and that such programs are more about PR.  At the heart of the discussion is whether the fund will obscure the longstanding issue of how to properly fund contributors to open-source projects ($500 only goes so far).  Others have pointed out that the program is a step in the right direction and could push other companies to follow suit.</p>\n\n\n\n<p>The fund could help those who need it most.  It may help a volunteer replace their worn-out laptop, cover a freelancer during a low-income month, or boost someone in need of cash flow for their new WordPress project.</p>\n\n\n\n<p>The application process is open for anyone to fill out, but applicants can&#8217;t throw their own names into the hat.  The form for applying also asks for up to 3 references to confirm the nominee&#8217;s work. The team has already received many applications.</p>\n\n\n\n<p>Taco Verdonscho is leading the Yoast Care project for the company&#8217;s community team.  Such a program is no small task to run, and the rewards will be spread out through the year.  </p>\n\n\n\n<p>&#8220;It is a lot of work,&#8221; said van de Rakt.  &#8220;They&#8217;ve really thought it through (what the demands are), so I think it&#8217;s rather easy to decide whether or not the application can be rewarded. But, still after that, we need to do an interview and make it happen financially. So there are a lot of people involved.&#8221;</p>\n\n\n\n<p>Outside of a cash reward, Yoast will feature winners in a blog post that highlights his or her contributions to WordPress.</p>\n\n\n\n<p>Yoast is not new to community outreach and funding those in need.  Last year, the team <a href=\"https://wptavern.com/yoast-launches-fund-to-increase-speaker-diversity-at-tech-conferences\">launched the Yoast Diversity Fund</a>.  The program was created to help minorities and other underrepresented groups afford to speak at conferences.  It covers travel, accommodations, childcare, and other costs.  The Diversity Fund is still <a href=\"https://yoast.com/yoast-diversity-fund/apply/\">accepting applications</a>.</p>\n\n\n\n<p>Most within the inner WordPress community know at least one or two people who deserve some appreciation for all the work they do.  If you know someone who fits this description, you can nominate them via the <a href=\"https://yoast.com/community/yoast-care-fund/\">Yoast Care application page</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, 17 Sep 2019 17:51:05 +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:\"Justin Tadlock\";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:46:\"BuddyPress: BuddyPress 5.0.0 Release Candidate\";s: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=307797\";s: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:66:\"https://buddypress.org/2019/09/buddypress-5-0-0-release-candidate/\";s: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:2517:\"<p>Hello!</p>\n\n\n\n<p>The first release candidate for BuddyPress 5.0.0 is now available for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 5.0.0 final release date. &#8220;Release Candidate&#8221; means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed. BuddPress 5.0.0 is&nbsp;scheduled to be released&nbsp;on&nbsp;<strong>Monday, September 30</strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.0.0 yet, <strong>now is the time!</strong> </p>\n\n\n\n<div class=\"wp-block-button aligncenter is-style-squared\"><a class=\"wp-block-button__link has-background\" href=\"https://downloads.wordpress.org/plugin/buddypress.5.0.0-RC1.zip\">Download and test the 5.0.0-RC1</a></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><em>PS: as usual you alternatively get a copy via our Subversion repository.</em></p>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href=\"https://buddypress.org/2019/08/buddypress-5-0-0-beta1/\">5.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://plugins.svn.wordpress.org/buddypress/assets/icon.svg\" alt=\"\" width=\"33\" height=\"33\" /></div>\n\n\n\n<h2>Plugin and Theme Developers </h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 5.0.0. If you find compatibility problems, please be sure to post to this specific <a href=\"https://buddypress.org/support/topic/buddypress-5-0-0-release-candidate/\">support topic</a> so we can figure those out before the final release.</p>\n\n\n\n<h2>Polyglots, we need you!</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into many languages!</a>&nbsp;This release also marks the&nbsp;<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a>&nbsp;point of the 5.0.0 release schedule.</p>\n\n\n\n<p><strong>If you think you&#8217;ve found a bug</strong>, please let us know reporting it on&nbsp;<a href=\"https://buddypress.org/support\">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving the release candidate a test drive!</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, 16 Sep 2019 23:15: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:5:\"imath\";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:94:\"WPTavern: New Attock WordPress Meetup Empowers Pakistani Women Freelancers and Business Owners\";s: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=93733\";s: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/new-attock-wordpress-meetup-empowers-pakistani-women-freelancers-and-business-owners\";s: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:10042:\"<p><a href=\"https://2019.lahore.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Lahore</a> is getting rebooted on November 30 &#8211; December 1, at the National University of Computer and Emerging Sciences. The first edition of the event was planned for 2016 but was derailed by local disagreements and ultimately <a href=\"https://wptavern.com/karachi-to-host-first-wordcamp-in-pakistan-following-cancellation-of-wordcamp-lahore\" rel=\"noopener noreferrer\" target=\"_blank\">canceled</a>. For the past three years organizers have worked to strengthen their local meetup groups and follow suggestions from the WordPress Foundation before reapplying.</p>\n<p>WordCamp Lahore lead organizer <a href=\"https://www.meshpros.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Muhammad Kashif</a> said his team is expecting more than 350 attendees, with the majority of them coming from the local community. The <a href=\"https://www.meetup.com/WordPress-Lahore/\" rel=\"noopener noreferrer\" target=\"_blank\">Lahore WordPress meetup group</a> is thriving and has grown to 4,383 members who regularly meet in various groups across the area.</p>\n<p>&#8220;We still have attendees from other cities and in closing I encourage them to start local chapters and offer any help they need,&#8221; Kashif said. He works as a Master Trainer for a government training program called <a href=\"https://www.erozgaar.pitb.gov.pk/\" rel=\"noopener noreferrer\" target=\"_blank\">eRozgaar</a> that trains unemployed youth in more than <a href=\"https://www.erozgaar.pitb.gov.pk/#erb08\" rel=\"noopener noreferrer\" target=\"_blank\">25 centers</a> across Punjab. The program was launched by the Punjab Government in March 2017 and <a href=\"https://www.erozgaar.pitb.gov.pk/#erb06\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress is a major part of the eRozgaar curriculum</a>.</p>\n<p>&#8220;I manage the WordPress curriculum and in a recent update I have included community building, which is about Meetups and WordCamp events,&#8221; Kashif said. He reports that eRozgaar trainees have collectively earned more than $1 million US dollars to date after going through the 3.5 month-program.</p>\n<p>&#8220;The program is making a big impact, especially for women who can&#8217;t go out for jobs,&#8221; Kashif said. &#8220;They are making good money from freelancing and WordPress is playing a big part in that.&#8221;</p>\n<p>Kashif attributes some of Pakistan&#8217;s current economic challenges to a rapidly growing population and poor planning from past governments. The job opportunities have not grown as fast as the population, which was one of the reasons the government created the eRozgaar training program.</p>\n<p>As the result of having WordPress in the curriculum that is used across so many areas of Punjab, new meetups are starting to pop up in other cities. <a href=\"https://www.salmanoreen.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Salma Noreen</a>, one of the program&#8217;s trainers who Kashif worked with, started <a href=\"https://www.meetup.com/Attock-WordPress-Meetup/\" rel=\"noopener noreferrer\" target=\"_blank\">a meetup in Attock</a> and is the first female WordPress meetup organizer in Pakistan. She plans to apply for WordCamp Attock in 2020.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/this-too.jpg?ssl=1\"><img /></a>Salma Noreen, first female WordPress meetup organizer in Pakistan</p>\n<p>&#8220;Attock is a small city but love for WordPress is big and I am so happy to see other women participating in the WordPress community,&#8221; Noreen said.</p>\n<p>&#8220;Every year, 1000+ people graduate in this city after 16 years of education. But we don&#8217;t have many jobs in this small city, so a small number of people who are backed by financially good families can move to other big cities like Lahore and Karachi for jobs and learning opportunities. The remaining people&#8217;s future is always a question mark.</p>\n<p>&#8220;Being a woman, I was more worried about women, as we have a cultural barrier that most women cannot get permission to relocate or go out of home for a regular 9 to 5 job. Introducing them to WordPress and then guiding them on how to find online clients has helped many to earn a decent living from home.&#8221;</p>\n<p>For the past 10 years, Noreen worked primarily as a freelancer and has completed more than 3,500 projects in web development. She is mentoring new WordPress users in her city to become successful freelancers and online store owners using resources like Udemy courses, YouTube, public blogs, and the WordPress codex.</p>\n<p>&#8220;I am still struggling but yes I am confident that one day everyone will be making enough from home,&#8221; she said.</p>\n<p>The Attock WordPress meetup is averaging 60-70 attendees in recent months, where members share their knowledge, experience, and best practices. For many of those attending, the meetup group was their first introduction to the software. Noreen describes the local community as &#8220;crazy about WordPress&#8221; and eager to have their own WordCamp in 2020.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/group-photo-2.jpg?ssl=1\"><img /></a>Attock WordPress meetup</p>\n<p>One meetup member, Uroosa Samman, is a graduate of Environmental Science studies but is now working with WordPress after attending the monthly meetups.</p>\n<p>&#8220;I didn&#8217;t have any WordPress or coding background during my education,&#8221; Samman said. &#8220;It was difficult for me to learn tech things. The meetups were very helpful and motivational for me, so I decided to start working in tech. Since the events were organized by a female organizer, it was comfortable for us to attend. I am able to provide my services as a freelancer and I am developing my own WordPress e-commerce store. If I get stuck in any issue related to WordPress, I immediately contact this community and they are always ready to help each other.&#8221;</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/FB_IMG_1564500844418.jpg?ssl=1\"><img /></a>Women attending a recent Attock WordPress Meetup</p>\n<p>Shahryar Amin, a recent college graduate, was uncertain about his future until he discovered WordPress through Noreen&#8217;s support and the Attock meetup:</p>\n<blockquote><p>Just a few months ago, I was completely devastated financially. Pakistan is going through turbulent time, and its economy has never been performing this low. So, fresh graduates like me had their dreams absolutely shattered, when after four months of rigorous effort, we were unable to find a source of livelihood. That was truly a testing time.</p>\n<p>Moving back to my small city, I was not much hopeful for the future. My hometown, Attock, is a remote city with limited opportunities to advance one’s career. But ironically, that turned out to be a wrong assumption. I moved back to my city after nearly four years, and it had some phenomenal changes which I couldn’t resist noticing. The most<br />\nimpressive of them was WordPress meetups. </p>\n<p>That was the first time I became familiar with the platform. I was curious, and that got me to the very first meetup organized by Ms. Salma Noreen. She is a remarkable soul, and I can’t thank her more for putting up such effort for an ignored city like ours. I learned my basics from these meetups, and as my interest become my passion, I was spending more and more hours on learning WordPress through the internet. I had no programming skills, but fortunately one don’t need any to setup a website on WordPress. </p>\n<p>As I delved further into it, I discovered some very useful plugins, like Elementor, Divi and Visual composer, and at that moment I decided to become a designer using WordPress. I won’t say that I have become an expert in WordPress, but I am paying back the community by sharing my knowledge as a speaker at the very last meetup on July 30. Also, I have been working as a freelance designer on various online platforms, and WordPress expertise has truly been rewarding me financially.</p></blockquote>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-16-at-3.01.35-PM.png?ssl=1\"><img /></a>Shahryar Amin speaking at a recent Attock WordPress meetup</p>\n<p>Attock resident Sania Nisar has a degree in software engineering and used to spend several days creating a simple website before discovering WordPress. She has never had any formal training through paid courses but is now working as a WordPress professional with the knowledge she gained from attending WordPress meetups and online resources.</p>\n<p>&#8220;WordPress Attock is playing a vital role in empowering women in my vicinity,&#8221; Nisar said. &#8220;It is difficult for the women of Attock to travel to big cities like Islamabad to gain knowledge. However, WordPress Attock has efficiently solved this problem by providing an engaging learning platform for the women of this city. Today I am a successful freelancer and a WordPress professional.&#8221;</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/meetup1.jpg?ssl=1\"><img /></a></p>\n<p>Noreen said her team hopes to bring 15 to 20 people from Attock to attend WordCamp Lahore. The trip is expensive and takes approximately seven hours so not many will be able to make it but there will be other camps in the region that are nearer for Attock residents.</p>\n<p>Last year a WordCamp was held in Islamabad, and the second WordCamp Karachi took place in August 2019. WordCamp Lahore will be Pakistan&#8217;s fourth WordCamp, held in the country&#8217;s second-most populous city. Attendees will have the opportunity to meet and connect with WordPress professionals and enthusiasts from across Pakistan. Speaker applications are open and sessions will be held in Urdu and English. Regular admission is Rs 1,700.00 and <a href=\"https://2019.lahore.wordcamp.org/tickets/\" rel=\"noopener noreferrer\" target=\"_blank\">tickets are now on sale</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, 16 Sep 2019 22:04: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:\"Sarah Gooding\";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:40:\"WPTavern: Justin Tadlock Joins WP Tavern\";s: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=93843\";s: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://wptavern.com/justin-tadlock-joins-wp-tavern\";s: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:4839:\"<p>The kid scampered ahead of his classmates.  He wanted to be one of the first to set foot in the building, but he stopped as he got to the first step.  He looked up to count the floors.  One, two, three…it wasn&#8217;t <em>The Times</em>.  He was awestruck all the same.  <em>The Birmingham News</em>.</p>\n\n\n\n<p>Truth be told, the kid was a man grown in 2007, but he was still a kid at heart.  His graduation was fast approaching.  He&#8217;d soon leave The Plains, his home of Auburn, Alabama.  He needed to get some experience at smaller, local papers before landing a job at <em>The Birmingham News</em>.  He didn&#8217;t know it while standing on those steps, but before the day was out, he&#8217;d return home and start filling out applications for every small paper across the state.</p>\n\n\n\n<p>His only real experience with newspapers outside of university was reading about J. Jonah Jameson and Peter Parker or following the exploits of Clark Kent and Lois Lane.  He had this 1950s-esque picture in his mind of a cigar-smoking reporter wearing a cheap suit and fedora while pounding the keys of his typewriter.  He&#8217;d be working toward a Pulitzer-winning story.  Other reporters would sprint by his desk with their next big lead.  The editor would yell orders across the room as everyone rushed to beat the deadline.</p>\n\n\n\n<p>Reality didn&#8217;t exactly match the picture in his mind.  The kid knew it wouldn&#8217;t.  On those steps of the recently-built news office, he&#8217;d need to let go of the fantasy.  He breathed deep and stepped forward at the instruction of his professor.</p>\n\n\n\n<p>Field trips were a rare occurrence in college, but this professor was different.  His classroom was merely a part of the learning process.  Journalism was more than memorizing rules and writing a few papers each semester.  The only way to understand journalism was to step foot into an office and observe.</p>\n\n\n\n<p>That&#8217;s the day the kid&#8217;s life changed forever.  He knew what he wanted to do after he graduated.  He wanted to work at a small-town newspaper by day and pen the great Southern American novel by night.</p>\n\n\n\n<p>The roads people travel are rarely the direct route they set out on.</p>\n\n\n\n<p>A few months later, the kid was living in Atlanta, Georgia, and traveling to Home Depots across half the state as a vendor.  During his summer in the Peach State, he got an opportunity to visit the CNN Center.  It was a thing of beauty.  With renewed vigor, he put in more applications at small papers.  Either no one was hiring or he didn&#8217;t have the experience.</p>\n\n\n\n<p>He applied for other jobs.  Once he interviewed to be a used-car salesman.  However, he landed a job teaching in South Korea.  While imparting the few things he picked up about the English language to young minds, he began building his reputation in the WordPress community.  Before leaving the country, he&#8217;d bootstrapped his own WordPress theme shop in 2008.</p>\n\n\n\n<p>After 11 years, the kid stumbled upon an opportunity to join the staff at WP Tavern, a chance to combine his passion for WordPress and writing.</p>\n\n\n\n<p>Now a new chapter in his life begins.</p>\n\n\n\n<h2>Allow Me to Introduce Myself</h2>\n\n\n\n<p>My name is Justin Tadlock.  I&#8217;m the new staff writer for WP Tavern.  It&#8217;s my hope that I can bring a different perspective and produce many engaging stories for you to read long into the future.</p>\n\n\n\n<p>You&#8217;ve probably used at least a few lines of my code to run your web site.  I&#8217;ve contributed to WordPress in some form or fashion since I started using the software in 2005.  I formerly ran Theme Hybrid, which was one of the earliest and longest-running theme shops in the WordPress ecosystem.  I also co-authored <em>Professional WordPress Plugin Development</em>.</p>\n\n\n\n<p>Over the coming weeks and months, I plan to get to know more of you within the WordPress community.  I&#8217;ve been an avid reader of WP Tavern since its inception.  It&#8217;s always held a special place in my heart, and I want it to be an environment where everyone feels welcome to discuss all the things happening in the WordPress world.</p>\n\n\n\n<p>It will take me a bit to get a feel for the new writing position and find my voice.  I may have a few hit-or-miss stories out of the gates, but I&#8217;m always open to feedback and criticism from our readers.  Ultimately, it&#8217;s my job to serve you the stories that you enjoy reading.</p>\n\n\n\n<p>I&#8217;m stoked for the opportunity to get to know more of you.  I want to help you share your stories.  I want the community to know the people behind this platform that so many of us rely on in our personal and professional lives.</p>\n\n\n\n<p>I hope I exceed your expectations for quality reporting and feature stories for WordPress.  Stay tuned.</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, 16 Sep 2019 16:02: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:\"Justin Tadlock\";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:112:\"WPTavern: Adam Jacob Advocates for Building Healthy OSS Communities in “The War for the Soul of Open Source”\";s: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=93730\";s: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:117:\"https://wptavern.com/adam-jacob-advocates-for-building-healthy-oss-communities-in-the-war-for-the-soul-of-open-source\";s: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:3704:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-13-at-1.40.07-PM.png?ssl=1\"><img /></a></p>\n<p>Chef co-founder and former CTO <a href=\"https://twitter.com/adamhjk\" rel=\"noopener noreferrer\" target=\"_blank\">Adam Jacob</a> gave a short presentation at O&#8217;Reilly Open Source Software Conference (OSCON) 2019 titled &#8220;<a href=\"https://www.youtube.com/watch?v=8q5o-4pnxDQ\" rel=\"noopener noreferrer\" target=\"_blank\">The War for the Soul of Open Source</a>.&#8221; In his search for meaning in open source software today, Jacob confronts the notion of open source business models.</p>\n<p>&#8220;We often talk about open source business models,&#8221; he said. &#8220;There isn&#8217;t an open source business model. That&#8217;s not a thing and the reason is open source is a channel. Open source is a way that you, in a business sense, get the software out to the people, the people use the software, and then they become a channel, which [companies] eventually try to turn into money.&#8221;</p>\n<p>Companies often employ open source as a strategy to drive adoption, only to have mega corporations scoop up the software and corner the market. Jacob addressed the friction open source communities have with companies that use OSS to make billions of dollars per year running it as a service, citing Amazon Web Services (AWS) as a prime example.</p>\n<p>Amid conflicts like these, it&#8217;s a challenge to find meaning in OSS via business. Jacob looked to organizations like the Free Software Foundation and Open Source Initiative but could not get on board with the methods and outcomes they pursue through their efforts.</p>\n<p>He concluded that what is left is the people at the heart of OSS, who improbably come together with an overlapping sense of shared values and purpose.</p>\n<p>&#8220;Each of us are a weird different shape, struggling to find our path and yet open source software gives us this ability to gather together around this resource that we turn from being scarce to being infinite,&#8221; he said.</p>\n<p>&#8220;Look at your own desires, look at your own needs and the things you want in your own life. Then go out and find and build and steward communities with other people who share those values and who will embrace your purpose, and sustain each other. Because that is the true soul of open source.&#8221;</p>\n<p>In December 2018, Jacob launched the <a href=\"https://sfosc.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Sustainable Free and Open Source Communities</a> (SFOSC) project to advocate for these ideas. Instead of focusing on protecting revenue models of OSS companies, the project&#8217;s contributors work together to collaborate on writing core principles, social contracts, and business models as guidelines for healthy OSS communities.</p>\n<p>&#8220;I believe we need to start talking about Open Source not in terms of licensing models, or business models (though those things matter): instead, we should be talking about wether or not we are building sustainable communities,&#8221; Jacob said in a <a href=\"https://medium.com/sustainable-free-and-open-source-communities/we-need-sustainable-free-and-open-source-communities-edf92723d619\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> introducing the project. &#8220;What brings us together, as people, in this common effort around the software? What rights do we hold true for each other? What rights are we willing to trade in order to see more of the software in the world, through the investment of capital?&#8221;</p>\n<p>Check out Jacob&#8217;s presentation below for a 13-minute condensed version of the inspiration behind the SFOSC project.</p>\n<p></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, 13 Sep 2019 21:31:17 +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:\"Sarah Gooding\";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:80:\"WPTavern: Local Lightning Now in Public Beta with Major Performance Improvements\";s: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=93700\";s: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/local-lightning-now-in-public-beta-with-major-performance-improvements\";s: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:4418:\"<p>Flywheel put its new Local Lightning app into <a href=\"https://localbyflywheel.com/community/t/local-lightning-public-beta/14075\" rel=\"noopener noreferrer\" target=\"_blank\">public beta</a> this week. The app is an improved version of the company&#8217;s local WordPress development tool, formerly known as Pressmatic before Flywheel <a href=\"https://wptavern.com/flywheel-acquires-wordpress-local-development-tool-pressmatic\" rel=\"noopener noreferrer\" target=\"_blank\">acquired</a> it from Clay Griffiths and renamed it to &#8220;<a href=\"https://localbyflywheel.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Local by Flywheel</a>.&#8221;</p>\n<p>Since its acquisition in 2016, Local has gained many fans, particularly developers who had grown tired of debugging local development environments. Local has proven to be a reliable app that saves many wasted hours. It also allows developers to quickly switch between PHP and MySQL versions as well as Apache and nginx.</p>\n<p>Overall, Local users enjoy the app&#8217;s features but have found performance to be <a href=\"https://localbyflywheel.com/community/t/speed-issues-on-local-machine/360\" rel=\"noopener noreferrer\" target=\"_blank\">a continual issue</a>. Users reported having one-minute page loads in the backend, on small, uncomplicated sites. These speed issues began to drive users away from Local to other products, as many found that working locally was slower than creating a test site with their hosting companies.</p>\n<p>Even booting up the app can be abysmally slow, as demonstrated in a video Griffiths shared announcing the Local Lightning beta:</p>\n<p><a href=\"https://cloudup.com/cBmHR2MODnR\"><img src=\"https://i1.wp.com/cldup.com/K7hEKiIfjA.gif?resize=600%2C338&ssl=1\" alt=\"Local lightning comparison\" width=\"600\" height=\"338\" /></a></p>\n<p>&#8220;To chart a more reliable and powerful path forward, we’re rebuilding Local’s core architecture and moving away from virtualization in favor of native, system-level software to run WordPress locally,&#8221; Griffiths said.</p>\n<p>The new Local Lightning app reduces system requirements and the minimum disk space requirement has decreased by more than 18GB. Griffiths also reports that the download size for Local is 50% less than before.</p>\n<p>Local is also now available on Linux, thanks to the new architecture in the updated app. Linux availability has been a frequent request since Local was originally launched.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f916.png\" alt=\"🤖\" class=\"wp-smiley\" /> Hey, guess what? LOCAL IS NOW AVAILABLE FOR LINUX!</p>\n<p><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f427.png\" alt=\"🐧\" class=\"wp-smiley\" /> We’ve built it into the public beta of Local Lightning. </p>\n<p><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /> Get it here: <a href=\"https://t.co/7LOgLYWeLc\">https://t.co/7LOgLYWeLc</a> <a href=\"https://t.co/N6klXH6BKl\">pic.twitter.com/N6klXH6BKl</a></p>\n<p>&mdash; Local by Flywheel (@LocalbyFlywheel) <a href=\"https://twitter.com/LocalbyFlywheel/status/1172175142883139584?ref_src=twsrc%5Etfw\">September 12, 2019</a></p></blockquote>\n<p></p>\n<p>Local Lightning and Local by Flywheel have been developed as two separate applications in order to allow users to migrate their sites at their own pace. They can also run alongside each other and are named differently. &#8220;Local by Flywheel&#8221; is now the old version and the new Local Lightning app is simply known as &#8220;Local.&#8221; Users can migrate their sites by exporting from the old version and dragging them into the new app for automatic import. The beta is lacking some features that were previously available, including hot-swapping development environments and support for Varnish HTTP Cache. Griffiths&#8217; team is working on restoring feature parity with the original app.</p>\n<p>When asked in the product&#8217;s forums about the general release date, a Flywheel representative said that it &#8220;will definitely be by the end of the year.&#8221; Users who want to join the public beta can download the latest version for Mac, Windows, or Linux from the <a href=\"https://localbyflywheel.com/community/t/local-lightning-public-beta/14075\" rel=\"noopener noreferrer\" target=\"_blank\">Local Lightning announcement post</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, 13 Sep 2019 16:17: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:90:\"WPTavern: WPHindi Plugin Instantly Converts Text from English to Hindi in the Block Editor\";s: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=92869\";s: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:106:\"https://wptavern.com/wphindi-plugin-instantly-converts-text-from-english-to-hindi-live-in-the-block-editor\";s: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:3607:\"<p>Hindi is one of the world&#8217;s top languages, with more than 520 million native and non-native speakers, and is the <a href=\"https://thelogicalindian.com/news/hindi-fastest-growing-language/\" rel=\"noopener noreferrer\" target=\"_blank\">fastest growing language in India</a>. In a region where English is also commonly spoken, many Hindi publishers have the unique requirement of being able to switch back and forth between the two languages when writing articles.</p>\n<p><a href=\"https://wordpress.org/plugins/wphindi/\" rel=\"noopener noreferrer\" target=\"_blank\">WPHindi</a> is a new plugin that was developed to help WordPress users stay inside the editor instead of copying and pasting from third-party tools.</p>\n<p>It offers a block that instantly converts text from English to Hindi as users are typing. It also works with the Classic Editor. The block supports intelligent auto-suggestions that make it easy to correct typos. Users can quickly enable/disable WPHindi with one click when switching between languages. It also works seamlessly with the rich text options inside the editor.</p>\n<p></p>\n<p>The plugin was originally created by the team at <a href=\"https://www.zozuk.com\" rel=\"noopener noreferrer\" target=\"_blank\">Zozuk</a>, a WordPress support and maintenance service, as a custom solution for a client.</p>\n<p>&#8220;They are a big publisher in the Hindi content space and with a lot of writers,&#8221; Zozuk representative Aditya Rathore said. &#8220;Using tools outside the WordPress dashboard was becoming a huge productivity killer for them.&#8221;</p>\n<p>After this request Zozuk contacted 54 Hindi content publishers who are WordPress users and found that 39 of them were facing the same problem.</p>\n<p>&#8220;It was more than enough to realize the scale of the problem and we decided to make the plugin available for free to every webmaster including our partners,&#8221; Rathore said. &#8220;The scale of the problem and how important it was to solve it, proved to be our element of inspiration for WPHindi.&#8221;</p>\n<p>Data from a <a href=\"https://www.theatlas.com/charts/r1q1GxrJW\" rel=\"noopener noreferrer\" target=\"_blank\">KPMG-Google study</a> indicates that 201 million Hindi users, which comprise 38% of the Indian internet user base, will be online by 2021.</p>\n<div class=\"atlas-chart\"><img src=\"https://i2.wp.com/s3.us-east-1.amazonaws.com/qz-production-atlas-assets/charts/atlas_r1q1GxrJW.png?w=627&ssl=1\" /></div>\n<p></p>\n<p>WPHindi is currently the only solution of its kind in the WordPress space. An older plugin called <a href=\"https://www.monusoft.com/products/wordpress-plugin\" rel=\"noopener noreferrer\" target=\"_blank\">Hindi Writer</a> performed a similar function for converting text in the comment box but it was not available from the official plugin directory and has not been updated since 2006.</p>\n<p>Hindi publishers have also used tools like <a href=\"http://google.com/intl/hi/inputtools/try/\" rel=\"noopener noreferrer\" target=\"_blank\">google.com/intl/hi/inputtools/try/</a> and <a href=\"http://easyhindityping.com\" rel=\"noopener noreferrer\" target=\"_blank\">easyhindityping.com</a> but these are not tailored to WordPress and have to be open in a separate window. WPHindi provides text conversion directly in the editor, speeding up writers&#8217; workflow.</p>\n<p>Rathore said Zozuk plans to monetize the plugin in the future with an add-on that will allow users to comment in Hindi on the frontend. The plugin is currently in development. The team is is also working on releasing similar plugins for other languages like Bengali and Marathi.</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, 12 Sep 2019 18:52: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:\"Sarah Gooding\";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:102:\"WPTavern: Richard Best Releases Free Audio and Ebook: “A Practical Guide to WordPress and the GPL”\";s: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=93615\";s: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:106:\"https://wptavern.com/richard-best-releases-free-audio-and-ebook-a-practical-guide-to-wordpress-and-the-gpl\";s: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:2768:\"<p>If you&#8217;re itching to go deeper into the legal aspects of navigating WordPress&#8217; relationship to the GPL license, <a href=\"https://richardbestlaw.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Richard Best</a> has recently made his ebook (and the audio version) called &#8220;<a href=\"https://richardbestlaw.com/2019/09/10/a-practical-guide-to-wordpress-and-the-gpl/\" rel=\"noopener noreferrer\" target=\"_blank\">A Practical Guide to WordPress and the GPL</a>&#8221; available for free. Best, a technology and public lawyer based in New Zealand, had previously sold the book with other products as part of a <a href=\"http://wpandlegalstuff.com/a-practical-guide-to-wordpress-and-the-gpl-get-it/\" rel=\"noopener noreferrer\" target=\"_blank\">business package</a> that is still available for purchase. After receiving feedback on his most recent post titled &#8220;<a href=\"http://wpandlegalstuff.com/taking-gpld-code-proprietary/\" rel=\"noopener noreferrer\" target=\"_blank\">Taking GPL’d code proprietary</a>,&#8221; he found that the issues addressed in the book are still relevant and decided to release it for free.</p>\n<p>The first two sections provide a brief history of WordPress, its adoption of the GPL, and a summary of the license. These sections are a bit dry, but Chapter 3 is where it gets more interesting, particularly for theme and plugin developers who have questions about licensing GPL-derivatives. Best explores the practical application of the GPL in common business scenarios:</p>\n<ul>\n<li>If I modify the core WordPress software or a GPL’d theme or plugin, must I release the source code of the modified versions(s) to the public?</li>\n<li>I’m a theme/plugin developer. I’ve put huge effort into writing my theme/plugin and I’m going to release it under the GPL but I want to make sure that everyone who receives my theme or plugin, even if from someone else, is obliged to pay me a licensing fee or notify me that they have it. Can I do that?</li>\n<li>I’ve purchased some fully GPL’d themes or plugins from a commercial theme or plugin provider. May I sell those themes or plugins from my own website for my own benefit or publish those themes or plugins on my own website and give them away for free?</li>\n</ul>\n<p>Subsequent chapters cover controversies surrounding &#8220;GPL non-compliant&#8221; sales models, applications of copyright law, GPL compatibility with other licenses, and trademarks. Both the audio and the PDF ebook are <a href=\"https://richardbestlaw.com/2019/09/10/a-practical-guide-to-wordpress-and-the-gpl/\" rel=\"noopener noreferrer\" target=\"_blank\">available for download</a> on Best&#8217;s website. The text of the book is licensed under the Creative Commons Attribution 4.0 International License.</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, 11 Sep 2019 22:24: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:121:\"WPTavern: Google Announces New Ways to Identify Nofollow Links, Progress on Related Gutenberg Ticket Is Currently Stalled\";s: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=93592\";s: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:131:\"https://wptavern.com/google-announces-new-ways-to-identify-nofollow-links-progress-on-related-gutenberg-ticket-is-currently-stalled\";s: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:4775:\"<p>This week Google <a href=\"https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html?fbclid=IwAR2pPFs1IaEfRNj7w_xPO1TLw-1RQSWwUeRiKjYZBwSENf7A1f426mDlz0I\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> changes to the 15-year old <a href=\"https://support.google.com/webmasters/answer/96569\" rel=\"noopener noreferrer\" target=\"_blank\">nofollow attribute</a> that was previously recommended for identifying links related to advertising, sponsors, or content for which users are not intending to pass along ranking credit. The nofollow attribute is no longer a catchall for these types of instances, as Google has introduced two new rel values (&#8220;sponsored&#8221; and &#8220;ugc&#8221;) to further specify the purpose of the link to the search engine:</p>\n<ul>\n<li><strong>rel=&#8221;sponsored&#8221;</strong>:</li>\n<p> Use the sponsored attribute to identify links on your site that were created as part of advertisements, sponsorships or other compensation agreements.</p>\n<li><strong>rel=&#8221;ugc&#8221;</strong>:</li>\n<p> UGC stands for User Generated Content, and the ugc attribute value is recommended for links within user generated content, such as comments and forum posts.</p>\n<li><strong>rel=&#8221;nofollow&#8221;</strong>:</li>\n<p> Use this attribute for cases where you want to link to a page but don’t want to imply any type of endorsement, including passing along ranking credit to another page.\n</ul>\n<p>Google is also shifting to using a &#8220;hint model&#8221; for interpreting the new link attributes:</p>\n<blockquote><p>When nofollow was introduced, Google would not count any link marked this way as a signal to use within our search algorithms. This has now changed. All the link attributes &#8212; sponsored, UGC and nofollow &#8212; are treated as hints about which links to consider or exclude within Search. We’ll use these hints &#8212; along with other signals &#8212; as a way to better understand how to appropriately analyze and use links within our systems.</p></blockquote>\n<p>The announcement includes a few notable instructions regarding usage. Although all the new link attributes are working today as hints for ranking purposes, there is no need to change existing links. For sponsored links, Google recommends switching over to using rel=”sponsored” if or when it is convenient. Users can also specify multiple rel values (e.g. rel=&#8221;ugc sponsored&#8221;). Google plans to use the hints for crawling and indexing purposes beginning March 1, 2020.</p>\n<p>The new ways to identify nofollow links impacts not only how users create links in their sites but also <a href=\"https://wordpress.org/plugins/search/nofollow/\" rel=\"noopener noreferrer\" target=\"_blank\">plugins that add the nofollow attribute</a> sitewide or other otherwise. Plugin authors will want to reevaluate the options provided in their products.</p>\n<p>Progress on the relevant <a href=\"https://github.com/WordPress/gutenberg/pull/16609\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg PR for adding a nofollow option</a> has stalled and is not currently listed for any upcoming milestones. Last week Gutenberg designer Mark Uraine expressed hesitation on adding this feature to the plugin.</p>\n<p>&#8220;I’m hesitant on this one,&#8221; Uraine <a href=\"https://github.com/WordPress/gutenberg/pull/16609#issuecomment-527921959\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. &#8220;I think it’s been a long-standing discussion and there are reasons behind not including this option in the Classic Editor.</p>\n<p>&#8220;How does it adhere to the WordPress 80/20 rule? We’re looking to implement this as an option (not a decision)… so will 80% of WP users benefit from it?&#8221;</p>\n<p>Gutenberg users are continuing to advocate on the ticket for the necessity of nofollow link options.</p>\n<p>&#8220;Now, with Gutenberg, you can only add a nofollow by switching to the HTML version and manually add the nofollow attribute,&#8221; Andreas de Rosi said. &#8220;It&#8217;s a big pain. I don&#8217;t know how to best implement it (I am not a programer), but this is an important feature the Gutenberg editor should have.&#8221;</p>\n<p>Paal Joachim Romdahl <a href=\"https://github.com/WordPress/gutenberg/pull/16609#issuecomment-528838567\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the ticket, requesting a simple way for plugins to extend the link dialog box if the Gutenberg team decides to reject the PR for adding nofollow options.</p>\n<p>More general <a href=\"https://github.com/WordPress/gutenberg/pull/13190\" rel=\"noopener noreferrer\" target=\"_blank\">discussion</a> regarding how to implement link settings extensibility is open in a separate ticket on the Gutenberg repository.</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, 11 Sep 2019 18:41: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:\"Sarah Gooding\";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:109:\"WPTavern: Kioken Blocks: The New Street Fighter-Inspired Block Collection that Is Taking Aim at Page Builders\";s: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=93524\";s: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:119:\"https://wptavern.com/kioken-blocks-the-new-street-fighter-inspired-block-collection-that-is-taking-aim-at-page-builders\";s: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:7918:\"<p>With the proliferation of block collection plugins over the past year, <a href=\"https://wordpress.org/plugins/kioken-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Kioken Blocks</a> is a relatively unknown newcomer that you may have missed. Compared to competitors with thousands of users like <a href=\"https://wordpress.org/plugins/coblocks/\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks</a> (30K+), <a href=\"https://wordpress.org/plugins/atomic-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Atomic Blocks</a> (20K+), <a href=\"https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Stackable</a> (10K+), and <a href=\"https://wordpress.org/plugins/ultimate-addons-for-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Ultimate Addons for Gutenberg</a> (100K+), Kioken is a small fish in a big pond of page builder utilities.</p>\n<p>You might have seen Kioken Blocks in action recently without knowing it, if you checked out Matias Ventura&#8217;s demo introducing the concept of “<a href=\"https://wptavern.com/gutenberg-team-explores-the-future-of-full-site-editing-with-new-prototype\" rel=\"noopener noreferrer\" target=\"_blank\">block areas</a>.&#8221; The plugin was first released two months ago but is already starting to differentiate itself with some innovative design features, block templates, and layouts. Its name was inspired by the <a href=\"https://streetfighter.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Street Fighter</a> arcade game and major releases are named for different character moves.</p>\n<p>Kioken&#8217;s most recent release includes a new Vertical Text setting that allows users to rotate paragraphs and headings for a special effect in more complex layouts.</p>\n<p></p>\n<p>Inside the block editor, users can flip the vertical text rotation, adjust the alignment, add margins, dropcaps, and apply other standard text settings to the selection.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-10-at-1.49.07-PM.png?ssl=1\"><img /></a></p>\n<p>Kioken currently includes 17 blocks, all created with an emphasis on providing an aesthetic base design that will seamlessly fit into a user&#8217;s theme, with further customization options for each block. The blocks are not cookie cutter repeats of other collections but rather offer their own distinct styles and features.</p>\n<p>For example, the <a href=\"https://kiokengutenberg.com/blocks/kinetic-posts-block/\" rel=\"noopener noreferrer\" target=\"_blank\">Kinetic Posts</a> block allows users to list blog posts, including custom post types, inside a grid, columns/list, or slider with multiple different layout options. Users can run custom queries, such as ordering randomly, or by name, popularity, date, and by post type with custom taxonomy queries.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-10-at-2.06.08-PM.png?ssl=1\"><img /></a></p>\n<p>Kioken Blocks creator Onur Oztaskiran said he focuses on adding features and blocks that are not commonly available already. This includes some under the hoods usability features, such as custom block appenders, lighter block highlighter on block selection on dark backgrounds, and block settings change indicators in the sidebar.</p>\n<p>&#8220;I try to add blocks that people don’t have access to yet,&#8221; Oztaskiran said. &#8220;So I don’t spend my time on creating accordions or team blocks but rather add things that enrich your content building process in the same fashion premium page building tools do (Kinetic Wrapper block, Animator and Vertical Text extensions are some of these).&#8221;</p>\n<h3>Kioken Blocks Aims to Provide a Faster, Simpler Alternative to Complex Page Builder Plugins</h3>\n<p>Oztaskiran has a design background, having previously worked as the design lead at Udemy, Noon.com, and Qordoba, but he taught himself how to build blocks in order to push the limits of WordPress&#8217; page building capabilities.</p>\n<p>&#8220;Kioken Blocks started out as a personal hobby to learn Gutenberg development and test out if I can do something with GB that would replace mine and everyone else’s page building workflow with WordPress, using only Gutenberg by extending it.</p>\n<p>&#8220;I am a designer and not so great developer. I’ve mostly built Kioken Blocks following Gutenberg resources on the web and GitHub, most of the time by learning from the Gutenberg GitHub repo.&#8221;</p>\n<p>Oztaskiran&#8217;s personal site, <a href=\"https://monofactor.com/\" rel=\"noopener noreferrer\" target=\"_blank\">monofactor.com</a>, was built with nothing but Gutenberg and Kioken Blocks, including the fancy animations reminiscent of Themeforest products, along with the layout. The site is a good example of how the block editor and a few custom blocks can enable users to create beautiful, complex layouts without having to use a heavy, over-engineered page builder plugin.</p>\n<p>&#8220;I took a leap of faith in Gutenberg when it was first released and started developing for it since I&#8217;m also a user and hate many things about page builder plugins,&#8221; Oztaskiran said. &#8220;I love to hate Gutenberg as well, but right now I can&#8217;t stop using it.&#8221;</p>\n<p>Oztaskiran used page builder plugins in the past and even created extensions for some of them, but ultimately his frustrations inspired him to go all in on Gutenberg block development.</p>\n<p>&#8220;With page builders, what took me away from them most was the MBs of resources they add to my sites, and the complexity of content editing in the editor, the long learning curve for some of them, and most importantly you need to be a &#8216;pro&#8217; to create complex layouts and engaging, rich content,&#8221; Oztaskiran said.</p>\n<p>As a result of these frustrations, he decided to focus on speed and usability in Kioken Blocks. Oztaskiran said he is satisfied to have developed a product that allows users to create animated, complex layouts in minutes, much faster than he was able to do in other platforms. Kioken&#8217;s predefined block presets allow users to insert elements like background hero sections, product intros, sliding testimonials, and other page elements, making it easy to quickly design a site. These types of elements further blur the line between predefined block templates and themes.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-10-at-4.57.56-PM.png?ssl=1\"><img /></a></p>\n<p>&#8220;What amazes me with Gutenberg is you only need a lightweight unbloated GB compatible theme and nothing else,&#8221; Oztaskira said. &#8220;You can create amazing things.&#8221;</p>\n<p>He is currently maintaining the plugin by himself without a team but the project is very time consuming. He sells commercial block templates through the plugin&#8217;s upgrade page and the user base is growing, so is considering making some partnerships in the future. Kioken Blocks only has approximately 100+ active installs at the moment, but Oztaskiran reports that his conversion rate is about 6-7% on selling Pro licenses, which include priority support and commercial block templates and layouts.</p>\n<p>Despite identifying himself as just &#8220;a designer and a crappy developer,&#8221; Oztaskiran&#8217;s investment in learning Gutenberg block development is starting to pay off.</p>\n<p>&#8220;You don’t need to be a pro dev to understand the logic, and with having an average JS knowledge you can get on board to GB development in a short time,&#8221; he said.&#8221;</p>\n<p>&#8220;I indeed had ups and downs with Gutenberg, and Kioken Blocks aims to cover for those &#8216;downs.&#8217; I’ve been trying to build a tool for the editor so that some day you will only need Gutenberg and no other page building tools to create engaging and beautiful content.&#8221;</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, 10 Sep 2019 22:53: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:34:\"BuddyPress: BuddyPress 5.0.0-beta2\";s: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=307715\";s: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://buddypress.org/2019/09/buddypress-5-0-0-beta2/\";s: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:2888:\"<p>Hello BuddyPress contributors!</p>\n\n\n\n<p><strong>5.0.0-beta2</strong> is available for testing, you can&nbsp;<a href=\"https://downloads.wordpress.org/plugin/buddypress.5.0.0-beta2.zip\">download it here</a>&nbsp;or get a copy via our Subversion repository. This is really important for us to have your feedback and testing help.</p>\n\n\n\n<p>Since <a href=\"https://buddypress.org/2019/08/buddypress-5-0-0-beta1/\">5.0.0-beta1</a>:</p>\n\n\n\n<ul><li>We&#8217;ve brought some improvements to string i18n into the BP REST API code.</li><li>We&#8217;ve also improved the JavaScript function we are making available in this release to ease your clients BP REST API Requests.</li></ul>\n\n\n\n<h2>5.0.0 final release is approaching!</h2>\n\n\n\n<p>The <strong>Release Candidate (RC) is scheduled on September 16</strong>: at this time BuddyPress 5.0.0 will be in a string freeze. It means we won&#8217;t change i18n strings anymore for this release to leave enough time to our beloved polyglot contributors to <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">translate BuddyPress</a> into their native languages. If you&#8217;re a good english writer or copywriter you can still help us to <a href=\"https://buddypress.trac.wordpress.org/ticket/8132#comment:5\">polish the text</a> we plan to use to inform about the 5.0.0 new features.</p>\n\n\n\n<p>If you are still using our Legacy Template Pack and think it&#8217;s important to include a Twenty Nineteen companion stylesheet into this release, <strong>September 16 is also the deadline to make it happen</strong>. Please test, contribute and improve the patch attached to this <a href=\"https://buddypress.trac.wordpress.org/ticket/8103\">ticket</a>.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://plugins.svn.wordpress.org/buddypress/assets/icon.svg\" alt=\"\" width=\"33\" height=\"33\" /></div>\n\n\n\n<p>Let&#8217;s use the coming days to make sure your BuddyPress plugins or your theme or your specific WordPress configuration are ready for BuddyPress 5.0.0 : <strong>we need you to help us help you</strong>: please <a href=\"https://downloads.wordpress.org/plugin/buddypress.5.0.0-beta2.zip\">download and test 5.0.0-beta2</a>!</p>\n\n\n\n<div class=\"wp-block-button aligncenter is-style-squared\"><a class=\"wp-block-button__link has-background\" href=\"https://downloads.wordpress.org/plugin/buddypress.5.0.0-beta2.zip\">Download and test 5.0.0-beta2</a></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>5.0.0 is almost ready (Targeted release date is <a href=\"https://bpdevel.wordpress.com/2019/09/06/bp-dev-chat-summary-september-4/\">September 30, 2019</a>), but please do not run this Beta 2 release in a production environment just yet. Let us know of any issues you find in <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</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, 10 Sep 2019 17:45: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:5:\"imath\";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:102:\"WPTavern: Creative Commons Releases New WordPress Plugin for Attributing Content with 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=93506\";s: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:113:\"https://wptavern.com/creative-commons-releases-new-wordpress-plugin-for-attributing-content-with-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:2484:\"<p><a href=\"https://creativecommons.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Creative Commons</a> has released an <a href=\"https://wordpress.org/plugins/creative-commons/\" rel=\"noopener noreferrer\" target=\"_blank\">official WordPress plugin</a> for attributing and licensing content. It is an updated and revamped version of the organization&#8217;s <a href=\"https://github.com/tarmot/wp-cc-plugin\" rel=\"noopener noreferrer\" target=\"_blank\">WPLicense</a> plugin. It is also loosely based on an old plugin called <a href=\"https://wordpress.org/plugins/license/\" rel=\"noopener noreferrer\" target=\"_blank\">License</a>, which seems to have been abandoned after not receiving any updates for six years.</p>\n<p>The new Creative Commons plugin is an attribution tool that is compatible with the block editor. It comes with eight different blocks for licensing any post, page, image, or other type of media.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/creative-commons-gutenberg-blocks.png?ssl=1\"><img /></a></p>\n<p>The block settings allow the user to specify the Attribution text, add additional text after the license, and customize the block&#8217;s background and text colors.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/creative-commons-block-customization.png?ssl=1\"><img /></a></p>\n<p>The plugin also retains several features from the older versions, including the ability to set a default license and display it as a widget or in the footer. Users can license their entire sites or license some posts, pages, or images differently on a per-content basis using the CC Gutenberg blocks. It is also multisite compatible, where network admins can license the entire network with a default license or allow site admins to choose their own. License information can be displayed with &#8220;One Click Attribution&#8221; for images.</p>\n<p>Software developer <a href=\"https://ahmadbilal.dev/\" rel=\"noopener noreferrer\" target=\"_blank\">Ahmad Bilal</a> worked on the Creative Commons plugin with help from a mentor as part of his Google Summer of Code project. This update is long overdue, as the older version of the plugin was not compatible with newer versions of WordPress beyond 3.8.1. The new plugin is compatible with the latest version of WordPress (5.2.2) and is now <a href=\"https://wordpress.org/plugins/creative-commons/\" rel=\"noopener noreferrer\" target=\"_blank\">available in the official plugin 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:\"Tue, 10 Sep 2019 03:58:11 +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:\"Sarah Gooding\";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:84:\"WPTavern: Gutenberg Team Explores the Future of Full-Site Editing with New Prototype\";s: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=93512\";s: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:95:\"https://wptavern.com/gutenberg-team-explores-the-future-of-full-site-editing-with-new-prototype\";s: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:6839:\"<p>From its inception, the block editor was always intended to be more than just an editor for the main content area. Gutenberg phase 2 brings the block editor to other parts of the site, including widgets, menus, and other aspects of site customization. Matias Ventura, one of the lead engineers on the project, has offered a glimpse of the team&#8217;s vision for how the block editor will tackle full-site editing with an intriguing new <a href=\"https://make.wordpress.org/core/2019/09/05/defining-content-block-areas/\" rel=\"noopener noreferrer\" target=\"_blank\">prototype</a>.</p>\n<p>Ventura shared a video demo, introducing the concept of &#8220;block areas,&#8221; which he said would include headers, footers, sidebars, and any other meaningful template part outside of the post content that contains blocks. In the example below, every element on the page is made of blocks and can be directly manipulated by the user.</p>\n<p></p>\n<p>The prototype wasn&#8217;t necessarily created to prescribe a specific implementation but rather shows some of the possibilities of how block areas could be organized within the page. Each block area is saved separately and any of the template parts can have a distinct name. Ventura suggested they might be saved as individual posts in an internal custom post type, which can be isolated and edited individually or within the scope of the whole page. This would allow for different view modes and possibly even a design mode with a grid overlay:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-09-at-9.25.03-AM.png?ssl=1\"><img /></a></p>\n<p>The prototype demonstrates the possibility of drilling down into the individual blocks nested within theme templates and post content. This offers users a better understanding of the page structure and allows them to easily navigate nested blocks.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-09-at-9.21.27-AM.png?ssl=1\"><img /></a></p>\n<p>Ventura&#8217;s writeup is somewhat technical and implementation details are still being actively discussed across several tickets on GitHub, but initial community reactions to the prototype have been positive overall.</p>\n<h3>A Closer Look at How Block Areas Could Replace the Customizer</h3>\n<p>With WordPress closing in on the one year anniversary of having the block editor in core, the interface presented in the block areas prototype seems immediately more familiar than the Customizer. Full-site editing in the Gutenberg era will fundamentally change how users approach their site designs. The block editor stands to unify customization and content interfaces that were previously unable to make the jump into full-on frontend editing.</p>\n<p>&#8220;It&#8217;s too early to say for sure, but in a world where everything is a block, there isn&#8217;t much need for the Customizer&#8217;s current interface where the preview is disconnected from the controls in a separate window,&#8221; Customizer component maintainer Weston Ruter said. &#8220;If theme templates are built entirely with blocks which support direct manipulation, then it&#8217;s essentially a frontend editing paradigm.&#8221;</p>\n<p>Ruter, who was instrumental in architecting a great deal of the Customizer, said the current interface, which splits the design and controls into separate windows, was necessary because so many of the controls required full-page reloads. The split interface ensures that the controls don&#8217;t constantly disappear while the page reloads to display the changes.</p>\n<p>&#8220;The better Customizer integrations are the live &#8216;postMessage&#8217; updating-controls which didn&#8217;t require reloads (e.g. color picker),&#8221; Ruter said. &#8220;More recently the &#8216;selective refresh&#8217; capability also facilitated themes and plugins to re-generate partial templates without having to reload the entire page. In theory, those capabilities did allow for <a href=\"https://github.com/xwp/wp-customize-inline-editing\" rel=\"noopener noreferrer\" target=\"_blank\">inline editing</a> without having to reload the page.&#8221;</p>\n<p>While the Customizer gave users more control over their site designs, the component has always struggled to provide powerful controls and live refreshing in the same interface with a limited amount of page real estate. Ruter highlighted a few of the advantages of making the block editor the primary vehicle for customization in WordPress.</p>\n<p>&#8220;Blocks bring a common interface to be able to do such inline editing for any part of the page, not just special areas in the Customizer preview that get the extra user interface goodies added,&#8221; he said. &#8220;And so with this common block interface with direct manipulation paradigm, there&#8217;s no need for a separate controls panel and there is no need to do full page reloads to do preview changes. So there would be no need for the current Customizer interface.&#8221;</p>\n<p>Although much of the Customizer is likely to become obsolete in the new era of Gutenberg-powered full-site editing, the <a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/\" rel=\"noopener noreferrer\" target=\"_blank\">Customizer changeset</a> is one key concept that Ruter thinks could be preserved. This is the code that enables users to <a href=\"https://make.wordpress.org/core/2017/11/03/new-features-and-enhancements-with-customizer-changesets-in-4-9/\" rel=\"noopener noreferrer\" target=\"_blank\">stage and schedule sitewide design changes</a>.</p>\n<p>&#8220;This is independent of the current Customizer interface and relates to the underlying data model of WordPress,&#8221; he said. &#8220;If changes made to Gutenberg blocks were put into such a changeset prior to being published, then the changes could be previewed across a site before going live. The need for this has not been so apparent until now because the changes have been scoped to post content. But once the block data being manipulated across various entities of a site, then it becomes important to have some place to stage those changes prior to going live.&#8221;</p>\n<p>Plugin and theme developers will want to monitor the conversations surrounding the implementation of block areas for full site editing. When this prototype become a reality, it will have a significant impact on themes and plugins that are currently extending the Customizer. Many product developers will need to re-architect their solutions to be better suited to site customization that is powered by the block editor. Ventura lists all the relevant GitHub issues in his post <a href=\"https://make.wordpress.org/core/2019/09/05/defining-content-block-areas/\" rel=\"noopener noreferrer\" target=\"_blank\">introducing content-block areas</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, 09 Sep 2019 19:48: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:13:\"Sarah Gooding\";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:83:\"WPTavern: First Look at Twenty Twenty: New WordPress Default Theme based on Chaplin\";s: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=93474\";s: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/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain\";s: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:3576:\"<p>Anders Norén unveiled the <a href=\"https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/\" rel=\"noopener noreferrer\" target=\"_blank\">designs for the new Twenty Twenty theme</a> today. As speculated earlier this week, <a href=\"https://wptavern.com/anders-noren-to-design-twenty-twenty-default-theme-shipping-in-wordpress-5-3\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress will repurpose Noren&#8217;s Chaplin theme</a> in order to expedite shipping the new default theme on the constrained <a href=\"https://make.wordpress.org/core/5-3/\" rel=\"noopener noreferrer\" target=\"_blank\">5.3 release timeline</a>.</p>\n<p>Although the new default theme will be based on Chaplin, it will not retain the same style.</p>\n<p>&#8220;Using an existing theme as a base will help us get going on development faster,&#8221; Norén said. &#8220;Very little of the style of Chaplin will remain though, so it will still look and feel very much like its own thing.&#8221;</p>\n<p>The screenshots he shared in the announcement look like a completely different theme. With just a few color and typography changes, along with a centered column for content, Twenty Twenty has its own distinct character.</p>\n<p>\n<a href=\"https://wptavern.com/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain/twenty-twenty-sub-page\"><img width=\"150\" height=\"150\" src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/twenty-twenty-sub-page.jpg?resize=150%2C150&ssl=1\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://wptavern.com/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain/twenty-twenty-single-post\"><img width=\"150\" height=\"150\" src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/twenty-twenty-single-post.jpg?resize=150%2C150&ssl=1\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n</p>\n<p>Norén said he designed it to be a flexible, all-purpose theme suitable for businesses, organizations, and blogs, depending on the combination of blocks.</p>\n<p>&#8220;The promise of the block editor is to give users the freedom to design and structure their sites as they see fit,&#8221; he said in the <a href=\"https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> introducing Twenty Twenty. &#8220;The responsibility of a theme is to empower users to create their inspired vision by making the end result look as good, and work as well, as the user intended.&#8221;</p>\n<p>The theme uses <a href=\"https://rsms.me/inter/\" rel=\"noopener noreferrer\" target=\"_blank\">Inter</a> for the typeface, selected for its legibility and bold personality when used in headings. It also comes in a Variable Font version, which Norén said will be a first for WordPress default themes. The benefits are that it reduces the number of requests and decreases the page size.</p>\n<p>Those who are adventurous can <a href=\"https://github.com/WordPress/twentytwenty\" rel=\"noopener noreferrer\" target=\"_blank\">download Twenty Twenty right now from GitHub</a> and play around with the theme in its current state. Once it is stable, Norén and his team plan to merge it into core and continue development on Trac. There will be weekly meetings held in the #core-themes Slack channel for those who want to contribute to the design and development. The first one is scheduled for <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190909T1900\" rel=\"noopener noreferrer\" target=\"_blank\">Monday, September 9, 2019, 02:00 PM CDT</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:\"Sat, 07 Sep 2019 03:16:12 +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:\"Sarah Gooding\";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:62:\"WPTavern: Google Releases Native Lazyload Plugin for 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:29:\"https://wptavern.com/?p=93443\";s: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://wptavern.com/google-releases-native-lazyload-plugin-for-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:5493:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-06-at-10.26.38-AM.png?ssl=1\"><img /></a></p>\n<p>The most recent release of Chrome (76) added a new “loading” attribute that supports <a href=\"https://wptavern.com/chrome-76-adds-native-lazy-loading-wordpress-contributors-continue-discussion-regarding-core-support\" rel=\"noopener noreferrer\" target=\"_blank\">native lazy loading in the browser</a>. An implementation for WordPress core is still under discussion. In the meantime, plugins that enable this for WordPress sites are starting to pop up, and Google has just released one of its own.</p>\n<p><a href=\"https://wordpress.org/plugins/native-lazyload/\" rel=\"noopener noreferrer\" target=\"_blank\">Native Lazyload</a> was created by Google engineer Felix Arntz and the team behind the official AMP and PWA plugins for WordPress. It lazy loads images and iframes with the new loading attribute for browsers that support it. It also includes a fallback mechanism for browsers that do not yet support it, but this can be disabled with a filter. The plugin has no settings &#8211; users simply activate it and it works.</p>\n<p>In a <a href=\"https://felix-arntz.me/blog/native-lazy-loading-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> introducing the new plugin, Arntz explains why current lazy loading options, which require custom JavaScript, are not always good for performance:</p>\n<blockquote><p>Lazy-loading has for a long time not been a switch you can just toggle to make it work. It was not a browser feature, so it typically required loading and running custom JavaScript logic to make it work. Unfortunately, JavaScript itself is an expensive resource, so lazy-loading as it’s been done so far might in certain cases actually have a negative impact on performance (e.g. if a page doesn’t contain any images or only contains a single image that’s immediately visible). Furthermore, if a user had disabled JavaScript in their browsers, lazy-loading wouldn’t work at all.</p></blockquote>\n<p>The plugin uses a similar implementation that is being discussed in the core ticket. Arntz described it as a &#8220;progressive enhancement,&#8221; where a user&#8217;s website performance will &#8220;magically improve without intervention,&#8221; as more browsers add support for the loading attribute.</p>\n<p>With the release of this plugin, and Google&#8217;s input on the related trac ticket, it&#8217;s clear that the company is interested in seeing WordPress core support the new loading attribute. Chrome Engineering Manager <a href=\"https://addyosmani.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Addy Osmani</a> <a href=\"https://core.trac.wordpress.org/ticket/44427#comment:38\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the ticket 10 days ago to lend his support for the effort and make a few recommendations.</p>\n<p>&#8220;I&#8217;m very supportive of core getting support for native lazy-loading in a non-destructive manner,&#8221; Osmani said.</p>\n<p>&#8220;The ideal change I would love to see in lazy-load plugins is deferring to native lazy-loading where supported and applying their fallback where it is not.&#8221; Osmani estimates that more than 17K origins are already using loading=lazy, according to Google&#8217;s telemetry.</p>\n<p>Andy Potts, a software engineer at the BBC <a href=\"https://medium.com/bbc-design-engineering/native-lazy-loading-has-arrived-c37a165d70a5\" rel=\"noopener noreferrer\" target=\"_blank\">reported</a> seeing major performance improvements after adopting native lazy loading. He implemented it on one of the company&#8217;s internal products, a site with approximately 3,000 active users per day:</p>\n<p>&#8220;One of the most common actions on the site involves running a query which renders a list of up to 100 images — which I thought seemed like the ideal place to experiment with native lazy loading,&#8221; Potts said.</p>\n<p>&#8220;Adding the loading attribute to the images <strong>decreased the load time on a fast network connection by ~50% — it went from ~1 second to &lt; 0.5 seconds, as well as saving up to 40 requests to the server</strong>. All of those performance enhancements just from adding one attribute to a bunch of images!&#8221;</p>\n<p>Kris Gunnars, who operates <a href=\"http://searchfacts.com\" rel=\"noopener noreferrer\" target=\"_blank\">searchfacts.com</a>, added Google&#8217;s new Native Lazyload plugin to his site and <a href=\"https://wordpress.org/support/topic/very-powerful-lazy-loading-plugin/\" rel=\"noopener noreferrer\" target=\"_blank\">reported</a> remarkable performance improvements, especially on mobile.</p>\n<p>&#8220;After I installed this, my mobile PageSpeed score went from 92 to 96 and it also shaved a whopping 1.5 seconds off of my Time to Interactive score,&#8221; Gunnars said.</p>\n<p>With WordPress powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener noreferrer\" target=\"_blank\">34.5%</a> of the top 10 million websites, core support for native lazy loading stands to make a huge impact on the overall performance of the web. Progress on the <a href=\"https://core.trac.wordpress.org/ticket/44427\" rel=\"noopener noreferrer\" target=\"_blank\">ticket</a> has been slow, as contributors continue discussing the best approach. In the meantime, users who are anxious to implement it on their sites can install any one of a number of plugins that are already available.</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, 06 Sep 2019 19:14: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:13:\"Sarah Gooding\";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:56:\"WordPress.org blog: People of WordPress: Abdullah Ramzan\";s: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=7086\";s: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/2019/09/people-of-wordpress-abdullah-ramzan/\";s: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:5588:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Abdullah Ramzan, from Lahore, Punjab, Pakistan.</strong></h2>\n\n\n\n<p>Abdullah Ramzan was born and brought up in the under-developed city of <a href=\"https://en.wikipedia.org/wiki/Layyah\"><strong>​Layyah​</strong></a>, which is situated in Southern Punjab, Pakistan and surrounded by desert and the river ​Sindh​.</p>\n\n\n\n<p>He graduated from college in his home town and started using a computer in ​2010​ when he joined <a href=\"https://gcuf.edu.pk/\"><strong>​Government College University Faisalabad​</strong></a>. Abdullah’s introduction to WordPress happened while he was finishing the last semester of his degree. His final project was based in WordPress.</p>\n\n\n\n<p>Ramzan’s late mother was the real hero in his life, helping him with his Kindergarten homework and seeing him off to school every day.&nbsp;</p>\n\n\n\n<p>Before her heart surgery, Ramzan visited her in the hospital ICU, where she hugged him and said: ​“<strong>Don’t worry, everything will be good</strong>.” Sadly, his mother died during her surgery. However, her influence on Ramzan’s life continues.</p>\n\n\n\n<h3><strong>Start of Ramzan’s Career:</strong></h3>\n\n\n\n<p>After graduation, Ramzan struggled to get his first job. He first joined PressTigers<strong>​</strong> as a Software Engineer and met Khawaja Fahad Shakeel<a href=\"https://twitter.com/FahadShakeel\"><strong>​</strong></a>, his first mentor. Shakeel provided Ramzan with endless support. Something had always felt missing in his life, but he felt like he was on the right track for the first time in his life when he joined the WordPress community.&nbsp;</p>\n\n\n\n<h3><strong>Community – WordCamps and Meetups:</strong></h3>\n\n\n\n<p>Although Ramzan had used WordPress since ​2015​, attending WordPress meetups and open source contributions turned out to be a game-changer for him. He learned a lot from the WordPress community and platform, and developed strong relationships with several individuals. One of them is <a href=\"https://twitter.com/jainnidhi03\"><strong>​</strong></a>Nidhi Jain​ from Udaipur India who he works with on WordPress development. The second is <a href=\"https://twitter.com/desrosj\"><strong>​</strong></a>Jonathan Desrosiers​ who he continues to learn a lot from.</p>\n\n\n\n<p>In addition, Usman Khalid<a href=\"https://twitter.com/Usman__Khalid\"><strong>​</strong></a>, the lead organizer of WC Karachi, mentored Ramzan, helping him to develop his community skills.&nbsp;</p>\n\n\n\n<p>With the mentorship of these contributors, Ramzan is confident supporting local WordPress groups and helped to organize ​WordCamp Karachi​, where he spoke for the first time at an international level event. He believes that WordPress has contributed much to his personal identity.&nbsp;</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/09/AbdullahRamzan.jpeg?resize=632%2C422&ssl=1\" alt=\"Abdullah Ramzan among a group of community members at WordCamp Karachi 2018\" class=\"wp-image-7088\" />Abdullah Ramzan at WordCamp Karachi 2018\n\n\n\n<h3><strong>WordPress and the Future:</strong></h3>\n\n\n\n<p>As a <a href=\"https://www.meetup.com/WordPress-Lahore/members/?op=leaders&sort=name\"><strong>​co-organizer of WordPress Meetup Lahore,​</strong></a> he would love to involve more people in the community leadership team, to provide a platform for people to gather under one roof, to learn and share something with each other. </p>\n\n\n\n<p>But he has loftier ambitions. Impressed by <a href=\"https://walktowc.eu/\">Walk to WordCamp Europe</a>, Abdullah is seriously considering walking to WordCamp Asia. He also one day hopes for the opportunity to serve his country as a senator of Pakistan<a href=\"http://www.senate.gov.pk/\"><strong>​</strong></a> and intends to enter the next senate election.</p>\n\n\n\n<h3><strong>Words of Encouragement</strong></h3>\n\n\n\n<p>Abdullah Ramzan knows there is no shortcut to success. “You have to work hard to achieve your goals,” explained Ramzan. He still has much he wishes to accomplish and hopes to be remembered for his impact on the project.</p>\n\n\n\n<p>Abdullah believes WordPress can never die as long as people don’t stop innovating to meet new demands. The beauty of WordPress is that it is made for everyone.</p>\n\n\n\n<p>Ramzan encouraged, “If you seriously want to do something for yourself, do something for others first. Go for open source, you’ll surely learn how to code. You’ll learn how to work in a team. Join local meetups, meet with the folks: help them, learn from them, and share ideas.”</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=109%2C82&ssl=1\" alt=\"\" class=\"wp-image-7025\" width=\"109\" height=\"82\" /></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</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, 06 Sep 2019 18:21: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:16:\"Yvette Sonneveld\";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:74:\"WPTavern: WordSesh EMEA Schedule Published, Registration Opens September 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=93428\";s: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/wordsesh-emea-schedule-published-registration-opens-september-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3153:\"<p><a href=\"https://wptavern.com/wordsesh-emea-coming-september-25-a-new-virtual-wordpress-event-for-europe-middle-east-and-africa\" rel=\"noopener noreferrer\" target=\"_blank\">WordSesh EMEA</a>, a 12-hour virtual conference designed for the WordPress community in the Middle East, Europe, and Africa, has <a href=\"https://wordsesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">published the full schedule</a> for the upcoming event. The lineup includes speakers from the UK to Cape Town to Sri Lanka, and other parts of the wider world of WordPress. Approximately 8 of the 11 speakers selected are from the targeted regions for this event. The remaining three are located in the U.S.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/wordsesh-emea-speakers.jpg?ssl=1\"><img /></a></p>\n<p>WordSesh EMEA&#8217;s schedule features a healthy mix of topics, including multiple sessions on using Gatsby with WordPress, image optimization, webops, managing a business with mental illness, building SaaS apps with WordPress and Laravel, and Jetpack.</p>\n<p><a href=\"https://muhammad.dev/\" rel=\"noopener noreferrer\" target=\"_blank\">Muhammad Muhsin</a>, a Sri Lanka-based React developer at <a href=\"https://rtcamp.com\" rel=\"noopener noreferrer\" target=\"_blank\">rtCamp</a>, will be presenting a session on using WordPress as a headless CMS with Gatsby. After Gatsby introduced themes, he started converting WordPress themes to Gatsby and experimenting with using WPGraphQL to get the content. He is also the lead developer for the <a href=\"http://GatsbyWPThemes.com\" rel=\"noopener noreferrer\" target=\"_blank\">GatsbyWPThemes.com</a> project.</p>\n<p>If you have ever heard the marketing term &#8220;digital experience platform&#8221; (DXP) and wondered what all the buzz is about, Karim Marucchi, CEO of <a href=\"https://crowdfavorite.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Crowd Favorite</a>, has a session titled &#8220;What&#8217;s All The Fuss About DXPs, and Why Should I Care?&#8221; He will explore a recent trend where enterprise clients are moving away from content management towards DXP&#8217;s that integrate online marketing tools.</p>\n<p><a href=\"https://ahmadbilal.dev\" rel=\"noopener noreferrer\" target=\"_blank\">Ahmad Bilal</a>, a developer based in Pakistan and 2019 Google Summer of Code student, will be presenting a session on GitHub Actions and how to automatically deploy a plugin to WordPress.org when tagging a new version on GitHub.</p>\n<p>WordSesh EMEA provides an opportunity for viewers in the Middle East, Europe, and Africa to see virtual conference sessions during regular daytime hours, but it also gives viewers in the Western hemisphere a chance to hear speakers who they may never meet at a local WordCamp. It is scheduled for Wednesday, September 25, 2019, from 7:00-19:00 UTC. A handy dropdown on the schedule allows viewers to select their own timezone for the schedule display. Sessions will be conducted in English for this first EMEA event and will also be live captioned.</p>\n<p>WordSesh EMEA is free for all to attend online and registration for tickets will be open Monday, September 9.</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, 05 Sep 2019 20:30:12 +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:\"Sarah Gooding\";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:88:\"WPTavern: Anders Norén to Design Twenty Twenty Default Theme, Shipping in WordPress 5.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=93395\";s: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://wptavern.com/anders-noren-to-design-twenty-twenty-default-theme-shipping-in-wordpress-5-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:4093:\"<p>WordPress 5.3&#8217;s release lead coordinators <a href=\"https://make.wordpress.org/core/2019/09/04/dev-chat-summary-september-4/\" rel=\"noopener noreferrer\" target=\"_blank\">announced a new batch of focus leads</a> during yesterday&#8217;s core dev chat.</p>\n<p><a href=\"https://www.andersnoren.se/\" rel=\"noopener noreferrer\" target=\"_blank\">Anders Norén</a>, one of the most well-respected theme authors in the community and an early adopter of Gutenberg, will be leading the design of the upcoming Twenty Twenty default theme. He is working alongside team Theme Wrangler <a href=\"https://profiles.wordpress.org/ianbelanger/\" rel=\"noopener noreferrer\" target=\"_blank\">Ian Belanger</a>, a developer who is currently sponsored by Bluehost as a core contributor. <a href=\"https://profiles.wordpress.org/poena/\" rel=\"noopener noreferrer\" target=\"_blank\">Carolina Nymark</a> is also collaborating as a rep from the Theme Review team.</p>\n<p><a href=\"https://twitter.com/andersnoren/status/1169368819095224320\" rel=\"noopener noreferrer\" target=\"_blank\">Reactions to the news</a> were overwhelmingly positive. I have never seen the WordPress community more excited about a  default theme. Those who have followed Norén&#8217;s work for a long time are hopeful that Twenty Twenty will be a theme they can actually use to build websites.</p>\n<h3>Will WordPress Repurpose the Chaplin Theme for Twenty Twenty or Start from Scratch?</h3>\n<p>Norén has released <a href=\"https://wordpress.org/themes/author/anlino/\" rel=\"noopener noreferrer\" target=\"_blank\">20 free themes on WordPress.org</a> with <a href=\"http://wptally.com/?wpusername=anlino\" rel=\"noopener noreferrer\" target=\"_blank\">2.85 million downloads</a> and a cumulative rating of 4.98 out of 5 stars. <a href=\"https://wptavern.com/anders-noren-release-free-chaplin-theme-designed-for-block-editor-theme-authors-discuss-better-ways-to-promote-truly-free-themes\" rel=\"noopener noreferrer\" target=\"_blank\">Chaplin</a>, his most recent release, is a beautiful example of the possibilities that the block editor opens up for users who want to design their own sites without having to search through dozens of panels of Customizer options. It provides the bones for an agency or business style theme but the block editor enables users to create advanced page layouts that would suit many different types of websites.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/07/chaplin.jpg?ssl=1\"><img /></a>Chaplin would make a good candidate for WordPress&#8217; next default theme, since it showcases the block editor as the main vehicle for editing the home page layout. Users can easily create unique customizations with different combinations of blocks that won&#8217;t look just like every other site using the same default theme.</p>\n<p>Norén would not confirm whether WordPress will be re-purposing Chaplin for Twenty Twenty or if he will be starting from scratch, as the team is not ready to make the announcement yet. <a href=\"https://make.wordpress.org/core/5-3/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress 5.3</a> is expected November 12, so the timeline may be somewhat constrained for creating an entirely new theme, but it&#8217;s not entirely outside the range of possibility.</p>\n<p>&#8220;This is probably (yes, most definitely) the best thing that&#8217;s going to happen for WP + Gutenberg adoption since the 5.0 release,&#8221; Matt Medeiros <a href=\"https://twitter.com/mattmedeiros/status/1169367750424313856\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the news about Norén designing Twenty Twenty. &#8220;His Chaplin theme has been a joy to use and provoked me to embrace using Gutenberg with his theme.</p>\n<p>&#8220;Right now, Gutenberg feels like an early version of iOS stuffed into a Blackberry Bold when you don&#8217;t get the right theme. I hope he can give us something as enjoyable as Chaplin.&#8221;</p>\n<p>With WordPress 5.3 beta 1 expected September 23, an announcement with more details regarding Twenty Twenty&#8217;s design and scope should be available soon.</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, 05 Sep 2019 19:24:43 +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:\"Sarah Gooding\";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:68:\"WordPress.org blog: WordPress 5.2.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:34:\"https://wordpress.org/news/?p=7064\";s: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://wordpress.org/news/2019/09/wordpress-5-2-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:7631:\"<p>WordPress 5.2.3 is now available! </p>\n\n\n\n<p>This security and maintenance release features 29 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>These bugs affect WordPress versions 5.2.2 and earlier; version 5.2.3 fixes them, so you&#8217;ll want to upgrade. </p>\n\n\n\n<p>If you haven&#8217;t yet updated to 5.2, there are also updated versions of 5.0 and earlier that fix the bugs for you.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<ul><li>Props to&nbsp;<a href=\"https://blog.ripstech.com/authors/simon-scannell/\">Simon Scannell of RIPS Technologies</a>&nbsp;for finding and disclosing two issues. The first, a cross-site scripting (XSS) vulnerability found in post previews by contributors. The second was a cross-site scripting vulnerability in stored comments.&nbsp;</li><li>Props to&nbsp;<a href=\"https://security-consulting.icu/blog/\">Tim Coen</a>&nbsp;for disclosing an issue where validation and sanitization of a URL could lead to an open redirect.&nbsp;</li><li>Props to Anshul Jain for disclosing reflected cross-site scripting during media uploads.</li><li>Props to&nbsp;<a href=\"https://fortiguard.com/\">Zhouyuan Yang of Fortinet’s FortiGuard Labs</a>&nbsp;who disclosed a vulnerability for cross-site scripting (XSS) in shortcode previews.</li><li>Props to Ian Dunn of the Core Security Team for finding and disclosing a case where reflected cross-site scripting could be found in the dashboard.</li><li>Props to Soroush Dalili (<a href=\"https://twitter.com/irsdl?lang=en\">@irsdl</a>) from NCC Group for disclosing an issue with URL sanitization that can lead to cross-site scripting (XSS) attacks.</li><li>In addition to the above changes, we are also updating jQuery on older versions of WordPress. This change was&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/47020\">added in 5.2.1</a>&nbsp;and is now being brought to older versions.&nbsp;</li></ul>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.3&order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>For more info, browse the full list of changes on Trac or check out the Version&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-2-3/\">5.2.3 documentation page</a>.</p>\n\n\n\n<p>WordPress 5.2.3 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-3/\">version 5.3.</a></p>\n\n\n\n<p>You can download WordPress 5.2.3 from the button at the top of this page, or visit your<strong> Dashboard → Updates</strong> and click <strong>Update Now</strong>. </p>\n\n\n\n<p>If you have sites that support automatic background updates, they&#8217;ve already started the update process.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>This release brings together contributions from more than 62 other people. Thank you to everyone who made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>,&nbsp;<a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alpipego/\">Alex Goller</a>,&nbsp;<a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>,&nbsp;<a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/762e5e74/\">Ashish Shukla</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cdog/\">Catalin Dogaru</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>,&nbsp;<a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>,&nbsp;<a href=\"https://profiles.wordpress.org/danmicamediacom/\">dan@micamedia.com</a>,&nbsp;<a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fencer04/\">Fencer04</a>,&nbsp;<a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gqevu6bsiz/\">gqevu6bsiz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa,</a> <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>,&nbsp;<a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>,&nbsp;<a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>,&nbsp;<a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nayana123/\">nayana123</a>,&nbsp;<a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>,&nbsp;<a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tsewlliw/\">Will West</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</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, 05 Sep 2019 01:51: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:\"Jake Spurlock\";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:63:\"WPTavern: WordPress Governance Project Looks for New Leadership\";s: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=93009\";s: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:74:\"https://wptavern.com/wordpress-governance-project-looks-for-new-leadership\";s: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:11564:\"<p>The <a href=\"https://wpgovernance.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Governance</a> project is looking for new leadership after its current leaders, <a href=\"https://bamadesigner.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Rachel Cherry</a> and <a href=\"https://mor10.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Morten Rand-Hendriksen</a>, announced that they will be stepping down. Weekly meetings have been canceled until the organization selects new leadership.</p>\n<p>After its introduction at WordCamp Europe 2018, the project went through what its leadership believed were the appropriate channels for launching it through the Community group but it was <a href=\"https://wptavern.com/wordpress-governance-project-flagged-as-unsanctioned-first-meeting-set-for-january-15\" rel=\"noopener noreferrer\" target=\"_blank\">flagged as unsanctioned by WordPress leadership</a> shortly before the first meeting and denied access to the Make blog and Slack workspace. Despite initial setbacks, the group has been meeting regularly throughout 2019 on its own website and Slack instance.</p>\n<p>&#8220;I need to step down from my leadership role in this project,&#8221; Cherry <a href=\"https://twgp.slack.com/archives/CF94YNHT8/p1566830315017300\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> in a recent meeting. &#8220;I’m not stepping away for good, but this project is too important and I don’t have the bandwidth needed to keep it moving forward in the manner it deserves.&#8221;</p>\n<p>She said the team is looking for two co-chairs who will help lead WordPress Governance going forward. Responsibilities include managing the overall vision and planning, as well as managing meetings and delegating assignments in support of the vision. Cherry said the duties list is intentionally &#8220;slim and vague,&#8221; as the leadership team doesn&#8217;t want the new leaders to feel they have to keep doing what has been done in the past.</p>\n<p>&#8220;The Governance Project was always meant to be a community project meaning we want the community to take ownership of it,&#8221; Rand-Hendriksen said in his farewell <a href=\"https://twgp.slack.com/archives/CF94YNHT8/p1566574797490300\" rel=\"noopener noreferrer\" target=\"_blank\">announcement</a>. &#8220;This is the first step: We&#8217;ve established the project and set some parameters. Now it&#8217;s time for the community to move beyond our intentionally vague vision and make it into what the community wants and needs. New internal governance in the form of co-chairs from the actual community is a key step in this direction.&#8221;</p>\n<h3>Governance Project Aims to Bring Clarity to WordPress&#8217; Organizational Structure and Decision Making Process</h3>\n<p>In a recent post titled &#8220;<a href=\"https://wpgovernance.com/2019/09/03/what-is-governance-and-why-does-it-matter/\" rel=\"noopener noreferrer\" target=\"_blank\">What is governance and why does it matter</a>,&#8221; Cherry said that the project &#8220;made a crucial error&#8221; in not clearly setting clear expectations at the beginning:</p>\n<blockquote><p>This lack of clarity, combined with a growing undercurrent of unrest in the WordPress community, led some to label the project a revolt, a revolution, even a coup.</p>\n<p>That’s unfortunate and has done governance, and our project, a disservice. I feel it&#8217;s incumbent upon myself and Morten to set the record straight so we are able to move forward as a community.</p></blockquote>\n<p>Cherry identified two recent controversial issues within the WordPress project with debates that highlight a lack of established policy, including <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/\" rel=\"noopener noreferrer\" target=\"_blank\">auto-updating old versions of WordPress</a> and questions about <a href=\"https://make.wordpress.org/community/2019/08/15/discussion-how-to-handle-conflict-of-interest-situations/\" rel=\"noopener noreferrer\" target=\"_blank\">conflicts of interest</a>.</p>\n<p>On both of these matters members of the governance project have chimed in on the Make/WordPress posts to urge decision makers to establish policies that will guide future decisions and to be more transparent about who is making the decisions.</p>\n<p>Rand-Hendriksen <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36698\" rel=\"noopener noreferrer\" target=\"_blank\">asked</a> questions about how and where the decision will be made regarding auto-updating old versions of WordPress, who holds responsibility for the final decision, and how people without decision-making power will be represented. His questions went unanswered.</p>\n<p>&#8220;The WordPress project already has some governance, but much of it remains ad-hoc, opaque, and often inscrutable,&#8221; Cherry said. She identified three key areas where the WordPress Governance project seeks to introduce clarity and transparency: organizational structure, day-to-day processes, and how decisions are made.</p>\n<p>The group is also actively working on researching and drafting policies around a variety of topics, including the following:</p>\n<ul>\n<li>Community Code of Conduct</li>\n<li>Diversity and Inclusion Policy</li>\n<li>Code of Ethics</li>\n<li>Privacy Policy</li>\n<li>Conflict of Interest Policy</li>\n<li>Accessibility Policy</li>\n</ul>\n<p>It is not clear whether these policies would then be submitted to WordPress&#8217; community team for consideration, as the group has not yet attempted to propose a finished document.</p>\n<p>&#8220;Considering there’s no clear process for proposing and ratifying these types of policies, the goal of these efforts are to create a starting point for future official discussions within the WordPress project,&#8221; Cherry said.</p>\n<h3>The Challenge of Defining Governance in a BDFL-led Open Source Project</h3>\n<p>In the past, WordPress has navigated controversial issues in its own way. While the project has handbooks that offer guidelines, its leadership has never really been in the business of piling up policies to act on in anticipation of of future conflicts. The Governance project seems to have a good deal of both active and passive supporters. Regardless, when it was officially branded as unsanctioned, it was clear that WordPress&#8217; leadership was not actively looking to amend its organizational structure or decision-making process through the Governance project&#8217;s particular approach.</p>\n<p>Cherry&#8217;s post clearly states that the project is not aiming to overthrow Matt Mullenweg as WordPress&#8217; <a href=\"https://en.wikipedia.org/wiki/Benevolent_dictator_for_life\" rel=\"noopener noreferrer\" target=\"_blank\">Benevolent Dictator for Life</a> (BDFL).</p>\n<p>&#8220;Governance and Matt Mullenweg leading the WordPress project are not mutually exclusive,&#8221; Cherry said.</p>\n<p>&#8220;The goal of the WordPress Governance Project isn’t to change how Matt is involved, but to more clearly define how the project is managed, and how he and others fit into the process.&#8221;</p>\n<p>The BDFL governance model has traditionally operated with leaders acting more as a &#8220;community-approved arbitrator,&#8221; who often &#8220;let things work themselves out through discussion and experimentation whenever possible,&#8221; as Karl Fogel describes in <a href=\"https://producingoss.com/html-chunk/benevolent-dictator.html#benevolent-dictator-qualifications\" rel=\"noopener noreferrer\" target=\"_blank\">Producing Open Source Software</a>. Historically, WordPress&#8217; particular expression of BDFL leadership has loosely followed this design.</p>\n<p>In her February 2019 newsletter, <a href=\"https://nadiaeghbal.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Nadia Eghbal</a>, a researcher who specializes in open source infrastructure, shared some informal thoughts about governance, particularly in relationship to BDFL-led projects:</p>\n<blockquote><p>A friend of mine has very good taste in music, but I couldn’t tell you what he listens to. I couldn’t name a single artist he plays, or where one song begins or ends. His view is that “the best kind of music is where nobody notices it’s playing”. In his ideal world, music shapes ambiance as a background process. </p>\n<p>Similarly, despite all our talk about governance design, I keep coming back to the idea that the best kind of governance is where nobody can tell it’s there.</p></blockquote>\n<p>Eghbal describes the relationship between the “government&#8221; and “the governed” as fragile and symbiotic and that &#8220;having power can be just as vulnerable [as disenfranchisement], an act of cupping water in your hands, rather than closing your fist over it.&#8221; Maintaining a BDFL leadership role requires diplomacy and a broad awareness of the project&#8217;s needs. Eghbal surmises that contributors support a leader in this position because of the character the leader has demonstrated:</p>\n<blockquote><p>In open source, there’s this concept of a “benevolent dictator for life”: a developer, usually the author, who runs the project and whose authority is not challenged. This phrase is often interpreted as “You’re the dictator, but at least you’re nice about it”. But I think there’s a hidden causal relationship that gets missed. It’s not that you’re a dictator who’s decided to be benevolent. Rather: because you are benevolent, you get to be dictator for life.</p></blockquote>\n<p>This idea echoes Fogel&#8217;s summary of the <a href=\"https://producingoss.com/html-chunk/benevolent-dictator.html#benevolent-dictator-qualifications\" rel=\"noopener noreferrer\" target=\"_blank\">qualities of a good BDF</a>. The forkability of any open source project serves to keep BDFL powers in check:</p>\n<blockquote><p>It is common for the benevolent dictator to be a founder of the project, but this is more a correlation than a cause. The sorts of qualities that make one able to successfully start a project — technical competence, ability to persuade other people to join, and so on — are exactly the qualities any BD would need.</p></blockquote>\n<p>In reviewing the 16-year history of WordPress&#8217; leadership structure on a <a href=\"https://poststatus.com/matt-mullenweg-on-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Post Status podcast episode</a> earlier this year, Matt Mullenweg described different experiments the project has explored, including a &#8220;lead developers consensus&#8221; approach and having the release lead as the final decision maker for the software. In recent years he has returned to a more overt BDFL model but said, &#8220;I don&#8217;t see that as the forever structure.&#8221;</p>\n<p>In attempting to clarify WordPress&#8217; organizational structure and decision making model, the independent Governance project will need to be sensitive to the possibility that this ability to improvise and evolve the project&#8217;s leadership structures may have been one of the key factors in its continued growth and long-term ability to thrive.</p>\n<p>The new leaders who replace Cherry and Rand-Hendriksen will have a formidable challenge ahead of them in carving out a path for the organization to have a meaningful impact on WordPress, despite not being designated as an official project. As it stands, the leaders face an uphill climb in moving the project from an unofficial working group to one that can effectively draft policies that WordPress will readily adopt.</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, 04 Sep 2019 22:28:28 +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:\"Sarah Gooding\";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:101:\"WPTavern: WordPress 5.3 to Use Robots Meta Tag to Better Discourage Search Engines from Listing Sites\";s: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=93331\";s: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://wptavern.com/wordpress-5-3-to-use-robots-meta-tag-to-better-discourage-search-engines-from-listing-sites\";s: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:2491:\"<p>WordPress is changing the method it uses to prevent search engines from indexing sites. Previously, if a user checked the &#8220;Discourage search engines from indexing this site&#8221; option in a site&#8217;s Settings > Reading screen, WordPress would add <code>Disallow: /</code> to the robots.txt file. This would prevent crawling but did not always prevent sites from showing up in search results. </p>\n\n\n\n<img />\n\n\n\n<p>As of 5.3, WordPress will drop the robots.txt method in favor of adding an updated robots meta tag to prevent the site from being listed in search engines: <code>&lt;meta name=\'robots\' content=\'noindex,nofollow\' /></code>. The meta tag offers a more reliable way of preventing indexing and subsequent crawling.</p>\n\n\n\n<p>When checking the setting to discourage search engines from indexing a site, users are often looking for a way to hide their sites, but the setting does not always work as they expected. Jono Alderson summarized the problem and the proposed solution in a <a href=\"https://core.trac.wordpress.org/ticket/43590#comment:9\">comment</a> on the trac <a href=\"https://core.trac.wordpress.org/ticket/43590\">ticket</a> that brought about the changes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The Reading setting infers that it&#8217;s intended to prevent search engines from <em>indexing</em> the content, rather than from <em>crawling</em> it. However, <strong>the presence of the robots disallow rule prevents search engines from ever discovering the <code>noindex</code> directive</strong>, and thus they may index &#8216;fragments&#8217; (where the page is indexed without content).<br /><br />2) Google recently announced that they&#8217;re making efforts to prevent fragment indexing. However, until this exists (and I&#8217;m not sure it will; it&#8217;s still a necessary/correct solution sometimes), we should solve for current behaviors. <strong>Let&#8217;s remove the <code>robots.txt</code> disallow rule</strong>, and allow Google (and others) to <em>crawl</em> the site.</p></blockquote>\n\n\n\n<p>In the <a href=\"https://make.wordpress.org/core/2019/09/02/changes-to-prevent-search-engines-indexing-sites/\">dev note</a> announcing the change, Peter Wilson recommends that developers wanting to exclude development sites from being indexed by search engines should include the HTTP Header <code>X-Robots-Tag: noindex, nofollow</code> when serving all assets for the site, including images, PDFs, video, and other assets.</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, 04 Sep 2019 03:19:17 +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:\"Sarah Gooding\";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:83:\"WPTavern: Toolbelt: A New Jetpack-Inspired Plugin with a Focus on Speed and Privacy\";s: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=92814\";s: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:93:\"https://wptavern.com/toolbelt-a-new-jetpack-inspired-plugin-with-a-focus-on-speed-and-privacy\";s: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:6830:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-09-02-at-11.16.22-PM.png?ssl=1\"><img /></a></p>\n<p>WordPress theme and plugin developer <a href=\"https://www.binarymoon.co.uk/\" rel=\"noopener noreferrer\" target=\"_blank\">Ben Gillbanks</a> is building a <a href=\"https://wordpress.org/plugins/jetpack/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack</a> alternative with an emphasis on speed, simplicity, and privacy. <a href=\"https://wordpress.org/plugins/wp-toolbelt/\" rel=\"noopener noreferrer\" target=\"_blank\">Toolbelt</a> is a new, lightweight plugin that offers a collection of functionality that is commonly-used on WordPress sites. Currently available modules include features like breadcrumbs, browser native lazy loading, a Portfolio custom post type, related posts with images, responsive video, static social sharing, and more.</p>\n<p>Gillbanks runs <a href=\"https://prothemedesign.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Pro Theme Design</a>, a commercial WordPress theme shop, and has sold themes on WordPress.com for the past seven years. He likes the idea of Jetpack and all of his commercial themes support it, but a desire to deliver more performant and sustainable sites drove him to create Toolbelt. He&#8217;s working on a new free theme called <a href=\"https://github.com/BinaryMoon/jarvis\" rel=\"noopener noreferrer\" target=\"_blank\">Jarvis</a> that will be released on WordPress.org with full Toolbelt compatibility.</p>\n<p>&#8220;With my new theme I wanted to make something that was fast, private, and accessible. Inspired by people like Jack Lenox with <a href=\"https://sustywp.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Susty</a> (and <a href=\"https://wordpress.tv/2019/08/27/jack-lenox-how-better-performing-websites-can-help-save-the-planet-2/\" rel=\"noopener noreferrer\" target=\"_blank\">his talk at WordCamp Europe</a>), I wanted to make something more sustainable. In testing my theme on my personal site I found that Jetpack was slowing it down. So I started rebuilding the features I wanted to use as an optimized plugin.&#8221;</p>\n<p>Toolbelt currently includes more than a dozen modules, offered in a format similar to Jetpack but with a dramatically stripped down management interface in the admin. All modules are disabled by default so users can turn on only the ones they need.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-09-02-at-11.01.15-PM.png?ssl=1\"><img /></a></p>\n<p>The settings page includes a column that transparently displays the page impact for several of the modules, as high performance is one of Gillbanks&#8217; chief goals for the plugin.</p>\n<p>&#8220;I had been testing my theme on a dev server and it was getting a score of 99 or 100 &#8211; but when I added it to my personal site the score dropped,&#8221; he said. &#8220;It took me a while to realize the problem was Jetpack, and once I had disabled Jetpack my score went up to 99 or 100 again. So now, each time I add a feature, I test the site to make sure I am maintaining the performance I am testing my site, with each feature and &#8211; hopefully &#8211; keeping the score nice and high.&#8221;</p>\n<p>Although Toolbelt borrows a lot of code from both <a href=\"https://wordpress.org/plugins/jetpack/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack</a> and the <a href=\"https://github.com/nilovelez/machete/\" rel=\"noopener noreferrer\" target=\"_blank\">Machete</a> plugin, Gillbanks made some deliberate choices in favor of performance when loading the code for the modules:</p>\n<ul>\n<li>Doesn’t use jQuery or any other javascript framework. All javascript is vanilla js, and minified.</li>\n<li>Minifies all assets (JS and CSS)</li>\n<li>Loads all assets inline. They are already small, and loading them directly on the page means there are no server requests.</li>\n<li>Only loads things when they are needed. JS and CSS are only loaded for activated modules.</li>\n<li>No options. There’s only one database option, and that’s an array that stores what modules are active.</li>\n<li>Uses the minimum code possible. Minimum Javascript and PHP. Less code means more speed, and fewer bugs.</li>\n</ul>\n<h3>Toolbelt&#8217;s Approach to Privacy: No Phoning Out, No User Tracking</h3>\n<p>Privacy is one of the most important aspects of the plugin for Gillbanks, who is English and has to deal with GDPR and EU cookie laws. Toolbelt does not phone out for any of its features, nor does the plugin share data with third parties or use standard social sharing JavaScripts. It also does not track usage or add any comments to the site&#8217;s HTML.</p>\n<p>&#8220;One of the downsides of Jetpack is that it relies on the wordpress.com servers, including hosting images and content on their site,&#8221; Gillbanks said. &#8220;Things like Related Posts sync the blog post data to their servers so it can be searched and filtered.&#8221;</p>\n<p>The privacy choices built into Toolbelt may limit Gillbanks&#8217; ability to reproduce certain features that rely on third-party servers, such as visitor stats, downtime monitoring, and image CDN.</p>\n<p>&#8220;I&#8217;m not sure if I&#8217;ll add these features, or partner with privacy focused third party services,&#8221; Gillbanks said. &#8220;I must admit I&#8217;d really like to add the stats so I&#8217;m hoping I can find someone to work with.&#8221;</p>\n<p>Toolbelt is heavily inspired by Jetpack but Gillbanks said he doesn&#8217;t plan to rebuild all of its features. He is starting with the easier ones and focusing on the ones he wants to use. He also doesn&#8217;t have plans to monetize it anytime soon.</p>\n<p>&#8220;I&#8217;m open to adding premium features in the future, but if I do I won&#8217;t start charging for anything that is currently free,&#8221; he said. &#8220;For the time being I just want to keep adding more modules and making something that I find useful.&#8221;</p>\n<p>Gillbanks is currently working on improving Toolbelt&#8217;s cookie consent bar to build a method for having it allow an &#8216;accept&#8217; and &#8216;decline&#8217; option, so that tracking is only enabled when users press the accept button. This assists those who want to follow GDPR guidelines more strictly. The current implementation automatically links to the site&#8217;s privacy policy page if the user has it setup in their site settings.</p>\n<p>Toolbelt doesn&#8217;t have any settings, besides what modules are active on the site, but Gillbanks has created a collection of actions and filters that allow developers to customize things for clients/ themes. The <a href=\"https://github.com/BinaryMoon/wp-toolbelt/wiki\" rel=\"noopener noreferrer\" target=\"_blank\">documentation</a> is available on GitHub, where users can also submit issues and feature requests.</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, 03 Sep 2019 20:13:43 +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:\"Sarah Gooding\";s: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:\"Fri, 27 Sep 2019 20:38:47 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 27 Sep 2019 20:15:09 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:\"20190816002839\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1394, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1569659927', 'no'),
(1395, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1569616727', 'no'),
(1396, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1569659927', 'no'),
(1397, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/\'>WordPress 5.3 Beta 1</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\'>WPTavern: Rebirth of Creativity: Gutenberg and the Future of WordPress Themes</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/rich-reviews-plugin-discontinued-after-vulnerabilities-exploited-in-the-wild\'>WPTavern: Rich Reviews Plugin Discontinued after Vulnerabilities Exploited in the Wild</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/gatsby-raises-15m-plans-to-invest-more-heavily-in-wordpress-and-cms-integrations\'>WPTavern: Gatsby Raises $15M, Plans to Invest More Heavily in WordPress and CMS Integrations</a></li></ul></div>', 'no'),
(1398, 'ai1wm_secret_key', 'bRcOSsc8PFYp', 'yes'),
(1399, '_transient_timeout_foogallery_extensions_available', '1569703178', 'no'),
(1400, '_transient_foogallery_extensions_available', 'a:5:{i:0;a:11:{s:4:\"slug\";s:17:\"default_templates\";s:5:\"class\";s:38:\"FooGallery_Default_Templates_Extension\";s:10:\"categories\";a:2:{i:0;s:8:\"Featured\";i:1;s:4:\"Free\";}s:5:\"title\";s:17:\"Default Templates\";s:11:\"description\";s:30:\"The bundled gallery templates.\";s:6:\"author\";s:10:\"FooPlugins\";s:10:\"author_url\";s:21:\"http://fooplugins.com\";s:9:\"thumbnail\";s:68:\"https://s3.amazonaws.com/foogallery/extensions/default_templates.png\";s:4:\"tags\";a:1:{i:0;s:8:\"template\";}s:6:\"source\";s:7:\"bundled\";s:20:\"activated_by_default\";b:1;}i:1;a:11:{s:4:\"slug\";s:6:\"albums\";s:5:\"class\";s:27:\"FooGallery_Albums_Extension\";s:5:\"title\";s:6:\"Albums\";s:10:\"categories\";a:1:{i:0;s:4:\"Free\";}s:11:\"description\";s:39:\"Group your galleries into albums. Boom!\";s:4:\"html\";s:39:\"Group your galleries into albums. Boom!\";s:6:\"author\";s:10:\"FooPlugins\";s:10:\"author_url\";s:21:\"http://fooplugins.com\";s:9:\"thumbnail\";s:40:\"/extensions/albums/foogallery-albums.png\";s:4:\"tags\";a:1:{i:0;s:13:\"functionality\";}s:6:\"source\";s:7:\"bundled\";}i:2;a:15:{s:4:\"slug\";s:6:\"foobox\";s:5:\"class\";s:27:\"FooGallery_FooBox_Extension\";s:10:\"categories\";a:2:{i:0;s:8:\"Featured\";i:1;s:7:\"Premium\";}s:4:\"file\";s:15:\"foobox-free.php\";s:5:\"title\";s:10:\"FooBox PRO\";s:11:\"description\";s:53:\"The best lightbox for WordPress just got even better!\";s:5:\"price\";s:3:\"$27\";s:6:\"author\";s:10:\"FooPlugins\";s:10:\"author_url\";s:21:\"http://fooplugins.com\";s:9:\"thumbnail\";s:57:\"https://s3.amazonaws.com/foogallery/extensions/foobox.png\";s:4:\"tags\";a:2:{i:0;s:7:\"premium\";i:1;s:8:\"lightbox\";}s:6:\"source\";s:10:\"fooplugins\";s:15:\"download_button\";a:4:{s:4:\"text\";s:8:\"Buy Now!\";s:6:\"target\";s:6:\"_blank\";s:4:\"href\";s:36:\"http://fooplugins.com/plugins/foobox\";s:7:\"confirm\";b:0;}s:20:\"activated_by_default\";b:1;s:16:\"remove_if_active\";a:1:{i:0;s:21:\"foobox-image-lightbox\";}}i:3;a:10:{s:4:\"slug\";s:7:\"nextgen\";s:5:\"class\";s:45:\"FooGallery_Nextgen_Gallery_Importer_Extension\";s:10:\"categories\";a:1:{i:0;s:4:\"Free\";}s:5:\"title\";s:16:\"NextGen Importer\";s:11:\"description\";s:43:\"Imports all your existing NextGen galleries\";s:6:\"author\";s:10:\"FooPlugins\";s:10:\"author_url\";s:21:\"http://fooplugins.com\";s:9:\"thumbnail\";s:67:\"https://s3.amazonaws.com/foogallery/extensions/nextgen_importer.png\";s:4:\"tags\";a:1:{i:0;s:5:\"tools\";}s:6:\"source\";s:7:\"bundled\";}i:4;a:13:{s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:5:\"class\";s:32:\"FooGallery_FooBox_Free_Extension\";s:10:\"categories\";a:1:{i:0;s:4:\"Free\";}s:4:\"file\";s:15:\"foobox-free.php\";s:5:\"title\";s:11:\"FooBox FREE\";s:11:\"description\";s:37:\"The best lightbox for WordPress. Free\";s:6:\"author\";s:10:\"FooPlugins\";s:10:\"author_url\";s:21:\"http://fooplugins.com\";s:9:\"thumbnail\";s:62:\"https://s3.amazonaws.com/foogallery/extensions/foobox_free.png\";s:4:\"tags\";a:1:{i:0;s:8:\"lightbox\";}s:6:\"source\";s:4:\"repo\";s:20:\"activated_by_default\";b:1;s:15:\"minimum_version\";s:7:\"1.0.2.1\";}}', 'no'),
(1401, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:306:\"<a href=\"http://localhost/wordpress/wp-content/ai1wm-backups/localhost-wordpress-20190927-204238-811.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"localhost\" download=\"localhost-wordpress-20190927-204238-811.wpress\"><span>Download localhost</span><em>Size: 137 MB</em></a>\";}', 'yes');

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1129 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(18, 14, '_wp_attached_file', '2019/08/67968163_103403851024873_3131253182823399424_n.png'),
(19, 14, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2019/08/67968163_103403851024873_3131253182823399424_n.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"67968163_103403851024873_3131253182823399424_n-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20, 15, '_wp_attached_file', '2019/08/68618319_103576614340930_1433572874093854720_n.jpg'),
(21, 15, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:628;s:4:\"file\";s:58:\"2019/08/68618319_103576614340930_1433572874093854720_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-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:58:\"68618319_103576614340930_1433572874093854720_n-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-830x543.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-230x150.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-350x229.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68618319_103576614340930_1433572874093854720_n-480x314.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:314;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:{}}}'),
(22, 16, '_wp_attached_file', '2019/08/Screenshot_20190728_185839.png'),
(23, 16, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1003;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2019/08/Screenshot_20190728_185839.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-768x613.png\";s:5:\"width\";i:768;s:6:\"height\";i:613;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-830x662.png\";s:5:\"width\";i:830;s:6:\"height\";i:662;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-230x183.png\";s:5:\"width\";i:230;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-350x279.png\";s:5:\"width\";i:350;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:38:\"Screenshot_20190728_185839-480x383.png\";s:5:\"width\";i:480;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24, 17, '_wp_attached_file', '2019/08/68512931_103551517676773_8876721760356007936_n.jpg'),
(25, 17, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:58:\"2019/08/68512931_103551517676773_8876721760356007936_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68512931_103551517676773_8876721760356007936_n-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:58:\"68512931_103551517676773_8876721760356007936_n-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:58:\"68512931_103551517676773_8876721760356007936_n-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68512931_103551517676773_8876721760356007936_n-830x553.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68512931_103551517676773_8876721760356007936_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68512931_103551517676773_8876721760356007936_n-230x153.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68512931_103551517676773_8876721760356007936_n-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68512931_103551517676773_8876721760356007936_n-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:{}}}'),
(26, 18, '_wp_attached_file', '2019/08/69257252_103551787676746_1569865621053636608_n.jpg'),
(27, 18, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:58:\"2019/08/69257252_103551787676746_1569865621053636608_n.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"69257252_103551787676746_1569865621053636608_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28, 19, '_wp_attached_file', '2019/08/68293351_103551524343439_7310879870823694336_n.jpg'),
(29, 19, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:611;s:4:\"file\";s:58:\"2019/08/68293351_103551524343439_7310879870823694336_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-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:58:\"68293351_103551524343439_7310879870823694336_n-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-768x489.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-830x528.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-230x146.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-350x223.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68293351_103551524343439_7310879870823694336_n-480x306.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:306;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:{}}}'),
(30, 20, '_wp_attached_file', '2019/08/68657008_103566141008644_4009786561376813056_n.jpg'),
(31, 20, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:675;s:4:\"file\";s:58:\"2019/08/68657008_103566141008644_4009786561376813056_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-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:58:\"68657008_103566141008644_4009786561376813056_n-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-830x584.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-230x162.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-350x246.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68657008_103566141008644_4009786561376813056_n-480x338.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:338;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:{}}}'),
(32, 21, '_wp_attached_file', '2019/08/68401693_103566291008629_6434501470636212224_n.jpg'),
(33, 21, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:58:\"2019/08/68401693_103566291008629_6434501470636212224_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68401693_103566291008629_6434501470636212224_n-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:58:\"68401693_103566291008629_6434501470636212224_n-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68401693_103566291008629_6434501470636212224_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68401693_103566291008629_6434501470636212224_n-230x307.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68401693_103566291008629_6434501470636212224_n-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68401693_103566291008629_6434501470636212224_n-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;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:{}}}'),
(34, 22, '_wp_attached_file', '2019/08/67890538_103547731010485_6974925170993528832_n.jpg'),
(35, 22, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:58:\"2019/08/67890538_103547731010485_6974925170993528832_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"67890538_103547731010485_6974925170993528832_n-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:58:\"67890538_103547731010485_6974925170993528832_n-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"67890538_103547731010485_6974925170993528832_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"67890538_103547731010485_6974925170993528832_n-230x307.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"67890538_103547731010485_6974925170993528832_n-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"67890538_103547731010485_6974925170993528832_n-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;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:{}}}'),
(36, 23, '_wp_attached_file', '2019/08/68395828_103566397675285_6450980955208286208_n.jpg'),
(37, 23, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:898;s:6:\"height\";i:898;s:4:\"file\";s:58:\"2019/08/68395828_103566397675285_6450980955208286208_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-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:58:\"68395828_103566397675285_6450980955208286208_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-830x830.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68395828_103566397675285_6450980955208286208_n-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),
(38, 24, '_wp_attached_file', '2019/08/67949605_103553904343201_6900274228457635840_n.jpg'),
(39, 24, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:803;s:6:\"height\";i:652;s:4:\"file\";s:58:\"2019/08/67949605_103553904343201_6900274228457635840_n.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"67949605_103553904343201_6900274228457635840_n-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:58:\"67949605_103553904343201_6900274228457635840_n-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"67949605_103553904343201_6900274228457635840_n-768x624.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"67949605_103553904343201_6900274228457635840_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"67949605_103553904343201_6900274228457635840_n-230x187.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"67949605_103553904343201_6900274228457635840_n-350x284.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"67949605_103553904343201_6900274228457635840_n-480x390.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:390;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:{}}}'),
(40, 25, '_wp_attached_file', '2019/08/68275435_103575724341019_5905086089286123520_n.jpg'),
(41, 25, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:533;s:6:\"height\";i:960;s:4:\"file\";s:58:\"2019/08/68275435_103575724341019_5905086089286123520_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68275435_103575724341019_5905086089286123520_n-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:58:\"68275435_103575724341019_5905086089286123520_n-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68275435_103575724341019_5905086089286123520_n-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68275435_103575724341019_5905086089286123520_n-230x414.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68275435_103575724341019_5905086089286123520_n-350x630.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68275435_103575724341019_5905086089286123520_n-480x865.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:865;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:{}}}'),
(42, 26, '_wp_attached_file', '2019/08/68812611_103575741007684_8739138349953974272_n.jpg'),
(43, 26, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2019/08/68812611_103575741007684_8739138349953974272_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-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:58:\"68812611_103575741007684_8739138349953974272_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-830x623.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-230x173.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68812611_103575741007684_8739138349953974272_n-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(44, 27, '_wp_attached_file', '2019/08/68354070_103576644340927_5544441559501504512_n.jpg'),
(45, 27, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2019/08/68354070_103576644340927_5544441559501504512_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-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:58:\"68354070_103576644340927_5544441559501504512_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-830x623.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-230x173.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:58:\"68354070_103576644340927_5544441559501504512_n-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69, 33, '_wp_attached_file', '2019/08/cropped-Screenshot_20190728_185839.png'),
(70, 33, '_wp_attachment_context', 'custom-header'),
(71, 33, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:46:\"2019/08/cropped-Screenshot_20190728_185839.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"cropped-Screenshot_20190728_185839-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-830x466.png\";s:5:\"width\";i:830;s:6:\"height\";i:466;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-230x129.png\";s:5:\"width\";i:230;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-350x197.png\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:46:\"cropped-Screenshot_20190728_185839-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:16;}'),
(72, 33, '_wp_attachment_custom_header_last_used_sydney', '1565984929'),
(73, 33, '_wp_attachment_is_custom_header', 'sydney'),
(208, 60, '_edit_lock', '1569527807:1'),
(215, 62, '_wp_attached_file', '2019/08/cropped-Screenshot_20190728_185839-1.png'),
(216, 62, '_wp_attachment_context', 'custom-header'),
(217, 62, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:48:\"2019/08/cropped-Screenshot_20190728_185839-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-Screenshot_20190728_185839-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cropped-Screenshot_20190728_185839-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cropped-Screenshot_20190728_185839-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"cropped-Screenshot_20190728_185839-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:48:\"cropped-Screenshot_20190728_185839-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:16;}'),
(218, 62, '_wp_attachment_custom_header_last_used_twentyseventeen', '1565987042'),
(219, 62, '_wp_attachment_is_custom_header', 'twentyseventeen'),
(226, 60, '_edit_last', '1'),
(246, 60, '_oembed_641f931c0f2a455297a5ebfd78eeadc3', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\" data-width=\"640\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(247, 60, '_oembed_time_641f931c0f2a455297a5ebfd78eeadc3', '1567400390'),
(257, 96, '_edit_lock', '1569528018:1'),
(258, 96, '_edit_last', '1'),
(259, 99, '_menu_item_type', 'post_type'),
(260, 99, '_menu_item_menu_item_parent', '0'),
(261, 99, '_menu_item_object_id', '96'),
(262, 99, '_menu_item_object', 'page'),
(263, 99, '_menu_item_target', ''),
(264, 99, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(265, 99, '_menu_item_xfn', ''),
(266, 99, '_menu_item_url', ''),
(277, 112, '_wp_attached_file', '2019/08/67890538_103547731010485_6974925170993528832_n-1.jpg'),
(278, 112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2019/08/67890538_103547731010485_6974925170993528832_n-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"67890538_103547731010485_6974925170993528832_n-1-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:60:\"67890538_103547731010485_6974925170993528832_n-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(281, 115, '_wp_attached_file', '2019/08/cropped-68293351_103551524343439_7310879870823694336_n.jpg'),
(282, 115, '_wp_attachment_context', 'custom-logo'),
(283, 115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:190;s:6:\"height\";i:190;s:4:\"file\";s:66:\"2019/08/cropped-68293351_103551524343439_7310879870823694336_n.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"cropped-68293351_103551524343439_7310879870823694336_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(296, 60, '_oembed_4c21754004d4b08d39f980c49e9cadfd', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\" data-width=\"1170\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(297, 60, '_oembed_time_4c21754004d4b08d39f980c49e9cadfd', '1565994890'),
(299, 60, '_oembed_fa8c20a2c289b0e5d835aaa10803763b', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\" data-width=\"590\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(300, 60, '_oembed_time_fa8c20a2c289b0e5d835aaa10803763b', '1565996847'),
(314, 1, '_edit_lock', '1566109586:1'),
(315, 134, '_edit_lock', '1566610535:1'),
(316, 134, '_edit_last', '1'),
(318, 21, '_wp_attachment_image_alt', 'Tim Nicholson getting an award for something.'),
(320, 139, '_edit_lock', '1566603275:1'),
(322, 139, '_edit_last', '1'),
(325, 143, '_edit_lock', '1569125562:1'),
(326, 143, '_oembed_c949953e11548233215dda6b69e0d0d3', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\" data-width=\"640\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(327, 143, '_oembed_time_c949953e11548233215dda6b69e0d0d3', '1569125394'),
(328, 143, '_oembed_1c30cca0e0f7c351cfc43ab766cd9569', '<iframe title=\"Wade In The Water OFFICIAL TRAILER (2019)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/9Encv0m_ojE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(329, 143, '_oembed_time_1c30cca0e0f7c351cfc43ab766cd9569', '1569125394'),
(330, 143, '_edit_last', '1'),
(332, 60, '_oembed_927217c62ca92bf03bad5b2871540d22', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\" data-width=\"1140\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(333, 60, '_oembed_time_927217c62ca92bf03bad5b2871540d22', '1566281147'),
(345, 60, '_oembed_effb7aec7e9a9ffc93e1f9f636db6d26', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\" data-width=\"525\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(346, 60, '_oembed_time_effb7aec7e9a9ffc93e1f9f636db6d26', '1566536726'),
(353, 159, '_menu_item_type', 'custom'),
(354, 159, '_menu_item_menu_item_parent', '0'),
(355, 159, '_menu_item_object_id', '159'),
(356, 159, '_menu_item_object', 'custom'),
(357, 159, '_menu_item_target', ''),
(358, 159, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(359, 159, '_menu_item_xfn', ''),
(360, 159, '_menu_item_url', 'http://localhost/wordpress/wp-content/uploads/2019/09/Headshot-resume-8_19.pdf'),
(369, 161, '_menu_item_type', 'post_type'),
(370, 161, '_menu_item_menu_item_parent', '0'),
(371, 161, '_menu_item_object_id', '134'),
(372, 161, '_menu_item_object', 'page'),
(373, 161, '_menu_item_target', ''),
(374, 161, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(375, 161, '_menu_item_xfn', ''),
(376, 161, '_menu_item_url', ''),
(395, 166, '_menu_item_type', 'post_type'),
(396, 166, '_menu_item_menu_item_parent', '0'),
(397, 166, '_menu_item_object_id', '143'),
(398, 166, '_menu_item_object', 'page'),
(399, 166, '_menu_item_target', ''),
(400, 166, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(401, 166, '_menu_item_xfn', ''),
(402, 166, '_menu_item_url', ''),
(407, 139, '_wp_old_date', '2019-08-18'),
(419, 170, '_edit_lock', '1566604165:1'),
(421, 170, '_edit_last', '1'),
(422, 170, '_encloseme', '1'),
(424, 174, '_menu_item_type', 'custom'),
(425, 174, '_menu_item_menu_item_parent', '0'),
(426, 174, '_menu_item_object_id', '174'),
(427, 174, '_menu_item_object', 'custom'),
(428, 174, '_menu_item_target', ''),
(429, 174, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(430, 174, '_menu_item_xfn', ''),
(431, 174, '_menu_item_url', 'https://www.facebook.com/pg/Tom-E-Nicholson-103396261025632/'),
(440, 177, '_menu_item_type', 'custom'),
(441, 177, '_menu_item_menu_item_parent', '0'),
(442, 177, '_menu_item_object_id', '177'),
(443, 177, '_menu_item_object', 'custom'),
(444, 177, '_menu_item_target', ''),
(445, 177, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(446, 177, '_menu_item_xfn', ''),
(447, 177, '_menu_item_url', 'https://www.imdb.com/name/nm7223247/'),
(448, 178, '_menu_item_type', 'custom'),
(449, 178, '_menu_item_menu_item_parent', '0'),
(450, 178, '_menu_item_object_id', '178'),
(451, 178, '_menu_item_object', 'custom'),
(452, 178, '_menu_item_target', ''),
(453, 178, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(454, 178, '_menu_item_xfn', ''),
(455, 178, '_menu_item_url', 'https://www.linkedin.com/in/tom-e-nicholson-5a5110/'),
(459, 174, '_menu_item_image_size', 'menu-36x36'),
(460, 174, '_menu_item_image_title_position', 'after'),
(461, 174, 'inline_featured_image', '0'),
(462, 178, '_menu_item_image_size', 'menu-36x36'),
(463, 178, '_menu_item_image_title_position', 'after'),
(464, 178, 'inline_featured_image', '0'),
(465, 177, '_menu_item_image_size', 'full'),
(466, 177, '_menu_item_image_title_position', 'after'),
(467, 177, 'inline_featured_image', '0'),
(468, 179, '_wp_attached_file', '2019/08/tom-image_fix.png'),
(469, 179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2019/08/tom-image_fix.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tom-image_fix-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"tom-image_fix-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"tom-image_fix-768x540.png\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:23:\"tom-image_fix-24x17.png\";s:5:\"width\";i:24;s:6:\"height\";i:17;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:23:\"tom-image_fix-36x25.png\";s:5:\"width\";i:36;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:23:\"tom-image_fix-48x34.png\";s:5:\"width\";i:48;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(470, 179, '_wp_attachment_image_alt', 'Picture of Tom E. Nicholson'),
(471, 60, 'inline_featured_image', '0'),
(474, 179, '_edit_lock', '1566785601:1'),
(477, 179, '_edit_last', '1'),
(491, 200, '_wp_attached_file', '2019/09/IMG_20190520_092852_465.jpg'),
(492, 200, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:742;s:4:\"file\";s:35:\"2019/09/IMG_20190520_092852_465.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20190520_092852_465-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:35:\"IMG_20190520_092852_465-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;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:{}}}'),
(493, 201, '_wp_attached_file', '2019/09/IMG_20190618_155237_363.jpg'),
(494, 201, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2019/09/IMG_20190618_155237_363.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20190618_155237_363-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:35:\"IMG_20190618_155237_363-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:35:\"IMG_20190618_155237_363-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),
(495, 202, '_wp_attached_file', '2019/09/TomHS1.5-1.jpg'),
(496, 202, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4305;s:6:\"height\";i:3840;s:4:\"file\";s:22:\"2019/09/TomHS1.5-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"TomHS1.5-1-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:22:\"TomHS1.5-1-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"TomHS1.5-1-768x685.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"TomHS1.5-1-1024x913.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:913;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"TomHS1.5-1-1568x1399.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566865498\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(497, 203, '_wp_attached_file', '2019/09/TomENicholson8.24.192-1.jpg'),
(498, 203, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6480;s:6:\"height\";i:4320;s:4:\"file\";s:35:\"2019/09/TomENicholson8.24.192-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"TomENicholson8.24.192-1-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:35:\"TomENicholson8.24.192-1-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:35:\"TomENicholson8.24.192-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"TomENicholson8.24.192-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"TomENicholson8.24.192-1-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566438849\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(500, 208, 'inline_featured_image', '0'),
(501, 208, '_edit_last', '1'),
(502, 208, 'wpsisac_slide_link', ''),
(503, 208, '_edit_lock', '1567400827:1'),
(506, 210, '_edit_lock', '1567848430:1'),
(507, 210, '_wp_trash_meta_status', 'publish'),
(508, 210, '_wp_trash_meta_time', '1567848437'),
(509, 211, 'inline_featured_image', '0'),
(510, 211, '_edit_lock', '1568347876:1'),
(511, 211, '_edit_last', '1'),
(513, 213, '_menu_item_type', 'post_type'),
(514, 213, '_menu_item_menu_item_parent', '0'),
(515, 213, '_menu_item_object_id', '211'),
(516, 213, '_menu_item_object', 'page'),
(517, 213, '_menu_item_target', ''),
(518, 213, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(519, 213, '_menu_item_xfn', ''),
(520, 213, '_menu_item_url', ''),
(521, 214, '_wp_trash_meta_status', 'publish'),
(522, 214, '_wp_trash_meta_time', '1567848728'),
(525, 216, 'title', 'NextGEN Basic Thumbnails'),
(526, 216, 'module_id', 'photocrati-nextgen_basic_gallery'),
(527, 216, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#thumb_preview.jpg'),
(528, 216, 'default_source', 'galleries'),
(529, 216, 'view_order', '10000'),
(530, 216, 'name', 'photocrati-nextgen_basic_thumbnails'),
(531, 216, 'installed_at_version', '3.2.11'),
(532, 216, 'hidden_from_ui', ''),
(533, 216, 'hidden_from_igw', ''),
(534, 216, '__defaults_set', '1'),
(535, 216, 'filter', 'raw'),
(536, 216, 'entity_types', 'WyJpbWFnZSJd');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(537, 216, 'aliases', 'WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),
(538, 216, 'id_field', 'ID'),
(539, 216, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjQiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoyNDAsInRodW1ibmFpbF9oZWlnaHQiOjE2MCwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjAsInRlbXBsYXRlIjoiIiwiZGlzcGxheV9ub19pbWFnZXNfZXJyb3IiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwic2hvd19zbGlkZXNob3dfbGluayI6MCwic2xpZGVzaG93X2xpbmtfdGV4dCI6IlZpZXcgU2xpZGVzaG93Iiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),
(540, 217, 'title', 'NextGEN Basic Slideshow'),
(541, 217, 'module_id', 'photocrati-nextgen_basic_gallery'),
(542, 217, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#slideshow_preview.jpg'),
(543, 217, 'default_source', 'galleries'),
(544, 217, 'view_order', '10010'),
(545, 217, 'name', 'photocrati-nextgen_basic_slideshow'),
(546, 217, 'installed_at_version', '3.2.11'),
(547, 217, 'hidden_from_ui', ''),
(548, 217, 'hidden_from_igw', ''),
(549, 217, '__defaults_set', '1'),
(550, 217, 'filter', 'raw'),
(551, 217, 'entity_types', 'WyJpbWFnZSJd'),
(552, 217, 'aliases', 'WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),
(553, 217, 'id_field', 'ID'),
(554, 217, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjo3NTAsImdhbGxlcnlfaGVpZ2h0Ijo1MDAsInNob3dfdGh1bWJuYWlsX2xpbmsiOjAsInRodW1ibmFpbF9saW5rX3RleHQiOiJWaWV3IFRodW1ibmFpbHMiLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhdXRvcGxheSI6MSwicGF1c2VvbmhvdmVyIjoxLCJhcnJvd3MiOjAsImludGVydmFsIjozMDAwLCJ0cmFuc2l0aW9uX3NwZWVkIjozMDAsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),
(555, 218, 'title', 'NextGEN Basic ImageBrowser'),
(556, 218, 'preview_image_relpath', 'photocrati-nextgen_basic_imagebrowser#preview.jpg'),
(557, 218, 'default_source', 'galleries'),
(558, 218, 'view_order', '10020'),
(559, 218, 'name', 'photocrati-nextgen_basic_imagebrowser'),
(560, 218, 'installed_at_version', '3.2.11'),
(561, 218, 'hidden_from_ui', ''),
(562, 218, 'hidden_from_igw', ''),
(563, 218, '__defaults_set', '1'),
(564, 218, 'filter', 'raw'),
(565, 218, 'entity_types', 'WyJpbWFnZSJd'),
(566, 218, 'aliases', 'WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),
(567, 218, 'id_field', 'ID'),
(568, 218, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwidGVtcGxhdGUiOiIiLCJhamF4X3BhZ2luYXRpb24iOiIxIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),
(569, 219, 'title', 'NextGEN Basic SinglePic'),
(570, 219, 'preview_image_relpath', 'photocrati-nextgen_basic_singlepic#preview.gif'),
(571, 219, 'default_source', 'galleries'),
(572, 219, 'view_order', '10060'),
(573, 219, 'hidden_from_ui', '1'),
(574, 219, 'hidden_from_igw', '1'),
(575, 219, 'name', 'photocrati-nextgen_basic_singlepic'),
(576, 219, 'installed_at_version', '3.2.11'),
(577, 219, '__defaults_set', '1'),
(578, 219, 'filter', 'raw'),
(579, 219, 'entity_types', 'WyJpbWFnZSJd'),
(580, 219, 'aliases', 'WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),
(581, 219, 'id_field', 'ID'),
(582, 219, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),
(583, 220, 'title', 'NextGEN Basic TagCloud'),
(584, 220, 'preview_image_relpath', 'photocrati-nextgen_basic_tagcloud#preview.gif'),
(585, 220, 'default_source', 'tags'),
(586, 220, 'view_order', '10100'),
(587, 220, 'name', 'photocrati-nextgen_basic_tagcloud'),
(588, 220, 'installed_at_version', '3.2.11'),
(589, 220, 'hidden_from_ui', ''),
(590, 220, 'hidden_from_igw', ''),
(591, 220, '__defaults_set', '1'),
(592, 220, 'filter', 'raw'),
(593, 220, 'entity_types', 'WyJpbWFnZSJd'),
(594, 220, 'aliases', 'WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),
(595, 220, 'id_field', 'ID'),
(596, 220, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),
(597, 221, 'title', 'NextGEN Basic Compact Album'),
(598, 221, 'module_id', 'photocrati-nextgen_basic_album'),
(599, 221, 'preview_image_relpath', 'photocrati-nextgen_basic_album#compact_preview.jpg'),
(600, 221, 'default_source', 'albums'),
(601, 221, 'view_order', '10200'),
(602, 221, 'name', 'photocrati-nextgen_basic_compact_album'),
(603, 221, 'installed_at_version', '3.2.11'),
(604, 221, 'hidden_from_ui', ''),
(605, 221, 'hidden_from_igw', ''),
(606, 221, '__defaults_set', '1'),
(607, 221, 'filter', 'raw'),
(608, 221, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(609, 221, 'aliases', 'WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),
(610, 221, 'id_field', 'ID'),
(611, 221, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwidGVtcGxhdGUiOiIiLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),
(612, 222, 'title', 'NextGEN Basic Extended Album'),
(613, 222, 'module_id', 'photocrati-nextgen_basic_album'),
(614, 222, 'preview_image_relpath', 'photocrati-nextgen_basic_album#extended_preview.jpg'),
(615, 222, 'default_source', 'albums'),
(616, 222, 'view_order', '10210'),
(617, 222, 'name', 'photocrati-nextgen_basic_extended_album'),
(618, 222, 'installed_at_version', '3.2.11'),
(619, 222, 'hidden_from_ui', ''),
(620, 222, 'hidden_from_igw', ''),
(621, 222, '__defaults_set', '1'),
(622, 222, 'filter', 'raw'),
(623, 222, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(624, 222, 'aliases', 'WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),
(625, 222, 'id_field', 'ID'),
(626, 222, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwidGVtcGxhdGUiOiIiLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInRodW1ibmFpbF93aWR0aCI6MzAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoyMDAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),
(642, 224, '__defaults_set', '1'),
(643, 224, 'filter', 'raw'),
(644, 224, 'id_field', 'ID'),
(660, 226, '__defaults_set', '1'),
(661, 226, 'filter', 'raw'),
(662, 226, 'id_field', 'ID'),
(675, 227, '__defaults_set', '1'),
(676, 227, 'filter', 'raw'),
(677, 227, 'id_field', 'ID'),
(690, 228, '__defaults_set', '1'),
(691, 228, 'filter', 'raw'),
(692, 228, 'id_field', 'ID'),
(693, 237, '_wp_attached_file', '2019/09/2_TomHS1.5-1.jpg'),
(694, 237, '_ngg_image_id', '1'),
(695, 237, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2019/09/2_TomHS1.5-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"2_TomHS1.5-1-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:24:\"2_TomHS1.5-1-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"2_TomHS1.5-1-768x685.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"2_TomHS1.5-1-1024x914.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566865498\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(697, 60, 'ngg_post_thumbnail', '0'),
(698, 225, '__defaults_set', '1'),
(699, 225, 'filter', 'raw'),
(700, 225, 'id_field', 'ID'),
(716, 238, '__defaults_set', '1'),
(717, 238, 'filter', 'raw'),
(718, 238, 'id_field', 'ID'),
(719, 239, '__defaults_set', '1'),
(720, 239, 'filter', 'raw'),
(721, 239, 'id_field', 'ID'),
(734, 240, '__defaults_set', '1'),
(735, 240, 'filter', 'raw'),
(736, 240, 'id_field', 'ID'),
(749, 241, '__defaults_set', '1'),
(750, 241, 'filter', 'raw'),
(751, 241, 'id_field', 'ID'),
(764, 242, '__defaults_set', '1'),
(765, 242, 'filter', 'raw'),
(766, 242, 'id_field', 'ID'),
(779, 243, '__defaults_set', '1'),
(780, 243, 'filter', 'raw'),
(781, 243, 'id_field', 'ID'),
(794, 244, '__defaults_set', '1'),
(795, 244, 'filter', 'raw'),
(796, 244, 'id_field', 'ID'),
(809, 245, '__defaults_set', '1'),
(810, 245, 'filter', 'raw'),
(811, 245, 'id_field', 'ID'),
(824, 246, '__defaults_set', '1'),
(825, 246, 'filter', 'raw'),
(826, 246, 'id_field', 'ID'),
(839, 247, '__defaults_set', '1'),
(840, 247, 'filter', 'raw'),
(841, 247, 'id_field', 'ID'),
(854, 248, '__defaults_set', '1'),
(855, 248, 'filter', 'raw'),
(856, 248, 'id_field', 'ID'),
(869, 249, '__defaults_set', '1'),
(870, 249, 'filter', 'raw'),
(871, 249, 'id_field', 'ID'),
(884, 250, '__defaults_set', '1'),
(885, 250, 'filter', 'raw'),
(886, 250, 'id_field', 'ID'),
(899, 251, '__defaults_set', '1'),
(900, 251, 'filter', 'raw'),
(901, 251, 'id_field', 'ID'),
(914, 252, '__defaults_set', '1'),
(915, 252, 'filter', 'raw'),
(916, 252, 'id_field', 'ID'),
(929, 253, '__defaults_set', '1'),
(930, 253, 'filter', 'raw'),
(931, 253, 'id_field', 'ID'),
(944, 254, '__defaults_set', '1'),
(945, 254, 'filter', 'raw'),
(946, 254, 'id_field', 'ID'),
(959, 255, '__defaults_set', '1'),
(960, 255, 'filter', 'raw'),
(961, 255, 'id_field', 'ID'),
(974, 256, '__defaults_set', '1'),
(975, 256, 'filter', 'raw'),
(976, 256, 'id_field', 'ID'),
(989, 257, '__defaults_set', '1'),
(990, 257, 'filter', 'raw'),
(991, 257, 'id_field', 'ID'),
(1004, 258, '__defaults_set', '1'),
(1005, 258, 'filter', 'raw'),
(1006, 258, 'id_field', 'ID'),
(1007, 263, 'inline_featured_image', '0'),
(1008, 263, '_edit_last', '1'),
(1009, 263, '_edit_lock', '1567851512:1'),
(1010, 263, 'foogallery_attachments', 'a:20:{i:0;s:3:\"237\";i:1;s:3:\"203\";i:2;s:3:\"201\";i:3;s:3:\"202\";i:4;s:3:\"200\";i:5;s:3:\"179\";i:6;s:3:\"112\";i:7;s:2:\"27\";i:8;s:2:\"24\";i:9;s:2:\"25\";i:10;s:2:\"26\";i:11;s:2:\"21\";i:12;s:2:\"22\";i:13;s:2:\"23\";i:14;s:2:\"20\";i:15;s:2:\"19\";i:16;s:2:\"18\";i:17;s:2:\"17\";i:18;s:2:\"16\";i:19;s:2:\"15\";}'),
(1011, 263, 'foogallery_template', 'simple_portfolio'),
(1012, 263, '_foogallery_settings', 'a:27:{s:21:\"foogallery_items_view\";s:7:\"preview\";s:37:\"simple_portfolio_thumbnail_dimensions\";a:2:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"200\";}s:31:\"simple_portfolio_thumbnail_link\";s:5:\"image\";s:25:\"simple_portfolio_lightbox\";s:6:\"foobox\";s:23:\"simple_portfolio_gutter\";s:2:\"40\";s:22:\"simple_portfolio_align\";s:6:\"center\";s:33:\"simple_portfolio_caption_position\";s:0:\"\";s:37:\"simple_portfolio_caption_title_source\";s:0:\"\";s:36:\"simple_portfolio_caption_desc_source\";s:0:\"\";s:38:\"simple_portfolio_captions_limit_length\";s:0:\"\";s:22:\"simple_portfolio_theme\";s:8:\"fg-light\";s:28:\"simple_portfolio_border_size\";s:14:\"fg-border-thin\";s:32:\"simple_portfolio_rounded_corners\";s:0:\"\";s:28:\"simple_portfolio_drop_shadow\";s:17:\"fg-shadow-outline\";s:29:\"simple_portfolio_inner_shadow\";s:0:\"\";s:29:\"simple_portfolio_loading_icon\";s:18:\"fg-loading-default\";s:30:\"simple_portfolio_loaded_effect\";s:17:\"fg-loaded-fade-in\";s:35:\"simple_portfolio_hover_effect_color\";s:0:\"\";s:35:\"simple_portfolio_hover_effect_scale\";s:0:\"\";s:40:\"simple_portfolio_hover_effect_transition\";s:13:\"fg-hover-fade\";s:34:\"simple_portfolio_hover_effect_icon\";s:13:\"fg-hover-zoom\";s:28:\"simple_portfolio_paging_type\";s:0:\"\";s:32:\"simple_portfolio_custom_settings\";s:0:\"\";s:34:\"simple_portfolio_custom_attributes\";s:0:\"\";s:25:\"simple_portfolio_lazyload\";s:0:\"\";s:36:\"simple_portfolio_hover_effect_preset\";s:9:\"fg-custom\";s:48:\"simple_portfolio_hover_effect_caption_visibility\";s:17:\"fg-caption-always\";}'),
(1013, 263, 'foogallery_sort', ''),
(1019, 270, 'inline_featured_image', '0'),
(1020, 270, '_edit_last', '1'),
(1021, 270, '_edit_lock', '1567851678:1'),
(1022, 270, 'foogallery_attachments', 'a:4:{i:0;s:3:\"237\";i:1;s:3:\"203\";i:2;s:3:\"201\";i:3;s:3:\"202\";}'),
(1023, 270, 'foogallery_template', 'image-viewer'),
(1024, 270, '_foogallery_settings', 'a:27:{s:21:\"foogallery_items_view\";s:7:\"preview\";s:27:\"image-viewer_thumbnail_size\";a:3:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";s:4:\"crop\";s:1:\"1\";}s:27:\"image-viewer_thumbnail_link\";s:5:\"image\";s:21:\"image-viewer_lightbox\";s:6:\"foobox\";s:22:\"image-viewer_alignment\";s:9:\"fg-center\";s:20:\"image-viewer_looping\";s:7:\"enabled\";s:22:\"image-viewer_text-prev\";s:4:\"Prev\";s:20:\"image-viewer_text-of\";s:2:\"of\";s:22:\"image-viewer_text-next\";s:4:\"Next\";s:18:\"image-viewer_theme\";s:8:\"fg-light\";s:24:\"image-viewer_border_size\";s:14:\"fg-border-thin\";s:28:\"image-viewer_rounded_corners\";s:0:\"\";s:24:\"image-viewer_drop_shadow\";s:17:\"fg-shadow-outline\";s:25:\"image-viewer_inner_shadow\";s:0:\"\";s:25:\"image-viewer_loading_icon\";s:18:\"fg-loading-default\";s:26:\"image-viewer_loaded_effect\";s:17:\"fg-loaded-fade-in\";s:31:\"image-viewer_hover_effect_color\";s:0:\"\";s:31:\"image-viewer_hover_effect_scale\";s:0:\"\";s:44:\"image-viewer_hover_effect_caption_visibility\";s:16:\"fg-caption-hover\";s:36:\"image-viewer_hover_effect_transition\";s:13:\"fg-hover-fade\";s:30:\"image-viewer_hover_effect_icon\";s:13:\"fg-hover-zoom\";s:33:\"image-viewer_caption_title_source\";s:0:\"\";s:32:\"image-viewer_caption_desc_source\";s:0:\"\";s:34:\"image-viewer_captions_limit_length\";s:0:\"\";s:28:\"image-viewer_custom_settings\";s:0:\"\";s:30:\"image-viewer_custom_attributes\";s:0:\"\";s:21:\"image-viewer_lazyload\";s:0:\"\";}'),
(1025, 270, 'foogallery_sort', ''),
(1031, 275, 'inline_featured_image', '0'),
(1032, 275, '_edit_lock', '1569121048:1'),
(1033, 275, '_oembed_641f931c0f2a455297a5ebfd78eeadc3', '<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\" data-width=\"640\"><blockquote cite=\"https://www.facebook.com/103396261025632/videos/660705074398052/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/103396261025632/videos/660705074398052/\">Tom E. Nicholson Acting Reel</a><p></p>Posted by <a href=\"https://www.facebook.com/Tom-E-Nicholson-103396261025632/\">Tom E. Nicholson</a> on Wednesday, August 14, 2019</blockquote></div>'),
(1034, 275, '_oembed_time_641f931c0f2a455297a5ebfd78eeadc3', '1568287104'),
(1035, 275, '_edit_last', '1'),
(1044, 281, '_wp_trash_meta_status', 'publish'),
(1045, 281, '_wp_trash_meta_time', '1568300757'),
(1046, 211, '_foogallery', '263'),
(1049, 211, '_foogallery_css', 'a:1:{s:15:\"foogallery-core\";a:5:{s:3:\"src\";s:115:\"http://localhost/wordpress/wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.8.12\";s:5:\"media\";s:3:\"all\";s:4:\"site\";s:26:\"http://localhost/wordpress\";}}'),
(1051, 284, '_edit_lock', '1568468619:1'),
(1052, 284, '_wp_trash_meta_status', 'draft'),
(1053, 284, '_wp_trash_meta_time', '1568468629'),
(1056, 288, 'inline_featured_image', '0'),
(1057, 288, '_edit_lock', '1569121228:1'),
(1058, 288, '_edit_last', '1'),
(1059, 292, '_wp_trash_meta_status', 'publish'),
(1060, 292, '_wp_trash_meta_time', '1569071846'),
(1061, 292, '_wp_desired_post_slug', 'untitled-reusable-block'),
(1064, 287, '_edit_lock', '1569072014:1'),
(1065, 287, '_wp_trash_meta_status', 'draft'),
(1066, 287, '_wp_trash_meta_time', '1569072021'),
(1075, 295, '_edit_lock', '1569083690:1'),
(1076, 308, '_menu_item_type', 'custom'),
(1077, 308, '_menu_item_menu_item_parent', '0'),
(1078, 308, '_menu_item_object_id', '308'),
(1079, 308, '_menu_item_object', 'custom'),
(1080, 308, '_menu_item_target', ''),
(1081, 308, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1082, 308, '_menu_item_xfn', ''),
(1083, 308, '_menu_item_url', 'https://www.instagram.com/tom_e_nicholson/'),
(1084, 295, '_wp_trash_meta_status', 'publish'),
(1085, 295, '_wp_trash_meta_time', '1569083697'),
(1086, 309, '_wp_trash_meta_status', 'publish'),
(1087, 309, '_wp_trash_meta_time', '1569083757'),
(1088, 310, '_wp_trash_meta_status', 'publish'),
(1089, 310, '_wp_trash_meta_time', '1569083893'),
(1090, 143, 'inline_featured_image', '0'),
(1091, 170, '_wp_trash_meta_status', 'publish'),
(1092, 170, '_wp_trash_meta_time', '1569121168'),
(1093, 170, '_wp_desired_post_slug', 'test-2'),
(1094, 170, '_foogallery', '19'),
(1095, 170, 'inline_featured_image', '0'),
(1096, 139, '_wp_trash_meta_status', 'publish'),
(1097, 139, '_wp_trash_meta_time', '1569121168'),
(1098, 139, '_wp_desired_post_slug', 'award'),
(1099, 139, '_foogallery', '20'),
(1100, 139, 'inline_featured_image', '0'),
(1101, 139, '_wp_trash_meta_comments_status', 'a:1:{i:2;s:1:\"1\";}'),
(1102, 1, '_wp_trash_meta_status', 'publish'),
(1103, 1, '_wp_trash_meta_time', '1569121168'),
(1104, 1, '_wp_desired_post_slug', 'hello-world'),
(1105, 1, 'inline_featured_image', '0'),
(1106, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(1107, 275, '_wp_trash_meta_status', 'draft'),
(1108, 275, '_wp_trash_meta_time', '1569121203'),
(1109, 275, '_wp_desired_post_slug', ''),
(1110, 96, 'inline_featured_image', '0'),
(1111, 314, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(1112, 314, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Tom E. Nicholson \"[your-subject]\"\";s:6:\"sender\";s:39:\"Tom E. Nicholson <netgecko03@gmail.com>\";s:9:\"recipient\";s:24:\"netgecko03@gmail.com.com\";s:4:\"body\";s:181:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Tom E. Nicholson (http://localhost/wordpress)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1113, 314, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"Tom E. Nicholson \"[your-subject]\"\";s:6:\"sender\";s:39:\"Tom E. Nicholson <netgecko03@gmail.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:123:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Tom E. Nicholson (http://localhost/wordpress)\";s:18:\"additional_headers\";s:30:\"Reply-To: netgecko03@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1114, 314, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(1115, 314, '_additional_settings', ''),
(1116, 314, '_locale', 'en_US'),
(1117, 320, '_wp_attached_file', '2019/09/Headshot-resume-8_19.pdf'),
(1118, 320, '_edit_lock', '1569122709:1'),
(1120, 321, '_customize_restore_dismissed', '1'),
(1121, 322, '_edit_lock', '1569123220:1'),
(1122, 322, '_wp_trash_meta_status', 'publish'),
(1123, 322, '_wp_trash_meta_time', '1569123223'),
(1125, 334, '_edit_lock', '1569436834:1'),
(1126, 288, '_wp_trash_meta_status', 'private'),
(1127, 288, '_wp_trash_meta_time', '1569460298'),
(1128, 288, '_wp_desired_post_slug', 'test-page');

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=342 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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, '2019-08-16 01:25:17', '2019-08-16 01:25:17', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'trash', 'closed', 'open', '', 'hello-world__trashed', '', '', '2019-09-21 22:59:28', '2019-09-22 02:59:28', '', 0, 'http://localhost/wordpress/?p=1', 0, 'post', '', 1),
(14, 1, '2019-08-16 19:45:12', '2019-08-16 19:45:12', '', '67968163_103403851024873_3131253182823399424_n', '', 'inherit', 'open', 'closed', '', '67968163_103403851024873_3131253182823399424_n', '', '', '2019-08-16 19:45:12', '2019-08-16 19:45:12', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/67968163_103403851024873_3131253182823399424_n.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2019-08-16 19:45:35', '2019-08-16 19:45:35', '', '68618319_103576614340930_1433572874093854720_n', '', 'inherit', 'open', 'closed', '', '68618319_103576614340930_1433572874093854720_n', '', '', '2019-08-16 19:45:35', '2019-08-16 19:45:35', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68618319_103576614340930_1433572874093854720_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2019-08-16 19:46:56', '2019-08-16 19:46:56', '', 'Screenshot_20190728_185839', '', 'inherit', 'open', 'closed', '', 'screenshot_20190728_185839', '', '', '2019-08-16 19:46:56', '2019-08-16 19:46:56', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/Screenshot_20190728_185839.png', 0, 'attachment', 'image/png', 0),
(17, 1, '2019-08-16 19:46:57', '2019-08-16 19:46:57', '', '68512931_103551517676773_8876721760356007936_n', '', 'inherit', 'open', 'closed', '', '68512931_103551517676773_8876721760356007936_n', '', '', '2019-08-16 19:46:57', '2019-08-16 19:46:57', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68512931_103551517676773_8876721760356007936_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2019-08-16 19:46:58', '2019-08-16 19:46:58', '', '69257252_103551787676746_1569865621053636608_n', '', 'inherit', 'open', 'closed', '', '69257252_103551787676746_1569865621053636608_n', '', '', '2019-08-16 19:46:58', '2019-08-16 19:46:58', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/69257252_103551787676746_1569865621053636608_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2019-08-16 19:46:58', '2019-08-16 19:46:58', '', '68293351_103551524343439_7310879870823694336_n', '', 'inherit', 'open', 'closed', '', '68293351_103551524343439_7310879870823694336_n', '', '', '2019-08-16 19:46:58', '2019-08-16 19:46:58', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68293351_103551524343439_7310879870823694336_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2019-08-16 19:46:58', '2019-08-16 19:46:58', '', '68657008_103566141008644_4009786561376813056_n', '', 'inherit', 'open', 'closed', '', '68657008_103566141008644_4009786561376813056_n', '', '', '2019-08-16 19:46:58', '2019-08-16 19:46:58', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68657008_103566141008644_4009786561376813056_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2019-08-16 19:46:59', '2019-08-16 19:46:59', 'Me getting an award.', '68401693_103566291008629_6434501470636212224_n', 'Award Time!', 'inherit', 'open', 'closed', '', '68401693_103566291008629_6434501470636212224_n', '', '', '2019-08-18 02:30:08', '2019-08-18 06:30:08', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68401693_103566291008629_6434501470636212224_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2019-08-16 19:46:59', '2019-08-16 19:46:59', '', '67890538_103547731010485_6974925170993528832_n', '', 'inherit', 'open', 'closed', '', '67890538_103547731010485_6974925170993528832_n', '', '', '2019-08-16 19:46:59', '2019-08-16 19:46:59', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/67890538_103547731010485_6974925170993528832_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(23, 1, '2019-08-16 19:46:59', '2019-08-16 19:46:59', '', '68395828_103566397675285_6450980955208286208_n', '', 'inherit', 'open', 'closed', '', '68395828_103566397675285_6450980955208286208_n', '', '', '2019-08-16 19:46:59', '2019-08-16 19:46:59', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68395828_103566397675285_6450980955208286208_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2019-08-16 19:47:00', '2019-08-16 19:47:00', '', '67949605_103553904343201_6900274228457635840_n', '', 'inherit', 'open', 'closed', '', '67949605_103553904343201_6900274228457635840_n', '', '', '2019-08-16 19:47:00', '2019-08-16 19:47:00', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/67949605_103553904343201_6900274228457635840_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2019-08-16 19:47:00', '2019-08-16 19:47:00', '', '68275435_103575724341019_5905086089286123520_n', '', 'inherit', 'open', 'closed', '', '68275435_103575724341019_5905086089286123520_n', '', '', '2019-08-16 19:47:00', '2019-08-16 19:47:00', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68275435_103575724341019_5905086089286123520_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(26, 1, '2019-08-16 19:47:00', '2019-08-16 19:47:00', '', '68812611_103575741007684_8739138349953974272_n', '', 'inherit', 'open', 'closed', '', '68812611_103575741007684_8739138349953974272_n', '', '', '2019-08-16 19:47:00', '2019-08-16 19:47:00', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68812611_103575741007684_8739138349953974272_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2019-08-16 19:47:01', '2019-08-16 19:47:01', '', '68354070_103576644340927_5544441559501504512_n', '', 'inherit', 'open', 'closed', '', '68354070_103576644340927_5544441559501504512_n', '', '', '2019-08-16 19:47:01', '2019-08-16 19:47:01', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/68354070_103576644340927_5544441559501504512_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2019-08-16 19:48:47', '2019-08-16 19:48:47', '', 'cropped-Screenshot_20190728_185839.png', '', 'inherit', 'open', 'closed', '', 'cropped-screenshot_20190728_185839-png', '', '', '2019-08-16 19:48:47', '2019-08-16 19:48:47', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/cropped-Screenshot_20190728_185839.png', 0, 'attachment', 'image/png', 0),
(60, 1, '2019-08-16 20:44:28', '2019-08-16 20:44:28', '<!-- wp:nextend/smartslider3 {\"slider\":\"2\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"2\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->', 'Home', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2019-09-13 00:20:09', '2019-09-13 04:20:09', '', 0, 'http://localhost/wordpress/?page_id=60', 0, 'page', '', 0),
(61, 1, '2019-08-16 20:07:36', '2019-08-16 20:07:36', '', 'test', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 20:07:36', '2019-08-16 20:07:36', '', 60, 'http://localhost/wordpress/?p=61', 0, 'revision', '', 0),
(62, 1, '2019-08-16 20:24:01', '2019-08-16 20:24:01', '', 'cropped-Screenshot_20190728_185839-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-screenshot_20190728_185839-1-png', '', '', '2019-08-16 20:24:01', '2019-08-16 20:24:01', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/cropped-Screenshot_20190728_185839-1.png', 0, 'attachment', 'image/png', 0),
(65, 1, '2019-08-16 20:47:42', '2019-08-16 20:47:42', '', 'home page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 20:47:42', '2019-08-16 20:47:42', '', 60, 'http://localhost/wordpress/?p=65', 0, 'revision', '', 0),
(69, 1, '2019-08-16 20:57:52', '2019-08-16 20:57:52', '', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 20:57:52', '2019-08-16 20:57:52', '', 60, 'http://localhost/wordpress/?p=69', 0, 'revision', '', 0),
(77, 1, '2019-08-16 17:12:14', '2019-08-16 21:12:14', 'body {\nbackground-color: black;\n}', 'twentynineteen', '', 'publish', 'closed', 'closed', '', 'twentynineteen', '', '', '2019-08-16 17:12:14', '2019-08-16 21:12:14', '', 0, 'http://localhost/wordpress/?p=77', 0, 'custom_css', '', 0),
(78, 1, '2019-08-16 17:12:14', '2019-08-16 21:12:14', 'body {\nbackground-color: black;\n}', 'twentynineteen', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2019-08-16 17:12:14', '2019-08-16 21:12:14', '', 77, 'http://localhost/wordpress/?p=78', 0, 'revision', '', 0),
(82, 1, '2019-08-16 17:22:59', '2019-08-16 21:22:59', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:22:59', '2019-08-16 21:22:59', '', 60, 'http://localhost/wordpress/?p=82', 0, 'revision', '', 0),
(83, 1, '2019-08-16 17:23:00', '2019-08-16 21:23:00', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:23:00', '2019-08-16 21:23:00', '', 60, 'http://localhost/wordpress/?p=83', 0, 'revision', '', 0),
(85, 1, '2019-08-16 17:23:57', '2019-08-16 21:23:57', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:23:57', '2019-08-16 21:23:57', '', 60, 'http://localhost/wordpress/?p=85', 0, 'revision', '', 0),
(86, 1, '2019-08-16 17:23:57', '2019-08-16 21:23:57', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:23:57', '2019-08-16 21:23:57', '', 60, 'http://localhost/wordpress/?p=86', 0, 'revision', '', 0),
(88, 1, '2019-08-16 17:24:59', '2019-08-16 21:24:59', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:24:59', '2019-08-16 21:24:59', '', 60, 'http://localhost/wordpress/?p=88', 0, 'revision', '', 0),
(89, 1, '2019-08-16 17:24:59', '2019-08-16 21:24:59', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:24:59', '2019-08-16 21:24:59', '', 60, 'http://localhost/wordpress/?p=89', 0, 'revision', '', 0),
(91, 1, '2019-08-16 17:26:41', '2019-08-16 21:26:41', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:26:41', '2019-08-16 21:26:41', '', 60, 'http://localhost/wordpress/?p=91', 0, 'revision', '', 0),
(92, 1, '2019-08-16 17:26:42', '2019-08-16 21:26:42', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:26:42', '2019-08-16 21:26:42', '', 60, 'http://localhost/wordpress/?p=92', 0, 'revision', '', 0),
(93, 1, '2019-08-16 17:27:24', '2019-08-16 21:27:24', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:27:24', '2019-08-16 21:27:24', '', 60, 'http://localhost/wordpress/?p=93', 0, 'revision', '', 0),
(94, 1, '2019-08-16 17:27:24', '2019-08-16 21:27:24', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:27:24', '2019-08-16 21:27:24', '', 60, 'http://localhost/wordpress/?p=94', 0, 'revision', '', 0),
(96, 1, '2019-08-16 17:40:27', '2019-08-16 21:40:27', '<p> </p>\n<p><em><strong>My contact information can be found on my <a href=\"http://localhost/wordpress/wp-content/uploads/2019/09/Headshot-resume-8_19.pdf\">resume</a>.</strong></em></p>\n<p><em><strong>I can also be contacted through my talent agency:</strong></em></p>\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact-me', '', '', '2019-09-26 15:58:54', '2019-09-26 19:58:54', '', 0, 'http://localhost/wordpress/?page_id=96', 0, 'page', '', 0),
(97, 1, '2019-08-16 17:40:12', '2019-08-16 21:40:12', '<!-- wp:paragraph -->\n<p>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas eget \nneque tristique, mollis purus ut, pharetra magna. Morbi in dolor leo. \nFusce et ex ut ipsum vestibulum tempor. Nam iaculis orci quis tempus \nfringilla. Donec varius non sem sodales semper. Donec suscipit congue \nelit ut posuere. Sed in dolor vitae risus lacinia pharetra. In ultricies\n porta semper. Etiam scelerisque porttitor risus, ac placerat massa \nmaximus consectetur. Phasellus vel feugiat lacus.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact Me', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-08-16 17:40:12', '2019-08-16 21:40:12', '', 96, 'http://localhost/wordpress/?p=97', 0, 'revision', '', 0),
(99, 1, '2019-08-16 17:41:18', '2019-08-16 21:41:18', ' ', '', '', 'publish', 'closed', 'closed', '', '99', '', '', '2019-09-07 05:32:08', '2019-09-07 09:32:08', '', 0, 'http://localhost/wordpress/?p=99', 5, 'nav_menu_item', '', 0),
(102, 1, '2019-08-16 17:46:15', '2019-08-16 21:46:15', '<!-- wp:paragraph -->\n<p>Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:46:15', '2019-08-16 21:46:15', '', 60, 'http://localhost/wordpress/?p=102', 0, 'revision', '', 0),
(103, 1, '2019-08-16 17:46:15', '2019-08-16 21:46:15', '<!-- wp:paragraph -->\n<p>Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:46:15', '2019-08-16 21:46:15', '', 60, 'http://localhost/wordpress/?p=103', 0, 'revision', '', 0),
(104, 1, '2019-08-16 17:46:17', '2019-08-16 21:46:17', '<!-- wp:paragraph -->\n<p>Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:46:17', '2019-08-16 21:46:17', '', 60, 'http://localhost/wordpress/?p=104', 0, 'revision', '', 0),
(105, 1, '2019-08-16 17:46:17', '2019-08-16 21:46:17', '<!-- wp:paragraph -->\n<p>Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:46:17', '2019-08-16 21:46:17', '', 60, 'http://localhost/wordpress/?p=105', 0, 'revision', '', 0),
(106, 1, '2019-08-16 17:46:29', '2019-08-16 21:46:29', '<!-- wp:paragraph -->\n<p>Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:46:29', '2019-08-16 21:46:29', '', 60, 'http://localhost/wordpress/?p=106', 0, 'revision', '', 0),
(107, 1, '2019-08-16 17:46:29', '2019-08-16 21:46:29', '<!-- wp:paragraph -->\n<p>Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-16 17:46:29', '2019-08-16 21:46:29', '', 60, 'http://localhost/wordpress/?p=107', 0, 'revision', '', 0),
(112, 1, '2019-08-16 18:06:13', '2019-08-16 22:06:13', '', '67890538_103547731010485_6974925170993528832_n-1', '', 'inherit', 'open', 'closed', '', '67890538_103547731010485_6974925170993528832_n-1', '', '', '2019-08-16 18:06:13', '2019-08-16 22:06:13', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/67890538_103547731010485_6974925170993528832_n-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 1, '2019-08-16 18:09:11', '2019-08-16 22:09:11', 'http://localhost/wordpress/wp-content/uploads/2019/08/cropped-68293351_103551524343439_7310879870823694336_n.jpg', 'cropped-68293351_103551524343439_7310879870823694336_n.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-68293351_103551524343439_7310879870823694336_n-jpg', '', '', '2019-08-16 18:09:11', '2019-08-16 22:09:11', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/cropped-68293351_103551524343439_7310879870823694336_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(126, 1, '2019-08-17 00:31:29', '2019-08-17 04:31:29', '<!-- wp:paragraph -->\n<p>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas eget \nneque tristique, mollis purus ut, pharetra magna. Morbi in dolor leo. \nFusce et ex ut ipsum vestibulum tempor. Nam iaculis orci quis tempus \nfringilla. Donec varius non sem sodales semper. Donec suscipit congue \nelit ut posuere. Sed in dolor vitae risus lacinia pharetra. In ultricies\n porta semper. Etiam scelerisque porttitor risus, ac placerat massa \nmaximus consectetur. Phasellus vel feugiat lacus.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-08-17 00:31:29', '2019-08-17 04:31:29', '', 96, 'http://localhost/wordpress/?p=126', 0, 'revision', '', 0),
(129, 1, '2019-08-18 00:25:01', '2019-08-18 04:25:01', '<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-18 00:25:01', '2019-08-18 04:25:01', '', 60, 'http://localhost/wordpress/?p=129', 0, 'revision', '', 0),
(133, 1, '2019-08-18 02:24:27', '2019-08-18 06:24:27', '<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'landing page', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-18 02:24:27', '2019-08-18 06:24:27', '', 60, 'http://localhost/wordpress/?p=133', 0, 'revision', '', 0),
(134, 1, '2019-08-18 02:26:53', '2019-08-18 06:26:53', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2019-08-18 02:27:34', '2019-08-18 06:27:34', '', 0, 'http://localhost/wordpress/?page_id=134', 0, 'page', '', 0),
(135, 1, '2019-08-18 02:26:53', '2019-08-18 06:26:53', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2019-08-18 02:26:53', '2019-08-18 06:26:53', '', 134, 'http://localhost/wordpress/?p=135', 0, 'revision', '', 0),
(136, 1, '2019-08-18 02:27:14', '2019-08-18 06:27:14', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '134-autosave-v1', '', '', '2019-08-18 02:27:14', '2019-08-18 06:27:14', '', 134, 'http://localhost/wordpress/?p=136', 0, 'revision', '', 0),
(139, 1, '2019-08-23 19:34:34', '2019-08-23 23:34:34', '<!-- wp:image {\"id\":20} -->\n<figure class=\"wp-block-image\"><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68657008_103566141008644_4009786561376813056_n.jpg\" alt=\"\" class=\"wp-image-20\"/></figure>\n<!-- /wp:image -->', 'Award', '', 'trash', 'closed', 'open', '', 'award__trashed', '', '', '2019-09-21 22:59:28', '2019-09-22 02:59:28', '', 0, 'http://localhost/wordpress/?p=139', 0, 'post', '', 1),
(140, 1, '2019-08-18 02:31:14', '2019-08-18 06:31:14', '', 'Award', '', 'inherit', 'closed', 'closed', '', '139-revision-v1', '', '', '2019-08-18 02:31:14', '2019-08-18 06:31:14', '', 139, 'http://localhost/wordpress/?p=140', 0, 'revision', '', 0),
(141, 1, '2019-08-18 02:31:59', '2019-08-18 06:31:59', '<!-- wp:image {\"id\":20} -->\n<figure class=\"wp-block-image\"><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68657008_103566141008644_4009786561376813056_n.jpg\" alt=\"\" class=\"wp-image-20\"/></figure>\n<!-- /wp:image -->', 'Award', '', 'inherit', 'closed', 'closed', '', '139-revision-v1', '', '', '2019-08-18 02:31:59', '2019-08-18 06:31:59', '', 139, 'http://localhost/wordpress/?p=141', 0, 'revision', '', 0),
(143, 1, '2019-08-23 19:28:12', '2019-08-23 23:28:12', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\n</div></figure>\n<!-- /wp:core-embed/facebook -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">If you enjoyed my demo reel, be sure to check out my starring role in <strong><a href=\"https://www.imdb.com/title/tt7864992/\">Wade in The Water.</a></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=9Encv0m_ojE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9Encv0m_ojE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Demo', '', 'publish', 'closed', 'closed', '', 'demo', '', '', '2019-09-22 00:12:42', '2019-09-22 04:12:42', '', 0, 'http://localhost/wordpress/?page_id=143', 0, 'page', '', 0),
(144, 1, '2019-08-19 19:10:33', '2019-08-19 23:10:33', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\n</div><figcaption>Demo Reel</figcaption></figure>\n<!-- /wp:core-embed/facebook -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=9Encv0m_ojE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9Encv0m_ojE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Demo', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2019-08-19 19:10:33', '2019-08-19 23:10:33', '', 143, 'http://localhost/wordpress/?p=144', 0, 'revision', '', 0),
(159, 1, '2019-08-23 19:24:09', '2019-08-23 23:24:09', '', 'Resume', '', 'publish', 'closed', 'closed', '', 'resume', '', '', '2019-09-21 23:33:43', '2019-09-22 03:33:43', '', 0, 'http://localhost/wordpress/?p=159', 4, 'nav_menu_item', '', 0),
(161, 1, '2019-08-23 19:24:09', '2019-08-23 23:24:09', ' ', '', '', 'publish', 'closed', 'closed', '', '161', '', '', '2019-09-07 05:32:08', '2019-09-07 09:32:08', '', 0, 'http://localhost/wordpress/?p=161', 3, 'nav_menu_item', '', 0),
(164, 1, '2019-08-23 19:28:59', '2019-08-23 23:28:59', '<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-23 19:28:59', '2019-08-23 23:28:59', '', 60, 'http://localhost/wordpress/?p=164', 0, 'revision', '', 0),
(166, 1, '2019-08-23 19:32:01', '2019-08-23 23:32:01', ' ', '', '', 'publish', 'closed', 'closed', '', '166', '', '', '2019-08-23 19:32:01', '2019-08-23 23:32:01', '', 0, 'http://localhost/wordpress/?p=166', 1, 'nav_menu_item', '', 0),
(169, 1, '2019-08-23 19:47:54', '2019-08-23 23:47:54', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2019-08-23 19:47:54', '2019-08-23 23:47:54', '', 1, 'http://localhost/wordpress/?p=169', 0, 'revision', '', 0),
(170, 1, '2019-08-23 19:49:24', '2019-08-23 23:49:24', '<!-- wp:image {\"id\":19} -->\n<figure class=\"wp-block-image\"><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68293351_103551524343439_7310879870823694336_n.jpg\" alt=\"\" class=\"wp-image-19\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Test 2', '', 'trash', 'closed', 'closed', '', 'test-2__trashed', '', '', '2019-09-21 22:59:28', '2019-09-22 02:59:28', '', 0, 'http://localhost/wordpress/?p=170', 0, 'post', '', 0),
(171, 1, '2019-08-23 19:49:24', '2019-08-23 23:49:24', '<!-- wp:image {\"id\":19} -->\n<figure class=\"wp-block-image\"><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68293351_103551524343439_7310879870823694336_n.jpg\" alt=\"\" class=\"wp-image-19\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Test 2', '', 'inherit', 'closed', 'closed', '', '170-revision-v1', '', '', '2019-08-23 19:49:24', '2019-08-23 23:49:24', '', 170, 'http://localhost/wordpress/?p=171', 0, 'revision', '', 0),
(174, 1, '2019-08-23 22:13:19', '2019-08-24 02:13:19', '', 'Facebook', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2019-09-25 14:38:44', '2019-09-25 18:38:44', '', 0, 'http://localhost/wordpress/?p=174', 1, 'nav_menu_item', '', 0),
(177, 1, '2019-08-23 22:53:50', '2019-08-24 02:53:50', '', 'IMDB', '', 'publish', 'closed', 'closed', '', 'imbd', '', '', '2019-09-25 14:38:44', '2019-09-25 18:38:44', '', 0, 'http://localhost/wordpress/?p=177', 4, 'nav_menu_item', '', 0),
(178, 1, '2019-08-23 22:53:50', '2019-08-24 02:53:50', '', 'LinkedIn', '', 'publish', 'closed', 'closed', '', 'linkedin', '', '', '2019-09-25 14:38:44', '2019-09-25 18:38:44', '', 0, 'http://localhost/wordpress/?p=178', 2, 'nav_menu_item', '', 0),
(179, 1, '2019-08-25 21:11:18', '2019-08-26 01:11:18', '', 'tom-image_fix', '', 'inherit', 'closed', 'closed', '', 'tom-image_fix', '', '', '2019-08-25 22:09:01', '2019-08-26 02:09:01', '', 0, 'http://localhost/wordpress/wp-content/uploads/2019/08/tom-image_fix.png', 0, 'attachment', 'image/png', 0),
(182, 1, '2019-08-25 21:47:48', '2019-08-26 01:47:48', '<!-- wp:image {\"id\":179} -->\n<figure class=\"wp-block-image\"><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/tom-image_fix.png\" alt=\"Picture of Tom E. Nicholson\" class=\"wp-image-179\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-25 21:47:48', '2019-08-26 01:47:48', '', 60, 'http://localhost/wordpress/?p=182', 0, 'revision', '', 0),
(184, 1, '2019-08-25 21:49:39', '2019-08-26 01:49:39', '<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-08-25 21:49:39', '2019-08-26 01:49:39', '', 60, 'http://localhost/wordpress/?p=184', 0, 'revision', '', 0),
(200, 1, '2019-09-02 00:59:42', '2019-09-02 04:59:42', '', 'IMG_20190520_092852_465', '', 'inherit', 'closed', 'closed', '', 'img_20190520_092852_465', '', '', '2019-09-02 00:59:42', '2019-09-02 04:59:42', '', 60, 'http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2019-09-02 00:59:43', '2019-09-02 04:59:43', '', 'IMG_20190618_155237_363', '', 'inherit', 'closed', 'closed', '', 'img_20190618_155237_363', '', '', '2019-09-02 00:59:43', '2019-09-02 04:59:43', '', 60, 'http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2019-09-02 00:59:43', '2019-09-02 04:59:43', '', 'TomHS1.5-1', '', 'inherit', 'closed', 'closed', '', 'tomhs1-5-1', '', '', '2019-09-02 00:59:43', '2019-09-02 04:59:43', '', 60, 'http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2019-09-02 00:59:45', '2019-09-02 04:59:45', '', 'TomENicholson8.24.192-1', '', 'inherit', 'closed', 'closed', '', 'tomenicholson8-24-192-1', '', '', '2019-09-02 00:59:45', '2019-09-02 04:59:45', '', 60, 'http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 1, '2019-09-02 01:00:48', '2019-09-02 05:00:48', '<!-- wp:gallery {\"ids\":[200,201,202,203],\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-02 01:00:48', '2019-09-02 05:00:48', '', 60, 'http://localhost/wordpress/?p=205', 0, 'revision', '', 0),
(206, 1, '2019-09-02 01:01:49', '2019-09-02 05:01:49', '<!-- wp:gallery {\"ids\":[200,201,202,203],\"columns\":4,\"imageCrop\":false,\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-4\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-02 01:01:49', '2019-09-02 05:01:49', '', 60, 'http://localhost/wordpress/?p=206', 0, 'revision', '', 0),
(208, 1, '2019-09-02 01:03:27', '2019-09-02 05:03:27', '<img class=\"alignnone size-medium wp-image-203\" src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />', '', '', 'publish', 'closed', 'closed', '', '208', '', '', '2019-09-02 01:09:22', '2019-09-02 05:09:22', '', 0, 'http://localhost/wordpress/?post_type=slick_slider&#038;p=208', 0, 'slick_slider', '', 0),
(209, 1, '2019-09-07 05:24:48', '2019-09-07 09:24:48', '<!-- wp:gallery {\"ids\":[200,201,202,203],\"columns\":4,\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-4 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:24:48', '2019-09-07 09:24:48', '', 60, 'http://localhost/wordpress/?p=209', 0, 'revision', '', 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
(210, 1, '2019-09-07 05:27:17', '2019-09-07 09:27:17', '{\n    \"sidebars_widgets[sidebar-1]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-07 09:26:26\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0c5743b6-27b8-44c3-a80d-2d364c21b1e0', '', '', '2019-09-07 05:27:17', '2019-09-07 09:27:17', '', 0, 'http://localhost/wordpress/?p=210', 0, 'customize_changeset', '', 0),
(211, 1, '2019-09-07 05:31:24', '2019-09-07 09:31:24', '<!-- wp:fooplugins/foogallery {\"id\":263} /-->', 'Photos', '', 'publish', 'closed', 'closed', '', 'photos', '', '', '2019-09-13 00:10:43', '2019-09-13 04:10:43', '', 0, 'http://localhost/wordpress/?page_id=211', 0, 'page', '', 0),
(212, 1, '2019-09-07 05:29:11', '2019-09-07 09:29:11', '<!-- wp:gallery {\"ids\":[203,201,202,200,179,112,27,24,25,26,23,21,22,20,19,18,17,16,15]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/tom-image_fix.png\" alt=\"Picture of Tom E. Nicholson\" data-id=\"179\" data-link=\"http://localhost/wordpress/?attachment_id=179\" class=\"wp-image-179\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/67890538_103547731010485_6974925170993528832_n-1.jpg\" alt=\"\" data-id=\"112\" data-link=\"http://localhost/wordpress/?attachment_id=112\" class=\"wp-image-112\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68354070_103576644340927_5544441559501504512_n.jpg\" alt=\"\" data-id=\"27\" data-link=\"http://localhost/wordpress/?attachment_id=27\" class=\"wp-image-27\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/67949605_103553904343201_6900274228457635840_n.jpg\" alt=\"\" data-id=\"24\" data-link=\"http://localhost/wordpress/?attachment_id=24\" class=\"wp-image-24\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68275435_103575724341019_5905086089286123520_n.jpg\" alt=\"\" data-id=\"25\" data-link=\"http://localhost/wordpress/?attachment_id=25\" class=\"wp-image-25\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68812611_103575741007684_8739138349953974272_n.jpg\" alt=\"\" data-id=\"26\" data-link=\"http://localhost/wordpress/?attachment_id=26\" class=\"wp-image-26\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68395828_103566397675285_6450980955208286208_n.jpg\" alt=\"\" data-id=\"23\" data-link=\"http://localhost/wordpress/?attachment_id=23\" class=\"wp-image-23\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68401693_103566291008629_6434501470636212224_n.jpg\" alt=\"Tim Nicholson getting an award for something.\" data-id=\"21\" data-link=\"http://localhost/wordpress/?attachment_id=21\" class=\"wp-image-21\"/><figcaption>Award Time!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/67890538_103547731010485_6974925170993528832_n.jpg\" alt=\"\" data-id=\"22\" data-link=\"http://localhost/wordpress/?attachment_id=22\" class=\"wp-image-22\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68657008_103566141008644_4009786561376813056_n.jpg\" alt=\"\" data-id=\"20\" data-link=\"http://localhost/wordpress/?attachment_id=20\" class=\"wp-image-20\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68293351_103551524343439_7310879870823694336_n.jpg\" alt=\"\" data-id=\"19\" data-link=\"http://localhost/wordpress/?attachment_id=19\" class=\"wp-image-19\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/69257252_103551787676746_1569865621053636608_n.jpg\" alt=\"\" data-id=\"18\" data-link=\"http://localhost/wordpress/?attachment_id=18\" class=\"wp-image-18\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68512931_103551517676773_8876721760356007936_n.jpg\" alt=\"\" data-id=\"17\" data-link=\"http://localhost/wordpress/?attachment_id=17\" class=\"wp-image-17\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/Screenshot_20190728_185839.png\" alt=\"\" data-id=\"16\" data-link=\"http://localhost/wordpress/?attachment_id=16\" class=\"wp-image-16\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68618319_103576614340930_1433572874093854720_n.jpg\" alt=\"\" data-id=\"15\" data-link=\"http://localhost/wordpress/?attachment_id=15\" class=\"wp-image-15\"/></figure></li></ul>\n<!-- /wp:gallery -->', 'Photos', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2019-09-07 05:29:11', '2019-09-07 09:29:11', '', 211, 'http://localhost/wordpress/?p=212', 0, 'revision', '', 0),
(213, 1, '2019-09-07 05:31:24', '2019-09-07 09:31:24', ' ', '', '', 'publish', 'closed', 'closed', '', '213', '', '', '2019-09-07 05:32:08', '2019-09-07 09:32:08', '', 0, 'http://localhost/wordpress/?p=213', 2, 'nav_menu_item', '', 0),
(214, 1, '2019-09-07 05:32:08', '2019-09-07 09:32:08', '{\n    \"nav_menu_item[161]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 134,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://localhost/wordpress/?page_id=134\",\n            \"title\": \"\",\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\": \"Blog\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-07 09:32:08\"\n    },\n    \"nav_menu_item[159]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 159,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Resume\",\n            \"url\": \"http://test.com\",\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\": \"2019-09-07 09:32:08\"\n    },\n    \"nav_menu_item[99]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 96,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://localhost/wordpress/?page_id=96\",\n            \"title\": \"\",\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\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-07 09:32:08\"\n    },\n    \"nav_menu_item[213]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 211,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://localhost/wordpress/?page_id=211\",\n            \"title\": \"\",\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\": \"Photos\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-07 09:32:08\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '741d16f4-5f32-414f-8930-f42ac4aded36', '', '', '2019-09-07 05:32:08', '2019-09-07 09:32:08', '', 0, 'http://localhost/wordpress/?p=214', 0, 'customize_changeset', '', 0),
(223, 1, '2019-09-07 05:39:01', '2019-09-07 09:39:01', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" display=\"basic_slideshow\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:gallery {\"ids\":[200,201,202,203],\"columns\":4,\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-4 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:39:01', '2019-09-07 09:39:01', '', 60, 'http://localhost/wordpress/?p=223', 0, 'revision', '', 0),
(224, 1, '2019-09-07 05:40:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:40:42', '2019-09-07 09:40:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=224', 0, 'ngg_gallery', '', 0),
(225, 1, '2019-09-07 05:51:23', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:51:23', '2019-09-07 09:51:23', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=225', 0, 'ngg_pictures', '', 0),
(226, 1, '2019-09-07 05:40:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:40:43', '2019-09-07 09:40:43', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=226', 0, 'ngg_pictures', '', 0),
(227, 1, '2019-09-07 05:40:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:40:43', '2019-09-07 09:40:43', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=227', 0, 'ngg_pictures', '', 0),
(228, 1, '2019-09-07 05:40:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:40:44', '2019-09-07 09:40:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=228', 0, 'ngg_pictures', '', 0),
(229, 1, '2019-09-07 05:41:14', '2019-09-07 09:41:14', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:gallery {\"ids\":[200,201,202,203],\"columns\":4,\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-4 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:41:14', '2019-09-07 09:41:14', '', 60, 'http://localhost/wordpress/?p=229', 0, 'revision', '', 0),
(230, 1, '2019-09-07 05:41:47', '2019-09-07 09:41:47', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:41:47', '2019-09-07 09:41:47', '', 60, 'http://localhost/wordpress/?p=230', 0, 'revision', '', 0),
(231, 1, '2019-09-07 05:42:57', '2019-09-07 09:42:57', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" transition_style=\"slide\" interval=\"7000\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:42:57', '2019-09-07 09:42:57', '', 60, 'http://localhost/wordpress/?p=231', 0, 'revision', '', 0),
(232, 1, '2019-09-07 05:43:37', '2019-09-07 09:43:37', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" arrows=\"1\" transition_style=\"slide\" interval=\"6000\" transition_speed=\"600\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:43:37', '2019-09-07 09:43:37', '', 60, 'http://localhost/wordpress/?p=232', 0, 'revision', '', 0),
(233, 1, '2019-09-07 05:44:54', '2019-09-07 09:44:54', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" arrows=\"1\" interval=\"7000\" transition_speed=\"800\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:44:54', '2019-09-07 09:44:54', '', 60, 'http://localhost/wordpress/?p=233', 0, 'revision', '', 0),
(234, 1, '2019-09-07 05:46:05', '2019-09-07 09:46:05', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" gallery_width=\"960\" arrows=\"1\" interval=\"8000\" transition_speed=\"900\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:46:05', '2019-09-07 09:46:05', '', 60, 'http://localhost/wordpress/?p=234', 0, 'revision', '', 0),
(235, 1, '2019-09-07 05:48:10', '2019-09-07 09:48:10', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" interval=\"8000\" transition_speed=\"900\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:48:10', '2019-09-07 09:48:10', '', 60, 'http://localhost/wordpress/?p=235', 0, 'revision', '', 0),
(236, 1, '2019-09-07 05:48:56', '2019-09-07 09:48:56', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" interval=\"7000\" transition_speed=\"1500\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:48:56', '2019-09-07 09:48:56', '', 60, 'http://localhost/wordpress/?p=236', 0, 'revision', '', 0),
(237, 1, '2019-09-07 05:50:38', '2019-09-07 09:50:38', '', 'TomHS1', '', 'inherit', 'closed', 'closed', '', 'tomhs1', '', '', '2019-09-07 05:50:38', '2019-09-07 09:50:38', '', 0, '/opt/lampp/htdocs/wordpress/wp-content/uploads/2019/09/2_TomHS1.5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2019-09-07 05:53:17', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:17', '2019-09-07 09:53:17', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=238', 0, 'ngg_gallery', '', 0),
(239, 1, '2019-09-07 05:53:17', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:17', '2019-09-07 09:53:17', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=239', 0, 'ngg_pictures', '', 0),
(240, 1, '2019-09-07 05:53:18', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:18', '2019-09-07 09:53:18', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=240', 0, 'ngg_pictures', '', 0),
(241, 1, '2019-09-07 05:53:18', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:18', '2019-09-07 09:53:18', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=241', 0, 'ngg_pictures', '', 0),
(242, 1, '2019-09-07 05:53:19', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:19', '2019-09-07 09:53:19', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=242', 0, 'ngg_pictures', '', 0),
(243, 1, '2019-09-07 05:53:19', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:19', '2019-09-07 09:53:19', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=243', 0, 'ngg_pictures', '', 0),
(244, 1, '2019-09-07 05:53:19', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:19', '2019-09-07 09:53:19', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=244', 0, 'ngg_pictures', '', 0),
(245, 1, '2019-09-07 05:53:20', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:20', '2019-09-07 09:53:20', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=245', 0, 'ngg_pictures', '', 0),
(246, 1, '2019-09-07 05:53:20', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:20', '2019-09-07 09:53:20', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=246', 0, 'ngg_pictures', '', 0),
(247, 1, '2019-09-07 05:53:20', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:20', '2019-09-07 09:53:20', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=247', 0, 'ngg_pictures', '', 0),
(248, 1, '2019-09-07 05:53:21', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:21', '2019-09-07 09:53:21', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=248', 0, 'ngg_pictures', '', 0),
(249, 1, '2019-09-07 05:53:21', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:21', '2019-09-07 09:53:21', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=249', 0, 'ngg_pictures', '', 0),
(250, 1, '2019-09-07 05:53:21', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:21', '2019-09-07 09:53:21', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=250', 0, 'ngg_pictures', '', 0),
(251, 1, '2019-09-07 05:53:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:22', '2019-09-07 09:53:22', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=251', 0, 'ngg_pictures', '', 0),
(252, 1, '2019-09-07 05:53:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:22', '2019-09-07 09:53:22', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=252', 0, 'ngg_pictures', '', 0),
(253, 1, '2019-09-07 05:53:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:22', '2019-09-07 09:53:22', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=253', 0, 'ngg_pictures', '', 0),
(254, 1, '2019-09-07 05:53:23', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:23', '2019-09-07 09:53:23', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=254', 0, 'ngg_pictures', '', 0),
(255, 1, '2019-09-07 05:53:24', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:24', '2019-09-07 09:53:24', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=255', 0, 'ngg_pictures', '', 0),
(256, 1, '2019-09-07 05:53:24', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:24', '2019-09-07 09:53:24', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=256', 0, 'ngg_pictures', '', 0),
(257, 1, '2019-09-07 05:53:25', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:25', '2019-09-07 09:53:25', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=257', 0, 'ngg_pictures', '', 0),
(258, 1, '2019-09-07 05:53:26', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-07 05:53:26', '2019-09-07 09:53:26', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://localhost/wordpress/?p=258', 0, 'ngg_pictures', '', 0),
(259, 1, '2019-09-07 05:54:29', '2019-09-07 09:54:29', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"2\" display=\"basic_thumbnail\" thumbnail_crop=\"0\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:gallery {\"ids\":[203,201,202,200,179,112,27,24,25,26,23,21,22,20,19,18,17,16,15]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomENicholson8.24.192-1-1024x683.jpg\" alt=\"\" data-id=\"203\" data-link=\"http://localhost/wordpress/?attachment_id=203\" class=\"wp-image-203\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190618_155237_363.jpg\" alt=\"\" data-id=\"201\" data-link=\"http://localhost/wordpress/?attachment_id=201\" class=\"wp-image-201\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/TomHS1.5-1-1024x913.jpg\" alt=\"\" data-id=\"202\" data-link=\"http://localhost/wordpress/?attachment_id=202\" class=\"wp-image-202\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/09/IMG_20190520_092852_465.jpg\" alt=\"\" data-id=\"200\" data-link=\"http://localhost/wordpress/?attachment_id=200\" class=\"wp-image-200\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/tom-image_fix.png\" alt=\"Picture of Tom E. Nicholson\" data-id=\"179\" data-link=\"http://localhost/wordpress/?attachment_id=179\" class=\"wp-image-179\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/67890538_103547731010485_6974925170993528832_n-1.jpg\" alt=\"\" data-id=\"112\" data-link=\"http://localhost/wordpress/?attachment_id=112\" class=\"wp-image-112\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68354070_103576644340927_5544441559501504512_n.jpg\" alt=\"\" data-id=\"27\" data-link=\"http://localhost/wordpress/?attachment_id=27\" class=\"wp-image-27\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/67949605_103553904343201_6900274228457635840_n.jpg\" alt=\"\" data-id=\"24\" data-link=\"http://localhost/wordpress/?attachment_id=24\" class=\"wp-image-24\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68275435_103575724341019_5905086089286123520_n.jpg\" alt=\"\" data-id=\"25\" data-link=\"http://localhost/wordpress/?attachment_id=25\" class=\"wp-image-25\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68812611_103575741007684_8739138349953974272_n.jpg\" alt=\"\" data-id=\"26\" data-link=\"http://localhost/wordpress/?attachment_id=26\" class=\"wp-image-26\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68395828_103566397675285_6450980955208286208_n.jpg\" alt=\"\" data-id=\"23\" data-link=\"http://localhost/wordpress/?attachment_id=23\" class=\"wp-image-23\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68401693_103566291008629_6434501470636212224_n.jpg\" alt=\"Tim Nicholson getting an award for something.\" data-id=\"21\" data-link=\"http://localhost/wordpress/?attachment_id=21\" class=\"wp-image-21\"/><figcaption>Award Time!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/67890538_103547731010485_6974925170993528832_n.jpg\" alt=\"\" data-id=\"22\" data-link=\"http://localhost/wordpress/?attachment_id=22\" class=\"wp-image-22\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68657008_103566141008644_4009786561376813056_n.jpg\" alt=\"\" data-id=\"20\" data-link=\"http://localhost/wordpress/?attachment_id=20\" class=\"wp-image-20\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68293351_103551524343439_7310879870823694336_n.jpg\" alt=\"\" data-id=\"19\" data-link=\"http://localhost/wordpress/?attachment_id=19\" class=\"wp-image-19\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/69257252_103551787676746_1569865621053636608_n.jpg\" alt=\"\" data-id=\"18\" data-link=\"http://localhost/wordpress/?attachment_id=18\" class=\"wp-image-18\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68512931_103551517676773_8876721760356007936_n.jpg\" alt=\"\" data-id=\"17\" data-link=\"http://localhost/wordpress/?attachment_id=17\" class=\"wp-image-17\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/Screenshot_20190728_185839.png\" alt=\"\" data-id=\"16\" data-link=\"http://localhost/wordpress/?attachment_id=16\" class=\"wp-image-16\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://localhost/wordpress/wp-content/uploads/2019/08/68618319_103576614340930_1433572874093854720_n.jpg\" alt=\"\" data-id=\"15\" data-link=\"http://localhost/wordpress/?attachment_id=15\" class=\"wp-image-15\"/></figure></li></ul>\n<!-- /wp:gallery -->', 'Photos', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2019-09-07 05:54:29', '2019-09-07 09:54:29', '', 211, 'http://localhost/wordpress/?p=259', 0, 'revision', '', 0),
(261, 1, '2019-09-07 05:55:54', '2019-09-07 09:55:54', '<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"2\" display=\"basic_thumbnail\" thumbnail_crop=\"0\"]\n<!-- /wp:imagely/nextgen-gallery -->', 'Photos', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2019-09-07 05:55:54', '2019-09-07 09:55:54', '', 211, 'http://localhost/wordpress/?p=261', 0, 'revision', '', 0),
(262, 1, '2019-09-07 05:59:16', '2019-09-07 09:59:16', '<!-- wp:nextend/smartslider3 {\"slider\":\"1\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"1\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" interval=\"7000\" transition_speed=\"1500\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 05:59:16', '2019-09-07 09:59:16', '', 60, 'http://localhost/wordpress/?p=262', 0, 'revision', '', 0),
(263, 1, '2019-09-07 06:08:00', '2019-09-07 10:08:00', '', 'Photos', '', 'publish', 'closed', 'closed', '', 'photos', '', '', '2019-09-07 06:15:03', '2019-09-07 10:15:03', '', 0, 'http://localhost/wordpress/?post_type=foogallery&#038;p=263', 0, 'foogallery', '', 0),
(264, 1, '2019-09-07 06:08:47', '2019-09-07 10:08:47', '<!-- wp:fooplugins/foogallery {\"id\":263} /-->\n\n<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"2\" display=\"basic_thumbnail\" thumbnail_crop=\"0\"]\n<!-- /wp:imagely/nextgen-gallery -->', 'Photos', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2019-09-07 06:08:47', '2019-09-07 10:08:47', '', 211, 'http://localhost/wordpress/?p=264', 0, 'revision', '', 0),
(266, 1, '2019-09-07 06:09:51', '2019-09-07 10:09:51', '<!-- wp:fooplugins/foogallery {\"id\":263} /-->', 'Photos', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2019-09-07 06:09:51', '2019-09-07 10:09:51', '', 211, 'http://localhost/wordpress/?p=266', 0, 'revision', '', 0),
(269, 1, '2019-09-07 06:21:59', '2019-09-07 10:21:59', '<!-- wp:nextend/smartslider3 {\"slider\":\"1\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"1\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:fooplugins/foogallery /-->\n\n<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" interval=\"7000\" transition_speed=\"1500\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 06:21:59', '2019-09-07 10:21:59', '', 60, 'http://localhost/wordpress/?p=269', 0, 'revision', '', 0),
(270, 1, '2019-09-07 06:23:38', '2019-09-07 10:23:38', '', 'home_page', '', 'publish', 'closed', 'closed', '', 'home_page', '', '', '2019-09-07 06:23:38', '2019-09-07 10:23:38', '', 0, 'http://localhost/wordpress/?post_type=foogallery&#038;p=270', 0, 'foogallery', '', 0),
(271, 1, '2019-09-07 06:24:02', '2019-09-07 10:24:02', '<!-- wp:nextend/smartslider3 {\"slider\":\"1\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"1\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:fooplugins/foogallery {\"id\":270} /-->\n\n<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" interval=\"7000\" transition_speed=\"1500\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 06:24:02', '2019-09-07 10:24:02', '', 60, 'http://localhost/wordpress/?p=271', 0, 'revision', '', 0),
(272, 1, '2019-09-07 06:37:02', '2019-09-07 10:37:02', '<!-- wp:nextend/smartslider3 {\"slider\":\"2\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"2\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:fooplugins/foogallery {\"id\":270} /-->\n\n<!-- wp:imagely/nextgen-gallery -->\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\" interval=\"7000\" transition_speed=\"1500\"]\n<!-- /wp:imagely/nextgen-gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 06:37:02', '2019-09-07 10:37:02', '', 60, 'http://localhost/wordpress/?p=272', 0, 'revision', '', 0),
(273, 1, '2019-09-07 06:37:58', '2019-09-07 10:37:58', '<!-- wp:nextend/smartslider3 {\"slider\":\"2\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"2\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-07 06:37:58', '2019-09-07 10:37:58', '', 60, 'http://localhost/wordpress/?p=273', 0, 'revision', '', 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
(275, 1, '2019-09-21 23:00:03', '2019-09-22 03:00:03', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Demos', '', 'trash', 'closed', 'closed', '', '__trashed', '', '', '2019-09-21 23:00:03', '2019-09-22 03:00:03', '', 0, 'http://localhost/wordpress/?page_id=275', 0, 'page', '', 0),
(276, 1, '2019-09-12 07:18:24', '2019-09-12 11:18:24', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2\\u0026theater\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/?type=2&amp;theater\n</div></figure>\n<!-- /wp:core-embed/facebook -->', 'Demos', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2019-09-12 07:18:24', '2019-09-12 11:18:24', '', 275, 'http://localhost/wordpress/?p=276', 0, 'revision', '', 0),
(277, 1, '2019-09-12 07:19:02', '2019-09-12 11:19:02', '<!-- wp:nextend/smartslider3 {\"slider\":\"2\"} -->\n<div class=\"wp-block-nextend-smartslider3\">[smartslider3 slider=\"2\"]</div>\n<!-- /wp:nextend/smartslider3 -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">Tom E. Nicholson is a film and television actor. He starred in the feature film \"Wade In The Water\". Tom has also worked as a Producer and 1st A.D. on over 80 films. His agent is Carrie Macy Talent Agency.</p>\n<!-- /wp:paragraph -->', 'Home', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2019-09-12 07:19:02', '2019-09-12 11:19:02', '', 60, 'http://localhost/wordpress/?p=277', 0, 'revision', '', 0),
(281, 1, '2019-09-12 11:05:57', '2019-09-12 15:05:57', '{\n    \"twentynineteen-child::nav_menu_locations[footer]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-12 15:05:57\"\n    },\n    \"nav_menu_item[278]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-12 15:05:57\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ce1ddbd6-1d98-40ba-8f7a-a5e7232e984c', '', '', '2019-09-12 11:05:57', '2019-09-12 15:05:57', '', 0, 'http://localhost/wordpress/?p=281', 0, 'customize_changeset', '', 0),
(284, 1, '2019-09-14 09:42:03', '0000-00-00 00:00:00', '{\n    \"twentynineteen-child::nav_menu_locations[menu-1]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-14 13:42:03\"\n    },\n    \"twentynineteen-child::nav_menu_locations[left-wp-mobile-menu]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-14 13:42:03\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f360760f-92ba-452e-877e-498324d87fff', '', '', '2019-09-14 09:42:03', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/?p=284', 0, 'customize_changeset', '', 0),
(286, 1, '2019-09-21 09:06:00', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2019-09-21 09:06:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/?post_type=social_icon&p=286', 0, 'social_icon', '', 0),
(287, 1, '2019-09-21 09:12:03', '0000-00-00 00:00:00', '{\n    \"nav_menu_item[177]\": {\n        \"value\": {\n            \"object_id\": 177,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"custom\",\n            \"title\": \"IMDB\",\n            \"url\": \"https://www.imdb.com/name/nm7223247/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"[simple_icon name=\\\"imdb\\\"]\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 13:19:34\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '662a4946-8ae7-4386-8a80-5f4589b36f0f', '', '', '2019-09-21 09:19:34', '2019-09-21 13:19:34', '', 0, 'http://localhost/wordpress/?p=287', 0, 'customize_changeset', '', 0),
(288, 1, '2019-09-21 23:00:27', '2019-09-22 03:00:27', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"facebook\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"instagram\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"linkedin\"]\n<!-- /wp:shortcode -->', 'Test Page', '', 'trash', 'closed', 'closed', '', 'test-page__trashed', '', '', '2019-09-25 21:11:38', '2019-09-26 01:11:38', '', 0, 'http://localhost/wordpress/?page_id=288', 0, 'page', '', 0),
(289, 1, '2019-09-21 09:15:31', '2019-09-21 13:15:31', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: </p>\n<!-- /wp:paragraph -->', 'Test Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2019-09-21 09:15:31', '2019-09-21 13:15:31', '', 288, 'http://localhost/wordpress/2019/09/21/288-revision-v1/', 0, 'revision', '', 0),
(290, 1, '2019-09-21 09:16:08', '2019-09-21 13:16:08', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: [simple_icon name=\"imdb\"]</p>\n<!-- /wp:paragraph -->', 'Test Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2019-09-21 09:16:08', '2019-09-21 13:16:08', '', 288, 'http://localhost/wordpress/2019/09/21/288-revision-v1/', 0, 'revision', '', 0),
(291, 1, '2019-09-21 09:16:23', '2019-09-21 13:16:23', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: [simple_icon name=\"imdb\"]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Works!</p>\n<!-- /wp:paragraph -->', 'Test Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2019-09-21 09:16:23', '2019-09-21 13:16:23', '', 288, 'http://localhost/wordpress/2019/09/21/288-revision-v1/', 0, 'revision', '', 0),
(292, 1, '2019-09-21 09:17:03', '2019-09-21 13:17:03', '<!-- wp:paragraph -->\n<p>Works!</p>\n<!-- /wp:paragraph -->', 'Untitled Reusable Block', '', 'trash', 'closed', 'closed', '', 'untitled-reusable-block__trashed', '', '', '2019-09-21 09:17:26', '2019-09-21 13:17:26', '', 0, 'http://localhost/wordpress/2019/09/21/untitled-reusable-block/', 0, 'wp_block', '', 0),
(293, 1, '2019-09-21 09:18:02', '2019-09-21 13:18:02', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"facebook\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[simple_icon name=\"imdb\"]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"instagram\"]\n<!-- /wp:shortcode -->', 'Test Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2019-09-21 09:18:02', '2019-09-21 13:18:02', '', 288, 'http://localhost/wordpress/2019/09/21/288-revision-v1/', 0, 'revision', '', 0),
(295, 1, '2019-09-21 12:34:57', '2019-09-21 16:34:57', '{\n    \"nav_menu_item[177]\": {\n        \"value\": {\n            \"object_id\": 177,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"custom\",\n            \"title\": \"IMDB\",\n            \"url\": \"https://www.imdb.com/name/nm7223247/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:21:16\"\n    },\n    \"twentynineteen-child::nav_menu_locations[footer]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 13:30:13\"\n    },\n    \"nav_menu[-7457860218686992000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 13:30:13\"\n    },\n    \"nav_menu_item[-5833894806463629000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"custom\",\n            \"title\": \"Test\",\n            \"url\": \"http://test.com\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Test\",\n            \"nav_menu_term_id\": -7457860218686992000,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 13:30:13\"\n    },\n    \"nav_menu_item[-486310043099151360]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 13:33:44\"\n    },\n    \"nav_menu_item[-4813480508653244000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"custom\",\n            \"title\": \"Instagram\",\n            \"url\": \"https://www.instagram.com/tom_e_nicholson/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Instagram\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:21:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4eb4516d-0b65-4c9c-8af1-3419fb8ad15b', '', '', '2019-09-21 12:34:57', '2019-09-21 16:34:57', '', 0, 'http://localhost/wordpress/?p=295', 0, 'customize_changeset', '', 0),
(302, 1, '2019-09-21 11:54:41', '2019-09-21 15:54:41', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"facebook\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"instagram\"]\n<!-- /wp:shortcode -->', 'Test Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2019-09-21 11:54:41', '2019-09-21 15:54:41', '', 288, 'http://localhost/wordpress/2019/09/21/288-revision-v1/', 0, 'revision', '', 0),
(307, 1, '2019-09-21 12:33:00', '2019-09-21 16:33:00', '<!-- wp:paragraph -->\n<p>Testing Various Wordpress Actions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adding Icon Shortcode: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"facebook\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"instagram\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[simple_icon name=\"linkedin\"]\n<!-- /wp:shortcode -->', 'Test Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2019-09-21 12:33:00', '2019-09-21 16:33:00', '', 288, 'http://localhost/wordpress/2019/09/21/288-revision-v1/', 0, 'revision', '', 0),
(308, 1, '2019-09-21 12:34:57', '2019-09-21 16:34:57', '', 'Instagram', '', 'publish', 'closed', 'closed', '', 'instagram', '', '', '2019-09-25 14:38:44', '2019-09-25 18:38:44', '', 0, 'http://localhost/wordpress/2019/09/21/instagram/', 3, 'nav_menu_item', '', 0),
(309, 1, '2019-09-21 12:35:57', '2019-09-21 16:35:57', '{\n    \"nav_menu_item[177]\": {\n        \"value\": {\n            \"object_id\": 177,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"custom\",\n            \"title\": \"IMDB\",\n            \"url\": \"https://www.imdb.com/name/nm7223247/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:35:57\"\n    },\n    \"nav_menu_item[178]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 178,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"LinkedIn\",\n            \"url\": \"https://www.linkedin.com/in/tom-e-nicholson-5a5110/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:35:57\"\n    },\n    \"nav_menu_item[308]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"custom\",\n            \"title\": \"Instagram\",\n            \"url\": \"https://www.instagram.com/tom_e_nicholson/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Instagram\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:35:57\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '559695b2-048b-4cb1-b30c-5cd192d2ca07', '', '', '2019-09-21 12:35:57', '2019-09-21 16:35:57', '', 0, 'http://localhost/wordpress/2019/09/21/559695b2-048b-4cb1-b30c-5cd192d2ca07/', 0, 'customize_changeset', '', 0),
(310, 1, '2019-09-21 12:38:13', '2019-09-21 16:38:13', '{\n    \"sidebars_widgets[sidebar-1]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:38:13\"\n    },\n    \"widget_meta[4]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-21 16:38:13\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4e8843cb-8bb2-40a5-a64c-34406e20f5aa', '', '', '2019-09-21 12:38:13', '2019-09-21 16:38:13', '', 0, 'http://localhost/wordpress/2019/09/21/4e8843cb-8bb2-40a5-a64c-34406e20f5aa/', 0, 'customize_changeset', '', 0),
(313, 1, '2019-09-21 23:14:39', '2019-09-22 03:14:39', '<!-- wp:paragraph -->\n<p>I can be connected through my talent agency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O. <a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C. <a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can also be contacted directly using the form below:</p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-21 23:14:39', '2019-09-22 03:14:39', '', 96, 'http://localhost/wordpress/2019/09/21/96-revision-v1/', 0, 'revision', '', 0),
(314, 1, '2019-09-21 23:14:52', '2019-09-22 03:14:52', '<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nTom E. Nicholson \"[your-subject]\"\nTom E. Nicholson <netgecko03@gmail.com>\nnetgecko03@gmail.com.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Tom E. Nicholson (http://localhost/wordpress)\nReply-To: [your-email]\n\n\n\n\nTom E. Nicholson \"[your-subject]\"\nTom E. Nicholson <netgecko03@gmail.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Tom E. Nicholson (http://localhost/wordpress)\nReply-To: netgecko03@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2019-09-21 23:20:56', '2019-09-22 03:20:56', '', 0, 'http://localhost/wordpress/?post_type=wpcf7_contact_form&#038;p=314', 0, 'wpcf7_contact_form', '', 0),
(315, 1, '2019-09-21 23:15:58', '2019-09-22 03:15:58', '<!-- wp:paragraph -->\n<p>I can be connected through my talent agency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can also be contacted directly using the form below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-21 23:15:58', '2019-09-22 03:15:58', '', 96, 'http://localhost/wordpress/2019/09/21/96-revision-v1/', 0, 'revision', '', 0),
(316, 1, '2019-09-21 23:16:37', '2019-09-22 03:16:37', '<!-- wp:paragraph -->\n<p>I can be connected through my talent agency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can also be contacted directly using the form below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><code>[contact-form-7 id=\"1234\" title=\"Contact form 1\"]</code></p></blockquote>\n<!-- /wp:quote -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-21 23:16:37', '2019-09-22 03:16:37', '', 96, 'http://localhost/wordpress/2019/09/21/96-revision-v1/', 0, 'revision', '', 0),
(318, 1, '2019-09-21 23:17:34', '2019-09-22 03:17:34', '<!-- wp:paragraph -->\n<p>I can be connected through my talent agency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can also be contacted directly using the form below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><code>[contact-form-7 id=\"1234\" title=\"Contact form 1\"]</code></p></blockquote>\n<!-- /wp:quote -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-21 23:17:34', '2019-09-22 03:17:34', '', 96, 'http://localhost/wordpress/2019/09/21/96-revision-v1/', 0, 'revision', '', 0),
(320, 1, '2019-09-21 23:27:22', '2019-09-22 03:27:22', '', 'Headshot resume 8_19', '', 'inherit', 'closed', 'closed', '', 'headshot-resume-8_19', '', '', '2019-09-26 15:53:35', '2019-09-26 19:53:35', '', 96, 'http://localhost/wordpress/wp-content/uploads/2019/09/Headshot-resume-8_19.pdf', 0, 'attachment', 'application/pdf', 0),
(321, 1, '2019-09-21 23:29:54', '0000-00-00 00:00:00', '{\n    \"nav_menu_item[159]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-22 03:29:54\"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '974e3720-4999-40f9-88ae-428db60744ab', '', '', '2019-09-21 23:29:54', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/?p=321', 0, 'customize_changeset', '', 0),
(322, 1, '2019-09-21 23:33:43', '2019-09-22 03:33:43', '{\n    \"nav_menu_item[159]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 159,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Resume\",\n            \"url\": \"http://localhost/wordpress/wp-content/uploads/2019/09/Headshot-resume-8_19.pdf\",\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\": \"2019-09-22 03:33:40\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3179df05-5b5e-485a-bd94-3c7f83933413', '', '', '2019-09-21 23:33:43', '2019-09-22 03:33:43', '', 0, 'http://localhost/wordpress/?p=322', 0, 'customize_changeset', '', 0),
(323, 1, '2019-09-21 23:35:27', '2019-09-22 03:35:27', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\n</div><figcaption>Demo Reel</figcaption></figure>\n<!-- /wp:core-embed/facebook -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=9Encv0m_ojE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9Encv0m_ojE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Demo', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2019-09-21 23:35:27', '2019-09-22 03:35:27', '', 143, 'http://localhost/wordpress/2019/09/21/143-revision-v1/', 0, 'revision', '', 0),
(326, 1, '2019-09-21 23:41:52', '2019-09-22 03:41:52', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\n</div><figcaption>Demo Reel</figcaption></figure>\n<!-- /wp:core-embed/facebook -->\n\n<!-- wp:paragraph -->\n<p>Be sure to also check out the trailer for <strong>Wade in The Water:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=9Encv0m_ojE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9Encv0m_ojE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Demo', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2019-09-21 23:41:52', '2019-09-22 03:41:52', '', 143, 'http://localhost/wordpress/2019/09/21/143-revision-v1/', 0, 'revision', '', 0),
(328, 1, '2019-09-21 23:46:15', '2019-09-22 03:46:15', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\n</div><figcaption>Demo Reel</figcaption></figure>\n<!-- /wp:core-embed/facebook -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">If you enjoyed my demo reel, be sure to check out my starring role in <strong><a href=\"https://www.imdb.com/title/tt7864992/\">Wade in The Water.</a></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=9Encv0m_ojE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9Encv0m_ojE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Demo', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2019-09-21 23:46:15', '2019-09-22 03:46:15', '', 143, 'http://localhost/wordpress/2019/09/21/143-revision-v1/', 0, 'revision', '', 0),
(330, 1, '2019-09-21 23:48:26', '2019-09-22 03:48:26', '<!-- wp:core-embed/facebook {\"url\":\"https://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-facebook aligncenter wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/103396261025632/videos/vb.103396261025632/660705074398052/\n</div></figure>\n<!-- /wp:core-embed/facebook -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\">If you enjoyed my demo reel, be sure to check out my starring role in <strong><a href=\"https://www.imdb.com/title/tt7864992/\">Wade in The Water.</a></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=9Encv0m_ojE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9Encv0m_ojE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Demo', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2019-09-21 23:48:26', '2019-09-22 03:48:26', '', 143, 'http://localhost/wordpress/2019/09/21/143-revision-v1/', 0, 'revision', '', 0),
(333, 1, '2019-09-22 00:13:43', '2019-09-22 04:13:43', '<!-- wp:paragraph -->\n<p><em>I can be contacted through my talent agency:</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>I can also be contacted directly using the form below:</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><code>[contact-form-7 id=\"1234\" title=\"Contact form 1\"]</code></p></blockquote>\n<!-- /wp:quote -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-22 00:13:43', '2019-09-22 04:13:43', '', 96, 'http://localhost/wordpress/2019/09/22/96-revision-v1/', 0, 'revision', '', 0),
(334, 1, '2019-09-22 22:52:51', '0000-00-00 00:00:00', '{\n    \"nav_menu_item[174]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 174,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Facebook\",\n            \"url\": \"https://www.facebook.com/pg/Tom-E-Nicholson-103396261025632/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-09-23 02:53:20\"\n    }\n}', '', '', 'draft', 'closed', 'closed', '', '53e0da69-215a-46ec-81f3-e1e46c9de1d5', '', '', '2019-09-22 22:53:20', '2019-09-23 02:53:20', '', 0, 'http://localhost/wordpress/?p=334', 0, 'customize_changeset', '', 0),
(336, 1, '2019-09-26 15:50:18', '2019-09-26 19:50:18', '<!-- wp:paragraph -->\n<p><em>My most recent contact information can be found on my resume.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can also be contacted through my talent agency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-26 15:50:18', '2019-09-26 19:50:18', '', 96, 'http://localhost/wordpress/2019/09/26/96-revision-v1/', 0, 'revision', '', 0),
(338, 1, '2019-09-26 15:55:38', '2019-09-26 19:55:38', '<p>My contact information can be found on my <a href=\"http://localhost/wordpress/wp-content/uploads/2019/09/Headshot-resume-8_19.pdf\">resume</a>.</p>\n<p>I can also be contacted through my talent agency:</p>\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-26 15:55:38', '2019-09-26 19:55:38', '', 96, 'http://localhost/wordpress/2019/09/26/96-revision-v1/', 0, 'revision', '', 0),
(340, 1, '2019-09-26 15:58:16', '2019-09-26 19:58:16', '<p> </p>\n<p><em><strong>My contact information can be found on my <a href=\"http://localhost/wordpress/wp-content/uploads/2019/09/Headshot-resume-8_19.pdf\">resume</a>.</strong></em></p>\n<p><em><strong>I can also be contacted through my talent agency:</strong></em></p>\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>CARRIE MACY TALENT AGENCY</strong><br>9595 Wilshire Blvd. Ste. 900<br>Beverly Hills, CA 90212<br>SAG/AFTRA Franchised<br>O.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:424-281-0256\" target=\"_blank\">424-281-0256</a><br>C.&nbsp;<a rel=\"noreferrer noopener\" href=\"tel:731-413-1395\" target=\"_blank\">731-413-1395</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-09-26 15:58:16', '2019-09-26 19:58:16', '', 96, 'http://localhost/wordpress/2019/09/26/96-revision-v1/', 0, 'revision', '', 0),
(341, 1, '2019-09-27 16:38:44', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2019-09-27 16:38:44', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/?p=341', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_responsive_menu`
--

DROP TABLE IF EXISTS `wp_responsive_menu`;
CREATE TABLE IF NOT EXISTS `wp_responsive_menu` (
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_responsive_menu`
--

INSERT INTO `wp_responsive_menu` (`name`, `value`) VALUES
('accordion_animation', 'off'),
('active_arrow_font_icon', ''),
('active_arrow_font_icon_type', 'font-awesome'),
('active_arrow_image', ''),
('active_arrow_image_alt', ''),
('active_arrow_shape', '▲'),
('admin_theme', 'dark'),
('animation_speed', '0.5'),
('animation_type', 'slide'),
('arrow_position', 'right'),
('auto_expand_all_submenus', 'off'),
('auto_expand_current_submenus', 'off'),
('breakpoint', '8000'),
('button_background_colour', '#000000'),
('button_background_colour_active', '#000000'),
('button_background_colour_hover', '#000000'),
('button_click_animation', 'boring'),
('button_click_trigger', '#responsive-menu-button'),
('button_distance_from_side', '5'),
('button_distance_from_side_unit', '%'),
('button_font', ''),
('button_font_icon', ''),
('button_font_icon_type', 'font-awesome'),
('button_font_icon_when_clicked', ''),
('button_font_icon_when_clicked_type', 'font-awesome'),
('button_font_size', '14'),
('button_font_size_unit', 'px'),
('button_height', '55'),
('button_height_unit', 'px'),
('button_image', ''),
('button_image_alt', ''),
('button_image_alt_when_clicked', ''),
('button_image_when_clicked', ''),
('button_left_or_right', 'right'),
('button_line_colour', '#ffffff'),
('button_line_colour_active', '#ffffff'),
('button_line_colour_hover', '#ffffff'),
('button_line_height', '3'),
('button_line_height_unit', 'px'),
('button_line_margin', '5'),
('button_line_margin_unit', 'px'),
('button_line_width', '25'),
('button_line_width_unit', 'px'),
('button_position_type', 'fixed'),
('button_push_with_animation', 'off'),
('button_text_colour', '#ffffff'),
('button_title', ''),
('button_title_line_height', '13'),
('button_title_line_height_unit', 'px'),
('button_title_open', ''),
('button_title_position', 'left'),
('button_top', '15'),
('button_top_unit', 'px'),
('button_transparent_background', 'off'),
('button_trigger_type', 'click'),
('button_width', '55'),
('button_width_unit', 'px'),
('custom_css', ''),
('custom_walker', ''),
('desktop_menu_options', '{\"166\":{\"type\":\"standard\",\"width\":\"auto\",\"parent_background_colour\":\"\",\"parent_background_image\":\"\"},\"213\":{\"type\":\"standard\",\"width\":\"auto\",\"parent_background_colour\":\"\",\"parent_background_image\":\"\"},\"161\":{\"type\":\"standard\",\"width\":\"auto\",\"parent_background_colour\":\"\",\"parent_background_image\":\"\"},\"159\":{\"type\":\"standard\",\"width\":\"auto\",\"parent_background_colour\":\"\",\"parent_background_image\":\"\"},\"99\":{\"type\":\"standard\",\"width\":\"auto\",\"parent_background_colour\":\"\",\"parent_background_image\":\"\"}}'),
('desktop_menu_positioning', 'fixed'),
('desktop_menu_side', ''),
('desktop_menu_to_hide', ''),
('desktop_menu_width', ''),
('desktop_menu_width_unit', '%'),
('enable_touch_gestures', ''),
('excluded_pages', NULL),
('external_files', 'off'),
('fade_submenus', 'off'),
('fade_submenus_delay', '100'),
('fade_submenus_side', 'left'),
('fade_submenus_speed', '500'),
('header_bar_adjust_page', NULL),
('header_bar_background_color', '#ffffff'),
('header_bar_breakpoint', '800'),
('header_bar_font', ''),
('header_bar_font_size', '14'),
('header_bar_font_size_unit', 'px'),
('header_bar_height', '80'),
('header_bar_height_unit', 'px'),
('header_bar_html_content', ''),
('header_bar_items_order', '{\"logo\":\"on\",\"title\":\"on\",\"search\":\"on\",\"html content\":\"on\"}'),
('header_bar_logo', ''),
('header_bar_logo_alt', ''),
('header_bar_logo_height', ''),
('header_bar_logo_height_unit', 'px'),
('header_bar_logo_link', ''),
('header_bar_logo_width', ''),
('header_bar_logo_width_unit', '%'),
('header_bar_position_type', 'fixed'),
('header_bar_text_color', '#ffffff'),
('header_bar_title', ''),
('hide_on_desktop', 'off'),
('hide_on_mobile', 'off'),
('inactive_arrow_font_icon', ''),
('inactive_arrow_font_icon_type', 'font-awesome'),
('inactive_arrow_image', ''),
('inactive_arrow_image_alt', ''),
('inactive_arrow_shape', '▼'),
('items_order', '{\"title\":\"on\",\"menu\":\"on\",\"search\":\"on\",\"additional content\":\"on\"}'),
('keyboard_shortcut_close_menu', '27,37'),
('keyboard_shortcut_open_menu', '32,39'),
('menu_additional_content', ''),
('menu_additional_content_colour', '#ffffff'),
('menu_adjust_for_wp_admin_bar', 'off'),
('menu_appear_from', 'left'),
('menu_auto_height', 'off'),
('menu_background_colour', '#212121'),
('menu_background_image', ''),
('menu_border_width', '1'),
('menu_border_width_unit', 'px'),
('menu_close_on_body_click', 'off'),
('menu_close_on_link_click', 'off'),
('menu_close_on_scroll', 'off'),
('menu_container_background_colour', '#212121'),
('menu_current_item_background_colour', '#212121'),
('menu_current_item_background_hover_colour', '#3f3f3f'),
('menu_current_item_border_colour', '#212121'),
('menu_current_item_border_hover_colour', '#3f3f3f'),
('menu_current_link_colour', '#ffffff'),
('menu_current_link_hover_colour', '#ffffff'),
('menu_depth', '5'),
('menu_depth_0', '5'),
('menu_depth_0_unit', '%'),
('menu_depth_1', '10'),
('menu_depth_1_unit', '%'),
('menu_depth_2', '15'),
('menu_depth_2_unit', '%'),
('menu_depth_3', '20'),
('menu_depth_3_unit', '%'),
('menu_depth_4', '25'),
('menu_depth_4_unit', '%'),
('menu_depth_5', '30'),
('menu_depth_5_unit', '%'),
('menu_depth_side', 'left'),
('menu_disable_scrolling', 'off'),
('menu_font', ''),
('menu_font_icons', '{\"id\":[\"\"],\"icon\":[\"\"],\"type\":[\"\"]}'),
('menu_font_size', '13'),
('menu_font_size_unit', 'px'),
('menu_item_background_colour', '#212121'),
('menu_item_background_hover_colour', '#3f3f3f'),
('menu_item_border_colour', '#212121'),
('menu_item_border_colour_hover', '#212121'),
('menu_item_click_to_trigger_submenu', 'off'),
('menu_link_colour', '#ffffff'),
('menu_link_hover_colour', '#ffffff'),
('menu_links_height', '40'),
('menu_links_height_unit', 'px'),
('menu_links_line_height', '40'),
('menu_links_line_height_unit', 'px'),
('menu_maximum_width', ''),
('menu_maximum_width_unit', 'px'),
('menu_minimum_width', ''),
('menu_minimum_width_unit', 'px'),
('menu_overlay', 'off'),
('menu_overlay_colour', 'rgba(0, 0, 0, 0.7)'),
('menu_search_box_background_colour', '#ffffff'),
('menu_search_box_border_colour', '#dadada'),
('menu_search_box_placeholder_colour', '#c7c7cd'),
('menu_search_box_text', 'Search'),
('menu_search_box_text_colour', '#333333'),
('menu_sub_arrow_background_colour', '#212121'),
('menu_sub_arrow_background_colour_active', '#212121'),
('menu_sub_arrow_background_hover_colour', '#3f3f3f'),
('menu_sub_arrow_background_hover_colour_active', '#3f3f3f'),
('menu_sub_arrow_border_colour', '#212121'),
('menu_sub_arrow_border_colour_active', '#212121'),
('menu_sub_arrow_border_hover_colour', '#3f3f3f'),
('menu_sub_arrow_border_hover_colour_active', '#3f3f3f'),
('menu_sub_arrow_shape_colour', '#ffffff'),
('menu_sub_arrow_shape_colour_active', '#ffffff'),
('menu_sub_arrow_shape_hover_colour', '#ffffff'),
('menu_sub_arrow_shape_hover_colour_active', '#ffffff'),
('menu_text_alignment', 'left'),
('menu_theme', NULL),
('menu_title', ''),
('menu_title_alignment', 'left'),
('menu_title_background_colour', '#212121'),
('menu_title_background_hover_colour', '#212121'),
('menu_title_colour', '#ffffff'),
('menu_title_font_icon', ''),
('menu_title_font_icon_type', 'font-awesome'),
('menu_title_font_size', '13'),
('menu_title_font_size_unit', 'px'),
('menu_title_hover_colour', '#ffffff'),
('menu_title_image', ''),
('menu_title_image_alt', ''),
('menu_title_image_height', ''),
('menu_title_image_height_unit', 'px'),
('menu_title_image_width', ''),
('menu_title_image_width_unit', '%'),
('menu_title_link', ''),
('menu_title_link_location', '_self'),
('menu_to_hide', 'nav#site-navigation'),
('menu_to_use', 'header-nav'),
('menu_width', '75'),
('menu_width_unit', '%'),
('menu_word_wrap', 'off'),
('minify_scripts', 'off'),
('mobile_only', 'off'),
('page_wrapper', ''),
('remove_bootstrap', ''),
('remove_fontawesome', ''),
('scripts_in_footer', 'off'),
('shortcode', 'off'),
('show_menu_on_page_load', ''),
('single_menu_font', ''),
('single_menu_font_size', '14'),
('single_menu_font_size_unit', 'px'),
('single_menu_height', '80'),
('single_menu_height_unit', 'px'),
('single_menu_item_background_colour', '#ffffff'),
('single_menu_item_background_colour_hover', '#ffffff'),
('single_menu_item_link_colour', '#000000'),
('single_menu_item_link_colour_hover', '#000000'),
('single_menu_item_submenu_background_colour', '#ffffff'),
('single_menu_item_submenu_background_colour_hover', '#ffffff'),
('single_menu_item_submenu_link_colour', '#000000'),
('single_menu_item_submenu_link_colour_hover', '#000000'),
('single_menu_line_height', '80'),
('single_menu_line_height_unit', 'px'),
('single_menu_submenu_font', ''),
('single_menu_submenu_font_size', '12'),
('single_menu_submenu_font_size_unit', 'px'),
('single_menu_submenu_height', ''),
('single_menu_submenu_height_unit', 'auto'),
('single_menu_submenu_line_height', '40'),
('single_menu_submenu_line_height_unit', 'px'),
('slide_effect_back_to_text', 'Back'),
('smooth_scroll_on', 'off'),
('smooth_scroll_speed', '500'),
('sub_menu_speed', '0.2'),
('submenu_arrow_height', '39'),
('submenu_arrow_height_unit', 'px'),
('submenu_arrow_position', 'right'),
('submenu_arrow_width', '40'),
('submenu_arrow_width_unit', 'px'),
('submenu_border_width', '1'),
('submenu_border_width_unit', 'px'),
('submenu_current_item_background_colour', '#212121'),
('submenu_current_item_background_hover_colour', '#3f3f3f'),
('submenu_current_item_border_colour', '#212121'),
('submenu_current_item_border_hover_colour', '#3f3f3f'),
('submenu_current_link_colour', '#ffffff'),
('submenu_current_link_hover_colour', '#ffffff'),
('submenu_descriptions_on', ''),
('submenu_font', ''),
('submenu_font_size', '13'),
('submenu_font_size_unit', 'px'),
('submenu_item_background_colour', '#212121'),
('submenu_item_background_hover_colour', '#3f3f3f'),
('submenu_item_border_colour', '#212121'),
('submenu_item_border_colour_hover', '#212121'),
('submenu_link_colour', '#ffffff'),
('submenu_link_hover_colour', '#ffffff'),
('submenu_links_height', '40'),
('submenu_links_height_unit', 'px'),
('submenu_links_line_height', '40'),
('submenu_links_line_height_unit', 'px'),
('submenu_sub_arrow_background_colour', '#212121'),
('submenu_sub_arrow_background_colour_active', '#212121'),
('submenu_sub_arrow_background_hover_colour', '#3f3f3f'),
('submenu_sub_arrow_background_hover_colour_active', '#3f3f3f'),
('submenu_sub_arrow_border_colour', '#212121'),
('submenu_sub_arrow_border_colour_active', '#212121'),
('submenu_sub_arrow_border_hover_colour', '#3f3f3f'),
('submenu_sub_arrow_border_hover_colour_active', '#3f3f3f'),
('submenu_sub_arrow_shape_colour', '#ffffff'),
('submenu_sub_arrow_shape_colour_active', '#ffffff'),
('submenu_sub_arrow_shape_hover_colour', '#ffffff'),
('submenu_sub_arrow_shape_hover_colour_active', '#ffffff'),
('submenu_submenu_arrow_height', '39'),
('submenu_submenu_arrow_height_unit', 'px'),
('submenu_submenu_arrow_width', '40'),
('submenu_submenu_arrow_width_unit', 'px'),
('submenu_text_alignment', 'left'),
('theme_location_menu', ''),
('transition_speed', '0.5'),
('use_desktop_menu', ''),
('use_header_bar', 'off'),
('use_slide_effect', 'off');

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_termmeta`;
CREATE TABLE IF NOT EXISTS `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Header Nav', 'header-nav', 0),
(4, 'social', 'social', 0),
(5, 'home', 'home', 0);

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `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,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(99, 2, 0),
(139, 1, 0),
(159, 2, 0),
(161, 2, 0),
(166, 2, 0),
(170, 1, 0),
(174, 4, 0),
(177, 4, 0),
(178, 4, 0),
(208, 5, 0),
(213, 2, 0),
(308, 4, 0);

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 5),
(4, 4, 'nav_menu', '', 0, 4),
(5, 5, 'wpsisac_slider-category', '[slick-carousel-slider]', 0, 1);

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'mgadmin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"117c1b19453a83dc6b91e02baec628141cb1cd0eec01f9cc7fd6664f4a6d9b22\";a:4:{s:10:\"expiration\";i:1569789523;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:68:\"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0\";s:5:\"login\";i:1569616723;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '341'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),
(19, 1, 'wp_user-settings', 'libraryContent=browse&mfold=o'),
(20, 1, 'wp_user-settings-time', '1569080079'),
(21, 1, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(24, 1, 'wp_media_library_mode', 'grid'),
(25, 1, 'nav_menu_recently_edited', '2'),
(26, 1, 'closedpostboxes_attachment', 'a:0:{}'),
(27, 1, 'metaboxhidden_attachment', 'a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(28, 1, 'meta-box-order_foogallery', 'a:3:{s:4:\"side\";s:101:\"submitdiv,foogallery_help,foogallery_retina,foogallery_sorting,foogallery_thumb_settings,postimagediv\";s:6:\"normal\";s:65:\"foogallery_items,foogallery_settings,slugdiv,foogallery_customcss\";s:8:\"advanced\";s:0:\"\";}'),
(29, 1, 'screen_layout_foogallery', '2'),
(30, 1, 'closedpostboxes_foogallery', 'a:0:{}'),
(31, 1, 'metaboxhidden_foogallery', 'a:1:{i:0;s:7:\"slugdiv\";}');

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `wp_users`;
CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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, 'mgadmin', '$P$BGKS3yU9Jb5XNWWE2j8yehFKRhMoI20', 'mgadmin', 'netgecko03@gmail.com', '', '2019-08-16 01:25:17', '', 0, 'mgadmin');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpmm_subscribers`
--

DROP TABLE IF EXISTS `wp_wpmm_subscribers`;
CREATE TABLE IF NOT EXISTS `wp_wpmm_subscribers` (
  `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(50) NOT NULL,
  `insert_date` datetime NOT NULL,
  PRIMARY KEY (`id_subscriber`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
COMMIT;

/*!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 */;
