403Webshell
Server IP : 119.195.102.159  /  Your IP : 216.73.217.134
Web Server : nginx/1.18.0
System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64
User : altablue ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home5/mazakmt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home5/mazakmt/installer-data.sql
/* DUPLICATOR MYSQL SCRIPT CREATED ON : 2017-05-08 03:45:53 */

SET FOREIGN_KEY_CHECKS = 0;

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  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)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` mediumblob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

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

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=1493 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1463 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  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=27715 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_form` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `is_trash` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_form_meta` (
  `form_id` mediumint(8) unsigned NOT NULL,
  `display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `confirmations` longtext COLLATE utf8mb4_unicode_520_ci,
  `notifications` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_form_view` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `count` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `date_created` (`date_created`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_incomplete_submissions` (
  `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`uuid`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_lead` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_lead_detail` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `field_number` float NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_field_number` (`lead_id`,`field_number`),
  KEY `lead_field_value` (`value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_lead_detail_long` (
  `lead_detail_id` bigint(20) unsigned NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`lead_detail_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_lead_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `lead_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `lead_id` (`lead_id`),
  KEY `form_id_meta_key` (`form_id`,`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_rg_lead_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_tg_item_elements` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `settings` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `name` (`name`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_tg_item_skins` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `elements` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `styles` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `name` (`name`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

CREATE TABLE `wp_wc_points_rewards_user_points` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `points` bigint(20) NOT NULL,
  `points_balance` bigint(20) NOT NULL,
  `order_id` bigint(20) DEFAULT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_wc_points_rewards_user_points_user_id_points_balance` (`user_id`,`points_balance`),
  KEY `idx_wc_points_rewards_user_points_date_points_balance` (`date`,`points_balance`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_wc_points_rewards_user_points_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `points` bigint(20) NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_points_id` bigint(20) DEFAULT NULL,
  `order_id` bigint(20) DEFAULT NULL,
  `admin_user_id` bigint(20) DEFAULT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_wc_points_rewards_user_points_log_date` (`date`),
  KEY `idx_wc_points_rewards_user_points_log_type` (`type`(191)),
  KEY `idx_wc_points_rewards_user_points_log_points` (`points`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


/* INSERT TABLE DATA: wp_comments */
INSERT INTO `wp_comments` VALUES("1", "1", "워드프레스 댓글 작성자", "wapuu@wordpress.example", "https://wordpress.org/", "", "2017-04-14 18:53:50", "2017-04-14 09:53:50", "안녕하세요, 이거은 댓글입니다.\n댓글의 검토, 편집, 삭제를 시작하려면 관리자 화면의 댓글 화면으로 가세요.\n댓글 작성자의 아바타는 <a href=\"https://gravatar.com\">그라바타</a>에서 전송됩니다.", "0", "1", "", "", "0", "0");
INSERT INTO `wp_comments` VALUES("2", "27689", "우커머스", "", "", "", "2017-04-20 11:06:33", "2017-04-20 02:06:33", "BACS 지불 대기중 Order status changed from Pending payment to On hold.", "0", "1", "WooCommerce", "order_note", "0", "0");
INSERT INTO `wp_comments` VALUES("3", "27689", "우커머스", "", "", "", "2017-04-20 11:16:02", "2017-04-20 02:16:02", "Customer earned 189 Points for purchase.", "0", "1", "WooCommerce", "order_note", "0", "0");
INSERT INTO `wp_comments` VALUES("4", "27689", "우커머스", "", "", "", "2017-04-20 11:16:02", "2017-04-20 02:16:02", "Order status changed from On hold to 처리중.", "0", "1", "WooCommerce", "order_note", "0", "0");
INSERT INTO `wp_comments` VALUES("5", "27689", "adminleather", "picell@me.com", "", "", "2017-04-20 11:16:02", "2017-04-20 02:16:02", "처리 중인 주문 email notification manually sent.", "0", "1", "WooCommerce", "order_note", "0", "0");
INSERT INTO `wp_comments` VALUES("6", "27689", "우커머스", "", "", "", "2017-04-21 00:20:30", "2017-04-20 15:20:30", "Order status changed from 처리중 to 완료됨.", "0", "1", "WooCommerce", "order_note", "0", "0");
INSERT INTO `wp_comments` VALUES("7", "27689", "adminleather", "picell@me.com", "", "", "2017-04-21 00:20:30", "2017-04-20 15:20:30", "고객 송장 email notification manually sent.", "0", "1", "WooCommerce", "order_note", "0", "0");

/* INSERT TABLE DATA: wp_duplicator_packages */
INSERT INTO `wp_duplicator_packages` VALUES("1", "20170508_divishop", "28ee6e6d3c3212137712170508034543", "20", "2017-05-08 03:45:53", "adminleather", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-08 03:45:43\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:6:\"5.6.33\";s:10:\"VersionPHP\";s:49:\"5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:1;s:4:\"Name\";s:17:\"20170508_divishop\";s:4:\"Hash\";s:32:\"28ee6e6d3c3212137712170508034543\";s:8:\"NameHash\";s:50:\"20170508_divishop_28ee6e6d3c3212137712170508034543\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:34:\"/home3/leather247/wp-snapshots/tmp\";s:8:\"StoreURL\";s:37:\"http://leather247.co.kr/wp-snapshots/\";s:8:\"ScanFile\";s:60:\"20170508_divishop_28ee6e6d3c3212137712170508034543_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";s:12:\"adminleather\";s:7:\"Archive\";O:11:\"DUP_Archive\":13:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:4:\"File\";s:62:\"20170508_divishop_28ee6e6d3c3212137712170508034543_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:17:\"/home3/leather247\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-08 03:45:43\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:6:\"5.6.33\";s:10:\"VersionPHP\";s:49:\"5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:17:\"20170508_divishop\";s:4:\"Hash\";s:32:\"28ee6e6d3c3212137712170508034543\";s:8:\"NameHash\";s:50:\"20170508_divishop_28ee6e6d3c3212137712170508034543\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:34:\"/home3/leather247/wp-snapshots/tmp\";s:8:\"StoreURL\";s:37:\"http://leather247.co.kr/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";s:64:\"20170508_divishop_28ee6e6d3c3212137712170508034543_installer.php\";s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:52;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";s:63:\"20170508_divishop_28ee6e6d3c3212137712170508034543_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:8:\"(Ubuntu)\";s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}}s:9:\"Installer\";r:74;s:8:\"Database\";r:87;}");

/* INSERT TABLE DATA: wp_options */
INSERT INTO `wp_options` VALUES("1", "siteurl", "http://leather247.co.kr", "yes");
INSERT INTO `wp_options` VALUES("2", "home", "http://leather247.co.kr", "yes");
INSERT INTO `wp_options` VALUES("3", "blogname", "레더247", "yes");
INSERT INTO `wp_options` VALUES("4", "blogdescription", "수제화 전문점", "yes");
INSERT INTO `wp_options` VALUES("5", "users_can_register", "0", "yes");
INSERT INTO `wp_options` VALUES("6", "admin_email", "picell@me.com", "yes");
INSERT INTO `wp_options` VALUES("7", "start_of_week", "0", "yes");
INSERT INTO `wp_options` VALUES("8", "use_balanceTags", "0", "yes");
INSERT INTO `wp_options` VALUES("9", "use_smilies", "1", "yes");
INSERT INTO `wp_options` VALUES("10", "require_name_email", "1", "yes");
INSERT INTO `wp_options` VALUES("11", "comments_notify", "1", "yes");
INSERT INTO `wp_options` VALUES("12", "posts_per_rss", "10", "yes");
INSERT INTO `wp_options` VALUES("13", "rss_use_excerpt", "0", "yes");
INSERT INTO `wp_options` VALUES("14", "mailserver_url", "mail.example.com", "yes");
INSERT INTO `wp_options` VALUES("15", "mailserver_login", "login@example.com", "yes");
INSERT INTO `wp_options` VALUES("16", "mailserver_pass", "password", "yes");
INSERT INTO `wp_options` VALUES("17", "mailserver_port", "110", "yes");
INSERT INTO `wp_options` VALUES("18", "default_category", "1", "yes");
INSERT INTO `wp_options` VALUES("19", "default_comment_status", "open", "yes");
INSERT INTO `wp_options` VALUES("20", "default_ping_status", "open", "yes");
INSERT INTO `wp_options` VALUES("21", "default_pingback_flag", "0", "yes");
INSERT INTO `wp_options` VALUES("22", "posts_per_page", "10", "yes");
INSERT INTO `wp_options` VALUES("23", "date_format", "Y년 F j일", "yes");
INSERT INTO `wp_options` VALUES("24", "time_format", "g:i a", "yes");
INSERT INTO `wp_options` VALUES("25", "links_updated_date_format", "Y년 F j일 g:i a", "yes");
INSERT INTO `wp_options` VALUES("26", "comment_moderation", "0", "yes");
INSERT INTO `wp_options` VALUES("27", "moderation_notify", "1", "yes");
INSERT INTO `wp_options` VALUES("28", "permalink_structure", "/%postname%/", "yes");
INSERT INTO `wp_options` VALUES("29", "rewrite_rules", "a:270:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:16:\"profile/register\";s:35:\"index.php?pagename=profile/register\";s:13:\"profile/login\";s:32:\"index.php?pagename=profile/login\";s:22:\"profile/edit/([^/]+)/?\";s:55:\"index.php?pagename=profile/edit&up_username=$matches[1]\";s:12:\"profile/edit\";s:31:\"index.php?pagename=profile/edit\";s:17:\"profile/([^/]+)/?\";s:50:\"index.php?pagename=profile&up_username=$matches[1]\";s:19:\"following/([^/]+)/?\";s:52:\"index.php?pagename=following&up_username=$matches[1]\";s:19:\"followers/([^/]+)/?\";s:52:\"index.php?pagename=followers&up_username=$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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:38:\"et_pb_layout/([^/]+)/wc-api(/(.*))?/?$\";s:68:\"index.php?post_type=et_pb_layout&name=$matches[1]&wc-api=$matches[3]\";s:44:\"et_pb_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"et_pb_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:33:\"project/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?project=$matches[1]&wc-api=$matches[3]\";s:39:\"project/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"project/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:36:\"shop/.+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"shop/.+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"shop/.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shop/.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shop/.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"shop/.+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"shop/(.+?)/([^/]+)/embed/?$\";s:64:\"index.php?product_cat=$matches[1]&product=$matches[2]&embed=true\";s:31:\"shop/(.+?)/([^/]+)/trackback/?$\";s:58:\"index.php?product_cat=$matches[1]&product=$matches[2]&tb=1\";s:51:\"shop/(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&feed=$matches[3]\";s:46:\"shop/(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&feed=$matches[3]\";s:39:\"shop/(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?product_cat=$matches[1]&product=$matches[2]&paged=$matches[3]\";s:46:\"shop/(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?product_cat=$matches[1]&product=$matches[2]&cpage=$matches[3]\";s:36:\"shop/(.+?)/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?product_cat=$matches[1]&product=$matches[2]&wc-api=$matches[4]\";s:40:\"shop/.+?/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"shop/.+?/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"shop/(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&page=$matches[3]\";s:25:\"shop/.+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"shop/.+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"shop/.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"shop/.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"shop/.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"shop/.+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"media-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?media-category=$matches[1]&feed=$matches[2]\";s:50:\"media-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?media-category=$matches[1]&feed=$matches[2]\";s:31:\"media-category/([^/]+)/embed/?$\";s:47:\"index.php?media-category=$matches[1]&embed=true\";s:43:\"media-category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?media-category=$matches[1]&paged=$matches[2]\";s:25:\"media-category/([^/]+)/?$\";s:36:\"index.php?media-category=$matches[1]\";s:50:\"media-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?media-tag=$matches[1]&feed=$matches[2]\";s:45:\"media-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?media-tag=$matches[1]&feed=$matches[2]\";s:26:\"media-tag/([^/]+)/embed/?$\";s:42:\"index.php?media-tag=$matches[1]&embed=true\";s:38:\"media-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?media-tag=$matches[1]&paged=$matches[2]\";s:20:\"media-tag/([^/]+)/?$\";s:31:\"index.php?media-tag=$matches[1]\";s:36:\"the_grid/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"the_grid/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"the_grid/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"the_grid/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"the_grid/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"the_grid/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"the_grid/([^/]+)/embed/?$\";s:56:\"index.php?post_type=the_grid&name=$matches[1]&embed=true\";s:29:\"the_grid/([^/]+)/trackback/?$\";s:50:\"index.php?post_type=the_grid&name=$matches[1]&tb=1\";s:37:\"the_grid/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?post_type=the_grid&name=$matches[1]&paged=$matches[2]\";s:44:\"the_grid/([^/]+)/comment-page-([0-9]{1,})/?$\";s:63:\"index.php?post_type=the_grid&name=$matches[1]&cpage=$matches[2]\";s:34:\"the_grid/([^/]+)/wc-api(/(.*))?/?$\";s:64:\"index.php?post_type=the_grid&name=$matches[1]&wc-api=$matches[3]\";s:40:\"the_grid/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"the_grid/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"the_grid/([^/]+)(?:/([0-9]+))?/?$\";s:62:\"index.php?post_type=the_grid&name=$matches[1]&page=$matches[2]\";s:25:\"the_grid/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"the_grid/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"the_grid/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"the_grid/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"the_grid/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"the_grid/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=4&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\"(.?.+?)/my-downloads(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&my-downloads=$matches[3]\";s:26:\"(.?.+?)/profile(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&profile=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}", "yes");
INSERT INTO `wp_options` VALUES("30", "hack_file", "0", "yes");
INSERT INTO `wp_options` VALUES("31", "blog_charset", "UTF-8", "yes");
INSERT INTO `wp_options` VALUES("32", "moderation_keys", "", "no");
INSERT INTO `wp_options` VALUES("33", "active_plugins", "a:18:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";i:2;s:29:\"divi-builder/divi-builder.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:23:\"loco-translate/loco.php\";i:5;s:33:\"nav-menu-roles/nav-menu-roles.php\";i:6;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:7;s:21:\"the-grid/the-grid.php\";i:8;s:17:\"userpro/index.php\";i:9;s:71:\"woocommerce-gravityforms-product-addons/gravityforms-product-addons.php\";i:10;s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";i:11;s:47:\"woocommerce-quick-buy/woocommerce-quick-buy.php\";i:12;s:51:\"woocommerce-tab-manager/woocommerce-tab-manager.php\";i:13;s:27:\"woocommerce/woocommerce.php\";i:14;s:51:\"wooshipping-postcode-kr/wooshipping-postcode-kr.php\";i:15;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:16;s:50:\"yith-woocommerce-customize-myaccount-page/init.php\";i:17;s:48:\"yith-woocommerce-order-tracking-premium/init.php\";}", "yes");
INSERT INTO `wp_options` VALUES("34", "category_base", "", "yes");
INSERT INTO `wp_options` VALUES("35", "ping_sites", "http://rpc.pingomatic.com/", "yes");
INSERT INTO `wp_options` VALUES("36", "comment_max_links", "2", "yes");
INSERT INTO `wp_options` VALUES("37", "gmt_offset", "0", "yes");
INSERT INTO `wp_options` VALUES("38", "default_email_category", "1", "yes");
INSERT INTO `wp_options` VALUES("39", "recently_edited", "", "no");
INSERT INTO `wp_options` VALUES("40", "template", "Divi", "yes");
INSERT INTO `wp_options` VALUES("41", "stylesheet", "Divi", "yes");
INSERT INTO `wp_options` VALUES("42", "comment_whitelist", "1", "yes");
INSERT INTO `wp_options` VALUES("43", "blacklist_keys", "", "no");
INSERT INTO `wp_options` VALUES("44", "comment_registration", "0", "yes");
INSERT INTO `wp_options` VALUES("45", "html_type", "text/html", "yes");
INSERT INTO `wp_options` VALUES("46", "use_trackback", "0", "yes");
INSERT INTO `wp_options` VALUES("47", "default_role", "subscriber", "yes");
INSERT INTO `wp_options` VALUES("48", "db_version", "38590", "yes");
INSERT INTO `wp_options` VALUES("49", "uploads_use_yearmonth_folders", "1", "yes");
INSERT INTO `wp_options` VALUES("50", "upload_path", "", "yes");
INSERT INTO `wp_options` VALUES("51", "blog_public", "0", "yes");
INSERT INTO `wp_options` VALUES("52", "default_link_category", "2", "yes");
INSERT INTO `wp_options` VALUES("53", "show_on_front", "page", "yes");
INSERT INTO `wp_options` VALUES("54", "tag_base", "", "yes");
INSERT INTO `wp_options` VALUES("55", "show_avatars", "1", "yes");
INSERT INTO `wp_options` VALUES("56", "avatar_rating", "G", "yes");
INSERT INTO `wp_options` VALUES("57", "upload_url_path", "", "yes");
INSERT INTO `wp_options` VALUES("58", "thumbnail_size_w", "150", "yes");
INSERT INTO `wp_options` VALUES("59", "thumbnail_size_h", "150", "yes");
INSERT INTO `wp_options` VALUES("60", "thumbnail_crop", "1", "yes");
INSERT INTO `wp_options` VALUES("61", "medium_size_w", "300", "yes");
INSERT INTO `wp_options` VALUES("62", "medium_size_h", "300", "yes");
INSERT INTO `wp_options` VALUES("63", "avatar_default", "mystery", "yes");
INSERT INTO `wp_options` VALUES("64", "large_size_w", "1024", "yes");
INSERT INTO `wp_options` VALUES("65", "large_size_h", "1024", "yes");
INSERT INTO `wp_options` VALUES("66", "image_default_link_type", "none", "yes");
INSERT INTO `wp_options` VALUES("67", "image_default_size", "", "yes");
INSERT INTO `wp_options` VALUES("68", "image_default_align", "", "yes");
INSERT INTO `wp_options` VALUES("69", "close_comments_for_old_posts", "0", "yes");
INSERT INTO `wp_options` VALUES("70", "close_comments_days_old", "14", "yes");
INSERT INTO `wp_options` VALUES("71", "thread_comments", "1", "yes");
INSERT INTO `wp_options` VALUES("72", "thread_comments_depth", "5", "yes");
INSERT INTO `wp_options` VALUES("73", "page_comments", "0", "yes");
INSERT INTO `wp_options` VALUES("74", "comments_per_page", "50", "yes");
INSERT INTO `wp_options` VALUES("75", "default_comments_page", "newest", "yes");
INSERT INTO `wp_options` VALUES("76", "comment_order", "asc", "yes");
INSERT INTO `wp_options` VALUES("77", "sticky_posts", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("78", "widget_categories", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("79", "widget_text", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("80", "widget_rss", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("81", "uninstall_plugins", "a:1:{s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";}", "no");
INSERT INTO `wp_options` VALUES("82", "timezone_string", "Asia/Seoul", "yes");
INSERT INTO `wp_options` VALUES("83", "page_for_posts", "0", "yes");
INSERT INTO `wp_options` VALUES("84", "page_on_front", "4", "yes");
INSERT INTO `wp_options` VALUES("85", "default_post_format", "0", "yes");
INSERT INTO `wp_options` VALUES("86", "link_manager_enabled", "0", "yes");
INSERT INTO `wp_options` VALUES("87", "finished_splitting_shared_terms", "1", "yes");
INSERT INTO `wp_options` VALUES("88", "site_icon", "0", "yes");
INSERT INTO `wp_options` VALUES("89", "medium_large_size_w", "768", "yes");
INSERT INTO `wp_options` VALUES("90", "medium_large_size_h", "0", "yes");
INSERT INTO `wp_options` VALUES("91", "initial_db_version", "38590", "yes");
INSERT INTO `wp_options` VALUES("92", "wp_user_roles", "a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:133:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:30:\"manage_woocommerce_tab_manager\";b:1;s:10:\"loco_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:111:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:30:\"manage_woocommerce_tab_manager\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}}", "yes");
INSERT INTO `wp_options` VALUES("93", "fresh_site", "0", "yes");
INSERT INTO `wp_options` VALUES("94", "WPLANG", "ko_KR", "yes");
INSERT INTO `wp_options` VALUES("95", "widget_search", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("96", "widget_recent-posts", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("97", "widget_recent-comments", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("98", "widget_archives", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("99", "widget_meta", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("100", "sidebars_widgets", "a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;s:13:\"array_version\";i:3;}", "yes");
INSERT INTO `wp_options` VALUES("101", "widget_pages", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("102", "widget_calendar", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("103", "widget_tag_cloud", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("104", "widget_nav_menu", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("105", "cron", "a:10:{i:1494216169;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1494237230;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1494237298;a:1:{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;}}}i:1494237328;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1494237370;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:1494255600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1494295952;a:1:{s:37:\"wc_points_rewards_expire_points_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1494296822;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1496318400;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}", "yes");
INSERT INTO `wp_options` VALUES("106", "theme_mods_twentyseventeen", "a:9:{s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:21:\"random-uploaded-image\";s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:15;}s:18:\"ats_footer_widgets\";a:3:{i:0;a:1:{s:13:\"section_width\";s:3:\"33%\";}i:1;a:1:{s:13:\"section_width\";s:3:\"33%\";}i:2;a:1:{s:13:\"section_width\";s:3:\"33%\";}}s:15:\"ats_global_text\";a:8:{s:11:\"font-family\";s:9:\"Comfortaa\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:7:\"regular\";s:11:\"line-height\";s:4:\"24px\";s:14:\"letter-spacing\";s:3:\"0em\";s:5:\"color\";s:4:\"#333\";s:7:\"subsets\";a:1:{i:0;s:9:\"latin-ext\";}s:14:\"text-transform\";s:4:\"none\";}s:32:\"ats_header_site_title_typography\";a:7:{s:11:\"font-family\";s:9:\"Comfortaa\";s:9:\"font-size\";s:4:\"36px\";s:7:\"variant\";s:3:\"800\";s:14:\"letter-spacing\";s:6:\"0.08em\";s:5:\"color\";s:4:\"#FFF\";s:7:\"subsets\";a:1:{i:0;s:9:\"latin-ext\";}s:14:\"text-transform\";s:9:\"uppercase\";}s:27:\"ats_header_site_description\";a:7:{s:11:\"font-family\";s:9:\"Comfortaa\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:7:\"regular\";s:14:\"letter-spacing\";s:3:\"0em\";s:5:\"color\";s:4:\"#FFF\";s:7:\"subsets\";a:1:{i:0;s:9:\"latin-ext\";}s:14:\"text-transform\";s:4:\"none\";}s:25:\"ats_home_hide_panel_title\";s:1:\"1\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1492227433;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}", "yes");
INSERT INTO `wp_options` VALUES("118", "_site_transient_timeout_browser_1112e7da2c1e2ca5eb7e4651881e05db", "1492768434", "no");
INSERT INTO `wp_options` VALUES("119", "_site_transient_browser_1112e7da2c1e2ca5eb7e4651881e05db", "a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}", "no");
INSERT INTO `wp_options` VALUES("120", "can_compress_scripts", "0", "no");
INSERT INTO `wp_options` VALUES("141", "recently_activated", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("146", "woocommerce_default_country", "KR", "yes");
INSERT INTO `wp_options` VALUES("147", "woocommerce_allowed_countries", "all", "yes");
INSERT INTO `wp_options` VALUES("148", "woocommerce_all_except_countries", "", "yes");
INSERT INTO `wp_options` VALUES("149", "woocommerce_specific_allowed_countries", "", "yes");
INSERT INTO `wp_options` VALUES("150", "woocommerce_ship_to_countries", "", "yes");
INSERT INTO `wp_options` VALUES("151", "woocommerce_specific_ship_to_countries", "", "yes");
INSERT INTO `wp_options` VALUES("152", "woocommerce_default_customer_address", "geolocation", "yes");
INSERT INTO `wp_options` VALUES("153", "woocommerce_calc_taxes", "no", "yes");
INSERT INTO `wp_options` VALUES("154", "woocommerce_demo_store", "no", "yes");
INSERT INTO `wp_options` VALUES("155", "woocommerce_demo_store_notice", "This is a demo store for testing purposes &mdash; no orders shall be fulfilled.", "no");
INSERT INTO `wp_options` VALUES("156", "woocommerce_currency", "KRW", "yes");
INSERT INTO `wp_options` VALUES("157", "woocommerce_currency_pos", "left", "yes");
INSERT INTO `wp_options` VALUES("158", "woocommerce_price_thousand_sep", ",", "yes");
INSERT INTO `wp_options` VALUES("159", "woocommerce_price_decimal_sep", ".", "yes");
INSERT INTO `wp_options` VALUES("160", "woocommerce_price_num_decimals", "0", "yes");
INSERT INTO `wp_options` VALUES("161", "woocommerce_weight_unit", "kg", "yes");
INSERT INTO `wp_options` VALUES("162", "woocommerce_dimension_unit", "cm", "yes");
INSERT INTO `wp_options` VALUES("163", "woocommerce_enable_review_rating", "yes", "yes");
INSERT INTO `wp_options` VALUES("164", "woocommerce_review_rating_required", "yes", "no");
INSERT INTO `wp_options` VALUES("165", "woocommerce_review_rating_verification_label", "yes", "no");
INSERT INTO `wp_options` VALUES("166", "woocommerce_review_rating_verification_required", "no", "no");
INSERT INTO `wp_options` VALUES("167", "woocommerce_shop_page_id", "4", "yes");
INSERT INTO `wp_options` VALUES("168", "woocommerce_shop_page_display", "", "yes");
INSERT INTO `wp_options` VALUES("169", "woocommerce_category_archive_display", "", "yes");
INSERT INTO `wp_options` VALUES("170", "woocommerce_default_catalog_orderby", "menu_order", "yes");
INSERT INTO `wp_options` VALUES("171", "woocommerce_cart_redirect_after_add", "no", "yes");
INSERT INTO `wp_options` VALUES("172", "woocommerce_enable_ajax_add_to_cart", "yes", "yes");
INSERT INTO `wp_options` VALUES("173", "shop_catalog_image_size", "a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("174", "shop_single_image_size", "a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}", "yes");
INSERT INTO `wp_options` VALUES("175", "shop_thumbnail_image_size", "a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("176", "woocommerce_manage_stock", "yes", "yes");
INSERT INTO `wp_options` VALUES("177", "woocommerce_hold_stock_minutes", "60", "no");
INSERT INTO `wp_options` VALUES("178", "woocommerce_notify_low_stock", "yes", "no");
INSERT INTO `wp_options` VALUES("179", "woocommerce_notify_no_stock", "yes", "no");
INSERT INTO `wp_options` VALUES("180", "woocommerce_stock_email_recipient", "picell@me.com", "no");
INSERT INTO `wp_options` VALUES("181", "woocommerce_notify_low_stock_amount", "2", "no");
INSERT INTO `wp_options` VALUES("182", "woocommerce_notify_no_stock_amount", "0", "yes");
INSERT INTO `wp_options` VALUES("183", "woocommerce_hide_out_of_stock_items", "no", "yes");
INSERT INTO `wp_options` VALUES("184", "woocommerce_stock_format", "", "yes");
INSERT INTO `wp_options` VALUES("185", "woocommerce_file_download_method", "force", "no");
INSERT INTO `wp_options` VALUES("186", "woocommerce_downloads_require_login", "no", "no");
INSERT INTO `wp_options` VALUES("187", "woocommerce_downloads_grant_access_after_payment", "yes", "no");
INSERT INTO `wp_options` VALUES("188", "woocommerce_prices_include_tax", "no", "yes");
INSERT INTO `wp_options` VALUES("189", "woocommerce_tax_based_on", "shipping", "yes");
INSERT INTO `wp_options` VALUES("190", "woocommerce_shipping_tax_class", "inherit", "yes");
INSERT INTO `wp_options` VALUES("191", "woocommerce_tax_round_at_subtotal", "no", "yes");
INSERT INTO `wp_options` VALUES("192", "woocommerce_tax_classes", "Reduced rate\nZero rate", "yes");
INSERT INTO `wp_options` VALUES("193", "woocommerce_tax_display_shop", "excl", "yes");
INSERT INTO `wp_options` VALUES("194", "woocommerce_tax_display_cart", "excl", "no");
INSERT INTO `wp_options` VALUES("195", "woocommerce_price_display_suffix", "", "yes");
INSERT INTO `wp_options` VALUES("196", "woocommerce_tax_total_display", "itemized", "no");
INSERT INTO `wp_options` VALUES("197", "woocommerce_enable_shipping_calc", "yes", "no");
INSERT INTO `wp_options` VALUES("198", "woocommerce_shipping_cost_requires_address", "no", "no");
INSERT INTO `wp_options` VALUES("199", "woocommerce_ship_to_destination", "billing", "no");
INSERT INTO `wp_options` VALUES("200", "woocommerce_shipping_debug_mode", "no", "no");
INSERT INTO `wp_options` VALUES("201", "woocommerce_enable_coupons", "yes", "yes");
INSERT INTO `wp_options` VALUES("202", "woocommerce_calc_discounts_sequentially", "no", "no");
INSERT INTO `wp_options` VALUES("203", "woocommerce_enable_guest_checkout", "yes", "no");
INSERT INTO `wp_options` VALUES("204", "woocommerce_force_ssl_checkout", "no", "yes");
INSERT INTO `wp_options` VALUES("205", "woocommerce_unforce_ssl_checkout", "no", "yes");
INSERT INTO `wp_options` VALUES("206", "woocommerce_cart_page_id", "5", "yes");
INSERT INTO `wp_options` VALUES("207", "woocommerce_checkout_page_id", "6", "yes");
INSERT INTO `wp_options` VALUES("208", "woocommerce_terms_page_id", "", "no");
INSERT INTO `wp_options` VALUES("209", "woocommerce_checkout_pay_endpoint", "order-pay", "yes");
INSERT INTO `wp_options` VALUES("210", "woocommerce_checkout_order_received_endpoint", "order-received", "yes");
INSERT INTO `wp_options` VALUES("211", "woocommerce_myaccount_add_payment_method_endpoint", "add-payment-method", "yes");
INSERT INTO `wp_options` VALUES("212", "woocommerce_myaccount_delete_payment_method_endpoint", "delete-payment-method", "yes");
INSERT INTO `wp_options` VALUES("213", "woocommerce_myaccount_set_default_payment_method_endpoint", "set-default-payment-method", "yes");
INSERT INTO `wp_options` VALUES("214", "woocommerce_myaccount_page_id", "7", "yes");
INSERT INTO `wp_options` VALUES("215", "woocommerce_enable_signup_and_login_from_checkout", "yes", "no");
INSERT INTO `wp_options` VALUES("216", "woocommerce_enable_myaccount_registration", "no", "no");
INSERT INTO `wp_options` VALUES("217", "woocommerce_enable_checkout_login_reminder", "yes", "no");
INSERT INTO `wp_options` VALUES("218", "woocommerce_registration_generate_username", "yes", "no");
INSERT INTO `wp_options` VALUES("219", "woocommerce_registration_generate_password", "no", "no");
INSERT INTO `wp_options` VALUES("220", "woocommerce_myaccount_orders_endpoint", "orders", "yes");
INSERT INTO `wp_options` VALUES("221", "woocommerce_myaccount_view_order_endpoint", "view-order", "yes");
INSERT INTO `wp_options` VALUES("222", "woocommerce_myaccount_downloads_endpoint", "downloads", "yes");
INSERT INTO `wp_options` VALUES("223", "woocommerce_myaccount_edit_account_endpoint", "edit-account", "yes");
INSERT INTO `wp_options` VALUES("224", "woocommerce_myaccount_edit_address_endpoint", "edit-address", "yes");
INSERT INTO `wp_options` VALUES("225", "woocommerce_myaccount_payment_methods_endpoint", "payment-methods", "yes");
INSERT INTO `wp_options` VALUES("226", "woocommerce_myaccount_lost_password_endpoint", "lost-password", "yes");
INSERT INTO `wp_options` VALUES("227", "woocommerce_logout_endpoint", "customer-logout", "yes");
INSERT INTO `wp_options` VALUES("228", "woocommerce_email_from_name", "레더247", "no");
INSERT INTO `wp_options` VALUES("229", "woocommerce_email_from_address", "picell@me.com", "no");
INSERT INTO `wp_options` VALUES("230", "woocommerce_email_header_image", "", "no");
INSERT INTO `wp_options` VALUES("231", "woocommerce_email_footer_text", "레더247 - Powered by WooCommerce", "no");
INSERT INTO `wp_options` VALUES("232", "woocommerce_email_base_color", "#96588a", "no");
INSERT INTO `wp_options` VALUES("233", "woocommerce_email_background_color", "#f7f7f7", "no");
INSERT INTO `wp_options` VALUES("234", "woocommerce_email_body_background_color", "#ffffff", "no");
INSERT INTO `wp_options` VALUES("235", "woocommerce_email_text_color", "#3c3c3c", "no");
INSERT INTO `wp_options` VALUES("236", "woocommerce_api_enabled", "yes", "yes");
INSERT INTO `wp_options` VALUES("240", "woocommerce_db_version", "3.0.3", "yes");
INSERT INTO `wp_options` VALUES("241", "woocommerce_version", "3.0.3", "yes");
INSERT INTO `wp_options` VALUES("242", "woocommerce_admin_notices", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("244", "_transient_woocommerce_webhook_ids", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("245", "widget_woocommerce_widget_cart", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("246", "widget_woocommerce_layered_nav_filters", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("247", "widget_woocommerce_layered_nav", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("248", "widget_woocommerce_price_filter", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("249", "widget_woocommerce_product_categories", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("250", "widget_woocommerce_product_search", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("251", "widget_woocommerce_product_tag_cloud", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("252", "widget_woocommerce_products", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("253", "widget_woocommerce_rating_filter", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("254", "widget_woocommerce_recent_reviews", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("255", "widget_woocommerce_recently_viewed_products", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("256", "widget_woocommerce_top_rated_products", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("260", "woocommerce_meta_box_errors", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("262", "_transient_timeout_geoip_116.39.53.227", "1492768535", "no");
INSERT INTO `wp_options` VALUES("263", "_transient_geoip_116.39.53.227", "KR", "no");
INSERT INTO `wp_options` VALUES("264", "woocommerce_paypal-ec_settings", "a:1:{s:7:\"enabled\";s:2:\"no\";}", "yes");
INSERT INTO `wp_options` VALUES("265", "woocommerce_stripe_settings", "a:1:{s:7:\"enabled\";s:2:\"no\";}", "yes");
INSERT INTO `wp_options` VALUES("266", "woocommerce_paypal_settings", "a:2:{s:7:\"enabled\";s:2:\"no\";s:5:\"email\";s:13:\"picell@me.com\";}", "yes");
INSERT INTO `wp_options` VALUES("267", "woocommerce_cheque_settings", "a:1:{s:7:\"enabled\";s:2:\"no\";}", "yes");
INSERT INTO `wp_options` VALUES("268", "woocommerce_bacs_settings", "a:1:{s:7:\"enabled\";s:3:\"yes\";}", "yes");
INSERT INTO `wp_options` VALUES("269", "woocommerce_cod_settings", "a:1:{s:7:\"enabled\";s:2:\"no\";}", "yes");
INSERT INTO `wp_options` VALUES("270", "_transient_shipping-transient-version", "1492163771", "yes");
INSERT INTO `wp_options` VALUES("271", "_transient_timeout_wc_shipping_method_count_0_1492163771", "1494755771", "no");
INSERT INTO `wp_options` VALUES("272", "_transient_wc_shipping_method_count_0_1492163771", "0", "no");
INSERT INTO `wp_options` VALUES("280", "_transient_product_query-transient-version", "1493090789", "yes");
INSERT INTO `wp_options` VALUES("281", "_transient_product-transient-version", "1493090789", "yes");
INSERT INTO `wp_options` VALUES("285", "_transient_timeout_wc_shipping_method_count_1_1492163771", "1494815795", "no");
INSERT INTO `wp_options` VALUES("286", "_transient_wc_shipping_method_count_1_1492163771", "0", "no");
INSERT INTO `wp_options` VALUES("290", "nav_menu_options", "a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}", "yes");
INSERT INTO `wp_options` VALUES("292", "_transient_wc_attribute_taxonomies", "a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:9:\"사이즈\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}", "yes");
INSERT INTO `wp_options` VALUES("320", "woocommerce_permalinks", "a:4:{s:13:\"category_base\";s:0:\"\";s:8:\"tag_base\";s:0:\"\";s:14:\"attribute_base\";s:0:\"\";s:12:\"product_base\";s:19:\"/shop/%product_cat%\";}", "yes");
INSERT INTO `wp_options` VALUES("337", "_site_transient_timeout_wporg_theme_feature_list", "1492238978", "no");
INSERT INTO `wp_options` VALUES("338", "_site_transient_wporg_theme_feature_list", "a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}", "no");
INSERT INTO `wp_options` VALUES("340", "current_theme", "Divi", "yes");
INSERT INTO `wp_options` VALUES("341", "theme_mods_Fable", "a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:15;}s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"custom_css_post_id\";i:-1;s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1492228385;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}", "yes");
INSERT INTO `wp_options` VALUES("342", "theme_switched", "", "yes");
INSERT INTO `wp_options` VALUES("343", "widget_aboutmewidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("344", "widget_adsensewidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("345", "widget_advwidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("346", "et_images_temp_folder", "/home3/leather247/wp-content/uploads/et_temp", "yes");
INSERT INTO `wp_options` VALUES("347", "et_schedule_clean_images_last_time", "1493630172", "yes");
INSERT INTO `wp_options` VALUES("349", "_site_transient_et_update_all_plugins", "O:8:\"stdClass\":3:{s:7:\"checked\";a:24:{s:55:\"advanced-twenty-seventeen/advanced-twenty-seventeen.php\";s:5:\"1.3.1\";s:19:\"akismet/akismet.php\";s:3:\"3.3\";s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";s:5:\"0.0.1\";s:29:\"divi-builder/divi-builder.php\";s:5:\"2.0.3\";s:25:\"duplicator/duplicator.php\";s:5:\"1.2.6\";s:29:\"gravityforms/gravityforms.php\";s:7:\"2.2.1.2\";s:9:\"hello.php\";s:3:\"1.6\";s:23:\"loco-translate/loco.php\";s:6:\"2.0.13\";s:33:\"nav-menu-roles/nav-menu-roles.php\";s:5:\"1.8.6\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"2.2.6\";s:21:\"the-grid/the-grid.php\";s:5:\"2.1.0\";s:17:\"userpro/index.php\";s:3:\"3.3\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.0.3\";s:71:\"woocommerce-gravityforms-product-addons/gravityforms-product-addons.php\";s:5:\"3.1.6\";s:69:\"woocommerce-order-status-manager/woocommerce-order-status-manager.php\";s:5:\"1.7.0\";s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";s:6:\"1.5.14\";s:67:\"woocommerce-product-reviews-pro/woocommerce-product-reviews-pro.php\";s:5:\"1.7.0\";s:47:\"woocommerce-quick-buy/woocommerce-quick-buy.php\";s:3:\"1.3\";s:51:\"woocommerce-tab-manager/woocommerce-tab-manager.php\";s:5:\"1.8.0\";s:51:\"wooshipping-postcode-kr/wooshipping-postcode-kr.php\";s:5:\"1.0.4\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:4:\"2.91\";s:47:\"yith-woocommerce-account-funds-premium/init.php\";s:6:\"1.0.14\";s:50:\"yith-woocommerce-customize-myaccount-page/init.php\";s:5:\"2.1.0\";s:48:\"yith-woocommerce-order-tracking-premium/init.php\";s:6:\"1.2.78\";}s:8:\"response\";a:1:{s:29:\"divi-builder/divi-builder.php\";O:8:\"stdClass\":4:{s:11:\"new_version\";s:5:\"2.0.6\";s:4:\"slug\";s:12:\"divi-builder\";s:3:\"url\";s:60:\"https://www.elegantthemes.com/api/changelog/divi-builder.txt\";s:6:\"tested\";s:5:\"4.7.3\";}}s:12:\"last_checked\";i:1494214941;}", "no");
INSERT INTO `wp_options` VALUES("351", "_site_transient_et_update_themes", "O:8:\"stdClass\":3:{s:7:\"checked\";a:8:{s:4:\"Divi\";s:6:\"3.0.40\";s:5:\"Fable\";s:5:\"1.7.7\";s:9:\"StyleShop\";s:5:\"2.2.7\";s:9:\"shop-isle\";s:6:\"1.1.19\";s:5:\"smoke\";s:3:\"1.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:2:{s:4:\"Divi\";a:2:{s:11:\"new_version\";s:6:\"3.0.44\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}s:9:\"StyleShop\";a:2:{s:11:\"new_version\";s:5:\"2.2.9\";s:3:\"url\";s:57:\"https://www.elegantthemes.com/api/changelog/styleshop.txt\";}}s:12:\"last_checked\";i:1494214922;}", "no");
INSERT INTO `wp_options` VALUES("385", "theme_mods_shop-isle", "a:13:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:15;}s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:16:\"shop_isle_slider\";s:724:\"[{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/slide1.jpg\",\"link\":\"#\",\"text\":\"Shop Isle\",\"subtext\":\"\\uc6b0\\ucee4\\uba38\\uc2a4 \\ud14c\\ub9c8\",\"label\":\"\\ub354\\ubcf4\\uae30\",\"id\":\"shop_isle_58f198c2ca147\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/slide2.jpg\",\"link\":\"#\",\"text\":\"Shop Isle\",\"subtext\":\"\\uc6b0\\ucee4\\uba38\\uc2a4 \\ud14c\\ub9c8\",\"label\":\"\\ub354\\ubcf4\\uae30\",\"id\":\"shop_isle_58f198c2ca180\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/slide3.jpg\",\"link\":\"#\",\"text\":\"Shop Isle\",\"subtext\":\"\\uc6b0\\ucee4\\uba38\\uc2a4 \\ud14c\\ub9c8\",\"label\":\"\\ub354\\ubcf4\\uae30\",\"id\":\"shop_isle_58f198c2ca1b6\"}]\";s:17:\"shop_isle_banners\";s:433:\"[{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/banner1.jpg\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cafda\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/banner2.jpg\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cb013\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/banner3.jpg\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cb049\"}]\";s:17:\"shop_isle_socials\";s:297:\"[{\"icon_value\":\"social_facebook\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cba1d\"},{\"icon_value\":\"social_twitter\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cba56\"},{\"icon_value\":\"social_dribbble\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cba8c\"},{\"icon_value\":\"social_skype\",\"link\":\"#\",\"id\":\"shop_isle_58f198c2cbac3\"}]\";s:22:\"shop_isle_team_members\";s:1074:\"[{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/team1.jpg\",\"text\":\"Eva Bean\",\"subtext\":\"Developer\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a iaculis diam.\",\"id\":\"shop_isle_58f198c2cc4a8\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/team2.jpg\",\"text\":\"Maria Woods\",\"subtext\":\"Designer\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a iaculis diam.\",\"id\":\"shop_isle_58f198c2cc4e1\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/team3.jpg\",\"text\":\"Booby Stone\",\"subtext\":\"Director\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a iaculis diam.\",\"id\":\"shop_isle_58f198c2cc518\"},{\"image_url\":\"http:\\/\\/leather247.co.kr\\/wp-content\\/themes\\/shop-isle\\/assets\\/images\\/team4.jpg\",\"text\":\"Anna Neaga\",\"subtext\":\"Art Director\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a iaculis diam.\",\"id\":\"shop_isle_58f198c2cc54e\"}]\";s:20:\"shop_isle_advantages\";s:736:\"[{\"icon_value\":\"icon_lightbulb\",\"text\":\"\\uc544\\uc774\\ub514\\uc5b4\\uc640 \\ucee8\\uc149\",\"subtext\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"id\":\"shop_isle_58f198c2ccb86\"},{\"icon_value\":\"icon_tools\",\"text\":\"\\ub514\\uc790\\uc778 \\ubc0f \\uc778\\ud130\\ud398\\uc774\\uc2a4\",\"subtext\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"id\":\"shop_isle_58f198c2ccbbf\"},{\"icon_value\":\"icon_cogs\",\"text\":\"\\uc0ac\\uc6a9\\uc790 \\uc815\\uc758 \\uae30\\ub2a5 \\ub192\\uc74c\",\"subtext\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"id\":\"shop_isle_58f198c2ccbf6\"},{\"icon_value\":\"icon_like\",\"text\":\"\\uc0ac\\uc6a9 \\ud3b8\\ub9ac\",\"subtext\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"id\":\"shop_isle_58f198c2ccc2d\"}]\";s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1492228366;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:21:\"sidebar-footer-area-1\";a:0:{}s:21:\"sidebar-footer-area-2\";a:0:{}s:21:\"sidebar-footer-area-3\";N;s:21:\"sidebar-footer-area-4\";N;s:30:\"shop-isle-sidebar-shop-archive\";N;}}}", "yes");
INSERT INTO `wp_options` VALUES("386", "shop_isle_wporg_flag", "true", "yes");
INSERT INTO `wp_options` VALUES("387", "shop_isle_migrate_translation", "1", "yes");
INSERT INTO `wp_options` VALUES("389", "shop_isle_section_order_migrate", "yes", "yes");
INSERT INTO `wp_options` VALUES("410", "theme_mods_Divi", "a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:15;s:12:\"primary-menu\";i:15;}s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"custom_css_post_id\";i:176;s:16:\"background_color\";s:6:\"f7f7f7\";}", "yes");
INSERT INTO `wp_options` VALUES("411", "et_pb_cache_notice", "a:1:{s:6:\"3.0.40\";s:6:\"ignore\";}", "yes");
INSERT INTO `wp_options` VALUES("412", "et_divi", "a:119:{s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:12:\"vertical_nav\";b:0;s:9:\"divi_logo\";s:61:\"http://leather247.co.kr/wp-content/uploads/2017/04/logo_3.png\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:2:\"on\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#722f00|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:2:\"on\";s:15:\"divi_blog_style\";s:2:\"on\";s:22:\"divi_shop_page_sidebar\";s:18:\"et_full_width_page\";s:22:\"divi_mailchimp_api_key\";s:0:\"\";s:31:\"divi_regenerate_mailchimp_lists\";s:5:\"false\";s:28:\"divi_regenerate_aweber_lists\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:15:\"divi_custom_css\";s:9342:\"@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {\n    padding: 0 0 23px 0;\n    line-height: 26px;\n    list-style-type: disc;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n\n.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {\n    margin-left: 0;\n}\n\n.gform_wrapper .field_description_below .gfield_description {\n    padding-top: 0px;\nfont-size: 10px;\n}\n\n.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {\n    margin-top: 0px;\n}\n\n\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:26:\"et_pb_shop-title_font_size\";i:12;s:31:\"et_pb_shop-sale_badge_font_size\";i:11;s:26:\"et_pb_shop-price_font_size\";i:14;s:21:\"all_buttons_font_size\";i:14;s:24:\"all_buttons_border_width\";i:1;s:25:\"all_buttons_border_radius\";i:0;s:31:\"all_buttons_border_radius_hover\";i:0;s:16:\"body_font_height\";d:1.3999999999999999;s:16:\"body_header_size\";i:22;s:10:\"link_color\";s:7:\"#000000\";s:17:\"hide_primary_logo\";b:0;s:11:\"logo_height\";i:75;s:12:\"boxed_layout\";b:0;s:12:\"gutter_width\";i:2;s:24:\"show_header_social_icons\";b:0;s:15:\"section_padding\";i:4;s:11:\"row_padding\";i:4;s:12:\"accent_color\";s:7:\"#3f3f3f\";s:21:\"primary_nav_font_size\";i:12;s:24:\"primary_nav_font_spacing\";i:1;s:12:\"phone_number\";s:13:\"010-4222-0247\";s:12:\"header_style\";s:5:\"slide\";s:21:\"custom_footer_credits\";s:10:\"Leather247\";s:16:\"all_buttons_icon\";s:2:\"no\";s:16:\"show_search_icon\";b:0;s:13:\"color_schemes\";s:4:\"none\";s:8:\"hide_nav\";b:0;s:12:\"slide_nav_bg\";s:7:\"#515151\";s:28:\"slide_nav_links_color_active\";s:7:\"#e82323\";}", "yes");
INSERT INTO `wp_options` VALUES("413", "theme_mods_StyleShop", "a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:15;}s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1492229576;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;}}}", "yes");
INSERT INTO `wp_options` VALUES("414", "widget_customlogowidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("415", "widget_etsearchwidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("442", "_site_transient_timeout_browser_4130101fe09bf8ad32e702450ff42e8e", "1493002831", "no");
INSERT INTO `wp_options` VALUES("443", "_site_transient_browser_4130101fe09bf8ad32e702450ff42e8e", "a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}", "no");
INSERT INTO `wp_options` VALUES("472", "et_google_api_settings", "a:2:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}", "yes");
INSERT INTO `wp_options` VALUES("473", "et_automatic_updates_options", "a:2:{s:8:\"username\";s:0:\"\";s:7:\"api_key\";s:0:\"\";}", "yes");
INSERT INTO `wp_options` VALUES("477", "yit_recently_activated", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("482", "yith_wcmap_old_option_updated", "1", "yes");
INSERT INTO `wp_options` VALUES("483", "yith-wcmap-flush-rewrite-rules", "0", "yes");
INSERT INTO `wp_options` VALUES("484", "yith-wcmap-custom-avatar", "no", "yes");
INSERT INTO `wp_options` VALUES("485", "yith-wcmap-menu-style", "sidebar", "yes");
INSERT INTO `wp_options` VALUES("486", "yith-wcmap-menu-position", "left", "yes");
INSERT INTO `wp_options` VALUES("487", "yith-wcmap-default-endpoint", "dashboard", "yes");
INSERT INTO `wp_options` VALUES("488", "yith-wcmap-menu-item-color", "#777777", "yes");
INSERT INTO `wp_options` VALUES("489", "yith-wcmap-menu-item-color-hover", "#000000", "yes");
INSERT INTO `wp_options` VALUES("490", "yith-wcmap-logout-color", "#ffffff", "yes");
INSERT INTO `wp_options` VALUES("491", "yith-wcmap-logout-color-hover", "#ffffff", "yes");
INSERT INTO `wp_options` VALUES("492", "yith-wcmap-logout-background", "#c0c0c0", "yes");
INSERT INTO `wp_options` VALUES("493", "yith-wcmap-logout-background-hover", "#333333", "yes");
INSERT INTO `wp_options` VALUES("494", "yith_wcmap_endpoint", "[{\"id\":\"dashboard\"},{\"id\":\"my-downloads\"},{\"id\":\"view-order\"},{\"id\":\"profile\"},{\"id\":\"edit-account\"},{\"id\":\"edit-address\"},{\"id\":\"payment-methods\"}]", "yes");
INSERT INTO `wp_options` VALUES("495", "yith_wcmap_is_my_account", "", "yes");
INSERT INTO `wp_options` VALUES("511", "userpro_admins_got_verified", "1", "yes");
INSERT INTO `wp_options` VALUES("512", "widget_inviteuser_widget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("513", "userpro_trial", "1", "yes");
INSERT INTO `wp_options` VALUES("514", "userpro", "a:7:{s:30:\"userpro_invite_emails_template\";s:66:\"You are invited <a href=\"{invitelink}\"> Click here to register</a>\";s:11:\"slug_logout\";s:6:\"logout\";s:14:\"slug_directory\";s:7:\"members\";s:4:\"slug\";s:7:\"profile\";s:9:\"slug_edit\";s:4:\"edit\";s:13:\"slug_register\";s:8:\"register\";s:10:\"slug_login\";s:5:\"login\";}", "yes");
INSERT INTO `wp_options` VALUES("515", "userpro_invite_check", "1", "yes");
INSERT INTO `wp_options` VALUES("516", "userpro_activity", "a:2:{i:1;a:111:{i:1492454834;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:898:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/followers/\">new page</a>.<span class=\"userpro-sc-i-sp\">\"팔로워\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492454834;}i:1492460473;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492460473;}i:1492460950;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492460950;}i:1492460988;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492460988;}i:1492461019;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461019;}i:1492461088;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461088;}i:1492461495;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461495;}i:1492461531;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461531;}i:1492461556;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461556;}i:1492461579;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461579;}i:1492461661;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461661;}i:1492461783;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492461783;}i:1492468468;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468468;}i:1492468470;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468470;}i:1492468652;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:944:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/?post_type=product&p=227\">new product_variation</a>.<span class=\"userpro-sc-i-sp\">\"다크브라운옵션 (Copy)\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468652;}i:1492468734;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:972:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%eb%b8%8c%eb%9d%bc%ec%9a%b4/%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b43/\">product</a>.<span class=\"userpro-sc-i-sp\">\"다크브라운3\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468734;}i:1492468753;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:939:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/?post_type=product&p=229\">new product_variation</a>.<span class=\"userpro-sc-i-sp\">\"다크브라운3 (Copy)\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468753;}i:1492468887;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:997:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%eb%b6%80%ec%b8%a0/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운부츠\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468887;}i:1492468894;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:961:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%eb%b6%80%ec%b8%a0/%eb%b8%8c%eb%9d%bc%ec%9a%b4%eb%b6%80%ec%b8%a0/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운부츠\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492468894;}i:1492469022;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:997:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b4/\">product</a>.<span class=\"userpro-sc-i-sp\">\"다크브라운\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492469022;}i:1492469042;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:938:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/?post_type=product&p=231\">new product_variation</a>.<span class=\"userpro-sc-i-sp\">\"브라운부츠 (Copy)\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492469042;}i:1492469097;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:997:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%88/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492469097;}i:1492470522;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:938:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/?post_type=product&p=233\">new product_variation</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈 (Copy)\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470522;}i:1492470603;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1005:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%884/\">new product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈4\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470603;}i:1492470622;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:939:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/?post_type=product&p=235\">new product_variation</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈4 (Copy)\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470622;}i:1492470646;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:999:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%885/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈5\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470646;}i:1492470671;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:939:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/?post_type=product&p=237\">new product_variation</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈5 (Copy)\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470671;}i:1492470715;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1005:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">new product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470715;}i:1492470716;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:999:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470716;}i:1492470770;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:999:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492470770;}i:1492615009;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1011:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/et_pb_layout/%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/\">new et_pb_layout</a>.<span class=\"userpro-sc-i-sp\">\"포트폴리오 홈페이지\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615009;}i:1492615010;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:963:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/et_pb_layout/%ec%a0%9c%ed%92%88-%ea%b8%b0%eb%8a%a5%eb%93%a4/\">new et_pb_layout</a>.<span class=\"userpro-sc-i-sp\">\"제품 기능들\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615010;}i:1492615042;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:937:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/et_pb_layout/section-with-smoke/\">new et_pb_layout</a>.<span class=\"userpro-sc-i-sp\">\"Section with Smoke\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615042;}i:1492615102;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:890:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/smoke/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"smoke\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615102;}i:1492615143;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:894:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/privacy/\">new page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615143;}i:1492615181;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615181;}i:1492615197;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615197;}i:1492615260;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615260;}i:1492615301;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:890:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/smoke/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"smoke\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615301;}i:1492615374;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:890:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/smoke/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"smoke\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615374;}i:1492615414;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615414;}i:1492615500;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615500;}i:1492615581;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615581;}i:1492615843;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492615843;}i:1492616013;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:921:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/et_pb_layout/basic-page/\">new et_pb_layout</a>.<span class=\"userpro-sc-i-sp\">\"Basic Page\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616013;}i:1492616017;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/privacy/\">page</a>.<span class=\"userpro-sc-i-sp\">\"privacy\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616017;}i:1492616064;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:910:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/term-condition/\">new page</a>.<span class=\"userpro-sc-i-sp\">\"Term & Condition\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616064;}i:1492616121;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/1637f000-a2c8-4f77-9eb0-55ec7fb30e48/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616121;}i:1492616264;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616264;}i:1492616288;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616288;}i:1492616364;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/1e0fa9b3-bc34-47bd-8538-6aa561f05b31/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616364;}i:1492616407;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/f36a32ac-058b-422b-a830-72ee818ab601/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616407;}i:1492616485;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/80530514-11a9-4811-9e9c-c26b01ce61ef/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616485;}i:1492616685;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492616685;}i:1492617226;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/bf948fca-9023-4823-9bec-f725c7b04535/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492617226;}i:1492617276;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/d2da5eb5-1d73-472a-8c56-10e61ef5aa8b/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492617276;}i:1492617351;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492617351;}i:1492617592;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492617592;}i:1492618082;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618082;}i:1492618157;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618157;}i:1492618246;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618246;}i:1492618371;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/5569478b-eb6b-4793-a63e-3f6b5dca9202/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618371;}i:1492618395;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618395;}i:1492618414;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/68a41f39-dee5-4f0a-809f-0f75a33be1f2/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618414;}i:1492618456;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492618456;}i:1492620369;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492620369;}i:1492626226;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492626226;}i:1492626297;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492626297;}i:1492626349;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492626349;}i:1492626381;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492626381;}i:1492626456;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492626456;}i:1492627668;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/475cf0cd-bb42-4fea-9541-5e16ea0bc432/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492627668;}i:1492627714;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/748e53f2-3951-440d-b4e7-08881b5bb946/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492627714;}i:1492627933;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492627933;}i:1492628191;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492628191;}i:1492644952;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492644952;}i:1492648036;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492648036;}i:1492648256;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492648256;}i:1492648436;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/88e0bc56-5812-4bff-9a4e-88bfd83b60ae/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492648436;}i:1492648490;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/0a795265-24e5-4676-9243-e157350c2087/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492648490;}i:1492648725;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492648725;}i:1492649010;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492649010;}i:1492649089;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492649089;}i:1492649259;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/d21520ec-d8ec-4f1d-a127-f59f6a3b5936/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492649259;}i:1492649474;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492649474;}i:1492686155;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:999:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%884/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈4\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492686155;}i:1492686574;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492686574;}i:1492686660;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492686660;}i:1492687034;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492687034;}i:1492728222;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/adee4a47-efc4-49a2-ad23-5b418ff3049f/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492728222;}i:1492728253;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/db23ee0f-e157-4907-9839-68b9bda33cf1/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492728253;}i:1492728279;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/2e7d0557-fcb0-4483-8c7b-38d3c2eba3d3/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492728279;}i:1492728387;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/08fb14a0-085d-44e7-af52-edee1b016887/\">new customize_changeset</a>.</span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492728387;}i:1492728411;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492728411;}i:1492728553;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:888:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"View Profile\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492728553;}i:1492770118;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:881:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/\">page</a>.<span class=\"userpro-sc-i-sp\">\"Shop\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492770118;}i:1493120765;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1003:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493120765;}i:1493120766;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1003:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493120766;}i:1493120866;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1003:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493120866;}i:1493122679;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493122679;}i:1493122865;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493122865;}i:1493122915;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493122915;}i:1493122989;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493122989;}i:1493123106;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493123106;}i:1493123149;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1003:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493123149;}i:1493123189;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:1003:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/shop/%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc/%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886/\">product</a>.<span class=\"userpro-sc-i-sp\">\"브라운슈즈6\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493123189;}i:1493125779;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493125779;}i:1493125926;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493125926;}i:1493125941;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493125941;}i:1493126307;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493126307;}i:1493126580;a:3:{s:7:\"user_id\";i:1;s:6:\"status\";s:892:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/adminleather/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/adminleather/\" title=\"프로필 보기\">adminleather</a><img class=\"userpro-profile-badge-right userpro-profile-badge-verified\" src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/badges/badge-verified.png\" alt=\"\" title=\"Verified Account\" /><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has updated a <a href=\"http://leather247.co.kr/divi/\">custom_css</a>.<span class=\"userpro-sc-i-sp\">\"Divi\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1493126580;}}s:0:\"\";a:1:{i:1492770029;a:3:{s:7:\"user_id\";N;s:6:\"status\";s:684:\"<div class=\"userpro-sc-img\" data-key=\"profilepicture\"><a href=\"http://leather247.co.kr/profile/\"><img src=\"http://leather247.co.kr/wp-content/plugins/userpro/img/default_avatar_male.jpg\" width=\"50\" height=\"50\" alt=\"\" class=\"default avatar\" /></a></div><div class=\"userpro-sc-i\"><div class=\"userpro-sc-i-name\"><a href=\"http://leather247.co.kr/profile/\" title=\"프로필 보기\"></a><span class=\"userpro-badges\"></span><span class=\"userpro-sc-i-info\">has published a <a href=\"http://leather247.co.kr/the_grid/shop-grid/\">new the_grid</a>.<span class=\"userpro-sc-i-sp\">\"shop grid\"</span></span></div><div class=\"userpro-sc-i-time\">{timestamp}</div></div><div class=\"userpro-clear\"></div>\";s:9:\"timestamp\";d:1492770029;}}}", "yes");
INSERT INTO `wp_options` VALUES("517", "userpro_pages", "a:6:{s:11:\"logout_page\";i:204;s:14:\"directory_page\";i:205;s:7:\"profile\";i:206;s:4:\"edit\";i:207;s:8:\"register\";i:208;s:5:\"login\";i:209;}", "yes");
INSERT INTO `wp_options` VALUES("518", "userpro_fields", "a:51:{s:18:\"billing_first_name\";a:4:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Billing First Name\";s:4:\"icon\";s:0:\"\";}s:17:\"billing_last_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Last Name\";}s:15:\"billing_company\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:15:\"Billing Company\";}s:17:\"billing_address_1\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Address 1\";}s:17:\"billing_address_2\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Address 2\";}s:12:\"billing_city\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Billing City\";}s:16:\"billing_postcode\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:16:\"Billing Postcode\";}s:15:\"billing_country\";a:5:{s:3:\"woo\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Billing Country\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:13:\"billing_state\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Billing State\";}s:13:\"billing_email\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Billing E-mail\";}s:13:\"billing_phone\";a:4:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Billing Phone\";s:4:\"icon\";s:0:\"\";}s:19:\"shipping_first_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:19:\"Shipping First Name\";}s:18:\"shipping_last_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Last Name\";}s:16:\"shipping_company\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:16:\"Shipping Company\";}s:18:\"shipping_address_1\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Address 1\";}s:18:\"shipping_address_2\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Address 2\";}s:13:\"shipping_city\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Shipping City\";}s:17:\"shipping_postcode\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Shipping Postcode\";}s:16:\"shipping_country\";a:5:{s:3:\"woo\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Shipping Country\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:14:\"shipping_state\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Shipping State\";}s:15:\"profile_privacy\";a:7:{s:8:\"_builtin\";i:0;s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:15:\"Profile Privacy\";s:7:\"options\";a:1:{s:7:\"privacy\";s:41:\"Hide the profile completely from everyone\";}s:4:\"help\";s:56:\"You can check this option to hide the profile completely\";s:6:\"hidden\";i:1;s:4:\"icon\";s:0:\"\";}s:7:\"youtube\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Youtube Url\";s:4:\"icon\";s:7:\"youtube\";}s:9:\"recaptcha\";a:5:{s:8:\"_builtin\";i:1;s:7:\"sitekey\";s:0:\"\";s:4:\"type\";s:9:\"recaptcha\";s:5:\"label\";s:9:\"reCAPTCHA\";s:4:\"icon\";s:0:\"\";}s:9:\"instagram\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Instagram Page\";s:4:\"icon\";s:9:\"instagram\";}s:8:\"linkedin\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Linkedin Page\";s:4:\"icon\";s:8:\"linkedin\";}s:10:\"securityqa\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:10:\"securityqa\";s:5:\"label\";s:16:\"Are You A Human?\";s:4:\"icon\";s:0:\"\";}s:15:\"followers_email\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:9:\"followers\";s:5:\"label\";s:21:\"followers email alert\";s:13:\"follower_text\";s:48:\"Get email notifications when someone follows you\";s:4:\"icon\";s:0:\"\";}s:8:\"antispam\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"antispam\";s:5:\"label\";s:17:\"Antispam Question\";s:4:\"icon\";s:0:\"\";}s:19:\"mailchimp_subscribe\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:9:\"mailchimp\";s:5:\"label\";s:23:\"Subscribe to newsletter\";s:7:\"list_id\";s:0:\"\";s:9:\"list_text\";s:43:\"Get periodic e-mail updates and newsletters\";s:4:\"icon\";s:0:\"\";}s:20:\"envato_purchase_code\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Envato Purchase Code\";s:4:\"help\";s:39:\"Please enter your envato purchase code.\";s:6:\"hidden\";i:1;s:4:\"icon\";s:0:\"\";}s:17:\"custom_profile_bg\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:18:\"Profile Background\";s:4:\"help\";s:47:\"Add a custom profile background to your profile\";s:4:\"icon\";s:0:\"\";}s:20:\"custom_profile_color\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:13:\"Heading Color\";s:7:\"options\";a:3:{s:0:\"\";s:11:\"Choose Skin\";s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}s:7:\"default\";s:4:\"Dark\";s:4:\"help\";s:77:\"You can choose the style that matches your custom background (if you set one)\";s:4:\"icon\";s:0:\"\";}s:12:\"phone_number\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Phone Number\";s:4:\"icon\";s:0:\"\";}s:10:\"first_name\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:4:\"icon\";s:0:\"\";}s:9:\"last_name\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:4:\"icon\";s:0:\"\";}s:12:\"display_name\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:4:\"icon\";s:0:\"\";}s:10:\"user_login\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:4:\"icon\";s:4:\"user\";}s:10:\"user_email\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:4:\"icon\";s:12:\"envelope-alt\";}s:17:\"username_or_email\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";s:4:\"icon\";s:4:\"user\";}s:9:\"user_pass\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:4:\"icon\";s:4:\"lock\";}s:17:\"user_pass_confirm\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:4:\"icon\";s:0:\"\";}s:16:\"passwordstrength\";a:10:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:4:\"icon\";s:0:\"\";}s:7:\"country\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:4:\"icon\";s:10:\"map-marker\";}s:4:\"role\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:4:\"Role\";s:7:\"options\";a:1:{i:0;s:0:\"\";}s:11:\"placeholder\";s:24:\"Select your account type\";s:4:\"icon\";s:0:\"\";}s:14:\"profilepicture\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:4:\"icon\";s:6:\"camera\";}s:6:\"gender\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:4:\"icon\";s:0:\"\";}s:11:\"description\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:9:\"Biography\";s:4:\"help\";s:18:\"Describe yourself.\";s:4:\"html\";i:1;s:4:\"icon\";s:0:\"\";}s:8:\"facebook\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:4:\"icon\";s:8:\"facebook\";}s:7:\"twitter\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:4:\"icon\";s:7:\"twitter\";}s:11:\"google_plus\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:4:\"icon\";s:11:\"google-plus\";}s:8:\"user_url\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:4:\"icon\";s:4:\"home\";}}", "yes");
INSERT INTO `wp_options` VALUES("519", "userpro_fields_builtin", "a:51:{s:18:\"billing_first_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Billing First Name\";}s:17:\"billing_last_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Last Name\";}s:15:\"billing_company\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:15:\"Billing Company\";}s:17:\"billing_address_1\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Address 1\";}s:17:\"billing_address_2\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Address 2\";}s:12:\"billing_city\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Billing City\";}s:16:\"billing_postcode\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:16:\"Billing Postcode\";}s:15:\"billing_country\";a:5:{s:3:\"woo\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Billing Country\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:13:\"billing_state\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Billing State\";}s:13:\"billing_email\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Billing E-mail\";}s:13:\"billing_phone\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Billing Phone\";}s:19:\"shipping_first_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:19:\"Shipping First Name\";}s:18:\"shipping_last_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Last Name\";}s:16:\"shipping_company\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:16:\"Shipping Company\";}s:18:\"shipping_address_1\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Address 1\";}s:18:\"shipping_address_2\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Address 2\";}s:13:\"shipping_city\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Shipping City\";}s:17:\"shipping_postcode\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Shipping Postcode\";}s:16:\"shipping_country\";a:5:{s:3:\"woo\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Shipping Country\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:14:\"shipping_state\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Shipping State\";}s:15:\"profile_privacy\";a:6:{s:8:\"_builtin\";i:0;s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:15:\"Profile Privacy\";s:7:\"options\";a:1:{s:7:\"privacy\";s:41:\"Hide the profile completely from everyone\";}s:4:\"help\";s:56:\"You can check this option to hide the profile completely\";s:6:\"hidden\";i:1;}s:7:\"youtube\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Youtube Url\";s:4:\"icon\";s:7:\"youtube\";}s:9:\"recaptcha\";a:4:{s:8:\"_builtin\";i:1;s:7:\"sitekey\";s:0:\"\";s:4:\"type\";s:9:\"recaptcha\";s:5:\"label\";s:9:\"reCAPTCHA\";}s:9:\"instagram\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Instagram Page\";}s:8:\"linkedin\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Linkedin Page\";}s:10:\"securityqa\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:10:\"securityqa\";s:5:\"label\";s:16:\"Are You A Human?\";}s:15:\"followers_email\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:9:\"followers\";s:5:\"label\";s:21:\"followers email alert\";s:13:\"follower_text\";s:48:\"Get email notifications when someone follows you\";}s:8:\"antispam\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"antispam\";s:5:\"label\";s:17:\"Antispam Question\";}s:19:\"mailchimp_subscribe\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:9:\"mailchimp\";s:5:\"label\";s:23:\"Subscribe to newsletter\";s:7:\"list_id\";s:0:\"\";s:9:\"list_text\";s:43:\"Get periodic e-mail updates and newsletters\";}s:20:\"envato_purchase_code\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Envato Purchase Code\";s:4:\"help\";s:39:\"Please enter your envato purchase code.\";s:6:\"hidden\";i:1;}s:17:\"custom_profile_bg\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:18:\"Profile Background\";s:4:\"help\";s:47:\"Add a custom profile background to your profile\";}s:20:\"custom_profile_color\";a:6:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:13:\"Heading Color\";s:7:\"options\";a:3:{s:0:\"\";s:11:\"Choose Skin\";s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}s:7:\"default\";s:4:\"Dark\";s:4:\"help\";s:77:\"You can choose the style that matches your custom background (if you set one)\";}s:12:\"phone_number\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Phone Number\";}s:10:\"first_name\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";}s:9:\"last_name\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";}s:12:\"display_name\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";}s:10:\"user_login\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";}s:10:\"user_email\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";}s:17:\"username_or_email\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";}s:9:\"user_pass\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";}s:17:\"user_pass_confirm\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";}s:16:\"passwordstrength\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";}s:7:\"country\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:4:\"role\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:4:\"Role\";s:7:\"options\";a:1:{i:0;s:0:\"\";}s:11:\"placeholder\";s:24:\"Select your account type\";}s:14:\"profilepicture\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";}s:6:\"gender\";a:4:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}}s:11:\"description\";a:5:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:9:\"Biography\";s:4:\"help\";s:18:\"Describe yourself.\";s:4:\"html\";i:1;}s:8:\"facebook\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";}s:7:\"twitter\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";}s:11:\"google_plus\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";}s:8:\"user_url\";a:3:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";}}", "yes");
INSERT INTO `wp_options` VALUES("520", "userpro_fields_groups", "a:5:{s:8:\"register\";a:1:{s:7:\"default\";a:6:{s:10:\"user_login\";a:13:{s:9:\"ajaxcheck\";s:15:\"username_exists\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"아이디\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"0\";}s:10:\"user_email\";a:13:{s:9:\"ajaxcheck\";s:12:\"email_exists\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"이메일\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"0\";}s:9:\"user_pass\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:5:\"label\";s:12:\"비밀번호\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}s:17:\"user_pass_confirm\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:19:\"비밀번호 확인\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}s:18:\"billing_first_name\";a:12:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:6:\"성명\";s:11:\"placeholder\";s:0:\"\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"1\";}s:13:\"billing_phone\";a:12:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"연락처\";s:11:\"placeholder\";s:0:\"\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"1\";}}}s:5:\"login\";a:1:{s:7:\"default\";a:2:{s:17:\"username_or_email\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:22:\"아이디 or 이메일\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"0\";}s:9:\"user_pass\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:5:\"label\";s:12:\"비밀번호\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}}}s:4:\"edit\";a:1:{s:7:\"default\";a:5:{s:10:\"user_email\";a:13:{s:9:\"ajaxcheck\";s:18:\"email_domain_check\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"이메일\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"0\";}s:9:\"user_pass\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:5:\"label\";s:12:\"비밀번호\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}s:17:\"user_pass_confirm\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:19:\"비밀번호 확인\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}s:18:\"billing_first_name\";a:12:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:6:\"성명\";s:11:\"placeholder\";s:0:\"\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"1\";}s:13:\"billing_phone\";a:12:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"연락처\";s:11:\"placeholder\";s:0:\"\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"1\";}}}s:6:\"social\";a:1:{s:7:\"default\";a:5:{s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}}s:4:\"view\";a:1:{s:7:\"default\";a:5:{s:10:\"user_email\";a:13:{s:9:\"ajaxcheck\";s:18:\"email_domain_check\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"이메일\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"0\";}s:9:\"user_pass\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:5:\"label\";s:12:\"비밀번호\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}s:17:\"user_pass_confirm\";a:13:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:19:\"비밀번호 확인\";s:11:\"placeholder\";s:0:\"\";s:8:\"_builtin\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:8:\"password\";s:3:\"woo\";s:1:\"0\";}s:18:\"billing_first_name\";a:12:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:6:\"성명\";s:11:\"placeholder\";s:0:\"\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"1\";}s:13:\"billing_phone\";a:12:{s:9:\"ajaxcheck\";s:0:\"\";s:4:\"help\";s:0:\"\";s:5:\"label\";s:9:\"연락처\";s:11:\"placeholder\";s:0:\"\";s:6:\"hidden\";s:1:\"0\";s:8:\"hideable\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:6:\"locked\";s:1:\"0\";s:7:\"private\";s:1:\"0\";s:8:\"required\";s:1:\"0\";s:4:\"type\";s:4:\"text\";s:3:\"woo\";s:1:\"1\";}}}}", "yes");
INSERT INTO `wp_options` VALUES("521", "userpro_fields_groups_default", "a:5:{s:8:\"register\";a:1:{s:7:\"default\";a:16:{s:11:\"accountinfo\";a:3:{s:7:\"heading\";s:15:\"Account Details\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:10:\"user_login\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";s:15:\"username_exists\";}s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:1;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";s:12:\"email_exists\";}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";N;}s:17:\"user_pass_confirm\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:16:\"passwordstrength\";a:13:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"profile\";a:3:{s:7:\"heading\";s:13:\"기타 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:1;}s:12:\"display_name\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:14:\"profilepicture\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"gender\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"country\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"social\";a:3:{s:7:\"heading\";s:13:\"소셜 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:1;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}}s:5:\"login\";a:1:{s:7:\"default\";a:2:{s:17:\"username_or_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";N;}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";N;}}}s:4:\"edit\";a:1:{s:7:\"default\";a:18:{s:7:\"profile\";a:3:{s:7:\"heading\";s:13:\"기타 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:12:\"display_name\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:14:\"profilepicture\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:10:\"first_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"last_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"description\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:9:\"Biography\";s:4:\"help\";s:18:\"Describe yourself.\";s:4:\"html\";i:1;s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"gender\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"country\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"social\";a:3:{s:7:\"heading\";s:13:\"소셜 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"accountinfo\";a:3:{s:7:\"heading\";s:15:\"Account Details\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:1;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:17:\"user_pass_confirm\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:16:\"passwordstrength\";a:13:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}}s:4:\"view\";a:1:{s:7:\"default\";a:18:{s:7:\"profile\";a:3:{s:7:\"heading\";s:13:\"기타 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:12:\"display_name\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:14:\"profilepicture\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:10:\"first_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"last_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"description\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:9:\"Biography\";s:4:\"help\";s:18:\"Describe yourself.\";s:4:\"html\";i:1;s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"gender\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"country\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"social\";a:3:{s:7:\"heading\";s:13:\"소셜 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"accountinfo\";a:3:{s:7:\"heading\";s:15:\"Account Details\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:1;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:17:\"user_pass_confirm\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:16:\"passwordstrength\";a:13:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}}s:6:\"social\";a:1:{s:7:\"default\";a:5:{s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}}}", "yes");
INSERT INTO `wp_options` VALUES("522", "userpro_fields_groups_default_register", "a:16:{s:11:\"accountinfo\";a:3:{s:7:\"heading\";s:15:\"Account Details\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:10:\"user_login\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";s:15:\"username_exists\";}s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:1;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";s:12:\"email_exists\";}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";N;}s:17:\"user_pass_confirm\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:16:\"passwordstrength\";a:13:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"profile\";a:3:{s:7:\"heading\";s:13:\"기타 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:1;}s:12:\"display_name\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:14:\"profilepicture\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"gender\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"country\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"social\";a:3:{s:7:\"heading\";s:13:\"소셜 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:1;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}", "yes");
INSERT INTO `wp_options` VALUES("523", "userpro_fields_groups_default_login", "a:2:{s:17:\"username_or_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";N;}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:1;s:9:\"ajaxcheck\";N;}}", "yes");
INSERT INTO `wp_options` VALUES("524", "userpro_fields_groups_default_edit", "a:18:{s:7:\"profile\";a:3:{s:7:\"heading\";s:13:\"기타 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:12:\"display_name\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:14:\"profilepicture\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:10:\"first_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"last_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"description\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:9:\"Biography\";s:4:\"help\";s:18:\"Describe yourself.\";s:4:\"html\";i:1;s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"gender\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"country\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"social\";a:3:{s:7:\"heading\";s:13:\"소셜 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"accountinfo\";a:3:{s:7:\"heading\";s:15:\"Account Details\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:1;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:17:\"user_pass_confirm\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:16:\"passwordstrength\";a:13:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}", "yes");
INSERT INTO `wp_options` VALUES("525", "userpro_fields_groups_default_view", "a:18:{s:7:\"profile\";a:3:{s:7:\"heading\";s:13:\"기타 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:12:\"display_name\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Profile Display Name\";s:4:\"help\";s:55:\"Your profile name/nickname that is displayed to public.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:14:\"profilepicture\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:7:\"picture\";s:5:\"label\";s:15:\"Profile Picture\";s:11:\"button_text\";s:24:\"Upload a profile picture\";s:4:\"help\";s:51:\"Upload a picture that presents you across the site.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:10:\"first_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"last_name\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"description\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:9:\"Biography\";s:4:\"help\";s:18:\"Describe yourself.\";s:4:\"html\";i:1;s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"gender\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:7:\"options\";a:2:{s:4:\"male\";s:4:\"Male\";s:6:\"female\";s:6:\"Female\";}s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"country\";a:9:{s:8:\"_builtin\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Country/Region\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:6:\"social\";a:3:{s:7:\"heading\";s:13:\"소셜 정보\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"accountinfo\";a:3:{s:7:\"heading\";s:15:\"Account Details\";s:11:\"collapsible\";i:1;s:9:\"collapsed\";i:0;}s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:1;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:9:\"user_pass\";a:8:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:4:\"help\";s:49:\"Your password must be 8 characters long at least.\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:17:\"user_pass_confirm\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Confirm your Password\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:16:\"passwordstrength\";a:13:{s:8:\"_builtin\";i:1;s:4:\"type\";s:16:\"passwordstrength\";s:5:\"label\";s:23:\"Password Strength Meter\";s:9:\"too_short\";s:18:\"Password too short\";s:11:\"very_strong\";s:11:\"Very Strong\";s:6:\"strong\";s:6:\"Strong\";s:4:\"good\";s:4:\"Good\";s:4:\"weak\";s:4:\"Weak\";s:9:\"very_weak\";s:9:\"Very Weak\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}", "yes");
INSERT INTO `wp_options` VALUES("526", "userpro_fields_groups_default_social", "a:5:{s:10:\"user_email\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"facebook\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Facebook Page\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:7:\"twitter\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Twitter\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:11:\"google_plus\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Google+\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}s:8:\"user_url\";a:7:{s:8:\"_builtin\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Website (URL)\";s:8:\"hideable\";i:0;s:6:\"hidden\";i:0;s:8:\"required\";i:0;s:9:\"ajaxcheck\";N;}}", "yes");
INSERT INTO `wp_options` VALUES("527", "userpro_update_1006", "1", "yes");
INSERT INTO `wp_options` VALUES("528", "userpro_update_1036", "1", "yes");
INSERT INTO `wp_options` VALUES("529", "userpro_update_1046", "1", "yes");
INSERT INTO `wp_options` VALUES("530", "userpro_update_1048", "1", "yes");
INSERT INTO `wp_options` VALUES("531", "userpro_update_1050", "1", "yes");
INSERT INTO `wp_options` VALUES("532", "userpro_update_1051", "1", "yes");
INSERT INTO `wp_options` VALUES("533", "userpro_update_214", "1", "yes");
INSERT INTO `wp_options` VALUES("534", "userpro_update_1052", "1", "yes");
INSERT INTO `wp_options` VALUES("535", "userpro_update_1053", "1", "yes");
INSERT INTO `wp_options` VALUES("536", "userpro_update_1054", "1", "yes");
INSERT INTO `wp_options` VALUES("537", "userpro_update_1055", "1", "yes");
INSERT INTO `wp_options` VALUES("538", "userpro_update_494", "1", "yes");
INSERT INTO `wp_options` VALUES("539", "userpro_sc", "a:2:{s:14:\"slug_following\";s:9:\"following\";s:14:\"slug_followers\";s:9:\"followers\";}", "yes");
INSERT INTO `wp_options` VALUES("540", "userpro_sc_pages", "a:2:{s:9:\"following\";i:210;s:9:\"followers\";i:211;}", "yes");
INSERT INTO `wp_options` VALUES("541", "userpro_mu", "a:2:{s:11:\"multi_forms\";s:0:\"\";s:19:\"multi_forms_default\";s:0:\"\";}", "yes");
INSERT INTO `wp_options` VALUES("542", "userpro_dg", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("543", "userpro_ed", "a:4:{s:12:\"emd_per_page\";i:20;s:10:\"emd_layout\";s:7:\"masonry\";s:13:\"emd_col_width\";s:3:\"22%\";s:14:\"emd_col_margin\";s:2:\"2%\";}", "yes");
INSERT INTO `wp_options` VALUES("544", "userpro_rd", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("545", "userpro_pre_icons_setup", "1", "yes");
INSERT INTO `wp_options` VALUES("546", "wc_tab_manager_version", "1.8.0", "yes");
INSERT INTO `wp_options` VALUES("549", "wc_quick_buy_redirect", "checkout", "yes");
INSERT INTO `wp_options` VALUES("550", "wc_quick_buy_custom_redirect", "", "yes");
INSERT INTO `wp_options` VALUES("551", "wc_quick_buy_product_types", "a:1:{i:0;s:3:\"all\";}", "yes");
INSERT INTO `wp_options` VALUES("552", "wc_quick_buy_product_qty", "", "yes");
INSERT INTO `wp_options` VALUES("555", "wc_quick_buy_label", "바로구매", "yes");
INSERT INTO `wp_options` VALUES("556", "wc_quick_buy_class", "single_add_to_cart_button button alt", "yes");
INSERT INTO `wp_options` VALUES("557", "wc_quick_buy_btn_css", "", "yes");
INSERT INTO `wp_options` VALUES("560", "wc_quick_buy_single_product_auto", "true", "yes");
INSERT INTO `wp_options` VALUES("561", "wc_quick_buy_single_product_pos", "after_button", "yes");
INSERT INTO `wp_options` VALUES("562", "wc_quick_buy_listing_page_auto", "true", "yes");
INSERT INTO `wp_options` VALUES("563", "wc_quick_buy_listing_page_pos", "after_button", "yes");
INSERT INTO `wp_options` VALUES("579", "_transient_woocommerce_cache_excluded_uris", "a:6:{i:0;s:3:\"p=5\";i:1;s:6:\"/cart/\";i:2;s:3:\"p=6\";i:3;s:10:\"/checkout/\";i:4;s:3:\"p=7\";i:5;s:12:\"/my-account/\";}", "yes");
INSERT INTO `wp_options` VALUES("587", "pagenavi_options", "a:15:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"&laquo; First\";s:9:\"last_text\";s:12:\"Last &raquo;\";s:9:\"prev_text\";s:7:\"&laquo;\";s:9:\"next_text\";s:7:\"&raquo;\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("594", "nav_menu_roles_db_version", "1.8.6", "yes");
INSERT INTO `wp_options` VALUES("629", "_transient_timeout_wc_product_children_229", "1495028494", "no");
INSERT INTO `wp_options` VALUES("630", "_transient_wc_product_children_229", "a:2:{s:3:\"all\";a:1:{i:0;i:230;}s:7:\"visible\";a:1:{i:0;i:230;}}", "no");
INSERT INTO `wp_options` VALUES("632", "_transient_timeout_wc_var_prices_229", "1495683286", "no");
INSERT INTO `wp_options` VALUES("633", "_transient_wc_var_prices_229", "{\"version\":\"1493090789\",\"8fa36fa92213da2160e64b56c5758917\":{\"price\":{\"230\":\"175000\"},\"regular_price\":{\"230\":\"189000\"},\"sale_price\":{\"230\":\"175000\"}},\"4ccc0547e04071c68a5bc3fed94bc9a5\":{\"price\":{\"230\":\"175000\"},\"regular_price\":{\"230\":\"189000\"},\"sale_price\":{\"230\":\"175000\"}}}", "no");
INSERT INTO `wp_options` VALUES("637", "product_cat_children", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("646", "_transient_timeout_wc_product_children_227", "1495028622", "no");
INSERT INTO `wp_options` VALUES("647", "_transient_wc_product_children_227", "a:2:{s:3:\"all\";a:1:{i:0;i:228;}s:7:\"visible\";a:1:{i:0;i:228;}}", "no");
INSERT INTO `wp_options` VALUES("648", "_transient_timeout_wc_var_prices_227", "1495682797", "no");
INSERT INTO `wp_options` VALUES("649", "_transient_wc_var_prices_227", "{\"version\":\"1493090789\",\"4ccc0547e04071c68a5bc3fed94bc9a5\":{\"price\":{\"228\":\"175000\"},\"regular_price\":{\"228\":\"189000\"},\"sale_price\":{\"228\":\"175000\"}},\"8fa36fa92213da2160e64b56c5758917\":{\"price\":{\"228\":\"175000\"},\"regular_price\":{\"228\":\"189000\"},\"sale_price\":{\"228\":\"175000\"}}}", "no");
INSERT INTO `wp_options` VALUES("650", "_transient_timeout_wc_product_children_33", "1495028622", "no");
INSERT INTO `wp_options` VALUES("651", "_transient_wc_product_children_33", "a:2:{s:3:\"all\";a:1:{i:0;i:34;}s:7:\"visible\";a:1:{i:0;i:34;}}", "no");
INSERT INTO `wp_options` VALUES("652", "_transient_timeout_wc_var_prices_33", "1495682903", "no");
INSERT INTO `wp_options` VALUES("653", "_transient_wc_var_prices_33", "{\"version\":\"1493090789\",\"4ccc0547e04071c68a5bc3fed94bc9a5\":{\"price\":{\"34\":\"175000\"},\"regular_price\":{\"34\":\"189000\"},\"sale_price\":{\"34\":\"175000\"}},\"8fa36fa92213da2160e64b56c5758917\":{\"price\":{\"34\":\"175000\"},\"regular_price\":{\"34\":\"189000\"},\"sale_price\":{\"34\":\"175000\"}}}", "no");
INSERT INTO `wp_options` VALUES("666", "_transient_timeout_wc_product_children_231", "1495028697", "no");
INSERT INTO `wp_options` VALUES("667", "_transient_wc_product_children_231", "a:2:{s:3:\"all\";a:1:{i:0;i:232;}s:7:\"visible\";a:1:{i:0;i:232;}}", "no");
INSERT INTO `wp_options` VALUES("672", "_transient_timeout_wc_var_prices_231", "1495682903", "no");
INSERT INTO `wp_options` VALUES("673", "_transient_wc_var_prices_231", "{\"version\":\"1493090789\",\"4ccc0547e04071c68a5bc3fed94bc9a5\":{\"price\":{\"232\":\"175000\"},\"regular_price\":{\"232\":\"189000\"},\"sale_price\":{\"232\":\"175000\"}},\"8fa36fa92213da2160e64b56c5758917\":{\"price\":{\"232\":\"175000\"},\"regular_price\":{\"232\":\"189000\"},\"sale_price\":{\"232\":\"175000\"}}}", "no");
INSERT INTO `wp_options` VALUES("720", "_transient_timeout_wc_product_children_235", "1495030246", "no");
INSERT INTO `wp_options` VALUES("721", "_transient_wc_product_children_235", "a:2:{s:3:\"all\";a:1:{i:0;i:236;}s:7:\"visible\";a:1:{i:0;i:236;}}", "no");
INSERT INTO `wp_options` VALUES("722", "_transient_timeout_wc_var_prices_235", "1495682797", "no");
INSERT INTO `wp_options` VALUES("723", "_transient_wc_var_prices_235", "{\"version\":\"1493090789\",\"4ccc0547e04071c68a5bc3fed94bc9a5\":{\"price\":{\"236\":\"189000\"},\"regular_price\":{\"236\":\"189000\"},\"sale_price\":{\"236\":\"189000\"}},\"8fa36fa92213da2160e64b56c5758917\":{\"price\":{\"236\":\"189000\"},\"regular_price\":{\"236\":\"189000\"},\"sale_price\":{\"236\":\"189000\"}}}", "no");
INSERT INTO `wp_options` VALUES("756", "_transient_timeout_external_ip_address_175.223.18.220", "1493078729", "no");
INSERT INTO `wp_options` VALUES("757", "_transient_external_ip_address_175.223.18.220", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("763", "_transient_timeout_wc_child_has_weight_235", "1495068872", "no");
INSERT INTO `wp_options` VALUES("764", "_transient_wc_child_has_weight_235", "", "no");
INSERT INTO `wp_options` VALUES("765", "_transient_timeout_wc_child_has_dimensions_235", "1495068872", "no");
INSERT INTO `wp_options` VALUES("766", "_transient_wc_child_has_dimensions_235", "", "no");
INSERT INTO `wp_options` VALUES("803", "theme_mods_smoke", "a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:15;s:12:\"primary-menu\";i:15;}s:18:\"custom_css_post_id\";i:239;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:21:\"et_pb_replace_content\";s:2:\"on\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1492583744;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;}}}", "yes");
INSERT INTO `wp_options` VALUES("807", "_transient_timeout_wc_child_has_weight_231", "1495175762", "no");
INSERT INTO `wp_options` VALUES("808", "_transient_wc_child_has_weight_231", "", "no");
INSERT INTO `wp_options` VALUES("809", "_transient_timeout_wc_child_has_dimensions_231", "1495175762", "no");
INSERT INTO `wp_options` VALUES("810", "_transient_wc_child_has_dimensions_231", "", "no");
INSERT INTO `wp_options` VALUES("821", "_transient_timeout_wc_child_has_weight_227", "1495176735", "no");
INSERT INTO `wp_options` VALUES("822", "_transient_wc_child_has_weight_227", "", "no");
INSERT INTO `wp_options` VALUES("823", "_transient_timeout_wc_child_has_dimensions_227", "1495176735", "no");
INSERT INTO `wp_options` VALUES("824", "_transient_wc_child_has_dimensions_227", "", "no");
INSERT INTO `wp_options` VALUES("827", "yith_wcmap_endpoint_dashboard", "a:5:{s:6:\"active\";b:1;s:5:\"label\";s:12:\"대시보드\";s:4:\"icon\";s:10:\"tachometer\";s:7:\"content\";s:0:\"\";s:4:\"slug\";s:9:\"dashboard\";}", "yes");
INSERT INTO `wp_options` VALUES("828", "woocommerce_myaccount_dashboard_endpoint", "dashboard", "yes");
INSERT INTO `wp_options` VALUES("829", "yith_wcmap_endpoint_my-downloads", "a:5:{s:4:\"slug\";s:12:\"my-downloads\";s:5:\"label\";s:12:\"My Downloads\";s:4:\"icon\";s:8:\"download\";s:7:\"content\";s:22:\"[my_downloads_content]\";s:6:\"active\";b:0;}", "yes");
INSERT INTO `wp_options` VALUES("830", "woocommerce_myaccount_my_downloads_endpoint", "my-downloads", "yes");
INSERT INTO `wp_options` VALUES("831", "yith_wcmap_endpoint_view-order", "a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:10:\"view-order\";s:5:\"label\";s:12:\"주문내역\";s:4:\"icon\";s:11:\"file-text-o\";s:7:\"content\";s:20:\"[view_order_content]\";}", "yes");
INSERT INTO `wp_options` VALUES("832", "yith_wcmap_endpoint_edit-account", "a:5:{s:4:\"slug\";s:12:\"edit-account\";s:5:\"label\";s:12:\"개인정보\";s:4:\"icon\";s:15:\"pencil-square-o\";s:7:\"content\";s:0:\"\";s:6:\"active\";b:0;}", "yes");
INSERT INTO `wp_options` VALUES("833", "yith_wcmap_endpoint_edit-address", "a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:12:\"edit-address\";s:5:\"label\";s:12:\"배송주소\";s:4:\"icon\";s:15:\"pencil-square-o\";s:7:\"content\";s:0:\"\";}", "yes");
INSERT INTO `wp_options` VALUES("834", "yith_wcmap_endpoint_payment-methods", "a:5:{s:4:\"slug\";s:15:\"payment-methods\";s:5:\"label\";s:15:\"Payment Methods\";s:4:\"icon\";s:5:\"money\";s:7:\"content\";s:0:\"\";s:6:\"active\";b:0;}", "yes");
INSERT INTO `wp_options` VALUES("835", "_transient_timeout_wc_child_has_weight_33", "1495177211", "no");
INSERT INTO `wp_options` VALUES("836", "_transient_wc_child_has_weight_33", "", "no");
INSERT INTO `wp_options` VALUES("837", "_transient_timeout_wc_child_has_dimensions_33", "1495177211", "no");
INSERT INTO `wp_options` VALUES("838", "_transient_wc_child_has_dimensions_33", "", "no");
INSERT INTO `wp_options` VALUES("848", "loco_settings", "a:3:{s:1:\"c\";s:18:\"Loco_data_Settings\";s:1:\"v\";i:0;s:1:\"d\";a:9:{s:7:\"version\";s:6:\"2.0.13\";s:8:\"gen_hash\";b:0;s:9:\"use_fuzzy\";b:1;s:11:\"num_backups\";i:1;s:9:\"pot_alias\";a:3:{i:0;s:10:\"default.po\";i:1;s:8:\"en_US.po\";i:2;s:5:\"en.po\";}s:9:\"php_alias\";a:1:{i:0;s:3:\"php\";}s:10:\"fs_persist\";b:0;s:12:\"max_php_size\";s:4:\"100K\";s:11:\"po_utf8_bom\";b:0;}}", "yes");
INSERT INTO `wp_options` VALUES("849", "_transient_loco_po_5f89f4a1b28d76a9c25e34a6b0daf33c", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:50:\"plugins/woocommerce/i18n/languages/woocommerce.pot\";s:5:\"bytes\";i:622764;s:5:\"mtime\";i:1492163720;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:4799;s:1:\"p\";i:0;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("852", "_transient_loco_po_5fed56be3c1154840a8f5111146f9d11", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:38:\"languages/plugins/woocommerce-ko_KR.po\";s:5:\"bytes\";i:626250;s:5:\"mtime\";i:1492411121;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:4561;s:1:\"p\";i:2400;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("856", "loco_recent", "a:3:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:2:{s:34:\"plugin.woocommerce/woocommerce.php\";i:1492594198;s:24:\"plugin.userpro/index.php\";i:1492697476;}}}", "no");
INSERT INTO `wp_options` VALUES("860", "_transient_timeout_wc_child_has_weight_229", "1495185625", "no");
INSERT INTO `wp_options` VALUES("861", "_transient_wc_child_has_weight_229", "", "no");
INSERT INTO `wp_options` VALUES("862", "_transient_timeout_wc_child_has_dimensions_229", "1495185625", "no");
INSERT INTO `wp_options` VALUES("863", "_transient_wc_child_has_dimensions_229", "", "no");
INSERT INTO `wp_options` VALUES("873", "_transient_timeout_external_ip_address_175.223.21.211", "1493203555", "no");
INSERT INTO `wp_options` VALUES("874", "_transient_external_ip_address_175.223.21.211", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("882", "_transient_timeout_external_ip_address_183.103.25.92", "1493218383", "no");
INSERT INTO `wp_options` VALUES("883", "_transient_external_ip_address_183.103.25.92", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("884", "et_divi_100_custom_hamburger_menu", "s:94:\"a:4:{s:4:\"type\";s:1:\"1\";s:5:\"style\";s:1:\"2\";s:13:\"default-color\";b:0;s:12:\"active-color\";b:0;}\";", "yes");
INSERT INTO `wp_options` VALUES("895", "_transient_timeout_external_ip_address_124.153.240.40", "1493247549", "no");
INSERT INTO `wp_options` VALUES("896", "_transient_external_ip_address_124.153.240.40", "503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.", "no");
INSERT INTO `wp_options` VALUES("919", "_transient_timeout_wc_product_children_233", "1495245756", "no");
INSERT INTO `wp_options` VALUES("920", "_transient_wc_product_children_233", "a:2:{s:3:\"all\";a:1:{i:0;i:234;}s:7:\"visible\";a:1:{i:0;i:234;}}", "no");
INSERT INTO `wp_options` VALUES("923", "_transient_timeout_wc_var_prices_233", "1495682903", "no");
INSERT INTO `wp_options` VALUES("924", "_transient_wc_var_prices_233", "{\"version\":\"1493090789\",\"4ccc0547e04071c68a5bc3fed94bc9a5\":{\"price\":{\"234\":\"189000\"},\"regular_price\":{\"234\":\"189000\"},\"sale_price\":{\"234\":\"189000\"}},\"8fa36fa92213da2160e64b56c5758917\":{\"price\":{\"234\":\"189000\"},\"regular_price\":{\"234\":\"189000\"},\"sale_price\":{\"234\":\"189000\"}}}", "no");
INSERT INTO `wp_options` VALUES("925", "_transient_timeout_wc_child_has_weight_233", "1495245760", "no");
INSERT INTO `wp_options` VALUES("926", "_transient_wc_child_has_weight_233", "", "no");
INSERT INTO `wp_options` VALUES("927", "_transient_timeout_wc_child_has_dimensions_233", "1495245760", "no");
INSERT INTO `wp_options` VALUES("928", "_transient_wc_child_has_dimensions_233", "", "no");
INSERT INTO `wp_options` VALUES("929", "_transient_timeout_wc_related_233", "1492740160", "no");
INSERT INTO `wp_options` VALUES("930", "_transient_wc_related_233", "a:6:{i:0;s:1:\"9\";i:1;s:2:\"33\";i:2;s:3:\"227\";i:3;s:3:\"231\";i:4;s:3:\"235\";i:5;s:3:\"237\";}", "no");
INSERT INTO `wp_options` VALUES("933", "_transient_orders-transient-version", "1492701630", "yes");
INSERT INTO `wp_options` VALUES("943", "wc_points_rewards_install_offset", "500", "yes");
INSERT INTO `wp_options` VALUES("944", "wc_points_rewards_earn_points_ratio", "1:1000", "yes");
INSERT INTO `wp_options` VALUES("945", "wc_points_rewards_earn_points_rounding", "round", "yes");
INSERT INTO `wp_options` VALUES("946", "wc_points_rewards_redeem_points_ratio", "1:1", "yes");
INSERT INTO `wp_options` VALUES("947", "wc_points_rewards_partial_redemption_enabled", "yes", "yes");
INSERT INTO `wp_options` VALUES("948", "wc_points_rewards_cart_max_discount", "", "yes");
INSERT INTO `wp_options` VALUES("949", "wc_points_rewards_max_discount", "", "yes");
INSERT INTO `wp_options` VALUES("950", "wc_points_rewards_points_label", "Point:Points", "yes");
INSERT INTO `wp_options` VALUES("951", "wc_points_rewards_single_product_message", "Purchase this product now and earn <strong>{points}</strong> {points_label}!", "yes");
INSERT INTO `wp_options` VALUES("952", "wc_points_rewards_earn_points_message", "Complete your order and earn <strong>{points}</strong> {points_label} for a discount on a future purchase", "yes");
INSERT INTO `wp_options` VALUES("953", "wc_points_rewards_redeem_points_message", "Use <strong>{points}</strong> {points_label} for a <strong>{points_value}</strong> discount on this order!", "yes");
INSERT INTO `wp_options` VALUES("954", "wc_points_rewards_thank_you_message", "You have earned <strong>{points}</strong> {points_label} for this order. You have a total of <strong>{total_points}</strong> {total_points_label}.", "yes");
INSERT INTO `wp_options` VALUES("955", "wc_points_rewards_version", "1.5.14", "yes");
INSERT INTO `wp_options` VALUES("957", "wc_points_rewards_points_expire_points_since", "", "yes");
INSERT INTO `wp_options` VALUES("958", "wc_points_rewards_points_expiry", "", "yes");
INSERT INTO `wp_options` VALUES("959", "wc_points_rewards_account_signup_points", "", "yes");
INSERT INTO `wp_options` VALUES("960", "wc_points_rewards_write_review_points", "", "yes");
INSERT INTO `wp_options` VALUES("972", "_transient_timeout_wc_points_rewards_highest_point_variation_233", "1524199606", "no");
INSERT INTO `wp_options` VALUES("973", "_transient_wc_points_rewards_highest_point_variation_233", "189", "no");
INSERT INTO `wp_options` VALUES("977", "_transient_timeout_external_ip_address_223.33.178.203", "1493288910", "no");
INSERT INTO `wp_options` VALUES("978", "_transient_external_ip_address_223.33.178.203", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("997", "_transient_timeout_et_divi_customizer_option_set", "1492782654", "no");
INSERT INTO `wp_options` VALUES("998", "_transient_et_divi_customizer_option_set", "module", "no");
INSERT INTO `wp_options` VALUES("999", "_transient_timeout_wc_points_rewards_highest_point_variation_231", "1524232407", "no");
INSERT INTO `wp_options` VALUES("1000", "_transient_wc_points_rewards_highest_point_variation_231", "175", "no");
INSERT INTO `wp_options` VALUES("1005", "_transient_loco_po_9a3bc0be2ea0a6b770069df1372f07f8", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-vi_VN.po\";s:5:\"bytes\";i:126498;s:5:\"mtime\";i:1492411229;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:800;s:1:\"p\";i:607;s:1:\"f\";i:102;}}}", "yes");
INSERT INTO `wp_options` VALUES("1006", "_transient_loco_po_f07263769019e72537625b8418729911", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-en_US.po\";s:5:\"bytes\";i:88762;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:787;s:1:\"p\";i:0;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1007", "_transient_loco_po_7e33623700cada778b8c25b9fe45edf7", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-ko_KR.po\";s:5:\"bytes\";i:117650;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:986;s:1:\"p\";i:61;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1008", "_transient_loco_po_7de5f6ad5e6cc931f04a7c94f856ab23", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-pl_PL.po\";s:5:\"bytes\";i:98074;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:800;s:1:\"p\";i:219;s:1:\"f\";i:55;}}}", "yes");
INSERT INTO `wp_options` VALUES("1009", "_transient_loco_po_36974f1395366fd03d7fc399d300d084", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-ru_RU.po\";s:5:\"bytes\";i:121472;s:5:\"mtime\";i:1492411229;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:900;s:1:\"p\";i:81;s:1:\"f\";i:19;}}}", "yes");
INSERT INTO `wp_options` VALUES("1010", "_transient_loco_po_b04b2d5230d53869f8ef4972338e86f4", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-ar_AR.po\";s:5:\"bytes\";i:115637;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:800;s:1:\"p\";i:363;s:1:\"f\";i:70;}}}", "yes");
INSERT INTO `wp_options` VALUES("1011", "_transient_loco_po_4e2b60fba70efd470e447bde6e98c853", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-zh_TW.po\";s:5:\"bytes\";i:89767;s:5:\"mtime\";i:1492411229;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:787;s:1:\"p\";i:67;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1012", "_transient_loco_po_f5ddd40d64195d96c6be4617972ef705", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-fr_FR.po\";s:5:\"bytes\";i:140813;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:800;s:1:\"p\";i:786;s:1:\"f\";i:18;}}}", "yes");
INSERT INTO `wp_options` VALUES("1013", "_transient_loco_po_dd348548a19f96474d0e1c8534ed8712", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-nl_NL.po\";s:5:\"bytes\";i:114166;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:801;s:1:\"p\";i:422;s:1:\"f\";i:151;}}}", "yes");
INSERT INTO `wp_options` VALUES("1014", "_transient_loco_po_01406a9482fedbc609773a57beb0073f", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-de_DE.po\";s:5:\"bytes\";i:116012;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:791;s:1:\"p\";i:481;s:1:\"f\";i:128;}}}", "yes");
INSERT INTO `wp_options` VALUES("1015", "_transient_loco_po_6ead4460e614cf4bcd2d5a8ad2a1a6ae", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-pt_BR.po\";s:5:\"bytes\";i:148999;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:900;s:1:\"p\";i:701;s:1:\"f\";i:70;}}}", "yes");
INSERT INTO `wp_options` VALUES("1016", "_transient_loco_po_94253d624bb9cc4fac1b75ad5c5e8ffe", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-ro_RO.po\";s:5:\"bytes\";i:157344;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:900;s:1:\"p\";i:775;s:1:\"f\";i:67;}}}", "yes");
INSERT INTO `wp_options` VALUES("1017", "_transient_loco_po_5e461fd8b0ac2a399046236e796fb85f", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-es_ES.po\";s:5:\"bytes\";i:132216;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:788;s:1:\"p\";i:788;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1018", "_transient_loco_po_664949baa5dc1207e8fe15452e7d3721", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-zh_CN.po\";s:5:\"bytes\";i:89767;s:5:\"mtime\";i:1492411229;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:787;s:1:\"p\";i:67;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1019", "_transient_loco_po_d11283bbbb0183b837b1933f6129373d", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro-tr_TR.po\";s:5:\"bytes\";i:109882;s:5:\"mtime\";i:1492411229;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:801;s:1:\"p\";i:445;s:1:\"f\";i:118;}}}", "yes");
INSERT INTO `wp_options` VALUES("1020", "_transient_loco_po_fed6f66ec09c6574422cdac82126288f", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro_zh_TW.mo\";s:5:\"bytes\";i:5239;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:67;s:1:\"p\";i:67;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1021", "_transient_loco_po_e68f95fe7920cb0a46a1fb73f6648f83", "a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"plugins/userpro/languages/userpro_zh_CN.mo\";s:5:\"bytes\";i:5239;s:5:\"mtime\";i:1492411228;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:67;s:1:\"p\";i:67;s:1:\"f\";i:0;}}}", "yes");
INSERT INTO `wp_options` VALUES("1022", "_transient_timeout_wc_points_rewards_highest_point_variation_235", "1524232554", "no");
INSERT INTO `wp_options` VALUES("1023", "_transient_wc_points_rewards_highest_point_variation_235", "189", "no");
INSERT INTO `wp_options` VALUES("1026", "userpro_fields_woo", "a:20:{s:18:\"billing_first_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Billing First Name\";}s:17:\"billing_last_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Last Name\";}s:15:\"billing_company\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:15:\"Billing Company\";}s:17:\"billing_address_1\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Address 1\";}s:17:\"billing_address_2\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Billing Address 2\";}s:12:\"billing_city\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Billing City\";}s:16:\"billing_postcode\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:16:\"Billing Postcode\";}s:15:\"billing_country\";a:5:{s:3:\"woo\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Billing Country\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:13:\"billing_state\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Billing State\";}s:13:\"billing_email\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Billing E-mail\";}s:13:\"billing_phone\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Billing Phone\";}s:19:\"shipping_first_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:19:\"Shipping First Name\";}s:18:\"shipping_last_name\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Last Name\";}s:16:\"shipping_company\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:16:\"Shipping Company\";}s:18:\"shipping_address_1\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Address 1\";}s:18:\"shipping_address_2\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Shipping Address 2\";}s:13:\"shipping_city\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Shipping City\";}s:17:\"shipping_postcode\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Shipping Postcode\";}s:16:\"shipping_country\";a:5:{s:3:\"woo\";i:1;s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Shipping Country\";s:7:\"options\";a:251:{s:0:\"\";s:0:\"\";s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BQ\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CW\";s:8:\"Curaçao\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:5:\"Libya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, The Former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:21:\"Palestinian Territory\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:8:\"scotland\";s:8:\"Scotland\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SX\";s:25:\"Sint Maarten (Dutch part)\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"UK\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:11:\"placeholder\";s:19:\"Select your Country\";}s:14:\"shipping_state\";a:3:{s:3:\"woo\";i:1;s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Shipping State\";}}", "yes");
INSERT INTO `wp_options` VALUES("1027", "userpro_update_woosync", "1", "yes");
INSERT INTO `wp_options` VALUES("1028", "yith_wcmap_endpoint_profile", "a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:7:\"profile\";s:5:\"label\";s:12:\"개인정보\";s:4:\"icon\";s:15:\"pencil-square-o\";s:7:\"content\";s:23:\"[userpro template=edit]\";}", "yes");
INSERT INTO `wp_options` VALUES("1029", "woocommerce_myaccount_profile_endpoint", "profile", "yes");
INSERT INTO `wp_options` VALUES("1030", "ywot_set_completed_status", "yes", "yes");
INSERT INTO `wp_options` VALUES("1031", "ywot_order_tracking_text", "고객님의 주문상품이 [carrier_name] 가 [pickup_date]에 배송시작 했습니다. 송장번호: [track_code].", "yes");
INSERT INTO `wp_options` VALUES("1032", "ywot_order_tracking_text_position", "1", "yes");
INSERT INTO `wp_options` VALUES("1033", "ywot_mail_tracking_text", "고객님의 주문상품이 [carrier_name] 가 [pickup_date]에 배송시작 했습니다. 송장번호: [track_code].", "yes");
INSERT INTO `wp_options` VALUES("1034", "ywot_mail_tracking_text_position", "1", "yes");
INSERT INTO `wp_options` VALUES("1035", "ywot_show_in_packing_slip_pdf_invoice", "no", "yes");
INSERT INTO `wp_options` VALUES("1041", "ywot_carriers", "a:1:{s:10:\"CJ_EXPRESS\";s:1:\"1\";}", "yes");
INSERT INTO `wp_options` VALUES("1042", "ywot_carrier_default_name", "CJ_EXPRESS", "yes");
INSERT INTO `wp_options` VALUES("1046", "_transient_wc_count_comments", "O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}", "yes");
INSERT INTO `wp_options` VALUES("1052", "_site_transient_update_core", "O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/ko_KR/wordpress-4.7.4.zip\";s:6:\"locale\";s:5:\"ko_KR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/ko_KR/wordpress-4.7.4.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.4\";s:7:\"version\";s:5:\"4.7.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1494214915;s:15:\"version_checked\";s:5:\"4.7.4\";s:12:\"translations\";a:0:{}}", "no");
INSERT INTO `wp_options` VALUES("1055", "auto_core_update_notified", "a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:13:\"picell@me.com\";s:7:\"version\";s:5:\"4.7.4\";s:9:\"timestamp\";i:1492735099;}", "no");
INSERT INTO `wp_options` VALUES("1056", "_transient_timeout_external_ip_address_119.195.102.159", "1493340567", "no");
INSERT INTO `wp_options` VALUES("1057", "_transient_external_ip_address_119.195.102.159", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1080", "tg_grid_db_version", "1", "yes");
INSERT INTO `wp_options` VALUES("1081", "the_grid_new", "1", "yes");
INSERT INTO `wp_options` VALUES("1084", "_transient_timeout_wc_points_rewards_highest_point_variation_229", "1524274237", "no");
INSERT INTO `wp_options` VALUES("1085", "_transient_wc_points_rewards_highest_point_variation_229", "175", "no");
INSERT INTO `wp_options` VALUES("1086", "_transient_timeout_wc_related_229", "1492824637", "no");
INSERT INTO `wp_options` VALUES("1087", "_transient_wc_related_229", "a:0:{}", "no");
INSERT INTO `wp_options` VALUES("1088", "_transient_timeout_wc_points_rewards_highest_point_variation_227", "1524274263", "no");
INSERT INTO `wp_options` VALUES("1089", "_transient_wc_points_rewards_highest_point_variation_227", "175", "no");
INSERT INTO `wp_options` VALUES("1092", "_transient_timeout_wc_points_rewards_highest_point_variation_33", "1524274273", "no");
INSERT INTO `wp_options` VALUES("1093", "_transient_wc_points_rewards_highest_point_variation_33", "175", "no");
INSERT INTO `wp_options` VALUES("1094", "_transient_timeout_wc_related_33", "1492824673", "no");
INSERT INTO `wp_options` VALUES("1095", "_transient_wc_related_33", "a:6:{i:0;s:1:\"9\";i:1;s:3:\"227\";i:2;s:3:\"231\";i:3;s:3:\"233\";i:4;s:3:\"235\";i:5;s:3:\"237\";}", "no");
INSERT INTO `wp_options` VALUES("1100", "_transient_timeout_wc_related_9", "1492828229", "no");
INSERT INTO `wp_options` VALUES("1101", "_transient_wc_related_9", "a:6:{i:0;s:2:\"33\";i:1;s:3:\"227\";i:2;s:3:\"231\";i:3;s:3:\"233\";i:4;s:3:\"235\";i:5;s:3:\"237\";}", "no");
INSERT INTO `wp_options` VALUES("1108", "_transient_timeout_external_ip_address_116.39.53.227", "1493394919", "no");
INSERT INTO `wp_options` VALUES("1109", "_transient_external_ip_address_116.39.53.227", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1111", "_transient_timeout_external_ip_address_175.223.19.235", "1493448748", "no");
INSERT INTO `wp_options` VALUES("1112", "_transient_external_ip_address_175.223.19.235", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1119", "_transient_timeout_external_ip_address_223.39.139.168", "1493460949", "no");
INSERT INTO `wp_options` VALUES("1120", "_transient_external_ip_address_223.39.139.168", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1155", "_site_transient_timeout_browser_ec09c1f205a8c9a567166203a7884107", "1493691580", "no");
INSERT INTO `wp_options` VALUES("1156", "_site_transient_browser_ec09c1f205a8c9a567166203a7884107", "a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}", "no");
INSERT INTO `wp_options` VALUES("1179", "widget_gform_widget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_options` VALUES("1180", "gravityformsaddon_gravityformswebapi_version", "1.0", "yes");
INSERT INTO `wp_options` VALUES("1181", "gform_enable_background_updates", "", "yes");
INSERT INTO `wp_options` VALUES("1182", "gf_db_version", "2.2.1.2", "yes");
INSERT INTO `wp_options` VALUES("1183", "gform_pending_installation", "", "yes");
INSERT INTO `wp_options` VALUES("1184", "rg_form_version", "2.2.1.2", "yes");
INSERT INTO `wp_options` VALUES("1191", "rg_gforms_enable_akismet", "0", "yes");
INSERT INTO `wp_options` VALUES("1192", "rg_gforms_currency", "KOR", "yes");
INSERT INTO `wp_options` VALUES("1193", "gform_enable_toolbar_menu", "1", "yes");
INSERT INTO `wp_options` VALUES("1194", "_transient_timeout_GFCache_0e3479a9260c6efca302a28381a842e0", "1493088058", "no");
INSERT INTO `wp_options` VALUES("1195", "_transient_GFCache_0e3479a9260c6efca302a28381a842e0", "1", "no");
INSERT INTO `wp_options` VALUES("1196", "rg_gforms_captcha_public_key", "", "yes");
INSERT INTO `wp_options` VALUES("1197", "rg_gforms_captcha_private_key", "", "yes");
INSERT INTO `wp_options` VALUES("1198", "rg_gforms_message", "<!--GFM--><!-- unregistered copy notice -->\r\n<div style=\\\"margin:10px 0 10px 0; border-bottom:1px solid #D7D7D7; text-align:center; display:block!important; visibility: visible!important; min-width:880px;\\\"><a href=\\\"http://www.gravityforms.com/purchase-gravity-forms/\\\" target=\\\"_blank\\\" style=\\\"width:880px; height:90px;\\\"><img src=\\\"https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png\\\" width=\\\"880\\\" height=\\\"90\\\" alt=\\\"Unlicensed Copy. Please purchase a Gravity Forms license\\\" title=\\\"Unlicensed Copy\\\" /></a></div>\r\n<!-- end notice -->", "yes");
INSERT INTO `wp_options` VALUES("1209", "category_children", "a:0:{}", "yes");
INSERT INTO `wp_options` VALUES("1260", "_transient_timeout_GFCache_be00158061dae1f177035be0dbd5590a", "1493091231", "no");
INSERT INTO `wp_options` VALUES("1261", "_transient_GFCache_be00158061dae1f177035be0dbd5590a", "1", "no");
INSERT INTO `wp_options` VALUES("1275", "_transient_timeout_GFCache_87062228a7d994d88f9a321f9bddfc70", "1493090820", "no");
INSERT INTO `wp_options` VALUES("1276", "_transient_GFCache_87062228a7d994d88f9a321f9bddfc70", "a:0:{}", "no");
INSERT INTO `wp_options` VALUES("1277", "_transient_timeout_GFCache_5ea277a18bd72e8ddb2a414ef2b45082", "1493090820", "no");
INSERT INTO `wp_options` VALUES("1278", "_transient_GFCache_5ea277a18bd72e8ddb2a414ef2b45082", "a:0:{}", "no");
INSERT INTO `wp_options` VALUES("1279", "_transient_timeout_wc_term_counts", "1495682797", "no");
INSERT INTO `wp_options` VALUES("1280", "_transient_wc_term_counts", "a:1:{i:26;s:1:\"7\";}", "no");
INSERT INTO `wp_options` VALUES("1283", "_transient_timeout_external_ip_address_211.231.103.91", "1493695702", "no");
INSERT INTO `wp_options` VALUES("1284", "_transient_external_ip_address_211.231.103.91", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1285", "_transient_timeout_GFCache_b774197ae0d8f1c62ee43a71acbb713b", "1493091318", "no");
INSERT INTO `wp_options` VALUES("1286", "_transient_GFCache_b774197ae0d8f1c62ee43a71acbb713b", "1", "no");
INSERT INTO `wp_options` VALUES("1291", "_transient_timeout_wc_low_stock_count", "1495685299", "no");
INSERT INTO `wp_options` VALUES("1292", "_transient_wc_low_stock_count", "0", "no");
INSERT INTO `wp_options` VALUES("1293", "_transient_timeout_wc_outofstock_count", "1495685299", "no");
INSERT INTO `wp_options` VALUES("1294", "_transient_wc_outofstock_count", "0", "no");
INSERT INTO `wp_options` VALUES("1298", "_transient_timeout_external_ip_address_1.219.39.106", "1493713085", "no");
INSERT INTO `wp_options` VALUES("1299", "_transient_external_ip_address_1.219.39.106", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1301", "_transient_timeout_external_ip_address_2001:2d8:6c38:b2ce::412b:80b0", "1493715756", "no");
INSERT INTO `wp_options` VALUES("1302", "_transient_external_ip_address_2001:2d8:6c38:b2ce::412b:80b0", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1303", "_transient_timeout_external_ip_address_223.62.215.68", "1493715764", "no");
INSERT INTO `wp_options` VALUES("1304", "_transient_external_ip_address_223.62.215.68", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1305", "_transient_timeout_external_ip_address_204.187.14.75", "1493715777", "no");
INSERT INTO `wp_options` VALUES("1306", "_transient_external_ip_address_204.187.14.75", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1309", "_transient_timeout_wc_related_227", "1493197405", "no");
INSERT INTO `wp_options` VALUES("1310", "_transient_wc_related_227", "a:6:{i:0;s:1:\"9\";i:1;s:2:\"33\";i:2;s:3:\"231\";i:3;s:3:\"233\";i:4;s:3:\"235\";i:5;s:3:\"237\";}", "no");
INSERT INTO `wp_options` VALUES("1311", "_transient_timeout_external_ip_address_223.39.139.119", "1493715820", "no");
INSERT INTO `wp_options` VALUES("1312", "_transient_external_ip_address_223.39.139.119", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1341", "_transient_timeout_wc_related_237", "1493370815", "no");
INSERT INTO `wp_options` VALUES("1342", "_transient_wc_related_237", "a:6:{i:0;s:1:\"9\";i:1;s:2:\"33\";i:2;s:3:\"227\";i:3;s:3:\"231\";i:4;s:3:\"233\";i:5;s:3:\"235\";}", "no");
INSERT INTO `wp_options` VALUES("1343", "_transient_timeout_external_ip_address_125.184.34.15", "1493890461", "no");
INSERT INTO `wp_options` VALUES("1344", "_transient_external_ip_address_125.184.34.15", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1345", "_transient_timeout_external_ip_address_203.226.207.11", "1493890607", "no");
INSERT INTO `wp_options` VALUES("1346", "_transient_external_ip_address_203.226.207.11", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1353", "_transient_timeout_external_ip_address_210.126.5.32", "1493960731", "no");
INSERT INTO `wp_options` VALUES("1354", "_transient_external_ip_address_210.126.5.32", "503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.", "no");
INSERT INTO `wp_options` VALUES("1385", "_transient_timeout_userpro_users_online", "1493358787", "no");
INSERT INTO `wp_options` VALUES("1386", "_transient_userpro_users_online", "a:1:{i:1;d:1493389387;}", "no");
INSERT INTO `wp_options` VALUES("1387", "_site_transient_timeout_available_translations", "1493367805", "no");
INSERT INTO `wp_options` VALUES("1388", "_site_transient_available_translations", "a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-27 04:32:49\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:49:08\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.4/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-21 06:37:39\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.4/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-06 09:18:57\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-05 11:34:47\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:49:29\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-05 09:50:06\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Forts&#230;t\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:39:59\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.7.4/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-18 13:57:53\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.4/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:40:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-18 13:57:42\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-25 21:05:27\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-27 00:40:28\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:49:34\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:30\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-28 03:10:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:47:07\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:41:31\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:28\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 11:29:34\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:33\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-02 15:21:03\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-26 14:04:42\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:40:32\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-03 21:08:25\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:27\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-21 14:17:42\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-29 21:21:10\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-03 12:18:25\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 13:34:22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 08:25:10\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-08 04:57:54\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-29 14:23:06\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-05 06:17:00\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-18 05:09:08\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-30 09:46:13\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-24 06:52:11\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.17\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.17/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:31\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:31\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-03 14:07:21\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-22 16:33:56\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.4/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:40:57\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.17\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.17/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-07 00:19:52\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-17 15:02:48\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-15 14:53:36\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-20 10:13:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-20 11:49:35\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-08 17:57:45\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:41:03\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-03 00:34:10\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-15 09:03:35\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 21:21:58\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-27 07:08:07\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-04 05:03:16\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-10 15:33:37\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 12:03:30\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-11 04:43:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}", "no");
INSERT INTO `wp_options` VALUES("1389", "_transient_timeout_external_ip_address_223.33.153.148", "1493963054", "no");
INSERT INTO `wp_options` VALUES("1390", "_transient_external_ip_address_223.33.153.148", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1391", "_transient_timeout_wc_related_235", "1493444673", "no");
INSERT INTO `wp_options` VALUES("1392", "_transient_wc_related_235", "a:6:{i:0;s:1:\"9\";i:1;s:2:\"33\";i:2;s:3:\"227\";i:3;s:3:\"231\";i:4;s:3:\"233\";i:5;s:3:\"237\";}", "no");
INSERT INTO `wp_options` VALUES("1393", "_transient_timeout_external_ip_address_39.7.53.36", "1493972160", "no");
INSERT INTO `wp_options` VALUES("1394", "_transient_external_ip_address_39.7.53.36", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1404", "_transient_timeout_external_ip_address_202.30.51.63", "1494234971", "no");
INSERT INTO `wp_options` VALUES("1405", "_transient_external_ip_address_202.30.51.63", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1420", "_transient_timeout_external_ip_address_221.161.213.41", "1494293933", "no");
INSERT INTO `wp_options` VALUES("1421", "_transient_external_ip_address_221.161.213.41", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1437", "_transient_timeout_wc_related_231", "1494130625", "no");
INSERT INTO `wp_options` VALUES("1438", "_transient_wc_related_231", "a:6:{i:0;s:1:\"9\";i:1;s:2:\"33\";i:2;s:3:\"227\";i:3;s:3:\"233\";i:4;s:3:\"235\";i:5;s:3:\"237\";}", "no");
INSERT INTO `wp_options` VALUES("1441", "_transient_timeout_gform_update_info", "1494237650", "no");
INSERT INTO `wp_options` VALUES("1442", "_transient_gform_update_info", "a:5:{s:12:\"is_valid_key\";s:1:\"0\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:5:\"1.7.9\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:0:{}}", "no");
INSERT INTO `wp_options` VALUES("1447", "_transient_timeout_external_ip_address_192.168.0.1", "1494817369", "no");
INSERT INTO `wp_options` VALUES("1448", "_transient_external_ip_address_192.168.0.1", "119.195.102.159", "no");
INSERT INTO `wp_options` VALUES("1453", "_site_transient_update_themes", "O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1494214921;s:7:\"checked\";a:8:{s:4:\"Divi\";s:6:\"3.0.40\";s:5:\"Fable\";s:5:\"1.7.7\";s:9:\"StyleShop\";s:5:\"2.2.7\";s:9:\"shop-isle\";s:6:\"1.1.19\";s:5:\"smoke\";s:3:\"1.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:4:{s:9:\"shop-isle\";a:4:{s:5:\"theme\";s:9:\"shop-isle\";s:11:\"new_version\";s:6:\"1.1.21\";s:3:\"url\";s:39:\"https://wordpress.org/themes/shop-isle/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/shop-isle.1.1.21.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.2.zip\";}s:4:\"Divi\";a:2:{s:11:\"new_version\";s:6:\"3.0.44\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}s:9:\"StyleShop\";a:2:{s:11:\"new_version\";s:5:\"2.2.9\";s:3:\"url\";s:57:\"https://www.elegantthemes.com/api/changelog/styleshop.txt\";}}s:12:\"translations\";a:0:{}}", "no");
INSERT INTO `wp_options` VALUES("1455", "_transient_timeout_yit_panel_sidebar_remote_widgets", "1494425509", "no");
INSERT INTO `wp_options` VALUES("1456", "_transient_yit_panel_sidebar_remote_widgets", "a:0:{}", "no");
INSERT INTO `wp_options` VALUES("1457", "_transient_timeout_yit_panel_sidebar_remote_widgets_update", "1494298988", "no");
INSERT INTO `wp_options` VALUES("1458", "_transient_yit_panel_sidebar_remote_widgets_update", "1", "no");
INSERT INTO `wp_options` VALUES("1459", "_site_transient_timeout_browser_372b39fc0ede5776ae5d65b675deeef4", "1494817388", "no");
INSERT INTO `wp_options` VALUES("1460", "_site_transient_browser_372b39fc0ede5776ae5d65b675deeef4", "a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"53.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}", "no");
INSERT INTO `wp_options` VALUES("1461", "_transient_timeout_wc_report_sales_by_date", "1494298988", "no");
INSERT INTO `wp_options` VALUES("1462", "_transient_wc_report_sales_by_date", "a:7:{s:32:\"932a617376da0e271963c398a017db14\";a:0:{}s:32:\"7655849f12ed143c8aaad7ad2716c594\";a:0:{}s:32:\"d1ed4c904b9bc2e53b31c50130289707\";a:0:{}s:32:\"353ad93daaff023a40981c547ab5c980\";N;s:32:\"98101d85dbc293ecc24c1c9fefc04ffd\";a:0:{}s:32:\"3e5aa9b939605f929286a38dff15c19e\";a:0:{}s:32:\"c70640f3effcd7a498769337c3d463c6\";a:0:{}}", "no");
INSERT INTO `wp_options` VALUES("1463", "_transient_timeout_wc_admin_report", "1494298988", "no");
INSERT INTO `wp_options` VALUES("1464", "_transient_wc_admin_report", "a:1:{s:32:\"07250eb7845cab8138166d7723a967c8\";a:0:{}}", "no");
INSERT INTO `wp_options` VALUES("1465", "_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca", "1494255792", "no");
INSERT INTO `wp_options` VALUES("1466", "_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca", "a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:\"Thu, 20 Apr 2017 17:54:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=4.8-alpha-40581\";s:7:\"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:36:\"\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:35:\"WordPress 4.7.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2017/04/wordpress-4-7-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Apr 2017 17:54:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:3:\"4.7\";s:7:\"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=4710\";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:376:\"After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release. This release contains 47 bug fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API.\";s: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:\"Pascal Birchler\";s: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:4518:\"<p>After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release.</p>\n<p>This release contains 47 maintenance fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.7.4\">release notes</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.7?rev=40487&amp;stop_rev=40224\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.4</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.4.</p>\n<p>Thanks to everyone who contributed to 4.7.4:<br />\n<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aussieguy123/\">aussieguy123</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boldwater/\">boldwater</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/chesio/\">chesio</a>, <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidbenton/\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ghosttoast/\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites/\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/karinedo/\">karinedo</a>, <a href=\"https://profiles.wordpress.org/lukasbesch/\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">maguiar</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mayurk/\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/delawski/\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha/\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt/\">sagarkbhatt</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sboisvert/\">sboisvert</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4710\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s: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 4.7.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/2017/03/wordpress-4-7-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:\"Mon, 06 Mar 2017 17:53: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:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"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=4696\";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:396:\"WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect [&#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:\"James Nylen\";s: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:6191:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata.  Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation.  Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality.  Reported by <a href=\"https://hackerone.com/triginc\">TrigInc</a> and <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds.  Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names.  Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources.  Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.7.3&amp;group=component&amp;col=id&amp;col=summary&amp;col=component&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O&#8217;Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</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:\"4696\";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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security 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:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-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, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"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=4676\";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:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. [&#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:17:\"Aaron D. Campbell\";s: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:2142:\"<p>WordPress 4.7.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we&#8217;ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://github.com/mjangda\">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href=\"https://iandunn.name/\">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href=\"https://twitter.com/MarcS0h\">Marc-Alexandre Montpas</a> of Sucuri Security. *</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\">Disclosure of Additional Security Fix in WordPress 4.7.2</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:\"4676\";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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.1 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/2017/01/wordpress-4-7-1-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:\"Wed, 11 Jan 2017 03:53:57 +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:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"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=4650\";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:375:\"WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7 and earlier are affected by eight security issues: [&#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:17:\"Aaron D. Campbell\";s: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:6520:\"<p>WordPress 4.7 has been <a href=\"https://wordpress.org/download/counter/\">downloaded over 10 million times</a> since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7 and earlier are affected by eight security issues:</p>\n<ol>\n<li>Remote code execution (RCE) in PHPMailer &#8211; <em>No specific issue appears to affect WordPress</em> or any of the major plugins we investigated but, out of an abundance of caution, we updated PHPMailer in this release. This issue was fixed in PHPMailer thanks to <a href=\"https://legalhackers.com/\">Dawid Golunski</a> and <a href=\"https://twitter.com/Zenexer\">Paul Buonopane</a>.</li>\n<li>The REST API exposed user data for all users who had authored a post of a public post type. WordPress 4.7.1 limits this to only post types which have specified that they should be shown within the REST API. Reported by <a href=\"https://poststatus.com/\">Krogsgard</a> and <a href=\"https://ithemes.com/\">Chris Jean</a>.</li>\n<li>Cross-site scripting (XSS) via the plugin name or version header on <code>update-core.php</code>. Reported by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a> of the WordPress Security Team.</li>\n<li>Cross-site request forgery (CSRF) bypass via uploading a Flash file. Reported by <a href=\"https://twitter.com/Abdulahhusam\">Abdullah Hussam</a>.</li>\n<li>Cross-site scripting (XSS) via theme name fallback. Reported by <a href=\"https://pentest.blog/\">Mehmet Ince</a>.</li>\n<li>Post via email checks <code>mail.example.com</code> if default settings aren&#8217;t changed. Reported by John Blackbourn of the WordPress Security Team.</li>\n<li>A cross-site request forgery (CSRF) was discovered in the accessibility mode of widget editing. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronnie Skansing</a>.</li>\n<li>Weak cryptographic security for multisite activation key. Reported by <a href=\"https://itsjack.cc/\">Jack</a>.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.1 fixes 62 bugs from 4.7. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.7.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.1.</p>\n<p>Thanks to everyone who contributed to 4.7.1: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dreamon11/\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hristo-sg/\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">monikarao</a>, <a href=\"https://profiles.wordpress.org/natereist/\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nullvariable/\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/sirbrillig/\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sfpt/\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom/\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n	\n\n\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:\"WordPress 4.7 “Vaughan”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/12/vaughan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Dec 2016 19:27:41 +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=4596\";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:240:\"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah \"Sassy\" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.\";s: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:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2016/12/starter-content.mp4\";s:6:\"length\";s:7:\"3736020\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\";s:6:\"length\";s:7:\"1127483\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2016/12/video-headers.mp4\";s:6:\"length\";s:7:\"1549803\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Helen Hou-Sandi\";s: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:45494:\"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah &#8220;Sassy&#8221; Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id=\"v-AHz0Ca46-1\" class=\"video-player\"><video id=\"v-AHz0Ca46-1-video\" width=\"632\" height=\"354\" poster=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_dvd.mp4\" type=\"video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;\" /><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_fmt1.ogv\" type=\"video/ogg; codecs=&quot;theora, vorbis&quot;\" /><div><img alt=\"Introducing WordPress 4.7\" src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354\" data-recalc-dims=\"1\" /></div><p>Introducing WordPress 4.7</p></video></div>\n<hr />\n<h2 style=\"text-align:center\">Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class=\"alignnone wp-image-4618 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&#038;ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1600&amp;ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2 style=\"text-align:center\">Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div style=\"width: 632px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-4596-1\" width=\"632\" height=\"346\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/starter-content.mp4?_=1\" /><a href=\"https://wordpress.org/news/files/2016/12/starter-content.mp4\">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></video></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry &#8211; nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Edit Shortcuts</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-2\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Edit-Shortcuts.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4?_=2\" /><a href=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></video></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Video Headers</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-3\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Header-Video.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/video-headers.mp4?_=3\" /><a href=\"https://wordpress.org/news/files/2016/12/video-headers.mp4\">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></video></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Smoother Menu Building</h3>\n<p><img class=\"wp-image-4606 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&#038;ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?w=760&amp;ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Custom CSS</h3>\n<p><img class=\"wp-image-4607 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&#038;ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?w=760&amp;ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>PDF Thumbnail Previews</h3>\n<p><img class=\"wp-image-4609 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&#038;ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?w=760&amp;ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Dashboard in your language</h3>\n<p><img class=\"wp-image-4608 size-medium alignright\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&#038;ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?w=760&amp;ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align:center\">Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class=\"size-large wp-image-4600 alignnone\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&#038;ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=1024%2C332&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=300%2C97&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=768%2C249&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href=\"https://developer.wordpress.org/rest-api/reference/\">Check out the REST API reference.</a></p>\n<hr />\n<h2 style=\"text-align:center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png\" alt=\"😊\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href=\"https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/\">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/\">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/\"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href=\"https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/\">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/\">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2 style=\"text-align:center\">The Squad</h2>\n<p>This release was led by <a href=\"https://helen.blog\">Helen Hou-Sandí</a>, backed up by <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a> and <a href=\"http://aaron.jorb.in/\">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/wraithkenny\">[Inactive]</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Francesco Taurino</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran &#352;erić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/imnok\">Imnok</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</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/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">mbelchev</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/quasel\">quasel</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/soean\">Soeren Wrede</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">Truong Giang</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p>&nbsp;<br />\nSpecial thanks go to <a href=\"https://ramiabraham.com/\">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">beta</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress &#8211; we hope you enjoy!</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:\"4596\";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:33:\"\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:17:\"Moving Toward SSL\";s:7:\"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://wordpress.org/news/2016/12/moving-toward-ssl/\";s: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 Dec 2016 17:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"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=4588\";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:327:\"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle [&#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:14:\"Matt Mullenweg\";s: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:1627:\"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href=\"https://letsencrypt.org/\">Let&#8217;s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href=\"https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html\">SSL as a search engine ranking factor</a> and will begin <a href=\"http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https\">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p>&nbsp;</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:\"4588\";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:33:\"\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:31:\"WordPress 4.7 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/11/wordpress-4-7-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Nov 2016 04:26: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: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=4579\";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:328:\"The release candidate for WordPress 4.7 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 yet, [&#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:\"Helen Hou-Sandi\";s: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:4331:\"<p>The release candidate for WordPress 4.7 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on <strong>Tuesday, December 6</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.7-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a <a href=\"http://2017.wordpress.net/\">new default theme</a>, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39353&amp;stop_rev=39263&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=\">quite a few refinements</a> since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.</p>\n<p>Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what&#8217;s new in version 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.7 and update your plugin’s <em>Tested up to</em> version in the readme to 4.7. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\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> And if you haven&#8217;t yet done so, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and send it on to your friends.</p>\n<p>Happy testing! And now for another <a href=\"https://profiles.wordpress.org/ramiabraham\">Rami Abraham</a> haiku break.</p>\n<p><em>Select your language</em><br />\n<em>Then let your users choose theirs</em><br />\n<em><code>get_user_locale()</code></em></p>\n<p><em>Theme authors rejoice</em><br />\n<em>Any option may employ</em><br />\n<em>Selective refresh</em></p>\n<p><em>Custom header video</em><br />\n<em>Make sure to <code>add_theme_support</code></em><br />\n<em>Bling above the fold</em></p>\n<p><em>A new template dawns</em><br />\n<em>A hierarchy member</em><br />\n<em>Post-type templates live</em></p>\n<p><em>PDF updates</em><br />\n<em>Pack a parade of polish</em><br />\n<em>Prettier previews</em></p>\n<p><em>Template Post Type: New</em><br />\n<em>Template Post Type: And Useful</em><br />\n<em>Template Post Type: Thing</em></p>\n<p><em>Let lists live lively</em><br />\n<em>Laud <code>wp_list_sort()</code></em><br />\n<em>Less laconic lists</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:\"4579\";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:33:\"\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 4.7 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Nov 2016 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4576\";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:329:\"WordPress 4.7 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:\"Helen Hou-Sandi\";s: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:2019:\"<p>WordPress 4.7 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1,</a> <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth developer guides on make/core</a>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39262&amp;stop_rev=39201&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=\">about 60 changes</a> in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.</p>\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<p><strong>If you think you’ve found a bug</strong>, 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://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>We are almost there<br />\nPlease test your plugins and themes<br />\nRC coming soon<br />\n</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:\"4576\";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:33:\"\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:34:\"WordCamp US 2017-2018 in Nashville\";s:7:\"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/2016/11/wordcamp-us-2017-2018-in-nashville/\";s: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, 15 Nov 2016 23:24: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"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=4571\";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:330:\"The title says it all. We had some great applications for cities to host WordCamp US after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is Nashville, Tennessee. Based on the other great applications we got I&#8217;m also excited about the pipeline of communities that could host it in future [&#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:14:\"Matt Mullenweg\";s: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:1001:\"<p><img class=\"aligncenter\" src=\"https://wpdotorg.files.wordpress.com/2008/07/27492741871_c6fcebcad3_k-e1479248587522.jpg?resize=632%2C253\" data-recalc-dims=\"1\" /></p>\n<p>The title says it all. We had some great applications for cities to host <a href=\"http://us.wordcamp.org/\">WordCamp US</a> after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is <strong>Nashville, Tennessee</strong>.</p>\n<p>Based on the other great applications we got I&#8217;m also excited about the pipeline of communities that could host it in future years as WordCamp US travels across the United States and gives us an opportunity to learn and love a new city, as we have with Philadelphia.</p>\n<p>By the way, if you haven&#8217;t yet, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and ask your friends to as well.</p>\n<p><a href=\"https://www.flickr.com/photos/143951935@N07/27492741871\">Photo Credit</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:\"4571\";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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Nov 2016 03:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";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:\"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:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"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=4566\";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:329:\"WordPress 4.7 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:\"Helen Hou-Sandi\";s: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:3120:\"<p>WordPress 4.7 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user&#8217;s locale back to site&#8217;s locale. (<a href=\"https://core.trac.wordpress.org/ticket/38632\">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href=\"https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/\">the developer guide to the customizer preview&#8217;s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39200&amp;stop_rev=39143&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=\">over 50 changes</a> in the last week.</li>\n</ul>\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<p><strong>If you think you’ve found a bug</strong>, 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://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</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:\"4566\";s: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:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"Mon, 08 May 2017 02:59:13 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:\"Thu, 20 Apr 2017 17:54:32 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:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170412052407\";}", "no");
INSERT INTO `wp_options` VALUES("1467", "_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca", "1494255792", "no");
INSERT INTO `wp_options` VALUES("1468", "_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca", "1494212592", "no");
INSERT INTO `wp_options` VALUES("1469", "_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9", "1494255793", "no");
INSERT INTO `wp_options` VALUES("1470", "_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:65:\"WPTavern: Weglot Multilingual Plugin Closes $450K in Seed Funding\";s:7:\"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=69667\";s:7:\"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:75:\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\";s: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:3879:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/10/weglot.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://weglot.com/\" target=\"_blank\">Weglot</a>, a multilingual plugin which has been in the WordPress market for a little over a year, has <a href=\"http://blog.weglot.com/7k-21keuromonthly-6months-growth-e450k-fundraising/\" target=\"_blank\">closed $450K in seed funding from SIDE Capital</a>. Co-founder Rémy Berda reports that there are now more than 10,000 websites using Weglot and the company has passed 30K€ in monthly revenue.</p>\n<p>Over the past six months Berda and his small team have been working to add improvements based on user feedback. Weglot will now detect a visitor&#8217;s language and automatically redirect to serve the translated page. Weglot users can also connect with <a href=\"https://www.textmaster.com/\" target=\"_blank\">Textmaster</a>&#8216;s marketplace to order professional translations through their accounts. The support burden has also increased from 10-20 emails per day to more than 80 per day, challenging the small team&#8217;s resources.</p>\n<p>&#8220;Over the past few months, we started to be overworked by the amount of support or the number of features we wanted to add to the product,&#8221; Berda said. &#8220;We got a bit frustrated not to be able to improve the product as we wanted to through lack of time. So we understood that if we wanted to keep growing at a fast pace, we would need to scale up our two-person company and raising money was the perfect way to do it.&#8221;</p>\n<p>After making the connection with SIDE Capital at the end of 2016, Weglot decided to partner with them to fund the further expansion if its support team. The team is currently comprised of two founders, one lead developer, one head of support, and one support agent. Approximately 1,500 of Weglot&#8217;s 10,000 users are on an active paid plan, but the remaining 85% of free users make up a significant portion of the support load. Berda said they are investing their resources in support, which serves both free and paid users, in order to maintain the same quality.</p>\n<p>In tandem with improving the performance of the plugin and its support, Berda said the team is also developing other integrations to test Weglot&#8217;s service outside of the WordPress market.</p>\n<p>Weglot is growing rapidly in the North American market. Although the Asian market is not represented on the plugin&#8217;s user breakdown below, Berda said it has more than doubled in the past two months.</p>\n<p>&#8220;We have been seeing an accelerating growth in the Americas in the past 6 months,&#8221; Berda said. &#8220;We went from 5% of our clients to 25% now. Asia is still small but has been quickly growing in the past two months from 3% to 8%.&#8221;</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/05/weglot-users-countries-breakdown.png?ssl=1\"><img /></a></p>\n<p>One year after officially launching Weglot, Berda and his team have found that WordPress is a ripe market for entrepreneurs who are ready to move quickly and provide a high level of customer service. His advice to newcomers?</p>\n<p>&#8220;You&#8217;re in the right place,&#8221; Berda said. &#8220;WordPress is a huge market with real needs, and it is often overlooked by many entrepreneurs. There is an active and strong community with &#8216;caring&#8217; values.  So WordPress is definitely a great place to build a business.&#8221; He recommends keeping to a brisk timeline:</p>\n<p>&#8220;One month after you have the idea, you must have some people (1 to 10) testing a MVP,&#8221; Berda said. &#8220;One more month later, you must have your first paying customer to validate the needs. Finally, never neglect customer support. Done carefully, customer supports transforms into customer acquisition.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 05 May 2017 20:13: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: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:51:\"WPTavern: WordPress 4.8 Release Targeted for June 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69778\";s:7:\"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:62:\"https://wptavern.com/wordpress-4-8-release-targeted-for-june-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2349:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/gutenberg-editor.png?ssl=1\"><img /></a></p>\n<p>WordPress 4.8 kicked off in this week&#8217;s core developer meeting and the <a href=\"https://make.wordpress.org/core/4-8/\" target=\"_blank\">schedule</a> for the upcoming release is now published. Beta 1 is scheduled for May 12 and the official release is targeted for June 8. This will be the first major release in 2017 and is focused on laying the foundation for the new <a href=\"https://github.com/WordPress/gutenberg\" target=\"_blank\">Gutenberg</a> editor. The schedule identifies the features that contributors are aiming to ship in 4.8:</p>\n<ul>\n<li>TinyMCE inline element / link boundaries</li>\n<li>New media widgets</li>\n<li>WYSIWYG in text widget</li>\n<li>WordCamp / meetup dashboard upgrade to the “news” section</li>\n</ul>\n<p>Several contributors expressed concern during the meeting about the compressed timeline, as both the beta and RC testing times have roughly half the time they have been given in the past. Also, the release&#8217;s close proximity to WordCamp Europe, which officially begins activities the following week, presented additional concerns about the added workload of a release within the May/June timeframe.</p>\n<p>&#8220;I think people are thinking of this as a normal release, a train leaving the station that a bunch of stuff (multisite! meta!) has to get on to make it in,&#8221; 4.8 release lead Matt Mullenweg said. &#8220;I agree that needs a much longer timeframe.</p>\n<p>&#8220;What is really going on is that we have a few simple, already working as plugin enhancements that add a few files, and we want to get those in the hands of users sooner rather than later. We already update TinyMCE all the time. Potential breakage or compatibility should be limited to things that interact with the text widget or the news dashboard module.&#8221;</p>\n<p>After a brief discussion on the <a href=\"https://make.wordpress.org/core/2017/05/04/dev-chat-summary-may-3rd-4-8-week-1/\" target=\"_blank\">dev meeting notes</a>, the proposed schedule was confirmed. The feature project merge deadline is coming up on May 10, followed by Beta 1 two days later. Any enhancements that are not ready to proceed on this timeline will be put on hold for a future release.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 05 May 2017 18:13: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: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:102:\"WPTavern: WPHugs: A Community Devoted to Educating, Discussing, and Raising Awareness of Mental Health\";s:7:\"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=69625\";s:7:\"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:110:\"https://wptavern.com/wphugs-a-community-devoted-to-educating-discussing-and-raising-awareness-of-mental-health\";s: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:3983:\"<p>In the past two years, there has been an increased effort in the WordPress community to raise awareness of mental health. <a href=\"http://wordpress.tv/2016/12/10/cory-miller-managing-your-iceberg/\">Cory Miller</a>, <a href=\"https://videopress.com/v/n53MNL3C\">Rich Robinkoff</a>, <a href=\"https://videopress.com/v/fBYZcOBz\">Michele Butcher</a>, and <a href=\"https://wphugs.org/talks/\">others</a> have presented on the subject at numerous WordCamps.</p>\n<p>A common theme that surrounds mental health is the fear of discussing it openly. <a href=\"https://wphugs.org/\">WPHugs.org</a>, a passion project by Leo Gopal, aims to provide a safe space for people to connect, educate, and raise awareness of mental health.</p>\n<p>&#8220;I suffered many times in my life so far with extreme depression,&#8221; Gopal said. &#8220;One of the most difficult parts of dealing with extreme depression is the feeling that you can&#8217;t tell anyone about it. This can include your boss or colleagues who you spend most of your time with.&#8221;</p>\n<p>&#8220;Until, at <a href=\"https://videopress.com/v/dhGqDhV5\">WordCamp Cape Town 2016</a>, I stood in front of a conference room full of people and &#8216;confessed&#8217; that I am afflicted with depression. After the talk, many people came to me and called me &#8216;brave&#8217; to be so open, and many opened up and thanked me for helping them realize that they too are not alone.</p>\n<p>&#8220;After my recovery from attempted suicide, it was the friends I had made in the WordPress Community that gave me the most support. I reached my darkest point, and I got there feeling alone. WPHugs hopes to be a torch that allows others to never get to such a space.&#8221;</p>\n<p>WPHugs has a <a href=\"https://wphugs.org/wp-login.php?action=slack-invitation\">Slack group</a> that&#8217;s free to join that provides an opportunity for like-minded people to discuss topics in real-time. While the conversations in the Slack channel are not private, Gopal is hopeful that the community will be built around trust and honesty.</p>\n<p>&#8220;I suspect that there will be more direct messages than there will be channel messages, and that&#8217;s okay, the connections are being made, we are talking more,&#8221; he said.</p>\n<p>WPHugs is a not-for-profit passion project and although the site has <a href=\"https://wphugs.org/sponsorships/\">sponsorship opportunities</a> available, Gopal is looking for companies and people who can contribute time and resources.</p>\n<p>&#8220;If companies want to contribute licenses to their software to help expand, grow, reach more people, by all means it is completely welcome,&#8221; Gopal said. &#8220;Sponsor time or resources, whatever you can to make this project thrive and survive, because it&#8217;s important, it could save someone&#8217;s life.&#8221;</p>\n<p>Gopal admits he&#8217;s not an authority on how to maintain good mental health but plans to crowdsource tips, tricks, and host conversations to help others. Heavily inspired by <a href=\"http://heropress.com/\">HeroPress</a>, Gopal wants to publish weekly essays called Mental Health War Stories.</p>\n<p>The most important message WPHugs wants to get across is that people who are suffering from mental illnesses are not alone.</p>\n<p>&#8220;It&#8217;s about making us aware of ourselves, taking care of our own mental health and how important it is for those around us. It&#8217;s also about being more empathetic for those around us who suffer in their own way and know that someone cares,&#8221; Gopal said.</p>\n<p>&#8220;I went through a struggle discovering my mental illness and learning about it, and I did it alone. I don&#8217;t want that journey for others to be as solitary. I am a hugger.&#8221;</p>\n<p>To share a mental health war story or to get involved with the project, you can get in touch with Gopal through the WPHugs <a href=\"https://wphugs.org/contact/\">contact form</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 05 May 2017 02:39:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: WordPress Security Issue in Password Reset Emails to Be Fixed in Future 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:29:\"https://wptavern.com/?p=69665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-security-issue-in-password-reset-emails-to-be-fixed-in-future-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:4135:\"<p>Security researcher Dawid Golunski of <a href=\"https://legalhackers.com/\" target=\"_blank\">Legal Hackers</a> has published the details of an <a href=\"https://exploitbox.io/vuln/WordPress-Exploit-4-7-Unauth-Password-Reset-0day-CVE-2017-8295.html\" target=\"_blank\">unauthorized password reset vulnerability</a> in WordPress core. Golunski demonstrated how, under certain circumstances, an attacker could intercept the password reset email and gain access to a user&#8217;s account.</p>\n<p>His proof of concept takes advantage of WordPress using the SERVER_NAME variable to get the hostname of the server in order to create a From/Return-Path header of the outgoing password reset email.</p>\n<blockquote><p>Major web servers such as Apache by default set the SERVER_NAME variable using the hostname supplied by the client (within the HTTP_HOST header):</p>\n<p>https://httpd.apache.org/docs/2.4/mod/core.html#usecanonicalname</p>\n<p>Because SERVER_NAME can be modified, an attacker could set it to an arbitrary domain of his choice e.g:</p>\n<p>attackers-mxserver.com</p>\n<p>which would result in WordPress setting the $from_email to </p>\n<p>wordpress@attackers-mxserver.com</p>\n<p>and thus result in an outgoing email with From/Return-Path set to this malicious address.</p></blockquote>\n<p>The results of this particular attack would depend on the server environment, the specific configuration of the mail server, and in some cases would require interaction from the user in question. Golunski&#8217;s <a href=\"https://exploitbox.io/vuln/WordPress-Exploit-4-7-Unauth-Password-Reset-0day-CVE-2017-8295.html\" target=\"_blank\">report</a> has a more specific breakdown of the possible methods that could be employed.</p>\n<p>After reporting the issue to the WordPress security team in July 2016 and also via the HackerOne website, Golunski saw no progress on it and decided to release the vulnerability details to the public.</p>\n<p>Although there is no official patch yet, WordPress Security Czar Aaron Campbell said the issue is not quite as severe as it may seem.</p>\n<p>&#8220;It&#8217;s a lower priority issue, but we are aware of it and it is in our queue to address,&#8221; Campbell said. He explained the unique set of conditions that would be required in order for this to be a serious vulnerability.</p>\n<p>&#8220;In order for the issue to have a security impact, a server needs to allow a user-supplied header to overwrite <code>$_SERVER[\'SERVER_NAME\']</code>,&#8221; Campbell said. &#8220;We would consider that a poor server configuration (like leaving <code>display_errors</code> on on a production server), which is unfortunately outside our control.&#8221;</p>\n<p>Campbell tested his personal Apache and nginx servers and none of them allowed for this. In addition to having a poorly configured server, Campbell said one of the following actions also needs to happen:</p>\n<ul>\n<li>a user needs to reply to a password reset email</li>\n<li>an auto-reply needs to reply to the E-Mail and include the original</li>\n<li>an E-Mail server has to be compromised or overloaded and the message returned to sender with content intact</li>\n</ul>\n<p>&#8220;If your server is susceptible and you don&#8217;t have the ability to fix the actual server configuration, you still don&#8217;t have to make changes to WordPress files to mitigate the issue,&#8221; Campbell said. &#8220;A little PHP like this in a plugin will set the from E-Mail to a static E-Mail address of your choice:&#8221;</p>\n<p><code>add_filter( \'wp_mail_from\', function( $from_email ) { return \'wordpress@mysite.com\'; } );</code></p>\n<p>Campbell said any changes WordPress makes to core will likely be done via a <a href=\"https://core.trac.wordpress.org/ticket/25239\" target=\"_blank\">ticket</a> that is currently tracking the issue from a non-security perspective. He said a fix is mostly likely not going to be coming in the next security release, but the team is actively working on it. If they find a good mitigation for the issue, Campbell said they will share it once they have worked through all the potential ramifications.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 04 May 2017 22:41: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: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:71:\"WPTavern: WordPress Community Team Considers New Retreat-Style WordCamp\";s:7:\"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=69642\";s:7:\"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:82:\"https://wptavern.com/wordpress-community-team-considers-new-retreat-style-wordcamp\";s: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:3741:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/journey.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/2DEL42UQ7M\">Jesse Bowser</a>\n<p>The WordPress Community Team is <a href=\"https://make.wordpress.org/community/2017/05/03/a-new-type-of-wordcamp/\" target=\"_blank\">debating the merits of a new type of WordCamp</a>, a hybrid event with the traditional WordCamp content in a retreat-style format. <a href=\"https://profiles.wordpress.org/mahype/\" target=\"_blank\">Sven Wagener</a> and the <a href=\"https://www.meetup.com/WordPress-Meetup-Koln/\" target=\"_blank\">Köln meetup group</a> in Germany, which has more than 700 members, have proposed a new style of camp that would potentially be called &#8220;WordCamp in the Green&#8221; or &#8220;WordCamp Retreat.&#8221;</p>\n<p>The event would be held outside of town at a venue where all attendees stay in the same hotel. In addition to the regular WordCamp sessions and Contributor Day, attendees have the opportunity to participate in local outdoor activities.</p>\n<p>The WordPress Community Team is open to considering different formats for WordCamps that serve a specific niche. <a href=\"https://wptavern.com/wordcamp-for-publishers-to-be-held-in-denver-august-17-19\" target=\"_blank\">WordCamp for Publishers</a>, the first WordCamp focused around a specific topic, is a recent example of this flexibility.</p>\n<p>The proposed format is very similar to the interest-based meetups that the <a href=\"https://wptavern.com/community-translation-and-wapuu-how-japan-is-shaping-wordpress-history\" target=\"_blank\">Japanese WordPress community</a> has been doing for years. Members spend time together in activities unrelated to WordPress, as opposed to simply focusing on improving technical skills, and as a result they become more connected with their local community. For example, the <a href=\"http://2014onsen.wbsendai.com/\" target=\"_blank\">Word温泉 (WordOnsen) meetup</a> includes members who enjoy hot springs. They gather in Fukushima where they stay at the same hotel, host WordPress sessions, and end with a party night. This format has successfully grown the Japanese meetup community to more than 50 local groups.</p>\n<p>The Köln meetup group&#8217;s proposal for a WordCamp doesn&#8217;t stray too far from the traditional WordCamp program, as the only differences seem to be a more rural setting where everyone stays at the same venue. A more radical change would be an event where WordPress community members meet simply for networking and connecting with no planned educational component. These types of niche unofficial WordCamps have been happening for years outside of the WordPress-sanctioned events.</p>\n<p>The WordPress Community Team is seeking feedback on the proposed &#8220;WordCamp Retreat,&#8221; as approval of the event would set a precedent.</p>\n<p>&#8220;If we introduce a new type of WordCamp event like this, we want it to be something that works in many communities, scales effectively for larger (or smaller) groups, and is able to be reproduced by any organizers who wish to do so,&#8221; Commnity Team member Hugh Lashbrooke said.</p>\n<p>The organizing team for the proposed WordCamp has already prepared a budget and is ready to move forward once given approval. Lashbrooke said the Community Team anticipates the new event types will have &#8220;a huge amount of interest from other communities around the world,&#8221; so they wanted to pitch it to the community for feedback.</p>\n<p>If you have strong opinions on the topic, you can <a href=\"https://make.wordpress.org/community/2017/05/03/a-new-type-of-wordcamp/\" target=\"_blank\">join the discussion on WordPress.org</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 04 May 2017 02:05: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: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:89:\"WPTavern: WPWeekly Episode 271 – Recapping WordCamp Chicago 2017 With John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=69622&preview=true&preview_id=69622\";s:7:\"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:96:\"https://wptavern.com/wpweekly-episode-271-recapping-wordcamp-chicago-2017-with-john-james-jacoby\";s: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:2066:\"<p>In this episode, I&#8217;m joined by <a href=\"https://jjj.blog/\">John James Jacoby</a>. We recap WordCamp Chicago 2017 and learn about what he&#8217;s been up to as of late. Jacoby was recently elected as a trustee by the Village of East Troy, WI. We discussed what lessons he&#8217;s learned through open source software development that he&#8217;ll apply to his Trustee role.</p>\n<p>We talk about how important mental health is and near the end of the show, he provides status updates on the bbPress and BuddyPress projects. Jacoby also weighed in on the stories making headlines in recent weeks.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/shopify-discontinues-its-official-plugin-for-wordpress\">Shopify Discontinues Its Official Plugin for WordPress</a><br />\n<a href=\"https://wptavern.com/wordcamp-us-2017-ramps-up-ticket-sales-organizers-plan-for-2500-attendees\">WordCamp US 2017 Ramps Up Ticket Sales, Organizers Plan for 2,500 Attendees</a><br />\n<a href=\"https://wptavern.com/automattic-to-close-san-francisco-office\">Automattic to Close San Francisco Office</a><br />\n<a href=\"https://wptavern.com/wordpress-4-8-will-end-support-for-internet-explorer-versions-8-9-and-10\">WordPress 4.8 Will End Support for Internet Explorer Versions 8, 9, and 10</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 10th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #271:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 04 May 2017 00:26: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"Matt: Exploiting Democracy\";s:7:\"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=47306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/05/exploiting-democracy/\";s: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:153:\"<p>One of my favorite talks from TED last week was by Laura Galante. The most hackable device on the planet is your own mind:</p>\n<p></p>\n<p>&nbsp;</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, 03 May 2017 19:48:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"WPTavern: Jetpack 4.9 Introduces EU Cookie Law Banner Widget\";s:7:\"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=69520\";s:7:\"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://wptavern.com/jetpack-4-9-introduces-eu-cookie-law-banner-widget\";s: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:2298:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/eu-cookie-law-banner-widget-jetpack.png?ssl=1\"><img /></a><a href=\"https://jetpack.com/2017/05/02/jetpack-4-9-widgets-and-improvements/\" target=\"_blank\">Jetpack 4.9</a> gives self-hosted WordPress users access to some of the widgets that are available on WordPress.com. One of the most useful ones for European websites is the new EU Cookie Law Banner widget. The WordPress plugin directory has <a href=\"https://wordpress.org/plugins/search/eu+cookie+law/\" target=\"_blank\">dozens of plugins related to cookie consent</a>, but Jetpack users can now get this feature bundled with the popular plugin.</p>\n<p>The widget launches a notice at the bottom of the screen where users can click to accept cookies. The widget banner text, color scheme, policy URL, and button text can be customized, and administrators can hide the banner based on different user behaviors.</p>\n<p>The EU Cooke Law is an online privacy directive that was introduced in 2011 with the objective of allowing website visitors the right to refuse cookies that reduce their privacy. Sites that serve primarily EU audiences are required to comply. Companies in the U.S. and outside the EU with no legal EU presence are not likely to have any consequences for not complying, as the law is difficult to enforce outside the EU.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/05/internet-defense-league-red-cat.png?ssl=1\"><img /></a>Jetpack 4.9 also adds a new Flickr widget and one for the <a href=\"https://www.internetdefenseleague.org/\" target=\"_blank\">Internet Defense League</a>, an organization dedicated to defending internet freedom. The widget lets users select from three different badges to show support. Note that this widget does not sign the website up to broadcast specific campaigns. That feature is available in the <a href=\"https://wordpress.org/plugins/cat-signal/\" target=\"_blank\">Internet Defense League Cat Signal</a> plugin.</p>\n<p>This release also includes several minor fixes and improvements under the hood. Check out the full <a href=\"https://wordpress.org/plugins/jetpack/#developers\" target=\"_blank\">changelog</a> on WordPress.org to see everything included in version 4.9.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 03 May 2017 17:55:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:84:\"WPTavern: Manage Multiple Social Media Accounts in WordPress With Social Media Suite\";s:7:\"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=69526\";s:7:\"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/manage-multiple-social-media-accounts-in-wordpress-with-social-media-suite\";s: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:2613:\"<p>Managing social media accounts across multiple networks can be a cumbersome task. <a href=\"https://wordpress.org/plugins/social-web-suite/\">Social Media Suite</a> by <a href=\"https://www.linkedin.com/in/tinatodorovic/\">Tina Todorovic</a> and <a href=\"https://twitter.com/dejanmmarkovic\">Dejan Markovic</a>, based in Toronto, Canada, aims to make managing those accounts a breeze.</p>\n<p>At its core, Social Media Suite is a social media marketing management platform. To use it, you&#8217;ll first have to install the <a href=\"https://wordpress.org/plugins/social-web-suite/\">Social Media Suite connector Plugin</a> to connect your site to the service.</p>\n<p>Once activated, click the Go to Control Panel button which loads Social Web Suite&#8217;s control panel where you can connect social media accounts.</p>\n<p><img /></p>\n<p>I highly recommend that you open the control panel in a new browser tab as opening it in the same browser tab makes it difficult to browse back to the WordPress backend.</p>\n<p>Through Social Web Suite, users can publish or schedule Tweets and other messages across social networks such as Facebook. After connecting my Twitter account, I was able to publish a Tweet from the site&#8217;s interface.</p>\n<img />Social Media Suite Twitter Interface\n<p>Social Web Suite includes a number of sharing options. You can configure whether or not to share posts, pages, or both, how many times they can be shared, if the featured image is displayed, and if content is shared at the same time it&#8217;s published.</p>\n<p>Other configuration options include, message formatting, hashtag support, which categories to include or exclude, and the ability to exclude specific pages or posts.<img /></p>\n<p>To see how well messages are performing, Social Web Suite offers an analytics dashboard that displays a similar set of statistics provided by Twitter. This allows you to quickly see which messages are having the most impact.</p>\n<img />Social Media Suite Analytics Dashboard\n<p>As far as privacy is concerned, Social Media Suite stores marketing management content on its servers and will not ask users for their login information. The service is currently in Beta and is available by <a href=\"https://socialwebsuite.com/get-your-invitation/\">invitation only</a>. I tested <a href=\"https://wordpress.org/plugins/social-web-suite/\">Social Media Suite</a> on WordPress 4.7.4 and didn&#8217;t encounter any issues. If you&#8217;re looking for a service to manage your social media marketing strategy, consider giving Social Media Suite a try.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 03 May 2017 16:09:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"HeroPress: Notes From My Former Self\";s:7:\"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=1759\";s:7:\"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:55:\"https://heropress.com/essays/notes-from-my-former-self/\";s: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:11007:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/05/050317-min-1-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sleep more, worry less, rely on those around you, and just get on with doing what you do best.\" /><p>I’ve written and rewritten this essay so many times now I’ve forgotten what it originally looked like. In the beginning it was going to be the short(ish) story of my first year with WordPress and the lessons I’ve learned about myself. It always ends up being a long and boring story of a year of my life without ever getting to the purpose of why I want to share it. I’ve decided to over simplify it as much as possible, in order to get to the ‘why’. If you really want to read about my ‘WordPress Year 1’ you can probably put most of it together from reading my blog for 2016.</p>\n<p>So in the spirit of TL;DR:</p>\n<p>After an amazing first WordCamp experience at WordCamp Cape Town 2015 I chose the path of freelance WordPress developer. My current situation doesn&#8217;t lend itself to being employed full time and I decided (at the time possibly stupidly) that building WordPress websites was what I was going to do. It would be easy right?</p>\n<blockquote><p>I had a developer license for the Divi theme and all I had to do was find small business clients to build websites for. What could possibly go wrong?</p></blockquote>\n<p>I spent the first year banging my head against a quite a few walls, trying to expand my mind, my skills and my experience to reach a goal that, for me anyway, was wholly unobtainable. In the end I realised the what I needed to do was trust in myself and my experience, find a better system for obtaining work and focus on the areas that I was actually good at.</p>\n<p>I also learned the importance of community.</p>\n<p>What follows are the notes I would send to myself, were I able to send a time capsule back one year, to be read on January 1, 2016. Hopefully it helps someone else out there.</p>\n<h3>The WordPress community is an amazing thing.</h3>\n<p>I’ve often said that the reason everyone in the community is (mostly) so open and welcoming and helpful is that it was founded in the spirit of open source. Open source software at it’s core is about being free, open and available, the ability to question a specific solution and find answers to problems and being able to extend and adapt to new requirements. The WordPress community is that in spades. Sure, there are some aspects of it that can get brutal or nasty, sometimes some parts of the community feel unheard or ignored and when I read about things like that it makes me sad. In my experience it has been a positive part of my journey.</p>\n<blockquote><p>From the local WordPress South Africa Slack team, to the two WordCamps in Cape Town and Johannesburg I attended this year, all the way to the international Slacks, forums and Facebook groups, almost everyone I’ve dealt with is positive and supportive.</p></blockquote>\n<p>I’ve contacted CEOs and owners of premium WordPress business, asking them questions via Slack. Every time they answered. In what corporate culture does the owner or CEO of a company take time to answer some random developer question? I’ve met some amazing people, locally and internationally, in person and online, and they have all been the same. Friendly, helpful and willing to answer questions. I can honestly say that without the help and support of the WordPress community I would have been able to make it ‘on my own’ last year.</p>\n<h3>Being a freelancer is more about finding your purpose and less about finding clients.</h3>\n<p>I spent the majority of 2016 trying to force myself down a new path. One where I had little or no experience and where I was surrounded by giants. My gut told me that clients would be looking for websites. So building websites with WordPress became the logical step. However I am not a web designer, a content strategist or an SEO expert. In the words of Jeremy Clarkson, ‘How hard can it be?’. I soon learned how hard. While it is good to try and expand on your weaknesses, trying to earn an income this way is eventually going to kill you. The path to true work/life fulfilment lies at the intersection of that which you love, that which you are good at, that which the world needs and (most importantly) that which you can be paid for (the Japanese call it ‘Ikigai’, roughly translated as ‘a reason for being’).</p>\n<blockquote><p>The biggest mistake I made was thinking that because of WordPress there would be no work for a PHP developer.</p></blockquote>\n<p>I soon learned that the reality was that because of WordPress there was an abundance of work for a PHP developer, I was just looking at it the wrong way. Once I knew what my Ikigai was, finding the right platform and clients to match that became much, much easier.</p>\n<h3>Never judge your experience based on someone else.</h3>\n<p>I’ll be the first to admit, I’m not the most up to date of developers. I only recently really grasped the concepts of name spacing and I still don’t quite get the whole MySQL character set thing. And that is OK. Being a developer is more about solving a problem than the tools you use to do so. There isn’t one ‘right’ way to build a plugin. There are a few recommended ways, which often differ from each other in small but important ways but they are all ‘the right way’. The important thing is to pay attention to things like standards, simplicity and security. Everything else can be learned from others. The beauty of an open source project is that everyone is learning from the community. So whatever I don’t know I can learn from someone else. At the end of the day the community benefits and you benefit. (also, refer back to ‘The WordPress community is an amazing thing’).</p>\n<h3>Look after yourself.</h3>\n<p>These seem obvious, but I soon found myself in some very bad patterns. Sleep was the first to go. It is way too easy to end up working until 1 or 2am, ‘just to get this one thing finished’. That’s great if you can sleep in the next morning, but when you are guaranteed to be woken at around 7am by your 5 year old, it soon starts adding up.</p>\n<blockquote><p>Once the sleep deprivation starts the bad food choices kick in.</p></blockquote>\n<p>Coffee becomes more of a crutch than an enjoyment and meal time decision making is ruled more by what tastes nice than what is healthy. Eventually you end up getting sick for a week and you are so run down you get nothing done until you recover, meaning your earning potential lessens. So you start trying to work longer hours. It is a vicious cycle. The problem, however, is actually a bit deeper&#8230;.</p>\n<h3>Your time is valuable.</h3>\n<p>The quickest way to the downward sleep/life cycle is to devalue yourself and your time.</p>\n<p>Learn to estimate better. Spend more (paid) time on researching the intricacies of a project to ensure you have thought about everything you can, then estimate accordingly. Otherwise you end up realising you missed something half way through, and you have to make a choice. Usually that choice is to suck up the time and add the feature. That is the wrong choice.</p>\n<p>Your time is valuable. It is better to admit to a client that you missed something and that you will need to adjust the time line or quote than to try and kill yourself to make it based on your original estimates. Worse case the client says no and cancels the project. Learn and apply the knowledge to the next one. Better case they agree to give you more time but not more money. Well at least you aren’t going to kill yourself to get it done. Best case they understand everyone is human. I’ve rarely found clients who don’t get it.</p>\n<h3>You are capable.</h3>\n<p>Have you ever experienced this? &#8211; You have a project coming up. You&#8217;ve done all the ground work and made sure you&#8217;ve estimated to the best of your abilities, but suddenly you are gripped with fear/concern/worry that the actual project is going to be above your capabilities. So you keep putting it off and do other less important things, trying to build up the courage to tackle it. When you eventually sit down and start you realise it is well within your capabilities and had you started sooner you would probably be done already, instead of now where you are a bit behind and you&#8217;ll have to either work in some extra time to make that deadline or come up with some excuse as to why you missed it.</p>\n<p>All. The. Damn. Time.</p>\n<p>Stop it. You can do it. You’ve done it a 100 times before. Trust in your experience and yourself.</p>\n<p>So in short, sleep more, worry less, rely on those around you and just get on with doing what you do best. It isn&#8217;t really much simpler than that. I’m still trying to figure out why I tried to make it more complicated than what it is, but perhaps that is another journey in the human psyche, for another day.</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: Notes From My Former Self\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Notes%20From%20My%20Former%20Self&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnotes-from-my-former-self%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Notes From My Former Self\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fnotes-from-my-former-self%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%2Fnotes-from-my-former-self%2F&title=Notes+From+My+Former+Self\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Notes From My Former Self\"></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/notes-from-my-former-self/&media=https://heropress.com/wp-content/uploads/2017/05/050317-min-1-150x150.jpg&description=Notes From My Former Self\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Notes From My Former Self\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/notes-from-my-former-self/\" title=\"Notes From My Former Self\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/notes-from-my-former-self/\">Notes From My Former Self</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, 03 May 2017 11:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";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:56:\"Akismet: Limited Time 20% Discount off all Jetpack Plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1931\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://blog.akismet.com/2017/05/03/discount-off-jetpack-plans/\";s: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:1119:\"<p>As part of #SmallBusinessWeek, Jetpack and Akismet are offering a limited time 20% discount off all Jetpack&#8217;s <a href=\"https://jetpack.com/pricing/\">paid plans</a> &#8212; all of which include the Akismet service as well as other security essentials like automated backups and priority support.</p>\n<p>You can read more about why Akismet and Jetpack are the ideal WordPress plugins for small business websites over on the <a href=\"https://jetpack.com/2017/04/30/jetpack-the-ideal-small-business-plugin/\">Jetpack blog</a>.</p>\n<p>To take advantage of this offer, just use the code <span>SMALLBIZ</span> at checkout, and of course, if you have any questions, please don’t hesitate to <a href=\"https://jetpack.com/contact-support\">contact us</a>.</p><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1931/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1931/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1931&subd=akismet&ref=&feed=1\" width=\"1\" height=\"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:\"Wed, 03 May 2017 08:26:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Richard\";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:84:\"WPTavern: Seattle to Host WooConf 2017 in October, Conference to Focus on Developers\";s:7:\"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=69514\";s:7:\"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/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers\";s: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:4507:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/05/wooconf.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wooconf.com\" target=\"_blank\">WooConf</a>, the official WooCommerce developer&#8217;s conference, is returning for its third edition October 19-20, 2017. In line with previous years&#8217; events that were hosted in major U.S. tech hubs (San Francisco and Austin), WooConf 2017 will be held in Seattle. The organizing team, which is made up of almost a dozen people from around the world of WooCommerce, is planning for 500 attendees.</p>\n<p>WooCommerce downloads have doubled from 12 million in 2016 to 24 million today. The plugin is active on more than 3 million websites and has a strong third-party plugin and theme ecosystem contributing to its growth.</p>\n<p>This year&#8217;s speaker lineup will feature more than 30 sessions aimed at developers, along with hands-on workshops. Organizers announced the event with a note that this edition of WooConf will cater specifically to developers:</p>\n<blockquote><p>Anyone who runs their business with WooCommerce will enjoy WooConf. However, we’re building out this year’s speaker list and workshops to appeal mainly to freelancers, agencies, WooExperts, and other developers working with WooCommerce on a daily basis.</p>\n<p>This includes anyone writing code, designing websites, or working with clients as a project manager or business owner. It also includes those of you who design, customize, and write code for your own store (or lend your services to a friend now and then).</p></blockquote>\n<p>Last year&#8217;s conference in Austin included content for both store owners and developers, and attendees were a mixture of experts and casual WooCommerce fans. The organizing team decided that the event could benefit from a more narrow focus.</p>\n<p>&#8220;Basically, we realized that we need to focus on either developers or store owners,&#8221; WooConf co-organizer Patrick Rauland said. &#8220;The content at last year&#8217;s WooConf was great. But you can&#8217;t have two priorities.</p>\n<p>&#8220;We want to have a conference that&#8217;s remarkable, meaning people talk about it. There are a lot of great WordPress events and a lot of great e-commerce events. We want people to talk about WooConf in both of those circles. And by focusing on one target we hope to achieve that.&#8221;</p>\n<p>Speaker submissions are already open and the suggested topics reflect this year&#8217;s developer focus:</p>\n<ul>\n<li>Running an Agency / Client Relations – Scoping projects, fostering repeat business, keeping projects on track, finding and hiring developers, productizing client functionality and so on.</li>\n<li>Extending WooCommerce – Using the REST API, JavaScript frameworks (React &#038; Backbone), case studies on customization, tips and tricks for customizing specific parts of WooCommerce (emails, checkout flow, product pages and so on) and accessibility.</li>\n<li>Scaling – Anything from server-side, backend, frontend or case studies</li>\n<li>eCommerce Fundamentals – Creating a cohesive experience (between multiple sites, apps, mobile sites, Amazon, etc), personalization, conversion rate optimization</li>\n</ul>\n<p><a href=\"https://wooconf.com/product/early-bird-ticket/\" target=\"_blank\">Early bird tickets</a> for WooConf are on sale for $499 until July 1 when the price will go up $200.</p>\n<p>Organizers will also be hosting the Golden Ticket competition this year, which offers prospective attendees the chance to win an all-expenses-paid trip to the event in Seattle, including travel, accommodation, and admission to the conference. Developers who want to be considered are asked to create a video showing how they use WooCommerce and post it to Instagram. The call for submissions will kick off later this month and the competition has historically been fairly stiff. In 2014, <a href=\"https://woocommerce.com/2014/08/case-study-o-v-e-r-clothing/\" target=\"_blank\">Sinisa from OVER Clothing</a> won out over 2,000 other entrants.</p>\n<p>WooConf 2017 will take place at <a href=\"https://www.bellharbor.com/\" target=\"_blank\">Bell Harbor International Conference Center</a>, within walking distance of Pike Place Market, the Space Needle, and many hotels. For the thousands of WooCommerce developers and enthusiasts around the world who are not able to attend, a live streaming option will be available and recorded talks will be published after the event.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 03 May 2017 02:36: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: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:53:\"Akismet: Akismet WordPress Plugin 3.3.1 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1928\";s:7:\"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://blog.akismet.com/2017/05/02/akismet-wordpress-plugin-3-3-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:1383:\"<p>Version 3.3.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>For a full list of the changes in this release, see the <a href=\"https://plugins.trac.wordpress.org/log/akismet/trunk?action=stop_on_copy&mode=stop_on_copy&rev=1649900&stop_rev=1604754+&limit=100&sfp_email=&sfph_mail=\">revision log</a>, but here are the highlights:</p>\n<ul>\n<li>A couple of bugs that could cause PHP warnings in the error log have been fixed.</li>\n<li>Performance has been improved by preventing some comments-specific code from running on pages without comments.</li>\n<li>Both the &#8220;Remove author URL&#8221; and link preview features now work after a comment is Quick Edited in wp-admin.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1928/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1928/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1928&subd=akismet&ref=&feed=1\" width=\"1\" height=\"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:\"Tue, 02 May 2017 19:15: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:17:\"Christopher Finke\";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:39:\"Matt: Longreads and Original Journalism\";s:7:\"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=47299\";s:7:\"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://ma.tt/2017/05/longreads-and-original-journalism/\";s: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:809:\"<p class=\"simple-headline\"><a href=\"http://www.niemanlab.org/2017/05/amid-the-wreckage-of-fallen-startups-longreads-is-increasing-the-original-reporting-it-funds/\">Amid the wreckage of fallen startups, Longreads is increasing the original reporting it funds</a>:</p>\n<blockquote>\n<p class=\"simple-headline\">Longreads has raised about $250,000 from “thousands of members” since it added memberships in 2012. The suggested monthly amount is now $5 a month or $50 a year, though readers can choose to donate any amount, and Armstrong said that the company’s gotten some thousand-dollar donations. All of that money now goes to pay authors, and WordPress.com matches every $1 from a reader with an additional $3, which clearly makes it a lot easier for Longreads to do what it wants to do.</p>\n</blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 May 2017 04:52: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: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: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:80:\"WPTavern: WP Elevation is Focusing All Content on Mental Health for Month of May\";s:7:\"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=69499\";s:7:\"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/wp-elevation-is-focusing-all-content-on-mental-health-for-month-of-may\";s: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:4356:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/05/tea.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/04E3HNGAKH\">Jorge Garcia</a>\n<p>May is <a href=\"https://en.wikipedia.org/wiki/Mental_Health_Awareness_Month\" target=\"_blank\">Mental Health Awareness Month</a> in the US, dedicated to educating people about mental health and illnesses since 1949. WP Elevation is joining the observance this year with a special emphasis on freelancers and the tech industry. The company, which provides education for WordPress consultants, will be <a href=\"http://www.wpelevation.com/wp-elevation-mental-health-month/\" target=\"_blank\">focusing all of its content on mental health topics</a>, including blogs, podcasts, newsletters, and livestreams.</p>\n<p>The WP Elevation podcast will feature interviews with mental health experts on Thursdays throughout May:</p>\n<ul>\n<li>May 4: Ed Finkler from <a href=\"https://osmihelp.org/\" target=\"_blank\">Open Sourcing Mental Illness</a>, interviewed by Gin McInneny</li>\n<li>May 11: Cory Miller from <a href=\"https://ithemes.com/\" target=\"_blank\">iThemes</a>, interviewed by Kristina Romero</li>\n<li>May 18: Andrew Pearce from <a href=\"https://www.facebook.com/AnxietyTaskforce/\" target=\"_blank\">Anxiety Free Living</a>, interviewed by Cath Hughes</li>\n<li>May 25: Amy Felman – Psychologist and Podcast Presenter of <a href=\"http://weallwearitdifferently.com/\" target=\"_blank\">We All Wear it Differently</a>, interviewed by Mike Killen</li>\n</ul>\n<p>WP Elevation founder Troy Dean said various employees at the company have been affected by mental health issues and are often conscious of how digital life can keep people separated from each other.</p>\n<p>&#8220;I have experienced anxiety and depression in the past &#8211; to the point where I couldn’t get out of bed some days,&#8221; Dean said. &#8220;I work very hard to manage my mental health these days through exercise, family life, and hobbies, as well as working hard in business which I find fulfilling. We will be sharing some of our personal stories on our blog during May.&#8221;</p>\n<p>Focusing on mental health topics is a drastic change from WP Elevation&#8217;s normal business topics, but Dean said he hasn&#8217;t even thought about how it might affect the company&#8217;s revenue.</p>\n<p>&#8220;We all believe that mental health issues are still weighed down with a certain stigma and we want to encourage people to be more open in having these conversations,&#8221; Dean said. &#8220;I actually don’t care whether it affects my revenue or not. Without good mental health, revenue is meaningless.&#8221;</p>\n<p>Working within the WordPress community comes with its own set of unique mental health risks, as many people have their lives deeply embedded in online work. Those who work remotely or by themselves have a greater likelihood of feeling isolated and cut off from others.</p>\n<p>&#8220;The digital life can keep us isolated for periods of time as we toil away on our projects in front of our computers,&#8221; Dean said. &#8220;I’ve met a lot of WordPress users over the years at WordCamps who have confided in me that the events are so important because they get to connect with their tribe. I think there is also a risk of online bullying that can make people feel inadequate or ostracized.&#8221;</p>\n<p>WP Elevation will be supporting <a href=\"https://osmihelp.org/\" target=\"_blank\">Open Sourcing Mental Illness</a> (OSMI), a non-profit organization dedicated to supporting mental wellness and providing resources for those facing mental illness in the tech community. The company is <a href=\"https://osmihelp.org/donate\" target=\"_blank\">promoting OSMI&#8217;s fundraising campaign</a> throughout the month alongside raising awareness around mental health-related topics.</p>\n<p>&#8220;We have no measurable goals for this initiative,&#8221; Dean said. &#8220;It is not part of our marketing plan or some larger scheme for us. We have these conversations on a regular basis internally and some of our members have indicated it would be a good idea to have them publicly, so that’s what this is all about. If we can help one person feel less isolated or find the courage to reach out and ask for help when they need it, I’ll consider it a success.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 02 May 2017 03:59:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:102:\"WPTavern: 10up Releases WP Docker, an Open Source Docker Configuration for Local WordPress Development\";s:7:\"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=69468\";s:7:\"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/10up-releases-wp-docker-an-open-source-docker-configuration-for-local-wordpress-development\";s: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:3363:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/docker-logo.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://10up.com/blog/2017/wp-docker/\" target=\"_blank\">WP Docker</a> is a new project from 10up that makes it easy to set up a local WordPress development environment with Docker. Last year 10up worked with <a href=\"https://www.joyent.com/\" target=\"_blank\">Joyent</a>, a cloud infrastructure company, to create a production-ready implementation of WordPress in Docker. After their experience with this project, 10up created WP Docker as a simple, open source development environment based on <a href=\"https://docs.docker.com/compose/\" target=\"_blank\">docker-compose</a>.</p>\n<p>Docker is a virtualization technology that allows developers to work on websites and applications in isolated containers. It has many advantages over Vagrant, which takes up a lot more space with each virtual machine having its own operating system included. Docker runs off of a single Linux instance and the containers hold the application and its dependencies.</p>\n<p>&#8220;While still viable, VVV, Vagrant, and Virtual Box/Hyper-V take up extreme disk space and are slow to provision, start up, and SSH into,&#8221; 10up Director of Engineering Taylor Lovett said. &#8220;Because of this, engineers tend to use one &#8216;mega&#8217; VVV install for all of their development websites. This workflow poses a number of problems: system service version and configuration &#8216;normalization&#8217; across all projects (i.e. PHP 7 on everything when some projects run PHP 5.6 in production), and legacy clutter (i.e. old websites and system packages undeleted).&#8221;</p>\n<p>WP Docker is much more lightweight than VVV and starts up much faster. It comes packaged with Elasticsearch by default, so 10up&#8217;s <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> plugin works out-of-the-box. The environment includes the following technologies by default:</p>\n<ul>\n<li>PHP7</li>\n<li>MariaDB</li>\n<li>NGINX</li>\n<li>Elasticsearch</li>\n<li>Gearman</li>\n<li>Memcached</li>\n</ul>\n<p><a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">VVV</a> was started by a former 10up employee, Jeremy Felt, and the company still uses the project for local development in many cases. Certain instances, however, may lend themselves more to using VVV as opposed to WP Docker. Lovett said those include projects that are highly dependent on specific versions of system packages, such as PHP 5.6 and Elasticsearch 5.1.</p>\n<p>&#8220;WP Docker lends itself well to enterprise clients that want to version control an environment specifically for their web application to be distributed to developers,&#8221; Lovett said. &#8220;This is common for large clients with large development teams. WP Docker lets a team standardize on a local setup which decreases bugs and &#8216;I see this but you don&#8217;t&#8217; issues.&#8221;</p>\n<p>Lovett said teams at 10up are still using VVV more often than WP Docker since it&#8217;s still quite new, but the company plans to let project requirements and team preferences drive adoption. The project is <a href=\"https://github.com/10up/wp-docker\" target=\"_blank\">available on GitHub</a> and has nearly 80 stars less than a week after its release.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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 May 2017 19:52:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:61:\"BuddyPress: Total Wellness Challenge: Fitness with 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=265691\";s:7:\"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://buddypress.org/2017/05/total-wellness-challenge-fitness-with-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9175:\"<div><em>This a guest post by Tara Claeys (<a href=\"https://profiles.wordpress.org/taraclaeys\">taraclaeys</a>) of <a href=\"https://designtlc.com/\">Design TLC, LLC</a>. When she&#8217;s not working, Tara enjoys cycling, running, watching movies and spending time with friends and family.</em></div>\n<p>Peer reviewed by <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/boonebgorges/\" rel=\"nofollow\">@boonebgorges</a>.</p>\n<p><a href=\"http://twcfit.com/\"><img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/twc.jpg\" alt=\"Total Wellness Challenge site\" width=\"1131\" height=\"619\" class=\"aligncenter size-full wp-image-265694\" /></a></p>\n<h2>Background</h2>\n<p>Ginny Wright started an outdoor boot camp fitness business, <a href=\"http://bodybyginny.com/\">Body By Ginny</a>,  in Arlington, Virginia in 2003. The business grew and Ginny expanded into nutrition and wellness coaching. As a result, she began offering “Challenges” on printed sheets to her clients a few years later. They could track their daily wellness activities (nutrition, fitness, and mental health) on the sheet, giving themselves points for good behaviors and subtracting points for negative activities. This “game” became popular among her clients, just as online wellness communities started offering similar experiences on websites and apps.</p>\n<p>Tara Claeys, a fitness client and friend, offered to help Ginny expand her existing WordPress site by adding a membership component, allow commenting to create interaction between members, and also include the ability for people to track their “Challenge Points” online using a Google Spreadsheet. This was the rudimentary beginning of the online program for her Challenges.</p>\n<h2>Implementation</h2>\n<p>In 2015, Ginny decided to brand her Challenges and decided to launch a separate website for this program, The <a href=\"https://twcfit.com/\">Total Wellness Challenge</a> (TWC). Her goal was to expand the program beyond her fitness clients and to offer branded Challenges for corporate wellness programs. Tara worked with her to create a multisite installation with BuddyPress and  MemberPress that would have:</p>\n<ul>\n<li>Subsites for individual, private Challenges in corporate and other groups</li>\n<li>Restricted access to Challenges for members only</li>\n<li>Allow a “Reflections” commenting page for Challengers to interact with each other</li>\n<li>Point Logging for 3 components of the Challenge\n<ul>\n<li>Limit submission to same day after 8pm until next day until 5pm. </li>\n<li>Allow users to select one day to be a “Free” day where they would receive the maximum nutrition score, no matter what they ate</li>\n<li>Add a “bonus” point automatically if a user logs 5 consecutive 12-point days</li>\n<li>Show points for all Challengers on a Totals Page</li>\n<li>Limits to only one entry per user per day</li>\n<li>Each category (nutrition, fitness, lifestyle) has limit on max points per day </li>\n<li>Ability for admin to edit user points on the back end</li>\n</ul>\n</li>\n</ul>\n<p>Tara hired <a href=\"https://twitter.com/tomaransom?lang=en\">Tom Ransom</a> of <a href=\"https://www.1bigidea.com/\">One Big Idea</a> to help develop a custom plugin that would connect MemberPress with BuddyPress. They chose BuddyPress because is primed for multisite configuration, it worked well with MemberPress, and is very customizable. Plus, the BuddyPress Groups functionality was a good fit for the separate Challenges. For TWC, each Challenge is a unique BuddyPress Group, set up on the front end by the admin. </p>\n<p>The TWC is a point-logging game at its core. Participants keep track of their activity throughout each day for about 4 weeks and must log in to the website each day to record their points. There are 3 components of the Challenge:</p>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/groups-1024x313.png\" alt=\"TWC groups\" width=\"700\" height=\"214\" class=\"aligncenter size-large wp-image-265695\" /></p>\n<p><strong>1. Nutrition</strong>: Players can earn up to 12 points per day. Everyone starts the day with 5 points, and can gain points for positive food choices, such as avoiding white flour, eating 3 cups of greens and drinking a specified amount of water based on their weight. Players lose points for unhealthy choices, such as eating too much sugar, eating processed foods, and consuming more than one serving of beer or wine.</p>\n<p><strong>2. Fitness</strong>: Players can earn up to 2 points per day. They earn one point for doing 30 minutes or more of exercise per day and another point for stretching for at least 10 minutes.</p>\n<p><strong>3. Lifestyle</strong>: Players earn one point for posting a daily Reflection on the twcfit.com website, and a second point for participating in the lifestyle challenge of the week. Each week, a different lifestyle activity is listed, including behaviors such as noting 3 things you are grateful for each day, getting 7 hours of sleep, or doing an act of kindness for someone. A maximum of 2 lifestyle points can be earned each day.</p>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/bbg-log-886x1024.jpg\" alt=\"Log Points\" width=\"700\" height=\"809\" class=\"aligncenter size-large wp-image-265720\" /></p>\n<p>The participant can go to the Totals page to check their score against other players.</p>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/totals-1024x466.png\" alt=\"Totals page\" width=\"700\" height=\"319\" class=\"aligncenter size-large wp-image-265697\" /></p>\n<p>Tom’s plugin includes code that directs the PayPal IPN to the respective subsite for MemberPress (MP) purchases. In addition, this plugin adds the new MP user into the corresponding BuddyPress group once the MP transaction was returned compete. (twc-fit-challenges-member-management.php)</p>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/twc-customplugin.png\" alt=\"TWC custom plugin\" width=\"884\" height=\"712\" class=\"aligncenter size-full wp-image-265698\" /></p>\n<p>Other components of the custom plugin include:</p>\n<ul>\n<li>buddypress.php: sets up BuddyPress (message for logged out users, custom date picker)</li>\n<li>Challenges-bp-points.php: Extends BP Group functionality: add_points =&gt; adds to database</li>\n<li>admin-menu-points &#8212; UI for front end</li>\n<li>admin-points &#8212; Doing work</li>\n<li>admin-menus &#8212; puts nav in Dashboard</li>\n<li>twcfit-challenges.php &#8212; timezones &#8211; offset GMT, returns city timezone (php only reads city)</li>\n</ul>\n<p>In addition, a separate twc-utility plugin hides some BuddyPress content that is not needed and redirects login to BuddyPress.</p>\n<p>Tara customized the style sheets and some BuddyPress theme files to add a custom button to the BuddyPress Group page, and edited the BuddyPress navigation and styles. For example:</p>\n<ul>\n<li>activity &gt; post-form.php customized “What is your reflection for the xx Challenge today, name?”</li>\n<li>groups &gt; single &gt; group-header.php &#8212; Adds RESOURCES button to header<br /><img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/bp-customization.jpg\" alt=\"BuddyPress Customization\" width=\"235\" height=\"139\" class=\"alignnone size-full wp-image-265719\" />\n</li>\n</ul>\n<p>The site also uses the  BuddyPress Custom Profile Menu and Custom User Profile Photo plugins.</p>\n<h2>Current Status</h2>\n<p>Over the past 13+ years, Ginny has hired 4 instructors, expanded her business to McLean, Virginia, and wrote the “<a href=\"http://bodybyginny.com/good-food-recipe-book-by-ginny-wright/\">Good Food Recipe Book</a>” which is available for sale on her website.  At this time, Ginny is still deciding whether she wants to invest in marketing Total Wellness Challenge or keep it small, mostly based on word of mouth. The increased competition in this space has made it harder to gain exposure without a large marketing budget.</p>\n<p>The <a href=\"https://twcfit.com/\">Total Wellness Challenge</a> website has been running well for a little over a year. Six Challenges have been conducted so far, and participants have loved interacting with each other. Tara and Tom are happy with the positive feedback on their customized “gamification” of BuddyPress and how it has helped provide additional clients and exposure for Ginny’s outdoor boot camps. </p>\n<div>\n<img src=\"https://buddypress.org/wp-content/uploads/1/2017/05/taraclaeys.jpeg\" alt=\"Tara Claeys\" width=\"150\" height=\"150\" class=\"alignleft size-full wp-image-265693\" /> <em><a href=\"https://profiles.wordpress.org/taraclaeys\">Tara Claeys</a> of <a href=\"https://designtlc.com/\">Design TLC, LLC</a> provides custom website and graphic design services, with a focus on creating effective, clean and personal communication platforms for small businesses. Tara has a marketing background, combined with design and website coding expertise. Tara is the proud recipient of the Arlington Chamber of Commerce 2016 &#8220;Best Technology Business Award.&#8221;<br />\nLinks: <a href=\"https://twitter.com/design_tlc\">Twitter</a>, <a href=\"https://www.linkedin.com/in/taraclaeys\">Linkedin</a> </em>\n</div>\n<p>&nbsp;</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, 01 May 2017 15:50:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";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:11:\"\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:29:\"HeroPress: Scholarship Update\";s:7:\"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://heropress.com/?p=1771\";s:7:\"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:41:\"https://heropress.com/scholarship-update/\";s: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:2709:\"<img width=\"960\" height=\"639\" src=\"https://heropress.com/wp-content/uploads/2017/04/ipad-uandr-1-1024x682.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Two hands holding an ipad so we can see the screen.\" /><p>The <a href=\"https://heropress.com/up-running-scholarship-heropress-wpshout/\">Up and Running Scholarship</a> has been open for 10 days now, with 9 more to go! We&#8217;ve gotten many applications, from all of the world.  I&#8217;ve been really pleased with the diversity of the applicants. They really are all over the map, both in location and gender.</p>\n<p>Several people have come to me privately asking if they should apply, if perhaps they&#8217;re too privileged to qualify. I&#8217;ve encouraged everyone to apply. We have some very wise people on the selection board, and I have no doubt they&#8217;ll make sure the winners are the best fit.</p>\n<p>Good wishes to all!</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: Scholarship Update\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Scholarship%20Update&via=heropress&url=https%3A%2F%2Fheropress.com%2Fscholarship-update%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Scholarship Update\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fscholarship-update%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%2Fscholarship-update%2F&title=Scholarship+Update\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Scholarship Update\"></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/scholarship-update/&media=https://heropress.com/wp-content/uploads/2017/04/ipad-uandr-1-150x150.png&description=Scholarship Update\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Scholarship Update\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/scholarship-update/\" title=\"Scholarship Update\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/scholarship-update/\">Scholarship Update</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:\"Mon, 01 May 2017 13:59:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:68:\"Post Status: Maintaining Legacy WordPress Websites — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=36610\";s:7:\"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:75:\"https://poststatus.com/maintaining-legacy-wordpress-websites-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1903:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p>Brian and Joe discuss many of the factors that are a part of maintaining a website for the long term. They discuss it both in the sense of when you own the site (like Brian with Post Status), and when you are doing long-term client work (like Human Made with retainers).</p>\n<p>There are several things to consider, whether it’s in your own code, or the decisions you make on which third party developer’s tools to use.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/68341.mp3\">https://audio.simplecast.com/68341.mp3</a><br />\n<a href=\"https://audio.simplecast.com/68341.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://semver.org/\">Semantic Versioning</a></li>\n<li><a href=\"https://woocommerce.wordpress.com/2017/04/04/say-hello-to-woocommerce-3-0-bionic-butterfly/\">WooCommerce 3.0 and moving to SemVer</a></li>\n</ul>\n<h3>Sponsor: SearchWP</h3>\n<p>SearchWP makes WordPress search better. Instantly improve your site search without writing a line of code! SearchWP enables custom algorithms, searching custom fields, product data, and much more. Improve your site’s search today with our newest partner, <a href=\"https://searchwp.com\">SearchWP</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 30 Apr 2017 14:31:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:11:\"\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:46:\"HeroPress: HeroPress Geography: Eastern Europe\";s:7:\"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://heropress.com/?p=1766\";s:7:\"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://heropress.com/heropress-geography-eastern-europe/\";s: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:3902:\"<img width=\"960\" height=\"399\" src=\"https://heropress.com/wp-content/uploads/2017/04/heropress_eastern_europe-1024x426.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Google map of eastern Europe.\" /><p>I don&#8217;t have nearly as many countries from Eastern Europe as I&#8217;d like.  The ones I do have are along the western edge. Several of the countries represented have more than one essay from them.</p>\n<p>Also of note, the first HeroPress essay ever came from Ukraine, and is listed here.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/finding-your-place/\">Finding Your Place</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/wordpress-mantra-mine/\">The WordPress Mantra Is Mine Too</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/really-no-excuse/\">You Really Have No Excuse</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/taking-chance-wordpress/\">Taking A Chance With WordPress</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/rebirth/\">Rebirth</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/growing-a-business-in-europe-with-wordpress/\">Growing a Business in Europe with WordPress</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/even-crisis-has-options/\">Even Crisis Has Options</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/blogging-solopreneurship-terrorism/\">Blogging, Solopreneurship, &#038; Terrorism</a></p></blockquote>\n<p></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: HeroPress Geography: Eastern Europe\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=HeroPress%20Geography%3A%20Eastern%20Europe&via=heropress&url=https%3A%2F%2Fheropress.com%2Fheropress-geography-eastern-europe%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: HeroPress Geography: Eastern Europe\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fheropress-geography-eastern-europe%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%2Fheropress-geography-eastern-europe%2F&title=HeroPress+Geography%3A+Eastern+Europe\" rel=\"nofollow\" target=\"_blank\" title=\"Share: HeroPress Geography: Eastern Europe\"></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/heropress-geography-eastern-europe/&media=https://heropress.com/wp-content/uploads/2017/04/heropress_eastern_europe-150x150.png&description=HeroPress Geography: Eastern Europe\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: HeroPress Geography: Eastern Europe\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/heropress-geography-eastern-europe/\" title=\"HeroPress Geography: Eastern Europe\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/heropress-geography-eastern-europe/\">HeroPress Geography: Eastern Europe</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:\"Sat, 29 Apr 2017 22:04: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:\"\";}}}}}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:64:\"WPTavern: Shopify Discontinues Its Official 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=69415\";s:7:\"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:75:\"https://wptavern.com/shopify-discontinues-its-official-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:2735:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/shopify-logo.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://wordpress.org/plugins/shopify-ecommerce-shopping-cart/\" target=\"_blank\">Shopify&#8217;s official plugin for WordPress</a> was removed from the plugin directory this week. The plugin allowed users to create &#8220;Buy Buttons&#8221; for products from their Shopify stores and insert them into WordPress posts and pages using a shortcode. It was built by <a href=\"https://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> and had approximately 9,000 active installations before it was removed.</p>\n<p>Shopify&#8217;s <a href=\"https://help.shopify.com/manual/sell-online/buy-button/wordpress-for-shopify\" target=\"_blank\">documentation</a> says the plugin has been discontinued and will not be supported after June 30, 2017. WordPress users who want to display Shopify products on their sites are now instructed to <a href=\"https://help.shopify.com/manual/sell-online/buy-button/create-buy-button\" target=\"_blank\">create a Buy Button for a product or collection</a> and paste the embed code into WordPress instead.</p>\n<p>The WordPress plugin team would not comment on why the plugin was removed, but a support representative from Shopify said it was outdated and difficult to maintain.</p>\n<p>&#8220;The reason it was removed is that it was being replaced by Buy Button, which is a better way of selling in WordPress,&#8221; Shopify customer support representative Jacquelyn Failano said. &#8220;The WordPress plugin was built by a third party and even if we support it, it could break at any time as we make future updates to the Buy Button channel.&#8221;</p>\n<p>Failano said that by switching from using the plugin to creating Buy Buttons with Shopify, users will have access to updated features, including fonts, colors, layouts, buttons, and multiple images on variants. Merchants will also be in a better position to take advantage of future updates.</p>\n<p>&#8220;The plugin uses older code and methods that will no longer be updated or supported,&#8221; Failano said. &#8220;There is no longer a dedicated development team for it. This means that there are no resources to maintain or rebuild the plugin.&#8221;</p>\n<p>Failano would not confirm whether or not the plugin was removed from the directory by Shopify at the company&#8217;s discretion or whether it was forcibly removed by WordPress for a violation of the guidelines.</p>\n<p>&#8220;I&#8217;m afraid I cannot confirm on that part &#8211; the main reason why it was discontinued was because the plugin uses older code and methods that will no longer be updated or supported,&#8221; Failano said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 28 Apr 2017 02:02: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: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:92:\"WPTavern: How the San Francisco WordPress Meetup is Using Open Collective to Fund Activities\";s:7:\"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=69286\";s:7:\"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/how-the-san-francisco-wordpress-meetup-is-using-open-collective-to-fund-activities\";s: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:5065:\"<p>In 2016, WordPress meetups had the fastest growth the community has seen in five or six years with more than 62,566 people attending in 58 different countries. Meetups are the seeds of future WordCamps. These local gatherings help users further their WordPress skills and underpin the community&#8217;s growth across the globe.</p>\n<p>Funding a local meetup can be a challenge, as organizers often have to seek out sponsors just like a WordCamp but at a smaller scale. The San Francisco WordPress meetup (WPSFO) is trying something new by publicly managing its budget and expenses with <a href=\"https://opencollective.com/wordpress-sf\" target=\"_blank\">Open Collective</a>. Last week we featured the service in an <a href=\"https://wptavern.com/open-collective-is-a-new-transparent-way-to-fund-open-source-projects\" target=\"_blank\">article</a> and WPSFO lead organizer Shannon Dunn commented on his meetup&#8217;s experience with it so far.</p>\n<p>&#8220;It creates a level of transparency for the whole community and lets current and prospective customers understand where the money goes,&#8221; Dunn said. &#8220;I&#8217;d say we&#8217;re pretty happy with it and it&#8217;s an integral part of managing our meetup.&#8221;</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/wpsfo.png?ssl=1\"><img /></a></p>\n<p>Dunn started attending and helping out with WPSFO in 2011 and stepped up to be lead organizer at the beginning of 2016. Former lead organizer Zach Berke, who started in 2007, was the one who initially suggested the idea of using Open Collective.</p>\n<p>&#8220;Before we started with Open Collective, sponsors paid for things directly,&#8221; Dunn said. &#8220;We&#8217;ve had various host sponsors (Automattic, Exygy, Pantheon) that have provided meeting space, food, and drinks. These hosts have always paid for the food directly. We also had a relationship with WPEngine at one point. They paid a videographer to film the meetups. All other expenses, usually for minor things, were paid for by the organizers.&#8221;</p>\n<p>Dunn said that Open Collective has helped to reduce the out-of-pocket expenses for meetup organizers, as it provides a straightforward process for posting expenses and getting reimbursed.</p>\n<p>&#8220;Funding a meetup can be pretty tough,&#8221; Dunn said. &#8220;It&#8217;s great that we have hosts to cover the big items, but various other expenses come up. Those small things are usually paid for by the organizers. Also, there are times when one of our primary hosts can&#8217;t provide a space to meet. We have several alternative meeting spaces but not all of them provide food and drinks. On those occasions, organizers have paid for the food and drink out of pocket. We could have gone without, but we try to keep each meetup a consistent experience.&#8221;</p>\n<p>Dunn said the team wanted to cover these costs without digging into the pockets of the organizers, who already volunteer a lot of time and energy to the meetup. They do not charge for the events and don&#8217;t plan on doing it in the future, so having additional funds on hand became a priority.</p>\n<p>&#8220;Pia from Open Collective reached out to Zach about a year ago,&#8221; Dunn said. &#8220;Zach had a prior relationship with another OC founder, Xavier, from his early Storify days. Zach agreed to sign up for OC because it seemed to address a pain point. Zach handed the reins of OC to Michelle and I, who have brought sponsors onto the platform.&#8221;</p>\n<p>Dunn said using Open Collective has had many positive advantages over the previous system WPSFO had for managing funds. Receiving donations and submitting expenses is now streamlined into a transparent pipeline. The meetup has an estimated annual budget of $6,658, based on current donations.</p>\n<p>&#8220;Being able to provide recognition to our sponsors is a big plus,&#8221; Dunn said. &#8220;It&#8217;s worth noting that this is a young and ever-evolving platform so with that you&#8217;re provided direct access to Open Collective&#8217;s front line, which is beneficial in addressing any questions or concerns that arise.&#8221;</p>\n<p>Dunn said using Open Collective has opened up additional possibilities, like making WPSFO t-shirts to sell to members and the general public. Having money in the meetup account means the organizers can do it without having to pre-sell the shirts.</p>\n<p>&#8220;It&#8217;s not like we&#8217;re floating in cash now, but we have little bit of money to work with,&#8221; Dunn said. &#8220;It feels great to have that and we&#8217;re deeply appreciative of our sponsors for making it possible.&#8221;</p>\n<p>WPSFO is one of <a href=\"https://opencollective.com/discover?show=meetup\" target=\"_blank\">23 meetups</a> that have started managing their budgets and funds through Open Collective. Other early adopters of the service include multiple WWCode meetups, Women Who Code Atlanta, and SF Data Science Meetup, with budgets ranging from a few hundred dollars to more than $25,000.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 27 Apr 2017 18:55:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:85:\"WPTavern: WordCamp US 2017 Ramps Up Ticket Sales, Organizers Plan for 2,500 Attendees\";s:7:\"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=69357\";s:7:\"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/wordcamp-us-2017-ramps-up-ticket-sales-organizers-plan-for-2500-attendees\";s: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:2418:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>\n<p>Promotion for <a href=\"https://2017.us.wordcamp.org\" target=\"_blank\">WordCamp US 2017 in Nashville</a>, December 1-3, is now in full swing, as organizers have ramped up social media efforts to stimulate ticket sales. Instead of releasing batches of tickets in stages, all WordCamp US tickets are on sale at once.</p>\n<p>&#8220;Our goal is to sell between 2,000 and 2,500, but we could accommodate more,&#8221; marketing lead Laura Byrne-Cristiano said. &#8220;We will also again have a livestream that is fully closed captioned as it was the last two years. Folks who can&#8217;t make it to Nashville from around the globe can see what&#8217;s happening in real time.&#8221;</p>\n<p><a href=\"http://www.nashvillemusiccitycenter.com/\" target=\"_blank\">Music City Center</a> was selected as the official venue. It is within walking distance to several of the city&#8217;s attractions and museums. Last week organizers announced <a href=\"https://2017.us.wordcamp.org/2017/04/21/renaissance-nashville-wcus-2017-official-hotel/\" target=\"_blank\">The Renaissance Nashville Hotel</a> as the official hotel for the event, which is also within walking distance of the venue and will offer a special discounted rate for attendees.</p>\n<p>&#8220;At this stage of the game, ticket sales are light which is to be expected with an event is that is eight months out,&#8221; Byrne-Cristiano said. The team plans to release more specific numbers in the fall once the full slate of speakers has been announced. Byrne-Cristiano said speaker submissions will be open within the next few days.</p>\n<p>&#8220;While we would like to see every seat filled, our focus is on putting together a high quality camp for the community,&#8221; Byrne-Cristiano said.</p>\n<p>You can sign up on the <a href=\"https://2017.us.wordcamp.org/\" target=\"_blank\">WordCamp US website</a> to subscribe to the latest news for the event or follow <a href=\"https://twitter.com/WordCampUS/\" target=\"_blank\">@WordCampUS</a> on Twitter. If you have an Android device, check out the <a href=\"https://play.google.com/store/apps/details?id=org.wordcamp.android&rdid=org.wordcamp.android\" target=\"_blank\">WordCamp Android app</a> to add the event to your calendar and follow updates on speakers and the schedule.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 27 Apr 2017 03:26: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: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:115:\"WPTavern: Watsonfinds WordPress Plugin Uses IBM’s Watson to Determine Most Likely Emotional Response From Readers\";s:7:\"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=69392\";s:7:\"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:123:\"https://wptavern.com/watsonfinds-wordpress-plugin-uses-ibms-watson-to-determine-most-likely-emotional-response-from-readers\";s: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:3557:\"<p>One of the most difficult things about writing online is expressing tone and emotion. Emoticons and Emoji help, but what if there was a tool that uses artificial intelligence to determine the emotional response readers are most likely to have after consuming your content?</p>\n<p>That&#8217;s the idea behind <a href=\"https://wordpress.org/plugins/watsonfinds/\">Watsonfinds</a>, a free WordPress plugin created by Alfredo Gutiérrez and Max Ortu. Using a complex algorithm, Watsonfinds uses <a href=\"https://www.ibm.com/watson/\">IBM&#8217;s Watson</a> to understand content like a human by reading and interpreting complete sentences, the reader’s language, and its context.</p>\n<p>Once activated, a new button is added to the editor toolbar. Clicking the button will send the content through an API to IBM&#8217;s Watson for analysis.</p>\n<p><img />Watsonfinds Toolbar ButtonWhen an analysis is completed, the results are displayed in a modal window. The report is broken down into five emotions: joy, sadness, anger, disgust, and fear.</p>\n<p><img />Watsonfinds AnalysisI submitted five posts of various length and each report was generated quickly. Here are the posts I submitted along with the most likely emotional response from readers.</p>\n<ul>\n<li><a href=\"https://wptavern.com/automattic-to-close-san-francisco-office\">Automattic to Close San Francisco Office</a> &#8211; Sadness</li>\n<li><a href=\"https://wptavern.com/new-wordpress-plugin-shows-users-where-a-plugins-settings-link-is-upon-activation\">New WordPress Plugin Shows Users Where a Plugin’s Settings Link Is Upon Activation</a> &#8211; Sadness</li>\n<li><a href=\"https://wptavern.com/wordpress-4-7-4-fixes-visual-editor-incompatibility-with-upcoming-version-of-chrome\">WordPress 4.7.4 Fixes 47 Issues</a> &#8211; Sadness</li>\n<li><a href=\"https://wptavern.com/heropress-partners-with-wpshout-to-offer-wordpress-education-scholarships\">HeroPress Partners With WPShout to Offer WordPress Education Scholarships</a> &#8211; Joy</li>\n<li><a href=\"https://wptavern.com/headway-themes-appears-to-be-dying-a-slow-death\">Headway Themes Appears to be Dying a Slow Death</a> &#8211; Anger</li>\n</ul>\n<p>Within the report is a timeline where you can compare results as you add or remove words to the post.</p>\n<p>During testing, I found the timeline confusing to use as I thought I had to save the post as a draft after each edit to generate a revision on the timeline. To use the timeline, you need to make changes to a post without saving it and then click the Watsonfinds button to generate a new report.</p>\n<p>Being able to see which words are generating the emotions depicted in the report would be a nice feature to have. Gutiérrez says that this feature is in the works and will be in the commercial version of the plugin. The More Insights tab in the report is an advertisement for the premium version which is not yet available.</p>\n<p>I tested the plugin on WordPress 4.7.4 and didn&#8217;t encounter any issues. While Watsonfinds isn&#8217;t going to change how I write, I can see the potential benefits of using such a plugin to try to illicit a certain emotional response from readers and customers whether it&#8217;s a renewal email, blog post, or other copy.</p>\n<p>You can try out <a href=\"https://wordpress.org/plugins/watsonfinds/\">Watsonfinds</a> for free by downloading it from the WordPress plugin directory. To learn more about how it works, check out the <a href=\"http://www.watsonfinds.com/\">plugin&#8217;s official site</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 26 Apr 2017 23:48: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: 2017 Open Source Security and Risk Analysis Report Shows Widespread GPL License Conflicts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69137\";s:7:\"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:110:\"https://wptavern.com/2017-open-source-security-and-risk-analysis-report-shows-widespread-gpl-license-conflicts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8963:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Open source software usage is growing across all industries, but this year&#8217;s <a href=\"https://www.blackducksoftware.com/download/open-source-security-risk-analysis-2017\" target=\"_blank\">Open Source Security and Risk Analysis (OSSRA)</a> report from Black Duck shows the pervasiveness of security vulnerabilities and license compliance risks. Black Duck conducted audits on more than 1,000 commercial applications in 2016 and analyzed the anonymized data. The audits were primarily related to merger and acquisition transactions but span a wide array of industries, such as healthcare, manufacturing, financial services, aerospace, aviation, and retail.</p>\n<p>Open source security and license compliance issues can both pose serious financial threats to a company. Black Duck&#8217;s findings show 96% of applications scanned include open source software and the average app included 147 unique open source components. The majority of these applications (67%) contained security issues which have been publicly known for an average of four years. These included high-risk and well-known vulnerabilities such as Poodle, Freak, Drown, and Heartbleed.</p>\n<p>License compliance issues were even more widespread than the security issues. Black Duck&#8217;s audits found 85% of the applications had components with license conflicts. Although 75% of the audited applications included GPL-licensed components, only 45% of them were fully in compliance with the license. The audits also revealed that 53% of the scanned applications had components with &#8220;unknown&#8221; licenses, which generally means the components were used without permission from their creators.</p>\n<h3>How GPL Compliance Efforts Affect the Future of the Copyleft Ecosystem</h3>\n<p>Stephen O&#8217;Grady&#8217;s recent <a href=\"http://redmonk.com/sogrady/2017/01/13/the-state-of-open-source-licensing/\" target=\"_blank\">article</a> on Redmonk.com hails the decline of GPL, referencing repositories surveyed by Black Duck that demonstrate the once-dominant GPL license is &#8220;steadily eroding, giving way to licenses at the opposite, permissive end of the spectrum.&#8221; Although developers and companies are readily embracing open source software, the trend is towards more permissive licenses.</p>\n<p>&#8220;In Black Duck’s sample, the most popular variant of the GPL – version 2 – is less than half as popular as it was (46% to 19%),&#8221; O&#8217;Grady said. &#8220;Over the same span, the permissive MIT has gone from 8% share to 29%, while its permissive cousin the Apache License 2.0 jumped from 5% to 15%.&#8221;</p>\n<p>In a reaction <a href=\"https://opensource.com/article/17/2/decline-gpl\" target=\"_blank\">article on Opensource.com</a>, Jono Bacon said he has witnessed this same trend with the GPL falling out of favor in terms of practicality for business owners who are uncomfortable with meeting its black and white demands.</p>\n<p>&#8220;In recent years though we have seen a newer generation of developers form for whom there is a less critical, and if I dare say it, less religious focus on freedom,&#8221; Bacon said. &#8220;For them, open source is a pragmatic and practical component in building software as opposed to an ethical choice, and I suspect this is why we have seen such a growth in the use of MIT and Apache licenses.&#8221;</p>\n<p>The complexity of compliance is one of the chief drawbacks for those who feel uncomfortable using GPL-licensed code. If Black Duck&#8217;s open source application audits are any indication, commercial adoption of the GPL has not come with adequate education on license compliance.</p>\n<p>However, GPL enforcement rarely leads to litigation. In an article that outlines the Free Software Foundation&#8217;s (FSF) stance on <a href=\"https://www.fsf.org/bulletin/2016/fall/the-role-of-lawsuits-in-gpl-compliance\" target=\"_blank\">the role of lawsuits in GPL compliance</a>, Donald Robertson said compliance is almost always an educational matter.</p>\n<p>&#8220;Most violators are unaware of their obligations under the license and simply need additional help to come into compliance,&#8221; Robertson said. &#8220;Almost all GPL compliance cases end quietly with the violator correcting their mistakes, with only a minimal notification of past recipients of the then-violating distribution that anything has happened.&#8221;</p>\n<p>Robertson emphasized that lawsuits should be a last resort but must remain a legitimate option. FSF&#8217;s compliance efforts focus on educating violators, but the organization reserves the right to take action on those who knowingly choose to violate.</p>\n<p>&#8220;The threat of litigation provides leverage that we need with the rare violators whose GPL compliance problems are not merely mistakes, but are intentional attempts to limit their users&#8217; freedom,&#8221; Robertson said. &#8220;While compliance work is primarily educational, we need a tool that can work with the rare few who are already educated but chose to violate anyway. Copyleft was designed from the start to serve as that tool.&#8221;</p>\n<p>Software Freedom Law Center president and executive director Eben Moglen spoke at the SFLC&#8217;s conference last October about <a href=\"https://www.linux.com/news/eben-moglen-gpl-compliance-and-building-communities-what-works\" target=\"_blank\">open source license compliance</a>. He urged listeners to consider the perception of the GPL in the industry at large when weighing the costs of litigating compliance.</p>\n<p>&#8220;We are not and we never were copyright maximalists,&#8221; Moglen said. &#8220;We did not do what we have been doing for the past 30 years to build free software on the basis of the assumption that freedom required us to chase down and punish everybody who ever made a mistake or who even deliberately misused copyrighted software made for sharing.&#8221;</p>\n<p>Moglen said that in situations where it is appropriate to make an example, it is important to declare that you are in a last-resort situation with no other options besides litigation. Securing compliance by force can damage companies&#8217; trust in using the GPL.</p>\n<p>&#8220;If Richard Stallman and I had gone to court and sued a major global public company on a claim of copyright infringement that was weak enough to be thrown out of court on a motion to dismiss, we would have destroyed the GPL straightaway,&#8221; Moglen said. &#8220;If we had shown that we were prepared to risk large on coercion, even against a bad actor in our own judgement — if we had done that without adequate preparation to be sure that we won &#8211; we would have lost an example of coercion and nobody would have trusted us again.&#8221;</p>\n<p>Moglen cautioned listeners not to be too quick to take action that might cause people to question whether there is something wrong with copyleft. He advocated spontaneous compliance, as opposed to constantly policing violations, as the most effective way to ensure the future of the GPL.</p>\n<p>&#8220;We have an opportunity to put this free software where we want it, which is everywhere, and to make it do what we want, which is to spread freedom,&#8221; Moglen said. &#8220;We’re not in a place where the difficulty is how do we get enough ammunition to force everybody to comply. We don’t need ammunition. We need diplomacy. We need skill. We need to work together better. We need to understand how that working together purposively brings us to the point where everyone is not afraid of FOSS anymore and we are not worried about their complying anymore. We are just all engaging and leading the task of making free software.&#8221;</p>\n<p>Moglen encouraged diplomacy and discretion when it comes to compliance because the long-term credibility of the free software community is at stake.</p>\n<p>&#8220;I agree with the people who have suggested that if a campaign of coercive compliance is carried just a moment too far, willingness to use copyleft among the rational businesses of the world will decline to a point which is dangerous to freedom,&#8221; Moglen said. &#8220;Because I do believe that copyleft is important to freedom.&#8221;</p>\n<p>While Black Duck&#8217;s recent audits show that companies struggle with open source risk management and license conflicts are rampant, the good news is that the world is embracing open source software in every industry. Engineers and product managers may not have a full grasp of the requirements of the GPL, but a compliance approach that focuses on education will go a long way towards building a future that includes copyleft software at the core of innovation.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 26 Apr 2017 21:43:41 +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:37:\"HeroPress: Hire More Women Developers\";s:7:\"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=1739\";s:7:\"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://heropress.com/essays/hire-women-developers/\";s: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:10684:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2018/04/042617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Rarely is a developer or engineer pictured as being female or looking like me. We need to change that.\" /><blockquote><p>The journey of a Developer that has the pleasure and gratitude of having WordPress as a resource.</p></blockquote>\n<h3>Who am I and am I good?</h3>\n<p>We define ourselves in order to navigate life. Like we brand our business or our clients’ websites, we brand ourselves. Remember to define yourself, because others are always going to define you. Be true to yourself.</p>\n<p>I recall the scene in the movie starring Audrey Hepburn and Rex Herrington where he’s improving her social standing. At the end his manners are called into question. He says,</p>\n<p>“You see, the great secret, Eliza, is not a question of good manners or bad manners, or any particular sort of manners, but having the same manner for all human souls. The question is not whether I treat you rudely, but whether you’ve ever heard me treat anyone else better.”</p>\n<p>We are all the same, yet different. We all hurt and desire, yet what we are motivated by may be different. Be true to yourself to follow what you know is meant for you. Trust in the journey. For it is the journey, not the destination, that not only makes up one’s day, but ultimately defines us once we have arrived!</p>\n<h3>Embrace Your Uniqueness</h3>\n<p>When I was in sixth grade, the yearbook asked us what we would like to accomplish. While most of the girls wrote modeling or acting (we are in Southern California after all), I wanted to discover a new animal.</p>\n<p>Discovery has always been one of my passions. WordPress has been a way to discover new ways to combine code to ‘make things happen’ by creating plugins. WordPress has provided a place to practice the developer&#8217;s craft. I’m a working dev and I have a lot of gratitude to give the WordPress community.</p>\n<p>I have been given time, support, and much patience. The Meetups have provided a place to gain the ground work, providing an awareness of current tech issues and best practices to put in place, to ensure site performance.</p>\n<p>&#8220;It takes courage to try and fail and fail again. Practice the art of asking lots of questions.&#8221; Remember, “sometimes it is the people who no one imagines anything of, that do the things that no one could imagine.” So even if someone questions your work, whether you could ever possibly have done that or do that, keep going.</p>\n<h3>Stereotypes</h3>\n<p>Imagine an engineer writing a program, a developer creating an application, and a social media specialist crafting creative content. Do you see them at their desks? What does the engineer look like? What does the developer look like? Did you picture them as a female? Typically not. Perhaps the one crafting creative content was pictured as female.</p>\n<blockquote><p>Rarely is a developer or engineer pictured as being female or looking anything like me. We need to change that.</p></blockquote>\n<p>It’s been proven that when given identical resumes with name either David or Maria, the hiring committee will determine David to be identified as more qualified every time. Maria’s accomplishments had to be two times better before she is seen as equally qualified as David.</p>\n<p>We, both men and women, hold ‘implicit biases.&#8217; It is a cultural thing. Men are seen as a more qualified developer. Acknowledging this is the first step.</p>\n<p>What can we do to help turn this around? First, let’s visit why we should turn this around.</p>\n<h3>Reason for Diversity (Focusing on Women in Engineering)</h3>\n<p>We are facing real, large complex problems as a community that requires developers to figure out. Specifically, in the WordPress world, we need a platform, as well as themes and plugins, that appeals to a large audience. True innovation requires a diverse team. It will ensure that different viewpoints, ideas, and solutions are discovered.</p>\n<p>Women are an asset to the team, especially in the role of developer. Consider the fact that many women are making the buying decisions. A woman developer helps create a product that appeals to a larger audience, which ultimately affects sales. Female developers bring insight to the possibilities of products that are currently missing and overlooked.</p>\n<p>How do we change this? Hire more women developers. Make it a point to include, describe, and depict developers as women in marketing materials. Encourage women to apply for developer positions.</p>\n<blockquote><p>If you’re female reading this and you like to problem solve and build things, give development a try.</p></blockquote>\n<p>Just because things are the way they are doesn’t mean they have to stay that way. Typically, women aren’t developers but that can change. WordPress is a community where women developers thrive. WordPress is stronger as a community because of its diversity of users and creators. We all benefit from diversity. By having diversity within our community, we grow. We build. Ultimately, we create more opportunity for all.</p>\n<h3>Some Obstacles Facing Women In STEM</h3>\n<p>Woman as developers are viewed as being different. Many are questioned why they are doing this. Women will even be treated at as if they shouldn’t be there. Women are conditioned from a young age to be princesses, not engineers.</p>\n<p>Developers are competitive, like great writers. Competitiveness for the best projects is part of the game. This game is not something that females are ‘taught’ or necessarily have experience in. Men joke with each other differently than women do. Entering the environment from a female perspective, it may seem aggressive and uninviting.</p>\n<blockquote><p>It helps to have experience in team sports to help to manage and navigate the competitive male dominated culture of the field.</p></blockquote>\n<p>Another way to ensure success is to join a group that supports women in tech. It will help to deal with issues that arise and gain confidence in an industry that is dominantly male. Typically, women and men communicate differently. Also, I find it a way to relax and relate without needing to worry about so many other unrelated issues. It provides a platform to discuss issues like family, which many times a big impact on a woman’s career &#8212; especially when she has children.</p>\n<h3>Feminine Aspect</h3>\n<p>Balancing being feminine in a male dominated field can be difficult. According to Marilyn vos Savant, the person with the highest IQ at 200 and famous advice writer, women who play up their sexual attractiveness make themselves appear ‘lightweight’ and lose ‘parity’ with men. This is not okay since a woman faces pressure in society to look attractive and be nurturing. This is similar to how men are valued by being a provider. This is a real dichotomy. Women are not allowed to be seen as sexually-attractive and competent. It is as if there’s a choice to be made. That is a real problem.</p>\n<h3>What the WordPress Community has Done for Me</h3>\n<p>WordPress community was a discovery of people who are curious and solve technical questions. Over the years, it has grown more and more an emphasis on marketing and business element driving the community culture. As WordPress grows and continues to grow in popularity, more and more opportunities emerge for all.</p>\n<p>I found the community to be a place to bring questions. It has been a place to find inspiration and to inspire others in my professional journey as a developer. The community has helped me to develop the courage and determination to secure a position as a developer. The WordPress community has been a resource of a network of individuals to turn to for help. It is an open source and sharing community with many talented people.</p>\n<p>&nbsp;</p>\n<p>Resources drawn from:</p>\n<p><a href=\"https://www.rebelgirls.co/products/good-night-stories-for-rebel-girls\">Good Night Stories For Rebel Girls</a></p>\n<p>Ted Talks | Inspiring the next generation of female engineers | Debbie Sterling</p>\n<hr />\n<p>Elizabeth Shilling, a developer with a degree in psychology with a social, developmental emphasis from UC Santa Barbara, specialized in biological sciences, computer science, business, and teaching. Looking at differences between men and women in math and sciences bloomed during research as an undergrad. It was determined to be cultural, not biological. Social expectations dominate the direction of female students away from engineering sciences rather than intellectual capabilities. She loves coffee and the ocean.</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: Hire More Women Developers\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Hire%20More%20Women%20Developers&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhire-women-developers%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Hire More Women Developers\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhire-women-developers%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%2Fhire-women-developers%2F&title=Hire+More+Women+Developers\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Hire More Women Developers\"></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/hire-women-developers/&media=https://heropress.com/wp-content/uploads/2018/04/042617-150x150.jpg&description=Hire More Women Developers\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Hire More Women Developers\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/hire-women-developers/\" title=\"Hire More Women Developers\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/hire-women-developers/\">Hire More Women Developers</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, 26 Apr 2017 14:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Elizabeth Shilling\";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:69:\"WPTavern: WordCamp Europe 2017 Introduces Small Business Sponsorships\";s:7:\"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=69351\";s:7:\"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/wordcamp-europe-2017-introduces-small-business-sponsorships\";s: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:3032:\"<p><a href=\"https://2017.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2017</a> organizers are counting down 50 days until the largest planned WordPress event to date. Speaker announcements continue to roll out and the recommended hotels are getting booked up at the height of tourist season. As of yesterday, more than 300 of the 500 tickets for <a href=\"https://wptavern.com/wordcamp-europe-2017-announces-speakers-opens-registration-for-contributor-day\" target=\"_blank\">Contributor Day</a> have been claimed.</p>\n<p>This year organizers are <a href=\"https://wptavern.com/wordcamp-europe-2017-to-experiment-with-sponsors-workshops\" target=\"_blank\">experimenting with sponsor workshops</a>, a perk targeted at the highest levels of sponsorship, which includes Administrator (€ 38,000) and Super Admin (€ 75,000) tiers. This new item in the sponsor&#8217;s package is described as a &#8220;sponsor &#8220;track&#8221; in the <a href=\"https://2017.europe.wordcamp.org/files/2016/12/wceu17-sponsorship-kit_122916.pdf\" target=\"_blank\">sponsorship kit brochure</a> and allows sponsors to hold a talk or a workshop in a dedicated space that accommodates approximately 200 people.</p>\n<p>In an effort to prevent the event from disproportionately focusing on mega sponsors, the organizing team has created a <a href=\"https://2017.europe.wordcamp.org/2017/03/23/wordcamp-europe-2017-sponsorship-exclusively-for-small-business/\" target=\"_blank\">new sponsorship package exclusively for small businesses</a>.</p>\n<p>&#8220;We recognized that our sponsorship tiers were more geared towards larger WordPress businesses and felt we were not giving small businesses enough opportunity to showcase their products and services and allow them to connect to attendees,&#8221; WCEU Sponsorship co-organizer Remkus de Vries said. &#8220;This is why we created the SMB tier and we hope many see this as a wonderful chance to show off their products and services for what&#8217;s shaping up to be more than 3,000 attendees.&#8221;</p>\n<p>The Small Business sponsorship level is priced at € 2,500 and is available to companies that generate the majority of their revenue from WordPress and made less than 1 million euro in revenue in 2016. It qualifies the sponsor for a booth in the middle of the event. The table, banner printing, and setup are all handled by the WCEU Sponsor Team.</p>\n<p>&#8220;Similar to TechCrunch’s Startup Alley, we want to help highlight smaller companies or ones that have just started out,” WCEU Sponsorship co-organizer Noel Tock said. “Simply seeking out sponsorship funds the fastest way possible would not be fair to attendees. This helps makes the conversations and experiences a lot more diverse and balanced.&#8221;</p>\n<p>There are 10 remaining Small Business sponsorship slots, along with 288 micro-sponsorships (€ 150.00). Potential sponsors can <a href=\"http://wceurope.polldaddy.com/s/wordcamp-europe-2017\" target=\"_blank\">apply on the WCEU website</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 25 Apr 2017 18:33:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:84:\"WPTavern: WordPress 4.8 Will End Support for Internet Explorer Versions 8, 9, and 10\";s:7:\"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=69314\";s:7:\"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/wordpress-4-8-will-end-support-for-internet-explorer-versions-8-9-and-10\";s: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:4371:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/ie-logo.jpg?ssl=1\"><img /></a></p>\n<p>Over the weekend, Matt Mullenweg announced that the upcoming WordPress 4.8 release will <a href=\"https://make.wordpress.org/core/2017/04/23/target-browser-coverage/\" target=\"_blank\">drop support for IE versions 8, 9, and 10</a>. Core contributors have been <a href=\"https://make.wordpress.org/core/2017/02/28/the-new-editor-and-browser-support/\" target=\"_blank\">discussing</a> <a href=\"https://make.wordpress.org/core/2017/03/13/continued-discussion-on-browser-support/\" target=\"_blank\">browser support</a> for the past two months in relationship to setting technical requirements for the new editor.</p>\n<p>Microsoft <a href=\"https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support\" target=\"_blank\">discontinued support for IE 8, 9, and 10</a> in January 2016, which means these versions no longer receive security updates. Mullenweg said that attempting to continue supporting these browsers is holding back WordPress development.</p>\n<p>&#8220;I realize that folks still running these browsers are probably stuck with them because of something out of their control, like being at a library or something,&#8221; Mullenweg said. &#8220;Depending on how you count it, those browsers combined are either around 3% or under 1% of total users, but either way they’ve fallen below the threshold where it’s helpful for WordPress to continue testing and developing against.&#8221;</p>\n<p>In an effort to determine how many people are still using these insecure and obsolete browsers, Jonathan Desrosiers collected data from three different sources. The following are numbers for global IE usage published by StatCounter&#8217;s <a href=\"http://gs.statcounter.com/\" target=\"_blank\">GlobalStats</a>, which Desrosiers said are nearly identical to WordPress.com&#8217;s numbers:</p>\n<ul>\n<li>IE8: 0.41%</li>\n<li>IE9: 0.26%</li>\n<li>IE10: 0.26%</li>\n<li>IE11: 3.79%</li>\n</ul>\n<p>WordPress will not stop working entirely in these browsers, but after the 4.8 release contributors will no longer test new features against older versions of IE. Some capabilities in wp-admin may be more limited. Mullenweg confirmed that the next versions of TinyMCE will no support older IE versions.</p>\n<p>Global IE usage has declined from 7.44% in March 2016 to 4.18% in March 2017. IE marketshare has been shrinking as mobile device usage has gone up. October 2016 marked the first month in history that <a href=\"http://gs.statcounter.com/press/mobile-and-tablet-internet-usage-exceeds-desktop-for-first-time-worldwide\" target=\"_blank\">mobile and tablet traffic exceeded desktop usage worldwide</a>. As this trend of declining desktop usage continues, IE will likely be buried within a couple of years.</p>\n<p>&#8220;I have been hard pressed to find a U.S. government agency running a version of IE less than 11,&#8221; WordPress lead developer Andrew Nacin commented on the announcement. &#8220;Government agency websites similarly see negligible traffic from IE &lt; 11.&#8221;</p>\n<p>The decision to drop support for IE 8, 9, and 10 was met with celebration from the WordPress developer community. Focusing on browsers that still receive security updates is a better use of open source contributors&#8217; time and resources. Developers who do client work can also refer to WordPress&#8217; IE support policy when pressured by clients to support insecure browsers.</p>\n<p>Naturally, the topic of raising minimum browser requirements resulted in developers lobbying to drop support for PHP 5.2, which reached end of life more than six years ago. In March 2015, <a href=\"https://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" target=\"_blank\">WordPress stats estimated PHP 5.2 usage at 16.6%</a>, but that number has dropped steadily to <a href=\"https://wordpress.org/about/stats/\" target=\"_blank\">5.1%</a> today. The task of updating a browser to the latest version was designed to be easy for users, but upgrading PHP versions is still somewhat complicated for those who are not receiving help from their hosting companies. The 5.1% on PHP 5.2 represents millions of users who would need to cross a significant hurdle into order to stay current with the latest version of WordPress.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 24 Apr 2017 21:18: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: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:94:\"Post Status: Breaking into and building community, with WordPress and beyond — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=36524\";s:7:\"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:82:\"https://poststatus.com/breaking-building-community-wordpress-beyond-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1913:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>Brian is joined by guest-host Matt Medeiros &#8212; host of the <a href=\"https://mattreport.com/\">Matt Report podcast</a>, and many other ventures in the WordPress ecosystem. They discuss community building, their experiences building community in the WordPress world, and the challenges of getting involved in a new community.</p>\n<p><a href=\"https://audio.simplecast.com/67536.mp3\">https://audio.simplecast.com/67536.mp3</a><br />\n<a href=\"https://audio.simplecast.com/67536.mp3\"> Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://craftedbymatt.com/\">Crafted by Matt</a></li>\n<li><a href=\"https://mattreport.com/\">Matt Report</a></li>\n<li><a href=\"https://poststatus.com/jobs/\">Post Status WordPress Jobs</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=cQlcN0Wf-FE&feature=youtu.be\">This WordPress community is not for the taking</a></li>\n</ul>\n<h3>Sponsor: Prospress</h3>\n<p><a href=\"https://prospress.com/\">Prospress</a> makes the WooCommerce Subscriptions plugin, that enables you to turn your online business into a recurring revenue business. Whether you want to ship a box or setup digital subscriptions like I have on Post Status, Prospress has you covered. Check out <a href=\"https://prospress.com/\">Prospress.com</a> for more, and thanks to Prospress for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Apr 2017 19:13:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: New Plugin Offers Better Plugin Recommendations in the WordPress Admin\";s:7:\"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=69226\";s:7:\"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/new-plugin-offers-better-plugin-recommendations-in-the-wordpress-admin\";s: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:4958:\"<p>If you work with WordPress every day you may have learned to tune out the recommended plugins in the admin by now, but the &#8220;Add Plugins&#8221; screen is an important part of the new user experience. WordPress developers <a href=\"https://jkudish.com/2017/04/20/better-plugin-recommendations-for-wordpress/\" target=\"_blank\">Joey Kudish</a> and <a href=\"https://secretpizza.party/wordpress-needs-curation/\" target=\"_blank\">Nick Hamze</a> have released a plugin that brings better recommendations to the admin.</p>\n<p>Hamze contends that the first plugins that appear in the featured section have a smaller, niche audience, and are unlikely to be useful to the majority of new users.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/add-new-plugins-featured.png?ssl=1\"><img /></a></p>\n<p>The recommended plugins are slightly better, as they are based on plugins that the user and other users have installed. However, Hamze believes they could be tweaked even further to display plugins that specifically benefit new users. The Recommended tab was <a href=\"https://core.trac.wordpress.org/ticket/30337\" target=\"_blank\">introduced two years ago</a> to display results based on plugins that are commonly used together. It excludes plugins that users already have installed.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/recommended-plugins.png?ssl=1\"><img /></a></p>\n<p>&#8220;I really want to help WordPress but I think what is most needed isn’t a new editor or more guidelines but rather someone to take all the stuff in this fractured ecosystem and bring it together,&#8221; Hamze said. &#8220;Get rid of all the crap and only show people the stuff worth using.&#8221;</p>\n<p>Hamze said he doesn&#8217;t know if WordPress can solve this problem diplomatically with code. He believes manual curation is required to deliver the best new user experience. A <a href=\"https://core.trac.wordpress.org/ticket/34212\" target=\"_blank\">ticket</a> for re-thinking the default &#8216;Add Plugins&#8217; tabs/filters was is open on WordPress trac, as the plugins that appear in these screens have remained unchanged for some time. The ticket hasn&#8217;t received much discussion yet.</p>\n<p>The <a href=\"https://wordpress.org/plugins/better-plugin-recommendations/\" target=\"_blank\">Better Plugin Recommendations</a> plugin removes the default and featured recommendations tabs and includes a new recommendations tab curated by Hamze to appeal to new users. Below is an example of the first 10 recommendations the plugin includes:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/better-recommended-plugins.png?ssl=1\"><img /></a></p>\n<p>Hamze uses the following criteria to select the recommended plugins:</p>\n<ul>\n<li>Price (Free)</li>\n<li>Numbers of users</li>\n<li>Average Rating</li>\n<li>Last Updated</li>\n<li>Support Given</li>\n</ul>\n<p>When asked why the recommendations don&#8217;t include Jetpack, Hamze said it didn&#8217;t seem necessary, given its high position in the popular tab and the fact that it already comes pre-installed with many hosts.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/jeherve\">@jeherve</a> <a href=\"https://twitter.com/jkudish\">@jkudish</a> <a href=\"https://twitter.com/jetpack\">@jetpack</a> Haha, I actually like jetpack but since it\'s already at the top of the popular tab and preinstalled almost everywhere, didn\'t seem necessary</p>\n<p>&mdash; Nick Hamze (@NickHamze) <a href=\"https://twitter.com/NickHamze/status/855389412510674944\">April 21, 2017</a></p></blockquote>\n<p></p>\n<p>Hamze and Kudish created a web service that delivers the recommendations to sites where the plugin is installed. The node <a href=\"https://better-plugin-recommendations.now.sh\">server</a> is powered by <a href=\"https://hapijs.com/\" target=\"_blank\">hapi.js</a> and is open source on <a href=\"https://github.com/secretpizzaparty/better-plugin-recommendations-server\" target=\"_blank\">GitHub</a></p>\n<p>&#8220;If the idea is well received in the community, I’d love to expand on it further and include some plugins from outside the WordPress.org plugin repository in our recommendations, as I think there’s some great third-party plugins that new users should definitely know about,&#8221; collaborator Joey Kudish said.</p>\n<p>Hamze said he doesn&#8217;t expect there to be many regular users who will find and install the plugin but hopes that hosting companies will integrate it by default for their WordPress customers.</p>\n<p>&#8220;What I’m hoping is that I can convince the hosting companies to preinstall this (maybe in the MU folder) for their customers,&#8221; Hamze said. &#8220;The app blends in seamlessly with WordPress. There are no ads or branding. The plugin is designed solely to help new users find great plugins to help them on their WordPress journey.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 24 Apr 2017 14:11:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:25:\"Matt: Songs for My Father\";s:7:\"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=47222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2017/04/songs-for-my-father/\";s: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:4027:\"<p>One of the things that surprised me most about when my Dad was sick last year was that while he was in the hospital over about 5 weeks he lost any interest in music, TV, movies, anything on a screen. Music was particularly surprising given that he had music on at his desk pretty much all the time, and really enjoyed loading a new CD or record into the media library he had set up at home. One of the songs I remember playing for him was from a band, Manhattan Transfer, that we used to listen to a lot when I was younger and just learning about jazz, I chose <a href=\"https://www.youtube.com/watch?v=wwL9xf3YQ-4\">Tuxedo Junction</a> because it might cheer him up.</p>\n<p>I remember him smiling faintly. (I wish I had played him more music. I wish I had recorded more of his stories, ideally before he got sick. I wish I had figured out how to navigate the hospital and health care system better.)</p>\n<p>What I didn&#8217;t anticipate was how after <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">his death</a> there would be aftershocks of grief that would hit me over and over again, especially while driving or in a plane. I went from crying maybe three times in the past decade to breaking down at the end of a company town hall, when talking to family, when my Mom found out about the anniversary present my Dad had been looking at, and with any number of songs that unexpectedly took on a new meaning.</p>\n<p><a href=\"https://www.youtube.com/watch?v=RgKAFK5djSk\">Wiz Khalifa &amp; Charlie Puth&#8217;s See You Again</a>, is obvious, and was in heavy rotation every public place I went; <a href=\"https://www.youtube.com/watch?v=LHCob76kigA\">Lukas Graham&#8217;s 7 Years</a> completely broke me down when it talked about children &#8212; if I ever have any my father will never meet them; <a href=\"https://www.youtube.com/watch?v=WibQR0tQ0P8\">Kayne &amp; Paul McCartney&#8217;s Only One</a>, the tribute to Kanye&#8217;s daughter and passed mother and I think perhaps his best song; <a href=\"https://www.youtube.com/watch?v=lp-EO5I60KA\">Ed Sheeran&#8217;s Thinking Out Loud</a>, about growing old together, turning 70 as he was so close to doing; <a href=\"https://www.youtube.com/watch?v=LkBKJMTCHGk\">Kanye&#8217;s Ultralight Beam</a> snuck up on me, I didn&#8217;t expect it, but the questioning and gospel and anger and hope in it captured something I didn&#8217;t even realize I was feeling. Even jazz wasn&#8217;t safe, <a href=\"https://www.youtube.com/watch?v=CWeXOm49kE0\">Horace Silver&#8217;s lyric-less Song for My Father</a> had the same effect.</p>\n<p><img /></p>\n<p><a href=\"https://www.youtube.com/watch?v=9NLZCLKppZs\">John Mayer&#8217;s Stop This Train</a> is a song I&#8217;ve probably heard a hundred times since it came out in 2006, but all of sudden these words meant something completely different:</p>\n<blockquote><p>So scared of getting older<br />\nI&#8217;m only good at being young<br />\nSo I play the numbers game<br />\nTo find a way to say that life has just begun</p>\n<p>Had a talk with my old man<br />\nSaid, &#8220;Help me understand&#8221;<br />\nHe said, &#8220;Turn sixty-eight<br />\nYou&#8217;ll renegotiate&#8221;</p></blockquote>\n<p>I almost had to pull the car over: he was sixty-eight. What I would give for just one more conversation with him like the one the day before he passed. I wish I had written more down, recorded more of his stories, learned more about his journey.</p>\n<p>As the year has passed, the surprise crying is much less common even when one of <a href=\"https://open.spotify.com/user/1211384122/playlist/3UiuLpSyYUZduDPkaaCmCA\">these songs</a> comes on the radio. Usually when I think of my father it&#8217;s with a smile. I&#8217;ve even had a few treasured dreams where we&#8217;ve been able to talk, nothing that made much sense (it was a dream) but I remember waking up with an overwhelming feeling of enveloping love. While the &#8220;new normal&#8221; is different, I can&#8217;t say it&#8217;s better &#8212; he&#8217;s still gone.</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, 22 Apr 2017 05:12: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: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: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:46:\"WPTavern: Embed Mastodon Statuses 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:29:\"https://wptavern.com/?p=68788\";s:7:\"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/embed-mastodon-statuses-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4387:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/mastodon-logo.png?ssl=1\"><img /></a></p>\n<p>After the <a href=\"https://blog.twitter.com/2017/now-on-twitter-140-characters-for-your-replies\" target=\"_blank\">controversial changes to Twitter&#8217;s @reply feature</a>, which no longer counts usernames towards the 140-character limit, Mastodon registrations rose sharply. <a href=\"https://mastodon.social/\" target=\"_blank\">Mastodon</a> is a free, open source, decentralized network that  has many similarities to Twitter. The software, named in honor of its creator&#8217;s favorite metal band, was launched in October and registered 24,000 users in the first six months. A strong negative reaction to Twitter&#8217;s changes has fueled a spike in Mastodon registrations. In the last week alone, the software&#8217;s user base has grown from 237,000 users on April 15 to <a href=\"https://mnm.eliotberriot.com/dashboard/db/network-drilldown?refresh=30m&orgId=1&from=now-7d&to=now\" target=\"_blank\">more than 414,000 users</a> today.</p>\n<p>Mastodon is different from Twitter in that it is broken up into different independently-hosted instances. Whereas Twitter has struggled to combat trolls and abuse on its platform, Mastodon instances can each declare and enforce their own rules. For example, the flagship <a href=\"https://mastodon.social/about/more\" target=\"_blank\">Mastodon.social</a> instance bans content that is illegal in Germany or France, such as Nazi symbolism and Holocaust denial, excessive advertising, racism, sexism, and other undesirable posts.</p>\n<p>Mastodon&#8217;s Tweetdeck-style interface allows users to post &#8220;toots&#8221; with a 500-word character limit. Toots can also be published with a content warning so that users can choose whether to view it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/mastodon.png?ssl=1\"><img /></a></p>\n<p>With all the increased activity around Mastodon this week, there was bound to be someone with the desire to display toots on their website. The first plugin for bringing Mastodon content into WordPress has landed in the plugin directory. <a href=\"https://wordpress.org/plugins/embed-mastodon/\" target=\"_blank\">Embed Mastodon</a> was created by David Libeau, a French developer and Mastodon enthusiast. It allows users to embed toots using a shortcode.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/mastodon-embed.png?ssl=1\"><img /></a></p>\n<p>&#8220;I created this plugin because <a href=\"http://www.numerama.com/\" target=\"_blank\">Numerama</a>, a french tech website, was saying that it could be cool to embed Mastodon statuses, like with Twitter, in WordPress,&#8221; Libeau said. &#8220;I was thinking the same when I wrote a small article on my personal blog. I am using both Twitter and Mastodon but want to progressively leave Twitter.&#8221;</p>\n<p>Libeau said he is not a WordPress developer and Mastodon Embed is his first plugin. He does not know if it&#8217;s coded well but said users may be interested in <a href=\"https://github.com/ginsterbusch/mastodon-embed\" target=\"_blank\">an alternative plugin on GitHub</a> that is a complete rewrite of his effort. The rewrite includes multiple embeds, caching, proper shortcode initialization, and fallback to &#8220;direct&#8221; embeds if embed via iframe is forbidden.</p>\n<p>Libeau said he doesn&#8217;t know what will happen to his plugin in light of the rewrite, but he is continuing to develop <a href=\"http://mastodon.tools/\" target=\"_blank\">small tools for Mastodon users</a>. Mastodon has an open API for apps and services, which makes it easy for developers to build things that integrate with it.</p>\n<p>After testing the Mastodon Embed plugin I found that it works but may have a couple of styling issues with the link display. If you find that it&#8217;s not working, it&#8217;s possible that your particular Mastodon instance configuration does not allow embedding via iFrame. To resolve this you may need to contact the admin of the instance or use the fork of the plugin that has a fallback for this scenario. If you find a bug with the Mastodon Embed plugin hosted on WordPress.org, you can <a href=\"https://github.com/DavidLibeau/mastodon-tools/issues\" target=\"_blank\">log an issue on Libeau&#8217;s Mastodon Tools repository</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 22 Apr 2017 03:18: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: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:57:\"WPTavern: Headway Themes Appears to be Dying a Slow Death\";s:7:\"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=68837\";s:7:\"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/headway-themes-appears-to-be-dying-a-slow-death\";s: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:9405:\"<p>It&#8217;s been seven months since Grant and Clay Griffiths, founders of Headway Themes, <a href=\"http://headwaythemes.com/the-future-of-headway/\">apologized</a> to customers for failing to communicate on a regular basis and provide adequate customer support. In the apology, the founders admit that the company was experiencing <a href=\"https://wptavern.com/headway-themes-confirms-financial-difficulties-issues-apology-to-customers\">financial difficulties</a> and noted that competition in the WordPress drag-and-drop page-builder space was tough. The duo vowed to communicate more, provide better customer support, and continue to develop Headway 4.0. Has anything changed since the apology was published?</p>\n<h2>Headway Themes Migrates to FlyWheel Hosting</h2>\n<p>In December of 2016, <a href=\"https://getflywheel.com/\">Flywheel</a> hosting <a href=\"https://wptavern.com/flywheel-acquires-wordpress-local-development-tool-pressmatic\">acquired Pressmatic,</a> created by Clay Griffiths. Soon after, Headway Themes migrated to Flywheel hosting which caused a few hiccups such as site downtime due to DNS propagation, login issues, and an issue with the Headway Dashboard. The acquisition raised questions on how it would affect Clay&#8217;s ability to work on Headway.</p>\n<p>“This acquisition and employment will provide myself and my family much more stability than we’ve had in a long time, and will allow me to better focus on Headway in my spare time,” Griffiths said. “This includes rolling out the upcoming 4.1 release, and working hard to make sure the support and other outstanding issues are resolved for all our customers.”</p>\n<h2>Influx Confirms Communication Issues With Founders</h2>\n<p>Soon after the apology, Headway Themes began to use Influx to provide first-tier customer support. <a href=\"https://influx.com/\">Influx</a> provides customer support for companies, including those in the WordPress ecosystem such as <a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a>. Any issues that Influx couldn&#8217;t solve are escalated to Clay and Grant. In February, Gary Bairéad, a former Headway Themes employee, <a href=\"https://twitter.com/garybairead/status/834823813674188800\">contacted Headway Themes support</a> about the status of Headway 4.0 and received the following response.</p>\n<p><img /></p>\n<p>Influx couldn&#8217;t answer the question because Headway developers had not informed them of its progress despite inquiring about it. Influx notes that there may be a beta released in the near future but not to be quoted on it because a similar promise was made five months prior. In January, the official <a href=\"https://twitter.com/headwaythemes\">Headway Themes Twitter account</a> confirmed that Headway was being supported and that 4.0 would be released soon.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/3BugMedia\">@3BugMedia</a> we are fully supporting Headway.  4.0 update coming soon. ^gg</p>\n<p>&mdash; Headway Themes (@headwaythemes) <a href=\"https://twitter.com/headwaythemes/status/816698625380286464\">January 4, 2017</a></p></blockquote>\n<p></p>\n<p>Around the same time period, another Headway Themes customer submitted a support request asking about the status of a longstanding issue they were having. Influx explained that there was a lull because the main developers were failing to communicate. The support representative also pointed out that it seemed the only way for customers to get information about Headway Themes was by emailing support.</p>\n<p><img /></p>\n<p>Influx says it tried multiple times to contact Headway Themes developers about the issue and said it was lobbying hard to get it rectified.</p>\n<h2>Payments Stop for Third-Party Block Developers</h2>\n<p>In February, Bairéad <a href=\"https://headwayupdate.wordpress.com/2017/02/03/update-4-dont-renew-3rd-party-blocks-through-headwaythemes-com/\">published a request</a> to third-party block customers to not renew through Headway Themes.com and to instead, purchase and renew directly from the developer&#8217;s sites. Chris Howard, founder of <a href=\"http://pizazzwp.com/\">Pizazz WP,</a> and Chris Rault, co-founder of <a href=\"https://www.headwayrocket.com/\">HeadwayRocket,</a> <a href=\"https://twitter.com/HeadwayRocket/status/826005360834142208\">confirmed</a> they are owed money from customers who purchased and renewed blocks through Headway Themes.com.</p>\n<p>I reached out to both developers to see if they&#8217;ve been paid since February.</p>\n<p>&#8220;I&#8217;ve sent Clay a bunch of messages, but he&#8217;s completely ignoring me and hasn&#8217;t paid over another cent since the last long delay,&#8221; Rault said.</p>\n<p>&#8220;It’s down to only 2 or 3 renewals a month, but I’m not receiving anything still. I&#8217;d estimate they still owe me around $2,000,&#8221; Howard said.</p>\n<p>For Howard, the issue of not receiving payments has been <a href=\"https://wptavern.com/headway-3-8-9-patches-potential-xss-vulnerability#comment-200810\">going on for months</a>.</p>\n<h2>Former Support Staff Still Owed Money</h2>\n<p>Headway Themes&#8217; apology does not mention the former support team who the company <a href=\"https://wptavern.com/former-headway-themes-employee-goes-public-staff-has-not-been-paid-and-customers-are-not-receiving-support\">failed to pay</a> on time for months. Since the apology, members of the team have received small payments but are still owed thousands of dollars. Receiving payments from Headway Themes is often a difficult process.</p>\n<p>After not receiving a payment in February, a former team member sent a flurry of emails to Grant and Clay Griffiths inquiring about the payment. Clay eventually responded that they would send out payments when they&#8217;re able too. After a week of questioning when that would be with no response, the team member received a payment.</p>\n<h2>Influx Says Headway Themes is Restructuring</h2>\n<p>A Headway Themes customer recently contacted support to ask about the status of Headway and published Influx&#8217;s response to the company&#8217;s support forums. Here&#8217;s their response:</p>\n<blockquote><p>Hi [Redacted],</p>\n<p>Thanks for reaching out.</p>\n<p>Currently, Headway is going through a restructuring phase to resolve the challenges being faced at this time. We do not have the full details here at support but the main stakeholders are working to return Headway to its rightful mode of operations.</p>\n<p>Please let me know if there are any more questions that I can answer for you. Kind Regards.</p></blockquote>\n<p>To learn more about the restructuring process and what&#8217;s going on with Headway development, I reached out to Grant and Clay Griffiths. Both have not responded to my request for comment.</p>\n<h2>Blox Picks Up Where Headway Left Off</h2>\n<p>Last year, when it appeared the future of Headway Themes <a href=\"https://wptavern.com/headway-themes-future-is-uncertain-amidst-financial-troubles\">was in jeopardy</a>, Maarten Schraven forked the <a href=\"http://bloxthemebuilder.com/start-downloading-beta-blox-theme-v1-0-0/\">Headway 3.8.8 codebase</a> and named it <a href=\"http://bloxthemebuilder.com/\">Blox Builder</a>. Blox Builder is 100% GPL Licensed and is a direct replacement for Headway. Schraven recently <a href=\"http://bloxtheme.com/lots-of-questions-about-blox-theme/\">answered a number of questions</a> related to the project, one of which is how easy is it to transfer from Headway to Blox.</p>\n<blockquote><p>There are different ways to convert your Headway Theme to Blox Theme. The best way is to export your template, you get an .json file. In this file you have to change hw to bt and headway to blox. If you have a large website you also can change the database tables. Some of our users have Blox Theme and Headway Themes side by side and switch between them. The last way (not yet available) is our conversion script. This script can do two things, change the database or do the same search and replace. This script will work automatic or as standalone.</p>\n<p>Or, if you think this is to difficult, you always can ask us for the conversion, we can discuss this on e-mail or skype</p></blockquote>\n<p>There&#8217;s no time frame on when the conversion script will be available. If you&#8217;re a fan of the way Headway Themes works and are looking for a similar replacement, check out Blox Builder.</p>\n<h2>Many in the Headway Themes Community Have Moved On</h2>\n<p>A number of devoted fans and customers of Headway have switched to other page builders like Divi, Elementor, and Beaver Builder. What was once a vibrant community-run Slack channel for Headway Themes enthusiasts has turned into a ghost town. There is little hope among them that the company will be able to rebound.</p>\n<h2>Not Much Has Changed</h2>\n<p>Unfortunately, the issues that prompted Headway Themes&#8217; founders to issue an apology are still present. There is a lack of communication on the company&#8217;s blog, social media accounts, and to Influx, the company it has outsourced customer support to. The apology dated Sept 13, 2016, was the last post published to the company&#8217;s blog. Former employees and third-party developers are still owed considerable amounts of money and there has been little if any development on the Headway code base.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 22 Apr 2017 02:00: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: HeroPress Partners With WPShout to Offer WordPress Education Scholarships\";s:7:\"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=69027\";s:7:\"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/heropress-partners-with-wpshout-to-offer-wordpress-education-scholarships\";s: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:3468:\"<p>HeroPress has teamed up with <a href=\"https://alexdenning.com/\">Alex Denning</a>, <a href=\"https://pressupinc.com/\">Fred Meyer, and David Hayes</a> of <a href=\"https://wpshout.com/\">WPShout</a> to offer 10 copies of <a href=\"https://wpshout.com/up-and-running/\">Up and Running Second Edition</a> at the deluxe tier. The deluxe tier is valued at $249 and includes everything the course has to offer including video tutorials, creating a theme and child theme, screencast series, creating a WordPress plugin, and more.</p>\n<p>The scholarship applications are geared towards three groups of people:</p>\n<ul>\n<li>Those in financial hardship (unemployment, jobseeking, students or underemployment).</li>\n<li>Those in low-income countries without the means to purchase the course.</li>\n<li>Under-represented groups in tech and the WordPress community, including but not limited to:\n<ul>\n<li>Women</li>\n<li>Transgender applicants</li>\n<li>BAME applicants</li>\n</ul>\n</li>\n</ul>\n<p>Those who qualify have until May 9th to fill out the <a href=\"https://heropress.com/up-running-scholarship-heropress-wpshout/\">application</a>. Five members of the WordPress community make up a panel that will review the applications and choose 10 recipients who they feel are deserving of the award. HeroPress will then tally the selections and those with the most votes will be awarded a scholarship. In case of a tie, HeroPress will be the deciding vote. The five panelists are:</p>\n<ul>\n<li><a href=\"https://twitter.com/maedahbatool?lang=en\">Maedah Batool</a> (Creative Director at WPTie, Pakistan).</li>\n<li><a href=\"https://twitter.com/anafranciscas\">Ana Silva</a> (Digital Marketer at Human Made, UK).</li>\n<li><a href=\"https://twitter.com/PlanningWrite\">Winstina Hughes</a> (Co-Organizer, WordCamp New York).</li>\n<li><a href=\"http://twitter.com/rahul286\">Rahul Bansal</a> (CEO at rtCamp, India)</li>\n<li><a href=\"https://twitter.com/pippinsplugins\">Pippin Williamson</a> (Founder at Pippin’s Plugins, USA).</li>\n</ul>\n<p>Pippin Williamson, founder of Easy Digital Downloads, says he accepted the panelist role because it’s an opportunity to make a significant difference in someone’s life.</p>\n<p><a href=\"http://heropress.com/\">HeroPress</a>, founded by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a> in 2015, publishes an essay every Wednesday from members of the community on how WordPress has positively impacted their lives. HeroPress has published essays from people in the <a href=\"https://heropress.com/heropress-geography-middle-east/\">Middle East</a>, <a href=\"https://heropress.com/heropress-geography-oceana/\">Oceania</a>, <a href=\"https://heropress.com/heropress-geography-central-south-america/\">Central and South America</a>, and other parts of the world.</p>\n<p>To learn the HeroPress story, listen to <a href=\"https://wptavern.com/wpweekly-episode-227-the-heropress-story-with-topher-derosia\">our interview with DeRosia</a>. In it, he explains his motivation for creating the site and shares a personal story of someone who couldn’t write an essay because they were spending all of their time trying to stay alive.</p>\n<p>To learn more about Up and Running Second Edition, <a href=\"https://wptavern.com/wpweekly-episode-268-behind-the-scenes-of-wordpress-development-course-up-and-running-second-edition\">listen to our interview</a> with the founders where they explain how and why they created the course.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 21 Apr 2017 19:05: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: Checathlon: A Free WordPress Business Theme with Support for Easy Digital Downloads\";s:7:\"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=69228\";s:7:\"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/checathlon-a-free-wordpress-business-theme-with-support-for-easy-digital-downloads\";s: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:3892:\"<p><a href=\"https://wordpress.org/themes/checathlon/\" target=\"_blank\">Checathlon</a> is new business theme on WordPress.org that was designed to seamlessly integrate with <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\" target=\"_blank\">Easy Digital Downloads</a>. The name is a combination of the words checkout and decathlon, according to its creator <a href=\"https://foxland.fi/\" target=\"_blank\">Sami Keijonen</a>.</p>\n<p>Checathlon combines elegant typography with a bold, pink accent color to showcase products and services on a business or e-commerce website. The theme was designed by Finnish designer Toni Suni and is Keijonen&#8217;s 13th theme to be listed in the directory.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/checathlon-screenshot.png?ssl=1\"><img /></a></p>\n<p>&#8220;I had some kind of vision of what I wanted and Toni created a pixel perfect design based on our discussion,&#8221; Keijonen said. &#8220;I’m super happy about the end result. Unfortunately, the design and the theme was not good enough for WordPress.com and the theme was rejected from there.&#8221; Keijonen opted to create a Checathlon Plus plugin as an alternative way to monetize the theme.</p>\n<p>Checathlon has an intuitive way of organizing the content featured on the front page. Unlike many other themes, the front page is not controlled by a custom page template. Once you set the front page as a static page, the Customizer will give access to the service/pricing, products, testimonial, and blog sections.</p>\n<p>The theme includes support for a Pricing page template and a Team Page template. These features make Checathlon more flexible for use on a business, agency, non-profit, or e-commerce website.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/checathlon-team-page.png?ssl=1\"><img /></a></p>\n<p>The pricing template has a &#8220;Service and Pricing widget&#8221; area where users can drop in the custom widgets available in the Checathlon Plus plugin. The widgets make it easy for users to set an icon, title, content, price, and a link for each pricing tier, as well as the ability to highlight one tier as featured.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/checathlon-pricing-template.png?ssl=1\"><img /></a></p>\n<p>Checathlon was built to support several plugins, including <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\" target=\"_blank\">Easy Digital Downloads</a>, <a href=\"https://wordpress.org/plugins/custom-content-portfolio/\" target=\"_blank\">Custom Content Portfolio</a>, and <a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a> (testimonials and portfolio). The theme includes styles for the Jetpack email subscription widget and EDD <a href=\"https://foxland.fi/demo/checathlon/downloads/\" target=\"_blank\">downloads</a> and account pages. It&#8217;s also tagged as <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">accessibility-ready</a>, which means that it has successfully passed an accessibility audit. Check out the <a href=\"https://foxland.fi/demo/checathlon/\" target=\"_blank\">live demo</a> to see Checathlon in action.</p>\n<p>Keijonen is taking a unique approach by creating a <a href=\"https://foxland.fi/downloads/checathlon-plus/\" target=\"_blank\">Checathlon Plus plugin</a> as an alternative to offering a &#8220;pro version&#8221; of the theme. It extends the theme to include more customizer capabilities, additional widgets, cart customization features for EDD, and two child themes. The <a href=\"https://wordpress.org/themes/checathlon/\" target=\"_blank\">free theme</a> is available on WordPress.org and <a href=\"https://foxland.fi/documents/for/checathlon/\" target=\"_blank\">documentation</a> can be found on the theme&#8217;s website.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 21 Apr 2017 16:25:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:62:\"WPTavern: WordPress Plugin Directory Restores Tabbed Interface\";s:7:\"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=69139\";s:7:\"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/wordpress-plugin-directory-restores-tabbed-interface\";s: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:4036:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/tabs.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/CCRDK5WZEM\">Jeffrey Betts</a>\n<p>Last month the WordPress Plugin Directory <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm\" target=\"_blank\">relaunched with a new design</a> and improvements to the search algorithm. The new design replaced the plugin pages&#8217; previous tabbed interface with a wall of text, truncated by numerous &#8220;read more&#8221; links.</p>\n<p>The outpouring of negative community feedback on the new design overshadowed many of the helpful improvements. Removal of the tabs was by far the most unpopular design choice in this iteration, as many found it to be confusing and inferior in terms of navigating the information efficiently. Users, developers, and contributors on the redesign <a href=\"https://wptavern.com/wordpress-plugin-directory-redesign-why-so-many-people-feel-their-feedback-was-ignored\" target=\"_blank\">felt their feedback was roundly ignored</a> throughout all phases of the design&#8217;s beta and testing period.</p>\n<p>Four months ago, contributor Jon Ang (@kenshino) opened a <a href=\"https://meta.trac.wordpress.org/ticket/2328\" target=\"_blank\">ticket</a> regarding the &#8220;read more&#8221; links, which he described as &#8220;a usability nightmare.&#8221; The ticket was closed as a duplicate of <a href=\"https://meta.trac.wordpress.org/ticket/2278\" target=\"_blank\">another ticket</a> which received very little discussion. Today, Otto marked the ticket as fixed, <a href=\"https://meta.trac.wordpress.org/changeset/5399\" target=\"_blank\">announcing the return of tabs</a> in the commit message:</p>\n<blockquote><p>Change single-plugin view to have tabbed design. Eliminates read-more on all sections except developers and changelog, adds tabs back to interface using CSS to switch between them. Tabs control both main display as well as widgets.</p>\n<p>Known issues: Changelog read-more not working (js issue), developers section is currently split using CSS, future change will split this section into two separate sections.</p></blockquote>\n<p>Members of the Advanced WordPress Facebook (AWP) community, who were among the most critical of the new design, are <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1473163646079178/\" target=\"_blank\">pleased with the change</a>. The new tabs are subtle, tasteful, and in line with the overall design. They eliminate the clutter that the expanded &#8220;read more&#8221; links created.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/plugin-page-tabs-restored.png?ssl=1\"><img /></a></p>\n<p>The Reviews tab now displays six of the most recent reviews, as opposed the the previous two most recent. This makes it not as easy to destroy a plugin&#8217;s reputation with poor reviews timed to always be visible on the main plugin page. Otto <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1473163646079178/?comment_id=1473175582744651&reply_comment_id=1473218756073667&comment_tracking=%7B%22tn%22%3A%22R3%22%7D\" target=\"_blank\">replied</a> to comments on the AWP community, saying that these numbers are not set in stone and that there are good arguments for displaying different sets of reviews, as opposed to simply the most recent ones.</p>\n<p>Two weeks ago the meta team <a href=\"https://wptavern.com/wordpress-plugin-directory-restores-stats-and-links-to-older-versions-of-plugins\" target=\"_blank\">brought back stats and older versions of plugins</a>, a couple of features that were removed in the first iteration of the new directory. Screenshot display is still somewhat clunky, requiring users to click on their browsers&#8217; back button in order to return to the plugin details. Future iterations of the design are expected to address the remaining quirks and issues that users and contributors have raised since the relaunch.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 20 Apr 2017 21:46: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: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:41:\"WPTavern: WordPress 4.7.4 Fixes 47 Issues\";s:7:\"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=69141\";s:7:\"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:104:\"https://wptavern.com/wordpress-4-7-4-fixes-visual-editor-incompatibility-with-upcoming-version-of-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:1182:\"<p>WordPress 4.7.4 <a href=\"https://wordpress.org/news/2017/04/wordpress-4-7-4/\">is available</a> and is a maintenance release that fixes 47 issues reported against 4.7. This update includes a visual editor <a href=\"https://core.trac.wordpress.org/ticket/40305\">compatibility fix</a> for an upcoming version of Chrome.</p>\n<p>Uploading video and audio files no longer result in <a href=\"https://core.trac.wordpress.org/ticket/40075\">broken thumbnails</a> and the REST API received a few enhancements related to <a href=\"https://core.trac.wordpress.org/ticket/39854\">data</a> <a href=\"https://core.trac.wordpress.org/ticket/40136\">handling</a>. WordPress 4.7.4 also restores the ability to Shift-click a range of checkboxes.</p>\n<p>Auto updates are rolling out but if you&#8217;d like to update immediately, browse to Dashboard &gt; Updates and click the update button.</p>\n<p>To see a full list of changes visit the <a href=\"https://codex.wordpress.org/Version_4.7.4\">release notes</a> page on the Codex. Since December, WordPress 4.7 has been <a href=\"https://wordpress.org/download/counter/\">downloaded</a> more than 60 million times.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 20 Apr 2017 18:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"Dev Blog: WordPress 4.7.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4710\";s:7:\"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://wordpress.org/news/2017/04/wordpress-4-7-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4513:\"<p>After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release.</p>\n<p>This release contains 47 maintenance fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.7.4\">release notes</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.7?rev=40487&stop_rev=40224\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.4</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.4.</p>\n<p>Thanks to everyone who contributed to 4.7.4:<br />\n<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aussieguy123/\">aussieguy123</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boldwater/\">boldwater</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/chesio/\">chesio</a>, <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidbenton/\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ghosttoast/\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites/\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/karinedo/\">karinedo</a>, <a href=\"https://profiles.wordpress.org/lukasbesch/\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">maguiar</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mayurk/\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/delawski/\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha/\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt/\">sagarkbhatt</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sboisvert/\">sboisvert</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Apr 2017 17:54: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:15:\"Pascal Birchler\";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:70:\"Post Status: Introducing a new way to find high quality WordPress jobs\";s:7:\"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=36314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://poststatus.com/wordpress-job-board/\";s: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:3285:\"<p>It&#8217;s my pleasure to formally introduce the <a href=\"https://poststatus.com/jobs\">Post Status WordPress job board</a>. It actually went live two weeks ago, but I wanted to give it time to work out any kinks before broadly promoting it.</p>\n<p>Now, I think we&#8217;re ready for prime time. So, why do we need another place to list WordPress jobs?</p>\n<p>The signal to noise ratio &#8212; both for employers seeking qualified candidates, and for candidates finding quality job listings &#8212; is pretty low across the board in the job market. Most people who hire technical professionals will tell you that it&#8217;s very difficult to find good candidates. And anyone seeking great job opportunities knows how hard it can be to find out the best opportunities, especially at the times you&#8217;re actually looking.</p>\n<p>The goal for the Post Status WordPress job board is to take advantage of both sides of this equation.</p>\n<p>Post Status isn&#8217;t a huge website with tons of traffic. But the traffic I do get is from a highly targeted audience of primarily WordPress professionals, or web professionals who use WordPress as a primary tool.</p>\n<p>By creating a highly targeted job board, I&#8217;m able to increase the signal on both sides; employers can get quality applications, and applicants can find quality employers.</p>\n<p>Furthermore, our team &#8212; meaning <a href=\"https://poststatus.com/profiles/katie-richards/\">Katie Richards</a>, and myself &#8212; go through each employer&#8217;s listing to confirm that it&#8217;s a qualified listing of someone actually hiring, provides relevant information, and is properly described for the available position.</p>\n<p>We&#8217;ve already got 20+ jobs and counting, and I know many of them have had applications start to roll in, even without public announcement yet.</p>\n<p>If you&#8217;d like to submit a job, the process is currently only for Post Status <a href=\"https://poststatus.com/club\">members</a>. We may open that up in the coming weeks, but for now, you can join and post, or if someone from your organization is a member, they can post it.</p>\n<p>Listings last for 45 days (the first listings are being extended out starting today), and will be marketed to the Post Status Club &#8212; now over 900 WordPress professionals &#8212; as well as the free Post Status <a href=\"https://poststatus.com/newsletter\">newsletter</a>, where we&#8217;ll send digests of new jobs.</p>\n<p>In the future, we may create new features for job seekers to keep an even closer eye on available jobs, but for now, the email and listing page are the place to go. And we may build new tools for employers as we get feedback and see demand for them.</p>\n<p>I look forward to this being a valuable resource for the WordPress community. We&#8217;re dedicated to making it work well for a long haul, and we expect general activity to increase as the word gets out that it&#8217;s there.</p>\n<p>So, if you don&#8217;t mind, we&#8217;d love your help to promote this job board, both now and when you hear of companies hiring and people seeking positions. It is a truly great feeling to know that you helped someone find their next workplace.</p>\n<p>So, check out some <a href=\"https://poststatus.com/jobs\">WordPress jobs</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, 20 Apr 2017 13:35: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: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: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:89:\"WPTavern: WordCamp Europe 2017 Announces Speakers, Opens Registration for Contributor Day\";s:7:\"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=69083\";s:7:\"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/wordcamp-europe-2017-announces-speakers-opens-registration-for-contributor-day\";s: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:2015:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/01/wordcamp-europe-2017.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2017.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2017</a> has been rolling out <a href=\"https://2017.europe.wordcamp.org/speakers/\" target=\"_blank\">speaker</a> announcements over the past week, slowly building what appears to be a strong lineup of both European and international WordPress experts. Speaker names are being released in thematic groups, the first dedicated to development topics, followed by business and content/marketing groups.</p>\n<p>Registration for <a href=\"https://2017.europe.wordcamp.org/2017/04/19/time-to-register-for-wceu-2017-contributor-day/\" target=\"_blank\">Contributor Day</a>, which will be held the day before the conference on Thursday, June 15th, is now open. Organizers are expecting more than 3,000 attendees for the WordCamp, but Contributor Day is limited to 500 registrants. The <a href=\"http://wceurope.polldaddy.com/s/sign-up-for-contributor-day-2017\" target=\"_blank\">signup form</a> allows attendees to select up to two different contributor teams they would like to participate in.</p>\n<p>In addition to the traditional contribution activities, Thursday&#8217;s event will also feature workshops and talks for beginners and those who want to learn more about topics such as JavaScript, Vagrant, internationalization, security, accessibility, and plugins. The workshops will be announced at a later date.</p>\n<p>WP Tavern will be on the ground in Paris to cover WordCamp Europe as an official media partner. We&#8217;re looking forward to connecting with the European WordPress community and finding the stories that might otherwise go untold. The last remaining <a href=\"https://2017.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets</a> are selling quickly. There are 288 micro-sponsor tickets left and just 308 general admission tickets remaining before the event is sold out.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 20 Apr 2017 03:29: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:40;a:6:{s:4:\"data\";s:11:\"\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:80:\"HeroPress: Announcing the Up and Running Scholarship, from HeroPress and WPShout\";s:7:\"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://heropress.com/?p=1722\";s:7:\"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://heropress.com/announcing-up-running-scholarship-heropress-wpshout/\";s: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:3241:\"<img width=\"960\" height=\"639\" src=\"https://heropress.com/wp-content/uploads/2017/04/ipad-uandr-1-1024x682.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Two hands holding an ipad so we can see the screen.\" /><p>For the first time ever, HeroPress is taking part in offering a scholarship! The good folks over at WPShout are soon releasing some great new WordPress training material called <em>Up and Running</em>. As part of that release they&#8217;d like to offer ten copies for free to those who fit the application qualifications.</p>\n<h3>How do I apply?</h3>\n<p>Visit the <a href=\"https://heropress.com/up-running-scholarship-heropress-wpshout/\"><em>Up and Running</em> Scholarship Application</a> page, read the rules, and fill out the form.</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: Announcing the Up and Running Scholarship, from HeroPress and WPShout\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Announcing%20the%20Up%20and%20Running%20Scholarship%2C%20from%20HeroPress%20and%20WPShout&via=heropress&url=https%3A%2F%2Fheropress.com%2Fannouncing-up-running-scholarship-heropress-wpshout%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Announcing the Up and Running Scholarship, from HeroPress and WPShout\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fannouncing-up-running-scholarship-heropress-wpshout%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%2Fannouncing-up-running-scholarship-heropress-wpshout%2F&title=Announcing+the+Up+and+Running+Scholarship%2C+from+HeroPress+and+WPShout\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Announcing the Up and Running Scholarship, from HeroPress and WPShout\"></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/announcing-up-running-scholarship-heropress-wpshout/&media=https://heropress.com/wp-content/uploads/2017/04/ipad-uandr-1-150x150.png&description=Announcing the Up and Running Scholarship, from HeroPress and WPShout\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Announcing the Up and Running Scholarship, from HeroPress and WPShout\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/announcing-up-running-scholarship-heropress-wpshout/\" title=\"Announcing the Up and Running Scholarship, from HeroPress and WPShout\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/announcing-up-running-scholarship-heropress-wpshout/\">Announcing the Up and Running Scholarship, from HeroPress and WPShout</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:\"Thu, 20 Apr 2017 00:07: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:\"\";}}}}}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:80:\"WPTavern: BuddyPress 2016 Survey Results Show 54% of Respondents are on PHP 7.0+\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/buddypress-2016-survey-results-show-54-of-respondents-are-on-php-7-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:5532:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/03/bp-featured.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://buddypress.org/2017/04/2016-buddypress-survey-results/\" target=\"_blank\">results of the BuddyPress 2016 survey</a> have been published. This year the survey received feedback from 302 respondents in 61 different countries, a 43% increase in responses from 2015. The top five countries represented in the survey include the United States (27.15%), India (7.62%), United Kingdom (6.95%), Germany (6.29%), and Canada (3.64%). English remains the most popular language for BuddyPress sites at nearly 70% and this year Spanish (10.7%) replaced French for the #2 spot, followed by German (9.96%).</p>\n<p>A new question in the 2016 survey asked users what PHP versions their sites are on. More than 53% of respondents report having sites on PHP 7.0+ and 63% are using a version higher than 5.6+.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/buddypress-php-2016.png?ssl=1\"><img /></a></p>\n<p>Lead developer Paul Gibbs sees these results as an affirmation that the BuddyPress core leadership made the right decision when dropping support for PHP 5.2 nine months ago.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We (<a href=\"https://twitter.com/buddypress\">@buddypress</a>) made the right call 9 months ago to drop support for PHP 5.2 in our last major release.</p>\n<p>&mdash; Paul Gibbs (@pgibbs) <a href=\"https://twitter.com/pgibbs/status/849399725707202562\">April 4, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">In fact, our 2016 users survey <a href=\"https://t.co/1LClEoOr38\">https://t.co/1LClEoOr38</a> suggests 88% of respondents use PHP &gt;5.6, maybe we can be more aggressive this year.</p>\n<p>&mdash; Paul Gibbs (@pgibbs) <a href=\"https://twitter.com/pgibbs/status/849399973649276931\">April 4, 2017</a></p></blockquote>\n<p></p>\n<p>Gibbs is currently on a sabbatical from BuddyPress and was not available for comment. Project lead John James Jacoby said that the decision to drop support for PHP 5.2 may not be a direct corollary to its usage falling below 1%, but the core team will continue to bump the minimum version in the future with consideration for user happiness.</p>\n<p>&#8220;It’s hard to know whether increasing our minimum PHP version made any direct difference,&#8221; Jacoby said. &#8220;My hunch is most users do not care very much, and the ones that do, care greatly. It’s all about keeping users happy – sometimes that means maintaining compatibility with old dependencies; other times it means kindly motivating users to upgrade things maybe they haven’t thought about in a while.&#8221;</p>\n<p>The 2016 results show that 45% of respondents have been using BuddyPress for a year or less. While this isn&#8217;t necessarily an indication of users&#8217; ability, it is interesting in light of the project&#8217;s recent shift to focus on developers and site builders. The survey results indicate that more users identify themselves as a beginner when it comes to knowledge of BuddyPress themes and hooks.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/buddypress-knowledge.png?ssl=1\"><img /></a></p>\n<p>BuddyPress core developers made the decision to focus on site builders and developers based on how they saw the project&#8217;s user base changing over time. Making the software 100% turnkey is no longer one of their chief objectives. With the high percentage of users who identify as beginners, the project will need to find a way to get them connected and advancing in their BuddyPress knowledge.</p>\n<p>&#8220;The <a href=\"https://buddypress.org/support/\" target=\"_blank\">BuddyPress.org community forums</a> continue to be the best place to get connected with other users to talk about what they’re working on,&#8221; Jacoby said. &#8220;Our documentation coverage in the codex is constantly being maintained, and we’re still working behind the scenes on a developer site ala <a href=\"https://developer.wordpress.org/\" target=\"_blank\">developer.wordpress.org</a>. Nothing will ever beat reading the code from inside a quality code-editor, but having public visibility into the codebase is good for everyone, too.&#8221;</p>\n<p>April 30, 2017, marks the 8th anniversary of the first stable release of BuddyPress. Version 3.0 will be released this year and contributors are working towards adding a new template pack and improving the BP REST API, in addition to other new features based on comments from the survey.</p>\n<p>&#8220;The primary focus of BuddyPress for 3.0 and beyond (in addition to being a great foundation for developers) should be to improve member management and communications inside your WordPress,&#8221; Jacoby said. &#8220;The latest and greatest versions of PHP don’t necessarily help us with those things directly, but the performance improvements of running BuddyPress on PHP 7.0 or 7.1 are impressive, enough to continue aggressively bumping our minimum required and recommended versions to keep users happy and safe.&#8221;</p>\n<p>A <a href=\"https://buddypress.org/2017/04/2016-buddypress-survey-results/\" target=\"_blank\">summary of the 2016 survey results</a> was published to the BuddyPress.org blog and the <a href=\"https://mercime.github.io/BuddyPress-2016-survey-results/\" target=\"_blank\">full results</a> are available on GitHub, along with comments from respondents.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 19 Apr 2017 19:43: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: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:94:\"WPTavern: New WordPress Plugin Shows Users Where a Plugin’s Settings Link Is Upon Activation\";s:7:\"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=68829\";s:7:\"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://wptavern.com/new-wordpress-plugin-shows-users-where-a-plugins-settings-link-is-upon-activation\";s: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:2288:\"<p>A common frustration I&#8217;ve experienced in WordPress after installing a plugin is figuring out where the settings link is located. It can be a top-level menu item or tucked away in a sub-menu. Sometimes, the plugin doesn&#8217;t warrant a settings link.</p>\n<p>A new plugin called <a href=\"https://wordpress.org/plugins/show-plugin-menu-items-on-activation/\">Show Plugin Menu Items on Activation</a> created by <a href=\"https://profiles.wordpress.org/kellenmace\">Kellen Mace</a> and <a href=\"https://profiles.wordpress.org/binarygary\">Gary Kovar</a> seeks to calm the chaos. When a plugin is activated, an Admin Notice is displayed that informs the user where to configure it.</p>\n<img />Where to Find Akismet&#8217;s Settings\n<p>The notice can be dismissed by either clicking the dismiss button or hovering over the menu location. The notice does not display for plugins that include a welcome page or wizard such as BuddyPress and WooCommerce.</p>\n<p>The number of admin pointers that are displayed depends on the number of menu items that are added. For example, if a plugin adds three menu items, three admin pointers are displayed.</p>\n<p>When four or more menu items are added, a notice is shown at the top of the screen that says, &#8216;Many new plugin menu items were added.&#8217; If no menu items are added, a notice displays at the top of the screen that says, &#8216;No new plugin menu items were added.&#8217;</p>\n<p>I tested the plugin on WordPress 4.7.3 and didn&#8217;t encounter any issues. Although plugins ought to make finding the settings link easier upon activation, this particular plugin has me wondering if displaying these types of admin notices should be a core feature. In my experience, plugin authors rarely take advantage of admin pointers to explain where to go or what to do next after being activated.</p>\n<p>Related to the above, I encourage plugin developers to <a href=\"https://hugh.blog/2012/07/27/wordpress-add-plugin-settings-link-to-plugins-page/\">read this article </a>by Hugh Lashbrooke, that explains how to add a settings link to the plugins listing page. Adding a settings link to the plugins listing page puts it in a predictable location and is something I as a user appreciate.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 19 Apr 2017 19:07:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"HeroPress: The Only Journey Is The One Within\";s:7:\"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=1703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://heropress.com/essays/journey-one-within/\";s: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:23128:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/04/041917-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress gives you the opportunity to be whoever you want to be and to give yourself a voice.\" /><p>I was born in Luxembourg (Europe), almost exactly 36 years ago. To be honest, I was not one of the children or teenagers who knew what they wanted to become when they grow up. And to stay honest, I still don’t know exactly to this day.</p>\n<p>After school I got advised to start working for the government; jobs are well paid and stressless. But considering my tasks, I did not have the feeling that there was any particular skill or performance needed to get them done, nor was there any desirable achievement in the years to come.</p>\n<p>In the following 12 years, I switched administrations and ministries, trying to find more fulfillment and happiness in what I was doing during the day. But sooner or later the daily routine made me feel very miserable and frustrated. I started to realize that though I still did not know what I wanted to become, I knew exactly what I did not want to do anymore: sitting in an office from nine to five, doing the same administrative work, day after day, without any motivation, without any personal goal. There must be more in life for me!?</p>\n<p>My husband, <a href=\"https://twitter.com/schlessera\">Alain Schlesser</a>, at that point also a government agent, was fed up as well and decided to quit his job and start freelancing as a web developer focussing on WordPress &#8211; so at least one of us had a specific goal.</p>\n<h3>Getting Out</h3>\n<p>In summer of 2014 I opted for a four year sabbatical, we sold everything we owned in Luxembourg and moved to the German “Eifel” quite into the middle of nowhere together with our three french bulldogs Jasper, Duke, and Indra. I did not have the slightest idea of where my personal journey would lead me in the end, but I had the feeling that it was time to take better care of myself.</p>\n<p>First, I started studies as a dog health &amp; behavior trainer, which I completed successfully. After the studies, I got sick and depressed. I gained more and more weight, was constantly dealing with all sorts of aches and had severe doubts about what the future might bring to me. And the more I doubted, the less productive I got.</p>\n<p>In summer of 2015 I got the diagnosis that I was suffering from lipedema &#8211; a chronically progressive disease which is basically a very painful fat disorder, that almost exclusively affects women. I decided to completely change my life and focus on my mental and physical health.</p>\n<p>Meanwhile, my husband was working hard to achieve his personal goals. At that point I did not have a very clear idea of what he was actually doing during the day, nor was I interested in any details.</p>\n<blockquote><p>I had nothing to do with the web or computers in general, except for Google, Facebook and writing emails.</p></blockquote>\n<p>Coding, programming, developing, those were foreign words to me. A few years back, I had started two blogs on wordpress.com where I shared my dogs’ stories and my experiences during my studies &#8211; that was the only knowledge I had about Alain’s new world &#8211; and about WordPress. Today I agree that these were hard times for us: we spent 24 hours together in the same house but we did not have much to share anymore: I had locked myself out of the life my husband was leading during the day due to a lack of interest and knowledge on one side, and fears on the other.</p>\n<h3>Finding WordPress</h3>\n<p>I entered the world of WordPress because Alain invited me to join him in a trip to WordCamp Europe 2016 in Vienna. Despite looking forward to exploring a new city and do some shopping, I had no expectations of what I was going to experience in Vienna. To be honest,  I was scared of meeting the &#8220;nerdy&#8221; part of my husband&#8217;s life and of not being able to get involved in it &#8211; again. However, what happened in Vienna was totally unexpected and overwhelming for me: I met hundreds of open-minded, interesting, welcoming, friendly and helpful people who were interested in what I had to share with them, although I was not involved at all in WordPress or the community so far.</p>\n<p>I probably had the most inspiring discussions I’ve ever had in my life and one of the funniest and joyful weeks too. There were more than two thousand people, and nobody (!) made me feel uncomfortable, ignorant or out of place.</p>\n<blockquote><p>I have never experienced such an unconditionally welcoming atmosphere before &#8211; and I noticed that I truly wanted to be a part of that amazing community in the future.</p></blockquote>\n<p>To be honest, I actually had withdrawal symptoms once we were back home. I got very active in following up and my Twitter account, which I had registered years ago without ever having tweeted before, suddenly got filled up with WordPress people.</p>\n<h3>Diving Deeper</h3>\n<p><a href=\"https://heropress.com/wp-content/uploads/2017/04/IMG_8361-min.jpg\"><img class=\"alignleft size-medium wp-image-1705\" src=\"https://heropress.com/wp-content/uploads/2017/04/IMG_8361-min-300x300.jpg\" alt=\"Carole, Alain, and dogs\" width=\"300\" height=\"300\" /></a>Only a few days after being back in Germany I started to organize trips to other WordCamps, and in September of 2016 Alain and I traveled together with our three dogs to <a href=\"https://2016.frankfurt.wordcamp.org/\">WordCamp Frankfurt</a> (Germany) &#8211; both of us as volunteers, and Alain as a speaker too.</p>\n<p>Volunteering felt excellent and right, and we got in touch with the German WordPress Community for the first time. Alain’s talk was a success, and the German community adopted our entire family immediately; we loved seeing our dogs getting spoiled with hugs and treats.</p>\n<p>In October of 2016 we joined <a href=\"https://2016.netherlands.wordcamp.org/\">WordCamp Netherlands</a> in Utrecht where we once again met interesting and friendly people. Another premiere for me: “How WordPress Saved My Life” by <a href=\"https://twitter.com/WordNerdSally\">Sally Mayor</a> was the first talk I ever chose to see at a WordCamp. As you can imagine by reading the title, this was totally inspiring to me.</p>\n<p>Just as with the previous WordCamps, Alain and I hardly spent any time on our own: hospitable organizers, volunteers, speakers, and attendees surrounded us and insisted on showing us the best spots and restaurants in town.</p>\n<p>Two weeks later, we visited <a href=\"https://2016.cologne.wordcamp.org/\">WordCamp Cologne</a> (Germany) where we looked forward to seeing some of the lovely people we met two months before at WordCamp Frankfurt. I helped out at the registration desk, as I did in Frankfurt &#8211; definitely one of the best opportunities to get in touch with the community.</p>\n<p>At that point, I also took part in my first “Contributor Day”. I participated in the Polyglots team as well as in the Community team, as these don’t require technical knowledge.</p>\n<blockquote><p>At the end of the day, I had localized one free theme into German (which was committed the same day) and joined the discussions for organizing a new type of WordCamp.</p></blockquote>\n<p>As I was more interested in contributing to the community part, I joined Slack and was again diligent in following up. I wanted to become an active part of this community and help create and maintain the welcoming atmosphere I have experienced myself. It worked out very well: I am now a member of the organizing team for a very special German WordCamp with a unique and new concept, to happen in 2018.</p>\n<h3>New Wapuu</h3>\n<p><a href=\"https://heropress.com/wp-content/uploads/2017/04/Collage-min.jpg\"><img class=\"alignright size-medium wp-image-1707\" src=\"https://heropress.com/wp-content/uploads/2017/04/Collage-min-300x226.jpg\" alt=\"Wabully with a real French Bulldog\" width=\"300\" height=\"226\" /></a>Another idea was born at WordCamp Cologne: designing a Wapuu with the characteristics of a french bulldog. Meanwhile, our dogs had become an integral part of the German community, who considers our frenchies as the unofficial mascots. Said and done &#8211; by channeling designer skills that I did not even know about, I created the <a href=\"https://wapu.us/wapuu/wabully/\">“Wabully”</a>. Jasper, our nine-year-old male frenchie was the template.</p>\n<h3>Taking Control of Life</h3>\n<p><a href=\"https://heropress.com/wp-content/uploads/2017/04/before_after-min.jpg\"><img class=\"alignleft size-medium wp-image-1708\" src=\"https://heropress.com/wp-content/uploads/2017/04/before_after-min-203x300.jpg\" alt=\"Before and after a health change\" width=\"203\" height=\"300\" /></a>Besides all the positive and inspiring input for my brain, I took good care of my physical health too. I continued losing weight due to healthy and fresh nutrition, and my fitness level increased because I was doing sports again. My lipedema therapy &#8211; including two surgeries &#8211; was very successful and so my physical and mental health got better and better. In 18 months I managed to lose almost seventy pounds. I was actively taking control of my life again.</p>\n<p>In November of 2016 Alain and I joined our first <a href=\"https://www.meetup.com/WordPress-Meetup-Koln/\">WordPress Meetup in Cologne</a>. <a href=\"https://twitter.com/ocean90\">Dominik Schilling</a> was sharing his experience during his WordPress 4.6 release lead. I noticed that all this “WordPress-stuff” was not so strange to me anymore; I managed to follow most of Dominik’s testimonies &#8211; and it was interesting to me through the entire talk.</p>\n<blockquote><p>I realized that WordPress was not a mystery to me anymore and that discussions at home must have changed a lot in the past months.</p></blockquote>\n<p>Now I knew the people Alain was talking about, I understood most of the projects and concepts he was referring to, and I was not bored anymore when he was talking about his current development issues.</p>\n<p>I encouraged Alain to book a trip to Philadelphia in December of 2016 to attend <a href=\"https://2016.us.wordcamp.org/\">WordCamp US</a> &#8211; an amazing, precious and fruitful experience for him. Unfortunately, I could not join him because of surgery. I admit that I was a bit jealous at that point, but I (rightfully) had a hunch that this trip could be important for my husband and his professional future.</p>\n<p>By coincidence, the only talk I saw online at WordCamp US was <a href=\"https://twitter.com/topher1kenobe\">Topher DeRosia’s</a> presentation of “HeroPress &#8211; The People of WordPress” which was totally inspiring to me. At that point, I would never have imagined that a few weeks later he’d find me and ask me to write an essay for HeroPress&#8230;</p>\n<h3>Using My Powers For Good</h3>\n<p>Earlier that year in spring, I had created a Facebook group for lipedema affected women in Luxembourg together with a friend. Lipedema is largely unknown in Luxembourg and often misdiagnosed as simple obesity. There is almost no help for affected women in my country of birth. I was indeed very lucky having moved to Germany, where the specialists in lipedema diagnosis and treatment are located; otherwise, I would probably not have been diagnosed and treated correctly up until now.</p>\n<blockquote><p>Inspired by my personal success and the growth of our Facebook group I decided, in January of 2017, to fight for a change in Luxembourg together with other lipedema patients.</p></blockquote>\n<p>We have been very active in educational work and we built a significant presence in Luxembourgish media in the past few weeks. The feedback was enormous and we founded a nonprofit association. I knew it would be very useful to create a website to reach more affected women, doctors, and other interested people.</p>\n<p>I accepted the challenge and decided to set up a WordPress site. Alain built a theme according to my ideas and I successfully completed my very first plugin installations &#8211; most importantly for me a page builder called Beaver Builder. I had never imagined how easy, fun and fulfilling building of a website could be! With almost no skills and within a period of seven days only I managed to create lots of valuable content with a nice structure. I admit that living under the same roof with a devoted and passionate developer made some things easier for me.</p>\n<blockquote><p>But besides that, I began to understand what makes WordPress so special: everybody who has something to share is given the possibility to do so by WordPress.</p></blockquote>\n<p>If I managed to do that, why wouldn’t you? There are plenty of possibilities to help you build your website, blog or business &#8211; use them! And many fantastic WordPress people offer their support, contribute every single day to improve the software and to make it accessible for everybody out there. And some specialists offer great courses for absolute beginners like I am, to help them improving their skills.</p>\n<p>We have reached many lipedema patients through my website “<a href=\"https://www.lipoedem.lu/\">Lipödem Lëtzebuerg</a>”, who thank us every day for our commitment as so-called lipedema fighters. I am so happy that lipedema is now a topic of discussion in Luxembourg, which is not only a consequence of our devotion but also due to WordPress allowing me to build a website in a very short amount of time, and with almost no skills. Meanwhile, in collaboration with the National Patients Representation, we have formulated concrete demands concerning diagnosis and therapy to the Luxembourgish Government.</p>\n<p>I am overwhelmed and happy to see how much attention and gratefulness my work and website have earned. It fulfills me in a way that I had not experienced in the past 12 years during my well-paid job.</p>\n<h3>Making a Living</h3>\n<p>It turned out that my enthusiasm and content writing skills were noticed by the CEO of a startup in Luxembourg. I got a remote job offer for writing and managing content on their WordPress website and for being a part of the social media team. We are currently testing a possible cooperation, and I have already been writing some of the content for their website.</p>\n<p>Furthermore I got contacted to work on the elaboration and social media spreading processes of an important lipedema study in Germany as well.</p>\n<p>I was not even actively searching for a job and the offers come rolling in nevertheless &#8211; what an amazing new experience!</p>\n<p>At the same time, I was busy in the last months for the WordPress community:</p>\n<p>As member of an organizing team, I was in charge of finding the perfect location for a WordCamp in 2018. Together with some of my colleagues I have visited some excellent sites in Germany, and I am leading the negotiations.</p>\n<p>Alain and I joined the first German contributor night in Cologne, which was both productive and fun. I proudly presented my very first results of crocheting, which I started in-between my surgeries as a pastime while I needed to stay in bed:</p>\n<table border=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td align=\"center\" width=\"50%\"><a href=\"https://heropress.com/wp-content/uploads/2017/04/IMG_8774-min.jpg\"><img class=\"alignnone size-medium wp-image-1709\" src=\"https://heropress.com/wp-content/uploads/2017/04/IMG_8774-min-300x300.jpg\" alt=\"Small yellow crocheted wapuu\" width=\"300\" height=\"300\" /></a></td>\n<td align=\"center\" width=\"50%\"><a href=\"https://heropress.com/wp-content/uploads/2017/04/IMG_9310-min.jpg\"><img class=\"alignnone size-medium wp-image-1710\" src=\"https://heropress.com/wp-content/uploads/2017/04/IMG_9310-min-300x300.jpg\" alt=\"Crocheted Wabully\" width=\"300\" height=\"300\" /></a></td>\n</tr>\n</tbody>\n</table>\n<p><span>In February of 2017 Alain and I have been asked </span><span>by </span><a href=\"https://twitter.com/BirgitOlzem\"><span>Birgit Olzem</span></a><span> to be part of the organizing team of the </span><a href=\"http://www.wpmeetup-eifel.de/\"><span>WordPress Meetup Eifel</span></a><span>, which we </span><span>both were delighted to accept</span><span>. </span><span>The first Meetup organized by the new team of three will happen at the end of April.</span></p>\n<p>In March of 2017 we flew to <a href=\"https://2017.london.wordcamp.org/\">WordCamp London</a>. We were both volunteering and I feel honored that I was part of an outstanding team which made every possible effort to organize a welcoming and amazing event for every single attendee. In terms of inclusivity and accessibility, WordCamp London set high standards: there has been a lactation room, a crèche, a multi-faith room, a quiet room, live transcription of the talks, life essential boxes in women’s and men’s restrooms. Almost every area was accessible to wheelchairs &#8211; with volunteers designated to help in the few spots that weren’t. We had a lovely and inspiring time there and I have yet to follow up with everyone. It makes me feel like my family grows with every WordCamp.</p>\n<p>Last but not least I want to share that I submitted a lightning talk proposal to <a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> in Paris. It took all of my courage, but I was feeling so honored and inspired by Topher&#8217;s request to write an essay for HeroPress that I realized there might be a story which deserves to be told. I was so proud to have applied as a speaker that it wouldn&#8217;t even matter in the end whether my talk is accepted or not.</p>\n<p>Alain has applied as speaker as well, and we will both help as volunteers again. I can’t wait to be part of this big event. I look forward to seeing friends and meeting new people. It will be my one-year anniversary of being part of the WordPress community &#8211; a year with lots of positive changes and inspiration.</p>\n<p><span>In the end, my talk proposal for WordCamp Europe has not been selected. Of course, I felt a bit sad about this. Even if I was aware that there had been over 300 applications for more or less 40 spots, I had some kind of feeling of having “failed” on my first try… But after having slept on it, I soon got over my deception and I was pleased for Alain for having reached a milestone: his talk proposal got accepted.</span></p>\n<p><span>And most importantly, I decided not to let this discourage me from applying as a speaker again. There are other WordCamps and all things happen for a good reason: I was pondering for weeks if I should attend </span><a href=\"https://2017.berlin.wordcamp.org/\"><b>WordCamp Berlin</b></a><span> or not. I love the community, I love the city but Alain already had other plans. Said and done &#8211; I booked a hotel, bought my ticket, applied as a volunteer and submitted my talk proposal, slightly modified and in German. This time my lightning talk got accepted and I will be a speaker for the very first time at WordCamp Berlin on the 13th of May &#8211; I am more than excited about it. Alain’s plans were changing so that he’s now able to join me with our dogs on my trip to Berlin.</span></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Thanks for joining me in the more \"nerdy\" part of my life, <a href=\"https://twitter.com/CaroleOlinger\">@CaroleOlinger</a> ! <a href=\"https://twitter.com/hashtag/WCFRA?src=hash\">#WCFRA</a> <a href=\"https://t.co/VuTHtW3EkP\">pic.twitter.com/VuTHtW3EkP</a></p>\n<p>&mdash; Alain Schlesser (@schlessera) <a href=\"https://twitter.com/schlessera/status/772411090672156672\">September 4, 2016</a></p></blockquote>\n<p></p>\n<p>I hope that I can give something back to the WordPress community with what I’m doing. I am a true WordPress community lover by now. I would like to encourage the people out there to use WordPress &#8211; especially when they think they don’t have enough skills to build a website. There is no such a thing as “I can’t do this.” &#8211; Yes, you can! As long as you have something to share with the world, or a business idea or any other motivation that drives you &#8211; just spread it. WordPress gives you the opportunity to be whoever you want to be and to give yourself a voice.</p>\n<h3>WordPress Is For You, No Matter Who You Are</h3>\n<p>Furthermore I would love to see every WordPress user, blogger, developer, programmer, designer &#8211; and even more so their respective partners &#8211; joining the nearest WordCamp (or Meetup) and meeting the amazing WordPress community! Especially when you haven’t done this so far. You’ll be able to find inspiration and friends, develop unknown personal skills, gain new perspectives on your job or life and, in any case, learn a lot, just like I did. And last but not least &#8211; it can even bring your relationship to a whole new level.</p>\n<p>I still have no idea where my personal journey will lead me in the end but I have this growing feeling that WordPress could be an integral part of my life. Fortunately, it is already a part of me.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Only Journey Is The One Within\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Only%20Journey%20Is%20The%20One%20Within&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-one-within%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Only Journey Is The One Within\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-one-within%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-one-within%2F&title=The+Only+Journey+Is+The+One+Within\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Only Journey Is The One Within\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/journey-one-within/&media=https://heropress.com/wp-content/uploads/2017/04/041917-min-150x150.jpg&description=The Only Journey Is The One Within\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Only Journey Is The One Within\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-one-within/\" title=\"The Only Journey Is The One Within\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/journey-one-within/\">The Only Journey Is The One Within</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, 19 Apr 2017 05:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Carole Olinger\";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:80:\"WPTavern: Open Collective is a New, Transparent Way to Fund Open Source Projects\";s:7:\"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=68528\";s:7:\"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:90:\"https://wptavern.com/open-collective-is-a-new-transparent-way-to-fund-open-source-projects\";s: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:8728:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/open-collective.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://opencollective.com\" target=\"_blank\">Open Collective</a> is a new service that aims to make it easy for individuals, groups, and organizations to raise money in a transparent way. Although many projects have communities ready to offer financial support, the paperwork, taxes, and accounting involved in collecting money under the proper legal entity can be a nearly insurmountable hurdle.</p>\n<p>&#8220;So far, the Internet has been very good at helping people do things together,&#8221; Open Collective co-founder Xavier Damman said. &#8220;But once it involves money, there is no good solution. Creating a new legal entity is too much overhead, too early. What if we could create a virtual entity that can collect money as easily as creating a Facebook Group?&#8221;</p>\n<p>Open Collective was created to eliminate the need for setting up a legal entity in order to raise funds. Groups can set up a collective and begin managing their funds immediately. The two key differentiators of the platform are the ability to raise money recurrently and the built-in transparency. Members of the collective must approve or reject an expense before the money can be used. Unpaid expenses and available funds can be viewed by the public.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/ledger-screen.png?ssl=1\"><img /></a></p>\n<p>Open Collective currently has 228 active collectives and <a href=\"https://opencollective.com/opensource\" target=\"_blank\">196 of them are open source projects</a>. Many open source maintainers are finding success raising funds on the platform. <a href=\"https://webpack.js.org/\" target=\"_blank\">Webpack</a>, a popular utility for bundling JavaScript files, is one of the most prominent successes, having <a href=\"https://opencollective.com/webpack\" target=\"_blank\">funded its first full-time developer</a> through the platform. The project&#8217;s collective now has an annual budget of $83,659.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I setup a collective for Split, my A/B testing framework on <a href=\"https://twitter.com/opencollect\">@opencollect</a>, it\'s now got a yearly budget of $1,338 <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f62e.png\" alt=\"😮\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /> <a href=\"https://t.co/GCJwxBLwHv\">https://t.co/GCJwxBLwHv</a></p>\n<p>&mdash; Andrew Nesbitt (@teabass) <a href=\"https://twitter.com/teabass/status/851822408461844484\">April 11, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">If your company uses tachyons and would like to support its development we are on <a href=\"https://twitter.com/opencollect\">@opencollect</a>!<a href=\"https://t.co/NM1zQQONwX\">https://t.co/NM1zQQONwX</a></p>\n<p>&mdash; Tachyons (@tachyons_css) <a href=\"https://twitter.com/tachyons_css/status/850415608705556480\">April 7, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://preactjs.com/\" target=\"_blank\">Preact</a>, a fast alternative to React, has a collective on the platform to raise funds after maintainer Jason Miller started to experience burnout last year. In a recent <a href=\"https://medium.com/open-collective/why-and-how-to-fund-the-open-source-projects-you-depend-on-da62a582307\" target=\"_blank\">interview with Open Collective</a>, Miller said he enjoyed his day job and didn&#8217;t want to leave it to set up &#8220;Preact Inc.&#8221; One of the reasons he chose the platform was to leave room for future key maintainers to be able to access the community&#8217;s resources, instead of cannibalizing them all in his own personal fundraising efforts.</p>\n<p>&#8220;If you’re fundraising for a community, there’s a clear implication that it’s for the betterment of the project as a whole,&#8221; Miller said. &#8220;By putting the project at center stage, as opposed to a person, there’s no need to explain that. In our case, I think it’s why people were so willing to contribute.&#8221;</p>\n<p>The structure that Open Collective provides puts the focus on the community, instead of solely focusing on funding the talents and efforts of the most prominent maintainer. It also gives projects the opportunity to distribute funds to different types of contributors.</p>\n<p>&#8220;My advice would be to put channels in place for all the different kinds of support an open source project needs, and offer people clear options: write features, raise issues, make a pull request, do code reviews, give money,&#8221; Miller said. &#8220;Don’t try to hide the fact that the project needs funding, and don’t skirt around that fact that it’s specifically about money, or it will come off as disingenuous. If there’s something users want from the project that money can enable, give them an avenue to make it happen.&#8221;</p>\n<p>Open Collective has helped raise more than $200,000 for open source projects on the platform to date. Projects like MochaJS, Babel, GulpJS, Vapor, Qubes OS, and Hoodie have raised thousands of dollars for ongoing maintenance and support. Many of these projects are critical to the open source ecosystem and strapped for resources.</p>\n<p>Although the platform is currently dominated by open source software projects, Open Collective was built to be capable of funding many different types of group efforts. Co-founder Xavier Damman described the platform&#8217;s goals in an <a href=\"http://dataconomy.com/2016/12/xavier-damman-open-collective/\" target=\"_blank\">interview with Dataconomy</a>:</p>\n<blockquote><p>Our goal as Open Collective is to create this new light type of association for our generation who really love doing those side projects, creating those meetup groups, taking the initiative to create a conference located in your city, do open source projects together, create movements like occupy Wall Street, Black Lives Matter, all of that. There’s a whole bunch of things that our generation is doing but we don’t have any platform to enable those movements and these communities to collect money. So it’s all about finding a new way, fund those communities that can have a larger impact.</p></blockquote>\n<p>Open Collective&#8217;s co-founders share a strong commitment to open source and the majority of the platform&#8217;s code is MIT-licensed and <a href=\"https://github.com/opencollective\" target=\"_blank\">available on GitHub</a>.</p>\n<p>&#8220;I’m a big fan of open source myself and we open source everything,&#8221; Damman said. &#8220;Open Collective is an open source platform because we believe in open source. We believe it’s the future of work. There’s no reason for having two different engineers in two different parts of the world solving the same problem. And also open source is the right business decision. I’m an engineer, as well as a developer, and we tend to make much better code if we know that other people can look at it.&#8221;</p>\n<p>Open Collective takes 10% of funds raised by a collective in addition to credit card fees, which are estimated at 3% + $0.30/transaction). The platform&#8217;s fee structure is slightly higher when compared to other crowd-funding and fundraising platforms like Kickstarter and Indiegogo, which charge a 5% fee for successfully funded projects and 3-5% for credit card processing. However, these platforms are more goal-based and not necessarily designed for generating recurring funding. Open Collective&#8217;s fees include use of the platform for managing bookkeeping, taxes, and reimbursing expenses.</p>\n<p>Open Collective for organizations is currently in private beta. It allows local chapters and other organizations to raise money and manage funds without having to open a separate bank account. <a href=\"https://opencollective.com/wwcode\" target=\"_blank\">Women Who Code</a> is an organization that is using the platform this way and has an annual budget of $171,978 based on current recurring donations.</p>\n<p>Money issues can be the source of bitter disputes in communities, especially when maintainers are short on time and neglect to document how donated funds are being used. Open Collective&#8217;s approach to financial transparency is sorely missing in most fundraising platforms, which don&#8217;t require their users to account for how the money has been spent after it is donated. Its built-in transparency and accountability mirrors the values of many open source projects and gives communities a healthy and convenient way to monitor the distribution of funds.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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 Apr 2017 20:55:03 +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:50:\"WPTavern: Automattic to Close San Francisco Office\";s:7:\"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=68827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/automattic-to-close-san-francisco-office\";s: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:3760:\"<p>Automattic&#8217;s San Francisco, CA office is located at 140 Hawthorne. Since 2013, it has served as a coworking space, hosted the WordCamp San Francisco 2014 after party, and has been used as a venue for local meetups.</p>\n<p>On <a href=\"https://stackoverflow.blog/2017/02/20/stack-overflow-podcast-101-matt-mullenweg-on-open-source-blogs-and-beyonce/\">episode 101</a> of the Stack Overflow podcast, Matt Mullenweg, CEO of Automattic, announced that the company will be closing its San Francisco office.</p>\n<p>At the 45:50 mark, Joel Spolsky, co-host of the show, asks Mullenweg if Automattic is one of the largest fully distributed companies in the world.</p>\n<p>&#8220;Yeah, in fact, we&#8217;re looking at shutting down our San Francisco office,&#8221; Mullenweg said. &#8220;We got an office there about six or seven years ago, pretty good lease, but nobody goes in it. Five people go in it and it&#8217;s 15,000 square feet. There are as many gaming tables as there are people.&#8221;</p>\n<p>Automattic has <a href=\"http://www.colliers.com/en-us/sanfrancisco/properties/p-usa1025421/140-hawthorne-street\">listed the property</a> through <a href=\"http://www.colliers.com/en-US/SanFrancisco\">Colliers International</a>, a global real estate company that has more than 500 offices across 67 countries.</p>\n<img />photo credit: <a href=\"http://peterslutsky.com/2013/05/14/pics-touring-automattics-new-office/\">Peter Slutsky</a>\n<p>The building used to be a <a title=\"http://fairtex.com/\" href=\"http://fairtex.com/\">Fairtex location</a>. Fairtex is a manufacturer of combat equipment and clothing for Muay Thai and Mixed Martial Arts. The building was completely renovated in 2013 and designed by <a href=\"http://www.baranstudio.com/commercial/thebarn/\">Baran Studio Architecture</a>.</p>\n<p>The design was based on accommodating 15 to 20 people on a daily basis with options to expand to accommodate a few hundred people.</p>\n<img />WCSF 2014 Contributor Day\n<p>One of my favorite parts of the Automattic office is the <a href=\"https://museum.automattic.com/\">T-Shirt museum</a> where shirt designs from WordCamps across the world are displayed. Mullenweg says the items in the museum will be saved somewhere.</p>\n<p>If you&#8217;ve never had the opportunity to visit Automattic&#8217;s US office, you can <a href=\"https://wptavern.com/tour-automattic-without-leaving-your-house\">tour the inside of it</a> without leaving your home.</p>\n<p>In 2016, San Francisco was named <a href=\"http://sanfrancisco.cbslocal.com/2016/01/11/san-francisco-office-rents-most-expensive-in-the-country/\">the most expensive city</a> to conduct business according to a report by the <a href=\"http://www.cbre.com\">CBRE</a>. If Automattic&#8217;s office isn&#8217;t being used by 20 or 30 people a day, as was originally intended, it makes sense to invest that money elsewhere.</p>\n<p>The closing of the San Francisco office leaves Automattic with two physical offices in the world: One in Cape Town, South Africa where a number of WooCommerce employees live and <a href=\"https://www.facebook.com/pages/Automattic-East/1436557473313917\">Automattic East</a> in Westbrook, Maine.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Randomly stumbled across this <a href=\"https://twitter.com/automattic\">@automattic</a> office in Cape Town, SA after having just listened to <a href=\"https://twitter.com/photomatt\">@photomatt</a> on the <a href=\"https://twitter.com/jaltucher\">@jaltucher</a> podcast. <a href=\"https://t.co/lnKe8o6XbL\">pic.twitter.com/lnKe8o6XbL</a></p>\n<p>&mdash; StatusQuont (@statusquont) <a href=\"https://twitter.com/statusquont/status/847819473046425600\">March 31, 2017</a></p></blockquote>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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 Apr 2017 19:44: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Automattic to Host a Free, Remote Conference on Design and Exclusion on April 21\";s:7:\"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=68713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/automattic-to-host-a-free-remote-conference-on-design-and-exclusion-on-april-21\";s: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:5277:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/design-and-exclusion.jpg?ssl=1\"><img /></a></p>\n<p>Automattic is hosting a free, remote conference called <a href=\"https://x.design.blog/\" target=\"_blank\">Design and Exclusion</a> on April 21. The event will bring together design and technology experts who will discuss solutions for the ways that digital products and services exclude people.</p>\n<p>Lead organizer <a href=\"http://www.ashleighaxios.com/\" target=\"_blank\">Ashleigh Axios</a>, Design Exponent at Automattic, said inspiration for the event came from the exclusion that is everywhere in the industry. Automattic is partnering with Mash-Up Americans and MIT Center for Civic Media to bring awareness to the issue.</p>\n<p>&#8220;Exclusion is all around us, but we don&#8217;t often take the time to understand how it&#8217;s come to be this way, our place in its existence, and our place in combating it,&#8221; Axios said. &#8220;Together, we&#8217;re using research, design, and conversational narrative to open source the prompt to understand the issue of exclusion for further community involvement and refinement.&#8221;</p>\n<p>The schedule for the event includes a message on &#8220;Design and Inclusion&#8221; from Automattic&#8217;s <a href=\"https://x.design.blog/portfolio/john-maeda/\" target=\"_blank\">John Maeda</a> and a session on &#8220;Opportunities Missed from Excluded Voices&#8221; from <a href=\"https://designandexclusionconf.wordpress.com/portfolio/joan-shigekawa/\" target=\"_blank\">Joan Shigekawa</a>, former Senior Deputy Chairman for the National Endowment for the Arts (NEA) during the Obama Administration. The conference also includes four panels with experts from Autodesk, Etsy, Airbnb, and other companies.</p>\n<p>&#8220;Design and Exclusion&#8221; is a pointed conference name that puts the spotlight on the problem participants are trying to address. Axios said this name, as opposed to something like &#8220;Design and Inclusion,&#8221; was a deliberate decision. She said that she and John Maeda felt the need to change the language to reflect a new vantage point on the issue in order to garner new insights.</p>\n<p>&#8220;It should now be a well-known fact that technology companies are suffering from a lack of diversity or lack of inclusion in their teams and companies,&#8221; Axios said. &#8220;This is well-reported and the pressure is building to take on this issue from early-childhood education to educating company human resource offices and hiring managers from questioning social and gender norms as relates to professional roles to crediting those who have been doing the work and not having their contributions and presence well acknowledged. This important work has dominated the &#8216;inclusion&#8217; dialogue within technology-enabled spaces for good reason.</p>\n<p>&#8220;However, equally important and much less discussed, are all of the ways in which products and services can be, and often are, designed and built to exclude individuals and people groups, even if unintentionally. We shouldn&#8217;t have to wait until a company crosses the line, creating a public relations nightmare, in order to evaluate the failures in creating inclusive products.&#8221;</p>\n<p>More than 1,000 people have already signed up for a reminder about when the event takes place. Axios said that even if the event is successful, organizers are not planning to make it an in-person event in the future. The online-only event was designed to offer more access to the conversation than traditional in-person conferences generally provide.</p>\n<p>&#8220;In-person conferences tend to exclude those without financial means to travel or with geographic hurdles to attendance, those with time-prohibiting personal or professional commitments, those who have difficulty navigating crowds or in-person social interactions, and those who prefer to consume information at their own pace and in their choice of format,&#8221; Axios said. &#8220;Given the topic, it&#8217;s our aim that Design and Exclusion be as inclusive as it can while limiting its environmental impact.&#8221;</p>\n<p>Axios said one of the goals of the conference is to understand the industry&#8217;s failures in excluding people as a first step towards creating more inclusive products.</p>\n<p>&#8220;Design and Exclusion aims to do that as an honest and open dialogue with many representatives from across tech,&#8221; Axios said. &#8220;Success will be active participation in this event followed by the broader conversation around this topic from contributors beyond those involved in the initial discussion. To broadly measure success, we&#8217;ll look at views on the content, engagement online using #DesignX, and will track any increase in conversation by use of keywords associated with this topic.&#8221;</p>\n<p>Design and Exclusion kicks off at 9am PT / 12pm ET / 4pm UTC / 5pm GMT on April 21 and the <a href=\"https://x.design.blog/schedule/\" target=\"_blank\">schedule</a> has been published to the event&#8217;s website. Participants who want to join the discussion on making the web more inclusive are invited to use the #DesignX hashtag on Twitter, Instagram, Facebook, and other social networks.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 17 Apr 2017 22:04: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: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:98:\"WPTavern: Inuagural CabinPress Takes Place November 3-5, at Lake Louisa State Park in Clermont, FL\";s:7:\"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=68825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/inuagural-cabinpress-takes-place-november-3-5-at-lake-louisa-state-park-in-clermont-fl\";s: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:3050:\"<p>If spending time in the <a href=\"https://wptavern.com/disconnect-from-technology-at-camp-press-september-23-24-in-seminole-ok\">woods in Oklahoma</a> to disconnect from technology is not your thing, perhaps staying at a cabin in Florida is. <a href=\"https://cabin.press/\">CabinPress</a>, organized by <a href=\"https://davidlaietta.com/\">David Laietta</a>, takes place November 3-5, at <a href=\"https://cabin.press/location/\">Lake Louisa State Park in Clermont, FL</a>.</p>\n<p>The location is about an hour&#8217;s drive from Orlando, FL and is 4,500 acres large with lakes, hills, and scenic areas.</p>\n<p>Similar to <a href=\"http://camp.press/\">CampPress</a>, CabinPress&#8217; goal is to disconnect people from technology to allow them to focus on building and strengthening personal relationships.</p>\n<p>&#8220;I enjoy camping and spending some time disconnected from technology, spending time with others,&#8221; Laietta said. &#8220;I get the most out of a conference when I have the opportunity to have deeper discussions with others than general &#8216;we&#8217;re crushing it, work is fine&#8217; chats.</p>\n<p>&#8220;This is much more comfortable than camping though, so the focus can be on having fun and making connections, while still having a real bed and hot showers.&#8221;</p>\n<p>Accommodations include fully furnished cabins with beds, air conditioning, kitchens, and bathrooms. Activities within the park include hiking, kayaking, board games, canoeing, and more. Laietta suggests packing for the event as if you&#8217;re staying at a hotel.</p>\n<img />Lake Louisa Cabin Interior\n<p>Early bird tickets <a href=\"https://cabin.press/register/\">are available</a> until April 30th when prices will increase from $250 to $300. At the time of writing, there were 15 tickets remaining. Each ticket provides the following:</p>\n<ul>\n<li>Accommodations for Friday and Saturday night</li>\n<li>Meals and snacks from Friday dinner to Sunday lunch</li>\n<li>Canoe and Kayak rentals</li>\n<li>Coworking space with high-speed internet the week following the event in downtown Orlando, FL</li>\n<li>Swag!</li>\n</ul>\n<p>Sponsorship opportunities <a href=\"https://cabin.press/sponsorship/\">are available</a> and the funds will be used to offset the cost of the event. Although CabinPress and CampPress were officially announced around the same time period, Laietta has been planning this event for some time.</p>\n<p>&#8220;We were discussing it after WordCamp Orlando was postponed due to a hurricane last year,&#8221; he said.</p>\n<p>&#8220;We happened to find good timing availability for one of the nice state parks. Many of them you have to book far in advance to get cabins.&#8221;</p>\n<p>Those interested in attending are encouraged to review the event&#8217;s <a href=\"https://cabin.press/code-of-conduct/\">Code of Conduct</a>. To learn more about Lake Louisa State Park and what it offers, visit the <a href=\"https://www.floridastateparks.org/park/Lake-Louisa\">park&#8217;s official site</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 17 Apr 2017 21:21:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:11:\"\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:57:\"HeroPress: HeroPress Geography: Central and South America\";s:7:\"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://heropress.com/?p=1718\";s:7:\"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://heropress.com/heropress-geography-central-south-america/\";s: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:3569:\"<img width=\"960\" height=\"444\" src=\"https://heropress.com/wp-content/uploads/2017/04/central_and_south_america-1024x474.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Google map of Central and South America\" /><p>If you post the Monday after a holiday weekend, is it still part of the weekend? Of course it is! This week&#8217;s Geography collection is from Central and South America, and I&#8217;m stretching a bit and including one from the Caribbean. I hope you enjoy them and feel free to leave comments!</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/minority-amongst-minorities/\">A Minority Amongst Minorities</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/custom-not-synonymous-expensive/\">Custom is not Synonymous with Expensive</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/on-the-other-side/\">On the other side</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/wordpress-a-mere-coincidence/\">WordPress, a Mere Coincidence</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/journey-resilience/\">A Journey of Resilience</a></p></blockquote>\n<p></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: HeroPress Geography: Central and South America\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=HeroPress%20Geography%3A%20Central%20and%20South%20America&via=heropress&url=https%3A%2F%2Fheropress.com%2Fheropress-geography-central-south-america%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: HeroPress Geography: Central and South America\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fheropress-geography-central-south-america%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%2Fheropress-geography-central-south-america%2F&title=HeroPress+Geography%3A+Central+and+South+America\" rel=\"nofollow\" target=\"_blank\" title=\"Share: HeroPress Geography: Central and South America\"></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/heropress-geography-central-south-america/&media=https://heropress.com/wp-content/uploads/2017/04/central_and_south_america-150x150.jpg&description=HeroPress Geography: Central and South America\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: HeroPress Geography: Central and South America\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/heropress-geography-central-south-america/\" title=\"HeroPress Geography: Central and South America\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/heropress-geography-central-south-america/\">HeroPress Geography: Central and South America</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:\"Mon, 17 Apr 2017 20:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:65:\"WPTavern: Yoast Office Hosts “Bring Your Parents to Work Day”\";s:7:\"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=68784\";s:7:\"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://wptavern.com/yoast-office-hosts-bring-your-parents-to-work-day\";s: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:3475:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/Optimized-yoast-office-min.jpg?ssl=1\"><img /></a></p>\n<p>If you&#8217;ve ever heard your parents say something like,&#8221;My son works for the internet,&#8221; or &#8220;My daughter owns some kind of computer company,&#8221; then you know the struggle. Many parents have a difficult time understanding the professions of their grown children, especially when they are in the tech industry. This can also be compounded by the novelty of remote work, which sometimes prompts questions like, &#8220;Just what is it that you do all day?&#8221; or &#8220;When are you going to get a real job?&#8221;</p>\n<p>The team at <a href=\"https://yoast.com/\" target=\"_blank\">Yoast</a> decided to be proactive about the problem of families not understanding their work by hosting an event called &#8220;Bring Your Parents to Work Day.&#8221; Yoast employs a team of nearly 50 people, with 40 employees working in a central office located in Wijchen, Netherlands, and 10 working remotely. The family event brought 42 parents to the office.</p>\n<p>&#8220;It&#8217;s just awesome to have everyone&#8217;s &#8216;home&#8217; team understand what we do and relate to it,&#8221; CEO Joost de Valk said.</p>\n<p>Yoast Community Manager Taco Verdonschot brought his father to work today. His photo below shows all of the parents attending a presentation from Joost and Marieke de Valk about WordPress, open source, and Yoast&#8217;s products.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Today is \'Bring your parents to work day\' at <a href=\"https://twitter.com/yoast\">@yoast</a>. <br />Intended result: our parents finally understand what we really do! <a href=\"https://twitter.com/hashtag/byptwd?src=hash\">#byptwd</a> <a href=\"https://t.co/WuhHlGhyeX\">pic.twitter.com/WuhHlGhyeX</a></p>\n<p>&mdash; Taco Verdo (@TacoVerdo) <a href=\"https://twitter.com/TacoVerdo/status/852866379309088768\">April 14, 2017</a></p></blockquote>\n<p></p>\n<p>&#8220;Most parents didn’t know too much about WordPress and/or open source,&#8221; Verdonschot said. &#8220;They told the parents about our mission to make the web a better place for everyone and to make SEO available for everyone.&#8221;</p>\n<p>After the presentation Verdonschot said employees showed their parents around the office and Joost took them in small groups across the street to a second office the company will be opening soon.</p>\n<p>&#8220;We ended the Bring Your Parents to Work Day with drinks and snacks (home-made by my colleague Chris),&#8221; Verdonschot said. &#8220;Personally, I really liked meeting my colleagues’ parents. Some of them just look so much like their mom/dad! I really think that the presentation gave our parents a better understanding of what we do at Yoast, and how much we’re loving what we do.&#8221;</p>\n<p>The &#8220;Bring Your Parents to Work&#8221; event has been gaining popularity in the past two years. Many large companies participated in 2016, including LinkedIn, Dogfish Head Brewery, HubSpot, ASOS, and British Airways. Verdonschot hasn&#8217;t confirmed with the directors yet, but based on the success of today&#8217;s event, he expects Yoast will make this an annual event.</p>\n<p>&#8220;For me personally, I really like that my parents have visited the office and met my colleagues, because the world I work in now feels less strange for them,&#8221; Verdonschot said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s: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, 14 Apr 2017 21:13:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:\"Mon, 08 May 2017 02:59:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 08 May 2017 02:45:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170412052407\";}", "no");
INSERT INTO `wp_options` VALUES("1471", "_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9", "1494255793", "no");
INSERT INTO `wp_options` VALUES("1472", "_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9", "1494212593", "no");
INSERT INTO `wp_options` VALUES("1473", "_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109", "1494255797", "no");
INSERT INTO `wp_options` VALUES("1474", "_transient_feed_b9388c83948825c1edaef0d856b7b109", "a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Popular — WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Plugins extend and expand the functionality of 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 May 2017 02:40: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: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=4.8-alpha-40581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"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://wordpress.org/plugins/contact-form-7/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:43: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";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:54:\"Just another contact form plugin. Simple but flexible.\";s: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:\"Takayuki Miyoshi\";s: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:5831:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs &amp; Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can&#8217;t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin&#8217;s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi &#8211; With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks &#8211; Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi &#8211; Bogo is a straight-forward multilingual plugin that doesn&#8217;t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.7</h4>\n<ul>\n<li>Added REST API custom endpoints to manipulate contact form data.</li>\n<li>Config Validator: Added test items for field names and attachment file paths.</li>\n<li>Added custom DOM events: <code>wpcf7invalid</code>, <code>wpcf7spam</code>, <code>wpcf7mailsent</code>, <code>wpcf7mailfailed</code> and <code>wpcf7submit</code>.</li>\n<li>New action hook: <code>wpcf7_after_flamingo</code>.</li>\n<li>Added <code>size</code> option to <code>select</code> and <code>select*</code> form-tag types.</li>\n<li>Made it possible to use the 3rd parameter of <code>wpcf7_add_form_tag()</code> to specify &#8220;features&#8221; of the form-tag type.</li>\n</ul>\n<h4>4.6.1</h4>\n<ul>\n<li>Fixed: &#8220;0&#8221; input could pass the <code>minlength</code> validation.</li>\n<li>Fixed: <code>exclude_blank</code> option was applied to all mail fields, not only to the message body.</li>\n<li>Fixed: <code>wpcf7_autop()</code> incorrectly inserted <code>&lt;br /&gt;</code> around hidden and block-type form-tags.</li>\n<li>Fixed: Applying <code>strtolower()</code> to uploaded file names was unnecessary and could cause troubles in a non-English environment.</li>\n</ul>\n<h4>4.6</h4>\n<ul>\n<li>Ajax loader: HTML markup changed to <code>&lt;span&gt;</code> to be easily customizable with CSS.</li>\n<li>Appends a proper header and footer to HTML mail content automatically.</li>\n<li><code>[_serial_number]</code> special mail-tag.</li>\n<li>New form-tag type for hidden fields.</li>\n<li><code>default:shortcode_attr</code> form-tag option.</li>\n<li><code>WPCF7_Shortcode</code>, <code>WPCF7_ShortcodeManager</code>, <code>wpcf7_add_shortcode()</code>, <code>wpcf7_scan_shortcode()</code>, and some other classes and functions have become deprecated.</li>\n<li>Removed all language files from the <em>languages</em> folder. Translations have moved to <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\">translate.wordpress.org</a>.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/contact-form-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"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:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/akismet/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Oct 2005 08:57:41 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/akismet/\";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:103:\"Akismet checks your comments and contact form submissions against our global database of spam to&#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:10:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18180:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog&#8217;s &#8220;Comments&#8221; admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You&#8217;ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it.  Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You&#8217;re done!</p>\n<p><!--section=changelog--></p>\n<h4>3.3.1</h4>\n<p><em>Release Date &#8211; 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the &#8220;Remove author URL&#8221; feature from working after a comment was edited using &#8220;Quick Edit.&#8221;</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using &#8220;Quick Edit.&#8221;</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date &#8211; 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the &#8220;Check for Spam&#8221; button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date &#8211; 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date &#8211; 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the &#8220;Check for Spam&#8221; button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date &#8211; 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date &#8211; 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date &#8211; 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date &#8211; 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the &#8216;akismet_comment_nonce&#8217; filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the &#8220;Remove author URL&#8221; feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date &#8211; 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date &#8211; 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date &#8211; 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn&#8217;t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author&#8217;s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date &#8211; 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date &#8211; 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren&#8217;t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can&#8217;t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date &#8211; 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the &#8220;Remove comment author URL&#8221; JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date &#8211; 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date &#8211; 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the &#8220;Check for Spam&#8221; button from the &#8220;Trash&#8221; and &#8220;Approved&#8221; queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date &#8211; 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the &#8220;Check for Spam&#8221; button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date &#8211; 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date &#8211; 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP&#8217;s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date &#8211; 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix &#8220;Check for Spam&#8221; to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new &#8220;discard pervasive spam&#8221; feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date &#8211; 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date &#8211; 1st August, 2013</em></p>\n<ul>\n<li>Update &#8216;Already have a key&#8217; link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date &#8211; 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date &#8211; 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date &#8211; 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don&#8217;t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date &#8211; 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date &#8211; 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date &#8211; 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date &#8211; 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px.  Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date &#8211; 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the &#8220;Auto delete&#8221; option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the &#8216;Akismet Configuration&#8217; page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in &#8220;author&#8221; column of posts screen</li>\n<li>Added margin-top to &#8220;cleared by &#8230;&#8221; badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a &#8216;History&#8217; link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved &#8220;flagged by&#8230;&#8221; notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid &#8220;flagged by&#8230;&#8221; notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date &#8211; 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under &#8216;Akismet Status&#8217; on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, &#8220;Show the number of comments you&#8217;ve approved beside each comment author.&#8221;</li>\n<li>New option, &#8220;Use a nonce on the comment form.&#8221;</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date &#8211; 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date &#8211; 5th June, 2010</em></p>\n<ul>\n<li>Fix &#8220;Are you sure&#8221; nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date &#8211; 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date &#8211; 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date &#8211; 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date &#8211; 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date &#8211; 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date &#8211; 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You&#8217;re done!</p>\n</dd>\n</dl>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/akismet/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n		\n		\n		\n		\n		\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"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:44:\"https://wordpress.org/plugins/wordpress-seo/\";s: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, 11 Oct 2010 20:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:90:\"WordPress out of the box is already technically quite a good platform for SEO. This&#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:\"Joost de Valk\";s: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:12748:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it&#8217;s still true today, but that doesn&#8217;t mean you can&#8217;t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site&#8217;s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content.  Yoast SEO forces you to choose a focus keyword when you&#8217;re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n  The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n  Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n  Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren&#8217;t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you&#8217;re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you&#8217;ve written a meta description and if that meta description contains your focus keyword, if you&#8217;ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin alsgruo allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta &amp; Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn&#8217;t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It&#8217;s not very useful for a user to end up on the third page of your &#8220;personal&#8221; category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google &amp; Bing of the sitemaps&#8217; existence. These XML sitemaps include the images in your posts &amp; pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they&#8217;re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn&#8217;t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you&#8217;re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn&#8217;t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog&#8217;s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That&#8217;s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import &amp; Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it&#8217;s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It&#8217;s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you&#8217;ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There&#8217;s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg&#8217;s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you&#8217;re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO &#8211; The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you&#8217;ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> &amp; <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit &#8216;Plugins &gt; Add New&#8217;</li>\n<li>Search for &#8216;Yoast SEO&#8217;</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to &#8220;after activation&#8221; below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Go to &#8220;after activation&#8221; below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You&#8217;re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You&#8217;ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>4.7.0</h4>\n<p>Release Date: May 2nd, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Adds transition words for Italian.</li>\n<li>Adds a new check in the analysis for the presence of at least one internal link.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where the <code>_yst_is_cornerstone</code> meta value was not prefixed, causing some themes/plugins to output this meta value.</li>\n<li>Fixes a bug where style and script elements were parsed for the prominent words.</li>\n<li>Fixes a bug where the cursor pointer was in front of the metabox.</li>\n</ul>\n</li>\n</ul>\n<h4>4.6.0</h4>\n<p>Release Date: April 11th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Improves a language string, props <a href=\"https://github.com/Soean\" rel=\"nofollow\">Sören Wrede</a>.</li>\n<li>Improves the configuration wizard with clear information about the configuration.</li>\n<li>Adds the ability to mark posts as cornerstone content.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes an issue in combination with WooCommerce 3.0 where the plugins would load incompatible select2 versions.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"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:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/jetpack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/jetpack/\";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:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,&#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:10:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:38101:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media &#8212; no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack&#8217;s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack&#8217;s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack&#8217;s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you&#8217;re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn&#8217;t working. What&#8217;s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can&#8217;t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you&#8217;ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.9</h4>\n<ul>\n<li>Release date: May 2nd, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4Rl</li>\n</ul>\n<p><strong>Major Enhancements</strong></p>\n<ul>\n<li>New &#8220;EU Cookie Law Banner&#8221;, Flickr, and &#8220;Internet Defense League&#8221; widgets.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements</strong></p>\n<ul>\n<li>Success notices are automatically dismissed after a short period.</li>\n<li>Removed unused code from &#8220;My Jetpack&#8221; interface and deprecated an XML-RPC method.</li>\n<li>Contact Form now adds display names to email addresses in the <code>To</code> header.</li>\n<li>Added an updated multiple unit tests increasing code coverage.</li>\n<li>Development mode now also shows module list.</li>\n<li>Updated the list of locales available in Jetpack.</li>\n<li>Plugin auto-updates only triggered from WordPress.com and now trigger WordPress&#8217; maintenance mode.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>Record comment content modifications and moderation events to make sure comments are always up to date on WordPress.com.</li>\n<li>Sync post deletions, changes to sidebar, user events (addition, removal, and update) and theme installation.</li>\n<li>We now distinguish between a new and an updated attachment.</li>\n<li>Sync plugin and theme names when a related event is triggered including theme updates.</li>\n</ul>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Protect avoid conflicts with other plugins hooking into the log in form.</li>\n<li>Contact Form not auto-activated when Ninja Forms is active.</li>\n<li>WordPess.com REST API now allows <code>HTTP PUT</code> requests.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Fixed wording in Post By Email button when no email address has been generated.</li>\n<li>Fixed a notice in the subscription widget in PHP 7.1</li>\n<li>Properly display VaultPress notices in the Jetpack dashboard.</li>\n<li>VideoPress now included in search results for &#8220;video&#8221; and fixed positioning of search icon on mobile screens.</li>\n<li>Protect supports IPv6 addresses properly.</li>\n<li>Dashboard avoids API requests being cached on some hosts and avoids errors when Spellchecker is inactive.</li>\n<li>Contact Form message content type is now set properly to restore compatibility with email plugins.</li>\n<li>Ads not displayed in the portfolio projects custom content type.</li>\n<li>Display all sites available in a network, even on large multisite installations.</li>\n<li>Featured Image is always used in tweets posted via Publicize.</li>\n<li>Avoid fatal errors when the exclusion parameter in Related Posts is not a string.</li>\n<li>Allow the removal of all custom title settings in the SEO feature.</li>\n<li>Make sure images are not distorted when Tiled Galleries uses Photon.</li>\n<li>Avoid PHP warnings and errors in the Stats dashboard on Multisite.</li>\n<li>Avoid errors when the Jetpack plugin is deleted.</li>\n</ul>\n<h4>4.8.2</h4>\n<ul>\n<li>Release date: April 7th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4P0</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Fixed a bug that prevented activating/deactivating of some features in PHP versions below 5.4.</li>\n<li>Removed an unused function that was also incompatible with PHP versions below 5.4.</li>\n<li>Fixed a bug that was causing a blank Jetpack admin area.</li>\n</ul>\n<h4>4.8.1</h4>\n<ul>\n<li>Release date: April 5th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4N5</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>An incompatibility with PHP versions lower than 5.4 was introduced in the last release, causing a fatal error and we&#8217;ve immediately fixed this.</li>\n<li>Sitemaps: Some plugins were relying on a function that was removed in the last release, which has been fixed.</li>\n<li>General: Clicking on the info icon in the settings area will no longer jump to the top of the page.</li>\n<li>General: The Anti-spam card will always display the correct status in the Jetpack dashboard.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Release date: April 4th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4gA</li>\n</ul>\n<p><strong>Major Enhancements</strong></p>\n<ul>\n<li>Easier to navigate Jetpack&#8217;s feature settings in your dashboard and WordPress.com.</li>\n<li>New WordPress.com Toolbar provides quick access to site management, stats, and other services.</li>\n<li>New MailChimp Subscribe Popup widget.</li>\n<li>Sitemaps are faster and now support sites with a very large amount of posts.</li>\n<li>Contact Form now has a plain-text alternative and better avoids spam filters.</li>\n<li>Debug form includes extra information to better prioritize your support requests.</li>\n<li>Photon can now be used within the dashboard, and supports bbPress topics and replies.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements</strong></p>\n<ul>\n<li>Improved previously confusing wording in Stats dashboard, and Featured Content options.</li>\n<li>You can now embed Apple Keynotes straight from icloud.com in your posts and pages.</li>\n<li>Changed Infinite Scroll button text on taxonomy page and added a new filter to short-circuit the <code>is_last_batch()</code> method.</li>\n<li>Open Graph now uses transients to save image IDs.</li>\n<li>You can now use full URLs in the Social Media Icons widget.</li>\n<li>Milestone widget now allows custom links to open in a new window.</li>\n<li>VideoPress videos can be used as headers in themes that support it, like Twenty Seventeen.</li>\n<li>Extracted the timezone offset method from the Upcoming Events widget so it can be used by other features.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>Database load is reduced during updates on large sites with multiple servers by retaining hashes for current and current-1 versions.</li>\n<li>Disk storage is reduced on large multisite networks by storing the <code>jetpack_file_data</code> option in the <code>wp_sitemeta</code> table.</li>\n<li>Jetpack plan data now uses the WordPress.com REST API.</li>\n<li>Slovakian language files now rely on WordPress.org&#8217;s language packs.</li>\n</ul>\n<p><strong>Accessibility Improvements</strong></p>\n<ul>\n<li>Improved post details clipping for better screen reader support.</li>\n<li>Updated custom language packs for multiple languages.</li>\n</ul>\n<p><strong>Security Improvements</strong></p>\n<ul>\n<li>We now avoid path disclosure via cookies in PHP error messages.</li>\n</ul>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Removed deprecated functions <code>get_theme</code> and <code>get_current_theme</code>.</li>\n<li>Publicize now works with third-party plugins like WP Recipe Maker.</li>\n<li>Open Graph Meta Tags are now enabled when you use the &#8220;Head, Footer and Post Injections&#8221; plugin.</li>\n<li>Better support for WooCommerce data sync and backup.</li>\n<li>We now also sync the <code>sync_via_cron</code> setting, the user&#8217;s chosen language, and WP Super Cache&#8217;s globals and constants.</li>\n<li>We no longer sync post types from the WordPress Automatic Plugin and RSS AutoPilot to avoid synchronization issues.</li>\n<li>Sync settings can now be edited from the WordPress.com REST API to better troubleshoot sync issues.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Gravatar is always displayed in Settings.</li>\n<li>Submenu items always use relative links.</li>\n<li>Contact Form avoids PHP notices when using the form in a Text widget.</li>\n<li>Content Options now correctly displays single characters word count on sites with multibyte languages.</li>\n<li>Administrator area translations fixed for several languages.</li>\n<li>Added proper support for Formal/Informal translation versions for languages that support them.</li>\n<li>Site Icons are always used as fallback Open Graph Image tags.</li>\n<li>Protect removes port number when server returns a port alongside a stored IP address.</li>\n<li>Filters ensure that more than 1,024 posts can be excluded from Related Posts.</li>\n<li>When the email is already subscribed we now show the correct notification in the subscription form.</li>\n<li>When using the Email sharing button, we now avoid syntax errors due to unexpected characters in the from name.</li>\n<li>Remove deprecated <code>jetpack_publicize_post</code> action.</li>\n<li>VideoPress now avoids PHP Notices when fetching video information.</li>\n<li>Instagram base URL now uses <code>www</code> in the Social Media Icons widget.</li>\n<li>All values entered in Facebook Page Plugin widget settings are now escaped.</li>\n<li>Widget Visibility now avoids memory issues on sites with a lot of registered users.</li>\n</ul>\n<h4>4.7.1</h4>\n<ul>\n<li>Release date: March 14th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-48Y</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Carousel: avoid javascript errors that may cause issues with Slideshows or Tiled Galleries.</li>\n<li>Markdown: always enable Markdown for posts whenever the module is active.</li>\n<li>Sharing: make sure that sharing buttons open in a small pop-up instead of a separate window.</li>\n<li>SSO: Avoid token or nonce errors when trying to log in to your site via the Secure Sign On option.</li>\n<li>VideoPress: add in the ability to get video thumbnails from the WordPress.com REST API.</li>\n<li>Widgets: improve rendering of the Image Widget via Photon.</li>\n<li>Widget Visibility: avoid empty widget visibility rules after updating to Jetpack 4.7.</li>\n<li>Widget Visibility: restore the option to make widgets appear on archive pages of different Custom Post Types.</li>\n<li>Widget Visibility: migrate widget visibility settings to the new major Page rule for Custom Post Types.</li>\n<li>Widget Visibility: add missing CSS for widget visibility settings on sites using an RTL language.</li>\n</ul>\n<h4>4.7</h4>\n<ul>\n<li>Release date: March 7th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-46L</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Quickly jump to post specific stats on WordPress.com with a new link.</li>\n<li>We&#8217;ve added more information to our debug tools to improve your support experience.</li>\n<li>New HTML5 versions of our house ads are out.</li>\n<li>Display custom copyright EXIF information in the Carousel with this new filter.</li>\n<li>We&#8217;ve highlighted the ability to export Contact Form feedback as it was being overlooked.</li>\n<li>If you have images on WordPress.com we&#8217;re going to skip using Photon when the images include resize parameters.</li>\n<li>It is now possible to use the Sharing filter to customize the emails sent from the Email Sharing button.</li>\n<li>We&#8217;ve updated the library powering the Print link in the Recipe shortcode.</li>\n<li>Customize the speed and display of your slideshows with new Slideshow shortcode filters.</li>\n<li>The Twitch.tv shortcode now uses Twitch&#8217;s new embedded player.</li>\n<li>Social Menus now come with the option to use SVG icons.</li>\n<li>Customize the content of the Display Posts Widget with a new filter.</li>\n<li>We&#8217;ve added a new email field to the Contact Info Widget.</li>\n<li>The Image and the Text widgets now use Photon if it is enabled.</li>\n<li>The WordPress.com REST API got several updates including using <code>register_rest_route()</code> consistently for registering, new date and time format settings, a filter for theme info results, new links and endpoints, and more.</li>\n<li>We cleaned up the Google+ Shortcode JS library and added a way to filter the SlideShare shortcode.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>Experience better performance with single page load caching of the media summary.</li>\n<li>We made some improvements to avoid slow queries on sites with thousands of images.</li>\n<li>The Top Posts widget now utilizes an endpoint from the WP.com REST API improving performance.</li>\n<li>Improve development mode performance by only calling <code>site_url()</code> once.</li>\n<li>We rewrote the way major/minor rules lists are generated to save bandwidth, and memory for sites using Widget Visibility.</li>\n<li>We&#8217;ve removed sync options that weren&#8217;t needed to save memory during the sync process.</li>\n</ul>\n<p><strong>Accessibility</strong></p>\n<ul>\n<li>We&#8217;ve improved the highlight of the stats range for a better visual experience and to make it consistent with other areas of the dashboard.</li>\n<li>Added a missing label to one of the fields in the Email sharing dialog.</li>\n<li>We&#8217;ve enabled keyboard focus styling in the new admin interface.</li>\n<li>Increased padding to sharing buttons on mobile to avoid usability issues.</li>\n<li>We&#8217;ve replaced Widget Visibility text labels with icons to improve usability on smaller devices.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements:</strong></p>\n<ul>\n<li>We&#8217;ve added a filter to allow you to remove the Comment Form title.</li>\n<li>The Development Mode notice got an update to include all possible options to activate Development mode.</li>\n<li>Jetpack registration function got an update and cleanup.</li>\n<li>A notice displayed to WooCommerce store owners now detects when WooCommerce Services is installed, but not active.</li>\n<li>We&#8217;ve removed the Holiday Snow settings until you need them.</li>\n<li>Improved Infinite Scroll settings to reduce confusion.</li>\n<li>The HTML classes <code>infinite-scroll</code> and <code>neverending</code> are now applied using JS instead of PHP.</li>\n<li>We&#8217;ve updated the support link appearing when you&#8217;re locked out of your site.</li>\n<li>New Unit Tests were added to make sure Publicize doesn&#8217;t break when making changes to the Publicize process.</li>\n<li>We&#8217;ve added a sync filter to allow customizing timeout.</li>\n<li>The Top Posts widget now supports non-square image sizes.</li>\n<li>Added the Video GUID to the media API endpoint.</li>\n</ul>\n<p><strong>Improved Compatibility</strong></p>\n<ul>\n<li>Fixed some W3C validation errors in Comments.</li>\n<li>Infinite Scroll now works beautifully with the Twenty Seventeen Theme.</li>\n<li>Translate new terms easier with an improvement to the translator comments.</li>\n<li>We switched to use Core functions to retrieve the list of sites in a multisite network for more accurate results.</li>\n<li>We added Product visibility to post meta whitelist, for better control of products displayed in Related Posts.</li>\n<li>We no longer sync specific post meta data added by Postman or WP RSS Mutli Importer to avoid performance issues during the sync process.</li>\n<li>We&#8217;re now avoiding conflicts with plugins adding the core Video upload library to the post editor.</li>\n<li>Removed deprecated compatibility code for older versions of WordPress.</li>\n<li>We had some Shortcode conflicts with WordPress Post embeds, but that&#8217;s been fixed.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>The Carousel <code>jp_carousel_load_for_images_linked_to_file</code> filter wasn&#8217;t working well with Photon, this has been fixed.</li>\n<li>Carousel is now working well when loaded from infinite scroll.</li>\n<li>We removed double slashes from file paths in the Contact Form to avoid errors in specific server environments.</li>\n<li>Fixed a problem where CSS was being stripped when migrating from Jetpack&#8217;s Custom CSS to Core&#8217;s CSS editor.</li>\n<li>Our Debug Tool is now reporting the correct URL when WordPress lives in a subdirectory.</li>\n<li>Found and fixed a PHP error when uninstalling Jetpack.</li>\n<li>Infinite Scroll is no longer buggy when displaying the last page, and is more compatible with certain themes that were returning posts when there were none left to show.</li>\n<li>We&#8217;re now skipping Photon for .ashx files.</li>\n<li>The Twitter character counter in Publicize got a fix to display info correctly.</li>\n<li>Related Posts are now displaying correctly for everyone, and we brought back the <code>jetpack_sharing_headline_html</code> filter.</li>\n<li>We&#8217;ve improved Sharing to render custom sharing services correctly, include Open Graph Meta Tags, and avoid JavaScript errors when jQuery is enqueued in the footer.</li>\n<li>Synchronization scheduling issues have been resolved.</li>\n<li>We&#8217;re now trimming spaces in URLs for Image and Display Posts Widgets.</li>\n<li>Widget Visibility wasn&#8217;t playing nice on taxonomy pages, this is no longer the case.</li>\n<li>The WordPress.com REST API received a couple of fixes to remove PHP errors when editing via the WordPress.com interface, authentication errors when using third-party apps, and permission errors when trying to preview edited posts in the WordPress.com editor.</li>\n</ul>\n<h4>4.6</h4>\n<ul>\n<li>Release date: February 7, 2017</li>\n<li>Release post: http://wp.me/p1moTy-40g</li>\n</ul>\n<p><strong>New Features and Improvements</strong></p>\n<ul>\n<li>Enable Google Analytics without touching a line of code with this new Jetpack feature.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>We&#8217;ve updated all outbound links to use HTTPS to improve performance and security.</li>\n<li>Photon now leverages a new WordPress core function to improve performance a bit.</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Keep an eye out for a note from WooCommerce on how your e-commerce store may benefit from our new USPS and CanadaPost shipping functionality.</li>\n<li>We&#8217;ve added an error message if Publicize isn&#8217;t functioning as it should be.</li>\n<li>The Twitter Widget timeline now displays the tweet limit count as 20, prior to this it appeared to have no limit.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements:</strong></p>\n<ul>\n<li>In an effort to help us better understand features that are being used, Twitter&#8217;s timeline widget and Twitter&#8217;s shortcodes now pass Jetpack&#8217;s partner ID.</li>\n<li>We&#8217;ve added new API endpoints allowing us to enable translation auto-updates and pull post rows and metadata for backups.</li>\n<li>We&#8217;re now retrieving all feature settings in the readable <code>/settings</code> endpoint.</li>\n</ul>\n<p><strong>Improved Compatibility</strong></p>\n<ul>\n<li>We&#8217;ve eliminated some notices and warnings when using Jetpack on a server running PHP 7.1 or on servers where <code>print_r()</code> is disabled.</li>\n<li>Photon now avoids PHP notices when your site is using plugins that do srcset CDN replacement.</li>\n<li>When the sharing options appear to be incorrect due to site configuration issues we force it to retrieve the right options avoiding potential fatal errors.</li>\n<li>We&#8217;ve added some shortcode CSS and widget class names prefixes to avoid conflicts with other plugins.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Some sites were using illegal multibyte characters and failing to sync posts, this has been fixed.</li>\n<li>IE11 was giving our admin layout a bit of a problem but we rectified that.</li>\n<li>There were some PHP notices popping up when a site has no posts so we got rid of them.</li>\n<li>The new Jetpack Ads feature will auto disable itself if your Jetpack plan doesn&#8217;t support the feature.</li>\n<li>We fixed a few PHP notices and warnings related to the Custom CSS feature.</li>\n<li>The connection banner&#8217;s &#8220;dismiss&#8221; icon was giving us a little trouble, but we got it fixed right up.</li>\n<li>The Likes feature was showing a PHP notice when there was no $post object, this has been fixed.</li>\n<li>We&#8217;ve brought back the Twitter Widget &#8220;noscrollbar&#8221; option.</li>\n<li>We&#8217;re now forcing only Photon URLs to HTTPS as your custom CDN URLs may use a different protocol.</li>\n<li>If a Publicize connection is not shared with all users on the site, do not trigger Publicize for the other users.</li>\n<li>Publicize was having trouble working with scheduled posts, this should be fixed now.</li>\n<li>SSO may not have been displaying the login form when using JSON API authorization.  Sorry about that, we&#8217;ve fixed it.</li>\n<li>We&#8217;ve eliminated some PHP notices that were showing with some Shortcodes.</li>\n<li>There was a Top Posts Widget image size issue when using list layouts, but is no longer causing issues.</li>\n<li>We fixed some notices and warnings when updating data from the WordPress.com central interface.</li>\n</ul>\n<h4>4.5</h4>\n<ul>\n<li>Release date: January 17, 2017</li>\n<li>Release post: http://wp.me/p1moTy-3Kc</li>\n</ul>\n<p>This release introduces a brand-new module, Jetpack Ads, a brand-new VideoPress feature, and a lot of new shortcodes and widgets.</p>\n<p><strong>Exciting New Features and Improvements:</strong></p>\n<ul>\n<li>Generate revenue from your site with an all-new WordAds feature, which when enabled displays high-quality ads for your visitors.</li>\n<li>Today we are proud to release a fully redesigned VideoPress interface for easy uploading, management, and add-free playback of your fantastic videos now fully integrated with your Jetpack Premium or Professional plans.</li>\n<li>Spice up your sidebar with new widgets that display blog stats, author info, &#8220;Follow my blog&#8221; buttons, and even an event countdown.</li>\n<li>Embed your amazing 360° photos with the VR shortcode</li>\n<li>Link your visitors to your Tumblr or Twitch pages using the new icons in the Social Media Icons Widget.</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Use the beautiful Jetpack carousel feature to display single images.</li>\n<li>Turn on and update Related Posts right from the Customizer.</li>\n<li>Customize the output of the Related Posts headline using a new filter.</li>\n</ul>\n<p><strong>Performance and Security Improvements:</strong></p>\n<ul>\n<li>Your Custom CSS will now be served in a separate stylesheet when it is more than 2,000 characters.</li>\n<li>Your Stats queries are now always being made over HTTPS.</li>\n<li>Holiday Snow files now load in the footer, but rest assured the snow still falls from above.</li>\n<li>We have improved Jetpack&#8217;s synchronization process to support more plugins and use less resources.</li>\n<li>The jQuery Cycle script used by slideshow galleries is now minified, resulting in faster loading times.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements:</strong></p>\n<ul>\n<li>The JSON API now allows updating translations and alternative theme installation methods.</li>\n<li>Public Custom Post Types are now automatically available via the WordPress.com REST API.</li>\n<li>We&#8217;ve added a token-based authentication mechanism to the REST API in order for the site to be able to receive authenticated requests from WordPress.com.</li>\n<li>Use <code>sync</code> commands in Jetpack&#8217;s WP CLI.</li>\n<li>You can now set the value for options directly in the Contact Form shortcode.</li>\n<li>Updated some verbiage around IP Whitelisting on the Protect settings screen.</li>\n<li>Custom sharing buttons got some new variables.</li>\n<li>RIP blip.tv — we&#8217;ve removed your shortcode.</li>\n<li>Improved Image and Display Posts Widget settings to provide more explanation and better error messages.</li>\n<li>We&#8217;ve added a few new Content Options to the Customizer for supported themes.</li>\n<li>Improved the Facebook Widget to avoid confusion when editing width and height settings.</li>\n<li>Added and improved a few shortcodes.</li>\n</ul>\n<p><strong>Improved Compatibility:</strong></p>\n<ul>\n<li>If your server is misconfigured and we can&#8217;t get an IP address we&#8217;re going to deactivate Protect and send you a notice so you&#8217;re in the loop.</li>\n<li>The WPML compatibility file wasn&#8217;t loading at the right time, but we&#8217;ve fixed that.</li>\n<li>We&#8217;ve improved compatibility with tools like Cavalcade to avoid stuck Cron jobs.</li>\n<li>Some selected WooCommerce data (order items and order item meta) are now syncing to WordPress.com.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>You&#8217;ll notice numerous design improvements to the Jetpack UI.</li>\n<li>Accessibility is important to us so we&#8217;ve made some improvements there.</li>\n<li>Missing attachments in the Carousel were causing an infinite loop, but we&#8217;ve corrected that.</li>\n<li>Eliminated a PHP Notice when running the CLI <code>wp jetpack</code> command.</li>\n<li>PHP warnings in the Restaurant Menu Post type have seen their last day with us.</li>\n<li>Fixed a bug that displayed the wrong connected user for up to 24 hours after they disconnected.</li>\n<li>Removed a deprecated function to prevent notices when using Infinite Scroll in the Customizer.</li>\n<li>Long titles in Jetpack widgets weren&#8217;t looking so great, so we cleaned them up.</li>\n<li>Before now you weren&#8217;t able to create a child category from WordPress.com. Now you can!</li>\n<li>Rogue colons were showing up in the related posts area on sites with the Twenty Fourteen and Twenty Sixteen themes.</li>\n<li>Fixed a ReCaptcha error on the Email sharing button.</li>\n<li>Confirmed Instagram embeds actually load when using Infinite Scroll.</li>\n<li>Site Icons now display on the WordPress.com site management interface.</li>\n<li>Set a default time limit of 30 seconds when sending sync requests via Cron.</li>\n<li>Synchronized supported shortcodes on a site.</li>\n<li>Fixed an issue where empty categories weren&#8217;t showing with the Widget Visibility feature dropdown.</li>\n<li>Fixed various little bugs when working with multiple widgets in the Customizer and in the Widgets admin screen.</li>\n<li>Added a Translate Widget default title in case you haven&#8217;t defined one.</li>\n<li>The Top Posts Widget now avoids layout issues when using the Grid layout while displaying a post without an image.</li>\n</ul>\n<h4>4.4.2</h4>\n<ul>\n<li>Release date: December 6, 2016</li>\n<li>Release post: http://wp.me/p1moTy-3JR</li>\n</ul>\n<p>This release improves Jetpack compatibility with WordPress 4.7.</p>\n<p><strong>Compatibility changes</strong></p>\n<ul>\n<li>Custom CSS: Made the Custom CSS feature of Jetpack compatible with the CSS Customizer editor in WordPress 4.7.</li>\n<li>Sync: improved compatibility with the wp-missed-schedule plugin.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Featured Content: made sure there is no infinite loop when removing the featured tag from the tag list.</li>\n<li>Admin: made sure help tabs are not being hidden.</li>\n<li>Admin: made At a Glance page work nicely when there is no backup data yet.</li>\n<li>Sync: now making sure that needed classes are loaded, preventing errors.</li>\n<li>Sync: cleared out unneeded scheduled jobs.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Release date: November 22, 2016</li>\n<li>Release post: http://wp.me/p1moTy-3JR</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Fixed an issue where some users with slower servers would get an error on the Jetpack dashboard when <code>WP_DEBUG</code> was enabled.</li>\n<li>Fixed an issue where users on a Jetpack Professional plan who were paying monthly (as opposed to annually) wouldn’t be able to enable SEO Tools.</li>\n</ul>\n<h4>4.4</h4>\n<ul>\n<li>Release date: November 21, 2016</li>\n<li>Release post: http://wp.me/p1moTy-3FE</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Additional unit tests have been added to improve Jetpack&#8217;s development process and stability.</li>\n<li>Custom post types have been added to the WP REST API output.</li>\n<li>Many of the screenshots throughout the plugin have been replaced by SVGs in order to make Jetpack smaller.</li>\n<li>New endpoints have been added to allow the installation of plugin and theme zip files via the API.</li>\n<li>Twelve new filters to make Jetpack more extensible!  See: http://wp.me/p1moTy-3FE.</li>\n<li>New widget: &#8220;Google Translate&#8221; to allow users to translate your site into their own language.</li>\n<li>New widget: &#8220;My Community&#8221; where you can see who recently interacted with your site.</li>\n<li>One of the biggest issues facing Jetpack users for years now has been difficulties in moving sites from one domain name to another. This update makes strides towards improving that process.</li>\n<li>Photon now uses HTTPS by default. Secure all the things!</li>\n<li>There are now helpful hints throughout the admin interface to make Jetpack easier to use.</li>\n<li>We now allow you to embed pins, boards and profiles from Pinterest.</li>\n<li>We&#8217;ve added a new feature: SEO Tools, available to Jetpack Professional subscribers. You can read more about our plans here: https://jetpack.com/features/</li>\n<li>We&#8217;ve made numerous improvements to the data sync process.</li>\n</ul>\n<p><strong>Bug Fixes:</strong></p>\n<ul>\n<li>Fixed link to Akismet settings.</li>\n<li>Improved compatibility between Infinite Scroll and WPML.</li>\n<li>Move email notification settings back with the other email settings in the Discussion Settings.</li>\n<li>Various minor performance/compatibility fixes.</li>\n</ul>\n<h4>4.3.2</h4>\n<ul>\n<li>Release date: October 13, 2016</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Unsaved changes were getting lost when users were navigating away from settings so we put in a confirmation message to prevent this from happening.</li>\n<li>We&#8217;ve stopped counting carousel views in stats by default, you can use the <code>jetpack_enable_carousel_stats</code> filter to enable counting them again.</li>\n<li>Stats are now responding faster.</li>\n<li>There were several improvements and repairs made to sync including additional endpoints, performance enhancements, whitelisted data, better decision making around when to sync information, and more.</li>\n<li>Markdown now has a CSS class on footnotes.</li>\n</ul>\n<p><strong>Improved Compatibility:</strong></p>\n<ul>\n<li>We&#8217;ve improved compatibility with Kinsta by automatically turning on Staging Mode for Jetpack when in a staging environment.</li>\n</ul>\n<p><strong>Bug Fixes:</strong></p>\n<ul>\n<li>Several fixes have been made to sync to repair issues with Publicize, Notifications, and Subscriptions.</li>\n<li>We removed PHP warnings by checking to make sure json language files like jetpack-en_US.json are readable before we load them.</li>\n<li>We found an unused option in Gravatar Hovercard settings and removed it.</li>\n<li>The correct support link is now being used to make it easier for you to connect with the Jetpack team if you need us.</li>\n<li>The permissions check for plugin information retrieval was fixed as well.</li>\n<li>Some plugins were adding content on outbound http requests causing an infinite loop we fixed this right up.</li>\n<li>We removed some warnings that were occurring when translations didn&#8217;t exist by adding a fallback.</li>\n<li>We&#8217;ve added Moroccan Arabic translations, and switched to language packs for Croatian, Spanish (Chile) and Greek.</li>\n<li>Sync was running into issues so we&#8217;ve limited dequeue time to 1/3 of PHP&#8217;s max execution time, which has unclogged the problem.</li>\n<li>We&#8217;re now sending full and incremental queues separately so that a failure in one doesn&#8217;t block the other.</li>\n<li>There was a JavaScript enqueuing error with our Sharing feature that has been repaired.</li>\n<li>The Top Posts widget now includes the ability to list attachment (media) pages.</li>\n<li>We weren&#8217;t building CPT links correctly resulting in bad navigation, which is now fixed.</li>\n<li>We removed the form legend for default Tiled Gallery settings as it doesn&#8217;t relate.</li>\n<li>With shortcodes we now return early from processing them if no string is passed, as they are required.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/jetpack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s: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, 20 May 2010 18:48:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"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:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";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:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s: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:\"Brian Colinger\";s: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:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -&gt; Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click &#8220;Install Now&#8221;</li>\n<li>Finally click &#8220;Activate Plugin &amp; Run Importer&#8221;</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Go to the Tools -&gt; Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I&#8217;m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host&#8217;s configured memory limit for PHP.</p>\n<p>A message like &#8220;Fatal error: Allowed memory size of 8388608 bytes exhausted&#8221; indicates that the script can&#8217;t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>&#8212; <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren&#8217;t duplicates if their post_type&#8217;s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>&#8230; and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</li>\n</ul>\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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"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:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 19:30:03 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s: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:8:\"uberdose\";s: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:4934:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It&#8217;s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support &#8211; submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don&#8217;t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 15:32: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:\"WooThemes\";s: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:34664:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores &#8212; more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all &#8212; forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you &#8212; and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source &#8212; WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs &#8212; or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that&#8217;s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href=\"https://support.woothemes.com/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you&#8217;re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.0.5 &#8211; 2017-04-28</h4>\n<ul>\n<li>Fix &#8211; Tooltip display within shipping zone modals.</li>\n<li>Fix &#8211; Fix missing title for actions column on mobile.</li>\n<li>Fix &#8211; Allow forward slash in telephone field.</li>\n<li>Fix &#8211; Sort grouped products by menu order when displaying.</li>\n<li>Fix &#8211; Fix term exclusion in term count queries.</li>\n<li>Fix &#8211; Filter invalid products before returning them for wc_get_products.</li>\n<li>Fix &#8211; Prevent orders being their own parent (causes errors).</li>\n<li>Fix &#8211; Correctly migrate legacy shipping taxes data.</li>\n<li>Fix &#8211; Make sure the meta data cache is not shared among instances.</li>\n<li>Fix &#8211; Correct the stock display notice when a variable product manages stock for it&#8217;s children.</li>\n<li>Fix &#8211; On multisite, add user to blog during checkout if not a user to prevent errors.</li>\n<li>Fix &#8211; Correct sale price date handling with some timezone setups.</li>\n<li>Fix &#8211; wc_attribute_taxonomy_id_by_name needs to use lowercase attribute slug to work.</li>\n<li>Fix &#8211; Make changes to the buyer&#8217;s company name in the shipping section of checkout persist.</li>\n<li>Tweak &#8211; Add required placeholder for meta fields in backend.</li>\n<li>Tweak &#8211; Don&#8217;t strtolower address strings on checkout validation messages.</li>\n<li>REST API &#8211; Prevent password change notification when creating a customer.</li>\n<li>REST API &#8211; Removed duplicated items returned in shipping and checkout endpoints.</li>\n<li>CLI &#8211; Fixed missing shipping zones route.</li>\n<li>Dev &#8211; Make get_price_html handling match 2.6 and pass all values through woocommerce_get_price_html filter.</li>\n<li>Dev &#8211; Legacy customer class missing get_address / get_address_2 functions.</li>\n<li>Dev &#8211; Restored filter <code>woocommerce_checkout_customer_id</code> during checkout validation.</li>\n<li>Dev &#8211; Adds missing <code>$this</code> argument for all <code>woocommerce_payment_complete_order_status</code> filters.</li>\n</ul>\n<h4>3.0.4 &#8211; 2017-04-20</h4>\n<ul>\n<li>Fix &#8211; Variations were not inheriting the product image and shipping class ID.</li>\n<li>Fix &#8211; Prevent rating/review counts being duplicated when duplicating products.</li>\n<li>Fix &#8211; Fixed gallery navigation between images with long captions.</li>\n<li>Fix &#8211; Support transparent PNG in the gallery by setting a background color.</li>\n<li>Fix &#8211; Removed name/company from the shipping address Google map links.</li>\n<li>Fix &#8211; Fixed the address field sorting script on the checkout.</li>\n<li>Fix &#8211; Fixed the upgrade routine for grouped products so that parents are unset.</li>\n<li>Fix &#8211; Fixed support for WordPress 4.7 user locale settings.</li>\n<li>Fix &#8211; Fixed default option filter for product types in the product meta box.</li>\n<li>Fix &#8211; Improved the css in Twenty Seventeen for dark color schemes.</li>\n<li>Fix &#8211; Fixed display of refunds in sales report.</li>\n<li>Fix &#8211; Updated <code>single-product/add-to-cart/variable.php</code> template version to 3.0.0 since it had changes since 2.6.</li>\n<li>Fix &#8211; Fixed warnings when product attribute do not exists.</li>\n<li>Fix &#8211; Used a div for comment-form-rating to prevent invalid nested markup.</li>\n<li>Fix &#8211; Fixed some logic that checks if order taxes are compound.</li>\n<li>Fix &#8211; Fixed SKU checks to only exclude products that are trashed.</li>\n<li>Fix &#8211; Fixed display of download permissions in first email sent after checkout.</li>\n<li>Fix &#8211; Hidden the backorder notification stock text when notification is disabled.</li>\n<li>Fix &#8211; Fixed incorrect stock numbers in low stock emails.</li>\n<li>Tweak &#8211; Removed the non-functional order total input box, and combined the recalculation buttons into one working button.</li>\n<li>Tweak &#8211; Updated Guided Tour videos.</li>\n<li>Tweak &#8211; Updated js-cookie.js to 2.1.4.</li>\n<li>Tweak &#8211; Updated schema.org URLs to use HTTPS.</li>\n<li>Tweak &#8211; Status report request timeouts.</li>\n<li>REST API &#8211; Fixed an issue that prevented deleting a term if errors were thrown during creation.</li>\n<li>REST API &#8211; Fixed reports endpoint when querying by date.</li>\n<li>REST API &#8211; Fixed ignored order parameters when changing order status.</li>\n<li>Dev &#8211; Support guest orders in <code>wc_get_orders</code> function.</li>\n<li>Dev &#8211; Fixed downloadable variation filters for download URLs.</li>\n<li>Dev &#8211; Added safeguards to prevent infinite loops while saving coupons, products and orders in admin.</li>\n<li>Dev &#8211; Added a fallback for <code>queue_transactional_email</code> if background sending is disabled.</li>\n<li>Dev &#8211; Added <code>has_shipping_address</code> helper method.</li>\n<li>Dev &#8211; Introduced <code>woocommerce_order_item_get_formatted_meta_data</code> filter.</li>\n<li>Dev &#8211; Made wc_add_order_item pass correct values to woocommerce_new_order_item.</li>\n<li>Dev &#8211; Fixed <code>legacy_posted_data</code> access in checkout class.</li>\n<li>Dev &#8211; Fixed undefined property notice in <code>WC_Order_Item::offsetGet</code>.</li>\n<li>Dev &#8211; Fixed PHP 7.1 warnings when using non-float values to <code>wc_get_weight()</code>.</li>\n<li>Dev &#8211; Fixed incorrect variable name in <code>wc_add_order_item()</code>.</li>\n</ul>\n<h4>3.0.3 &#8211; 2017-04-13</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue with variation tax-classes when set to &#8216;parent&#8217;. This made taxes apply on top of the tax inclusive price in certain setups.</li>\n<li>Fix &#8211; Escaped attribute translations in the <code>cart.php</code> template and bumped the template version to match.</li>\n<li>Fix &#8211; Corrected the display of refund dates on the order screen.</li>\n<li>Fix &#8211; Fixed the grouped product visibility check in the grouped.php template and bumped the template version to match.</li>\n<li>Fix &#8211; Fixed the sale badge display for grouped products.</li>\n<li>Fix &#8211; Added the <code>itemReviewed</code> structured data for product reviews to make it validate.</li>\n<li>Fix &#8211; Made the <code>get_attribute</code> method work on variation objects.</li>\n<li>Tweak &#8211; Turned off the deferred email sending by default which was added in 3.0. Whilst it does improve performance, there were compatibility problems on some servers. It can be enabled with a filter if desired.</li>\n<li>Dev &#8211; Added backtrace information to the deprecation messages to help find problem plugins.</li>\n</ul>\n<h4>3.0.2 &#8211; 2017-04-12</h4>\n<ul>\n<li>Fix &#8211; Removed required states for GP, GF, KW, LB, MQ, RE and YT countries.</li>\n<li>Fix &#8211; Made cache in the [products] shortcode respect filters from plugins.</li>\n<li>Fix &#8211; Added missing <code>woocommerce_cross_sells_columns</code> filter.</li>\n<li>Fix &#8211; Fixed shortcode rendering on the shop page.</li>\n<li>Fix &#8211; Fixed incorrect sale dates when bulk editing variations.</li>\n<li>Fix &#8211; Fixed calls to wc_reduce_stock_levels in PayPal and Simplify gateways.</li>\n<li>Fix &#8211; Exclude &#8220;location&#8221; meta when reading customer meta data.</li>\n<li>Fix &#8211; Updated <code>emails/email-addresses.php</code>, <code>emails/email-order-details.php</code>, <code>content-single-product.php</code>, <code>checkout/form-shipping.php</code>, <code>myaccount/form-add-payment-method.php</code>, <code>myaccount/form-edit-address.php</code>, <code>myaccount/form-lost-password.php</code>, <code>myaccount/form-reset-password.php</code>, <code>myaccount/orders.php</code> and <code>myaccount/view-order.php</code> template version to 3.0.0 since they had changes since 2.6.</li>\n<li>Fix &#8211; Fixed default behavior of variation tax classes when originally set to &#8220;parent&#8221;.</li>\n<li>Fix &#8211; When duplicating products, do not copy slug, append &#8220;(Copy)&#8221; to the product name, correctly copy all meta data, and prevent children of grouped products being duplicated too.</li>\n<li>Fix &#8211; Removed duplicated items when outputting cross sells on the cart page.</li>\n<li>Fix &#8211; Fixed output of default &#8220;add to cart&#8221; text of external products in loops.</li>\n<li>Fix &#8211; Fixed backwards compatibility of guest checkout rules when being altered by plugins directly.</li>\n<li>Fix &#8211; Use correct thumbnail sizes for variation images in the new gallery.</li>\n<li>Fix &#8211; Fixed captions on thumbnails and main image in the new gallery.</li>\n<li>Fix &#8211; Trigger wc_fragments_loaded after add to cart fragment refresh.</li>\n<li>Fix &#8211; Download permissions; Convert dates to timestamp on read so UTC is preserved.</li>\n<li>Fix &#8211; Fixed notices under PHP 7.1 when sorting products by name (numeric).</li>\n<li>Fix &#8211; Added additional checks to ensure objects are read before using class methods to avoid errors.</li>\n<li>Fix &#8211; Removed legacy suggest.js code which was causing JS error on bulk edit.</li>\n<li>Fix &#8211; Fixed warnings on the &#8220;Lost password&#8221; page and when loading a product with invalid attributes.</li>\n<li>Fix &#8211; Made background emailer update the queue after a successful send so duplicate mails are less likely.</li>\n<li>Fix &#8211; Typo in flexslider_enabled option in new gallery script.</li>\n<li>Fix &#8211; woocommerce_notify_low_stock and woocommerce_notify_no_stock options had no effect.</li>\n<li>Tweak &#8211; For downloadable files, only validate file type when dealing with relative paths.</li>\n<li>Tweak &#8211; Improved automatic variation name generation.</li>\n<li>Dev &#8211; Added product visibility terms to system status report to help debug.</li>\n<li>Dev &#8211; Introduced <code>woocommerce_admin_order_date_format</code> filter to replace missing <code>post_date_column_time</code>.</li>\n<li>Dev &#8211; Introduced <code>woocommerce_update_customer_args</code> filter to prevent updates to user objects if needed.</li>\n<li>REST API &#8211; Fixed saving of variations in legacy REST API v3.</li>\n<li>REST API &#8211; Fixed backwards compatibility of line_items meta in legacy REST API.</li>\n</ul>\n<h4>3.0.1 &#8211; 2017-04-06</h4>\n<ul>\n<li>Fix &#8211; Show catalog hidden products within grouped products.</li>\n<li>Fix &#8211; Fade in the gallery in if no images are set or it&#8217;s custom.</li>\n<li>Fix &#8211; Use wc_deprecated_function in WC_Deprecated_Hooks so notices aren&#8217;t output in ajax requests.</li>\n<li>Fix &#8211; Added back the ability to include extra items to the System Status using the <code>woocommerce_system_status_environment_rows</code> filter.</li>\n<li>Fix &#8211; Coupon category restrictions and limits for variations.</li>\n<li>Fix &#8211; Allow shortcodes and HTML in variation descriptions like in 2.6.</li>\n<li>Fix &#8211; Unset post date when duplicating products.</li>\n<li>Fix &#8211; Show a sale price on variable products if on sale and all prices are the same.</li>\n<li>Fix &#8211; Corrected download links when a product has multiple downloads.</li>\n<li>Fix &#8211; Prevented potential errors if the product type was not posted for any reason on save.</li>\n<li>Fix &#8211; Updated <code>single-product/up-sells.php</code>, <code>loop/add-to-cart.php</code>, <code>loop/rating.php</code>, <code>checkout/form-billing.php</code>, and <code>content-product.php</code> template version to 3.0.0.</li>\n<li>Fix &#8211; Included clearfixes on billing and shipping field wrappers,</li>\n<li>Fix &#8211; Fixed styling of logs table in some languages.</li>\n<li>Fix &#8211; Fixed display of variation attributes on old orders.</li>\n<li>Fix &#8211; Use placeholder text for external products add to cart button text if left blank.</li>\n<li>Fix &#8211; Fallback to home URL if no shop page is set for system status security check for HTTPS.</li>\n<li>Fix &#8211; For variations, pull tax status and sold individually from the parent since there is no UI to set this at variation level.</li>\n<li>Fix &#8211; Moved cron emails to background processing to avoid multiple sends.</li>\n<li>Fix &#8211; Wrapped structured data in a hidden element when added to emails.</li>\n<li>Fix &#8211; Missing gateway information in queued emails.</li>\n<li>Fix &#8211; Fixed a bug that caused pages to permanently reload if &#8220;Default customer location&#8221; was set to &#8220;Geolocate (with page caching support)&#8221;.</li>\n<li>Fix &#8211; When forcing shipping to billing, set the shipping fields in the order itself.</li>\n<li>Fix &#8211; Check for invalid objects in WC_Register_WP_Admin_Settings.</li>\n<li>Fix &#8211; Check for error object in wc_get_object_terms.</li>\n<li>Fix &#8211; Removed slashes in shipping meta data on the order edit screen.</li>\n<li>Fix &#8211; Prevented permalink rewrites for attributes with missing names.</li>\n<li>Fix &#8211; Fixed saving of meta data when multiple extensions use the <code>save_post</code> action.</li>\n<li>Fix &#8211; Allow search customers by ID in edit order screen.</li>\n<li>Fix &#8211; Prevents session data overwriting customer data on login.</li>\n<li>Fix &#8211; Fixed cross-sell column display and variation support.</li>\n<li>Fix &#8211; Fixed variable product stock syncing on save.</li>\n<li>Fix &#8211; Included try/catch wrapper to prevent issues with Select2.</li>\n<li>Fix &#8211; Prevented a bug that deleted all variations when the product type was change from variable to simple.</li>\n<li>Fix &#8211; Switched to WPDB to quicker update when syncing titles for variations.</li>\n<li>Fix &#8211; Exclude deprecated properties when loading a customer object.</li>\n<li>Fix &#8211; Fixed notices while trying to order again.</li>\n<li>Fix &#8211; Fixed notices when <code>$wpdb-&gt;prefix</code> is empty.</li>\n<li>Fix &#8211; Prevent errors when loading a product with an invalid download file types.</li>\n<li>REST API &#8211; Fixed missing array declaration in CRUD controller.</li>\n<li>REST API &#8211; Removed extra <code>exclude</code>, <code>include</code> and <code>search</code> parameters from taxes endpoint.</li>\n<li>REST API &#8211; Fixed variation description formatting.</li>\n<li>REST API &#8211; Fixed incorrect attribute check in products endpoint in Legacy REST API.</li>\n<li>REST API &#8211; Allow variation image to be unset.</li>\n</ul>\n<h4>3.0.0 &#8211; 2017-04-04</h4>\n<ul>\n<li>New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() &#8211; wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider</li>\n<li>Made the store notice dismissible on the frontend.</li>\n<li>Variable products no longer show striked out prices in combination with ranges for clarity when on sale.</li>\n<li>Prices no longer display as &#8216;free&#8217; instead of 0, to fix issues with ranges and localization and for consistency.</li>\n<li>Improved structured product data by using JSON-LD instead of inline Microdata.</li>\n<li>Improved downloads list layout (template file).</li>\n<li>Respect stock status and prevent the &#8220;out of stock threshold&#8221; setting affecting existing in-stock products.</li>\n<li>Improved handling of shop page rewrite rules to allow subpages.</li>\n<li>Redirect to login after password reset.</li>\n<li>When using authorizations in PayPal Standard, automatically capture funds when the order goes processing/completed.</li>\n<li>On multisite, when a user logs into a store with an account on a site, but not the current site, rather than error, add the user to the current site as a customer.</li>\n<li>Show variable weights/dimensions even when parent values are not set.</li>\n<li>Automatically sort tax rates rather than allow clunky manual sorting.</li>\n<li>When deleting a tax rate class, remove it&#8217;s tax rates.</li>\n<li>Made WC_Logger pluggable via wc_get_logger function.</li>\n<li>Use &#8216;average rating&#8217; post meta for &#8216;rating&#8217; product sorting option.</li>\n<li>Show better labels in nav menus metabox.</li>\n<li>Sort “Recently Viewed” products by the view order.</li>\n<li>Removed internal scroll from log viewer.</li>\n<li>Add reply-to to admin emails.</li>\n<li>Improved the zone setup flow.</li>\n<li>Made wc_get_wildcard_postcodes return the orignal postcode plus * since wildcards should match empty strings too.</li>\n<li>Use all paid statuses in $customer-&gt;get_total_spent().</li>\n<li>Move location of billing email field to work with password managers.</li>\n<li>Option to restrict selling locations by country.</li>\n<li>Added tool to clear orphaned variations in system status.</li>\n<li>Remove checkbox options in system status tools and replace with constants.</li>\n<li>Added security section in system status report.</li>\n<li>Add image_url setting to PayPal Standard.</li>\n<li>Fixed attribute registration. Attributes are non-hierarchical by default (parent is not supported).</li>\n<li>Add sort parameter to checkout fields to aid with sorting per locale.</li>\n<li>Merged percent and percent product coupon types (they provide the same discount).</li>\n<li>Prevent payment details being cleared after update_checkout events.</li>\n<li>Performance &#8211; Converted _featured and _visibility meta data to terms for faster catalog queries. Upgrade routine handles migration. Developers may need to update queries to reflect this change.</li>\n<li>Includes product attributes archives links in &#8220;Additional Information&#8221; tab.</li>\n<li>Select2 has been upgraded to v4.</li>\n<li>Improved logging system for extensions.</li>\n<li>Tax suffix is now hidden on non-taxable products.</li>\n<li>Grouped products are linked from the parent rather than the children. Children can be in more than one group.</li>\n<li>Removed coupon usage link in coupons admin screen.</li>\n<li>Performance &#8211; Converted rating filters to visibility terms.</li>\n<li>Performance &#8211; Added visibility term for outofstock products to speed those queries up also.</li>\n<li>Performance &#8211; Introduced a new CRUD (create, read, update, delete) system for Products, Orders, Customers and Shipping Zones.</li>\n<li>Performance &#8211; Optimised variable product sync. Upper/lower price meta is no longer stored, just the main prices, if a child has weight, and if a child has dimensions.</li>\n<li>Performance &#8211; Removed WP_Query from up-sells.php and related.php and replaced with PHP foreach loop (since we already have the product IDs).</li>\n<li>Performance &#8211; Removed the feature where old orders get access to new downloads on product edit. Looping potentially thousands of orders to do this is too much of a performance burden for stores and this can sometimes be unexpected behavior too. This does however updates <em>edited</em> downloads.</li>\n<li>Performance &#8211; Removed &#8216;items&#8217; column on orders screen due to loading excessive data.</li>\n<li>Performance &#8211; Deferred email sending for faster checkouts. Now uses CRON.</li>\n<li>API &#8211; New Rest API v2 with support for meta_data amongst other things.</li>\n<li>API &#8211; Removed last order from customers part of the API due to performance concerns &#8211; use orders endpoint instead. Other order data on the endpoint is now transient cached.</li>\n<li>API &#8211; Allow oAuth1.0a authentication using headers.</li>\n<li>API &#8211; New Shipping Zones endpoints.</li>\n<li>API &#8211; New variations endpoints.</li>\n<li>API &#8211; New settings endpoints.</li>\n<li>API &#8211; Payment gateways and shipping methods endpoints.</li>\n<li>API &#8211; Prevented the (broken) ability to manipulate variations directly on the products endpoints.</li>\n<li>CLI &#8211; New CLI which uses the REST API endpoints rather than it&#8217;s own functions.</li>\n<li>Localization &#8211; Improved RTL support.</li>\n<li>Localization &#8211; Added a language independent permalink setting function.</li>\n<li>Localization &#8211; Added inline comments for placeholder strings.</li>\n<li>Localization &#8211; Added Nigerian and Pakistan Provinces to i18n/state.</li>\n<li>Localization &#8211; US and Poland postcode validation.</li>\n<li>To read more about this release, see our dev blog announcement here: http://wp.me/p6wtcw-Uo</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"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:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jun 2005 09:33: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:95:\"This plugin will generate a special XML sitemap which will help search engines to better&#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:14:\"Arne Brachhold\";s: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:7643:\"<p><!--section=description--></p>\n<p>This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it&#8217;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it&#8217;s supposed to do &#8211; providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page) or <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal/\" rel=\"nofollow\">donate via PayPal</a>. I&#8217;m gladly supporting this plugin since over 9 years! Thanks a lot! <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it&#8217;s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal\" title=\"Donate with PayPal\" rel=\"nofollow\">small donation</a> for the time I&#8217;ve spent writing and supporting this plugin. And I really don&#8217;t want to know how many hours of my life this plugin has already eaten <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the &#8220;Add Plugin&#8221; function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -&gt; XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings &gt; XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I&#8217;ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your blog directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or &#8220;I can&#8217;t find the sitemap.xml file!&#8221;</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I&#8217;ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options&#8230; Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you&#8217;re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn&#8217;t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn&#8217;t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with &#8220;google-sitemap-generator&#8221;.</p>\n</dd>\n<dt>What&#8217;s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don&#8217;t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>You can always find the changelog on <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">the plugin website</a>, since I don&#8217;t like to maintain the same content on different pages. Thank you for your understanding!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s:7:\"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://wordpress.org/plugins/limit-login-attempts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2009 14:20: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11761:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn&#8217;t. <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the &#8220;admin&#8221; password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy &#8212; which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don&#8217;t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: &#8220;limit_login_whitelist_ip&#8221;.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n     return ($ip == &#8216;my-ip&#8217;) ? true : $allow;<br />\n}<br />\nadd_filter(&#8216;limit_login_whitelist_ip&#8217;, &#8216;my_ip_whitelist&#8217;, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the &#8220;Restore Lockouts&#8221; button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file &#8220;wp-content/plugins/limit-login-attempts/limit-login-attempts.php&#8221; to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: &#8220;UPDATE wp_options SET option_value = &#8221; WHERE option_name = &#8216;limit_login_lockouts\'&#8221;</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>&#8220;Auth cookies&#8221; are special cookies set at login that authenticating you to the system. It is how WordPress &#8220;remembers&#8221; that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all &#8220;auth cookie&#8221; attempts would keep getting logged.</p>\n<p>In theory the &#8220;auth cookie&#8221; is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in &#8216;init&#8217; action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define &#8220;Text Domain&#8221; correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear &#8220;overnight&#8221;</li>\n<li>Added question to FAQ (&#8220;Why not reset failed attempts on a successful login?&#8221;)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite &amp; WPMU support (again thanks to <a href=\"mailto:&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;\" rel=\"nofollow\">&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:&#x62;&#105;&#x67;&#101;&#x78;&#112;&#x6c;&#111;&#114;&#x61;&#116;&#x69;&#111;&#x6e;&#115;&#064;&#x62;&#105;&#x67;&#101;&#x78;&#112;&#108;&#x6f;&#114;&#x61;&#116;&#x69;&#111;n&#x73;&#046;&#x63;&#111;&#x6d;&#046;t&#x77;\" rel=\"nofollow\">&#x62;&#105;&#x67;&#101;&#x78;&#112;&#x6c;&#111;&#114;&#x61;&#116;&#x69;&#111;&#x6e;&#115;&#064;&#x62;&#105;&#x67;&#101;&#x78;&#112;&#108;&#x6f;&#114;&#x61;&#116;&#x69;&#111;n&#x73;&#046;&#x63;&#111;&#x6d;&#046;t&#x77;</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure &#8220;shake&#8221;</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;\" rel=\"nofollow\">&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:b&#117;&#x72;&#111;&#x62;&#x6a;&#111;&#x72;n&#064;&#x62;&#117;&#x72;&#x6f;&#098;&#x6a;&#111;&#114;&#x6e;&#046;&#x6e;l\" rel=\"nofollow\">b&#117;&#x72;&#111;&#x62;&#x6a;&#111;&#x72;n&#064;&#x62;&#117;&#x72;&#x6f;&#098;&#x6a;&#111;&#114;&#x6e;&#046;&#x6e;l</a></li>\n<li>Added Hungarian translation, thanks to B?lint Vereskuti <a href=\"mailto:&#098;&#097;&#x6c;&#x69;&#110;&#116;&#x40;v&#101;&#x72;&#x65;&#115;&#107;&#x75;&#x74;&#105;&#046;&#x69;n&#102;&#x6f;\" rel=\"nofollow\">&#098;&#097;&#x6c;&#x69;&#110;&#116;&#x40;v&#101;&#x72;&#x65;&#115;&#107;&#x75;&#x74;&#105;&#046;&#x69;n&#102;&#x6f;</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:&#111;&#118;&#x61;&#x31;&#x33;l&#097;&#115;&#x74;&#x61;&#x72;&#064;&#103;&#109;&#097;&#x69;&#x6c;&#x2e;&#099;&#111;&#109;\" rel=\"nofollow\">&#111;&#118;&#x61;&#x31;&#x33;l&#097;&#115;&#x74;&#x61;&#x72;&#064;&#103;&#109;&#097;&#x69;&#x6c;&#x2e;&#099;&#111;&#109;</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li>Added Norwegian translation, thanks to Rune Gulbrands?y</li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/limit-login-attempts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jun 2007 06:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";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:58:\"Extends and enhances TinyMCE, the WordPress Visual 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s: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:10621:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme&#8217;s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named &#8220;tinymce-advanced&#8221; (not two nested folders) in the WordPress plugins folder, usually &#8220;wp-content/plugins&#8221;.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named &#8220;tinymce-advanced&#8221; (not two nested folders) in the WordPress plugins folder, usually &#8220;wp-content/plugins&#8221;.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add &#8220;Smilies&#8221;, they do not show in the editor.</dt>\n<dd>\n<p>The &#8220;Emoticons&#8221; button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox &#8220;Convert emoticons to graphics on display&#8221; in &#8220;Options &#8211; Writing&#8221; is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the &#8220;Disable the visual editor when writing&#8221; checkbox under &#8220;Users &#8211; Your Profile&#8221; is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the &#8220;old&#8221; buttons in the editor</dt>\n<dd>\n<p>Click the &#8220;Restore Default Settings&#8221; button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing &#8220;Source code&#8221; button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn&#8217;t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don&#8217;t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the &#8216;textpattern&#8217; plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the &#8216;textpattern&#8217; plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the &#8216;textpattern&#8217; plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated &#8216;table&#8217; plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the &#8221;directionality&#8221; plugin when RTL or LTR button is selected.</li>\n<li>Show the &#8221;Advanced Options&#8221; to super admins on multisite installs.</li>\n<li>Add the &#8221;link&#8221; plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated &#8221;table&#8221; plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn&#8217;t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized &#8220;Smilies&#8221; plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you &#8220;drag and drop&#8221; the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/tinymce-advanced/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:50:\"https://wordpress.org/plugins/browse/popular/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s: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:\"Mon, 08 May 2017 02:59:18 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:\"Mon, 08 May 2017 02:40:55 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170412052407\";}", "no");
INSERT INTO `wp_options` VALUES("1475", "_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109", "1494255797", "no");
INSERT INTO `wp_options` VALUES("1476", "_transient_feed_mod_b9388c83948825c1edaef0d856b7b109", "1494212597", "no");
INSERT INTO `wp_options` VALUES("1477", "_transient_timeout_plugin_slugs", "1494301343", "no");
INSERT INTO `wp_options` VALUES("1478", "_transient_plugin_slugs", "a:24:{i:0;s:55:\"advanced-twenty-seventeen/advanced-twenty-seventeen.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:29:\"gravityforms/gravityforms.php\";i:6;s:9:\"hello.php\";i:7;s:23:\"loco-translate/loco.php\";i:8;s:33:\"nav-menu-roles/nav-menu-roles.php\";i:9;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:10;s:21:\"the-grid/the-grid.php\";i:11;s:17:\"userpro/index.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:71:\"woocommerce-gravityforms-product-addons/gravityforms-product-addons.php\";i:14;s:69:\"woocommerce-order-status-manager/woocommerce-order-status-manager.php\";i:15;s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";i:16;s:67:\"woocommerce-product-reviews-pro/woocommerce-product-reviews-pro.php\";i:17;s:47:\"woocommerce-quick-buy/woocommerce-quick-buy.php\";i:18;s:51:\"woocommerce-tab-manager/woocommerce-tab-manager.php\";i:19;s:51:\"wooshipping-postcode-kr/wooshipping-postcode-kr.php\";i:20;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:21;s:47:\"yith-woocommerce-account-funds-premium/init.php\";i:22;s:50:\"yith-woocommerce-customize-myaccount-page/init.php\";i:23;s:48:\"yith-woocommerce-order-tracking-premium/init.php\";}", "no");
INSERT INTO `wp_options` VALUES("1479", "_transient_timeout_dash_16e5162baedbebe7a1904fee5fde69e4", "1494255797", "no");
INSERT INTO `wp_options` VALUES("1480", "_transient_dash_16e5162baedbebe7a1904fee5fde69e4", "<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/04/wordpress-4-7-4/\'>WordPress 4.7.4 Maintenance Release</a> <span class=\"rss-date\">2017년 4월 20일</span><div class=\"rssSummary\">After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release. This release contains 47 bug fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API.</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\'>WPTavern: Weglot Multilingual Plugin Closes $450K in Seed Funding</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-8-release-targeted-for-june-8\'>WPTavern: WordPress 4.8 Release Targeted for June 8</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wphugs-a-community-devoted-to-educating-discussing-and-raising-awareness-of-mental-health\'>WPTavern: WPHugs: A Community Devoted to Educating, Discussing, and Raising Awareness of Mental Health</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>인기 플러그인:</span> Jetpack by WordPress.com&nbsp;<a href=\"plugin-install.php?tab=plugin-information&amp;plugin=jetpack&amp;_wpnonce=d3fa0aceec&amp;TB_iframe=true&amp;width=600&amp;height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"설치 Jetpack by WordPress.com\">(설치)</a></li></ul></div>", "no");
INSERT INTO `wp_options` VALUES("1481", "_transient_timeout_wc_upgrade_notice_3.0.3", "1494299003", "no");
INSERT INTO `wp_options` VALUES("1482", "_transient_wc_upgrade_notice_3.0.3", "", "no");
INSERT INTO `wp_options` VALUES("1483", "_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a", "1494225337", "no");
INSERT INTO `wp_options` VALUES("1484", "_site_transient_poptags_40cd750bba9870f18aada2478b24840a", "O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4333;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2476;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2345;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2052;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1815;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1576;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1544;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1427;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1328;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1317;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1306;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1266;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1256;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1095;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1036;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1033;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:981;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:918;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:810;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:789;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:781;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:761;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:756;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:664;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:652;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:647;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:641;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:639;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:634;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:618;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:593;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:589;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:586;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:571;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:570;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:565;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:563;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:553;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:543;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:533;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:526;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:518;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:513;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:500;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:494;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:486;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:482;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:475;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:462;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:461;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:456;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:454;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:438;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:433;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:431;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:431;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:423;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:409;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:403;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:402;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:401;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:398;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:393;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:391;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:390;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:374;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:371;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:362;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:358;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:348;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:330;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:330;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:329;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:327;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:321;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:320;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:318;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:317;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:309;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:308;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:292;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:291;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:289;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:289;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:286;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:282;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:281;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:280;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:278;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:270;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:270;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:268;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:267;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:262;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:262;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:261;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:260;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:260;}}", "no");
INSERT INTO `wp_options` VALUES("1486", "_site_transient_timeout_theme_roots", "1494216719", "no");
INSERT INTO `wp_options` VALUES("1487", "_site_transient_theme_roots", "a:8:{s:4:\"Divi\";s:7:\"/themes\";s:5:\"Fable\";s:7:\"/themes\";s:9:\"StyleShop\";s:7:\"/themes\";s:9:\"shop-isle\";s:7:\"/themes\";s:5:\"smoke\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}", "no");
INSERT INTO `wp_options` VALUES("1488", "et_account_status", "active", "yes");
INSERT INTO `wp_options` VALUES("1489", "_site_transient_update_plugins", "O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1494214937;s:7:\"checked\";a:24:{s:55:\"advanced-twenty-seventeen/advanced-twenty-seventeen.php\";s:5:\"1.3.1\";s:19:\"akismet/akismet.php\";s:3:\"3.3\";s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";s:5:\"0.0.1\";s:29:\"divi-builder/divi-builder.php\";s:5:\"2.0.3\";s:25:\"duplicator/duplicator.php\";s:5:\"1.2.6\";s:29:\"gravityforms/gravityforms.php\";s:7:\"2.2.1.2\";s:9:\"hello.php\";s:3:\"1.6\";s:23:\"loco-translate/loco.php\";s:6:\"2.0.13\";s:33:\"nav-menu-roles/nav-menu-roles.php\";s:5:\"1.8.6\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"2.2.6\";s:21:\"the-grid/the-grid.php\";s:5:\"2.1.0\";s:17:\"userpro/index.php\";s:3:\"3.3\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.0.3\";s:71:\"woocommerce-gravityforms-product-addons/gravityforms-product-addons.php\";s:5:\"3.1.6\";s:69:\"woocommerce-order-status-manager/woocommerce-order-status-manager.php\";s:5:\"1.7.0\";s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";s:6:\"1.5.14\";s:67:\"woocommerce-product-reviews-pro/woocommerce-product-reviews-pro.php\";s:5:\"1.7.0\";s:47:\"woocommerce-quick-buy/woocommerce-quick-buy.php\";s:3:\"1.3\";s:51:\"woocommerce-tab-manager/woocommerce-tab-manager.php\";s:5:\"1.8.0\";s:51:\"wooshipping-postcode-kr/wooshipping-postcode-kr.php\";s:5:\"1.0.4\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:4:\"2.91\";s:47:\"yith-woocommerce-account-funds-premium/init.php\";s:6:\"1.0.14\";s:50:\"yith-woocommerce-customize-myaccount-page/init.php\";s:5:\"2.1.0\";s:48:\"yith-woocommerce-order-tracking-premium/init.php\";s:6:\"1.2.78\";}s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.1.zip\";s:6:\"tested\";s:5:\"4.7.4\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.0.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:14:\"upgrade_notice\";s:132:\"3.0 is a major update. Make a full site backup, update your theme and extensions, and review update best practices before upgrading.\";s:6:\"tested\";s:5:\"4.7.4\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:47:\"woocommerce-quick-buy/woocommerce-quick-buy.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"55793\";s:4:\"slug\";s:21:\"woocommerce-quick-buy\";s:6:\"plugin\";s:47:\"woocommerce-quick-buy/woocommerce-quick-buy.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/woocommerce-quick-buy/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce-quick-buy.1.5.zip\";s:6:\"tested\";s:3:\"5.0\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:29:\"divi-builder/divi-builder.php\";O:8:\"stdClass\":4:{s:11:\"new_version\";s:5:\"2.0.6\";s:4:\"slug\";s:12:\"divi-builder\";s:3:\"url\";s:60:\"https://www.elegantthemes.com/api/changelog/divi-builder.txt\";s:6:\"tested\";s:5:\"4.7.3\";}s:48:\"yith-woocommerce-order-tracking-premium/init.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:48:\"yith-woocommerce-order-tracking-premium/init.php\";s:11:\"new_version\";s:6:\"1.2.84\";s:9:\"changelog\";s:15852:\"\n\n<h4>Version 1.2.84 - Released on Apr 28, 2017 </h4>\n<ul>\n    <li>Fix: tracking details not shown on customer email</li>\n</ul>\n<h4>Version 1.2.83 - Released on Apr 24, 2017 </h4>\n<ul>\n    <li>New: carrier StarTrack</li>\n    <li>New: carrier Packsend</li>\n    <li>Update: CouriersPlease.com.au tracking system</li>\n</ul>\n<h4>Version 1.2.82 - Released on Apr 19, 2017 </h4>\n<ul>\n    <li>New: carrier Epost.go.kr</li>\n    <li>New: carrier KG Logis</li>\n</ul>\n<h4>Version 1.2.81 - Released on Apr 13, 2017 </h4>\n<ul>\n    <li>Fix: tracking code not saved correctly with WooCommerce 3.0</li>\n</ul>\n<h4>Version 1.2.80 - Released on Apr 05, 2017 </h4>\n<ul>\n    <li>New: carrier DOTZOT</li>\n</ul>\n<h4>Version 1.2.79 - Released on Mar 23, 2017 </h4>\n<ul>\n    <li>New: carrier Post Luxembourg</li>\n</ul>\n<h4>Version 1.2.78 - Released on Mar 13, 2017 </h4>\n<ul>\n    <li>New:  Support to WooCommerce 2.7.0-RC1</li>\n    <li>New: carrier Kangaroo</li>\n    <li>Update: Poste.it tracking URL</li>\n    <li>Update: YITH Plugin Framework</li>\n    <li>Fix: PCLZIP_ERR_BAD_FORMAT error</li>\n</ul>\n<h4>Version 1.2.77 - Released on Mar 06, 2017 </h4>\n<ul>\n    <li>New: carrier BlueEX</li>\n    <li>New: carrier TCS Couriers</li>\n    <li>New: carrier Leopards Couriers</li>\n</ul>\n<h4>Version 1.2.76 - Released on Mar 09, 2017 </h4>\n<ul>\n    <li>New: YITH SMS Notification integration let you send tracking data via SMS</li>\n    <li>New: carrier PostNord Danmark</li>\n</ul>\n<h4>Version 1.2.75 - Released on Feb 05, 2017 </h4>\n<ul>\n    <li>Update: tracking system for carrier Correo Uruguayo</li>\n	<li>Update: tracking system for carrier PostNord Sweden</li>\n	<li>Fix: with YITH WooCommerce Multi Vendor, the tracking fields were not shown on main order</li>\n	<li>Dev: filter \'yith_ywot_carrier_list\' lets third party plugin to customize the carrier list</li>\n</ul>\n<h4>Version 1.2.74 - Released on Jan 31, 2017 </h4>\n<ul>\n    <li>New: carrier \'Specialized Freight Services\' (South Africa)</li>\n    <li>New: carrier \'Kuronekoyamato (ヤマト宅急便)\'</li>\n</ul>\n<h4>Version 1.2.73 - Released on Jan 23, 2017 </h4>\n<ul>\n    <li>Update: tracking URL for 17Track</li>\n</ul>\n<h4>Version 1.2.72 - Released on Jan 19, 2017 </h4>\n<ul>\n    <li>New: carrier DHL Global Mail</li>\n	<li>New: carrier DPEX</li>\n</ul>\n<h4>Version 1.2.71 - Released on Jan 10, 2017 </h4>\n<ul>\n    <li>New: carrier EPG - Emirates Post Group</li>\n</ul>\n<h4>Version 1.2.70 - Released on Dec 23, 2016 </h4>\n<ul>\n    <li>Added: import tracking data managed with free version</li>\n	<li>Updated: Post Switzerland tracking URL</li>\n</ul>\n<h4>Version 1.2.69 - Released on Dec 22, 2016 </h4>\n<ul>\n    <li>Added: carrier Poste.it</li>\n</ul>\n<h4>Version 1.2.68 - Released on Dec 16, 2016 </h4>\n<ul>\n    <li>Added: carrier SMSA Express</li>\n</ul>\n<h4>Version 1.2.67 - Released on Dec 15, 2016 </h4>\n<ul>\n    <li>Updated: AN POST IRELAND tracking system</li>\n</ul>\n<h4>Version 1.2.66 - Released on Dec 11, 2016 </h4>\n<ul>\n    <li>Added: carrier SF Express</li>\n</ul>\n<h4>Version 1.2.65 - Released on Dec 07, 2016 </h4>\n<ul>\n    <li>Added: ready for WordPress 4.7</li>\n</ul>   \n<h4>Version 1.2.64 - Released on Dec 06, 2016 </h4>\n<ul>\n    <li>Added: carrier \'OCA\'</li>\n    <li>Added: carrier \'Correo Argentino\'</li>\n    <li>Added: carrier \'Andreani\'</li>\n</ul>   \n<h4>Version 1.2.63 - Released on Nov 21, 2016 </h4>\n<ul>\n    <li>Added: GLS Slovakia carrier</li>\n    <li>Added: Slovenská pošta carrier</li>\n</ul>\n<h4>Version 1.2.62 - Released on Nov 16, 2016 </h4>\n<ul>\n    <li>Updated: Deutsche Post tracking URL</li>\n    <li>Updated: removed the file yith-carriers-parameters.php from plugin core. It\'s still possible to customize the carriers parameters using the file yith-carriers-parameters-example.php</li>\n</ul>\n<h4>Version 1.2.61 - Released on Nov 09, 2016 </h4>\n<ul>\n    <li>Added: Alpha Fast carrier</li>\n    <li>Added: Quantium Solutions Post</li>\n    <li>Added: Deutsche Post</li>\n</ul>\n<h4>Version 1.2.60 - Released on Oct 24, 2016 </h4>\n<ul>\n	<li>Added: carrier Sendle</li>\n	<li>Added: carrier MyHermes UK</li>\n	<li>Added: carrier APC Overnight</li>\n</ul>\n<h4>Version 1.2.59 - Released on Oct 21, 2016 </h4>\n<ul>\n	<li>Updated: Parcel Force tracking link</li>\n	<li>Fixed: unable to import tracking data for the carrier \'UK Mail\'</li>\n</ul>\n<h4>Version 1.2.58 - Released on Oct 20, 2016 </h4>\n<ul>\n    <li>Added: carrier UK Mail</li>\n	<li>Updated: First Flight carrier tracking system</li>\n</ul>\n<h4>Version 1.2.57 - Released on Oct 12, 2016 </h4>\n<ul>\n    <li>Added: carrier CJ Express</li>\n	<li>Added: carrier CouriersPlease.com.au</li>\n</ul>\n<h4>Version 1.2.56 - Released on Oct 10, 2016 </h4>\n<ul>\n    <li>Added: carrier TNT Italy</li>\n    <li>Updated: carrier name from \"Australia POST Domestic\" to \"Australia Post\"</li>\n</ul>\n<h4>Version 1.2.55 - Released on Sept 30, 2016 </h4>\n<ul>\n    <li>Added: carrier iPostParcels.com</li>    \n</ul>\n<h4>Version 1.2.54 - Released on Sept 27, 2016 </h4>\n<ul>\n    <li>Added: carrier DHL Sweden</li>    \n</ul>\n<h4>Version 1.2.53 - Released on Sept 21, 2016 </h4>\n<ul>\n    <li>Added: carrier HCT Logistic</li>\n    <li>Updated: tracking URL for carrier Chunghwa Post (Taiwan)</li>\n    <li>Updated: tracking URL for carrier HongKong POST</li>\n</ul>\n<h4>Version 1.2.52 - Released on Sept 12, 2016 </h4>\n<ul>\n    <li>Added: carrier Wahana</li>\n</ul>\n<h4>Version 1.2.51 - Released on Sept 05, 2016 </h4>\n<ul>\n    <li>Added: carrier Speedex</li>\n	<li>Added: carrier Geniki Taxydromiki</li>\n</ul>\n<h4>Version 1.2.50 - Released on Aug 31, 2016 </h4>\n<ul>\n    <li>Added: carrier Interparcel</li>\n    <li>Updated: carrier Correos</li>\n</ul>\n<h4>Version 1.2.49 - Released on Aug 22, 2016 </h4>\n<ul>\n    <li>Added: carrier Russian POST</li>\n    <li>Added: carrier CDEK</li>\n</ul>\n<h4>Version 1.2.48 - Released on Aug 11, 2016 </h4>\n<ul>\n    <li>Added: carrier DHL parcel NL</li>\n    <li>Tweaked: action \'yith_ywot_order_picked_up\' triggered always when a picked up order is saved</li>\n</ul>\n<h4>Version 1.2.47 - Released on July 29, 2016 </h4>\n<ul>\n	<li>Added: Correo Uruguayo carrier</li>\n    <li>Added: Taiwan carrier Maple</li>\n	<li>Added: Taiwan carrier Chunghwa Post</li>\n	<li>Added: Taiwan carrier Pelican</li>\n	<li>Added: Taiwan carrier Ezship</li>\n	<li>Added: Taiwan carrier T-cat</li>\n	<li>Added: Taiwan carrier MYSHIP 7-11</li>\n</ul>\n<h4>Version 1.2.46 - Released on July 28, 2016 </h4>\n<ul>\n    <li>Added: CSS class \'button\' for plugin buttons on my-account page</li>\n</ul>\n<h4>Version 1.2.45 - Released on July 14, 2016 </h4>\n<ul>\n    <li>Added: integration with YITH PDF Invoice for showing the shipping information in the packing slip</li>\n</ul>\n<h4>Version 1.2.44 - Released on July 11, 2016 </h4>\n<ul>\n    <li>Added: TIKI, Indonesian carrier</li>\n</ul>\n<h4>Version 1.2.43 - Released on July 07, 2016 </h4>\n<ul>\n    <li>Added: E-Go carrier</li>\n</ul>\n<h4>Version 1.2.42 - Released on July 05, 2016 </h4>\n<ul>\n    <li>Added: Direct Link carrier</li>\n</ul>\n<h4>Version 1.2.41 - Released on July 04, 2016 </h4>\n<ul>\n    <li>Added: Qxpress Asia carrier</li>\n</ul>\n<h4>Version 1.2.40 - Released on Jun 15, 2016 </h4>\n<ul>\n    <li>Added: PB Track carrier</li>\n</ul>\n<h4>Version 1.2.39 - Released on Jun 13, 2016 </h4>\n<ul>\n    <li>Updated: Ecom Express tracking system</li>\n</ul>\n<h4>Version 1.2.38 - Released on Jun 08, 2016 </h4>\n<ul>\n    <li>Added: The Courier Guy carrier</li>\n	<li>Added: CTTExpresso.pt carrier</li>\n	<li>Added: DHL.pt carrier</li>\n</ul>\n<h4>Version 1.2.37 - Released on Jun 06, 2016 </h4>\n<ul>\n    <li>Added: MH-International carrier</li>    \n</ul>\n<h4>Version 1.2.36 - Released on Jun 03, 2016 </h4>\n<ul>\n    <li>Added: KDZ Express carrier</li>\n    <li>Updated: track shipping for the India Post through the AfterShip free service</li>\n    <li>Updated: Deprisa carrier tracking system</li>\n</ul>\n<h4>Version 1.2.35 - Released on Jun 01, 2016 </h4>\n<ul>\n    <li>Fixed: the order status is not set as completed when set as picked up</li>\n</ul>\n<h4>Version 1.2.34 - Released on May 30, 2016 </h4>\n<ul>\n    <li>Fixed: carrier selection lost on save</li>\n</ul>\n<h4>Version 1.2.33 - Released on May 26, 2016 </h4>\n<ul>\n    <li>Updated: the tracking link for the carrier GD Express for reflecting the changes in their tracking system</li>\n</ul>\n<h4>Version 1.2.32 - Released on May 23, 2016 </h4>\n<ul>\n    <li>Fixed: changing the order status through a bulk action on the orders page, empty the tracking information of the selected orders</li>\n</ul>\n<h4>Version 1.2.31 - Released on May 20, 2016 </h4>\n<ul>\n    <li>Tweak: WooCommerce 2.6-beta-2 ready</li>\n    <li>Updated: save tracking data on action \'save_post_shop_order\' instead of on action \'woocommerce_process_shop_order_meta\'</li>\n</ul>\n<h4>Version 1.2.30 - Released on May 04, 2016 </h4>\n<ul>\n    <li>Added: carrier PickPackPont.hu</li>\n</ul>\n<h4>Version 1.2.29 - Released on Apr 29, 2016 </h4>\n<ul>\n    <li>Added: carrier Post.at</li>\n    <li>Updated: new YAMATO carrier tracking system</li>\n</ul>\n<h4>Version 1.2.28 - Released on Apr 27, 2016 </h4>\n<ul>\n    <li>Added: carrier ILOGEN.com</li>\n    <li>Fixed: tracking information not shown properly for guest customers</li>\n</ul>\n<h4>Version 1.2.27 - Released on Apr 26, 2016 </h4>\n<ul>\n    <li>Added: carrier SoGeTras</li>\n    <li>Changed: courier naming from PostNord to PostNord Norway</li>\n    <li>Changed: courier naming from Posten Sweden to PostNord Sweden</li>\n</ul>\n<h4>Version 1.2.26 - Released on Apr 21, 2016 </h4>\n<ul>\n    <li>Fixed: tracking details do not displayed on first email if \"Complete order\" option was set</li>\n</ul>\n<h4>Version 1.2.25 - Released on Apr 20, 2016 </h4>\n<ul>\n    <li>Added: carrier Canpar</li>\n</ul>\n<h4>Version 1.2.24 - Released on Apr 19, 2016 </h4>\n<ul>\n    <li>Updated: when importing the tracking details from a CSV files, set the order status as completed if the order is picked up</li>\n    <li>Fixed: add tracking details on email sent after importing tracking details from a CSV file</li>\n</ul>\n<h4>Version 1.2.23 - Released on Apr 18, 2016 </h4>\n<ul>\n    <li>Added: carrier GlobeFlight</li>\n</ul>\n<h4>Version 1.2.22 - Released on Apr 14, 2016 </h4>\n<ul>\n    <li>Added: carrier Correios.com.br</li>\n    <li>Added: carrier PostNord</li>\n</ul>\n<h4>Version 1.2.21 - Released on Apr 06, 2016 </h4>\n<ul>\n    <li>Added: carrier shipyaari.com</li>\n</ul>\n<h4>Version 1.2.20 - Released on Apr 05, 2016 </h4>\n<ul>\n    <li>Added: carrier Colissimo.fr</li>\n</ul>\n<h4>Version 1.2.19 - Released on Apr 04, 2016 </h4>\n<ul>\n    <li>Updated: new tracking system for the courier Eurodis implemented replacing the previous one</li>\n</ul>\n<h4>Version 1.2.18 - Released on Mar 29, 2016 </h4>\n<ul>\n    <li>Fixed: importing process fails with PHP version prior that 5.5</li>\n</ul>\n<h4>Version 1.2.17 - Released on Mar 25, 2016 </h4>\n<ul>\n    <li>Added: carrier Eedostavka.ru</li>\n    <li>Added: carrier MS Russian Post</li>\n    <li>Added: carrier Dellin.ru</li>\n</ul>\n<h4>Version 1.2.16 - Released on Mar 24, 2016 </h4>\n<ul>\n    <li>Added: carrier Parzel.com</li>\n</ul>\n<h4>Version 1.2.15 - Released on Mar 22, 2016 </h4>\n<ul>\n    <li>Added: the import tracking details function set the order status according to the plugin options</li>\n</ul>\n<h4>Version 1.2.14 - Released on Mar 18, 2016 </h4>\n<ul>\n    <li>Added: choose if the order status should be set as completed when an order is set as picked up</li>\n    <li>Added: action yith_ywot_order_status_disabled_for_picked_up_changes that let you prevent the order status changes on order picked up</li>\n    <li>Updated: yith-woocommerce-order-tracking.pot</li>\n</ul>\n<h4>Version 1.2.13 - Released on Mar 08, 2016 </h4>\n<ul>\n    <li>Updated: changed name of the courrier from LA Poste to La Poste</li>\n    <li>Added: Nexive carrier</li>\n</ul>\n<h4>Version 1.2.12 - Released on Feb 23, 2016 </h4>\n<ul>\n    <li>Added: Gojavas carrier</li>\n</ul>\n<h4>Version 1.2.11 - Released on Feb 19, 2016 </h4>\n<ul>\n    <li>Added: Castle Parcels carrier</li>\n    <li>Added: City Link Malaysia carrier</li>\n    <li>Added: Eurodis carrier</li>\n</ul>\n<h4>Version 1.2.10 - Released on Feb 18, 2016 </h4>\n<ul>\n    <li>Added: GLS Italy carrier</li>\n</ul>\n<h4>Version 1.2.9 - Released on Feb 17, 2016 </h4>\n<ul>\n    <li>Fixed: truncated tracking code shown for carriers with multiple code</li>\n</ul>\n<h4>Version 1.2.8 - Released on Feb 15, 2016 </h4>\n<ul>\n    <li>Fixed: DTDC tracking url</li>\n</ul>\n<h4>Version 1.2.7 - Released on Feb 02, 2016 </h4>\n<ul>\n    <li>Updated: YODEL DIRECT tracking system</li>\n</ul>\n<h4>Version 1.2.6 - Released on Feb 01, 2016 </h4>\n<ul>\n    <li>Updated: POST NL tracking system</li>\n    <li>Updated: POS Laju tracking system</li>\n</ul>\n<h4>Version 1.2.5 - Released on Jan 18, 2016 </h4>\n<ul>\n    <li>Added: several spanish carriers( Packlink.es, Seur.com, MRW Espana, Envialia, Zeleris, Nacex, ASM, Tourline Express, KEAVO, Mondial Relay, Starpack)</li>\n</ul>\n<h4>Version 1.2.4 - Released on Dec 31, 2015 </h4>\n<ul>\n    <li>Added: Bulk import tracking code from CSV file</li>\n</ul>\n<h4>Version 1.2.3 - Released on Dec 26, 2015 </h4>\n<ul>\n    <li>Added: Overnite Dubai carrier</li>\n    <li>Added: Coordinadora carrier</li>\n    <li>Added: DTDC carrier</li>\n</ul>\n<h4>Version 1.2.2 - Released on Dec 18, 2015 </h4>\n<ul>\n    <li>Added: XPO Logistics Inc. carrier</li>\n</ul>\n<h4>Version 1.2.1 - Released on Dec 17, 2015 </h4>\n<ul>\n    <li>Added: Fastway.com.au carrier</li>\n</ul>\n<h4>Version 1.2.0 - Released on Nov 30, 2015 </h4>\n<ul>\n    <li>Added: full support to YITH WooCommerce Multi Vendor plugin, with single vendor order tracking</li>\n    <li>Updated: Estafeta carrier tracking url</li>\n</ul>\n<h4>Version 1.1.8 - Released on Nov 18, 2015 </h4>\n<ul>\n    <li>Added: ACS carrier</li>\n    <li>Added: Chronopost.fr carrier</li>\n    <li>Fixed: direct tracking from emails fails for some carrier</li>\n    <li>Fixed: missing gettext for a sentence</li>\n</ul>\n<h4>Version 1.1.7 - Released on Nov 17, 2015 </h4>\n<ul>\n    <li>Added: WEDOEXPRESS carrier</li>\n    <li>Added: global.cainiao.com carrier</li>\n    <li>Added: 17track.net carrier</li>\n    <li>Added: WEDOEXPRESS carrier</li>\n    <li>Added: Cyprus POST carrier</li>\n    <li>Updated: changed YITH plugin framework loading from after_setup_theme hook to plugins_loaded</li>\n</ul>\n<h4>Version 1.1.6 - Released on Oct 27, 2015 </h4>\n<ul>\n    <li>Added: Fastway.co.za carrier</li>\n    <li>Added: Dawnwing.co.za carrier</li>\n    <li>Added: Supaswift by Fedex carrier</li>\n    <li>Added: Postnet.co.za carrier</li>\n    <li>Updated: SA Post Office carrier data</li>\n    <li>Updated: changed text-domain from ywot to yith-woocommerce-order-tracking</li>\n</ul>\n<h4>Version 1.1.5 - Released on Sept 29, 2015 </h4>\n<ul>\n    <li>Added: Thailand Post carrier</li>\n    <li>Added: Chilexpress carrier</li>\n</ul>\n<h4>Version 1.1.4 - Released on Sept 17, 2015 </h4>\n<ul>\n    <li>Added: SDA Italy carrier and tracking url added</li>\n</ul>\n<h4>Version 1.1.3 - Released on Aug 27, 2015</h4>\n<ul>\n    <li>Tweak: update YITH Plugin framework</li>\n</ul>\n<h4>Version 1.1.2 - Released on Jun 29, 2015</h4>\n<ul>\n    <li>Added: DHL Germany track & trace feature</li>\n    <li>Added: TransMission.NL track & trace feature</li>\n</ul>\n<h4>Version 1.1.1 - Released on Jun 10, 2015 </h4>\n<ul>\n    <li>Added: KDZ Express track & trace feature.</li>\n</ul>\n<h4>Version 1.1.0 - Released on May 05, 2015 </h4>\n<ul>\n    <li>Added: support to more carrier website</li>\n</ul>\n<h4>Version 1.0.3 - Released on Mar 04, 2015</h4>\n<ul>\n    <li>Updated: Plugin Core Framework</li>\n</ul>\n<h4>Version 1.0.2 - Released on Feb 17, 2015</h4>\n<ul>\n    <li>Fixed: Date now are shown with wordpress date format.</li>\n</ul>\n<h4>Version 1.0.1 - Released on Feb 16, 2015</h4>\n<ul>\n    <li>Fixed: Default carrier sometimes was not correctly selected on new orders</li>\n</ul>\n<h4>Version 1.0.0 - Released on Feb 05, 2015</h4>\n<ul>\n    <li>Initial Release</li>\n</ul>\n\n    \";s:7:\"package\";N;s:6:\"plugin\";s:48:\"yith-woocommerce-order-tracking-premium/init.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:55:\"advanced-twenty-seventeen/advanced-twenty-seventeen.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"78752\";s:4:\"slug\";s:25:\"advanced-twenty-seventeen\";s:6:\"plugin\";s:55:\"advanced-twenty-seventeen/advanced-twenty-seventeen.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/advanced-twenty-seventeen/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/advanced-twenty-seventeen.1.3.1.zip\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"22600\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.2.6\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.2.6.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"42611\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:6:\"2.0.13\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/loco-translate.2.0.13.zip\";}s:33:\"nav-menu-roles/nav-menu-roles.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"34808\";s:4:\"slug\";s:14:\"nav-menu-roles\";s:6:\"plugin\";s:33:\"nav-menu-roles/nav-menu-roles.php\";s:11:\"new_version\";s:5:\"1.8.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/nav-menu-roles/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/nav-menu-roles.1.8.6.zip\";}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4437\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.2.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";}s:51:\"wooshipping-postcode-kr/wooshipping-postcode-kr.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"68564\";s:4:\"slug\";s:23:\"wooshipping-postcode-kr\";s:6:\"plugin\";s:51:\"wooshipping-postcode-kr/wooshipping-postcode-kr.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/wooshipping-postcode-kr/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wooshipping-postcode-kr.zip\";}s:27:\"wp-pagenavi/wp-pagenavi.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"363\";s:4:\"slug\";s:11:\"wp-pagenavi\";s:6:\"plugin\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:11:\"new_version\";s:4:\"2.91\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pagenavi/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-pagenavi.2.91.zip\";}}}", "no");
INSERT INTO `wp_options` VALUES("1490", "duplicator_settings", "a:10:{s:7:\"version\";s:5:\"1.2.6\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:0;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;}", "yes");
INSERT INTO `wp_options` VALUES("1491", "duplicator_version_plugin", "1.2.6", "yes");
INSERT INTO `wp_options` VALUES("1492", "duplicator_package_active", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-08 03:45:43\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:6:\"5.6.33\";s:10:\"VersionPHP\";s:49:\"5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:17:\"20170508_divishop\";s:4:\"Hash\";s:32:\"28ee6e6d3c3212137712170508034543\";s:8:\"NameHash\";s:50:\"20170508_divishop_28ee6e6d3c3212137712170508034543\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:34:\"/home3/leather247/wp-snapshots/tmp\";s:8:\"StoreURL\";s:37:\"http://leather247.co.kr/wp-snapshots/\";s:8:\"ScanFile\";s:60:\"20170508_divishop_28ee6e6d3c3212137712170508034543_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":13:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:17:\"/home3/leather247\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-08 03:45:43\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:6:\"5.6.33\";s:10:\"VersionPHP\";s:49:\"5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:17:\"20170508_divishop\";s:4:\"Hash\";s:32:\"28ee6e6d3c3212137712170508034543\";s:8:\"NameHash\";s:50:\"20170508_divishop_28ee6e6d3c3212137712170508034543\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:34:\"/home3/leather247/wp-snapshots/tmp\";s:8:\"StoreURL\";s:37:\"http://leather247.co.kr/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:52;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:8:\"(Ubuntu)\";s:10:\"\0*\0Package\";r:52;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}}s:9:\"Installer\";r:74;s:8:\"Database\";r:87;}", "yes");

/* INSERT TABLE DATA: wp_postmeta */
INSERT INTO `wp_postmeta` VALUES("1", "2", "_wp_page_template", "default");
INSERT INTO `wp_postmeta` VALUES("5", "9", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("6", "9", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("7", "9", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("8", "10", "_wp_attached_file", "2017/04/IMG_7337-사본.jpg");
INSERT INTO `wp_postmeta` VALUES("9", "10", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2388;s:6:\"height\";i:1266;s:4:\"file\";s:27:\"2017/04/IMG_7337-사본.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-768x407.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"IMG_7337-사본-1024x543.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"IMG_7337-사본-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"IMG_7337-사본-1080x573.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-400x212.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-500x265.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"IMG_7337-사본-640x339.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1339603355\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("10", "11", "_wp_attached_file", "2017/04/tbk-jazz-ban-lb-detail1.jpg");
INSERT INTO `wp_postmeta` VALUES("11", "11", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:261;s:6:\"height\";i:204;s:4:\"file\";s:35:\"2017/04/tbk-jazz-ban-lb-detail1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"tbk-jazz-ban-lb-detail1-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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1320507167\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("12", "12", "_wp_attached_file", "2017/04/tbk-jazz-ban-lb-side-a.jpg");
INSERT INTO `wp_postmeta` VALUES("13", "12", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:567;s:6:\"height\";i:497;s:4:\"file\";s:34:\"2017/04/tbk-jazz-ban-lb-side-a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-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:34:\"tbk-jazz-ban-lb-side-a-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-400x497.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-400x351.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"tbk-jazz-ban-lb-side-a-500x438.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1320514287\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("14", "13", "_wp_attached_file", "2017/04/1004wn-side-a.jpg");
INSERT INTO `wp_postmeta` VALUES("15", "13", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:567;s:6:\"height\";i:516;s:4:\"file\";s:25:\"2017/04/1004wn-side-a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-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:25:\"1004wn-side-a-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-400x364.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"1004wn-side-a-500x455.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443993456\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("16", "14", "_wp_attached_file", "2017/04/1022bl603-front-b.jpg");
INSERT INTO `wp_postmeta` VALUES("17", "14", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:567;s:6:\"height\";i:610;s:4:\"file\";s:29:\"2017/04/1022bl603-front-b.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-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:29:\"1022bl603-front-b-279x300.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-372x400.jpg\";s:5:\"width\";i:372;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"1022bl603-front-b-465x500.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443018525\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("18", "15", "_wp_attached_file", "2017/04/1022bl603-side-a.jpg");
INSERT INTO `wp_postmeta` VALUES("19", "15", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:567;s:6:\"height\";i:516;s:4:\"file\";s:28:\"2017/04/1022bl603-side-a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-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:28:\"1022bl603-side-a-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-400x364.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"1022bl603-side-a-500x455.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443018556\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("20", "16", "_wp_attached_file", "2017/04/f-edge-side-a-2.jpg");
INSERT INTO `wp_postmeta` VALUES("21", "16", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:595;s:6:\"height\";i:462;s:4:\"file\";s:27:\"2017/04/f-edge-side-a-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-400x311.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"f-edge-side-a-2-500x388.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316746918\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("22", "17", "_wp_attached_file", "2017/04/IMG_0506-사본.jpg");
INSERT INTO `wp_postmeta` VALUES("23", "17", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:567;s:6:\"height\";i:363;s:4:\"file\";s:27:\"2017/04/IMG_0506-사본.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-510x363.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-400x363.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-400x256.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"IMG_0506-사본-500x320.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443993537\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("24", "18", "_wp_attached_file", "2017/04/IMG_7336-사본.jpg");
INSERT INTO `wp_postmeta` VALUES("25", "18", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:567;s:6:\"height\";i:422;s:4:\"file\";s:27:\"2017/04/IMG_7336-사본.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-400x422.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-400x298.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"IMG_7336-사본-500x372.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1339603349\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("26", "9", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("27", "9", "_edit_lock", "1492224258:1");
INSERT INTO `wp_postmeta` VALUES("28", "9", "_thumbnail_id", "18");
INSERT INTO `wp_postmeta` VALUES("29", "9", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("30", "9", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("31", "9", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("32", "9", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("33", "9", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("34", "9", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("35", "9", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("36", "9", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("37", "9", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("38", "9", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("39", "9", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("40", "9", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("41", "9", "_length", "");
INSERT INTO `wp_postmeta` VALUES("42", "9", "_width", "");
INSERT INTO `wp_postmeta` VALUES("43", "9", "_height", "");
INSERT INTO `wp_postmeta` VALUES("44", "9", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("45", "9", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("46", "9", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("47", "9", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("48", "9", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("49", "9", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("50", "9", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("51", "9", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("52", "9", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("53", "9", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("54", "9", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("55", "9", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("56", "9", "_price", "150000");
INSERT INTO `wp_postmeta` VALUES("57", "19", "_wp_attached_file", "2017/04/3b73250556151bc5fe90eb9e6789a8075dd4c0a4.jpg");
INSERT INTO `wp_postmeta` VALUES("58", "19", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:900;s:6:\"height\";i:236;s:4:\"file\";s:52:\"2017/04/3b73250556151bc5fe90eb9e6789a8075dd4c0a4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-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:51:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-768x201.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-400x236.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-400x236.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-510x236.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-400x236.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-400x105.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-500x131.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"3b73250556151bc5fe90eb9e6789a8075dd4c0a4-640x168.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:168;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("59", "20", "_wp_attached_file", "2017/04/PLP_Header_mens-dress.jpg");
INSERT INTO `wp_postmeta` VALUES("60", "20", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:4843;s:6:\"height\";i:1615;s:4:\"file\";s:33:\"2017/04/PLP_Header_mens-dress.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-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:33:\"PLP_Header_mens-dress-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"PLP_Header_mens-dress-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"PLP_Header_mens-dress-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"PLP_Header_mens-dress-1080x360.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-400x133.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-500x167.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"PLP_Header_mens-dress-640x213.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471531434\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"63\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("61", "21", "_wp_attached_file", "2017/04/plp-collections-mens-main-collection-uk-1.jpg");
INSERT INTO `wp_postmeta` VALUES("62", "21", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1300;s:4:\"file\";s:53:\"2017/04/plp-collections-mens-main-collection-uk-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-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:53:\"plp-collections-mens-main-collection-uk-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"plp-collections-mens-main-collection-uk-1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:54:\"plp-collections-mens-main-collection-uk-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:54:\"plp-collections-mens-main-collection-uk-1-1080x702.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-500x325.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"plp-collections-mens-main-collection-uk-1-640x416.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:416;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("63", "22", "_wp_attached_file", "2017/04/plp-collections-mens-monk-uk-2_1.jpg");
INSERT INTO `wp_postmeta` VALUES("64", "22", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1300;s:4:\"file\";s:44:\"2017/04/plp-collections-mens-monk-uk-2_1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_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:44:\"plp-collections-mens-monk-uk-2_1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"plp-collections-mens-monk-uk-2_1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"plp-collections-mens-monk-uk-2_1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"plp-collections-mens-monk-uk-2_1-1080x702.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-500x325.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"plp-collections-mens-monk-uk-2_1-640x416.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:416;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("65", "23", "_wp_attached_file", "2017/04/zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes.jpg");
INSERT INTO `wp_postmeta` VALUES("66", "23", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:756;s:6:\"height\";i:5000;s:4:\"file\";s:125:\"2017/04/zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:125:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-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:124:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-45x300.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:126:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-155x1024.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:125:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:125:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-756x675.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:125:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:125:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:125:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:124:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-60x400.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:124:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-76x500.jpg\";s:5:\"width\";i:76;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:126:\"zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes-640x4233.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:4233;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("67", "24", "_wp_attached_file", "2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg");
INSERT INTO `wp_postmeta` VALUES("68", "24", "_wp_attachment_context", "custom-header");
INSERT INTO `wp_postmeta` VALUES("69", "24", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:61:\"2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-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:61:\"cropped-plp-collections-mens-main-collection-uk-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"cropped-plp-collections-mens-main-collection-uk-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:62:\"cropped-plp-collections-mens-main-collection-uk-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:62:\"cropped-plp-collections-mens-main-collection-uk-1-1080x648.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:61:\"cropped-plp-collections-mens-main-collection-uk-1-640x384.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:384;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("70", "24", "_wp_attachment_custom_header_last_used_twentyseventeen", "1492224374");
INSERT INTO `wp_postmeta` VALUES("71", "24", "_wp_attachment_is_custom_header", "twentyseventeen");
INSERT INTO `wp_postmeta` VALUES("72", "25", "_wp_attached_file", "2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg");
INSERT INTO `wp_postmeta` VALUES("73", "25", "_wp_attachment_context", "custom-header");
INSERT INTO `wp_postmeta` VALUES("74", "25", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:52:\"2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_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:52:\"cropped-plp-collections-mens-monk-uk-2_1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"cropped-plp-collections-mens-monk-uk-2_1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:53:\"cropped-plp-collections-mens-monk-uk-2_1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:53:\"cropped-plp-collections-mens-monk-uk-2_1-1080x648.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"cropped-plp-collections-mens-monk-uk-2_1-640x384.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:384;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("75", "25", "_wp_attachment_custom_header_last_used_twentyseventeen", "1492224349");
INSERT INTO `wp_postmeta` VALUES("76", "25", "_wp_attachment_is_custom_header", "twentyseventeen");
INSERT INTO `wp_postmeta` VALUES("77", "26", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("78", "26", "_wp_trash_meta_time", "1492224349");
INSERT INTO `wp_postmeta` VALUES("79", "27", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("80", "27", "_wp_trash_meta_time", "1492224374");
INSERT INTO `wp_postmeta` VALUES("81", "28", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("82", "28", "_wp_trash_meta_time", "1492224388");
INSERT INTO `wp_postmeta` VALUES("83", "29", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("84", "29", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("85", "29", "_menu_item_object_id", "7");
INSERT INTO `wp_postmeta` VALUES("86", "29", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("87", "29", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("88", "29", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("89", "29", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("90", "29", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("92", "30", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("93", "30", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("94", "30", "_menu_item_object_id", "6");
INSERT INTO `wp_postmeta` VALUES("95", "30", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("96", "30", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("97", "30", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("98", "30", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("99", "30", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("101", "31", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("102", "31", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("103", "31", "_menu_item_object_id", "5");
INSERT INTO `wp_postmeta` VALUES("104", "31", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("105", "31", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("106", "31", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("107", "31", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("108", "31", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("110", "32", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("111", "32", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("112", "32", "_menu_item_object_id", "4");
INSERT INTO `wp_postmeta` VALUES("113", "32", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("114", "32", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("115", "32", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("116", "32", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("117", "32", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("119", "4", "_edit_lock", "1492741271:1");
INSERT INTO `wp_postmeta` VALUES("120", "33", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("121", "33", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("122", "33", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("123", "33", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("124", "33", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("125", "33", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("126", "33", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("127", "33", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("128", "33", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("129", "33", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("130", "33", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("131", "33", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("132", "33", "_length", "");
INSERT INTO `wp_postmeta` VALUES("133", "33", "_width", "");
INSERT INTO `wp_postmeta` VALUES("134", "33", "_height", "");
INSERT INTO `wp_postmeta` VALUES("135", "33", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("136", "33", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("137", "33", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("138", "33", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("139", "33", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("140", "33", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("141", "33", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("142", "33", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("143", "33", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("144", "33", "_thumbnail_id", "18");
INSERT INTO `wp_postmeta` VALUES("145", "33", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("146", "33", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("147", "33", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("148", "33", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("149", "33", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("150", "33", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("151", "33", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("152", "33", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("154", "33", "_edit_lock", "1492228341:1");
INSERT INTO `wp_postmeta` VALUES("155", "34", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("156", "34", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("157", "34", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("158", "34", "_sale_price", "175000");
INSERT INTO `wp_postmeta` VALUES("159", "34", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("160", "34", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("161", "34", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("162", "34", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("163", "34", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("164", "34", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("165", "34", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("166", "34", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("167", "34", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("168", "34", "_length", "");
INSERT INTO `wp_postmeta` VALUES("169", "34", "_width", "");
INSERT INTO `wp_postmeta` VALUES("170", "34", "_height", "");
INSERT INTO `wp_postmeta` VALUES("171", "34", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("172", "34", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("173", "34", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("174", "34", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("175", "34", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("176", "34", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("177", "34", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("178", "34", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("179", "34", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("180", "34", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("181", "34", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("182", "34", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("183", "34", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("184", "34", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("185", "34", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("186", "34", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("187", "34", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("188", "33", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("190", "35", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("191", "35", "_wp_trash_meta_time", "1492225586");
INSERT INTO `wp_postmeta` VALUES("192", "36", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("193", "36", "_wp_trash_meta_time", "1492225632");
INSERT INTO `wp_postmeta` VALUES("194", "37", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("195", "37", "_wp_trash_meta_time", "1492225687");
INSERT INTO `wp_postmeta` VALUES("196", "38", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("197", "38", "_wp_trash_meta_time", "1492225730");
INSERT INTO `wp_postmeta` VALUES("198", "39", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("199", "39", "_wp_trash_meta_time", "1492225744");
INSERT INTO `wp_postmeta` VALUES("268", "4", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("271", "4", "_et_pb_use_builder", "on");
INSERT INTO `wp_postmeta` VALUES("272", "4", "_et_pb_ab_bounce_rate_limit", "5");
INSERT INTO `wp_postmeta` VALUES("273", "4", "_et_pb_ab_stats_refresh_interval", "hourly");
INSERT INTO `wp_postmeta` VALUES("274", "4", "_et_pb_old_content", "");
INSERT INTO `wp_postmeta` VALUES("275", "4", "_et_pb_enable_shortcode_tracking", "");
INSERT INTO `wp_postmeta` VALUES("276", "4", "_et_pb_custom_css", "");
INSERT INTO `wp_postmeta` VALUES("277", "4", "_et_pb_light_text_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("278", "4", "_et_pb_dark_text_color", "#666666");
INSERT INTO `wp_postmeta` VALUES("279", "4", "_et_pb_content_area_background_color", "rgba(255,255,255,0)");
INSERT INTO `wp_postmeta` VALUES("280", "4", "_et_pb_section_background_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("415", "142", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("416", "142", "_wp_trash_meta_time", "1492228442");
INSERT INTO `wp_postmeta` VALUES("481", "4", "_et_slide_title", "");
INSERT INTO `wp_postmeta` VALUES("482", "4", "_et_slide_description", "");
INSERT INTO `wp_postmeta` VALUES("483", "4", "_et_button_text", "");
INSERT INTO `wp_postmeta` VALUES("484", "4", "_et_slide_more_link", "");
INSERT INTO `wp_postmeta` VALUES("485", "180", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("486", "180", "_wp_trash_meta_time", "1492410566");
INSERT INTO `wp_postmeta` VALUES("487", "181", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("488", "181", "_wp_trash_meta_time", "1492410643");
INSERT INTO `wp_postmeta` VALUES("489", "182", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("490", "182", "_wp_trash_meta_time", "1492410660");
INSERT INTO `wp_postmeta` VALUES("491", "183", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("492", "183", "_wp_trash_meta_time", "1492410712");
INSERT INTO `wp_postmeta` VALUES("493", "184", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("494", "184", "_wp_trash_meta_time", "1492410757");
INSERT INTO `wp_postmeta` VALUES("495", "185", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("496", "185", "_wp_trash_meta_time", "1492410867");
INSERT INTO `wp_postmeta` VALUES("497", "186", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("498", "186", "_wp_trash_meta_time", "1492410909");
INSERT INTO `wp_postmeta` VALUES("499", "187", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("500", "187", "_wp_trash_meta_time", "1492410995");
INSERT INTO `wp_postmeta` VALUES("501", "188", "_wp_attached_file", "2017/04/logo.png");
INSERT INTO `wp_postmeta` VALUES("502", "188", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:137;s:6:\"height\";i:81;s:4:\"file\";s:16:\"2017/04/logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("503", "7", "_edit_lock", "1492413049:1");
INSERT INTO `wp_postmeta` VALUES("504", "7", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("505", "7", "_wp_page_template", "default");
INSERT INTO `wp_postmeta` VALUES("506", "7", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("507", "7", "_et_pb_page_layout", "et_full_width_page");
INSERT INTO `wp_postmeta` VALUES("508", "7", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("509", "7", "_et_pb_use_builder", "");
INSERT INTO `wp_postmeta` VALUES("510", "7", "_et_pb_ab_bounce_rate_limit", "5");
INSERT INTO `wp_postmeta` VALUES("511", "7", "_et_pb_ab_stats_refresh_interval", "hourly");
INSERT INTO `wp_postmeta` VALUES("512", "7", "_et_pb_old_content", "");
INSERT INTO `wp_postmeta` VALUES("513", "7", "_et_pb_enable_shortcode_tracking", "");
INSERT INTO `wp_postmeta` VALUES("514", "7", "_et_pb_custom_css", "");
INSERT INTO `wp_postmeta` VALUES("515", "7", "_et_pb_light_text_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("516", "7", "_et_pb_dark_text_color", "#666666");
INSERT INTO `wp_postmeta` VALUES("517", "7", "_et_pb_content_area_background_color", "rgba(255,255,255,0)");
INSERT INTO `wp_postmeta` VALUES("518", "7", "_et_pb_section_background_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("519", "4", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("520", "4", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("521", "4", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("522", "200", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("523", "200", "_wp_trash_meta_time", "1492412908");
INSERT INTO `wp_postmeta` VALUES("524", "201", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("525", "201", "_wp_trash_meta_time", "1492412962");
INSERT INTO `wp_postmeta` VALUES("526", "202", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("527", "202", "_wp_trash_meta_time", "1492413035");
INSERT INTO `wp_postmeta` VALUES("528", "223", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("529", "223", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("530", "223", "_menu_item_object_id", "209");
INSERT INTO `wp_postmeta` VALUES("531", "223", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("532", "223", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("533", "223", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("534", "223", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("535", "223", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("537", "224", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("538", "224", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("539", "224", "_menu_item_object_id", "208");
INSERT INTO `wp_postmeta` VALUES("540", "224", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("541", "224", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("542", "224", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("543", "224", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("544", "224", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("546", "225", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("547", "225", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("548", "225", "_menu_item_object_id", "204");
INSERT INTO `wp_postmeta` VALUES("549", "225", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("550", "225", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("551", "225", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("552", "225", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("553", "225", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("555", "29", "_nav_menu_role", "in");
INSERT INTO `wp_postmeta` VALUES("556", "223", "_nav_menu_role", "out");
INSERT INTO `wp_postmeta` VALUES("557", "225", "_nav_menu_role", "in");
INSERT INTO `wp_postmeta` VALUES("558", "227", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("559", "227", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("560", "227", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("561", "227", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("562", "227", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("563", "227", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("564", "227", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("565", "227", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("566", "227", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("567", "227", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("568", "227", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("569", "227", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("570", "227", "_length", "");
INSERT INTO `wp_postmeta` VALUES("571", "227", "_width", "");
INSERT INTO `wp_postmeta` VALUES("572", "227", "_height", "");
INSERT INTO `wp_postmeta` VALUES("573", "227", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("574", "227", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("575", "227", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("576", "227", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("577", "227", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("578", "227", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("579", "227", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("580", "227", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("581", "227", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("582", "227", "_thumbnail_id", "13");
INSERT INTO `wp_postmeta` VALUES("583", "227", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("584", "227", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("585", "227", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("586", "227", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("587", "227", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("588", "227", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("589", "227", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("590", "227", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("592", "228", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("593", "228", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("594", "228", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("595", "228", "_sale_price", "175000");
INSERT INTO `wp_postmeta` VALUES("596", "228", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("597", "228", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("598", "228", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("599", "228", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("600", "228", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("601", "228", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("602", "228", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("603", "228", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("604", "228", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("605", "228", "_length", "");
INSERT INTO `wp_postmeta` VALUES("606", "228", "_width", "");
INSERT INTO `wp_postmeta` VALUES("607", "228", "_height", "");
INSERT INTO `wp_postmeta` VALUES("608", "228", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("609", "228", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("610", "228", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("611", "228", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("612", "228", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("613", "228", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("614", "228", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("615", "228", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("616", "228", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("617", "228", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("618", "228", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("619", "228", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("620", "228", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("621", "228", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("622", "228", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("623", "228", "attribute_pa_size", "");
INSERT INTO `wp_postmeta` VALUES("624", "228", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("625", "228", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("627", "227", "_edit_lock", "1492436205:1");
INSERT INTO `wp_postmeta` VALUES("628", "227", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("629", "227", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("630", "227", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("631", "227", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("632", "227", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("633", "227", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("634", "227", "_product_tabs", "a:3:{s:20:\"core_tab_description\";a:5:{s:8:\"position\";i:0;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:11:\"description\";s:5:\"title\";s:11:\"Description\";s:7:\"heading\";s:19:\"Product Description\";}s:31:\"core_tab_additional_information\";a:5:{s:8:\"position\";i:1;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:22:\"additional_information\";s:5:\"title\";s:22:\"Additional Information\";s:7:\"heading\";s:22:\"Additional Information\";}s:16:\"core_tab_reviews\";a:4:{s:8:\"position\";i:2;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:7:\"reviews\";s:5:\"title\";s:12:\"Reviews (%d)\";}}");
INSERT INTO `wp_postmeta` VALUES("635", "227", "_override_tab_layout", "no");
INSERT INTO `wp_postmeta` VALUES("636", "229", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("637", "229", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("638", "229", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("639", "229", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("640", "229", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("641", "229", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("642", "229", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("643", "229", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("644", "229", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("645", "229", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("646", "229", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("647", "229", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("648", "229", "_length", "");
INSERT INTO `wp_postmeta` VALUES("649", "229", "_width", "");
INSERT INTO `wp_postmeta` VALUES("650", "229", "_height", "");
INSERT INTO `wp_postmeta` VALUES("651", "229", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("652", "229", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("653", "229", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("654", "229", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("655", "229", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("656", "229", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("657", "229", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("658", "229", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("659", "229", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("660", "229", "_thumbnail_id", "12");
INSERT INTO `wp_postmeta` VALUES("661", "229", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("662", "229", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("663", "229", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("664", "229", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("665", "229", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("666", "229", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("667", "229", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("668", "229", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("670", "229", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("671", "229", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("672", "229", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("673", "229", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("674", "229", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("675", "229", "_product_tabs", "a:3:{s:20:\"core_tab_description\";a:5:{s:8:\"position\";i:0;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:11:\"description\";s:5:\"title\";s:11:\"Description\";s:7:\"heading\";s:19:\"Product Description\";}s:31:\"core_tab_additional_information\";a:5:{s:8:\"position\";i:1;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:22:\"additional_information\";s:5:\"title\";s:22:\"Additional Information\";s:7:\"heading\";s:22:\"Additional Information\";}s:16:\"core_tab_reviews\";a:4:{s:8:\"position\";i:2;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:7:\"reviews\";s:5:\"title\";s:12:\"Reviews (%d)\";}}");
INSERT INTO `wp_postmeta` VALUES("676", "229", "_override_tab_layout", "no");
INSERT INTO `wp_postmeta` VALUES("677", "230", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("678", "230", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("679", "230", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("680", "230", "_sale_price", "175000");
INSERT INTO `wp_postmeta` VALUES("681", "230", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("682", "230", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("683", "230", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("684", "230", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("685", "230", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("686", "230", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("687", "230", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("688", "230", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("689", "230", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("690", "230", "_length", "");
INSERT INTO `wp_postmeta` VALUES("691", "230", "_width", "");
INSERT INTO `wp_postmeta` VALUES("692", "230", "_height", "");
INSERT INTO `wp_postmeta` VALUES("693", "230", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("694", "230", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("695", "230", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("696", "230", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("697", "230", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("698", "230", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("699", "230", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("700", "230", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("701", "230", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("702", "230", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("703", "230", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("704", "230", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("705", "230", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("706", "230", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("707", "230", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("708", "230", "attribute_pa_size", "");
INSERT INTO `wp_postmeta` VALUES("709", "230", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("710", "230", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("711", "229", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("712", "229", "_edit_lock", "1492436443:1");
INSERT INTO `wp_postmeta` VALUES("713", "229", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("716", "227", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("717", "33", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("718", "231", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("719", "231", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("720", "231", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("721", "231", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("722", "231", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("723", "231", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("724", "231", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("725", "231", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("726", "231", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("727", "231", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("728", "231", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("729", "231", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("730", "231", "_length", "");
INSERT INTO `wp_postmeta` VALUES("731", "231", "_width", "");
INSERT INTO `wp_postmeta` VALUES("732", "231", "_height", "");
INSERT INTO `wp_postmeta` VALUES("733", "231", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("734", "231", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("735", "231", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("736", "231", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("737", "231", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("738", "231", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("739", "231", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("740", "231", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("741", "231", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("742", "231", "_thumbnail_id", "16");
INSERT INTO `wp_postmeta` VALUES("743", "231", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("744", "231", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("745", "231", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("746", "231", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("747", "231", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("748", "231", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("749", "231", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("750", "231", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("752", "231", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("753", "231", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("754", "231", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("755", "231", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("756", "231", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("757", "231", "_product_tabs", "a:3:{s:20:\"core_tab_description\";a:5:{s:8:\"position\";i:0;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:11:\"description\";s:5:\"title\";s:11:\"Description\";s:7:\"heading\";s:19:\"Product Description\";}s:31:\"core_tab_additional_information\";a:5:{s:8:\"position\";i:1;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:22:\"additional_information\";s:5:\"title\";s:22:\"Additional Information\";s:7:\"heading\";s:22:\"Additional Information\";}s:16:\"core_tab_reviews\";a:4:{s:8:\"position\";i:2;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:7:\"reviews\";s:5:\"title\";s:12:\"Reviews (%d)\";}}");
INSERT INTO `wp_postmeta` VALUES("758", "231", "_override_tab_layout", "no");
INSERT INTO `wp_postmeta` VALUES("759", "232", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("760", "232", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("761", "232", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("762", "232", "_sale_price", "175000");
INSERT INTO `wp_postmeta` VALUES("763", "232", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("764", "232", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("765", "232", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("766", "232", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("767", "232", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("768", "232", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("769", "232", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("770", "232", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("771", "232", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("772", "232", "_length", "");
INSERT INTO `wp_postmeta` VALUES("773", "232", "_width", "");
INSERT INTO `wp_postmeta` VALUES("774", "232", "_height", "");
INSERT INTO `wp_postmeta` VALUES("775", "232", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("776", "232", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("777", "232", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("778", "232", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("779", "232", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("780", "232", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("781", "232", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("782", "232", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("783", "232", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("784", "232", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("785", "232", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("786", "232", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("787", "232", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("788", "232", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("789", "232", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("790", "232", "attribute_pa_size", "");
INSERT INTO `wp_postmeta` VALUES("791", "232", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("792", "232", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("793", "231", "_price", "175000");
INSERT INTO `wp_postmeta` VALUES("794", "231", "_edit_lock", "1492437974:1");
INSERT INTO `wp_postmeta` VALUES("795", "231", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("796", "233", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("797", "233", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("798", "233", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("799", "233", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("800", "233", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("801", "233", "total_sales", "1");
INSERT INTO `wp_postmeta` VALUES("802", "233", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("803", "233", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("804", "233", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("805", "233", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("806", "233", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("807", "233", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("808", "233", "_length", "");
INSERT INTO `wp_postmeta` VALUES("809", "233", "_width", "");
INSERT INTO `wp_postmeta` VALUES("810", "233", "_height", "");
INSERT INTO `wp_postmeta` VALUES("811", "233", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("812", "233", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("813", "233", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("814", "233", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("815", "233", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("816", "233", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("817", "233", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("818", "233", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("819", "233", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("820", "233", "_thumbnail_id", "15");
INSERT INTO `wp_postmeta` VALUES("821", "233", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("822", "233", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("823", "233", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("824", "233", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("825", "233", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("826", "233", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("827", "233", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("828", "233", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("830", "233", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("831", "233", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("832", "233", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("833", "233", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("834", "233", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("835", "233", "_product_tabs", "a:3:{s:20:\"core_tab_description\";a:5:{s:8:\"position\";i:0;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:11:\"description\";s:5:\"title\";s:11:\"Description\";s:7:\"heading\";s:19:\"Product Description\";}s:31:\"core_tab_additional_information\";a:5:{s:8:\"position\";i:1;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:22:\"additional_information\";s:5:\"title\";s:22:\"Additional Information\";s:7:\"heading\";s:22:\"Additional Information\";}s:16:\"core_tab_reviews\";a:4:{s:8:\"position\";i:2;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:7:\"reviews\";s:5:\"title\";s:12:\"Reviews (%d)\";}}");
INSERT INTO `wp_postmeta` VALUES("836", "233", "_override_tab_layout", "no");
INSERT INTO `wp_postmeta` VALUES("837", "234", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("838", "234", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("839", "234", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("840", "234", "_sale_price", "");
INSERT INTO `wp_postmeta` VALUES("841", "234", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("842", "234", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("843", "234", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("844", "234", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("845", "234", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("846", "234", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("847", "234", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("848", "234", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("849", "234", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("850", "234", "_length", "");
INSERT INTO `wp_postmeta` VALUES("851", "234", "_width", "");
INSERT INTO `wp_postmeta` VALUES("852", "234", "_height", "");
INSERT INTO `wp_postmeta` VALUES("853", "234", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("854", "234", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("855", "234", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("856", "234", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("857", "234", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("858", "234", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("859", "234", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("860", "234", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("861", "234", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("862", "234", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("863", "234", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("864", "234", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("865", "234", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("866", "234", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("867", "234", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("868", "234", "attribute_pa_size", "");
INSERT INTO `wp_postmeta` VALUES("869", "234", "_price", "189000");
INSERT INTO `wp_postmeta` VALUES("870", "234", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("872", "233", "_edit_lock", "1492653616:1");
INSERT INTO `wp_postmeta` VALUES("874", "233", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("876", "233", "_price", "189000");
INSERT INTO `wp_postmeta` VALUES("877", "235", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("878", "235", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("879", "235", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("880", "235", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("881", "235", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("882", "235", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("883", "235", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("884", "235", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("885", "235", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("886", "235", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("887", "235", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("888", "235", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("889", "235", "_length", "");
INSERT INTO `wp_postmeta` VALUES("890", "235", "_width", "");
INSERT INTO `wp_postmeta` VALUES("891", "235", "_height", "");
INSERT INTO `wp_postmeta` VALUES("892", "235", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("893", "235", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("894", "235", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("895", "235", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("896", "235", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("897", "235", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("898", "235", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("899", "235", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("900", "235", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("901", "235", "_thumbnail_id", "14");
INSERT INTO `wp_postmeta` VALUES("902", "235", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("903", "235", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("904", "235", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("905", "235", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("906", "235", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("907", "235", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("908", "235", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("909", "235", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("911", "235", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("912", "235", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("913", "235", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("914", "235", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("915", "235", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("916", "235", "_product_tabs", "a:3:{s:20:\"core_tab_description\";a:5:{s:8:\"position\";i:0;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:11:\"description\";s:5:\"title\";s:11:\"Description\";s:7:\"heading\";s:19:\"Product Description\";}s:31:\"core_tab_additional_information\";a:5:{s:8:\"position\";i:1;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:22:\"additional_information\";s:5:\"title\";s:22:\"Additional Information\";s:7:\"heading\";s:22:\"Additional Information\";}s:16:\"core_tab_reviews\";a:4:{s:8:\"position\";i:2;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:7:\"reviews\";s:5:\"title\";s:12:\"Reviews (%d)\";}}");
INSERT INTO `wp_postmeta` VALUES("917", "235", "_override_tab_layout", "no");
INSERT INTO `wp_postmeta` VALUES("918", "236", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("919", "236", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("920", "236", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("921", "236", "_sale_price", "");
INSERT INTO `wp_postmeta` VALUES("922", "236", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("923", "236", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("924", "236", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("925", "236", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("926", "236", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("927", "236", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("928", "236", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("929", "236", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("930", "236", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("931", "236", "_length", "");
INSERT INTO `wp_postmeta` VALUES("932", "236", "_width", "");
INSERT INTO `wp_postmeta` VALUES("933", "236", "_height", "");
INSERT INTO `wp_postmeta` VALUES("934", "236", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("935", "236", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("936", "236", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("937", "236", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("938", "236", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("939", "236", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("940", "236", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("941", "236", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("942", "236", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("943", "236", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("944", "236", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("945", "236", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("946", "236", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("947", "236", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("948", "236", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("949", "236", "attribute_pa_size", "");
INSERT INTO `wp_postmeta` VALUES("950", "236", "_price", "189000");
INSERT INTO `wp_postmeta` VALUES("951", "236", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("952", "235", "_price", "189000");
INSERT INTO `wp_postmeta` VALUES("953", "235", "_edit_lock", "1492438119:1");
INSERT INTO `wp_postmeta` VALUES("954", "235", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("955", "237", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("956", "237", "_regular_price", "167000");
INSERT INTO `wp_postmeta` VALUES("957", "237", "_sale_price", "150000");
INSERT INTO `wp_postmeta` VALUES("958", "237", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("959", "237", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("960", "237", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("961", "237", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("962", "237", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("963", "237", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("964", "237", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("965", "237", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("966", "237", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("967", "237", "_length", "");
INSERT INTO `wp_postmeta` VALUES("968", "237", "_width", "");
INSERT INTO `wp_postmeta` VALUES("969", "237", "_height", "");
INSERT INTO `wp_postmeta` VALUES("970", "237", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("971", "237", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("972", "237", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("973", "237", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("974", "237", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("975", "237", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("976", "237", "_product_image_gallery", "10");
INSERT INTO `wp_postmeta` VALUES("977", "237", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("978", "237", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("979", "237", "_thumbnail_id", "18");
INSERT INTO `wp_postmeta` VALUES("980", "237", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("981", "237", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("982", "237", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("983", "237", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("984", "237", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("985", "237", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("986", "237", "_product_attributes", "a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}");
INSERT INTO `wp_postmeta` VALUES("987", "237", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("989", "237", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("990", "237", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("991", "237", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("992", "237", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("993", "237", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("994", "237", "_product_tabs", "a:3:{s:20:\"core_tab_description\";a:5:{s:8:\"position\";i:0;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:11:\"description\";s:5:\"title\";s:11:\"Description\";s:7:\"heading\";s:19:\"Product Description\";}s:31:\"core_tab_additional_information\";a:5:{s:8:\"position\";i:1;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:22:\"additional_information\";s:5:\"title\";s:22:\"Additional Information\";s:7:\"heading\";s:22:\"Additional Information\";}s:16:\"core_tab_reviews\";a:4:{s:8:\"position\";i:2;s:4:\"type\";s:4:\"core\";s:2:\"id\";s:7:\"reviews\";s:5:\"title\";s:12:\"Reviews (%d)\";}}");
INSERT INTO `wp_postmeta` VALUES("995", "237", "_override_tab_layout", "no");
INSERT INTO `wp_postmeta` VALUES("996", "238", "_variation_description", "");
INSERT INTO `wp_postmeta` VALUES("997", "238", "_sku", "");
INSERT INTO `wp_postmeta` VALUES("998", "238", "_regular_price", "189000");
INSERT INTO `wp_postmeta` VALUES("999", "238", "_sale_price", "");
INSERT INTO `wp_postmeta` VALUES("1000", "238", "_sale_price_dates_from", "");
INSERT INTO `wp_postmeta` VALUES("1001", "238", "_sale_price_dates_to", "");
INSERT INTO `wp_postmeta` VALUES("1002", "238", "total_sales", "0");
INSERT INTO `wp_postmeta` VALUES("1003", "238", "_tax_status", "taxable");
INSERT INTO `wp_postmeta` VALUES("1004", "238", "_tax_class", "");
INSERT INTO `wp_postmeta` VALUES("1005", "238", "_manage_stock", "no");
INSERT INTO `wp_postmeta` VALUES("1006", "238", "_backorders", "no");
INSERT INTO `wp_postmeta` VALUES("1007", "238", "_sold_individually", "no");
INSERT INTO `wp_postmeta` VALUES("1008", "238", "_weight", "");
INSERT INTO `wp_postmeta` VALUES("1009", "238", "_length", "");
INSERT INTO `wp_postmeta` VALUES("1010", "238", "_width", "");
INSERT INTO `wp_postmeta` VALUES("1011", "238", "_height", "");
INSERT INTO `wp_postmeta` VALUES("1012", "238", "_upsell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1013", "238", "_crosssell_ids", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1014", "238", "_purchase_note", "");
INSERT INTO `wp_postmeta` VALUES("1015", "238", "_default_attributes", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1016", "238", "_virtual", "no");
INSERT INTO `wp_postmeta` VALUES("1017", "238", "_downloadable", "no");
INSERT INTO `wp_postmeta` VALUES("1018", "238", "_product_image_gallery", "");
INSERT INTO `wp_postmeta` VALUES("1019", "238", "_download_limit", "-1");
INSERT INTO `wp_postmeta` VALUES("1020", "238", "_download_expiry", "-1");
INSERT INTO `wp_postmeta` VALUES("1021", "238", "_stock", NULL);
INSERT INTO `wp_postmeta` VALUES("1022", "238", "_stock_status", "instock");
INSERT INTO `wp_postmeta` VALUES("1023", "238", "_wc_average_rating", "0");
INSERT INTO `wp_postmeta` VALUES("1024", "238", "_wc_rating_count", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1025", "238", "_wc_review_count", "0");
INSERT INTO `wp_postmeta` VALUES("1026", "238", "_downloadable_files", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1027", "238", "attribute_pa_size", "");
INSERT INTO `wp_postmeta` VALUES("1028", "238", "_price", "189000");
INSERT INTO `wp_postmeta` VALUES("1029", "238", "_product_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("1030", "237", "_price", "189000");
INSERT INTO `wp_postmeta` VALUES("1031", "237", "_edit_lock", "1493091054:1");
INSERT INTO `wp_postmeta` VALUES("1032", "237", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("1033", "241", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1034", "241", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1035", "242", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1036", "242", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1037", "243", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1038", "243", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1039", "244", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1040", "244", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1041", "245", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1042", "245", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1043", "246", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1044", "246", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1045", "247", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1046", "247", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1047", "248", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1048", "248", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1049", "249", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1050", "249", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1051", "250", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1052", "250", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1053", "251", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1054", "251", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1055", "252", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1056", "252", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1057", "253", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1058", "253", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1059", "254", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1060", "254", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1061", "255", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1062", "255", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1063", "256", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1064", "256", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1065", "257", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1066", "257", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1067", "258", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1068", "258", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1069", "259", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1070", "259", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1071", "260", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1072", "260", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1073", "261", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1074", "261", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1075", "262", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1076", "262", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1077", "263", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1078", "263", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1079", "264", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1080", "264", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1081", "265", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1082", "265", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1083", "266", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1084", "266", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1085", "267", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1086", "267", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1087", "268", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1088", "268", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1089", "269", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1090", "269", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1091", "270", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1092", "270", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1093", "271", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1094", "271", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1095", "272", "_et_pb_predefined_layout", "on");
INSERT INTO `wp_postmeta` VALUES("1096", "272", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1097", "27636", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1098", "27637", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("1099", "27637", "_wp_page_template", "default");
INSERT INTO `wp_postmeta` VALUES("1100", "27637", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("1101", "27637", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("1102", "27637", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("1103", "27637", "_et_pb_page_layout", "et_full_width_page");
INSERT INTO `wp_postmeta` VALUES("1104", "27637", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("1105", "27637", "_et_pb_use_builder", "on");
INSERT INTO `wp_postmeta` VALUES("1106", "27637", "_et_pb_ab_bounce_rate_limit", "5");
INSERT INTO `wp_postmeta` VALUES("1107", "27637", "_et_pb_ab_stats_refresh_interval", "hourly");
INSERT INTO `wp_postmeta` VALUES("1108", "27637", "_et_pb_old_content", "");
INSERT INTO `wp_postmeta` VALUES("1109", "27637", "_et_pb_enable_shortcode_tracking", "");
INSERT INTO `wp_postmeta` VALUES("1110", "27637", "_et_pb_custom_css", "");
INSERT INTO `wp_postmeta` VALUES("1111", "27637", "_et_pb_light_text_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("1112", "27637", "_et_pb_dark_text_color", "#666666");
INSERT INTO `wp_postmeta` VALUES("1113", "27637", "_et_pb_content_area_background_color", "rgba(255,255,255,0)");
INSERT INTO `wp_postmeta` VALUES("1114", "27637", "_et_pb_section_background_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("1115", "27637", "_edit_lock", "1492583476:1");
INSERT INTO `wp_postmeta` VALUES("1116", "27647", "_et_pb_built_for_post_type", "page");
INSERT INTO `wp_postmeta` VALUES("1117", "27648", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("1118", "27648", "_edit_lock", "1492583993:1");
INSERT INTO `wp_postmeta` VALUES("1119", "27648", "_wp_page_template", "default");
INSERT INTO `wp_postmeta` VALUES("1120", "27648", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("1121", "27648", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("1122", "27648", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("1123", "27648", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("1124", "27648", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("1125", "27648", "_et_pb_use_builder", "on");
INSERT INTO `wp_postmeta` VALUES("1126", "27648", "_et_pb_ab_bounce_rate_limit", "5");
INSERT INTO `wp_postmeta` VALUES("1127", "27648", "_et_pb_ab_stats_refresh_interval", "hourly");
INSERT INTO `wp_postmeta` VALUES("1128", "27648", "_et_pb_old_content", "");
INSERT INTO `wp_postmeta` VALUES("1129", "27648", "_et_pb_enable_shortcode_tracking", "");
INSERT INTO `wp_postmeta` VALUES("1130", "27648", "_et_pb_custom_css", "");
INSERT INTO `wp_postmeta` VALUES("1131", "27648", "_et_pb_light_text_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("1132", "27648", "_et_pb_dark_text_color", "#666666");
INSERT INTO `wp_postmeta` VALUES("1133", "27648", "_et_pb_content_area_background_color", "rgba(255,255,255,0)");
INSERT INTO `wp_postmeta` VALUES("1134", "27648", "_et_pb_section_background_color", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("1135", "27650", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1136", "27650", "_wp_trash_meta_time", "1492583721");
INSERT INTO `wp_postmeta` VALUES("1137", "27653", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1138", "27653", "_wp_trash_meta_time", "1492583964");
INSERT INTO `wp_postmeta` VALUES("1139", "27654", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1140", "27654", "_wp_trash_meta_time", "1492584007");
INSERT INTO `wp_postmeta` VALUES("1141", "27655", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1142", "27655", "_wp_trash_meta_time", "1492584085");
INSERT INTO `wp_postmeta` VALUES("1143", "27657", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("1144", "27657", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("1145", "27657", "_menu_item_object_id", "27648");
INSERT INTO `wp_postmeta` VALUES("1146", "27657", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("1147", "27657", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("1148", "27657", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1149", "27657", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("1150", "27657", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("1152", "27658", "_menu_item_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("1153", "27658", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_postmeta` VALUES("1154", "27658", "_menu_item_object_id", "27637");
INSERT INTO `wp_postmeta` VALUES("1155", "27658", "_menu_item_object", "page");
INSERT INTO `wp_postmeta` VALUES("1156", "27658", "_menu_item_target", "");
INSERT INTO `wp_postmeta` VALUES("1157", "27658", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1158", "27658", "_menu_item_xfn", "");
INSERT INTO `wp_postmeta` VALUES("1159", "27658", "_menu_item_url", "");
INSERT INTO `wp_postmeta` VALUES("1161", "27659", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1162", "27659", "_wp_trash_meta_time", "1492584826");
INSERT INTO `wp_postmeta` VALUES("1163", "27660", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1164", "27660", "_wp_trash_meta_time", "1492584876");
INSERT INTO `wp_postmeta` VALUES("1165", "27666", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1166", "27666", "_wp_trash_meta_time", "1492585971");
INSERT INTO `wp_postmeta` VALUES("1167", "27667", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1168", "27667", "_wp_trash_meta_time", "1492586014");
INSERT INTO `wp_postmeta` VALUES("1169", "224", "_nav_menu_role", "out");
INSERT INTO `wp_postmeta` VALUES("1170", "27675", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1171", "27675", "_wp_trash_meta_time", "1492595268");
INSERT INTO `wp_postmeta` VALUES("1172", "27676", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1173", "27676", "_wp_trash_meta_time", "1492595314");
INSERT INTO `wp_postmeta` VALUES("1174", "27680", "_wp_attached_file", "2017/04/leather247.png");
INSERT INTO `wp_postmeta` VALUES("1175", "27680", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:181;s:6:\"height\";i:53;s:4:\"file\";s:22:\"2017/04/leather247.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"leather247-150x53.png\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"leather247-157x53.png\";s:5:\"width\";i:157;s:6:\"height\";i:53;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("1176", "27681", "_wp_attached_file", "2017/04/leather247_2.png");
INSERT INTO `wp_postmeta` VALUES("1177", "27681", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:287;s:6:\"height\";i:107;s:4:\"file\";s:24:\"2017/04/leather247_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"leather247_2-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"leather247_2-157x107.png\";s:5:\"width\";i:157;s:6:\"height\";i:107;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("1178", "27682", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1179", "27682", "_wp_trash_meta_time", "1492616036");
INSERT INTO `wp_postmeta` VALUES("1180", "27683", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1181", "27683", "_wp_trash_meta_time", "1492616090");
INSERT INTO `wp_postmeta` VALUES("1182", "27687", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1183", "27687", "_wp_trash_meta_time", "1492616859");
INSERT INTO `wp_postmeta` VALUES("1184", "233", "_oembed_aa999817c821c028347dd4c1fcfae71d", "{{unknown}}");
INSERT INTO `wp_postmeta` VALUES("1185", "27689", "_order_key", "wc_order_58f817a91e5e1");
INSERT INTO `wp_postmeta` VALUES("1186", "27689", "_customer_user", "2");
INSERT INTO `wp_postmeta` VALUES("1187", "27689", "_payment_method", "bacs");
INSERT INTO `wp_postmeta` VALUES("1188", "27689", "_payment_method_title", "직접은행이체");
INSERT INTO `wp_postmeta` VALUES("1189", "27689", "_transaction_id", "");
INSERT INTO `wp_postmeta` VALUES("1190", "27689", "_customer_ip_address", "192.168.0.1");
INSERT INTO `wp_postmeta` VALUES("1191", "27689", "_customer_user_agent", "mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, like gecko) chrome/57.0.2987.133 safari/537.36");
INSERT INTO `wp_postmeta` VALUES("1192", "27689", "_created_via", "checkout");
INSERT INTO `wp_postmeta` VALUES("1193", "27689", "_date_completed", "1492701630");
INSERT INTO `wp_postmeta` VALUES("1194", "27689", "_completed_date", "2017-04-21 00:20:30");
INSERT INTO `wp_postmeta` VALUES("1195", "27689", "_date_paid", "1492686962");
INSERT INTO `wp_postmeta` VALUES("1196", "27689", "_paid_date", "2017-04-20 20:16:02");
INSERT INTO `wp_postmeta` VALUES("1197", "27689", "_cart_hash", "a750f0d17dadc008b72fce4c1f8a180a");
INSERT INTO `wp_postmeta` VALUES("1198", "27689", "_billing_first_name", "김정훈");
INSERT INTO `wp_postmeta` VALUES("1199", "27689", "_billing_last_name", "");
INSERT INTO `wp_postmeta` VALUES("1200", "27689", "_billing_company", "");
INSERT INTO `wp_postmeta` VALUES("1201", "27689", "_billing_address_1", "부산 수영구 수영로 665 (광안동, 송파지오스V)");
INSERT INTO `wp_postmeta` VALUES("1202", "27689", "_billing_address_2", "703호");
INSERT INTO `wp_postmeta` VALUES("1203", "27689", "_billing_city", "");
INSERT INTO `wp_postmeta` VALUES("1204", "27689", "_billing_state", "");
INSERT INTO `wp_postmeta` VALUES("1205", "27689", "_billing_postcode", "48243");
INSERT INTO `wp_postmeta` VALUES("1206", "27689", "_billing_country", "KR");
INSERT INTO `wp_postmeta` VALUES("1207", "27689", "_billing_email", "picell.kim@gmail.com");
INSERT INTO `wp_postmeta` VALUES("1208", "27689", "_billing_phone", "010-2568-5171");
INSERT INTO `wp_postmeta` VALUES("1209", "27689", "_shipping_first_name", "");
INSERT INTO `wp_postmeta` VALUES("1210", "27689", "_shipping_last_name", "");
INSERT INTO `wp_postmeta` VALUES("1211", "27689", "_shipping_company", "");
INSERT INTO `wp_postmeta` VALUES("1212", "27689", "_shipping_address_1", "");
INSERT INTO `wp_postmeta` VALUES("1213", "27689", "_shipping_address_2", "");
INSERT INTO `wp_postmeta` VALUES("1214", "27689", "_shipping_city", "");
INSERT INTO `wp_postmeta` VALUES("1215", "27689", "_shipping_state", "");
INSERT INTO `wp_postmeta` VALUES("1216", "27689", "_shipping_postcode", "");
INSERT INTO `wp_postmeta` VALUES("1217", "27689", "_shipping_country", "");
INSERT INTO `wp_postmeta` VALUES("1218", "27689", "_order_currency", "KRW");
INSERT INTO `wp_postmeta` VALUES("1219", "27689", "_cart_discount", "0");
INSERT INTO `wp_postmeta` VALUES("1220", "27689", "_cart_discount_tax", "0");
INSERT INTO `wp_postmeta` VALUES("1221", "27689", "_order_shipping", "0");
INSERT INTO `wp_postmeta` VALUES("1222", "27689", "_order_shipping_tax", "0");
INSERT INTO `wp_postmeta` VALUES("1223", "27689", "_order_tax", "0");
INSERT INTO `wp_postmeta` VALUES("1224", "27689", "_order_total", "189000");
INSERT INTO `wp_postmeta` VALUES("1225", "27689", "_order_version", "3.0.3");
INSERT INTO `wp_postmeta` VALUES("1226", "27689", "_prices_include_tax", "no");
INSERT INTO `wp_postmeta` VALUES("1227", "27689", "_billing_address_index", "김정훈   부산 수영구 수영로 665 (광안동, 송파지오스V) 703호   48243 KR picell.kim@gmail.com 010-2568-5171");
INSERT INTO `wp_postmeta` VALUES("1228", "27689", "_shipping_address_index", "        ");
INSERT INTO `wp_postmeta` VALUES("1229", "27689", "_shipping_method", "");
INSERT INTO `wp_postmeta` VALUES("1230", "27689", "_recorded_sales", "yes");
INSERT INTO `wp_postmeta` VALUES("1231", "27689", "_recorded_coupon_usage_counts", "yes");
INSERT INTO `wp_postmeta` VALUES("1232", "27689", "_edit_lock", "1492701647:1");
INSERT INTO `wp_postmeta` VALUES("1233", "27689", "_edit_last", "1");
INSERT INTO `wp_postmeta` VALUES("1234", "27689", "_wc_points_earned", "189");
INSERT INTO `wp_postmeta` VALUES("1235", "27689", "_download_permissions_granted", "yes");
INSERT INTO `wp_postmeta` VALUES("1236", "237", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1237", "233", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1238", "27693", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1239", "27693", "_wp_trash_meta_time", "1492695822");
INSERT INTO `wp_postmeta` VALUES("1240", "27694", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1241", "27694", "_wp_trash_meta_time", "1492695853");
INSERT INTO `wp_postmeta` VALUES("1242", "27695", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1243", "27695", "_wp_trash_meta_time", "1492695879");
INSERT INTO `wp_postmeta` VALUES("1244", "27696", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1245", "27696", "_wp_trash_meta_time", "1492695987");
INSERT INTO `wp_postmeta` VALUES("1246", "27697", "_wp_attached_file", "2017/04/logo_3.png");
INSERT INTO `wp_postmeta` VALUES("1247", "27697", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:287;s:6:\"height\";i:107;s:4:\"file\";s:18:\"2017/04/logo_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo_3-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo_3-157x107.png\";s:5:\"width\";i:157;s:6:\"height\";i:107;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:{}}}");
INSERT INTO `wp_postmeta` VALUES("1248", "231", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1249", "235", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1250", "207", "_edit_lock", "1492698033:1");
INSERT INTO `wp_postmeta` VALUES("1251", "27689", "_wc_points_earned", "189");
INSERT INTO `wp_postmeta` VALUES("1252", "27689", "_download_permissions_granted", "yes");
INSERT INTO `wp_postmeta` VALUES("1253", "27689", "ywot_tracking_code", "123456");
INSERT INTO `wp_postmeta` VALUES("1254", "27689", "ywot_carrier_id", "CJ_EXPRESS");
INSERT INTO `wp_postmeta` VALUES("1255", "27689", "ywot_pick_up_date", "2017-04-22");
INSERT INTO `wp_postmeta` VALUES("1256", "27689", "ywot_picked_up", "on");
INSERT INTO `wp_postmeta` VALUES("1257", "27700", "the_grid_favorite", "");
INSERT INTO `wp_postmeta` VALUES("1258", "27700", "the_grid_name", "shop grid");
INSERT INTO `wp_postmeta` VALUES("1259", "27700", "the_grid_css_class", "");
INSERT INTO `wp_postmeta` VALUES("1260", "27700", "the_grid_source_type", "post_type");
INSERT INTO `wp_postmeta` VALUES("1261", "27700", "the_grid_item_number", "10");
INSERT INTO `wp_postmeta` VALUES("1262", "27700", "the_grid_post_type", "a:1:{i:0;s:7:\"product\";}");
INSERT INTO `wp_postmeta` VALUES("1263", "27700", "the_grid_gallery", "");
INSERT INTO `wp_postmeta` VALUES("1264", "27700", "the_grid_instagram_username", "");
INSERT INTO `wp_postmeta` VALUES("1265", "27700", "the_grid_instagram_hashtag", "");
INSERT INTO `wp_postmeta` VALUES("1266", "27700", "the_grid_youtube_source", "channel");
INSERT INTO `wp_postmeta` VALUES("1267", "27700", "the_grid_youtube_channel", "");
INSERT INTO `wp_postmeta` VALUES("1268", "27700", "the_grid_youtube_playlist", "");
INSERT INTO `wp_postmeta` VALUES("1269", "27700", "the_grid_youtube_videos", "");
INSERT INTO `wp_postmeta` VALUES("1270", "27700", "the_grid_youtube_order", "date");
INSERT INTO `wp_postmeta` VALUES("1271", "27700", "the_grid_vimeo_source", "users");
INSERT INTO `wp_postmeta` VALUES("1272", "27700", "the_grid_vimeo_user", "");
INSERT INTO `wp_postmeta` VALUES("1273", "27700", "the_grid_vimeo_group", "");
INSERT INTO `wp_postmeta` VALUES("1274", "27700", "the_grid_vimeo_album", "");
INSERT INTO `wp_postmeta` VALUES("1275", "27700", "the_grid_vimeo_channel", "");
INSERT INTO `wp_postmeta` VALUES("1276", "27700", "the_grid_vimeo_sort", "");
INSERT INTO `wp_postmeta` VALUES("1277", "27700", "the_grid_vimeo_order", "desc");
INSERT INTO `wp_postmeta` VALUES("1278", "27700", "the_grid_facebook_source", "page_timeline");
INSERT INTO `wp_postmeta` VALUES("1279", "27700", "the_grid_facebook_page", "");
INSERT INTO `wp_postmeta` VALUES("1280", "27700", "the_grid_facebook_group_id", "");
INSERT INTO `wp_postmeta` VALUES("1281", "27700", "the_grid_facebook_album_id", "");
INSERT INTO `wp_postmeta` VALUES("1282", "27700", "the_grid_twitter_source", "user_timeline");
INSERT INTO `wp_postmeta` VALUES("1283", "27700", "the_grid_twitter_include", "a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1284", "27700", "the_grid_twitter_username", "");
INSERT INTO `wp_postmeta` VALUES("1285", "27700", "the_grid_twitter_listname", "");
INSERT INTO `wp_postmeta` VALUES("1286", "27700", "the_grid_twitter_searchkey", "");
INSERT INTO `wp_postmeta` VALUES("1287", "27700", "the_grid_flickr_source", "public_photos");
INSERT INTO `wp_postmeta` VALUES("1288", "27700", "the_grid_flickr_user_url", "");
INSERT INTO `wp_postmeta` VALUES("1289", "27700", "the_grid_flickr_photoset_id", "");
INSERT INTO `wp_postmeta` VALUES("1290", "27700", "the_grid_flickr_gallery_url", "");
INSERT INTO `wp_postmeta` VALUES("1291", "27700", "the_grid_flickr_group_url", "");
INSERT INTO `wp_postmeta` VALUES("1292", "27700", "the_grid_rss_feed_url", "");
INSERT INTO `wp_postmeta` VALUES("1293", "27700", "the_grid_post_status", "a:1:{i:0;s:7:\"publish\";}");
INSERT INTO `wp_postmeta` VALUES("1294", "27700", "the_grid_categories", NULL);
INSERT INTO `wp_postmeta` VALUES("1295", "27700", "the_grid_categories_child", NULL);
INSERT INTO `wp_postmeta` VALUES("1296", "27700", "the_grid_pages_id", NULL);
INSERT INTO `wp_postmeta` VALUES("1297", "27700", "the_grid_author", NULL);
INSERT INTO `wp_postmeta` VALUES("1298", "27700", "the_grid_post_not_in", "");
INSERT INTO `wp_postmeta` VALUES("1299", "27700", "the_grid_order", "DESC");
INSERT INTO `wp_postmeta` VALUES("1300", "27700", "the_grid_orderby", "a:1:{i:0;s:4:\"date\";}");
INSERT INTO `wp_postmeta` VALUES("1301", "27700", "the_grid_orderby_id", "");
INSERT INTO `wp_postmeta` VALUES("1302", "27700", "the_grid_meta_key", "");
INSERT INTO `wp_postmeta` VALUES("1303", "27700", "the_grid_meta_query", "");
INSERT INTO `wp_postmeta` VALUES("1304", "27700", "the_grid_default_image", "");
INSERT INTO `wp_postmeta` VALUES("1305", "27700", "the_grid_aqua_resizer", NULL);
INSERT INTO `wp_postmeta` VALUES("1306", "27700", "the_grid_image_size", "full");
INSERT INTO `wp_postmeta` VALUES("1307", "27700", "the_grid_items_format", "a:5:{i:0;s:7:\"gallery\";i:1;s:5:\"video\";i:2;s:5:\"audio\";i:3;s:5:\"quote\";i:4;s:4:\"link\";}");
INSERT INTO `wp_postmeta` VALUES("1308", "27700", "the_grid_gallery_slide_show", NULL);
INSERT INTO `wp_postmeta` VALUES("1309", "27700", "the_grid_video_lightbox", NULL);
INSERT INTO `wp_postmeta` VALUES("1310", "27700", "the_grid_style", "grid");
INSERT INTO `wp_postmeta` VALUES("1311", "27700", "the_grid_item_x_ratio", "3");
INSERT INTO `wp_postmeta` VALUES("1312", "27700", "the_grid_item_y_ratio", "4");
INSERT INTO `wp_postmeta` VALUES("1313", "27700", "the_grid_item_fitrows", NULL);
INSERT INTO `wp_postmeta` VALUES("1314", "27700", "the_grid_item_force_size", NULL);
INSERT INTO `wp_postmeta` VALUES("1315", "27700", "the_grid_items_col", "1");
INSERT INTO `wp_postmeta` VALUES("1316", "27700", "the_grid_items_row", "1");
INSERT INTO `wp_postmeta` VALUES("1317", "27700", "the_grid_desktop_large", "4");
INSERT INTO `wp_postmeta` VALUES("1318", "27700", "the_grid_desktop_large_row", "240");
INSERT INTO `wp_postmeta` VALUES("1319", "27700", "the_grid_gutter", "5");
INSERT INTO `wp_postmeta` VALUES("1320", "27700", "the_grid_desktop_medium", "4");
INSERT INTO `wp_postmeta` VALUES("1321", "27700", "the_grid_desktop_medium_row", "240");
INSERT INTO `wp_postmeta` VALUES("1322", "27700", "the_grid_desktop_medium_gutter", "5");
INSERT INTO `wp_postmeta` VALUES("1323", "27700", "the_grid_desktop_medium_width", "1200");
INSERT INTO `wp_postmeta` VALUES("1324", "27700", "the_grid_desktop_small", "4");
INSERT INTO `wp_postmeta` VALUES("1325", "27700", "the_grid_desktop_small_row", "220");
INSERT INTO `wp_postmeta` VALUES("1326", "27700", "the_grid_desktop_small_gutter", "5");
INSERT INTO `wp_postmeta` VALUES("1327", "27700", "the_grid_desktop_small_width", "980");
INSERT INTO `wp_postmeta` VALUES("1328", "27700", "the_grid_tablet", "3");
INSERT INTO `wp_postmeta` VALUES("1329", "27700", "the_grid_tablet_row", "220");
INSERT INTO `wp_postmeta` VALUES("1330", "27700", "the_grid_tablet_gutter", "5");
INSERT INTO `wp_postmeta` VALUES("1331", "27700", "the_grid_tablet_width", "768");
INSERT INTO `wp_postmeta` VALUES("1332", "27700", "the_grid_tablet_small", "2");
INSERT INTO `wp_postmeta` VALUES("1333", "27700", "the_grid_tablet_small_row", "200");
INSERT INTO `wp_postmeta` VALUES("1334", "27700", "the_grid_tablet_small_gutter", "2");
INSERT INTO `wp_postmeta` VALUES("1335", "27700", "the_grid_tablet_small_width", "480");
INSERT INTO `wp_postmeta` VALUES("1336", "27700", "the_grid_mobile", "2");
INSERT INTO `wp_postmeta` VALUES("1337", "27700", "the_grid_mobile_row", "200");
INSERT INTO `wp_postmeta` VALUES("1338", "27700", "the_grid_mobile_gutter", "2");
INSERT INTO `wp_postmeta` VALUES("1339", "27700", "the_grid_mobile_width", "320");
INSERT INTO `wp_postmeta` VALUES("1340", "27700", "the_grid_filter_onload", NULL);
INSERT INTO `wp_postmeta` VALUES("1341", "27700", "the_grid_filter_combination", NULL);
INSERT INTO `wp_postmeta` VALUES("1342", "27700", "the_grid_filter_logic", "AND");
INSERT INTO `wp_postmeta` VALUES("1343", "27700", "the_grid_filters_number", "");
INSERT INTO `wp_postmeta` VALUES("1344", "27700", "the_grid_filters_order_1", "");
INSERT INTO `wp_postmeta` VALUES("1345", "27700", "the_grid_filter_type_1", "button");
INSERT INTO `wp_postmeta` VALUES("1346", "27700", "the_grid_filter_dropdown_title_1", "Filter Categories");
INSERT INTO `wp_postmeta` VALUES("1347", "27700", "the_grid_filter_all_text_1", "All");
INSERT INTO `wp_postmeta` VALUES("1348", "27700", "the_grid_filter_count_1", "none");
INSERT INTO `wp_postmeta` VALUES("1349", "27700", "the_grid_filters_1", "[]");
INSERT INTO `wp_postmeta` VALUES("1350", "27700", "the_grid_sort_by", NULL);
INSERT INTO `wp_postmeta` VALUES("1351", "27700", "the_grid_sort_by_onload", "");
INSERT INTO `wp_postmeta` VALUES("1352", "27700", "the_grid_sort_order_onload", "false");
INSERT INTO `wp_postmeta` VALUES("1353", "27700", "the_grid_sort_by_text", "Sort By");
INSERT INTO `wp_postmeta` VALUES("1354", "27700", "the_grid_search_text", "Search...");
INSERT INTO `wp_postmeta` VALUES("1355", "27700", "the_grid_ajax_pagination", "1");
INSERT INTO `wp_postmeta` VALUES("1356", "27700", "the_grid_pagination_type", "number");
INSERT INTO `wp_postmeta` VALUES("1357", "27700", "the_grid_pagination_prev_next", NULL);
INSERT INTO `wp_postmeta` VALUES("1358", "27700", "the_grid_pagination_show_all", NULL);
INSERT INTO `wp_postmeta` VALUES("1359", "27700", "the_grid_pagination_mid_size", "2");
INSERT INTO `wp_postmeta` VALUES("1360", "27700", "the_grid_pagination_end_size", "2");
INSERT INTO `wp_postmeta` VALUES("1361", "27700", "the_grid_pagination_prev", "« Prev");
INSERT INTO `wp_postmeta` VALUES("1362", "27700", "the_grid_pagination_next", "Next »");
INSERT INTO `wp_postmeta` VALUES("1363", "27700", "the_grid_area_top1", "{\"styles\":{},\"functions\":[]}");
INSERT INTO `wp_postmeta` VALUES("1364", "27700", "the_grid_area_top2", "{\"styles\":{},\"functions\":[]}");
INSERT INTO `wp_postmeta` VALUES("1365", "27700", "the_grid_area_left", "{\"styles\":{},\"functions\":[]}");
INSERT INTO `wp_postmeta` VALUES("1366", "27700", "the_grid_area_right", "{\"styles\":{},\"functions\":[]}");
INSERT INTO `wp_postmeta` VALUES("1367", "27700", "the_grid_area_bottom1", "{\"styles\":{},\"functions\":[]}");
INSERT INTO `wp_postmeta` VALUES("1368", "27700", "the_grid_area_bottom2", "{\"styles\":{},\"functions\":[]}");
INSERT INTO `wp_postmeta` VALUES("1369", "27700", "the_grid_layout", "vertical");
INSERT INTO `wp_postmeta` VALUES("1370", "27700", "the_grid_rtl", NULL);
INSERT INTO `wp_postmeta` VALUES("1371", "27700", "the_grid_wrap_marg_left", "00");
INSERT INTO `wp_postmeta` VALUES("1372", "27700", "the_grid_wrap_marg_top", "00");
INSERT INTO `wp_postmeta` VALUES("1373", "27700", "the_grid_wrap_marg_right", "00");
INSERT INTO `wp_postmeta` VALUES("1374", "27700", "the_grid_wrap_marg_bottom", "00");
INSERT INTO `wp_postmeta` VALUES("1375", "27700", "the_grid_grid_background", "");
INSERT INTO `wp_postmeta` VALUES("1376", "27700", "the_grid_full_width", NULL);
INSERT INTO `wp_postmeta` VALUES("1377", "27700", "the_grid_full_height", NULL);
INSERT INTO `wp_postmeta` VALUES("1378", "27700", "the_grid_row_nb", "1");
INSERT INTO `wp_postmeta` VALUES("1379", "27700", "the_grid_slider_swingSpeed", "0.1");
INSERT INTO `wp_postmeta` VALUES("1380", "27700", "the_grid_slider_itemNav", "");
INSERT INTO `wp_postmeta` VALUES("1381", "27700", "the_grid_slider_startAt", "0");
INSERT INTO `wp_postmeta` VALUES("1382", "27700", "the_grid_slider_autoplay", NULL);
INSERT INTO `wp_postmeta` VALUES("1383", "27700", "the_grid_slider_cycleInterval", "5000");
INSERT INTO `wp_postmeta` VALUES("1384", "27700", "the_grid_skins", "{\"product\":\"suva\"}");
INSERT INTO `wp_postmeta` VALUES("1385", "27700", "the_grid_social_skin", "");
INSERT INTO `wp_postmeta` VALUES("1386", "27700", "the_grid_skin_content_background", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("1387", "27700", "the_grid_skin_content_color", "dark");
INSERT INTO `wp_postmeta` VALUES("1388", "27700", "the_grid_skin_overlay_background", "rgba(22,22,22,0.65)");
INSERT INTO `wp_postmeta` VALUES("1389", "27700", "the_grid_skin_overlay_color", "light");
INSERT INTO `wp_postmeta` VALUES("1390", "27700", "the_grid_navigation_style", "tg-txt");
INSERT INTO `wp_postmeta` VALUES("1391", "27700", "the_grid_navigation_color", "#999999");
INSERT INTO `wp_postmeta` VALUES("1392", "27700", "the_grid_navigation_accent_color", "#dd3333");
INSERT INTO `wp_postmeta` VALUES("1393", "27700", "the_grid_navigation_bg", "#999999");
INSERT INTO `wp_postmeta` VALUES("1394", "27700", "the_grid_navigation_accent_bg", "#dd3333");
INSERT INTO `wp_postmeta` VALUES("1395", "27700", "the_grid_dropdown_color", "#777777");
INSERT INTO `wp_postmeta` VALUES("1396", "27700", "the_grid_dropdown_bg", "#ffffff");
INSERT INTO `wp_postmeta` VALUES("1397", "27700", "the_grid_dropdown_hover_color", "#444444");
INSERT INTO `wp_postmeta` VALUES("1398", "27700", "the_grid_dropdown_hover_bg", "#f5f6fa");
INSERT INTO `wp_postmeta` VALUES("1399", "27700", "the_grid_navigation_arrows_color", "");
INSERT INTO `wp_postmeta` VALUES("1400", "27700", "the_grid_navigation_arrows_bg", "");
INSERT INTO `wp_postmeta` VALUES("1401", "27700", "the_grid_navigation_bullets_color", "#DDDDDD");
INSERT INTO `wp_postmeta` VALUES("1402", "27700", "the_grid_navigation_bullets_color_active", "#59585b");
INSERT INTO `wp_postmeta` VALUES("1403", "27700", "the_grid_animation", "fade_in");
INSERT INTO `wp_postmeta` VALUES("1404", "27700", "the_grid_transition", "700");
INSERT INTO `wp_postmeta` VALUES("1405", "27700", "the_grid_ajax_method", "load_more");
INSERT INTO `wp_postmeta` VALUES("1406", "27700", "the_grid_ajax_button_text", "Load More");
INSERT INTO `wp_postmeta` VALUES("1407", "27700", "the_grid_ajax_button_loading", "Loading...");
INSERT INTO `wp_postmeta` VALUES("1408", "27700", "the_grid_ajax_button_no_more", "No more item");
INSERT INTO `wp_postmeta` VALUES("1409", "27700", "the_grid_ajax_items_remain", NULL);
INSERT INTO `wp_postmeta` VALUES("1410", "27700", "the_grid_ajax_item_number", "4");
INSERT INTO `wp_postmeta` VALUES("1411", "27700", "the_grid_ajax_item_delay", "100");
INSERT INTO `wp_postmeta` VALUES("1412", "27700", "the_grid_preloader", NULL);
INSERT INTO `wp_postmeta` VALUES("1413", "27700", "the_grid_preloader_style", "square-grid-pulse");
INSERT INTO `wp_postmeta` VALUES("1414", "27700", "the_grid_preloader_color", "#34495e");
INSERT INTO `wp_postmeta` VALUES("1415", "27700", "the_grid_preloader_size", "1");
INSERT INTO `wp_postmeta` VALUES("1416", "27700", "the_grid_item_delay", "100");
INSERT INTO `wp_postmeta` VALUES("1417", "27700", "the_grid_custom_css", "");
INSERT INTO `wp_postmeta` VALUES("1418", "27700", "the_grid_custom_js", "");
INSERT INTO `wp_postmeta` VALUES("1419", "4", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("1420", "4", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("1421", "4", "the_grid_item_custom_link_target", "_self");
INSERT INTO `wp_postmeta` VALUES("1422", "4", "the_grid_item_col", "1");
INSERT INTO `wp_postmeta` VALUES("1423", "4", "the_grid_item_row", "1");
INSERT INTO `wp_postmeta` VALUES("1424", "4", "the_grid_item_content_color", "dark");
INSERT INTO `wp_postmeta` VALUES("1425", "4", "the_grid_item_overlay_color", "light");
INSERT INTO `wp_postmeta` VALUES("1426", "4", "the_grid_item_video_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1427", "4", "the_grid_item_youtube_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1428", "4", "the_grid_item_vimeo_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1429", "4", "the_grid_item_wistia_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1430", "229", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1431", "227", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1432", "33", "_wc_min_points_earned", "");
INSERT INTO `wp_postmeta` VALUES("1434", "237", "the_grid_item_custom_link_target", "_self");
INSERT INTO `wp_postmeta` VALUES("1435", "237", "the_grid_item_col", "1");
INSERT INTO `wp_postmeta` VALUES("1436", "237", "the_grid_item_row", "1");
INSERT INTO `wp_postmeta` VALUES("1437", "237", "the_grid_item_content_color", "dark");
INSERT INTO `wp_postmeta` VALUES("1438", "237", "the_grid_item_overlay_color", "light");
INSERT INTO `wp_postmeta` VALUES("1439", "237", "the_grid_item_video_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1440", "237", "the_grid_item_youtube_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1441", "237", "the_grid_item_vimeo_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1442", "237", "the_grid_item_wistia_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1443", "238", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_postmeta` VALUES("1444", "238", "_wp_trash_meta_time", "1493088366");
INSERT INTO `wp_postmeta` VALUES("1445", "238", "_wp_desired_post_slug", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%885-copy");
INSERT INTO `wp_postmeta` VALUES("1446", "238", "_userpro_edit_restrict", "none");
INSERT INTO `wp_postmeta` VALUES("1447", "238", "restrict_roles", "");
INSERT INTO `wp_postmeta` VALUES("1448", "238", "_et_pb_post_hide_nav", "default");
INSERT INTO `wp_postmeta` VALUES("1449", "238", "_et_pb_page_layout", "et_right_sidebar");
INSERT INTO `wp_postmeta` VALUES("1450", "238", "_et_pb_side_nav", "off");
INSERT INTO `wp_postmeta` VALUES("1451", "238", "the_grid_item_custom_link_target", "_self");
INSERT INTO `wp_postmeta` VALUES("1452", "238", "the_grid_item_col", "1");
INSERT INTO `wp_postmeta` VALUES("1453", "238", "the_grid_item_row", "1");
INSERT INTO `wp_postmeta` VALUES("1454", "238", "the_grid_item_content_color", "dark");
INSERT INTO `wp_postmeta` VALUES("1455", "238", "the_grid_item_overlay_color", "light");
INSERT INTO `wp_postmeta` VALUES("1456", "238", "the_grid_item_video_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1457", "238", "the_grid_item_youtube_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1458", "238", "the_grid_item_vimeo_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1459", "238", "the_grid_item_wistia_ratio", "4:3");
INSERT INTO `wp_postmeta` VALUES("1462", "237", "_gravity_form_data", "a:15:{s:2:\"id\";s:1:\"1\";s:13:\"display_title\";b:0;s:19:\"display_description\";b:0;s:25:\"disable_woocommerce_price\";s:2:\"no\";s:12:\"price_before\";s:0:\"\";s:11:\"price_after\";s:0:\"\";s:20:\"disable_calculations\";s:2:\"no\";s:22:\"disable_label_subtotal\";s:2:\"no\";s:21:\"disable_label_options\";s:2:\"no\";s:19:\"disable_label_total\";s:2:\"no\";s:14:\"disable_anchor\";s:2:\"no\";s:14:\"label_subtotal\";s:12:\"상품금액\";s:13:\"label_options\";s:12:\"옵션금액\";s:11:\"label_total\";s:6:\"합계\";s:8:\"use_ajax\";s:2:\"no\";}");

/* INSERT TABLE DATA: wp_posts */
INSERT INTO `wp_posts` VALUES("1", "1", "2017-04-14 18:53:50", "2017-04-14 09:53:50", "워드프레스에 오신 것을 환영합니다. 이것은 첫번째 글입니다. 이 글을 고치거나 지운 후에 블로깅을 시작하세요!", "안녕하세요!", "", "publish", "open", "open", "", "hello-world", "", "", "2017-04-14 18:53:50", "2017-04-14 09:53:50", "", "0", "http://leather247.co.kr/?p=1", "0", "post", "", "1");
INSERT INTO `wp_posts` VALUES("2", "1", "2017-04-14 18:53:50", "2017-04-14 09:53:50", "이것은 예제 페이지입니다. 페이지는 한 곳에 고정되며 사이트 내비게이션에 표시되기 때문에 블로그 글과는 다릅니다 (대부분의 테마). 대다수의 사람들은 사이트 방문자들에게 자신들을 소개하기 위한 About 페이지부터 시작합니다. 다음과 같이 작성할 수 있습니다:\n\n<blockquote>안녕하세요! 저는 낮에는 자전거로 배달하는 일을 하고 밤에는 배우가 되기 위한 연기 연습을 합니다. 여기는 제 블로그입니다. 서울에 살고 순돌이라는 이름의 대단한 개를 키우고 있죠.음악 듣기와 영화보기를 좋아합니다.(이런식의 자기소개).</blockquote>\n\n...또는 이럴 수도 있습니다:\n\n<blockquote>이 가나다 회사는 2012년에 만들어졌으며 그 후로 소비자를 위해 품질 좋은 생산품을 만들고 있습니다. 고양시에 위치하며 2천명의 직원이 있고 고양시 커뮤니티를 위해 다양하고 멋진 일을 하고 있습니다.</blockquote>\n\n새로운 워드프레스 사용자로써, <a href=\"http://leather247.co.kr/wp-admin/\">관리자 화면</a>으로 가서 이 페이지를 삭제하고 컨텐츠로 채워진 새로운 페이지를 생성해보세요. 즐겨보세요!", "샘플 페이지", "", "publish", "closed", "open", "", "sample-page", "", "", "2017-04-14 18:53:50", "2017-04-14 09:53:50", "", "0", "http://leather247.co.kr/?page_id=2", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("4", "1", "2017-04-14 18:55:34", "2017-04-14 09:55:34", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[the_grid name=\"shop grid\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Shop", "", "publish", "closed", "closed", "", "shop", "", "", "2017-04-21 10:21:58", "2017-04-21 01:21:58", "", "0", "http://leather247.co.kr/shop/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("5", "1", "2017-04-14 18:55:34", "2017-04-14 09:55:34", "[woocommerce_cart]", "Cart", "", "publish", "closed", "closed", "", "cart", "", "", "2017-04-14 18:55:34", "2017-04-14 09:55:34", "", "0", "http://leather247.co.kr/cart/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("6", "1", "2017-04-14 18:55:34", "2017-04-14 09:55:34", "[woocommerce_checkout]", "Checkout", "", "publish", "closed", "closed", "", "checkout", "", "", "2017-04-14 18:55:34", "2017-04-14 09:55:34", "", "0", "http://leather247.co.kr/checkout/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("7", "1", "2017-04-14 18:55:34", "2017-04-14 09:55:34", "[woocommerce_my_account]", "My account", "", "publish", "closed", "closed", "", "my-account", "", "", "2017-04-17 15:47:10", "2017-04-17 06:47:10", "", "0", "http://leather247.co.kr/my-account/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("9", "1", "2017-04-15 11:35:49", "2017-04-15 02:35:49", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "다크브라운", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b4", "", "", "2017-04-17 22:43:42", "2017-04-17 13:43:42", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=9", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("10", "1", "2017-04-15 11:33:25", "2017-04-15 02:33:25", "", "IMG_7337 사본", "", "inherit", "open", "closed", "", "img_7337-%ec%82%ac%eb%b3%b8", "", "", "2017-04-15 11:33:25", "2017-04-15 02:33:25", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("11", "1", "2017-04-15 11:33:26", "2017-04-15 02:33:26", "", "tbk jazz ban lb-detail1", "", "inherit", "open", "closed", "", "tbk-jazz-ban-lb-detail1", "", "", "2017-04-15 11:33:26", "2017-04-15 02:33:26", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/tbk-jazz-ban-lb-detail1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("12", "1", "2017-04-15 11:33:26", "2017-04-15 02:33:26", "", "tbk jazz ban lb-side-a", "", "inherit", "open", "closed", "", "tbk-jazz-ban-lb-side-a", "", "", "2017-04-15 11:33:26", "2017-04-15 02:33:26", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/tbk-jazz-ban-lb-side-a.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("13", "1", "2017-04-15 11:33:26", "2017-04-15 02:33:26", "", "1004wn side-a", "", "inherit", "open", "closed", "", "1004wn-side-a", "", "", "2017-04-15 11:33:26", "2017-04-15 02:33:26", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/1004wn-side-a.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("14", "1", "2017-04-15 11:33:27", "2017-04-15 02:33:27", "", "1022bl603 front-b", "", "inherit", "open", "closed", "", "1022bl603-front-b", "", "", "2017-04-15 11:33:27", "2017-04-15 02:33:27", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/1022bl603-front-b.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("15", "1", "2017-04-15 11:33:27", "2017-04-15 02:33:27", "", "1022bl603 side-a", "", "inherit", "open", "closed", "", "1022bl603-side-a", "", "", "2017-04-15 11:33:27", "2017-04-15 02:33:27", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/1022bl603-side-a.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("16", "1", "2017-04-15 11:33:27", "2017-04-15 02:33:27", "", "f-edge-side-a (2)", "", "inherit", "open", "closed", "", "f-edge-side-a-2", "", "", "2017-04-15 11:33:27", "2017-04-15 02:33:27", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/f-edge-side-a-2.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("17", "1", "2017-04-15 11:33:28", "2017-04-15 02:33:28", "", "IMG_0506 사본", "", "inherit", "open", "closed", "", "img_0506-%ec%82%ac%eb%b3%b8", "", "", "2017-04-15 11:33:28", "2017-04-15 02:33:28", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/IMG_0506-사본.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("18", "1", "2017-04-15 11:33:28", "2017-04-15 02:33:28", "", "IMG_7336 사본", "", "inherit", "open", "closed", "", "img_7336-%ec%82%ac%eb%b3%b8", "", "", "2017-04-15 11:33:28", "2017-04-15 02:33:28", "", "9", "http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("19", "1", "2017-04-15 11:45:08", "2017-04-15 02:45:08", "", "3b73250556151bc5fe90eb9e6789a8075dd4c0a4", "", "inherit", "open", "closed", "", "3b73250556151bc5fe90eb9e6789a8075dd4c0a4", "", "", "2017-04-15 11:45:08", "2017-04-15 02:45:08", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/3b73250556151bc5fe90eb9e6789a8075dd4c0a4.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("20", "1", "2017-04-15 11:45:08", "2017-04-15 02:45:08", "", "PLP_Header_mens-dress", "", "inherit", "open", "closed", "", "plp_header_mens-dress", "", "", "2017-04-15 11:45:08", "2017-04-15 02:45:08", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/PLP_Header_mens-dress.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("21", "1", "2017-04-15 11:45:09", "2017-04-15 02:45:09", "", "plp-collections-mens-main-collection-uk-1", "", "inherit", "open", "closed", "", "plp-collections-mens-main-collection-uk-1", "", "", "2017-04-15 11:45:09", "2017-04-15 02:45:09", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/plp-collections-mens-main-collection-uk-1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("22", "1", "2017-04-15 11:45:10", "2017-04-15 02:45:10", "", "plp-collections-mens-monk-uk-2_1", "", "inherit", "open", "closed", "", "plp-collections-mens-monk-uk-2_1", "", "", "2017-04-15 11:45:10", "2017-04-15 02:45:10", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/plp-collections-mens-monk-uk-2_1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("23", "1", "2017-04-15 11:45:11", "2017-04-15 02:45:11", "", "zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes", "", "inherit", "open", "closed", "", "zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes", "", "", "2017-04-15 11:45:11", "2017-04-15 02:45:11", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/zimnie-hot-handmade-mens-perforated-shoes-men-brand-leather-fashion-comfortable-shoes-casual-summer-oxfords-shoes.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("24", "1", "2017-04-15 11:45:21", "2017-04-15 02:45:21", "", "cropped-plp-collections-mens-main-collection-uk-1.jpg", "", "inherit", "open", "closed", "", "cropped-plp-collections-mens-main-collection-uk-1-jpg", "", "", "2017-04-15 11:45:21", "2017-04-15 02:45:21", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("25", "1", "2017-04-15 11:45:43", "2017-04-15 02:45:43", "", "cropped-plp-collections-mens-monk-uk-2_1.jpg", "", "inherit", "open", "closed", "", "cropped-plp-collections-mens-monk-uk-2_1-jpg", "", "", "2017-04-15 11:45:43", "2017-04-15 02:45:43", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_posts` VALUES("26", "1", "2017-04-15 11:45:49", "2017-04-15 02:45:49", "{\n    \"twentyseventeen::header_image\": {\n        \"value\": \"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    },\n    \"twentyseventeen::header_image_data\": {\n        \"value\": {\n            \"url\": \"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\",\n            \"thumbnail_url\": \"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\",\n            \"timestamp\": 1492224137678,\n            \"attachment_id\": 25,\n            \"width\": 2000,\n            \"height\": 1200\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "856b1ee1-91c2-4e52-8329-20cd80130e8d", "", "", "2017-04-15 11:45:49", "2017-04-15 02:45:49", "", "0", "http://leather247.co.kr/2017/04/15/856b1ee1-91c2-4e52-8329-20cd80130e8d/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27", "1", "2017-04-15 11:46:14", "2017-04-15 02:46:14", "{\n    \"twentyseventeen::header_image\": {\n        \"value\": \"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    },\n    \"twentyseventeen::header_image_data\": {\n        \"value\": {\n            \"url\": \"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg\",\n            \"thumbnail_url\": \"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg\",\n            \"timestamp\": 1492224116191,\n            \"attachment_id\": 24,\n            \"width\": 2000,\n            \"height\": 1200\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "cef0371b-0fd3-40ae-8dc1-450034749789", "", "", "2017-04-15 11:46:14", "2017-04-15 02:46:14", "", "0", "http://leather247.co.kr/2017/04/15/cef0371b-0fd3-40ae-8dc1-450034749789/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("28", "1", "2017-04-15 11:46:28", "2017-04-15 02:46:28", "{\n    \"twentyseventeen::header_image\": {\n        \"value\": \"random-uploaded-image\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    },\n    \"twentyseventeen::header_image_data\": {\n        \"value\": \"random-uploaded-image\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "609e364f-fcd3-4d96-bd31-19dd2aac4ad1", "", "", "2017-04-15 11:46:28", "2017-04-15 02:46:28", "", "0", "http://leather247.co.kr/2017/04/15/609e364f-fcd3-4d96-bd31-19dd2aac4ad1/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("29", "1", "2017-04-15 11:48:39", "2017-04-15 02:48:39", "", "나의 계정", "", "publish", "closed", "closed", "", "29", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=29", "4", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("30", "1", "2017-04-15 11:48:39", "2017-04-15 02:48:39", "", "결제", "", "publish", "closed", "closed", "", "30", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=30", "3", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("31", "1", "2017-04-15 11:48:39", "2017-04-15 02:48:39", "", "장바구니", "", "publish", "closed", "closed", "", "31", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=31", "2", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("32", "1", "2017-04-15 11:48:39", "2017-04-15 02:48:39", "", "쇼핑몰", "", "publish", "closed", "closed", "", "32", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=32", "1", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("33", "1", "2017-04-15 12:00:07", "2017-04-15 03:00:07", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "다크브라운옵션", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%98%b5%ec%85%98", "", "", "2017-04-17 22:43:42", "2017-04-17 13:43:42", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=33", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("34", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "다크브라운옵션", "", "publish", "closed", "closed", "", "%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b4-copy", "", "", "2017-04-15 12:01:13", "2017-04-15 03:01:13", "", "33", "http://leather247.co.kr/?post_type=product&#038;p=33", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("35", "1", "2017-04-15 12:06:26", "2017-04-15 03:06:26", "{\n    \"twentyseventeen::ats_footer_widgets\": {\n        \"value\": \"%5B%7B%22section_width%22:%2233%25%22%7D,%7B%22section_width%22:%2233%25%22%7D,%7B%22section_width%22:%2233%25%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "e142c37f-27b9-429b-8a85-059f38960057", "", "", "2017-04-15 12:06:26", "2017-04-15 03:06:26", "", "0", "http://leather247.co.kr/e142c37f-27b9-429b-8a85-059f38960057/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("36", "1", "2017-04-15 12:07:12", "2017-04-15 03:07:12", "{\n    \"twentyseventeen::ats_global_text\": {\n        \"value\": {\n            \"font-family\": \"Comfortaa\",\n            \"font-size\": \"16px\",\n            \"variant\": \"400\",\n            \"line-height\": \"24px\",\n            \"letter-spacing\": \"0em\",\n            \"color\": \"#333\",\n            \"subsets\": [\n                \"latin-ext\"\n            ],\n            \"text-transform\": \"none\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "e0d60402-6501-4102-a2e8-cb65c0f22cc2", "", "", "2017-04-15 12:07:12", "2017-04-15 03:07:12", "", "0", "http://leather247.co.kr/e0d60402-6501-4102-a2e8-cb65c0f22cc2/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("37", "1", "2017-04-15 12:08:07", "2017-04-15 03:08:07", "{\n    \"twentyseventeen::ats_header_site_title_typography\": {\n        \"value\": {\n            \"font-family\": \"Comfortaa\",\n            \"font-size\": \"36px\",\n            \"variant\": \"800\",\n            \"letter-spacing\": \"0.08em\",\n            \"color\": \"#fff\",\n            \"subsets\": [\n                \"latin-ext\"\n            ],\n            \"text-transform\": \"uppercase\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "0b44abd8-0aa5-477f-9dc9-57e31626f5bf", "", "", "2017-04-15 12:08:07", "2017-04-15 03:08:07", "", "0", "http://leather247.co.kr/0b44abd8-0aa5-477f-9dc9-57e31626f5bf/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("38", "1", "2017-04-15 12:08:50", "2017-04-15 03:08:50", "{\n    \"twentyseventeen::ats_header_site_description\": {\n        \"value\": {\n            \"font-family\": \"Comfortaa\",\n            \"font-size\": \"16px\",\n            \"variant\": \"400\",\n            \"letter-spacing\": \"0em\",\n            \"color\": \"#fff\",\n            \"subsets\": [\n                \"latin-ext\"\n            ],\n            \"text-transform\": \"none\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "96cec4a5-7027-452a-aa1e-5a3b450b0019", "", "", "2017-04-15 12:08:50", "2017-04-15 03:08:50", "", "0", "http://leather247.co.kr/96cec4a5-7027-452a-aa1e-5a3b450b0019/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("39", "1", "2017-04-15 12:09:04", "2017-04-15 03:09:04", "{\n    \"twentyseventeen::ats_home_hide_panel_title\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "c742db79-618e-4cf6-8b3c-8a2e31730a9f", "", "", "2017-04-15 12:09:04", "2017-04-15 03:09:04", "", "0", "http://leather247.co.kr/c742db79-618e-4cf6-8b3c-8a2e31730a9f/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("75", "1", "2017-04-15 12:45:19", "2017-04-15 03:45:19", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"상점\" type=\"recent\" columns_number=\"0\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "Shop", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2017-04-15 12:45:19", "2017-04-15 03:45:19", "", "4", "http://leather247.co.kr/4-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("142", "1", "2017-04-15 12:54:02", "2017-04-15 03:54:02", "{\n    \"et_divi[vertical_nav]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "41c9c5bb-65f5-43cf-84fd-8c0f32b5afb0", "", "", "2017-04-15 12:54:02", "2017-04-15 03:54:02", "", "0", "http://leather247.co.kr/41c9c5bb-65f5-43cf-84fd-8c0f32b5afb0/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("175", "1", "2017-04-15 13:07:18", "2017-04-15 04:07:18", "", "Shop", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2017-04-15 13:07:18", "2017-04-15 04:07:18", "", "4", "http://leather247.co.kr/4-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("176", "1", "2017-04-17 15:23:41", "2017-04-17 06:23:41", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {\n    padding: 0 0 23px 0;\n    line-height: 26px;\n    list-style-type: disc;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n\n.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {\n    margin-left: 0;\n}\n\n.gform_wrapper .field_description_below .gfield_description {\n    padding-top: 0px;\nfont-size: 10px;\n}\n\n.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {\n    margin-top: 0px;\n}\n\n\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "publish", "closed", "closed", "", "divi", "", "", "2017-04-25 13:23:00", "2017-04-25 04:23:00", "", "0", "http://leather247.co.kr/divi/", "0", "custom_css", "", "0");
INSERT INTO `wp_posts` VALUES("177", "1", "2017-04-17 15:23:41", "2017-04-17 06:23:41", "body{\nfont-family: \"comfotaa\";\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:23:41", "2017-04-17 06:23:41", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("178", "1", "2017-04-17 15:26:17", "2017-04-17 06:26:17", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:26:17", "2017-04-17 06:26:17", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("179", "1", "2017-04-17 15:27:34", "2017-04-17 06:27:34", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:27:34", "2017-04-17 06:27:34", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("180", "1", "2017-04-17 15:29:26", "2017-04-17 06:29:26", "{\n    \"et_divi[et_pb_shop-title_font_size]\": {\n        \"value\": \"14\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[et_pb_shop-sale_badge_font_size]\": {\n        \"value\": \"14\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[et_pb_shop-price_font_size]\": {\n        \"value\": \"14\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "2a948cf9-0d25-408a-a250-491c85f0e15e", "", "", "2017-04-17 15:29:26", "2017-04-17 06:29:26", "", "0", "http://leather247.co.kr/2a948cf9-0d25-408a-a250-491c85f0e15e/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("181", "1", "2017-04-17 15:30:43", "2017-04-17 06:30:43", "{\n    \"et_divi[all_buttons_font_size]\": {\n        \"value\": \"14\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[all_buttons_border_width]\": {\n        \"value\": \"1\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[all_buttons_border_radius]\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "fbca1f0b-5ca3-4bd6-951f-5fb083208d03", "", "", "2017-04-17 15:30:43", "2017-04-17 06:30:43", "", "0", "http://leather247.co.kr/fbca1f0b-5ca3-4bd6-951f-5fb083208d03/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("182", "1", "2017-04-17 15:31:00", "2017-04-17 06:31:00", "{\n    \"et_divi[all_buttons_border_radius_hover]\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "781da362-b9c4-4afb-a55f-360a3e9ef800", "", "", "2017-04-17 15:31:00", "2017-04-17 06:31:00", "", "0", "http://leather247.co.kr/781da362-b9c4-4afb-a55f-360a3e9ef800/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("183", "1", "2017-04-17 15:31:52", "2017-04-17 06:31:52", "{\n    \"et_divi[body_font_height]\": {\n        \"value\": \"1.4\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[body_header_size]\": {\n        \"value\": \"22\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[link_color]\": {\n        \"value\": \"#000000\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "84a38215-8d87-4dd9-890d-45a779111db0", "", "", "2017-04-17 15:31:52", "2017-04-17 06:31:52", "", "0", "http://leather247.co.kr/84a38215-8d87-4dd9-890d-45a779111db0/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("184", "1", "2017-04-17 15:32:37", "2017-04-17 06:32:37", "{\n    \"et_divi[hide_primary_logo]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[logo_height]\": {\n        \"value\": \"45\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "84a6a505-acc7-47fe-b9cf-19146efe1476", "", "", "2017-04-17 15:32:37", "2017-04-17 06:32:37", "", "0", "http://leather247.co.kr/84a6a505-acc7-47fe-b9cf-19146efe1476/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("185", "1", "2017-04-17 15:34:27", "2017-04-17 06:34:27", "{\n    \"et_divi[boxed_layout]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[gutter_width]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[show_header_social_icons]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[section_padding]\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[row_padding]\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[accent_color]\": {\n        \"value\": \"#3f3f3f\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "02d47285-e1db-4cd9-8ff0-91d997e4347b", "", "", "2017-04-17 15:34:27", "2017-04-17 06:34:27", "", "0", "http://leather247.co.kr/?p=185", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("186", "1", "2017-04-17 15:35:09", "2017-04-17 06:35:09", "{\n    \"Divi::background_color\": {\n        \"value\": \"#f7f7f7\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "11c459db-a0d7-4537-9610-88299eefed20", "", "", "2017-04-17 15:35:09", "2017-04-17 06:35:09", "", "0", "http://leather247.co.kr/11c459db-a0d7-4537-9610-88299eefed20/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("187", "1", "2017-04-17 15:36:35", "2017-04-17 06:36:35", "{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"page_on_front\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "a637fd52-7f69-45fe-be80-ecaf4863acf3", "", "", "2017-04-17 15:36:35", "2017-04-17 06:36:35", "", "0", "http://leather247.co.kr/a637fd52-7f69-45fe-be80-ecaf4863acf3/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("188", "1", "2017-04-17 15:45:48", "2017-04-17 06:45:48", "", "logo", "", "inherit", "open", "closed", "", "logo", "", "", "2017-04-17 15:45:48", "2017-04-17 06:45:48", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/logo.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_posts` VALUES("189", "1", "2017-04-17 15:47:10", "2017-04-17 06:47:10", "[woocommerce_my_account]", "My account", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2017-04-17 15:47:10", "2017-04-17 06:47:10", "", "7", "http://leather247.co.kr/7-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("190", "1", "2017-04-17 15:48:41", "2017-04-17 06:48:41", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:48:41", "2017-04-17 06:48:41", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("191", "1", "2017-04-17 15:49:34", "2017-04-17 06:49:34", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"상점\" type=\"recent\" columns_number=\"3\" orderby=\"date\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "Shop", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2017-04-17 15:49:34", "2017-04-17 06:49:34", "", "4", "http://leather247.co.kr/4-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("192", "1", "2017-04-17 15:51:29", "2017-04-17 06:51:29", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:51:29", "2017-04-17 06:51:29", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("193", "1", "2017-04-17 15:54:13", "2017-04-17 06:54:13", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px)\nstyle.css?ver=3.0.40:5235\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n\n\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:54:13", "2017-04-17 06:54:13", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("194", "1", "2017-04-17 15:56:35", "2017-04-17 06:56:35", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n\n}\n\n\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:56:35", "2017-04-17 06:56:35", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("195", "1", "2017-04-17 15:57:37", "2017-04-17 06:57:37", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Comfortaa\', \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n\n}\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:57:37", "2017-04-17 06:57:37", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("196", "1", "2017-04-17 15:58:31", "2017-04-17 06:58:31", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n\n}\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:58:31", "2017-04-17 06:58:31", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("197", "1", "2017-04-17 15:59:14", "2017-04-17 06:59:14", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n\n}\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 15:59:14", "2017-04-17 06:59:14", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("198", "1", "2017-04-17 16:00:28", "2017-04-17 07:00:28", "body, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n\n}\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 16:00:28", "2017-04-17 07:00:28", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("199", "1", "2017-04-17 16:04:15", "2017-04-17 07:04:15", "@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n\n}\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 16:04:15", "2017-04-17 07:04:15", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("200", "1", "2017-04-17 16:08:28", "2017-04-17 07:08:28", "{\n    \"et_divi[hide_primary_logo]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[logo_height]\": {\n        \"value\": \"75\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[primary_nav_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[primary_nav_font_spacing]\": {\n        \"value\": \"1\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "602dcf3c-861e-426f-b535-ca2adbcf9fe7", "", "", "2017-04-17 16:08:28", "2017-04-17 07:08:28", "", "0", "http://leather247.co.kr/602dcf3c-861e-426f-b535-ca2adbcf9fe7/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("201", "1", "2017-04-17 16:09:22", "2017-04-17 07:09:22", "{\n    \"et_divi[phone_number]\": {\n        \"value\": \"010-2568-5171\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "6a221649-91a4-4e08-abf2-6b89c32c249c", "", "", "2017-04-17 16:09:22", "2017-04-17 07:09:22", "", "0", "http://leather247.co.kr/6a221649-91a4-4e08-abf2-6b89c32c249c/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("202", "1", "2017-04-17 16:10:35", "2017-04-17 07:10:35", "{\n    \"et_divi[header_style]\": {\n        \"value\": \"left\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[vertical_nav]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "d947013d-8311-4a96-80fe-8fefe9bbfc69", "", "", "2017-04-17 16:10:35", "2017-04-17 07:10:35", "", "0", "http://leather247.co.kr/?p=202", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("203", "1", "2017-04-17 16:12:01", "2017-04-17 07:12:01", "@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n}\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 16:12:01", "2017-04-17 07:12:01", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("204", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "로그아웃", "", "publish", "closed", "closed", "", "logout", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "0", "http://leather247.co.kr/logout/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("205", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=memberlist]", "Member Directory", "", "publish", "closed", "closed", "", "members", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "0", "http://leather247.co.kr/members/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("206", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=view]", "프로필", "", "publish", "closed", "closed", "", "profile", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "0", "http://leather247.co.kr/profile/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("207", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=edit]", "프로필 편집", "", "publish", "closed", "closed", "", "edit", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "206", "http://leather247.co.kr/profile/edit/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("208", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=register]", "회원가입", "", "publish", "closed", "closed", "", "register", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "206", "http://leather247.co.kr/profile/register/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("209", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=login]", "로그인", "", "publish", "closed", "closed", "", "login", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "206", "http://leather247.co.kr/profile/login/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("210", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=following]", "팔로잉", "", "publish", "closed", "closed", "", "following", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "0", "http://leather247.co.kr/following/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("211", "1", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "[userpro template=followers]", "팔로워", "", "publish", "closed", "closed", "", "followers", "", "", "2017-04-17 18:47:14", "2017-04-17 09:47:14", "", "0", "http://leather247.co.kr/followers/", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("212", "1", "2017-04-17 20:21:13", "2017-04-17 11:21:13", "@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:21:13", "2017-04-17 11:21:13", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("213", "1", "2017-04-17 20:29:10", "2017-04-17 11:29:10", "@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n@import  \"/fonts/notosans-fonts.css\";\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:29:10", "2017-04-17 11:29:10", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("214", "1", "2017-04-17 20:29:48", "2017-04-17 11:29:48", "@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n@import  \"/font/notosans-fonts.css\";\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans KR\', \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:29:48", "2017-04-17 11:29:48", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("215", "1", "2017-04-17 20:30:19", "2017-04-17 11:30:19", "@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n@import  \"/font/notosans-fonts.css\";\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:30:19", "2017-04-17 11:30:19", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("216", "1", "2017-04-17 20:31:28", "2017-04-17 11:31:28", "@import  \"/font/notosans-fonts.css\";\n@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:31:28", "2017-04-17 11:31:28", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("217", "1", "2017-04-17 20:38:15", "2017-04-17 11:38:15", "@import  \"/font/notosans-fonts.css\";\n@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n\nbody, h1, h2, h3, h4, h5, h6, h7, div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd,\'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 400;\n	letter-spacing: -.1px;\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:38:15", "2017-04-17 11:38:15", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("218", "1", "2017-04-17 20:38:51", "2017-04-17 11:38:51", "@import  \"/font/notosans-fonts.css\";\n@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 300;\n	letter-spacing: -.1px;\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: BrownStd,\'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n	font-weight: 400;\n	letter-spacing: -.1px;\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:38:51", "2017-04-17 11:38:51", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("219", "1", "2017-04-17 20:39:16", "2017-04-17 11:39:16", "@import  \"/font/notosans-fonts.css\";\n@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: BrownStd,\'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:39:16", "2017-04-17 11:39:16", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("220", "1", "2017-04-17 20:39:39", "2017-04-17 11:39:39", "@import  \"/font/notosans-fonts.css\";\n@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: BrownStd, \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: BrownStd,\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:39:39", "2017-04-17 11:39:39", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("221", "1", "2017-04-17 20:41:01", "2017-04-17 11:41:01", "@import  \"/font/notosans-fonts.css\";\n@font-face {\n    font-family: \'BrownStd\';\n    src: url(\'/font/BrownStd.eot\');\n    src: url(\'/font/BrownStd.otf\') format(\'truetype\'),\n         url(\'/font/BrownStd.woff\') format(\'woff\'),\n         url(\'/font/BrownStd.eot?#iefix\') format(\'embedded-opentype\'),\n         url(\'/font/BrownStd.svg#BrownStd\') format(\'svg\');\n    font-weight: normal;\n    font-style: normal;\n}\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'BrownStd\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'BrownStd\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:41:01", "2017-04-17 11:41:01", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("222", "1", "2017-04-17 20:43:03", "2017-04-17 11:43:03", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 20:43:03", "2017-04-17 11:43:03", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("223", "1", "2017-04-17 22:29:46", "2017-04-17 13:29:46", " ", "", "", "publish", "closed", "closed", "", "223", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "206", "http://leather247.co.kr/?p=223", "5", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("224", "1", "2017-04-17 22:29:46", "2017-04-17 13:29:46", " ", "", "", "publish", "closed", "closed", "", "224", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "206", "http://leather247.co.kr/?p=224", "6", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("225", "1", "2017-04-17 22:29:46", "2017-04-17 13:29:46", " ", "", "", "publish", "closed", "closed", "", "225", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=225", "7", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("226", "1", "2017-04-17 22:34:28", "2017-04-17 13:34:28", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-17 22:34:28", "2017-04-17 13:34:28", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("227", "1", "2017-04-17 22:37:31", "2017-04-17 13:37:31", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "다크브라운3", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b43", "", "", "2017-04-17 22:43:41", "2017-04-17 13:43:41", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=227", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("228", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "다크브라운3", "", "publish", "closed", "closed", "", "%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%98%b5%ec%85%98-copy", "", "", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "227", "http://leather247.co.kr/?post_type=product&p=227", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("229", "1", "2017-04-17 22:39:13", "2017-04-17 13:39:13", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "브라운부츠", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%eb%b6%80%ec%b8%a0", "", "", "2017-04-17 22:41:34", "2017-04-17 13:41:34", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=229", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("230", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "브라운부츠", "", "publish", "closed", "closed", "", "%eb%8b%a4%ed%81%ac%eb%b8%8c%eb%9d%bc%ec%9a%b43-copy", "", "", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "229", "http://leather247.co.kr/?post_type=product&p=229", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("231", "1", "2017-04-17 22:44:02", "2017-04-17 13:44:02", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "브라운슈즈", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%88", "", "", "2017-04-17 22:44:57", "2017-04-17 13:44:57", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=231", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("232", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "브라운슈즈", "", "publish", "closed", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%eb%b6%80%ec%b8%a0-copy", "", "", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "231", "http://leather247.co.kr/?post_type=product&p=231", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("233", "1", "2017-04-17 23:08:41", "2017-04-17 14:08:41", "<img class=\"aligncenter size-large\" src=\"http://kmc79chan.cafe24.com/om/set/hj01/pop5009.jpg\" width=\"700\" height=\"9728\" />", "브라운슈즈4", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%884", "", "", "2017-04-20 11:02:35", "2017-04-20 02:02:35", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=233", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("234", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "브라운슈즈4", "", "publish", "closed", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%88-copy", "", "", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "233", "http://leather247.co.kr/?post_type=product&p=233", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("235", "1", "2017-04-17 23:10:21", "2017-04-17 14:10:21", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "브라운슈즈5", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%885", "", "", "2017-04-17 23:10:46", "2017-04-17 14:10:46", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=235", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("236", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "브라운슈즈5", "", "publish", "closed", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%884-copy", "", "", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "235", "http://leather247.co.kr/?post_type=product&p=235", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("237", "1", "2017-04-17 23:11:11", "2017-04-17 14:11:11", "<img class=\"alignnone size-medium wp-image-18\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7336-사본-300x223.jpg\" alt=\"\" width=\"300\" height=\"223\" /> <img class=\"alignnone size-large wp-image-10\" src=\"http://leather247.co.kr/wp-content/uploads/2017/04/IMG_7337-사본-1024x543.jpg\" alt=\"\" width=\"525\" height=\"278\" />", "브라운슈즈6", "<h3>스트레이트 펀칭 남성수제화구두\r\n<b>(다크브라운/블랙/브라운)</b></h3>", "publish", "open", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%886", "", "", "2017-04-25 12:26:29", "2017-04-25 03:26:29", "", "0", "http://leather247.co.kr/?post_type=product&#038;p=237", "0", "product", "", "0");
INSERT INTO `wp_posts` VALUES("238", "1", "2017-04-15 12:00:55", "2017-04-15 03:00:55", "", "브라운슈즈6", "", "trash", "closed", "closed", "", "%eb%b8%8c%eb%9d%bc%ec%9a%b4%ec%8a%88%ec%a6%885-copy__trashed", "", "", "2017-04-25 11:46:06", "2017-04-25 02:46:06", "", "237", "http://leather247.co.kr/?post_type=product&#038;p=237", "0", "product_variation", "", "0");
INSERT INTO `wp_posts` VALUES("239", "1", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "smoke", "", "publish", "closed", "closed", "", "smoke", "", "", "2017-04-19 15:22:54", "2017-04-19 06:22:54", "", "0", "http://leather247.co.kr/smoke/", "0", "custom_css", "", "0");
INSERT INTO `wp_posts` VALUES("240", "1", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n} ", "smoke", "", "inherit", "closed", "closed", "", "239-revision-v1", "", "", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "", "239", "http://leather247.co.kr/239-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("241", "1", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome To My Website\" button_text=\"Enter\" button_link=\"#\" background_color=\"#27c9b9\" alignment=\"center\" background_layout=\"dark\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"We Are a Company of Passionate Designers and Developers\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"h\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"v\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"g\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Drop Me a Line\" button_url=\"#\" button_text=\"Contact\" background_color=\"#2ea3f2\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "기본 홈페이지", "", "publish", "closed", "closed", "", "%ea%b8%b0%eb%b3%b8-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%b8%b0%eb%b3%b8-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("242", "1", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Featured Products</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Recent Products</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"date\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h1>What Our Customers are Saying</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "샵 홈페이지", "", "publish", "closed", "closed", "", "%ec%83%b5-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%83%b5-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("243", "1", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2e2e2e\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"on\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" heading=\"Hello! Welcome To My Online Portfolio\" /][et_pb_slide background_color=\"#f84b48\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#23a1f5\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#27c8b8\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Coding Languages\" number=\"7\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Loyal Clients\" number=\"65\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"International Awards\" number=\"12\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years of Experience\" number=\"10\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c8b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View My Full Portfolio\" button_url=\"#\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "포트폴리오 홈페이지", "", "publish", "closed", "closed", "", "%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:49", "2017-04-19 06:16:49", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("244", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Features\" button_link=\"https://elegantthemes.com/preview/Divi2/features/\" background_color=\"#8d1bf4\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][et_pb_slide heading=\"Slide Title\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f84c48\" alignment=\"center\" background_layout=\"dark\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#4b4b4b\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" title=\"Recent Work\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"8\" address_lat=\"37.43410184255073\" address_lng=\"-122.04768412931253\"][et_pb_map_pin title=\"Elegant Themes\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][et_pb_map_pin title=\"Lorem Ipsum\" pin_address=\"San Jose, CA, USA\" pin_address_lat=\"37.3393857\" pin_address_lng=\"-121.89495549999998\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Contact Us\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "회사 홈페이지", "", "publish", "closed", "closed", "", "%ed%9a%8c%ec%82%ac-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%9a%8c%ec%82%ac-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("245", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f7f7f7\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\"]Changing the way you build websites. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#3a4149\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Sales & Marketing\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Brand & Identity\" number=\"90\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Web Design\" number=\"80\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"App Development\" number=\"50\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>What We Offer</h2>[/et_pb_text][et_pb_tabs admin_label=\"Tabs\"][et_pb_tab title=\"Overview\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Mission Statement\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Culture\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" /][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f4f4f4\"][et_pb_counter percent=\"80\"]Brand Consulting[/et_pb_counter][et_pb_counter percent=\"45\"]Marketing Campaigns [/et_pb_counter][et_pb_counter percent=\"95\"]Custom Website Design[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Work Flow</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#212a34\" inner_shadow=\"off\" parallax=\"off\" background_image=\"https://www.elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"20\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>Frequently Asked Questions</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna. Morbi scelerisque semper congue. Donec vitae congue quam. Pellentesque convallis est a eros porta, ut porttitor magna convallis.\n\nDonec quis felis imperdiet, vestibulum est ut, pulvinar dolor. Mauris laoreet varius sem, tempus congue nibh elementum facilisis. Aliquam ut odio risus. Mauris consectetur mi et ante aliquam, eget posuere urna semper. Vestibulum vestibulum rhoncus enim, id iaculis eros commodo non.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion\"][et_pb_accordion_item title=\"What kind of clients do you work with?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_accordion_item][et_pb_accordion_item title=\"What is your turn around time?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have an affiliate program?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Email\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" title=\"Don\'t Be Shy\"]Drop us a line anytime, and one of our customer service reps will respond to you as soon as possible[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "기업 홈페이지", "", "publish", "closed", "closed", "", "%ea%b8%b0%ec%97%85-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%b8%b0%ec%97%85-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("246", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.[/et_pb_slide][et_pb_slide heading=\"Sky\'s The Limit\" background_color=\"#444444\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_text=\"A Closer Look\" button_link=\"#\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27c9b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Building a website has never been so fun.</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Lorem Ipsum Dolor.</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit. Nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#22262e\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"2700\" percent_sign=\"off\" counter_color=\"#815ab4\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"30\" percent_sign=\"off\" counter_color=\"#2caaca\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"87\" percent_sign=\"off\" counter_color=\"#35bbaa\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"999\" percent_sign=\"off\" counter_color=\"#ef6462\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"on\" /][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Shop Now\" button_link=\"https://elegantthemes.com/preview/Divi2/shop-extended/\" background_color=\"#1a86cf\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][et_pb_slide heading=\"Slide Title Here\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam er\nos at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]</p><h1>Core Features</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#predefined\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#layouts\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-modules.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" icon_placement=\"top\" use_icon=\"off\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#2caaca\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#mobile\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Our Work\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Versatile Layout Options</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ec6d5f\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" button_text=\"Join Now\"]</p><h1>Look No Further. Get Started Today</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "확장된 홈페이지", "", "publish", "closed", "closed", "", "%ed%99%95%ec%9e%a5%eb%90%9c-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%99%95%ec%9e%a5%eb%90%9c-%ed%99%88%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("247", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "꽉찬너비 페이지", "", "publish", "closed", "closed", "", "%ea%bd%89%ec%b0%ac%eb%84%88%eb%b9%84-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%bd%89%ec%b0%ac%eb%84%88%eb%b9%84-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("248", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]", "오른쪽 사이드바 페이지", "", "publish", "closed", "closed", "", "%ec%98%a4%eb%a5%b8%ec%aa%bd-%ec%82%ac%ec%9d%b4%eb%93%9c%eb%b0%94-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%98%a4%eb%a5%b8%ec%aa%bd-%ec%82%ac%ec%9d%b4%eb%93%9c%eb%b0%94-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("249", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Left Sidebar\" subhead=\"Here is a basic page layout with a left sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]", "왼쪽 사이드바 페이지", "", "publish", "closed", "closed", "", "%ec%99%bc%ec%aa%bd-%ec%82%ac%ec%9d%b4%eb%93%9c%eb%b0%94-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%99%bc%ec%aa%bd-%ec%82%ac%ec%9d%b4%eb%93%9c%eb%b0%94-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("250", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Dual Sidebars\" subhead=\"Here is a basic page layout with dual sidebars\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]", "듀얼 사이드바 페이지", "", "publish", "closed", "closed", "", "%eb%93%80%ec%96%bc-%ec%82%ac%ec%9d%b4%eb%93%9c%eb%b0%94-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%eb%93%80%ec%96%bc-%ec%82%ac%ec%9d%b4%eb%93%9c%eb%b0%94-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("251", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" posts_number=\"12\" show_title=\"on\" show_categories=\"on\" show_pagination=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "그리드 포트폴리오", "", "publish", "closed", "closed", "", "%ea%b7%b8%eb%a6%ac%eb%93%9c-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%b7%b8%eb%a6%ac%eb%93%9c-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("252", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"on\" posts_number=\"4\" show_title=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"I Love Working With Creative Minds\" button_url=\"#\" button_text=\"Contact Me\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]If you are interested in working together, send me an inquiry and I will get back to you as soon as I can![/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "1 컬럼 포트폴리오", "", "publish", "closed", "closed", "", "1-%ec%bb%ac%eb%9f%bc-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/1-%ec%bb%ac%eb%9f%bc-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("253", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"off\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Let\'s Build Something Together\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "꽉찬너비 회전화면 포트폴리오", "", "publish", "closed", "closed", "", "%ea%bd%89%ec%b0%ac%eb%84%88%eb%b9%84-%ed%9a%8c%ec%a0%84%ed%99%94%eb%a9%b4-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%bd%89%ec%b0%ac%eb%84%88%eb%b9%84-%ed%9a%8c%ec%a0%84%ed%99%94%eb%a9%b4-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("254", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"off\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working On A Project?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "꽉찬너비 그리드 포트폴리오", "", "publish", "closed", "closed", "", "%ea%bd%89%ec%b0%ac%eb%84%88%eb%b9%84-%ea%b7%b8%eb%a6%ac%eb%93%9c-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%bd%89%ec%b0%ac%eb%84%88%eb%b9%84-%ea%b7%b8%eb%a6%ac%eb%93%9c-%ed%8f%ac%ed%8a%b8%ed%8f%b4%eb%a6%ac%ec%98%a4/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("255", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section background_color=\"#3a3a3a\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Your Project Name</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working With Us?\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "확장 프로젝트", "", "publish", "closed", "closed", "", "%ed%99%95%ec%9e%a5-%ed%94%84%eb%a1%9c%ec%a0%9d%ed%8a%b8", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%99%95%ec%9e%a5-%ed%94%84%eb%a1%9c%ec%a0%9d%ed%8a%b8/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("256", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Your Project Name</h1>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"fade_in\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Description</h4>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Details</h4>\n<strong>Client </strong>Client Name\n<strong>Date </strong>Date of Completion\n<strong>Skills </strong>Branding, Web Design\n<strong>View </strong>elegantthemes.com[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"Live Project\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl quis nibh non, molestie tempus sapien.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"100\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"See More\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"right\"]Vivamus ipsum velit, ullamcorper quis nibh, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-700px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "확장 프로젝트 2", "", "publish", "closed", "closed", "", "%ed%99%95%ec%9e%a5-%ed%94%84%eb%a1%9c%ec%a0%9d%ed%8a%b8-2", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%99%95%ec%9e%a5-%ed%94%84%eb%a1%9c%ec%a0%9d%ed%8a%b8-2/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("257", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a masonry blog layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"18\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "석조 블로그", "", "publish", "closed", "closed", "", "%ec%84%9d%ec%a1%b0-%eb%b8%94%eb%a1%9c%ea%b7%b8", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%84%9d%ec%a1%b0-%eb%b8%94%eb%a1%9c%ea%b7%b8/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("258", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a basic blog layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" posts_number=\"6\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]", "표준 블로그", "", "publish", "closed", "closed", "", "%ed%91%9c%ec%a4%80-%eb%b8%94%eb%a1%9c%ea%b7%b8", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%91%9c%ec%a4%80-%eb%b8%94%eb%a1%9c%ea%b7%b8/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("259", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f84b48\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to Our Shop\" subhead=\"Divi gives you the power to run a full-fledged online storefront.\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"12\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"News & Events\" button_url=\"#\" button_text=\"Follow\" use_background_color=\"on\" background_color=\"#57ccc4\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "기본 샵", "", "publish", "closed", "closed", "", "%ea%b8%b0%eb%b3%b8-%ec%83%b5", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ea%b8%b0%eb%b3%b8-%ec%83%b5/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("260", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#b2ede0\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_color=\"#81dfde\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Divi gives you the power to easily run a full-fledged online storefront. With the Divi Builder, you can create gorgeous shop pages, such as this one.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"menu_order\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Summer Sale!\" button_url=\"#\" button_text=\"Shop Now\" background_color=\"#ed5362\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, all of our vintage products are 50% off! Don\'t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Buy 2 Get 1 Free\" button_url=\"#\" button_text=\"Coupon Code\" background_color=\"#57ccc4\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, if you buy two of any item, you get the 3rd for free! Click below to redeem the coupon code to use at checkout.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Most Popular Items</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"best_selling\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#57ccc4\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View All of Our On-Sale Items\" button_url=\"#\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_text=\"Shop Now\"]For a limited time only, all of our vintage products are 50% off! Don’t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "확장 샵", "", "publish", "closed", "closed", "", "%ed%99%95%ec%9e%a5-%ec%83%b5", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%99%95%ec%9e%a5-%ec%83%b5/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("261", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"150\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]<h1></h1>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"400\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "스플래시 페이지", "", "publish", "closed", "closed", "", "%ec%8a%a4%ed%94%8c%eb%9e%98%ec%8b%9c-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%8a%a4%ed%94%8c%eb%9e%98%ec%8b%9c-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("262", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>We will Be back Soon</h1>\nThis is an example of a blank page with no header or footer.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Undergoing Maintenance\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Feature Updates\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bug Fixes\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "유지보수 모드", "", "publish", "closed", "closed", "", "%ec%9c%a0%ec%a7%80%eb%b3%b4%ec%88%98-%eb%aa%a8%eb%93%9c", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%9c%a0%ec%a7%80%eb%b3%b4%ec%88%98-%eb%aa%a8%eb%93%9c/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("263", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section inner_shadow=\"off\" parallax=\"off\" background_color=\"#8d1bf4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_countdown_timer admin_label=\"Countdown Timer\" date_time=\"05/31/2014 05:15\" background_layout=\"dark\" background_color=\"#e03e3e\" use_background_color=\"off\" title=\"This Site Is Coming Soon\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" title=\"Sign Up to Receive Updates\" button_text=\"Submit\" background_color=\"#6e15c2\" use_background_color=\"on\" mailchimp_list=\"none\" background_layout=\"dark\" text_orientation=\"left\" provider=\"mailchimp\" aweber_list=\"none\"]Integer accumsan leo non nisi sollicitudin, sit amet eleifend dolor mollis. Donec sagittis posuere commodo. Aenean sed convallis lectus. Vivamus et nisi posuere erat aliquet adipiscing in non libero. Integer ornare dui at molestie dictum. Vivamus id aliquam urna. Duis quis fermentum lacus. Sed viverra dui leo, non auctor nisi porttitor a. Nunc a tristique lectus.[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"600\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "준비 중", "", "publish", "closed", "closed", "", "%ec%a4%80%eb%b9%84-%ec%a4%91", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%a4%80%eb%b9%84-%ec%a4%91/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("264", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px;\">My Website</h1>\n<h2><em>My Tagline</em></h2>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Lorem ipsum dolor sit amet consectetur.\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#313f55\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#27323a\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"right\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "랜딩 페이지", "", "publish", "closed", "closed", "", "%eb%9e%9c%eb%94%a9-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%eb%9e%9c%eb%94%a9-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("265", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"My Name\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Subheading[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>This is My Story</h1>\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#108bf5\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Recent Work\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"on\" /][/et_pb_section]", "내 소개", "", "publish", "closed", "closed", "", "%eb%82%b4-%ec%86%8c%ea%b0%9c", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%eb%82%b4-%ec%86%8c%ea%b0%9c/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("266", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Our Company Tagline lorem ipsum dolor sit amet.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"A Digital Agency\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Forward Thinking\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Problem Solvers\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Customer Support\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Story</h1>\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]", "소개", "", "publish", "closed", "closed", "", "%ec%86%8c%ea%b0%9c", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%86%8c%ea%b0%9c/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("267", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"9\" address_lat=\"37.77492949999972\" address_lng=\"-122.41941550000001\"][et_pb_map_pin title=\"Headquarters\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Get In Touch\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h3>More Info</h3>\n<p>sit amet, consectetur adipiscing elit. Integer placerat metus id orci facilisis, in luctus eros laoreet. Mauris interdum augue varius, faucibus massa id, imperdiet tortor. Donec vel tortor molestie, hendrerit sem a, hendrerit arcu. Aliquam erat volutpat. Proin varius eros eros, non condimentum nis.</p>\n\n<strong>Address:</strong> 890 Lorem Ipsum Street #12\nSan Francisco, California 65432\n\n<strong>Phone:</strong> 123.4567.890\n\n<strong>Business Hours:</strong> 8a-6:30p M-F, 9a-2p S-S[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "연락처", "", "publish", "closed", "closed", "", "%ec%97%b0%eb%9d%bd%ec%b2%98", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%97%b0%eb%9d%bd%ec%b2%98/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("268", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section background_color=\"#6aceb6\" inner_shadow=\"on\" fullwidth=\"on\"]\n[et_pb_fullwidth_header title=\"About Our Team\" subhead=\"Your subtitle goes right here.\" background_layout=\"dark\"][/et_pb_fullwidth_header]\n[/et_pb_section]\n\n[et_pb_section]\n[et_pb_row]\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"left\"][/et_pb_image]\n[et_pb_text]\n<h2>Nick Roach</h2>\n<em>President, CEO, Theme UI/UX Designer</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"50\"]Design & UX[/et_pb_counter]\n[et_pb_counter percent=\"80\"]Web Programming[/et_pb_counter]\n[et_pb_counter percent=\"10\"]Internet Marketing[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"top\"][/et_pb_image]\n[et_pb_text]\n<h2>Kenny Sing</h2>\n<em>Lead Graphic Designers</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"85\"]Photoshop[/et_pb_counter]\n[et_pb_counter percent=\"70\"]After Effects[/et_pb_counter]\n[et_pb_counter percent=\"50\"]Illustrator[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"right\"][/et_pb_image]\n[et_pb_text]\n<h2>Mitch Skolnik</h2>\n<em>Community Manager</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"80\"]Customer Happiness[/et_pb_counter]\n[et_pb_counter percent=\"30\"]Tech Support[/et_pb_counter]\n[et_pb_counter percent=\"50\"]Community Management[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#2d3743\" inner_shadow=\"on\"]\n[et_pb_row]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_5.png\"  title=\"Timely Support\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_6.png\"  title=\"Innovative Ideas\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_7.png\"  title=\"Advanced Technology\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_8.png\"  title=\"Clear Communication\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#f5f5f5\" inner_shadow=\"on\"]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_text text_orientation=\"center\"]<h2>Recent Blog Posts</h2>\nLearn from the top thought leaders in the industry.\n[/et_pb_text]\n[/et_pb_column]\n[/et_pb_row]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_blog fullwidth=\"off\" show_pagination=\"off\" posts_number=\"3\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\"][/et_pb_blog]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_text text_orientation=\"center\"]<h2>Recent Projects</h2>\nLearn from the top thought leaders in the industry.\n[/et_pb_text]\n[/et_pb_column]\n[/et_pb_row]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_portfolio categories=\"Portfolio\" fullwidth=\"off\"][/et_pb_portfolio]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#7EBEC5\"]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_cta title=\"Don\'t Be Shy. Get In Touch.\" button_url=\"#\" button_text=\"Contact Us\" background_layout=\"dark\" background_color=\"none\"]\nIf you are interested in working together, send us an inquiry and we will get back to you as soon as we can!\n[/et_pb_cta]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]", "우리 팀", "", "publish", "closed", "closed", "", "%ec%9a%b0%eb%a6%ac-%ed%8c%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%9a%b0%eb%a6%ac-%ed%8c%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("269", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"WE ARE A CREATIVE AGENCY\" button_text=\"Our Work\" button_link=\"https://elegantthemes.com/preview/Divi2/fullwidth-grid/\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR LATEST WORK</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"off\" posts_number=\"8\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Portfolio\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#222b34\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1>MEET THE CREW</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Profiles\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR CLIENTS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full List\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" provider=\"mailchimp\" mailc\nhimp_list=\"none\" aweber_list=\"3423452\" button_text=\"Sign Me Up\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\" title=\"Connect With Us\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]", "창조적인 단체", "", "publish", "closed", "closed", "", "%ec%b0%bd%ec%a1%b0%ec%a0%81%ec%9d%b8-%eb%8b%a8%ec%b2%b4", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%b0%bd%ec%a1%b0%ec%a0%81%ec%9d%b8-%eb%8b%a8%ec%b2%b4/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("270", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"A Brand New Product\" background_color=\"#efefef\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\" button_text=\"Buy Now\"]The Divi Builder allows you to create beautiful and unique layouts visually, without touching a single line of code.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Gorgeous Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Drag & Drop Builder\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"1\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Fully Responsive\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f3f3f3\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Plans and Pricing</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate.[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_pricing_tables admin_label=\"Pricing Table\"][et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"yr\" sum=\"39\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n-Premium Technical Support\n-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n-Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Personal\" currency=\"$\" per=\"yr\" sum=\"69\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n-Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Developer\" subtitle=\"Best Value\" currency=\"$\" per=\"yr\" sum=\"89\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n+Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Lifetime\" currency=\"$\" sum=\"249\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n+Layered Photoshop Files\n+No Yearly Fees[/et_pb_pricing_table][/et_pb_pricing_tables][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>What Our Customers Are Saying</h1>\nDon\'t just take it from us, let our customers do the talking![/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Frequently Asked Questions</h1>[/et_pb_text][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use the themes on multiple sites?\" open=\"off\"]Yes, you are free to use our themes on as many websites as you like. We do not place any restrictions on how many times you can download or use a theme, nor do we limit the number of domains that you can install our themes to.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What is your refund policy?\" open=\"on\"]We offer no-questions-asked refunds to all customers within 30 days of your purchase. If you are not satisfied with our product, then simply send us an email and we will refund your purchase right away. Our goal has always been to create a happy, thriving community. If you are not thrilled with the product or are not enjoying the experience, then we have no interest in forcing you to stay an unhappy member.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What are Photoshop Files?\" open=\"off\"]Elegant Themes offers two different packages: Personal and Developer. The Personal Subscription is ideal for the average user while the Developers License is meant for experienced designers who wish to customize their themes using the original Photoshop files. Photoshop files are the original design files that were used to create the theme. They can be opened using Adobe Photoshop and edited, and prove very useful for customers wishing to change their theme\'s design in some way.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I upgrade after signing up?\" open=\"off\"]Yes, you can upgrade at any time after signing up. When you log in as a \"personal\" subscriber, you will see a notice regarding your current package and instructions on how to upgrade.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use your themes with WP.com?\" open=\"off\"]Unfortunately WordPress.com does not allow the use of custom themes. If you would like to use a custom theme of any kind, you will need to purchase your own hosting account and install the free software from WordPress.org. If you are looking for great WordPress hosting, we recommend giving HostGator a try.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Don\'t Be Shy\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]If we didn\'t answer all of your questions, feel free to drop us a line anytime.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "판매 페이지", "", "publish", "closed", "closed", "", "%ed%8c%90%eb%a7%a4-%ed%8e%98%ec%9d%b4%ec%a7%80", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ed%8c%90%eb%a7%a4-%ed%8e%98%ec%9d%b4%ec%a7%80/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("271", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Divi Case Study</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2e2e2e\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"off\" background_layout=\"dark\" auto=\"off\" title=\"Related Case Studies\" /][/et_pb_section]", "케이스 스터디", "", "publish", "closed", "closed", "", "%ec%bc%80%ec%9d%b4%ec%8a%a4-%ec%8a%a4%ed%84%b0%eb%94%94", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%bc%80%ec%9d%b4%ec%8a%a4-%ec%8a%a4%ed%84%b0%eb%94%94/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("272", "1", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "[et_pb_section background_color=\"#132c47\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 52px;\">Product Features</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Advanced Page Builder\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ea3f2\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Key Elements\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ad4e0\"]The builder comes packed with tons of great modules, and more are on the way! Combine and arrange them in any order. The possibilities are countless.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Target Audience\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#9633e8\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi’s layout has been designed with mobile devices in mind. No matter how you use it, and no matter how you view it, your website is going to look great.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Strategy\" url_new_window=\"off\" image=\"https://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/04/blurb-icon-updates.png\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#d85fd6\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come. Build on top of a powerful foundation.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"builder\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Advanced Drag & Drop Builder</h1>\nThe Divi Builder was made with user experience at the forefront of its priorities. The way it is broken up into sections, rows, columns and widgets, really allows you to understand and edit the structure of your page. Your editing controls are pulled out of the main content area so that you get a clear and concise representation of how your modules fit into your page layout.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\" module_id=\"backgrounds\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"All The Right Things\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" module_id=\"mobile\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]\n<h1>Fully Responsive Layouts</h1>\nWe know that your website needs to be accessible and readable on all devices. We made Divi fully responsive so that your designs look great no matter what. With the builder, you design your desktop website, and we make sure that Divi does the heavy lifting for you.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"layouts\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"left\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"right\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Signup Today For Instant Access\" button_url=\"#\" button_text=\"Join Today\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\"]Join today and get access to Divi, as well as our other countless themes and plugins.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]", "제품 기능들", "", "publish", "closed", "closed", "", "%ec%a0%9c%ed%92%88-%ea%b8%b0%eb%8a%a5%eb%93%a4", "", "", "2017-04-19 15:16:50", "2017-04-19 06:16:50", "", "0", "http://leather247.co.kr/et_pb_layout/%ec%a0%9c%ed%92%88-%ea%b8%b0%eb%8a%a5%eb%93%a4/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("27636", "1", "2017-04-17 22:42:04", "2017-04-17 22:42:04", "[et_pb_section transparent_background=\"off\" background_color=\"#1e1e1e\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"135px|0px|178px|0px\" custom_padding_phone=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" module_id=\"smoke-section\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\" template_type=\"section\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\"]<ol>\n<li>Setup&nbsp;a background image for this section.</li>\n<li>Add your awesome content here.&nbsp;</li>\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Section with Smoke", "", "publish", "closed", "closed", "", "section-with-smoke", "", "", "2017-04-17 22:42:04", "2017-04-17 22:42:04", "", "0", "http://leather247.co.kr/et_pb_layout/section-with-smoke/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("27637", "1", "2017-04-19 15:19:03", "2017-04-19 06:19:03", "[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"개인보호정책\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"행\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1. 개인정보의 처리 목적</strong> &lt;레더247&gt;(‘www.leather247.co.kr’이하 ‘leather247’) 은(는) 다음의 목적을 위하여 개인정보를 처리하고 있으며, 다음의 목적 이외의 용도로는 이용하지 않습니다.\r\n- 고객 가입의사 확인, 고객에 대한 서비스 제공에 따른 본인 식별.인증, 회원자격 유지.관리, 물품 또는 서비스 공급에 따른 금액 결제, 물품 또는 서비스의 공급.배송 등\r\n<p class=\"lh6 bs4\"><strong>2. 개인정보처리 위탁</strong></p>\r\n① <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원활한 개인정보 업무처리를 위하여 다음과 같이 개인정보 처리업무를 위탁하고 있습니다.\r\n\r\n② <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 위탁계약 체결시 개인정보 보호법 제25조에 따라 위탁업무 수행목적 외 개인정보 처리금지, 기술적․관리적 보호조치, 재위탁 제한, 수탁자에 대한 관리․감독, 손해배상 등 책임에 관한 사항을 계약서 등 문서에 명시하고, 수탁자가 개인정보를 안전하게 처리하는지를 감독하고 있습니다.\r\n\r\n③ 위탁업무의 내용이나 수탁자가 변경될 경우에는 지체없이 본 개인정보 처리방침을 통하여 공개하도록 하겠습니다.\r\n<p class=\"lh6 bs4\"><strong>3. 정보주체의 권리,의무 및 그 행사방법 이용자는 개인정보주체로서 다음과 같은 권리를 행사할 수 있습니다.</strong></p>\r\n<p class=\"ls2\">① 정보주체는 &lt;기관/회사명&gt;(‘사이트URL’이하 ‘사이트명) 에 대해 언제든지 다음 각 호의 개인정보 보호 관련 권리를 행사할 수 있습니다.\r\n1. 개인정보 열람요구\r\n2. 오류 등이 있을 경우 정정 요구\r\n3. 삭제요구\r\n4. 처리정지 요구</p>\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>4. 처리하는 개인정보의 항목 작성 </strong></p>\r\n① <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 다음의 개인정보 항목을 처리하고 있습니다.\r\n\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>5. 개인정보의 파기<em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원칙적으로 개인정보 처리목적이 달성된 경우에는 지체없이 해당 개인정보를 파기합니다. 파기의 절차, 기한 및 방법은 다음과 같습니다.</strong></p>\r\n<p class=\"ls2\">-파기절차이용자가 입력한 정보는 목적 달성 후 별도의 DB에 옮겨져(종이의 경우 별도의 서류) 내부 방침 및 기타 관련 법령에 따라 일정기간 저장된 후 혹은 즉시 파기됩니다. 이 때, DB로 옮겨진 개인정보는 법률에 의한 경우가 아니고서는 다른 목적으로 이용되지 않습니다.-파기기한이용자의 개인정보는 개인정보의 보유기간이 경과된 경우에는 보유기간의 종료일로부터 5일 이내에, 개인정보의 처리 목적 달성, 해당 서비스의 폐지, 사업의 종료 등 그 개인정보가 불필요하게 되었을 때에는 개인정보의 처리가 불필요한 것으로 인정되는 날로부터 5일 이내에 그 개인정보를 파기합니다.</p>\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>6. 개인정보의 안전성 확보 조치 <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 개인정보보호법 제29조에 따라 다음과 같이 안전성 확보에 필요한 기술적/관리적 및 물리적 조치를 하고 있습니다.</strong></p>\r\n<p class=\"ls2\">1. 개인정보 취급 직원의 최소화 및 교육\r\n개인정보를 취급하는 직원을 지정하고 담당자에 한정시켜 최소화 하여 개인정보를 관리하는 대책을 시행하고 있습니다.</p>\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>7. 개인정보 보호책임자 작성</strong></p>\r\n① 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 개인정보 처리에 관한 업무를 총괄해서 책임지고, 개인정보 처리와 관련한 정보주체의 불만처리 및 피해구제 등을 위하여 아래와 같이 개인정보 보호책임자를 지정하고 있습니다.\r\n<p class=\"ls2\">▶ 개인정보 보호책임자\r\n성명 :김종록\r\n직책 :관리자\r\n직급 :관리자\r\n연락처 :07047326746, hmd.leather247@gmail.com,\r\n※ 개인정보 보호 담당부서로 연결됩니다.</p>\r\n▶ 개인정보 보호 담당부서\r\n부서명 :\r\n담당자 :\r\n연락처 :, ,\r\n② 정보주체께서는 레더247(‘www.leather247.co.kr’이하 ‘leather247) 의 서비스(또는 사업)을 이용하시면서 발생한 모든 개인정보 보호 관련 문의, 불만처리, 피해구제 등에 관한 사항을 개인정보 보호책임자 및 담당부서로 문의하실 수 있습니다. 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 정보주체의 문의에 대해 지체 없이 답변 및 처리해드릴 것입니다.\r\n\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>8. 개인정보 처리방침 변경</strong></p>\r\n①이 개인정보처리방침은 시행일로부터 적용되며, 법령 및 방침에 따른 변경내용의 추가, 삭제 및 정정이 있는 경우에는 변경사항의 시행 7일 전부터 공지사항을 통하여 고지할 것입니다.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "publish", "closed", "closed", "", "privacy", "", "", "2017-04-19 15:33:37", "2017-04-19 06:33:37", "", "0", "http://leather247.co.kr/?page_id=27637", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("27638", "1", "2017-04-19 15:19:03", "2017-04-19 06:19:03", "", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:19:03", "2017-04-19 06:19:03", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27639", "1", "2017-04-19 15:19:41", "2017-04-19 06:19:41", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:19:41", "2017-04-19 06:19:41", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27640", "1", "2017-04-19 15:19:57", "2017-04-19 06:19:57", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#1e1e1e\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"135px|0px|178px|0px\" custom_padding_phone=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" module_id=\"smoke-section\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ol>\r\n 	<li>Setup a background image for this section.</li>\r\n 	<li>Add your awesome content here.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:19:57", "2017-04-19 06:19:57", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27641", "1", "2017-04-19 15:21:00", "2017-04-19 06:21:00", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#1e1e1e\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"135px|0px|178px|0px\" custom_padding_phone=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" module_id=\"smoke-section\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\" background_image=\"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-main-collection-uk-1.jpg\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ol>\r\n 	<li>Setup a background image for this section.</li>\r\n 	<li>Add your awesome content here.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:21:00", "2017-04-19 06:21:00", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27642", "1", "2017-04-19 15:23:34", "2017-04-19 06:23:34", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#1e1e1e\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"135px|0px|178px|0px\" custom_padding_phone=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" module_id=\"smoke-section\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\" background_image=\"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ol>\r\n 	<li>Setup a background image for this section.</li>\r\n 	<li>Add your awesome content here.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:23:34", "2017-04-19 06:23:34", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27643", "1", "2017-04-19 15:25:00", "2017-04-19 06:25:00", "[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#1e1e1e\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"135px|0px|178px|0px\" custom_padding_phone=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" module_id=\"smoke-section\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\" background_image=\"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n개인보호정책\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:25:00", "2017-04-19 06:25:00", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27644", "1", "2017-04-19 15:33:09", "2017-04-19 06:33:09", "[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"개인보호정책\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"행\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p><strong>1. 개인정보의 처리 목적</strong> &lt;레더247&gt;(‘www.leather247.co.kr’이하 ‘leather247’) 은(는) 다음의 목적을 위하여 개인정보를 처리하고 있으며, 다음의 목적 이외의 용도로는 이용하지 않습니다.<br /> - 고객 가입의사 확인, 고객에 대한 서비스 제공에 따른 본인 식별.인증, 회원자격 유지.관리, 물품 또는 서비스 공급에 따른 금액 결제, 물품 또는 서비스의 공급.배송 등</p><p class=\"lh6 bs4\"><strong>2. 개인정보처리 위탁</strong></p><p>① <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원활한 개인정보 업무처리를 위하여 다음과 같이 개인정보 처리업무를 위탁하고 있습니다.</p><p>② <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 위탁계약 체결시 개인정보 보호법 제25조에 따라 위탁업무 수행목적 외 개인정보 처리금지, 기술적․관리적 보호조치, 재위탁 제한, 수탁자에 대한 관리․감독, 손해배상 등 책임에 관한 사항을 계약서 등 문서에 명시하고, 수탁자가 개인정보를 안전하게 처리하는지를 감독하고 있습니다.</p><p>③ 위탁업무의 내용이나 수탁자가 변경될 경우에는 지체없이 본 개인정보 처리방침을 통하여 공개하도록 하겠습니다.</p><p class=\"lh6 bs4\"><strong>3. 정보주체의 권리,의무 및 그 행사방법 이용자는 개인정보주체로서 다음과 같은 권리를 행사할 수 있습니다.</strong></p><p class=\"ls2\">① 정보주체는 &lt;기관/회사명&gt;(‘사이트URL’이하 ‘사이트명) 에 대해 언제든지 다음 각 호의 개인정보 보호 관련 권리를 행사할 수 있습니다.<br /> 1. 개인정보 열람요구<br /> 2. 오류 등이 있을 경우 정정 요구<br /> 3. 삭제요구<br /> 4. 처리정지 요구</p><p> </p><p class=\"lh6 bs4\"><strong>4. 처리하는 개인정보의 항목 작성 </strong></p><p>① <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 다음의 개인정보 항목을 처리하고 있습니다.</p><p> </p><p class=\"lh6 bs4\"><strong>5. 개인정보의 파기<em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원칙적으로 개인정보 처리목적이 달성된 경우에는 지체없이 해당 개인정보를 파기합니다. 파기의 절차, 기한 및 방법은 다음과 같습니다.</strong></p><p class=\"ls2\">-파기절차이용자가 입력한 정보는 목적 달성 후 별도의 DB에 옮겨져(종이의 경우 별도의 서류) 내부 방침 및 기타 관련 법령에 따라 일정기간 저장된 후 혹은 즉시 파기됩니다. 이 때, DB로 옮겨진 개인정보는 법률에 의한 경우가 아니고서는 다른 목적으로 이용되지 않습니다.-파기기한이용자의 개인정보는 개인정보의 보유기간이 경과된 경우에는 보유기간의 종료일로부터 5일 이내에, 개인정보의 처리 목적 달성, 해당 서비스의 폐지, 사업의 종료 등 그 개인정보가 불필요하게 되었을 때에는 개인정보의 처리가 불필요한 것으로 인정되는 날로부터 5일 이내에 그 개인정보를 파기합니다.</p><p> </p><p class=\"lh6 bs4\"><strong>6. 개인정보의 안전성 확보 조치 <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 개인정보보호법 제29조에 따라 다음과 같이 안전성 확보에 필요한 기술적/관리적 및 물리적 조치를 하고 있습니다.</strong></p><p class=\"ls2\">1. 개인정보 취급 직원의 최소화 및 교육<br /> 개인정보를 취급하는 직원을 지정하고 담당자에 한정시켜 최소화 하여 개인정보를 관리하는 대책을 시행하고 있습니다.</p><p> </p><p class=\"lh6 bs4\"><strong>7. 개인정보 보호책임자 작성</strong></p><p>① 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 개인정보 처리에 관한 업무를 총괄해서 책임지고, 개인정보 처리와 관련한 정보주체의 불만처리 및 피해구제 등을 위하여 아래와 같이 개인정보 보호책임자를 지정하고 있습니다.</p><p class=\"ls2\">▶ 개인정보 보호책임자<br /> 성명 :김종록<br /> 직책 :관리자<br /> 직급 :관리자<br /> 연락처 :07047326746, hmd.leather247@gmail.com,<br /> ※ 개인정보 보호 담당부서로 연결됩니다.</p><p>▶ 개인정보 보호 담당부서<br /> 부서명 :<br /> 담당자 :<br /> 연락처 :, ,<br /> ② 정보주체께서는 레더247(‘www.leather247.co.kr’이하 ‘leather247) 의 서비스(또는 사업)을 이용하시면서 발생한 모든 개인정보 보호 관련 문의, 불만처리, 피해구제 등에 관한 사항을 개인정보 보호책임자 및 담당부서로 문의하실 수 있습니다. 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 정보주체의 문의에 대해 지체 없이 답변 및 처리해드릴 것입니다.</p><p> </p><p class=\"lh6 bs4\"><strong>8. 개인정보 처리방침 변경</strong></p><p>①이 개인정보처리방침은 시행일로부터 적용되며, 법령 및 방침에 따른 변경내용의 추가, 삭제 및 정정이 있는 경우에는 변경사항의 시행 7일 전부터 공지사항을 통하여 고지할 것입니다.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-autosave-v1", "", "", "2017-04-19 15:33:09", "2017-04-19 06:33:09", "", "27637", "http://leather247.co.kr/27637-autosave-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27645", "1", "2017-04-19 15:26:21", "2017-04-19 06:26:21", "[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"개인보호정책\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#1e1e1e\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"135px|0px|178px|0px\" custom_padding_phone=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" module_id=\"smoke-section\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\" background_image=\"http://leather247.co.kr/wp-content/uploads/2017/04/cropped-plp-collections-mens-monk-uk-2_1.jpg\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:26:21", "2017-04-19 06:26:21", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27646", "1", "2017-04-19 15:30:43", "2017-04-19 06:30:43", "[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"개인보호정책\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"행\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1. 개인정보의 처리 목적</strong> &lt;레더247&gt;(‘www.leather247.co.kr’이하 ‘leather247’) 은(는) 다음의 목적을 위하여 개인정보를 처리하고 있으며, 다음의 목적 이외의 용도로는 이용하지 않습니다.\r\n- 고객 가입의사 확인, 고객에 대한 서비스 제공에 따른 본인 식별.인증, 회원자격 유지.관리, 물품 또는 서비스 공급에 따른 금액 결제, 물품 또는 서비스의 공급.배송 등\r\n<p class=\"lh6 bs4\"><strong>2. 개인정보처리 위탁</strong></p>\r\n① <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원활한 개인정보 업무처리를 위하여 다음과 같이 개인정보 처리업무를 위탁하고 있습니다.\r\n\r\n② <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 위탁계약 체결시 개인정보 보호법 제25조에 따라 위탁업무 수행목적 외 개인정보 처리금지, 기술적․관리적 보호조치, 재위탁 제한, 수탁자에 대한 관리․감독, 손해배상 등 책임에 관한 사항을 계약서 등 문서에 명시하고, 수탁자가 개인정보를 안전하게 처리하는지를 감독하고 있습니다.\r\n\r\n③ 위탁업무의 내용이나 수탁자가 변경될 경우에는 지체없이 본 개인정보 처리방침을 통하여 공개하도록 하겠습니다.\r\n<p class=\"lh6 bs4\"><strong>3. 정보주체의 권리,의무 및 그 행사방법 이용자는 개인정보주체로서 다음과 같은 권리를 행사할 수 있습니다.</strong></p>\r\n<p class=\"ls2\">① 정보주체는 &lt;기관/회사명&gt;(‘사이트URL’이하 ‘사이트명) 에 대해 언제든지 다음 각 호의 개인정보 보호 관련 권리를 행사할 수 있습니다.\r\n1. 개인정보 열람요구\r\n2. 오류 등이 있을 경우 정정 요구\r\n3. 삭제요구\r\n4. 처리정지 요구</p>\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>4. 처리하는 개인정보의 항목 작성 </strong></p>\r\n① <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 다음의 개인정보 항목을 처리하고 있습니다.\r\n\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>5. 개인정보의 파기<em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원칙적으로 개인정보 처리목적이 달성된 경우에는 지체없이 해당 개인정보를 파기합니다. 파기의 절차, 기한 및 방법은 다음과 같습니다.</strong></p>\r\n<p class=\"ls2\">-파기절차이용자가 입력한 정보는 목적 달성 후 별도의 DB에 옮겨져(종이의 경우 별도의 서류) 내부 방침 및 기타 관련 법령에 따라 일정기간 저장된 후 혹은 즉시 파기됩니다. 이 때, DB로 옮겨진 개인정보는 법률에 의한 경우가 아니고서는 다른 목적으로 이용되지 않습니다.-파기기한이용자의 개인정보는 개인정보의 보유기간이 경과된 경우에는 보유기간의 종료일로부터 5일 이내에, 개인정보의 처리 목적 달성, 해당 서비스의 폐지, 사업의 종료 등 그 개인정보가 불필요하게 되었을 때에는 개인정보의 처리가 불필요한 것으로 인정되는 날로부터 5일 이내에 그 개인정보를 파기합니다.</p>\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>6. 개인정보의 안전성 확보 조치 <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 개인정보보호법 제29조에 따라 다음과 같이 안전성 확보에 필요한 기술적/관리적 및 물리적 조치를 하고 있습니다.</strong></p>\r\n<p class=\"ls2\">1. 개인정보 취급 직원의 최소화 및 교육\r\n개인정보를 취급하는 직원을 지정하고 담당자에 한정시켜 최소화 하여 개인정보를 관리하는 대책을 시행하고 있습니다.</p>\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>7. 개인정보 보호책임자 작성</strong></p>\r\n① 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 개인정보 처리에 관한 업무를 총괄해서 책임지고, 개인정보 처리와 관련한 정보주체의 불만처리 및 피해구제 등을 위하여 아래와 같이 개인정보 보호책임자를 지정하고 있습니다.\r\n<p class=\"ls2\">▶ 개인정보 보호책임자\r\n성명 :김종록\r\n직책 :관리자\r\n직급 :관리자\r\n연락처 :07047326746, hmd.leather247@gmail.com,\r\n※ 개인정보 보호 담당부서로 연결됩니다.</p>\r\n▶ 개인정보 보호 담당부서\r\n부서명 :\r\n담당자 :\r\n연락처 :, ,\r\n② 정보주체께서는 레더247(‘www.leather247.co.kr’이하 ‘leather247) 의 서비스(또는 사업)을 이용하시면서 발생한 모든 개인정보 보호 관련 문의, 불만처리, 피해구제 등에 관한 사항을 개인정보 보호책임자 및 담당부서로 문의하실 수 있습니다. 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 정보주체의 문의에 대해 지체 없이 답변 및 처리해드릴 것입니다.\r\n\r\n&nbsp;\r\n<p class=\"lh6 bs4\"><strong>8. 개인정보 처리방침 변경</strong></p>\r\n①이 개인정보처리방침은 시행일로부터 적용되며, 법령 및 방침에 따른 변경내용의 추가, 삭제 및 정정이 있는 경우에는 변경사항의 시행 7일 전부터 공지사항을 통하여 고지할 것입니다.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "privacy", "", "inherit", "closed", "closed", "", "27637-revision-v1", "", "", "2017-04-19 15:30:43", "2017-04-19 06:30:43", "", "27637", "http://leather247.co.kr/27637-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27647", "1", "2017-04-19 15:33:33", "2017-04-19 06:33:33", "<p>[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"개인보호정책\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"행\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]</p><p><strong>1. 개인정보의 처리 목적</strong> &lt;레더247&gt;(‘www.leather247.co.kr’이하 ‘leather247’) 은(는) 다음의 목적을 위하여 개인정보를 처리하고 있으며, 다음의 목적 이외의 용도로는 이용하지 않습니다.<br /> - 고객 가입의사 확인, 고객에 대한 서비스 제공에 따른 본인 식별.인증, 회원자격 유지.관리, 물품 또는 서비스 공급에 따른 금액 결제, 물품 또는 서비스의 공급.배송 등</p><p class=\"lh6 bs4\"><strong>2. 개인정보처리 위탁</strong></p><p>① <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원활한 개인정보 업무처리를 위하여 다음과 같이 개인정보 처리업무를 위탁하고 있습니다.</p><p>② <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 위탁계약 체결시 개인정보 보호법 제25조에 따라 위탁업무 수행목적 외 개인정보 처리금지, 기술적․관리적 보호조치, 재위탁 제한, 수탁자에 대한 관리․감독, 손해배상 등 책임에 관한 사항을 계약서 등 문서에 명시하고, 수탁자가 개인정보를 안전하게 처리하는지를 감독하고 있습니다.</p><p>③ 위탁업무의 내용이나 수탁자가 변경될 경우에는 지체없이 본 개인정보 처리방침을 통하여 공개하도록 하겠습니다.</p><p class=\"lh6 bs4\"><strong>3. 정보주체의 권리,의무 및 그 행사방법 이용자는 개인정보주체로서 다음과 같은 권리를 행사할 수 있습니다.</strong></p><p class=\"ls2\">① 정보주체는 &lt;기관/회사명&gt;(‘사이트URL’이하 ‘사이트명) 에 대해 언제든지 다음 각 호의 개인정보 보호 관련 권리를 행사할 수 있습니다.<br /> 1. 개인정보 열람요구<br /> 2. 오류 등이 있을 경우 정정 요구<br /> 3. 삭제요구<br /> 4. 처리정지 요구</p><p> </p><p class=\"lh6 bs4\"><strong>4. 처리하는 개인정보의 항목 작성 </strong></p><p>① <em class=\"emphasis\">&lt;레더247&gt;(\'www.leather247.co.kr\'이하 \'leather247\')</em>은(는) 다음의 개인정보 항목을 처리하고 있습니다.</p><p> </p><p class=\"lh6 bs4\"><strong>5. 개인정보의 파기<em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 원칙적으로 개인정보 처리목적이 달성된 경우에는 지체없이 해당 개인정보를 파기합니다. 파기의 절차, 기한 및 방법은 다음과 같습니다.</strong></p><p class=\"ls2\">-파기절차이용자가 입력한 정보는 목적 달성 후 별도의 DB에 옮겨져(종이의 경우 별도의 서류) 내부 방침 및 기타 관련 법령에 따라 일정기간 저장된 후 혹은 즉시 파기됩니다. 이 때, DB로 옮겨진 개인정보는 법률에 의한 경우가 아니고서는 다른 목적으로 이용되지 않습니다.-파기기한이용자의 개인정보는 개인정보의 보유기간이 경과된 경우에는 보유기간의 종료일로부터 5일 이내에, 개인정보의 처리 목적 달성, 해당 서비스의 폐지, 사업의 종료 등 그 개인정보가 불필요하게 되었을 때에는 개인정보의 처리가 불필요한 것으로 인정되는 날로부터 5일 이내에 그 개인정보를 파기합니다.</p><p> </p><p class=\"lh6 bs4\"><strong>6. 개인정보의 안전성 확보 조치 <em class=\"emphasis\">&lt;레더247&gt;(\'leather247\')</em>은(는) 개인정보보호법 제29조에 따라 다음과 같이 안전성 확보에 필요한 기술적/관리적 및 물리적 조치를 하고 있습니다.</strong></p><p class=\"ls2\">1. 개인정보 취급 직원의 최소화 및 교육<br /> 개인정보를 취급하는 직원을 지정하고 담당자에 한정시켜 최소화 하여 개인정보를 관리하는 대책을 시행하고 있습니다.</p><p> </p><p class=\"lh6 bs4\"><strong>7. 개인정보 보호책임자 작성</strong></p><p>① 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 개인정보 처리에 관한 업무를 총괄해서 책임지고, 개인정보 처리와 관련한 정보주체의 불만처리 및 피해구제 등을 위하여 아래와 같이 개인정보 보호책임자를 지정하고 있습니다.</p><p class=\"ls2\">▶ 개인정보 보호책임자<br /> 성명 :김종록<br /> 직책 :관리자<br /> 직급 :관리자<br /> 연락처 :07047326746, hmd.leather247@gmail.com,<br /> ※ 개인정보 보호 담당부서로 연결됩니다.</p><p>▶ 개인정보 보호 담당부서<br /> 부서명 :<br /> 담당자 :<br /> 연락처 :, ,<br /> ② 정보주체께서는 레더247(‘www.leather247.co.kr’이하 ‘leather247) 의 서비스(또는 사업)을 이용하시면서 발생한 모든 개인정보 보호 관련 문의, 불만처리, 피해구제 등에 관한 사항을 개인정보 보호책임자 및 담당부서로 문의하실 수 있습니다. 레더247(‘www.leather247.co.kr’이하 ‘leather247) 은(는) 정보주체의 문의에 대해 지체 없이 답변 및 처리해드릴 것입니다.</p><p> </p><p class=\"lh6 bs4\"><strong>8. 개인정보 처리방침 변경</strong></p><p>①이 개인정보처리방침은 시행일로부터 적용되며, 법령 및 방침에 따른 변경내용의 추가, 삭제 및 정정이 있는 경우에는 변경사항의 시행 7일 전부터 공지사항을 통하여 고지할 것입니다.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>", "Basic Page", "", "publish", "closed", "closed", "", "basic-page", "", "", "2017-04-19 15:33:33", "2017-04-19 06:33:33", "", "0", "http://leather247.co.kr/et_pb_layout/basic-page/", "0", "et_pb_layout", "", "0");
INSERT INTO `wp_posts` VALUES("27648", "1", "2017-04-19 15:34:24", "2017-04-19 06:34:24", "[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"이용약관\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"행\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<b>전자상거래</b><b>(</b><b>인터넷사이버몰</b><b>) </b><b>표준약관</b>\r\n\r\n&nbsp;\r\n\r\n<b>표준약관 제</b><b>10023</b><b>호</b>\r\n\r\n<b>(2015. 6. 26. </b><b>개정</b><b>)</b>\r\n\r\n<b>   </b>\r\n\r\n<b>제</b><b>1</b><b>조</b><b>(</b><b>목적</b><b>)</b> 이 약관은 레더247(전자상거래 사업자)이 운영하는 레더247(Leather247) 사이버 몰(이하 “몰”이라 한다)에서 제공하는 인터넷 관련 서비스(이하 “서비스”라 한다)를 이용함에 있어 사이버 몰과 이용자의 권리․의무 및 책임사항을 규정함을 목적으로 합니다.\r\n\r\n&nbsp;\r\n\r\n※「PC통신, 무선 등을 이용하는 전자상거래에 대해서도 그 성질에 반하지 않는 한 이 약관을 준용합니다.」\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>2</b><b>조</b><b>(</b><b>정의</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”이란 레더247이 재화 또는 용역(이하 “재화 등”이라 함)을 이용자에게 제공하기 위하여 컴퓨터 등 정보통신설비를 이용하여 재화 등을 거래할 수 있도록 설정한 가상의 영업장을 말하며, 아울러 사이버몰을 운영하는 사업자의 의미로도 사용합니다.\r\n\r\n&nbsp;\r\n\r\n② “이용자”란 “몰”에 접속하여 이 약관에 따라 “몰”이 제공하는 서비스를 받는 회원 및 비회원을 말합니다.\r\n\r\n&nbsp;\r\n\r\n③ ‘회원’이라 함은 “몰”에 회원등록을 한 자로서, 계속적으로 “몰”이 제공하는 서비스를 이용할 수 있는 자를 말합니다.\r\n\r\n&nbsp;\r\n\r\n④ ‘비회원’이라 함은 회원에 가입하지 않고 “몰”이 제공하는 서비스를 이용하는 자를 말합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>3</b><b>조 </b><b>(</b><b>약관 등의 명시와 설명 및 개정</b><b>) </b>\r\n\r\n<b>   </b>\r\n\r\n① “몰”은 이 약관의 내용과 상호 및 대표자 성명, 영업소 소재지 주소(소비자의 불만을 처리할 수 있는 곳의 주소를 포함), 전화번호․모사전송번호․전자우편주소, 사업자등록번호, 통신판매업 신고번호, 개인정보관리책임자등을 이용자가 쉽게 알 수 있도록 레더247 사이버몰의 초기 서비스화면(전면)에 게시합니다. 다만, 약관의 내용은 이용자가 연결화면을 통하여 볼 수 있도록 할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n② “몰은 이용자가 약관에 동의하기에 앞서 약관에 정하여져 있는 내용 중 청약철회․배송책임․환불조건 등과 같은 중요한 내용을 이용자가 이해할 수 있도록 별도의 연결화면 또는 팝업화면 등을 제공하여 이용자의 확인을 구하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”은 「전자상거래 등에서의 소비자보호에 관한 법률」, 「약관의 규제에 관한 법률」, 「전자문서 및 전자거래기본법」, 「전자금융거래법」, 「전자서명법」, 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」, 「방문판매 등에 관한 법률」, 「소비자기본법」 등 관련 법을 위배하지 않는 범위에서 이 약관을 개정할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”이 약관을 개정할 경우에는 적용일자 및 개정사유를 명시하여 현행약관과 함께 몰의 초기화면에 그 적용일자 7일 이전부터 적용일자 전일까지 공지합니다. 다만, 이용자에게 불리하게 약관내용을 변경하는 경우에는 최소한 30일 이상의 사전 유예기간을 두고 공지합니다. 이 경우 \"몰“은 개정 전 내용과 개정 후 내용을 명확하게 비교하여 이용자가 알기 쉽도록 표시합니다.\r\n\r\n&nbsp;\r\n\r\n⑤ “몰”이 약관을 개정할 경우에는 그 개정약관은 그 적용일자 이후에 체결되는 계약에만 적용되고 그 이전에 이미 체결된 계약에 대해서는 개정 전의 약관조항이 그대로 적용됩니다. 다만 이미 계약을 체결한 이용자가 개정약관 조항의 적용을 받기를 원하는 뜻을 제3항에 의한 개정약관의 공지기간 내에 “몰”에 송신하여 “몰”의 동의를 받은 경우에는 개정약관 조항이 적용됩니다.\r\n\r\n&nbsp;\r\n\r\n⑥ 이 약관에서 정하지 아니한 사항과 이 약관의 해석에 관하여는 전자상거래 등에서의 소비자보호에 관한 법률, 약관의 규제 등에 관한 법률, 공정거래위원회가 정하는 전자상거래 등에서의 소비자 보호지침 및 관계법령 또는 상관례에 따릅니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>4</b><b>조</b><b>(</b><b>서비스의 제공 및 변경</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 다음과 같은 업무를 수행합니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>재화 또는 용역에 대한 정보 제공 및 구매계약의 체결</li>\r\n 	<li>구매계약이 체결된 재화 또는 용역의 배송</li>\r\n 	<li>기타 “몰”이 정하는 업무</li>\r\n</ol>\r\n&nbsp;\r\n\r\n② “몰”은 재화 또는 용역의 품절 또는 기술적 사양의 변경 등의 경우에는 장차 체결되는 계약에 의해 제공할 재화 또는 용역의 내용을 변경할 수 있습니다. 이 경우에는 변경된 재화 또는 용역의 내용 및 제공일자를 명시하여 현재의 재화 또는 용역의 내용을 게시한 곳에 즉시 공지합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”이 제공하기로 이용자와 계약을 체결한 서비스의 내용을 재화등의 품절 또는 기술적 사양의 변경 등의 사유로 변경할 경우에는 그 사유를 이용자에게 통지 가능한 주소로 즉시 통지합니다.\r\n\r\n&nbsp;\r\n\r\n④ 전항의 경우 “몰”은 이로 인하여 이용자가 입은 손해를 배상합니다. 다만, “몰”이 고의 또는 과실이 없음을 입증하는 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>5</b><b>조</b><b>(</b><b>서비스의 중단</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 컴퓨터 등 정보통신설비의 보수점검․교체 및 고장, 통신의 두절 등의 사유가 발생한 경우에는 서비스의 제공을 일시적으로 중단할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 제1항의 사유로 서비스의 제공이 일시적으로 중단됨으로 인하여 이용자 또는 제3자가 입은 손해에 대하여 배상합니다. 단, “몰”이 고의 또는 과실이 없음을 입증하는 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n③ 사업종목의 전환, 사업의 포기, 업체 간의 통합 등의 이유로 서비스를 제공할 수 없게 되는 경우에는 “몰”은 제8조에 정한 방법으로 이용자에게 통지하고 당초 “몰”에서 제시한 조건에 따라 소비자에게 보상합니다. 다만, “몰”이 보상기준 등을 고지하지 아니한 경우에는 이용자들의 마일리지 또는 적립금 등을 “몰”에서 통용되는 통화가치에 상응하는 현물 또는 현금으로 이용자에게 지급합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>6</b><b>조</b><b>(</b><b>회원가입</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① 이용자는 “몰”이 정한 가입 양식에 따라 회원정보를 기입한 후 이 약관에 동의한다는 의사표시를 함으로서 회원가입을 신청합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 제1항과 같이 회원으로 가입할 것을 신청한 이용자 중 다음 각 호에 해당하지 않는 한 회원으로 등록합니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>가입신청자가 이 약관 제7조제3항에 의하여 이전에 회원자격을 상실한 적이 있는 경우, 다만 제7조제3항에 의한 회원자격 상실 후 3년이 경과한 자로서 “몰”의 회원재가입 승낙을 얻은 경우에는 예외로 한다.</li>\r\n 	<li>등록 내용에 허위, 기재누락, 오기가 있는 경우</li>\r\n 	<li>기타 회원으로 등록하는 것이 “몰”의 기술상 현저히 지장이 있다고 판단되는 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n③ 회원가입계약의 성립 시기는 “몰”의 승낙이 회원에게 도달한 시점으로 합니다.\r\n\r\n&nbsp;\r\n\r\n④ 회원은 회원가입 시 등록한 사항에 변경이 있는 경우, 상당한 기간 이내에 “몰”에 대하여 회원정보 수정 등의 방법으로 그 변경사항을 알려야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>7</b><b>조</b><b>(</b><b>회원 탈퇴 및 자격 상실 등</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① 회원은 “몰”에 언제든지 탈퇴를 요청할 수 있으며 “몰”은 즉시 회원탈퇴를 처리합니다.\r\n\r\n&nbsp;\r\n\r\n② 회원이 다음 각 호의 사유에 해당하는 경우, “몰”은 회원자격을 제한 및 정지시킬 수 있습니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>가입 신청 시에 허위 내용을 등록한 경우</li>\r\n 	<li>“몰”을 이용하여 구입한 재화 등의 대금, 기타 “몰”이용에 관련하여 회원이 부담하는 채무를 기일에 지급하지 않는 경우</li>\r\n 	<li>다른 사람의 “몰” 이용을 방해하거나 그 정보를 도용하는 등 전자상거래 질서를 위협하는 경우</li>\r\n 	<li>“몰”을 이용하여 법령 또는 이 약관이 금지하거나 공서양속에 반하는 행위를 하는 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n③ “몰”이 회원 자격을 제한․정지 시킨 후, 동일한 행위가 2회 이상 반복되거나 30일 이내에 그 사유가 시정되지 아니하는 경우 “몰”은 회원자격을 상실시킬 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”이 회원자격을 상실시키는 경우에는 회원등록을 말소합니다. 이 경우 회원에게 이를 통지하고, 회원등록 말소 전에 최소한 30일 이상의 기간을 정하여 소명할 기회를 부여합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>8</b><b>조</b><b>(</b><b>회원에 대한 통지</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”이 회원에 대한 통지를 하는 경우, 회원이 “몰”과 미리 약정하여 지정한 전자우편 주소로 할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 불특정다수 회원에 대한 통지의 경우 1주일이상 “몰” 게시판에 게시함으로서 개별 통지에 갈음할 수 있습니다. 다만, 회원 본인의 거래와 관련하여 중대한 영향을 미치는 사항에 대하여는 개별통지를 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>9</b><b>조</b><b>(</b><b>구매신청 및 개인정보 제공 동의 등</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① “몰”이용자는 “몰”상에서 다음 또는 이와 유사한 방법에 의하여 구매를 신청하며, “몰”은 이용자가 구매신청을 함에 있어서 다음의 각 내용을 알기 쉽게 제공하여야 합니다.\r\n<ol>\r\n 	<li>재화 등의 검색 및 선택</li>\r\n 	<li>받는 사람의 성명, 주소, 전화번호, 전자우편주소(또는 이동전화번호) 등의 입력</li>\r\n 	<li>약관내용, 청약철회권이 제한되는 서비스, 배송료․설치비 등의 비용부담과 관련한 내용에 대한 확인</li>\r\n 	<li>이 약관에 동의하고 위 3.호의 사항을 확인하거나 거부하는 표시</li>\r\n</ol>\r\n(예, 마우스 클릭)\r\n<ol start=\"5\">\r\n 	<li>재화등의 구매신청 및 이에 관한 확인 또는 “몰”의 확인에 대한 동의</li>\r\n 	<li>결제방법의 선택</li>\r\n</ol>\r\n&nbsp;\r\n\r\n② “몰”이 제3자에게 구매자 개인정보를 제공할 필요가 있는 경우 1) 개인정보를 제공받는 자, 2)개인정보를 제공받는 자의 개인정보 이용목적, 3) 제공하는 개인정보의 항목, 4) 개인정보를 제공받는 자의 개인정보 보유 및 이용기간을 구매자에게 알리고 동의를 받아야 합니다. (동의를 받은 사항이 변경되는 경우에도 같습니다.)\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n③ “몰”이 제3자에게 구매자의 개인정보를 취급할 수 있도록 업무를 위탁하는 경우에는 1) 개인정보 취급위탁을 받는 자, 2) 개인정보 취급위탁을 하는 업무의 내용을 구매자에게 알리고 동의를 받아야 합니다. (동의를 받은 사항이 변경되는 경우에도 같습니다.) 다만, 서비스제공에 관한 계약이행을 위해 필요하고 구매자의 편의증진과 관련된 경우에는 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」에서 정하고 있는 방법으로 개인정보 취급방침을 통해 알림으로써 고지절차와 동의절차를 거치지 않아도 됩니다.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>10</b><b>조 </b><b>(</b><b>계약의 성립</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 제9조와 같은 구매신청에 대하여 다음 각 호에 해당하면 승낙하지 않을 수 있습니다. 다만, 미성년자와 계약을 체결하는 경우에는 법정대리인의 동의를 얻지 못하면 미성년자 본인 또는 법정대리인이 계약을 취소할 수 있다는 내용을 고지하여야 합니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>신청 내용에 허위, 기재누락, 오기가 있는 경우</li>\r\n 	<li>미성년자가 담배, 주류 등 청소년보호법에서 금지하는 재화 및 용역을 구매하는 경우</li>\r\n 	<li>기타 구매신청에 승낙하는 것이 “몰” 기술상 현저히 지장이 있다고 판단하는 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n② “몰”의 승낙이 제12조제1항의 수신확인통지형태로 이용자에게 도달한 시점에 계약이 성립한 것으로 봅니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”의 승낙의 의사표시에는 이용자의 구매 신청에 대한 확인 및 판매가능 여부, 구매신청의 정정 취소 등에 관한 정보 등을 포함하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>11</b><b>조</b><b>(</b><b>지급방법</b><b>) </b>“몰”에서 구매한 재화 또는 용역에 대한 대금지급방법은 다음 각 호의 방법중 가용한 방법으로 할 수 있습니다. 단, “몰”은 이용자의 지급방법에 대하여 재화 등의 대금에 어떠한 명목의 수수료도 추가하여 징수할 수 없습니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>폰뱅킹, 인터넷뱅킹, 메일 뱅킹 등의 각종 계좌이체</li>\r\n 	<li>선불카드, 직불카드, 신용카드 등의 각종 카드 결제</li>\r\n 	<li>온라인무통장입금</li>\r\n 	<li>전자화폐에 의한 결제</li>\r\n 	<li>수령 시 대금지급</li>\r\n 	<li>마일리지 등 “몰”이 지급한 포인트에 의한 결제</li>\r\n 	<li>“몰”과 계약을 맺었거나 “몰”이 인정한 상품권에 의한 결제</li>\r\n 	<li>기타 전자적 지급 방법에 의한 대금 지급 등</li>\r\n</ol>\r\n<b>   </b>\r\n\r\n<b>제</b><b>12</b><b>조</b><b>(</b><b>수신확인통지</b><b>․</b><b>구매신청 변경 및 취소</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자의 구매신청이 있는 경우 이용자에게 수신확인통지를 합니다.\r\n\r\n&nbsp;\r\n\r\n② 수신확인통지를 받은 이용자는 의사표시의 불일치 등이 있는 경우에는 수신확인통지를 받은 후 즉시 구매신청 변경 및 취소를 요청할 수 있고 “몰”은 배송 전에 이용자의 요청이 있는 경우에는 지체 없이 그 요청에 따라 처리하여야 합니다. 다만 이미 대금을 지불한 경우에는 제15조의 청약철회 등에 관한 규정에 따릅니다.\r\n\r\n<b>   </b>\r\n\r\n<b>제</b><b>13</b><b>조</b><b>(</b><b>재화 등의 공급</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자와 재화 등의 공급시기에 관하여 별도의 약정이 없는 이상, 이용자가 청약을 한 날부터 7일 이내에 재화 등을 배송할 수 있도록 주문제작, 포장 등 기타의 필요한 조치를 취합니다. 다만, “몰”이 이미 재화 등의 대금의 전부 또는 일부를 받은 경우에는 대금의 전부 또는 일부를 받은 날부터 3영업일 이내에 조치를 취합니다. 이때 “몰”은 이용자가 재화 등의 공급 절차 및 진행 사항을 확인할 수 있도록 적절한 조치를 합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 이용자가 구매한 재화에 대해 배송수단, 수단별 배송비용 부담자, 수단별 배송기간 등을 명시합니다. 만약 “몰”이 약정 배송기간을 초과한 경우에는 그로 인한 이용자의 손해를 배상하여야 합니다. 다만 “몰”이 고의․과실이 없음을 입증한 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>14</b><b>조</b><b>(</b><b>환급</b><b>) </b>“몰”은 이용자가 구매신청한 재화 등이 품절 등의 사유로 인도 또는 제공을 할 수 없을 때에는 지체 없이 그 사유를 이용자에게 통지하고 사전에 재화 등의 대금을 받은 경우에는 대금을 받은 날부터 3영업일 이내에 환급하거나 환급에 필요한 조치를 취합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>15</b><b>조</b><b>(</b><b>청약철회 등</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”과 재화등의 구매에 관한 계약을 체결한 이용자는 「전자상거래 등에서의 소비자보호에 관한 법률」 제13조 제2항에 따른 계약내용에 관한 서면을 받은 날(그 서면을 받은 때보다 재화 등의 공급이 늦게 이루어진 경우에는 재화 등을 공급받거나 재화 등의 공급이 시작된 날을 말합니다)부터 7일 이내에는 청약의 철회를 할 수 있습니다. 다만, 청약철회에 관하여 「전자상거래 등에서의 소비자보호에 관한 법률」에 달리 정함이 있는 경우에는 동 법 규정에 따릅니다.\r\n\r\n&nbsp;\r\n\r\n② 이용자는 재화 등을 배송 받은 경우 다음 각 호의 1에 해당하는 경우에는 반품 및 교환을 할 수 없습니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>이용자에게 책임 있는 사유로 재화 등이 멸실 또는 훼손된 경우(다만, 재화 등의 내용을 확인하기 위하여 포장 등을 훼손한 경우에는 청약철회를 할 수 있습니다)</li>\r\n 	<li>이용자의 사용 또는 일부 소비에 의하여 재화 등의 가치가 현저히 감소한 경우</li>\r\n 	<li>시간의 경과에 의하여 재판매가 곤란할 정도로 재화등의 가치가 현저히 감소한 경우</li>\r\n 	<li>같은 성능을 지닌 재화 등으로 복제가 가능한 경우 그 원본인 재화 등의 포장을 훼손한 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n③ 제2항제2호 내지 제4호의 경우에 “몰”이 사전에 청약철회 등이 제한되는 사실을 소비자가 쉽게 알 수 있는 곳에 명기하거나 시용상품을 제공하는 등의 조치를 하지 않았다면 이용자의 청약철회 등이 제한되지 않습니다.\r\n\r\n&nbsp;\r\n\r\n④ 이용자는 제1항 및 제2항의 규정에 불구하고 재화 등의 내용이 표시·광고 내용과 다르거나 계약내용과 다르게 이행된 때에는 당해 재화 등을 공급받은 날부터 3월 이내, 그 사실을 안 날 또는 알 수 있었던 날부터 30일 이내에 청약철회 등을 할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>16</b><b>조</b><b>(</b><b>청약철회 등의 효과</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자로부터 재화 등을 반환받은 경우 3영업일 이내에 이미 지급받은 재화 등의 대금을 환급합니다. 이 경우 “몰”이 이용자에게 재화등의 환급을 지연한때에는 그 지연기간에 대하여 「전자상거래 등에서의 소비자보호에 관한 법률 시행령」제21조의2에서 정하는 지연이자율을 곱하여 산정한 지연이자를 지급합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 위 대금을 환급함에 있어서 이용자가 신용카드 또는 전자화폐 등의 결제수단으로 재화 등의 대금을 지급한 때에는 지체 없이 당해 결제수단을 제공한 사업자로 하여금 재화 등의 대금의 청구를 정지 또는 취소하도록 요청합니다.\r\n\r\n&nbsp;\r\n\r\n③ 청약철회 등의 경우 공급받은 재화 등의 반환에 필요한 비용은 이용자가 부담합니다. “몰”은 이용자에게 청약철회 등을 이유로 위약금 또는 손해배상을 청구하지 않습니다. 다만 재화 등의 내용이 표시·광고 내용과 다르거나 계약내용과 다르게 이행되어 청약철회 등을 하는 경우 재화 등의 반환에 필요한 비용은 “몰”이 부담합니다.\r\n\r\n&nbsp;\r\n\r\n④ 이용자가 재화 등을 제공받을 때 발송비를 부담한 경우에 “몰”은 청약철회 시 그 비용을 누가 부담하는지를 이용자가 알기 쉽도록 명확하게 표시합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>17</b><b>조</b><b>(</b><b>개인정보보호</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자의 개인정보 수집시 서비스제공을 위하여 필요한 범위에서 최소한의 개인정보를 수집합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 회원가입시 구매계약이행에 필요한 정보를 미리 수집하지 않습니다. 다만, 관련 법령상 의무이행을 위하여 구매계약 이전에 본인확인이 필요한 경우로서 최소한의 특정 개인정보를 수집하는 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”은 이용자의 개인정보를 수집·이용하는 때에는 당해 이용자에게 그 목적을 고지하고 동의를 받습니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”은 수집된 개인정보를 목적외의 용도로 이용할 수 없으며, 새로운 이용목적이 발생한 경우 또는 제3자에게 제공하는 경우에는 이용·제공단계에서 당해 이용자에게 그 목적을 고지하고 동의를 받습니다. 다만, 관련 법령에 달리 정함이 있는 경우에는 예외로 합니다.\r\n\r\n&nbsp;\r\n\r\n⑤ “몰”이 제2항과 제3항에 의해 이용자의 동의를 받아야 하는 경우에는 개인정보관리 책임자의 신원(소속, 성명 및 전화번호, 기타 연락처), 정보의 수집목적 및 이용목적, 제3자에 대한 정보제공 관련사항(제공받은자, 제공목적 및 제공할 정보의 내용) 등 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」 제22조제2항이 규정한 사항을 미리 명시하거나 고지해야 하며 이용자는 언제든지 이 동의를 철회할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n⑥ 이용자는 언제든지 “몰”이 가지고 있는 자신의 개인정보에 대해 열람 및 오류정정을 요구할 수 있으며 “몰”은 이에 대해 지체 없이 필요한 조치를 취할 의무를 집니다. 이용자가 오류의 정정을 요구한 경우에는 “몰”은 그 오류를 정정할 때까지 당해 개인정보를 이용하지 않습니다.\r\n\r\n⑦ “몰”은 개인정보 보호를 위하여 이용자의 개인정보를 취급하는 자를 최소한으로 제한하여야 하며 신용카드, 은행계좌 등을 포함한 이용자의 개인정보의 분실, 도난, 유출, 동의 없는 제3자 제공, 변조 등으로 인한 이용자의 손해에 대하여 모든 책임을 집니다.\r\n\r\n&nbsp;\r\n\r\n⑧ “몰” 또는 그로부터 개인정보를 제공받은 제3자는 개인정보의 수집목적 또는 제공받은 목적을 달성한 때에는 당해 개인정보를 지체 없이 파기합니다.\r\n\r\n&nbsp;\r\n\r\n⑨ “몰”은 개인정보의 수집·이용·제공에 관한 동의 란을 미리 선택한 것으로 설정해두지 않습니다. 또한 개인정보의 수집·이용·제공에 관한 이용자의 동의거절시 제한되는 서비스를 구체적으로 명시하고, 필수수집항목이 아닌 개인정보의 수집·이용·제공에 관한 이용자의 동의 거절을 이유로 회원가입 등 서비스 제공을 제한하거나 거절하지 않습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>18</b><b>조</b><b>(“</b><b>몰</b><b>“</b><b>의 의무</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 법령과 이 약관이 금지하거나 공서양속에 반하는 행위를 하지 않으며 이 약관이 정하는 바에 따라 지속적이고, 안정적으로 재화․용역을 제공하는데 최선을 다하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 이용자가 안전하게 인터넷 서비스를 이용할 수 있도록 이용자의 개인정보(신용정보 포함)보호를 위한 보안 시스템을 갖추어야 합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”이 상품이나 용역에 대하여 「표시․광고의 공정화에 관한 법률」 제3조 소정의 부당한 표시․광고행위를 함으로써 이용자가 손해를 입은 때에는 이를 배상할 책임을 집니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”은 이용자가 원하지 않는 영리목적의 광고성 전자우편을 발송하지 않습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>19</b><b>조</b><b>(</b><b>회원의 </b><b>ID </b><b>및 비밀번호에 대한 의무</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① 제17조의 경우를 제외한 ID와 비밀번호에 관한 관리책임은 회원에게 있습니다.\r\n\r\n&nbsp;\r\n\r\n② 회원은 자신의 ID 및 비밀번호를 제3자에게 이용하게 해서는 안됩니다.\r\n\r\n&nbsp;\r\n\r\n③ 회원이 자신의 ID 및 비밀번호를 도난당하거나 제3자가 사용하고 있음을 인지한 경우에는 바로 “몰”에 통보하고 “몰”의 안내가 있는 경우에는 그에 따라야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>20</b><b>조</b><b>(</b><b>이용자의 의무</b><b>) </b><b>이용자는 다음 행위를 하여서는 안 됩니다</b><b>.</b>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>신청 또는 변경시 허위 내용의 등록</li>\r\n 	<li>타인의 정보 도용</li>\r\n 	<li>“몰”에 게시된 정보의 변경</li>\r\n 	<li>“몰”이 정한 정보 이외의 정보(컴퓨터 프로그램 등) 등의 송신 또는 게시</li>\r\n 	<li>“몰” 기타 제3자의 저작권 등 지적재산권에 대한 침해</li>\r\n 	<li>“몰” 기타 제3자의 명예를 손상시키거나 업무를 방해하는 행위</li>\r\n 	<li>외설 또는 폭력적인 메시지, 화상, 음성, 기타 공서양속에 반하는 정보를 몰에 공개 또는 게시하는 행위</li>\r\n</ol>\r\n&nbsp;\r\n\r\n<b>제</b><b>21</b><b>조</b><b>(</b><b>연결</b><b>“</b><b>몰</b><b>”</b><b>과 피연결</b><b>“</b><b>몰</b><b>” </b><b>간의 관계</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① 상위 “몰”과 하위 “몰”이 하이퍼링크(예: 하이퍼링크의 대상에는 문자, 그림 및 동화상 등이 포함됨)방식 등으로 연결된 경우, 전자를 연결 “몰”(웹 사이트)이라고 하고 후자를 피연결 “몰”(웹사이트)이라고 합니다.\r\n\r\n&nbsp;\r\n\r\n② 연결“몰”은 피연결“몰”이 독자적으로 제공하는 재화 등에 의하여 이용자와 행하는 거래에 대해서 보증 책임을 지지 않는다는 뜻을 연결“몰”의 초기화면 또는 연결되는 시점의 팝업화면으로 명시한 경우에는 그 거래에 대한 보증 책임을 지지 않습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>22</b><b>조</b><b>(</b><b>저작권의 귀속 및 이용제한</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰“이 작성한 저작물에 대한 저작권 기타 지적재산권은 ”몰“에 귀속합니다.\r\n\r\n&nbsp;\r\n\r\n② 이용자는 “몰”을 이용함으로써 얻은 정보 중 “몰”에게 지적재산권이 귀속된 정보를 “몰”의 사전 승낙 없이 복제, 송신, 출판, 배포, 방송 기타 방법에 의하여 영리목적으로 이용하거나 제3자에게 이용하게 하여서는 안됩니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”은 약정에 따라 이용자에게 귀속된 저작권을 사용하는 경우 당해 이용자에게 통보하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>23</b><b>조</b><b>(</b><b>분쟁해결</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자가 제기하는 정당한 의견이나 불만을 반영하고 그 피해를 보상처리하기 위하여 피해보상처리기구를 설치․운영합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 이용자로부터 제출되는 불만사항 및 의견은 우선적으로 그 사항을 처리합니다. 다만, 신속한 처리가 곤란한 경우에는 이용자에게 그 사유와 처리일정을 즉시 통보해 드립니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”과 이용자 간에 발생한 전자상거래 분쟁과 관련하여 이용자의 피해구제신청이 있는 경우에는 공정거래위원회 또는 시·도지사가 의뢰하는 분쟁조정기관의 조정에 따를 수 있습니다.\r\n\r\n<b>   </b>\r\n\r\n<b>제</b><b>24</b><b>조</b><b>(</b><b>재판권 및 준거법</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”과 이용자 간에 발생한 전자상거래 분쟁에 관한 소송은 제소 당시의 이용자의 주소에 의하고, 주소가 없는 경우에는 거소를 관할하는 지방법원의 전속관할로 합니다. 다만, 제소 당시 이용자의 주소 또는 거소가 분명하지 않거나 외국 거주자의 경우에는 민사소송법상의 관할법원에 제기합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”과 이용자 간에 제기된 전자상거래 소송에는 한국법을 적용합니다.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b>   </b>\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Term & Condition", "", "publish", "closed", "closed", "", "term-condition", "", "", "2017-04-19 15:34:24", "2017-04-19 06:34:24", "", "0", "http://leather247.co.kr/?page_id=27648", "0", "page", "", "0");
INSERT INTO `wp_posts` VALUES("27649", "1", "2017-04-19 15:34:24", "2017-04-19 06:34:24", "[et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"꽉찬너비 헤더\" title=\"이용약관\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_border_radius=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_border_radius_hover=\"0\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_border_radius=\"0\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_border_radius_hover=\"0\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"절\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"행\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<b>전자상거래</b><b>(</b><b>인터넷사이버몰</b><b>) </b><b>표준약관</b>\r\n\r\n&nbsp;\r\n\r\n<b>표준약관 제</b><b>10023</b><b>호</b>\r\n\r\n<b>(2015. 6. 26. </b><b>개정</b><b>)</b>\r\n\r\n<b>   </b>\r\n\r\n<b>제</b><b>1</b><b>조</b><b>(</b><b>목적</b><b>)</b> 이 약관은 레더247(전자상거래 사업자)이 운영하는 레더247(Leather247) 사이버 몰(이하 “몰”이라 한다)에서 제공하는 인터넷 관련 서비스(이하 “서비스”라 한다)를 이용함에 있어 사이버 몰과 이용자의 권리․의무 및 책임사항을 규정함을 목적으로 합니다.\r\n\r\n&nbsp;\r\n\r\n※「PC통신, 무선 등을 이용하는 전자상거래에 대해서도 그 성질에 반하지 않는 한 이 약관을 준용합니다.」\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>2</b><b>조</b><b>(</b><b>정의</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”이란 레더247이 재화 또는 용역(이하 “재화 등”이라 함)을 이용자에게 제공하기 위하여 컴퓨터 등 정보통신설비를 이용하여 재화 등을 거래할 수 있도록 설정한 가상의 영업장을 말하며, 아울러 사이버몰을 운영하는 사업자의 의미로도 사용합니다.\r\n\r\n&nbsp;\r\n\r\n② “이용자”란 “몰”에 접속하여 이 약관에 따라 “몰”이 제공하는 서비스를 받는 회원 및 비회원을 말합니다.\r\n\r\n&nbsp;\r\n\r\n③ ‘회원’이라 함은 “몰”에 회원등록을 한 자로서, 계속적으로 “몰”이 제공하는 서비스를 이용할 수 있는 자를 말합니다.\r\n\r\n&nbsp;\r\n\r\n④ ‘비회원’이라 함은 회원에 가입하지 않고 “몰”이 제공하는 서비스를 이용하는 자를 말합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>3</b><b>조 </b><b>(</b><b>약관 등의 명시와 설명 및 개정</b><b>) </b>\r\n\r\n<b>   </b>\r\n\r\n① “몰”은 이 약관의 내용과 상호 및 대표자 성명, 영업소 소재지 주소(소비자의 불만을 처리할 수 있는 곳의 주소를 포함), 전화번호․모사전송번호․전자우편주소, 사업자등록번호, 통신판매업 신고번호, 개인정보관리책임자등을 이용자가 쉽게 알 수 있도록 레더247 사이버몰의 초기 서비스화면(전면)에 게시합니다. 다만, 약관의 내용은 이용자가 연결화면을 통하여 볼 수 있도록 할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n② “몰은 이용자가 약관에 동의하기에 앞서 약관에 정하여져 있는 내용 중 청약철회․배송책임․환불조건 등과 같은 중요한 내용을 이용자가 이해할 수 있도록 별도의 연결화면 또는 팝업화면 등을 제공하여 이용자의 확인을 구하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”은 「전자상거래 등에서의 소비자보호에 관한 법률」, 「약관의 규제에 관한 법률」, 「전자문서 및 전자거래기본법」, 「전자금융거래법」, 「전자서명법」, 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」, 「방문판매 등에 관한 법률」, 「소비자기본법」 등 관련 법을 위배하지 않는 범위에서 이 약관을 개정할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”이 약관을 개정할 경우에는 적용일자 및 개정사유를 명시하여 현행약관과 함께 몰의 초기화면에 그 적용일자 7일 이전부터 적용일자 전일까지 공지합니다. 다만, 이용자에게 불리하게 약관내용을 변경하는 경우에는 최소한 30일 이상의 사전 유예기간을 두고 공지합니다. 이 경우 \"몰“은 개정 전 내용과 개정 후 내용을 명확하게 비교하여 이용자가 알기 쉽도록 표시합니다.\r\n\r\n&nbsp;\r\n\r\n⑤ “몰”이 약관을 개정할 경우에는 그 개정약관은 그 적용일자 이후에 체결되는 계약에만 적용되고 그 이전에 이미 체결된 계약에 대해서는 개정 전의 약관조항이 그대로 적용됩니다. 다만 이미 계약을 체결한 이용자가 개정약관 조항의 적용을 받기를 원하는 뜻을 제3항에 의한 개정약관의 공지기간 내에 “몰”에 송신하여 “몰”의 동의를 받은 경우에는 개정약관 조항이 적용됩니다.\r\n\r\n&nbsp;\r\n\r\n⑥ 이 약관에서 정하지 아니한 사항과 이 약관의 해석에 관하여는 전자상거래 등에서의 소비자보호에 관한 법률, 약관의 규제 등에 관한 법률, 공정거래위원회가 정하는 전자상거래 등에서의 소비자 보호지침 및 관계법령 또는 상관례에 따릅니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>4</b><b>조</b><b>(</b><b>서비스의 제공 및 변경</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 다음과 같은 업무를 수행합니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>재화 또는 용역에 대한 정보 제공 및 구매계약의 체결</li>\r\n 	<li>구매계약이 체결된 재화 또는 용역의 배송</li>\r\n 	<li>기타 “몰”이 정하는 업무</li>\r\n</ol>\r\n&nbsp;\r\n\r\n② “몰”은 재화 또는 용역의 품절 또는 기술적 사양의 변경 등의 경우에는 장차 체결되는 계약에 의해 제공할 재화 또는 용역의 내용을 변경할 수 있습니다. 이 경우에는 변경된 재화 또는 용역의 내용 및 제공일자를 명시하여 현재의 재화 또는 용역의 내용을 게시한 곳에 즉시 공지합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”이 제공하기로 이용자와 계약을 체결한 서비스의 내용을 재화등의 품절 또는 기술적 사양의 변경 등의 사유로 변경할 경우에는 그 사유를 이용자에게 통지 가능한 주소로 즉시 통지합니다.\r\n\r\n&nbsp;\r\n\r\n④ 전항의 경우 “몰”은 이로 인하여 이용자가 입은 손해를 배상합니다. 다만, “몰”이 고의 또는 과실이 없음을 입증하는 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>5</b><b>조</b><b>(</b><b>서비스의 중단</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 컴퓨터 등 정보통신설비의 보수점검․교체 및 고장, 통신의 두절 등의 사유가 발생한 경우에는 서비스의 제공을 일시적으로 중단할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 제1항의 사유로 서비스의 제공이 일시적으로 중단됨으로 인하여 이용자 또는 제3자가 입은 손해에 대하여 배상합니다. 단, “몰”이 고의 또는 과실이 없음을 입증하는 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n③ 사업종목의 전환, 사업의 포기, 업체 간의 통합 등의 이유로 서비스를 제공할 수 없게 되는 경우에는 “몰”은 제8조에 정한 방법으로 이용자에게 통지하고 당초 “몰”에서 제시한 조건에 따라 소비자에게 보상합니다. 다만, “몰”이 보상기준 등을 고지하지 아니한 경우에는 이용자들의 마일리지 또는 적립금 등을 “몰”에서 통용되는 통화가치에 상응하는 현물 또는 현금으로 이용자에게 지급합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>6</b><b>조</b><b>(</b><b>회원가입</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① 이용자는 “몰”이 정한 가입 양식에 따라 회원정보를 기입한 후 이 약관에 동의한다는 의사표시를 함으로서 회원가입을 신청합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 제1항과 같이 회원으로 가입할 것을 신청한 이용자 중 다음 각 호에 해당하지 않는 한 회원으로 등록합니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>가입신청자가 이 약관 제7조제3항에 의하여 이전에 회원자격을 상실한 적이 있는 경우, 다만 제7조제3항에 의한 회원자격 상실 후 3년이 경과한 자로서 “몰”의 회원재가입 승낙을 얻은 경우에는 예외로 한다.</li>\r\n 	<li>등록 내용에 허위, 기재누락, 오기가 있는 경우</li>\r\n 	<li>기타 회원으로 등록하는 것이 “몰”의 기술상 현저히 지장이 있다고 판단되는 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n③ 회원가입계약의 성립 시기는 “몰”의 승낙이 회원에게 도달한 시점으로 합니다.\r\n\r\n&nbsp;\r\n\r\n④ 회원은 회원가입 시 등록한 사항에 변경이 있는 경우, 상당한 기간 이내에 “몰”에 대하여 회원정보 수정 등의 방법으로 그 변경사항을 알려야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>7</b><b>조</b><b>(</b><b>회원 탈퇴 및 자격 상실 등</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① 회원은 “몰”에 언제든지 탈퇴를 요청할 수 있으며 “몰”은 즉시 회원탈퇴를 처리합니다.\r\n\r\n&nbsp;\r\n\r\n② 회원이 다음 각 호의 사유에 해당하는 경우, “몰”은 회원자격을 제한 및 정지시킬 수 있습니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>가입 신청 시에 허위 내용을 등록한 경우</li>\r\n 	<li>“몰”을 이용하여 구입한 재화 등의 대금, 기타 “몰”이용에 관련하여 회원이 부담하는 채무를 기일에 지급하지 않는 경우</li>\r\n 	<li>다른 사람의 “몰” 이용을 방해하거나 그 정보를 도용하는 등 전자상거래 질서를 위협하는 경우</li>\r\n 	<li>“몰”을 이용하여 법령 또는 이 약관이 금지하거나 공서양속에 반하는 행위를 하는 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n③ “몰”이 회원 자격을 제한․정지 시킨 후, 동일한 행위가 2회 이상 반복되거나 30일 이내에 그 사유가 시정되지 아니하는 경우 “몰”은 회원자격을 상실시킬 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”이 회원자격을 상실시키는 경우에는 회원등록을 말소합니다. 이 경우 회원에게 이를 통지하고, 회원등록 말소 전에 최소한 30일 이상의 기간을 정하여 소명할 기회를 부여합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>8</b><b>조</b><b>(</b><b>회원에 대한 통지</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”이 회원에 대한 통지를 하는 경우, 회원이 “몰”과 미리 약정하여 지정한 전자우편 주소로 할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 불특정다수 회원에 대한 통지의 경우 1주일이상 “몰” 게시판에 게시함으로서 개별 통지에 갈음할 수 있습니다. 다만, 회원 본인의 거래와 관련하여 중대한 영향을 미치는 사항에 대하여는 개별통지를 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>9</b><b>조</b><b>(</b><b>구매신청 및 개인정보 제공 동의 등</b><b>) </b>\r\n\r\n&nbsp;\r\n\r\n① “몰”이용자는 “몰”상에서 다음 또는 이와 유사한 방법에 의하여 구매를 신청하며, “몰”은 이용자가 구매신청을 함에 있어서 다음의 각 내용을 알기 쉽게 제공하여야 합니다.\r\n<ol>\r\n 	<li>재화 등의 검색 및 선택</li>\r\n 	<li>받는 사람의 성명, 주소, 전화번호, 전자우편주소(또는 이동전화번호) 등의 입력</li>\r\n 	<li>약관내용, 청약철회권이 제한되는 서비스, 배송료․설치비 등의 비용부담과 관련한 내용에 대한 확인</li>\r\n 	<li>이 약관에 동의하고 위 3.호의 사항을 확인하거나 거부하는 표시</li>\r\n</ol>\r\n(예, 마우스 클릭)\r\n<ol start=\"5\">\r\n 	<li>재화등의 구매신청 및 이에 관한 확인 또는 “몰”의 확인에 대한 동의</li>\r\n 	<li>결제방법의 선택</li>\r\n</ol>\r\n&nbsp;\r\n\r\n② “몰”이 제3자에게 구매자 개인정보를 제공할 필요가 있는 경우 1) 개인정보를 제공받는 자, 2)개인정보를 제공받는 자의 개인정보 이용목적, 3) 제공하는 개인정보의 항목, 4) 개인정보를 제공받는 자의 개인정보 보유 및 이용기간을 구매자에게 알리고 동의를 받아야 합니다. (동의를 받은 사항이 변경되는 경우에도 같습니다.)\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n③ “몰”이 제3자에게 구매자의 개인정보를 취급할 수 있도록 업무를 위탁하는 경우에는 1) 개인정보 취급위탁을 받는 자, 2) 개인정보 취급위탁을 하는 업무의 내용을 구매자에게 알리고 동의를 받아야 합니다. (동의를 받은 사항이 변경되는 경우에도 같습니다.) 다만, 서비스제공에 관한 계약이행을 위해 필요하고 구매자의 편의증진과 관련된 경우에는 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」에서 정하고 있는 방법으로 개인정보 취급방침을 통해 알림으로써 고지절차와 동의절차를 거치지 않아도 됩니다.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>10</b><b>조 </b><b>(</b><b>계약의 성립</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 제9조와 같은 구매신청에 대하여 다음 각 호에 해당하면 승낙하지 않을 수 있습니다. 다만, 미성년자와 계약을 체결하는 경우에는 법정대리인의 동의를 얻지 못하면 미성년자 본인 또는 법정대리인이 계약을 취소할 수 있다는 내용을 고지하여야 합니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>신청 내용에 허위, 기재누락, 오기가 있는 경우</li>\r\n 	<li>미성년자가 담배, 주류 등 청소년보호법에서 금지하는 재화 및 용역을 구매하는 경우</li>\r\n 	<li>기타 구매신청에 승낙하는 것이 “몰” 기술상 현저히 지장이 있다고 판단하는 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n② “몰”의 승낙이 제12조제1항의 수신확인통지형태로 이용자에게 도달한 시점에 계약이 성립한 것으로 봅니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”의 승낙의 의사표시에는 이용자의 구매 신청에 대한 확인 및 판매가능 여부, 구매신청의 정정 취소 등에 관한 정보 등을 포함하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>11</b><b>조</b><b>(</b><b>지급방법</b><b>) </b>“몰”에서 구매한 재화 또는 용역에 대한 대금지급방법은 다음 각 호의 방법중 가용한 방법으로 할 수 있습니다. 단, “몰”은 이용자의 지급방법에 대하여 재화 등의 대금에 어떠한 명목의 수수료도 추가하여 징수할 수 없습니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>폰뱅킹, 인터넷뱅킹, 메일 뱅킹 등의 각종 계좌이체</li>\r\n 	<li>선불카드, 직불카드, 신용카드 등의 각종 카드 결제</li>\r\n 	<li>온라인무통장입금</li>\r\n 	<li>전자화폐에 의한 결제</li>\r\n 	<li>수령 시 대금지급</li>\r\n 	<li>마일리지 등 “몰”이 지급한 포인트에 의한 결제</li>\r\n 	<li>“몰”과 계약을 맺었거나 “몰”이 인정한 상품권에 의한 결제</li>\r\n 	<li>기타 전자적 지급 방법에 의한 대금 지급 등</li>\r\n</ol>\r\n<b>   </b>\r\n\r\n<b>제</b><b>12</b><b>조</b><b>(</b><b>수신확인통지</b><b>․</b><b>구매신청 변경 및 취소</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자의 구매신청이 있는 경우 이용자에게 수신확인통지를 합니다.\r\n\r\n&nbsp;\r\n\r\n② 수신확인통지를 받은 이용자는 의사표시의 불일치 등이 있는 경우에는 수신확인통지를 받은 후 즉시 구매신청 변경 및 취소를 요청할 수 있고 “몰”은 배송 전에 이용자의 요청이 있는 경우에는 지체 없이 그 요청에 따라 처리하여야 합니다. 다만 이미 대금을 지불한 경우에는 제15조의 청약철회 등에 관한 규정에 따릅니다.\r\n\r\n<b>   </b>\r\n\r\n<b>제</b><b>13</b><b>조</b><b>(</b><b>재화 등의 공급</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자와 재화 등의 공급시기에 관하여 별도의 약정이 없는 이상, 이용자가 청약을 한 날부터 7일 이내에 재화 등을 배송할 수 있도록 주문제작, 포장 등 기타의 필요한 조치를 취합니다. 다만, “몰”이 이미 재화 등의 대금의 전부 또는 일부를 받은 경우에는 대금의 전부 또는 일부를 받은 날부터 3영업일 이내에 조치를 취합니다. 이때 “몰”은 이용자가 재화 등의 공급 절차 및 진행 사항을 확인할 수 있도록 적절한 조치를 합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 이용자가 구매한 재화에 대해 배송수단, 수단별 배송비용 부담자, 수단별 배송기간 등을 명시합니다. 만약 “몰”이 약정 배송기간을 초과한 경우에는 그로 인한 이용자의 손해를 배상하여야 합니다. 다만 “몰”이 고의․과실이 없음을 입증한 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>14</b><b>조</b><b>(</b><b>환급</b><b>) </b>“몰”은 이용자가 구매신청한 재화 등이 품절 등의 사유로 인도 또는 제공을 할 수 없을 때에는 지체 없이 그 사유를 이용자에게 통지하고 사전에 재화 등의 대금을 받은 경우에는 대금을 받은 날부터 3영업일 이내에 환급하거나 환급에 필요한 조치를 취합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>15</b><b>조</b><b>(</b><b>청약철회 등</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”과 재화등의 구매에 관한 계약을 체결한 이용자는 「전자상거래 등에서의 소비자보호에 관한 법률」 제13조 제2항에 따른 계약내용에 관한 서면을 받은 날(그 서면을 받은 때보다 재화 등의 공급이 늦게 이루어진 경우에는 재화 등을 공급받거나 재화 등의 공급이 시작된 날을 말합니다)부터 7일 이내에는 청약의 철회를 할 수 있습니다. 다만, 청약철회에 관하여 「전자상거래 등에서의 소비자보호에 관한 법률」에 달리 정함이 있는 경우에는 동 법 규정에 따릅니다.\r\n\r\n&nbsp;\r\n\r\n② 이용자는 재화 등을 배송 받은 경우 다음 각 호의 1에 해당하는 경우에는 반품 및 교환을 할 수 없습니다.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>이용자에게 책임 있는 사유로 재화 등이 멸실 또는 훼손된 경우(다만, 재화 등의 내용을 확인하기 위하여 포장 등을 훼손한 경우에는 청약철회를 할 수 있습니다)</li>\r\n 	<li>이용자의 사용 또는 일부 소비에 의하여 재화 등의 가치가 현저히 감소한 경우</li>\r\n 	<li>시간의 경과에 의하여 재판매가 곤란할 정도로 재화등의 가치가 현저히 감소한 경우</li>\r\n 	<li>같은 성능을 지닌 재화 등으로 복제가 가능한 경우 그 원본인 재화 등의 포장을 훼손한 경우</li>\r\n</ol>\r\n&nbsp;\r\n\r\n③ 제2항제2호 내지 제4호의 경우에 “몰”이 사전에 청약철회 등이 제한되는 사실을 소비자가 쉽게 알 수 있는 곳에 명기하거나 시용상품을 제공하는 등의 조치를 하지 않았다면 이용자의 청약철회 등이 제한되지 않습니다.\r\n\r\n&nbsp;\r\n\r\n④ 이용자는 제1항 및 제2항의 규정에 불구하고 재화 등의 내용이 표시·광고 내용과 다르거나 계약내용과 다르게 이행된 때에는 당해 재화 등을 공급받은 날부터 3월 이내, 그 사실을 안 날 또는 알 수 있었던 날부터 30일 이내에 청약철회 등을 할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>16</b><b>조</b><b>(</b><b>청약철회 등의 효과</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자로부터 재화 등을 반환받은 경우 3영업일 이내에 이미 지급받은 재화 등의 대금을 환급합니다. 이 경우 “몰”이 이용자에게 재화등의 환급을 지연한때에는 그 지연기간에 대하여 「전자상거래 등에서의 소비자보호에 관한 법률 시행령」제21조의2에서 정하는 지연이자율을 곱하여 산정한 지연이자를 지급합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 위 대금을 환급함에 있어서 이용자가 신용카드 또는 전자화폐 등의 결제수단으로 재화 등의 대금을 지급한 때에는 지체 없이 당해 결제수단을 제공한 사업자로 하여금 재화 등의 대금의 청구를 정지 또는 취소하도록 요청합니다.\r\n\r\n&nbsp;\r\n\r\n③ 청약철회 등의 경우 공급받은 재화 등의 반환에 필요한 비용은 이용자가 부담합니다. “몰”은 이용자에게 청약철회 등을 이유로 위약금 또는 손해배상을 청구하지 않습니다. 다만 재화 등의 내용이 표시·광고 내용과 다르거나 계약내용과 다르게 이행되어 청약철회 등을 하는 경우 재화 등의 반환에 필요한 비용은 “몰”이 부담합니다.\r\n\r\n&nbsp;\r\n\r\n④ 이용자가 재화 등을 제공받을 때 발송비를 부담한 경우에 “몰”은 청약철회 시 그 비용을 누가 부담하는지를 이용자가 알기 쉽도록 명확하게 표시합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>17</b><b>조</b><b>(</b><b>개인정보보호</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자의 개인정보 수집시 서비스제공을 위하여 필요한 범위에서 최소한의 개인정보를 수집합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 회원가입시 구매계약이행에 필요한 정보를 미리 수집하지 않습니다. 다만, 관련 법령상 의무이행을 위하여 구매계약 이전에 본인확인이 필요한 경우로서 최소한의 특정 개인정보를 수집하는 경우에는 그러하지 아니합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”은 이용자의 개인정보를 수집·이용하는 때에는 당해 이용자에게 그 목적을 고지하고 동의를 받습니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”은 수집된 개인정보를 목적외의 용도로 이용할 수 없으며, 새로운 이용목적이 발생한 경우 또는 제3자에게 제공하는 경우에는 이용·제공단계에서 당해 이용자에게 그 목적을 고지하고 동의를 받습니다. 다만, 관련 법령에 달리 정함이 있는 경우에는 예외로 합니다.\r\n\r\n&nbsp;\r\n\r\n⑤ “몰”이 제2항과 제3항에 의해 이용자의 동의를 받아야 하는 경우에는 개인정보관리 책임자의 신원(소속, 성명 및 전화번호, 기타 연락처), 정보의 수집목적 및 이용목적, 제3자에 대한 정보제공 관련사항(제공받은자, 제공목적 및 제공할 정보의 내용) 등 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」 제22조제2항이 규정한 사항을 미리 명시하거나 고지해야 하며 이용자는 언제든지 이 동의를 철회할 수 있습니다.\r\n\r\n&nbsp;\r\n\r\n⑥ 이용자는 언제든지 “몰”이 가지고 있는 자신의 개인정보에 대해 열람 및 오류정정을 요구할 수 있으며 “몰”은 이에 대해 지체 없이 필요한 조치를 취할 의무를 집니다. 이용자가 오류의 정정을 요구한 경우에는 “몰”은 그 오류를 정정할 때까지 당해 개인정보를 이용하지 않습니다.\r\n\r\n⑦ “몰”은 개인정보 보호를 위하여 이용자의 개인정보를 취급하는 자를 최소한으로 제한하여야 하며 신용카드, 은행계좌 등을 포함한 이용자의 개인정보의 분실, 도난, 유출, 동의 없는 제3자 제공, 변조 등으로 인한 이용자의 손해에 대하여 모든 책임을 집니다.\r\n\r\n&nbsp;\r\n\r\n⑧ “몰” 또는 그로부터 개인정보를 제공받은 제3자는 개인정보의 수집목적 또는 제공받은 목적을 달성한 때에는 당해 개인정보를 지체 없이 파기합니다.\r\n\r\n&nbsp;\r\n\r\n⑨ “몰”은 개인정보의 수집·이용·제공에 관한 동의 란을 미리 선택한 것으로 설정해두지 않습니다. 또한 개인정보의 수집·이용·제공에 관한 이용자의 동의거절시 제한되는 서비스를 구체적으로 명시하고, 필수수집항목이 아닌 개인정보의 수집·이용·제공에 관한 이용자의 동의 거절을 이유로 회원가입 등 서비스 제공을 제한하거나 거절하지 않습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>18</b><b>조</b><b>(“</b><b>몰</b><b>“</b><b>의 의무</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 법령과 이 약관이 금지하거나 공서양속에 반하는 행위를 하지 않으며 이 약관이 정하는 바에 따라 지속적이고, 안정적으로 재화․용역을 제공하는데 최선을 다하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 이용자가 안전하게 인터넷 서비스를 이용할 수 있도록 이용자의 개인정보(신용정보 포함)보호를 위한 보안 시스템을 갖추어야 합니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”이 상품이나 용역에 대하여 「표시․광고의 공정화에 관한 법률」 제3조 소정의 부당한 표시․광고행위를 함으로써 이용자가 손해를 입은 때에는 이를 배상할 책임을 집니다.\r\n\r\n&nbsp;\r\n\r\n④ “몰”은 이용자가 원하지 않는 영리목적의 광고성 전자우편을 발송하지 않습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>19</b><b>조</b><b>(</b><b>회원의 </b><b>ID </b><b>및 비밀번호에 대한 의무</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① 제17조의 경우를 제외한 ID와 비밀번호에 관한 관리책임은 회원에게 있습니다.\r\n\r\n&nbsp;\r\n\r\n② 회원은 자신의 ID 및 비밀번호를 제3자에게 이용하게 해서는 안됩니다.\r\n\r\n&nbsp;\r\n\r\n③ 회원이 자신의 ID 및 비밀번호를 도난당하거나 제3자가 사용하고 있음을 인지한 경우에는 바로 “몰”에 통보하고 “몰”의 안내가 있는 경우에는 그에 따라야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>20</b><b>조</b><b>(</b><b>이용자의 의무</b><b>) </b><b>이용자는 다음 행위를 하여서는 안 됩니다</b><b>.</b>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>신청 또는 변경시 허위 내용의 등록</li>\r\n 	<li>타인의 정보 도용</li>\r\n 	<li>“몰”에 게시된 정보의 변경</li>\r\n 	<li>“몰”이 정한 정보 이외의 정보(컴퓨터 프로그램 등) 등의 송신 또는 게시</li>\r\n 	<li>“몰” 기타 제3자의 저작권 등 지적재산권에 대한 침해</li>\r\n 	<li>“몰” 기타 제3자의 명예를 손상시키거나 업무를 방해하는 행위</li>\r\n 	<li>외설 또는 폭력적인 메시지, 화상, 음성, 기타 공서양속에 반하는 정보를 몰에 공개 또는 게시하는 행위</li>\r\n</ol>\r\n&nbsp;\r\n\r\n<b>제</b><b>21</b><b>조</b><b>(</b><b>연결</b><b>“</b><b>몰</b><b>”</b><b>과 피연결</b><b>“</b><b>몰</b><b>” </b><b>간의 관계</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① 상위 “몰”과 하위 “몰”이 하이퍼링크(예: 하이퍼링크의 대상에는 문자, 그림 및 동화상 등이 포함됨)방식 등으로 연결된 경우, 전자를 연결 “몰”(웹 사이트)이라고 하고 후자를 피연결 “몰”(웹사이트)이라고 합니다.\r\n\r\n&nbsp;\r\n\r\n② 연결“몰”은 피연결“몰”이 독자적으로 제공하는 재화 등에 의하여 이용자와 행하는 거래에 대해서 보증 책임을 지지 않는다는 뜻을 연결“몰”의 초기화면 또는 연결되는 시점의 팝업화면으로 명시한 경우에는 그 거래에 대한 보증 책임을 지지 않습니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>22</b><b>조</b><b>(</b><b>저작권의 귀속 및 이용제한</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰“이 작성한 저작물에 대한 저작권 기타 지적재산권은 ”몰“에 귀속합니다.\r\n\r\n&nbsp;\r\n\r\n② 이용자는 “몰”을 이용함으로써 얻은 정보 중 “몰”에게 지적재산권이 귀속된 정보를 “몰”의 사전 승낙 없이 복제, 송신, 출판, 배포, 방송 기타 방법에 의하여 영리목적으로 이용하거나 제3자에게 이용하게 하여서는 안됩니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”은 약정에 따라 이용자에게 귀속된 저작권을 사용하는 경우 당해 이용자에게 통보하여야 합니다.\r\n\r\n&nbsp;\r\n\r\n<b>제</b><b>23</b><b>조</b><b>(</b><b>분쟁해결</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”은 이용자가 제기하는 정당한 의견이나 불만을 반영하고 그 피해를 보상처리하기 위하여 피해보상처리기구를 설치․운영합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”은 이용자로부터 제출되는 불만사항 및 의견은 우선적으로 그 사항을 처리합니다. 다만, 신속한 처리가 곤란한 경우에는 이용자에게 그 사유와 처리일정을 즉시 통보해 드립니다.\r\n\r\n&nbsp;\r\n\r\n③ “몰”과 이용자 간에 발생한 전자상거래 분쟁과 관련하여 이용자의 피해구제신청이 있는 경우에는 공정거래위원회 또는 시·도지사가 의뢰하는 분쟁조정기관의 조정에 따를 수 있습니다.\r\n\r\n<b>   </b>\r\n\r\n<b>제</b><b>24</b><b>조</b><b>(</b><b>재판권 및 준거법</b><b>)</b>\r\n\r\n&nbsp;\r\n\r\n① “몰”과 이용자 간에 발생한 전자상거래 분쟁에 관한 소송은 제소 당시의 이용자의 주소에 의하고, 주소가 없는 경우에는 거소를 관할하는 지방법원의 전속관할로 합니다. 다만, 제소 당시 이용자의 주소 또는 거소가 분명하지 않거나 외국 거주자의 경우에는 민사소송법상의 관할법원에 제기합니다.\r\n\r\n&nbsp;\r\n\r\n② “몰”과 이용자 간에 제기된 전자상거래 소송에는 한국법을 적용합니다.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b>   </b>\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Term & Condition", "", "inherit", "closed", "closed", "", "27648-revision-v1", "", "", "2017-04-19 15:34:24", "2017-04-19 06:34:24", "", "27648", "http://leather247.co.kr/27648-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27650", "1", "2017-04-19 15:35:21", "2017-04-19 06:35:21", "{\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"Leather247\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "1637f000-a2c8-4f77-9eb0-55ec7fb30e48", "", "", "2017-04-19 15:35:21", "2017-04-19 06:35:21", "", "0", "http://leather247.co.kr/1637f000-a2c8-4f77-9eb0-55ec7fb30e48/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27651", "1", "2017-04-19 15:37:44", "2017-04-19 06:37:44", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 15:37:44", "2017-04-19 06:37:44", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27652", "1", "2017-04-19 15:38:08", "2017-04-19 06:38:08", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',  \"Georgia\", \"Times New Roman\", Helvetica, Arial, sans-serif !important;\n\n}\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 15:38:08", "2017-04-19 06:38:08", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27653", "1", "2017-04-19 15:39:24", "2017-04-19 06:39:24", "{\n    \"et_divi[et_pb_shop-title_font_size]\": {\n        \"value\": \"15\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[et_pb_shop-sale_badge_font_size]\": {\n        \"value\": \"11\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "1e0fa9b3-bc34-47bd-8538-6aa561f05b31", "", "", "2017-04-19 15:39:24", "2017-04-19 06:39:24", "", "0", "http://leather247.co.kr/1e0fa9b3-bc34-47bd-8538-6aa561f05b31/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27654", "1", "2017-04-19 15:40:07", "2017-04-19 06:40:07", "{\n    \"et_divi[all_buttons_icon]\": {\n        \"value\": \"no\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "f36a32ac-058b-422b-a830-72ee818ab601", "", "", "2017-04-19 15:40:07", "2017-04-19 06:40:07", "", "0", "http://leather247.co.kr/f36a32ac-058b-422b-a830-72ee818ab601/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27655", "1", "2017-04-19 15:41:25", "2017-04-19 06:41:25", "{\n    \"et_divi[et_pb_shop-title_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "80530514-11a9-4811-9e9c-c26b01ce61ef", "", "", "2017-04-19 15:41:25", "2017-04-19 06:41:25", "", "0", "http://leather247.co.kr/80530514-11a9-4811-9e9c-c26b01ce61ef/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27657", "1", "2017-04-19 15:43:01", "2017-04-19 06:43:01", "", "이용약관", "", "publish", "closed", "closed", "", "%ec%9d%b4%ec%9a%a9%ec%95%bd%ea%b4%80", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=27657", "8", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("27658", "1", "2017-04-19 15:43:01", "2017-04-19 06:43:01", "", "개인보호정책", "", "publish", "closed", "closed", "", "%ea%b0%9c%ec%9d%b8%eb%b3%b4%ed%98%b8%ec%a0%95%ec%b1%85", "", "", "2017-04-19 16:15:24", "2017-04-19 07:15:24", "", "0", "http://leather247.co.kr/?p=27658", "9", "nav_menu_item", "", "0");
INSERT INTO `wp_posts` VALUES("27659", "1", "2017-04-19 15:53:46", "2017-04-19 06:53:46", "{\n    \"et_divi[show_search_icon]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[phone_number]\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "bf948fca-9023-4823-9bec-f725c7b04535", "", "", "2017-04-19 15:53:46", "2017-04-19 06:53:46", "", "0", "http://leather247.co.kr/bf948fca-9023-4823-9bec-f725c7b04535/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27660", "1", "2017-04-19 15:54:36", "2017-04-19 06:54:36", "{\n    \"et_divi[phone_number]\": {\n        \"value\": \"010-4222-0247\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "d2da5eb5-1d73-472a-8c56-10e61ef5aa8b", "", "", "2017-04-19 15:54:36", "2017-04-19 06:54:36", "", "0", "http://leather247.co.kr/d2da5eb5-1d73-472a-8c56-10e61ef5aa8b/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27661", "1", "2017-04-19 15:55:51", "2017-04-19 06:55:51", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 15:55:51", "2017-04-19 06:55:51", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27662", "1", "2017-04-19 15:59:52", "2017-04-19 06:59:52", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 15:59:52", "2017-04-19 06:59:52", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27663", "1", "2017-04-19 16:08:02", "2017-04-19 07:08:02", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 16:08:02", "2017-04-19 07:08:02", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27664", "1", "2017-04-19 16:09:17", "2017-04-19 07:09:17", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 16:09:17", "2017-04-19 07:09:17", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27665", "1", "2017-04-19 16:10:46", "2017-04-19 07:10:46", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 16:10:46", "2017-04-19 07:10:46", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27666", "1", "2017-04-19 16:12:51", "2017-04-19 07:12:51", "{\n    \"et_divi[color_schemes]\": {\n        \"value\": \"red\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "5569478b-eb6b-4793-a63e-3f6b5dca9202", "", "", "2017-04-19 16:12:51", "2017-04-19 07:12:51", "", "0", "http://leather247.co.kr/?p=27666", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27667", "1", "2017-04-19 16:13:34", "2017-04-19 07:13:34", "{\n    \"et_divi[color_schemes]\": {\n        \"value\": \"none\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "68a41f39-dee5-4f0a-809f-0f75a33be1f2", "", "", "2017-04-19 16:13:34", "2017-04-19 07:13:34", "", "0", "http://leather247.co.kr/68a41f39-dee5-4f0a-809f-0f75a33be1f2/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27668", "1", "2017-04-19 16:14:16", "2017-04-19 07:14:16", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 16:14:16", "2017-04-19 07:14:16", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27669", "1", "2017-04-19 16:46:09", "2017-04-19 07:46:09", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 12px!important;\n    font-weight: 400 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 16:46:09", "2017-04-19 07:46:09", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27670", "1", "2017-04-19 18:23:46", "2017-04-19 09:23:46", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:23:46", "2017-04-19 09:23:46", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27671", "1", "2017-04-19 18:24:57", "2017-04-19 09:24:57", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n#my-account-content .woocommerce-MyAccount-content {\n    float: none;\n    width: 100%;\n    margin-top: 50px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:24:57", "2017-04-19 09:24:57", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27672", "1", "2017-04-19 18:25:49", "2017-04-19 09:25:49", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n#my-account-content {\n\n    margin-top: 50px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:25:49", "2017-04-19 09:25:49", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27673", "1", "2017-04-19 18:26:21", "2017-04-19 09:26:21", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:26:21", "2017-04-19 09:26:21", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27674", "1", "2017-04-19 18:27:36", "2017-04-19 09:27:36", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:27:36", "2017-04-19 09:27:36", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27675", "1", "2017-04-19 18:47:48", "2017-04-19 09:47:48", "{\n    \"et_divi[vertical_nav]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "475cf0cd-bb42-4fea-9541-5e16ea0bc432", "", "", "2017-04-19 18:47:48", "2017-04-19 09:47:48", "", "0", "http://leather247.co.kr/475cf0cd-bb42-4fea-9541-5e16ea0bc432/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27676", "1", "2017-04-19 18:48:34", "2017-04-19 09:48:34", "{\n    \"et_divi[header_style]\": {\n        \"value\": \"slide\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[hide_nav]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"et_divi[vertical_nav]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "748e53f2-3951-440d-b4e7-08881b5bb946", "", "", "2017-04-19 18:48:34", "2017-04-19 09:48:34", "", "0", "http://leather247.co.kr/?p=27676", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27677", "1", "2017-04-19 18:52:13", "2017-04-19 09:52:13", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:52:13", "2017-04-19 09:52:13", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27678", "1", "2017-04-19 18:56:31", "2017-04-19 09:56:31", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 18:56:31", "2017-04-19 09:56:31", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27679", "1", "2017-04-19 23:35:52", "2017-04-19 14:35:52", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-19 23:35:52", "2017-04-19 14:35:52", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27680", "1", "2017-04-20 00:27:10", "2017-04-19 15:27:10", "", "leather247", "", "inherit", "open", "closed", "", "leather247", "", "", "2017-04-20 00:27:10", "2017-04-19 15:27:10", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/leather247.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_posts` VALUES("27681", "1", "2017-04-20 00:30:51", "2017-04-19 15:30:51", "", "leather247_2", "", "inherit", "open", "closed", "", "leather247_2", "", "", "2017-04-20 00:30:51", "2017-04-19 15:30:51", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/leather247_2.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_posts` VALUES("27682", "1", "2017-04-20 00:33:56", "2017-04-19 15:33:56", "{\n    \"et_divi[slide_nav_bg]\": {\n        \"value\": \"#46302a\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "88e0bc56-5812-4bff-9a4e-88bfd83b60ae", "", "", "2017-04-20 00:33:56", "2017-04-19 15:33:56", "", "0", "http://leather247.co.kr/88e0bc56-5812-4bff-9a4e-88bfd83b60ae/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27683", "1", "2017-04-20 00:34:50", "2017-04-19 15:34:50", "{\n    \"et_divi[slide_nav_links_color_active]\": {\n        \"value\": \"#eacf23\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "0a795265-24e5-4676-9243-e157350c2087", "", "", "2017-04-20 00:34:50", "2017-04-19 15:34:50", "", "0", "http://leather247.co.kr/0a795265-24e5-4676-9243-e157350c2087/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27684", "1", "2017-04-20 00:38:45", "2017-04-19 15:38:45", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 00:38:45", "2017-04-19 15:38:45", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27685", "1", "2017-04-20 00:43:30", "2017-04-19 15:43:30", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 00:43:30", "2017-04-19 15:43:30", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27686", "1", "2017-04-20 00:44:49", "2017-04-19 15:44:49", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 00:44:49", "2017-04-19 15:44:49", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27687", "1", "2017-04-20 00:47:39", "2017-04-19 15:47:39", "{\n    \"blogdescription\": {\n        \"value\": \"\\uc218\\uc81c\\ud654 \\uc804\\ubb38\\uc810\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "d21520ec-d8ec-4f1d-a127-f59f6a3b5936", "", "", "2017-04-20 00:47:39", "2017-04-19 15:47:39", "", "0", "http://leather247.co.kr/d21520ec-d8ec-4f1d-a127-f59f6a3b5936/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27688", "1", "2017-04-20 00:51:14", "2017-04-19 15:51:14", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 00:51:14", "2017-04-19 15:51:14", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27689", "1", "2017-04-20 11:06:00", "2017-04-20 02:06:00", "", "Order &ndash; 4월 20, 2017 @ 11:06 오전", "", "wc-completed", "closed", "closed", "order_58f817a91e89d", "%ec%a3%bc%eb%ac%b8-apr-20-2017-0206-am", "", "", "2017-04-21 00:20:30", "2017-04-20 15:20:30", "", "0", "http://leather247.co.kr/?post_type=shop_order&#038;p=27689", "0", "shop_order", "", "6");
INSERT INTO `wp_posts` VALUES("27690", "1", "2017-04-20 11:09:34", "2017-04-20 02:09:34", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 11:09:34", "2017-04-20 02:09:34", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27691", "1", "2017-04-20 11:10:59", "2017-04-20 02:10:59", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 11:10:59", "2017-04-20 02:10:59", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27692", "1", "2017-04-20 11:17:14", "2017-04-20 02:17:14", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #795548;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 11:17:14", "2017-04-20 02:17:14", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27693", "1", "2017-04-20 22:43:42", "2017-04-20 13:43:42", "{\n    \"et_divi[slide_nav_bg]\": {\n        \"value\": \"#515151\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "adee4a47-efc4-49a2-ad23-5b418ff3049f", "", "", "2017-04-20 22:43:42", "2017-04-20 13:43:42", "", "0", "http://leather247.co.kr/adee4a47-efc4-49a2-ad23-5b418ff3049f/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27694", "1", "2017-04-20 22:44:13", "2017-04-20 13:44:13", "{\n    \"et_divi[slide_nav_links_color_active]\": {\n        \"value\": \"#b52929\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "db23ee0f-e157-4907-9839-68b9bda33cf1", "", "", "2017-04-20 22:44:13", "2017-04-20 13:44:13", "", "0", "http://leather247.co.kr/db23ee0f-e157-4907-9839-68b9bda33cf1/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27695", "1", "2017-04-20 22:44:39", "2017-04-20 13:44:39", "{\n    \"et_divi[slide_nav_links_color_active]\": {\n        \"value\": \"#dd3333\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "2e7d0557-fcb0-4483-8c7b-38d3c2eba3d3", "", "", "2017-04-20 22:44:39", "2017-04-20 13:44:39", "", "0", "http://leather247.co.kr/2e7d0557-fcb0-4483-8c7b-38d3c2eba3d3/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27696", "1", "2017-04-20 22:46:27", "2017-04-20 13:46:27", "{\n    \"et_divi[slide_nav_links_color_active]\": {\n        \"value\": \"#e82323\",\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}", "", "", "trash", "closed", "closed", "", "08fb14a0-085d-44e7-af52-edee1b016887", "", "", "2017-04-20 22:46:27", "2017-04-20 13:46:27", "", "0", "http://leather247.co.kr/08fb14a0-085d-44e7-af52-edee1b016887/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_posts` VALUES("27697", "1", "2017-04-20 22:46:45", "2017-04-20 13:46:45", "", "logo_3", "", "inherit", "open", "closed", "", "logo_3", "", "", "2017-04-20 22:46:45", "2017-04-20 13:46:45", "", "0", "http://leather247.co.kr/wp-content/uploads/2017/04/logo_3.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_posts` VALUES("27698", "1", "2017-04-20 22:49:13", "2017-04-20 13:49:13", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-20 22:49:13", "2017-04-20 13:49:13", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27700", "0", "2017-04-21 10:20:29", "2017-04-21 01:20:29", "", "shop grid", "", "publish", "closed", "closed", "", "shop-grid", "", "", "2017-04-21 10:26:06", "2017-04-21 01:20:29", "", "0", "http://leather247.co.kr/the_grid/shop-grid/", "0", "the_grid", "", "0");
INSERT INTO `wp_posts` VALUES("27701", "1", "2017-04-21 10:21:42", "2017-04-21 01:21:42", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" /][/et_pb_column][/et_pb_row][/et_pb_section]", "Shop", "", "inherit", "closed", "closed", "", "4-autosave-v1", "", "", "2017-04-21 10:21:42", "2017-04-21 01:21:42", "", "4", "http://leather247.co.kr/4-autosave-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27702", "1", "2017-04-21 10:21:58", "2017-04-21 01:21:58", "[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"텍스트\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[the_grid name=\"shop grid\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Shop", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2017-04-21 10:21:58", "2017-04-21 01:21:58", "", "4", "http://leather247.co.kr/4-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27704", "1", "2017-04-25 12:17:59", "2017-04-25 03:17:59", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 16px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 12:17:59", "2017-04-25 03:17:59", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27705", "1", "2017-04-25 12:21:05", "2017-04-25 03:21:05", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 16px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 12:21:05", "2017-04-25 03:21:05", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27706", "1", "2017-04-25 12:21:55", "2017-04-25 03:21:55", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 12:21:55", "2017-04-25 03:21:55", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27707", "1", "2017-04-25 12:23:09", "2017-04-25 03:23:09", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 12:23:09", "2017-04-25 03:23:09", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27708", "1", "2017-04-25 12:25:06", "2017-04-25 03:25:06", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 28%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 12:25:06", "2017-04-25 03:25:06", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27709", "1", "2017-04-25 13:09:39", "2017-04-25 04:09:39", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 13:09:39", "2017-04-25 04:09:39", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27710", "1", "2017-04-25 13:12:06", "2017-04-25 04:12:06", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n\n.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {\n    margin-left: 0;\n}\n\n\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 13:12:06", "2017-04-25 04:12:06", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27711", "1", "2017-04-25 13:12:21", "2017-04-25 04:12:21", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n\n.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {\n    margin-left: 0;\n}\n\n.gform_wrapper .field_description_below .gfield_description {\n    padding-top: 0px;\n}\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 13:12:21", "2017-04-25 04:12:21", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27712", "1", "2017-04-25 13:18:27", "2017-04-25 04:18:27", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n\n.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {\n    margin-left: 0;\n}\n\n.gform_wrapper .field_description_below .gfield_description {\n    padding-top: 0px;\nfont-size: 10px;\n}\n\n.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {\n    margin-top: 0px;\n}\n\n\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 13:18:27", "2017-04-25 04:18:27", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27713", "1", "2017-04-25 13:23:00", "2017-04-25 04:23:00", "@import  \"/font/notosans-fonts.css\";\n@import  \"https://fonts.googleapis.com/css?family=Roboto+Condensed\";\n\n\n\nbody,  div.single-port-info, div.single-port-info a, .ubermenu .ubermenu-target-text, h1.gdl-page-title, div.blog-item-holder .blog-item1 .blog-thumbnail-title, em, input, textarea, select {\n	font-family: \'Roboto Condensed\', \'Noto Sans bold\',   sans-serif !important;\n       font-weight:normal;\n\n}\n\n\n h1, h2, h3, h4, h5, h6, h7{\n	font-family: \'Roboto Condensed\',\'Noto Sans light\',   sans-serif !important;\n\n}\n\n.container {\n    margin: auto!important;\n}\n\n#main-header {\n    background-color: #ffffffe6;\n}\n\n#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {\n    padding: 0 0 23px 0;\n    line-height: 26px;\n    list-style-type: disc;\n}\n\n\n.woocommerce-product-details__short-description h3{\nfont-size: 14px;\n}\n\n.woocommerce-MyAccount-content h2{\nmargin-top:20px;\n}\n\n.product .related h2 {\n    padding-bottom: 16px;\n    font-size: 16px !important;\n}\n\n.et_slide_menu_top a.et-cart-info {\n    float: left;\n}\n\n#my-account-menu .user-profile {\n    text-align: center;\n    display: none;\n}\n\n.woocommerce-Addresses h3{\nborder-bottom:1px solid #999;\n}\n\n#my-account-content {\n    margin-top: 50px;\n    margin-bottom: 30px;\n}\n\n.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {\n    padding: 8px;\n    border-radius: 0px;\n    font-size: 12px;\n}\n\n.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {\n    border-color: #676767;\n}\n\n.woocommerce table.shop_table {\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 0 -1px 24px 0;\n    text-align: left;\n    width: 100%;\n    border-collapse: separate;\n    border-radius: 0;\n}\n\n#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {\n    background: #f7f7f7;\n    border-radius: 0;\n}\n\n\n.woocommerce-info a {\n    color: #795548 !important;\n}\n\n\n.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {\n    background: #dedede !important;\n}\n\n\n.woocommerce-message, .woocommerce-error, .woocommerce-info {\n    padding: 15px !important;\n    border: none !important;\n    color: #797979 !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n    font-size: 12px !important;\n}\n\n\n\n.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {\n    margin: 0 10px 0 0 !important;\n    border-radius: 0px !important;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    border-radius: 0px;\n}\n\n@media (max-width: 980px){\n.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {\n    position: fixed;\n}\n}\n\n.gform_wrapper label.gfield_label {\n    font-weight: 500;\n    font-size: 12px;\n}\n\nbody .gform_wrapper ul li.gfield {\n    margin-top: 6px;\n    padding-top: 0;\n}\n\n.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {\n    margin-bottom: 4px;\n}\n\n.gform_wrapper select, .gform_wrapper textarea {\n    font-family: inherit;\n    letter-spacing: normal;\n    font-size: 12px;\n}\n\n#gform_wrapper_1{\nborder-bottom: 1px solid #d9d9d9;\n}\n\n\n.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {\n    margin-left: 0;\n}\n\n.gform_wrapper .field_description_below .gfield_description {\n    padding-top: 0px;\nfont-size: 10px;\n}\n\n.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {\n    margin-top: 0px;\n}\n\n\n\n@media (min-width: 641px){\n.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {\n    float: left;\n    width: 50%;\n    padding-right: 16px;\n    margin-bottom: 0px;\n}\n\n}\n\n@media (min-width: 981px){\n\n.et_pb_gutter.et_pb_gutters2 #left-area {\n    width:100%;\n}\n\n#main-content .container:before {\n    position: absolute;\n    top: 0;\n    width: 1px;\n    height: 100%;\n    background-color: #e2e2e2;\n    content: \"\";\ndisplay:none;\n}\n\n.et_vertical_nav #main-header #top-menu > li > a {\n    margin-right: -40px;\n    padding-right: 40px;\n    padding-bottom: 9px;\n}\n\n\n.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {\n    float: right;\n    width: 35%;\n}\n\n.et_fixed_nav.et_header_style_slide #main-header {\n\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n\n.woocommerce ul.order_details li {\n    float: left;\n    margin-right: 0;\n    text-transform: uppercase;\n    font-size: .715em;\n    line-height: 2;\n    border-right: 1px dashed #d3ced2;\n    padding-right: 0;\n    margin-left: 0;\n    padding-left: 0;\n    list-style-type: none;\n    width: 25%;\n    text-align: center;\n}\n\n.woocommerce-order > p{\n    text-align: center;\n    padding: 20px;\n    border-bottom: 1px solid #d9d9d9;\n    margin-bottom: 20px;\n}\n\n\n}\n\n\n.woocommerce-Tabs-panel > h2{\ndisplay:none;\n}\n\n.entry-summary p.price span {\n    font-size: 16px!important;\n}\n\n\n\n.woocommerce button.button.alt.disabled{\nbackground-color: #fff;\n    color: #999;\n}\n\nbody.home-posts #left-area .et_pb_post h2, body.archive #left-area .et_pb_post h2, body.search #left-area .et_pb_post h2, body.single .et_post_meta_wrapper h1 {\n	letter-spacing: -2px;\n}\n\n\n.nav li li a, .et_mobile_menu li a{\nfont-size:14px !important;	\n}\n\n.container {\n    position: relative;\n    width: 80%;\n    max-width: 1080px;\n    margin: auto auto auto 50px;\n}\n\n.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {\n    height: 33.38px;\n    border: none!important;\n    -webkit-border-radius: 3px;\n    -moz-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff!important;\n    background-color: rgba(0, 0, 0, 0.2) !important;\n    -webkit-box-shadow: none !important;\n    -moz-box-shadow: none !important;\n    box-shadow: none !important;\n    font-size: 20px!important;\n    font-weight: 500 !important;\n}\n\n#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {\n    color: #e82323;\n}", "Divi", "", "inherit", "closed", "closed", "", "176-revision-v1", "", "", "2017-04-25 13:23:00", "2017-04-25 04:23:00", "", "176", "http://leather247.co.kr/176-revision-v1/", "0", "revision", "", "0");
INSERT INTO `wp_posts` VALUES("27714", "1", "2017-05-08 12:03:08", "0000-00-00 00:00:00", "", "자동 임시글", "", "auto-draft", "open", "open", "", "", "", "", "2017-05-08 12:03:08", "0000-00-00 00:00:00", "", "0", "http://leather247.co.kr/?p=27714", "0", "post", "", "0");

/* INSERT TABLE DATA: wp_rg_form */
INSERT INTO `wp_rg_form` VALUES("1", "Leather Option", "2017-04-25 02:39:01", "1", "0");

/* INSERT TABLE DATA: wp_rg_form_meta */
INSERT INTO `wp_rg_form_meta` VALUES("1", "{\"title\":\"Leather Option\",\"description\":\"\",\"labelPlacement\":\"left_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"product\",\"id\":1,\"label\":\"Product Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":[{\"id\":\"1.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"1.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"1.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"hiddenproduct\",\"enablePrice\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"&#8361; 0\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":8,\"label\":\"\\ubc1c\\uae38\\uc774(mm)\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":9,\"label\":\"\\ubc1c\\ub113\\uc774(mm)\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":10,\"label\":\"\\ud3c9\\uc18c \\uc6b4\\ub3d9\\ud654 \\uc0ac\\uc774\\uc988\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":11,\"label\":\"\\ud3c9\\uc18c \\ub2e4\\ub978\\uad6c\\ub450 \\uc0ac\\uc774\\uc988\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":12,\"label\":\"\\ucd94\\uac00\\uc694\\uccad(\\ud2b9\\uc774) \\uc0ac\\ud56d\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":2,\"label\":\"\\uc0ac\\uc774\\uc988\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"235mm \\uc774\\ud558(\\uc0c1\\ub2f4\\uc694\\ub9dd,\\ucd94\\uac00\\ube44\\uc6a9)\",\"value\":\"235mm \\uc774\\ud558(\\uc0c1\\ub2f4\\uc694\\ub9dd,\\ucd94\\uac00\\ube44\\uc6a9)\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"240mm\",\"value\":\"240mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"245mm\",\"value\":\"245mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"250mm\",\"value\":\"250mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"255mm\",\"value\":\"255mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"260mm\",\"value\":\"260mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"265mm\",\"value\":\"265mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"270mm\",\"value\":\"270mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"275mm\",\"value\":\"275mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"280mm\",\"value\":\"280mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"285mm\",\"value\":\"285mm\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"285mm \\uc774\\uc0c1 (\\uc0c1\\ub2f4\\uc694\\ub9dd)\",\"value\":\"285mm \\uc774\\uc0c1 (\\uc0c1\\ub2f4\\uc694\\ub9dd)\",\"isSelected\":false,\"price\":\"&#8361; 0\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":7,\"label\":\"\\ubc1c\\ubcfc\\ub113\\uc774\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"value\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ubcfc++\",\"value\":\"\\ubc1c\\ubcfc++\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ubcfc+\",\"value\":\"\\ubc1c\\ubcfc+\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ubcfc-\",\"value\":\"\\ubc1c\\ubcfc-\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ubcfc--\",\"value\":\"\\ubc1c\\ubcfc--\",\"isSelected\":false,\"price\":\"&#8361; 0\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":3,\"label\":\"\\ubc1c\\ub4f1\\ub192\\uc774\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"value\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ub4f1++\",\"value\":\"\\ubc1c\\ub4f1++\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ub4f1+\",\"value\":\"\\ubc1c\\ub4f1+\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ub4f1-\",\"value\":\"\\ubc1c\\ub4f1-\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc1c\\ub4f1--\",\"value\":\"\\ubc1c\\ub4f1--\",\"isSelected\":false,\"price\":\"&#8361; 0\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":4,\"label\":\"\\ub0b4\\ubd80\\uad7d\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"value\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"1.0cm-1.5cm\",\"value\":\"1.0cm-1.5cm\",\"isSelected\":false,\"price\":\"&#8361; 5,000\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":5,\"label\":\"\\uac00\\uc8fd\\ubcc0\\uacbd\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"value\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"\\uac80\\uc815 \\ube0c\\ub7ec\\uc26c\",\"value\":\"\\uac80\\uc815 \\ube0c\\ub7ec\\uc26c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uc5f0\\ubc24\\ube0c\\ub7ec\\uc26c\",\"value\":\"\\uc5f0\\ubc24\\ube0c\\ub7ec\\uc26c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uc911\\ubc24 \\ube0c\\ub7ec\\uc26c\",\"value\":\"\\uc911\\ubc24 \\ube0c\\ub7ec\\uc26c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uc9c4\\ubc24 \\ube0c\\ub7ec\\uc26c\",\"value\":\"\\uc9c4\\ubc24 \\ube0c\\ub7ec\\uc26c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uac80\\uc815 \\ubcf5\\uc2a4\",\"value\":\"\\uac80\\uc815 \\ubcf5\\uc2a4\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uc640\\uc778 \\ubcf5\\uc2a4\",\"value\":\"\\uc640\\uc778 \\ubcf5\\uc2a4\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc24\\uc0c9 \\ubcf5\\uc2a4\",\"value\":\"\\ubc24\\uc0c9 \\ubcf5\\uc2a4\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uac80\\uc815\\ud06c\\ub9c1\\ud06c\",\"value\":\"\\uac80\\uc815\\ud06c\\ub9c1\\ud06c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubc24\\uc0c9 \\uc624\\ud50c\",\"value\":\"\\ubc24\\uc0c9 \\uc624\\ud50c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uac80\\uc815 \\uc624\\ud50c\",\"value\":\"\\uac80\\uc815 \\uc624\\ud50c\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\uc9c4\\ubc24\\uc250\\ub3c4\\uc6b0\",\"value\":\"\\uc9c4\\ubc24\\uc250\\ub3c4\\uc6b0\",\"isSelected\":false,\"price\":\"&#8361; 0\"},{\"text\":\"\\ubd89\\uc740\\uc250\\ub3c4\\uc6b0\",\"value\":\"\\ubd89\\uc740\\uc250\\ub3c4\\uc6b0\",\"isSelected\":false,\"price\":\"&#8361; 0\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":6,\"label\":\"\\ubc11\\ucc3d\\ubcc0\\uacbd\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"value\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"\\ud64d\\ucc3d \\ubcc0\\uacbd\",\"value\":\"\\ud64d\\ucc3d \\ubcc0\\uacbd\",\"isSelected\":false,\"price\":\"&#8361; 50,000\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"option\",\"id\":13,\"label\":\"\\uae54\\ucc3d\\ucd94\\uac00\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputType\":\"select\",\"choices\":[{\"text\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"value\":\"\\uc120\\ud0dd\\uc548\\ud568\",\"isSelected\":true,\"price\":\"&#8361; 0\"},{\"text\":\"\\uce7c\\ucc3d\\ucd94\\uac00\",\"value\":\"\\uce7c\\ucc3d\\ucd94\\uac00\",\"isSelected\":false,\"price\":\"&#8361; 3,000\"}],\"enablePrice\":true,\"productField\":1,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.2.1.2\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"58feb6c50824f\":{\"id\":\"58feb6c50824f\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"58feb6c508bfb\":{\"id\":\"58feb6c508bfb\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}", NULL, "{\"58feb6c508bfb\":{\"id\":\"58feb6c508bfb\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}", "{\"58feb6c50824f\":{\"id\":\"58feb6c50824f\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}");

/* INSERT TABLE DATA: wp_rg_form_view */
INSERT INTO `wp_rg_form_view` VALUES("1", "1", "2017-04-25 03:28:23", "211.231.103.91", "8");
INSERT INTO `wp_rg_form_view` VALUES("2", "1", "2017-04-26 05:20:34", "192.168.0.1", "2");
INSERT INTO `wp_rg_form_view` VALUES("3", "1", "2017-04-27 09:13:35", "116.39.53.227", "4");

/* INSERT TABLE DATA: wp_term_relationships */
INSERT INTO `wp_term_relationships` VALUES("1", "1", "0");
INSERT INTO `wp_term_relationships` VALUES("9", "2", "0");
INSERT INTO `wp_term_relationships` VALUES("9", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("29", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("30", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("31", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("32", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "4", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("33", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("223", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("224", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("225", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "4", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("227", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "4", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("229", "25", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "4", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("231", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "4", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("233", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "4", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("235", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "2", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "14", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "16", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "17", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "18", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "19", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "20", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "21", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "22", "0");
INSERT INTO `wp_term_relationships` VALUES("237", "26", "0");
INSERT INTO `wp_term_relationships` VALUES("27636", "27", "0");
INSERT INTO `wp_term_relationships` VALUES("27636", "28", "0");
INSERT INTO `wp_term_relationships` VALUES("27636", "29", "0");
INSERT INTO `wp_term_relationships` VALUES("27647", "27", "0");
INSERT INTO `wp_term_relationships` VALUES("27647", "28", "0");
INSERT INTO `wp_term_relationships` VALUES("27647", "30", "0");
INSERT INTO `wp_term_relationships` VALUES("27657", "15", "0");
INSERT INTO `wp_term_relationships` VALUES("27658", "15", "0");

/* INSERT TABLE DATA: wp_term_taxonomy */
INSERT INTO `wp_term_taxonomy` VALUES("1", "1", "category", "", "0", "1");
INSERT INTO `wp_term_taxonomy` VALUES("2", "2", "product_type", "", "0", "2");
INSERT INTO `wp_term_taxonomy` VALUES("3", "3", "product_type", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("4", "4", "product_type", "", "0", "6");
INSERT INTO `wp_term_taxonomy` VALUES("5", "5", "product_type", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("6", "6", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("7", "7", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("8", "8", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("9", "9", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("10", "10", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("11", "11", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("12", "12", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("13", "13", "product_visibility", "", "0", "0");
INSERT INTO `wp_term_taxonomy` VALUES("14", "14", "product_visibility", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("15", "15", "nav_menu", "", "0", "9");
INSERT INTO `wp_term_taxonomy` VALUES("16", "16", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("17", "17", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("18", "18", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("19", "19", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("20", "20", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("21", "21", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("22", "22", "pa_size", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("25", "25", "product_cat", "", "0", "1");
INSERT INTO `wp_term_taxonomy` VALUES("26", "26", "product_cat", "", "0", "7");
INSERT INTO `wp_term_taxonomy` VALUES("27", "27", "scope", "", "0", "2");
INSERT INTO `wp_term_taxonomy` VALUES("28", "28", "module_width", "", "0", "2");
INSERT INTO `wp_term_taxonomy` VALUES("29", "29", "layout_type", "", "0", "1");
INSERT INTO `wp_term_taxonomy` VALUES("30", "30", "layout_type", "", "0", "1");

/* INSERT TABLE DATA: wp_termmeta */
INSERT INTO `wp_termmeta` VALUES("1", "16", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("2", "17", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("3", "18", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("4", "19", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("5", "20", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("6", "21", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("7", "22", "order_pa_size", "0");
INSERT INTO `wp_termmeta` VALUES("11", "25", "order", "0");
INSERT INTO `wp_termmeta` VALUES("12", "26", "order", "0");
INSERT INTO `wp_termmeta` VALUES("13", "26", "product_count_product_cat", "7");
INSERT INTO `wp_termmeta` VALUES("14", "25", "product_count_product_cat", "1");

/* INSERT TABLE DATA: wp_terms */
INSERT INTO `wp_terms` VALUES("1", "미분류", "uncategorized", "0");
INSERT INTO `wp_terms` VALUES("2", "simple", "simple", "0");
INSERT INTO `wp_terms` VALUES("3", "grouped", "grouped", "0");
INSERT INTO `wp_terms` VALUES("4", "variable", "variable", "0");
INSERT INTO `wp_terms` VALUES("5", "external", "external", "0");
INSERT INTO `wp_terms` VALUES("6", "exclude-from-search", "exclude-from-search", "0");
INSERT INTO `wp_terms` VALUES("7", "exclude-from-catalog", "exclude-from-catalog", "0");
INSERT INTO `wp_terms` VALUES("8", "featured", "featured", "0");
INSERT INTO `wp_terms` VALUES("9", "outofstock", "outofstock", "0");
INSERT INTO `wp_terms` VALUES("10", "rated-1", "rated-1", "0");
INSERT INTO `wp_terms` VALUES("11", "rated-2", "rated-2", "0");
INSERT INTO `wp_terms` VALUES("12", "rated-3", "rated-3", "0");
INSERT INTO `wp_terms` VALUES("13", "rated-4", "rated-4", "0");
INSERT INTO `wp_terms` VALUES("14", "rated-5", "rated-5", "0");
INSERT INTO `wp_terms` VALUES("15", "메인메뉴", "%eb%a9%94%ec%9d%b8%eb%a9%94%eb%89%b4", "0");
INSERT INTO `wp_terms` VALUES("16", "250", "250", "0");
INSERT INTO `wp_terms` VALUES("17", "255", "255", "0");
INSERT INTO `wp_terms` VALUES("18", "260", "260", "0");
INSERT INTO `wp_terms` VALUES("19", "265", "265", "0");
INSERT INTO `wp_terms` VALUES("20", "270", "270", "0");
INSERT INTO `wp_terms` VALUES("21", "275", "275", "0");
INSERT INTO `wp_terms` VALUES("22", "280", "280", "0");
INSERT INTO `wp_terms` VALUES("25", "부츠/로커", "%eb%b6%80%ec%b8%a0%eb%a1%9c%ec%bb%a4", "0");
INSERT INTO `wp_terms` VALUES("26", "스니커즈/로퍼", "%ec%8a%a4%eb%8b%88%ec%bb%a4%ec%a6%88%eb%a1%9c%ed%8d%bc", "0");
INSERT INTO `wp_terms` VALUES("27", "not_global", "not_global", "0");
INSERT INTO `wp_terms` VALUES("28", "regular", "regular", "0");
INSERT INTO `wp_terms` VALUES("29", "section", "section", "0");
INSERT INTO `wp_terms` VALUES("30", "layout", "layout", "0");

/* INSERT TABLE DATA: wp_usermeta */
INSERT INTO `wp_usermeta` VALUES("1", "1", "nickname", "adminleather");
INSERT INTO `wp_usermeta` VALUES("2", "1", "first_name", "");
INSERT INTO `wp_usermeta` VALUES("3", "1", "last_name", "");
INSERT INTO `wp_usermeta` VALUES("4", "1", "description", "");
INSERT INTO `wp_usermeta` VALUES("5", "1", "rich_editing", "true");
INSERT INTO `wp_usermeta` VALUES("6", "1", "comment_shortcuts", "false");
INSERT INTO `wp_usermeta` VALUES("7", "1", "admin_color", "fresh");
INSERT INTO `wp_usermeta` VALUES("8", "1", "use_ssl", "0");
INSERT INTO `wp_usermeta` VALUES("9", "1", "show_admin_bar_front", "true");
INSERT INTO `wp_usermeta` VALUES("10", "1", "locale", "");
INSERT INTO `wp_usermeta` VALUES("11", "1", "wp_capabilities", "a:1:{s:13:\"administrator\";b:1;}");
INSERT INTO `wp_usermeta` VALUES("12", "1", "wp_user_level", "10");
INSERT INTO `wp_usermeta` VALUES("13", "1", "dismissed_wp_pointers", "");
INSERT INTO `wp_usermeta` VALUES("14", "1", "show_welcome_panel", "0");
INSERT INTO `wp_usermeta` VALUES("15", "1", "session_tokens", "a:1:{s:64:\"c005bd53f0bdd68bc6d50386193129ced5c1a0d5a8d66ff36d451497fd29e902\";a:4:{s:10:\"expiration\";i:1494385386;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0\";s:5:\"login\";i:1494212586;}}");
INSERT INTO `wp_usermeta` VALUES("16", "1", "wp_dashboard_quick_press_last_post_id", "27714");
INSERT INTO `wp_usermeta` VALUES("17", "1", "wp_user-settings", "libraryContent=browse&imgsize=large&editor=tinymce");
INSERT INTO `wp_usermeta` VALUES("18", "1", "wp_user-settings-time", "1492582792");
INSERT INTO `wp_usermeta` VALUES("19", "1", "_woocommerce_persistent_cart", "a:1:{s:4:\"cart\";a:2:{s:32:\"45c48cce2e2d7fbdea1afc51c7c6ad26\";a:9:{s:10:\"product_id\";i:9;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:150000;s:13:\"line_subtotal\";d:150000;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"3adfc2d6157753de6a26748cb5708033\";a:9:{s:10:\"product_id\";i:235;s:12:\"variation_id\";i:236;s:9:\"variation\";a:1:{s:17:\"attribute_pa_size\";s:3:\"260\";}s:8:\"quantity\";i:1;s:10:\"line_total\";d:189000;s:13:\"line_subtotal\";d:189000;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}");
INSERT INTO `wp_usermeta` VALUES("20", "1", "managenav-menuscolumnshidden", "a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}");
INSERT INTO `wp_usermeta` VALUES("21", "1", "metaboxhidden_nav-menus", "a:5:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:15:\"add-product_cat\";i:4;s:15:\"add-product_tag\";}");
INSERT INTO `wp_usermeta` VALUES("22", "1", "userpro_verified", "1");
INSERT INTO `wp_usermeta` VALUES("23", "1", "nav_menu_recently_edited", "15");
INSERT INTO `wp_usermeta` VALUES("24", "2", "nickname", "picell.kim");
INSERT INTO `wp_usermeta` VALUES("25", "2", "first_name", "김정훈");
INSERT INTO `wp_usermeta` VALUES("26", "2", "last_name", "");
INSERT INTO `wp_usermeta` VALUES("27", "2", "description", "");
INSERT INTO `wp_usermeta` VALUES("28", "2", "rich_editing", "true");
INSERT INTO `wp_usermeta` VALUES("29", "2", "comment_shortcuts", "false");
INSERT INTO `wp_usermeta` VALUES("30", "2", "admin_color", "fresh");
INSERT INTO `wp_usermeta` VALUES("31", "2", "use_ssl", "0");
INSERT INTO `wp_usermeta` VALUES("32", "2", "show_admin_bar_front", "true");
INSERT INTO `wp_usermeta` VALUES("33", "2", "locale", "");
INSERT INTO `wp_usermeta` VALUES("34", "2", "wp_capabilities", "a:1:{s:8:\"customer\";b:1;}");
INSERT INTO `wp_usermeta` VALUES("35", "2", "wp_user_level", "0");
INSERT INTO `wp_usermeta` VALUES("36", "2", "display_name", "picell.kim");
INSERT INTO `wp_usermeta` VALUES("37", "2", "session_tokens", "a:1:{s:64:\"23e533ece84bb410009f4048076d26887b1434fe27432ae6bde7181eceaaed2c\";a:4:{s:10:\"expiration\";i:1493863593;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1492653993;}}");
INSERT INTO `wp_usermeta` VALUES("39", "2", "last_update", "1492701630");
INSERT INTO `wp_usermeta` VALUES("40", "2", "billing_first_name", "김정훈");
INSERT INTO `wp_usermeta` VALUES("41", "2", "billing_address_1", "부산 수영구 수영로 665 (광안동, 송파지오스V)");
INSERT INTO `wp_usermeta` VALUES("42", "2", "billing_address_2", "703호");
INSERT INTO `wp_usermeta` VALUES("43", "2", "billing_postcode", "48243");
INSERT INTO `wp_usermeta` VALUES("44", "2", "billing_country", "KR");
INSERT INTO `wp_usermeta` VALUES("45", "2", "billing_email", "picell.kim@gmail.com");
INSERT INTO `wp_usermeta` VALUES("46", "2", "billing_phone", "010-2568-5171");
INSERT INTO `wp_usermeta` VALUES("47", "2", "shipping_method", "");
INSERT INTO `wp_usermeta` VALUES("48", "1", "wc_points_balance", "0");
INSERT INTO `wp_usermeta` VALUES("49", "2", "wc_points_balance", "190");
INSERT INTO `wp_usermeta` VALUES("50", "1", "meta-box-order_dashboard", "a:4:{s:6:\"normal\";s:104:\"woocommerce_dashboard_status,dashboard_right_now,dashboard_activity,woocommerce_dashboard_recent_reviews\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}");
INSERT INTO `wp_usermeta` VALUES("51", "2", "paying_customer", "1");
INSERT INTO `wp_usermeta` VALUES("52", "1", "gform_recent_forms", "a:1:{i:0;s:1:\"1\";}");

/* INSERT TABLE DATA: wp_users */
INSERT INTO `wp_users` VALUES("1", "adminleather", "$P$BlQn.GfD6r6O07GkrKXib96GXq.pga1", "adminleather", "picell@me.com", "", "2017-04-14 09:53:50", "", "0", "adminleather");
INSERT INTO `wp_users` VALUES("2", "picell.kim", "$P$BvB76SGXTITIZ1dJzttjYbf7B9NRlO1", "picell-kim", "picell.kim@gmail.com", "", "2017-04-20 02:06:33", "", "0", "김정훈");

/* INSERT TABLE DATA: wp_wc_points_rewards_user_points */
INSERT INTO `wp_wc_points_rewards_user_points` VALUES("1", "2", "189", "189", "27689", "2017-04-20 02:16:02");

/* INSERT TABLE DATA: wp_wc_points_rewards_user_points_log */
INSERT INTO `wp_wc_points_rewards_user_points_log` VALUES("1", "2", "189", "order-placed", "1", "27689", "1", NULL, "2017-04-20 02:16:02");

/* INSERT TABLE DATA: wp_woocommerce_attribute_taxonomies */
INSERT INTO `wp_woocommerce_attribute_taxonomies` VALUES("1", "size", "사이즈", "select", "menu_order", "0");

/* INSERT TABLE DATA: wp_woocommerce_order_itemmeta */
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("1", "1", "_product_id", "233");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("2", "1", "_variation_id", "234");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("3", "1", "_qty", "1");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("4", "1", "_tax_class", "");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("5", "1", "_line_subtotal", "189000");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("6", "1", "_line_subtotal_tax", "0");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("7", "1", "_line_total", "189000");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("8", "1", "_line_tax", "0");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("9", "1", "_line_tax_data", "a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}");
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES("10", "1", "pa_size", "260");

/* INSERT TABLE DATA: wp_woocommerce_order_items */
INSERT INTO `wp_woocommerce_order_items` VALUES("1", "브라운슈즈4", "line_item", "27689");

/* INSERT TABLE DATA: wp_woocommerce_sessions */
INSERT INTO `wp_woocommerce_sessions` VALUES("44", "1", "a:19:{s:4:\"cart\";s:653:\"a:2:{s:32:\"45c48cce2e2d7fbdea1afc51c7c6ad26\";a:9:{s:10:\"product_id\";i:9;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:150000;s:13:\"line_subtotal\";d:150000;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"3adfc2d6157753de6a26748cb5708033\";a:9:{s:10:\"product_id\";i:235;s:12:\"variation_id\";i:236;s:9:\"variation\";a:1:{s:17:\"attribute_pa_size\";s:3:\"260\";}s:8:\"quantity\";i:1;s:10:\"line_total\";d:189000;s:13:\"line_subtotal\";d:189000;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:339000;s:5:\"total\";i:0;s:8:\"subtotal\";i:339000;s:15:\"subtotal_ex_tax\";i:339000;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:650:\"a:24:{s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"KR\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"KR\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b:0;s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:13:\"picell@me.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}", "1494385390");

SET FOREIGN_KEY_CHECKS = 1; 

/* Duplicator WordPress Timestamp: 2017-05-08 03:45:53*/
/* DUPLICATOR_MYSQLDUMP_EOF */

Youez - 2016 - github.com/yon3zu
LinuXploit