EVOLUTION-MANAGER
Edit File: dup-database__eb944b0-29135707.sql
/* DUPLICATOR-PRO (PHP MULTI-THREADED BUILD MODE) MYSQL SCRIPT CREATED ON : 2022-09-29 13:57:28 */ /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', `args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, `attempts` int(11) NOT NULL DEFAULT 0, `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, `extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=226 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_aioseo_cache` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_cache_key` (`key`), KEY `ndx_aioseo_cache_expiration` (`expiration`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_aioseo_notifications` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(13) COLLATE utf8mb4_unicode_ci NOT NULL, `title` text COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `level` text COLLATE utf8mb4_unicode_ci NOT NULL, `notification_id` bigint(20) unsigned DEFAULT NULL, `notification_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `button1_action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `button2_label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `button2_action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT 0, `new` tinyint(1) NOT NULL DEFAULT 1, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`), KEY `ndx_aioseo_notifications_dates` (`start`,`end`), KEY `ndx_aioseo_notifications_type` (`type`), KEY `ndx_aioseo_notifications_dismissed` (`dismissed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_aioseo_posts` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL, `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keyphrases` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `page_analysis` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `canonical_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_object_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default', `og_image_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default', `og_image_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_image_width` int(11) DEFAULT NULL, `og_image_height` int(11) DEFAULT NULL, `og_image_custom_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_image_custom_fields` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_video` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_custom_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_article_section` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `og_article_tags` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_use_og` tinyint(1) DEFAULT 0, `twitter_card` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default', `twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default', `twitter_image_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_image_custom_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_image_custom_fields` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `seo_score` int(11) NOT NULL DEFAULT 0, `schema_type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 'default', `schema_type_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pillar_content` tinyint(1) DEFAULT NULL, `robots_default` tinyint(1) NOT NULL DEFAULT 1, `robots_noindex` tinyint(1) NOT NULL DEFAULT 0, `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0, `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0, `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0, `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0, `robots_noodp` tinyint(1) NOT NULL DEFAULT 0, `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0, `robots_max_snippet` int(11) DEFAULT NULL, `robots_max_videopreview` int(11) DEFAULT NULL, `robots_max_imagepreview` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 'large', `images` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image_scan_date` datetime DEFAULT NULL, `priority` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `frequency` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `videos` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_thumbnail` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_scan_date` datetime DEFAULT NULL, `local_seo` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `limit_modified_date` tinyint(1) NOT NULL DEFAULT 0, `options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_posts_post_id` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; 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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; 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_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_duplicator_pro_entities` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `type_idx` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_duplicator_pro_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `package` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=5876 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1499 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=690 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_rank_math_analytics_objects` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `created` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `title` text COLLATE utf8mb4_unicode_ci NOT NULL, `page` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `object_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `object_subtype` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `object_id` bigint(20) unsigned NOT NULL, `primary_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `seo_score` tinyint(4) NOT NULL DEFAULT 0, `page_score` tinyint(4) NOT NULL DEFAULT 0, `is_indexable` tinyint(1) NOT NULL DEFAULT 1, `schemas_in_use` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `desktop_interactive` double DEFAULT 0, `desktop_pagescore` double DEFAULT 0, `mobile_interactive` double DEFAULT 0, `mobile_pagescore` double DEFAULT 0, `pagespeed_refreshed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `analytics_object_page` (`page`(190)) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_rank_math_internal_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_rank_math_internal_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT 0, `external_link_count` int(10) unsigned DEFAULT 0, `incoming_link_count` int(10) unsigned DEFAULT 0, PRIMARY KEY (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_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_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE `wp_wpforms_tasks_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /* DUPLICATOR PRO TABLE CREATION END */ INSERT INTO `wp_actionscheduler_actions` VALUES ("42","rank_math/analytics/data_fetch","complete","2022-08-31 03:47:28","2022-08-31 03:47:28","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1661917648;s:18:\"\0*\0first_timestamp\";i:1659434460;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1661917648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}","4","1","2022-08-31 08:06:58","2022-08-31 15:06:58","0",NULL), ("46","aioseo_cache_prune","complete","2022-08-29 13:45:36","2022-08-29 13:45:36","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1661780736;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1661780736;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-08-29 15:27:21","2022-08-29 22:27:21","0",NULL), ("47","aioseo_cache_prune","complete","2022-08-30 15:27:21","2022-08-30 15:27:21","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1661873241;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1661873241;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-08-30 17:05:05","2022-08-31 00:05:05","0",NULL), ("48","aioseo_cache_prune","complete","2022-08-31 17:05:05","2022-08-31 17:05:05","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1661965505;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1661965505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-08-31 17:10:28","2022-09-01 00:10:28","0",NULL), ("49","rank_math/analytics/data_fetch","complete","2022-09-07 08:06:58","2022-09-07 08:06:58","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662538018;s:18:\"\0*\0first_timestamp\";i:1659434460;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662538018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}","4","1","2022-09-07 08:23:09","2022-09-07 15:23:09","0",NULL), ("50","aioseo_cache_prune","complete","2022-09-01 17:10:28","2022-09-01 17:10:28","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662052228;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662052228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-01 18:29:32","2022-09-02 01:29:32","0",NULL), ("51","aioseo_cache_prune","complete","2022-09-02 18:29:32","2022-09-02 18:29:32","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662143372;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662143372;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-03 02:21:28","2022-09-03 09:21:28","0",NULL), ("52","aioseo_cache_prune","complete","2022-09-04 02:21:28","2022-09-04 02:21:28","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662258088;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662258088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-04 04:05:30","2022-09-04 11:05:30","0",NULL), ("53","aioseo_cache_prune","complete","2022-09-05 04:05:30","2022-09-05 04:05:30","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662350730;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662350730;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-05 13:44:39","2022-09-05 20:44:39","0",NULL), ("54","aioseo_cache_prune","complete","2022-09-06 13:44:39","2022-09-06 13:44:39","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662471879;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662471879;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-06 23:37:24","2022-09-07 06:37:24","0",NULL), ("55","aioseo_cache_prune","complete","2022-09-07 23:37:24","2022-09-07 23:37:24","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662593844;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662593844;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-08 00:23:16","2022-09-08 07:23:16","0",NULL), ("56","rank_math/analytics/data_fetch","complete","2022-09-14 08:23:09","2022-09-14 08:23:09","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663143789;s:18:\"\0*\0first_timestamp\";i:1659434460;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663143789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}","4","1","2022-09-14 11:39:56","2022-09-14 18:39:56","0",NULL), ("57","aioseo_cache_prune","complete","2022-09-09 00:23:16","2022-09-09 00:23:16","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662682996;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662682996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-09 01:01:26","2022-09-09 08:01:26","0",NULL), ("58","aioseo_cache_prune","complete","2022-09-10 01:01:26","2022-09-10 01:01:26","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662771686;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662771686;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-10 01:22:14","2022-09-10 08:22:14","0",NULL), ("59","aioseo_cache_prune","complete","2022-09-11 01:22:14","2022-09-11 01:22:14","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662859334;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662859334;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-11 01:52:38","2022-09-11 08:52:38","0",NULL), ("60","aioseo_cache_prune","complete","2022-09-12 01:52:38","2022-09-12 01:52:38","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1662947558;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1662947558;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-12 05:59:37","2022-09-12 12:59:37","0",NULL), ("61","aioseo_cache_prune","complete","2022-09-13 05:59:37","2022-09-13 05:59:37","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663048777;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663048777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-13 06:20:24","2022-09-13 13:20:24","0",NULL), ("62","aioseo_cache_prune","complete","2022-09-14 06:20:24","2022-09-14 06:20:24","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663136424;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663136424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-14 11:39:56","2022-09-14 18:39:56","0",NULL), ("63","aioseo_cache_prune","complete","2022-09-15 11:39:56","2022-09-15 11:39:56","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663241996;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663241996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-15 11:58:11","2022-09-15 18:58:11","0",NULL), ("64","rank_math/analytics/data_fetch","complete","2022-09-21 11:39:56","2022-09-21 11:39:56","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663760396;s:18:\"\0*\0first_timestamp\";i:1659434460;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663760396;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}","4","1","2022-09-21 11:57:56","2022-09-21 18:57:56","0",NULL), ("65","aioseo_cache_prune","complete","2022-09-16 11:58:11","2022-09-16 11:58:11","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663329491;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663329491;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-16 11:58:12","2022-09-16 18:58:12","0",NULL), ("66","aioseo_cache_prune","complete","2022-09-17 11:58:12","2022-09-17 11:58:12","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663415892;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663415892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-17 14:33:45","2022-09-17 21:33:45","0",NULL), ("67","aioseo_cache_prune","complete","2022-09-18 14:33:45","2022-09-18 14:33:45","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663511625;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663511625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-18 14:46:53","2022-09-18 21:46:53","0",NULL), ("68","aioseo_cache_prune","complete","2022-09-19 14:46:53","2022-09-19 14:46:53","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663598813;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663598813;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-19 15:12:08","2022-09-19 22:12:08","0",NULL), ("69","aioseo_cache_prune","complete","2022-09-20 15:12:08","2022-09-20 15:12:08","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663686728;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663686728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-20 17:55:33","2022-09-21 00:55:33","0",NULL), ("70","aioseo_cache_prune","complete","2022-09-21 17:55:33","2022-09-21 17:55:33","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663782933;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663782933;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-21 23:27:04","2022-09-22 06:27:04","0",NULL), ("71","rank_math/analytics/data_fetch","failed","2022-09-28 11:57:56","2022-09-28 11:57:56","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664366276;s:18:\"\0*\0first_timestamp\";i:1659434460;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664366276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}","4","1","2022-09-28 14:58:30","2022-09-28 21:58:30","0",NULL), ("72","aioseo_cache_prune","complete","2022-09-22 23:27:04","2022-09-22 23:27:04","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663889224;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663889224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-23 02:43:02","2022-09-23 09:43:02","0",NULL), ("73","aioseo_cache_prune","complete","2022-09-24 02:43:02","2022-09-24 02:43:02","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663987382;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663987382;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-24 02:49:12","2022-09-24 09:49:12","0",NULL), ("74","aioseo_cache_prune","complete","2022-09-25 02:49:12","2022-09-25 02:49:12","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664074152;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664074152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-25 04:14:58","2022-09-25 11:14:58","0",NULL), ("75","aioseo_cache_prune","complete","2022-09-26 04:14:58","2022-09-26 04:14:58","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664165698;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664165698;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-26 05:09:50","2022-09-26 12:09:50","0",NULL), ("76","aioseo_cache_prune","complete","2022-09-27 05:09:50","2022-09-27 05:09:50","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664255390;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664255390;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-27 06:03:35","2022-09-27 13:03:35","0",NULL), ("77","aioseo_cache_prune","complete","2022-09-28 06:03:35","2022-09-28 06:03:35","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664345015;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664345015;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-28 06:36:42","2022-09-28 13:36:42","0",NULL), ("78","aioseo_cache_prune","failed","2022-09-29 06:36:42","2022-09-29 06:36:42","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664433402;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664433402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","1","2022-09-29 13:56:30","2022-09-29 20:56:30","0",NULL), ("79","action_scheduler/migration_hook","complete","2022-09-28 08:22:21","2022-09-28 08:22:21","[]","O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1664353341;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1664353341;}","1","1","2022-09-28 14:58:30","2022-09-28 21:58:30","0",NULL), ("80","rank_math/analytics/data_fetch","pending","2022-10-05 14:58:30","2022-10-05 14:58:30","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664981910;s:18:\"\0*\0first_timestamp\";i:1659434460;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664981910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}","4","0","0000-00-00 00:00:00","0000-00-00 00:00:00","0",NULL), ("81","aioseo_cache_prune","pending","2022-09-30 13:56:30","2022-09-30 13:56:30","[]","O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664546190;s:18:\"\0*\0first_timestamp\";i:1659117964;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664546190;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}","2","0","0000-00-00 00:00:00","0000-00-00 00:00:00","0",NULL); INSERT INTO `wp_actionscheduler_groups` VALUES ("1","action-scheduler-migration"), ("2","aioseo"), ("4","rank-math"); INSERT INTO `wp_actionscheduler_logs` VALUES ("108","42","action created","2022-08-24 03:47:28","2022-08-24 03:47:28"), ("120","46","action created","2022-08-28 13:45:37","2022-08-28 13:45:37"), ("121","46","action started via WP Cron","2022-08-29 15:27:21","2022-08-29 15:27:21"), ("122","46","action complete via WP Cron","2022-08-29 15:27:21","2022-08-29 15:27:21"), ("123","47","action created","2022-08-29 15:27:21","2022-08-29 15:27:21"), ("124","47","action started via WP Cron","2022-08-30 17:05:04","2022-08-30 17:05:04"), ("125","47","action complete via WP Cron","2022-08-30 17:05:05","2022-08-30 17:05:05"), ("126","48","action created","2022-08-30 17:05:05","2022-08-30 17:05:05"), ("127","42","action started via WP Cron","2022-08-31 08:06:57","2022-08-31 08:06:57"), ("128","42","action complete via WP Cron","2022-08-31 08:06:58","2022-08-31 08:06:58"), ("129","49","action created","2022-08-31 08:06:58","2022-08-31 08:06:58"), ("130","48","action started via WP Cron","2022-08-31 17:10:27","2022-08-31 17:10:27"), ("131","48","action complete via WP Cron","2022-08-31 17:10:28","2022-08-31 17:10:28"), ("132","50","action created","2022-08-31 17:10:28","2022-08-31 17:10:28"), ("133","50","action started via WP Cron","2022-09-01 18:29:32","2022-09-01 18:29:32"), ("134","50","action complete via WP Cron","2022-09-01 18:29:32","2022-09-01 18:29:32"), ("135","51","action created","2022-09-01 18:29:32","2022-09-01 18:29:32"), ("136","51","action started via WP Cron","2022-09-03 02:21:28","2022-09-03 02:21:28"), ("137","51","action complete via WP Cron","2022-09-03 02:21:28","2022-09-03 02:21:28"), ("138","52","action created","2022-09-03 02:21:28","2022-09-03 02:21:28"), ("139","52","action started via WP Cron","2022-09-04 04:05:29","2022-09-04 04:05:29"), ("140","52","action complete via WP Cron","2022-09-04 04:05:30","2022-09-04 04:05:30"), ("141","53","action created","2022-09-04 04:05:30","2022-09-04 04:05:30"), ("142","53","action started via WP Cron","2022-09-05 13:44:39","2022-09-05 13:44:39"), ("143","53","action complete via WP Cron","2022-09-05 13:44:39","2022-09-05 13:44:39"), ("144","54","action created","2022-09-05 13:44:39","2022-09-05 13:44:39"), ("145","54","action started via WP Cron","2022-09-06 23:37:24","2022-09-06 23:37:24"), ("146","54","action complete via WP Cron","2022-09-06 23:37:24","2022-09-06 23:37:24"), ("147","55","action created","2022-09-06 23:37:24","2022-09-06 23:37:24"), ("148","49","action started via WP Cron","2022-09-07 08:23:09","2022-09-07 08:23:09"), ("149","49","action complete via WP Cron","2022-09-07 08:23:09","2022-09-07 08:23:09"), ("150","56","action created","2022-09-07 08:23:09","2022-09-07 08:23:09"), ("151","55","action started via WP Cron","2022-09-08 00:23:16","2022-09-08 00:23:16"), ("152","55","action complete via WP Cron","2022-09-08 00:23:16","2022-09-08 00:23:16"), ("153","57","action created","2022-09-08 00:23:16","2022-09-08 00:23:16"), ("154","57","action started via WP Cron","2022-09-09 01:01:25","2022-09-09 01:01:25"), ("155","57","action complete via WP Cron","2022-09-09 01:01:26","2022-09-09 01:01:26"), ("156","58","action created","2022-09-09 01:01:26","2022-09-09 01:01:26"), ("157","58","action started via WP Cron","2022-09-10 01:22:13","2022-09-10 01:22:13"), ("158","58","action complete via WP Cron","2022-09-10 01:22:14","2022-09-10 01:22:14"), ("159","59","action created","2022-09-10 01:22:14","2022-09-10 01:22:14"), ("160","59","action started via WP Cron","2022-09-11 01:52:38","2022-09-11 01:52:38"), ("161","59","action complete via WP Cron","2022-09-11 01:52:38","2022-09-11 01:52:38"), ("162","60","action created","2022-09-11 01:52:38","2022-09-11 01:52:38"), ("163","60","action started via WP Cron","2022-09-12 05:59:37","2022-09-12 05:59:37"), ("164","60","action complete via WP Cron","2022-09-12 05:59:37","2022-09-12 05:59:37"), ("165","61","action created","2022-09-12 05:59:37","2022-09-12 05:59:37"), ("166","61","action started via WP Cron","2022-09-13 06:20:23","2022-09-13 06:20:23"), ("167","61","action complete via WP Cron","2022-09-13 06:20:24","2022-09-13 06:20:24"), ("168","62","action created","2022-09-13 06:20:24","2022-09-13 06:20:24"), ("169","62","action started via WP Cron","2022-09-14 11:39:56","2022-09-14 11:39:56"), ("170","62","action complete via WP Cron","2022-09-14 11:39:56","2022-09-14 11:39:56"), ("171","63","action created","2022-09-14 11:39:56","2022-09-14 11:39:56"), ("172","56","action started via WP Cron","2022-09-14 11:39:56","2022-09-14 11:39:56"), ("173","56","action complete via WP Cron","2022-09-14 11:39:56","2022-09-14 11:39:56"), ("174","64","action created","2022-09-14 11:39:56","2022-09-14 11:39:56"), ("175","63","action started via WP Cron","2022-09-15 11:58:11","2022-09-15 11:58:11"), ("176","63","action complete via WP Cron","2022-09-15 11:58:11","2022-09-15 11:58:11"), ("177","65","action created","2022-09-15 11:58:11","2022-09-15 11:58:11"), ("178","65","action started via WP Cron","2022-09-16 11:58:12","2022-09-16 11:58:12"), ("179","65","action complete via WP Cron","2022-09-16 11:58:12","2022-09-16 11:58:12"), ("180","66","action created","2022-09-16 11:58:12","2022-09-16 11:58:12"), ("181","66","action started via WP Cron","2022-09-17 14:33:45","2022-09-17 14:33:45"), ("182","66","action complete via WP Cron","2022-09-17 14:33:45","2022-09-17 14:33:45"), ("183","67","action created","2022-09-17 14:33:45","2022-09-17 14:33:45"), ("184","67","action started via WP Cron","2022-09-18 14:46:53","2022-09-18 14:46:53"), ("185","67","action complete via WP Cron","2022-09-18 14:46:53","2022-09-18 14:46:53"), ("186","68","action created","2022-09-18 14:46:53","2022-09-18 14:46:53"), ("187","68","action started via WP Cron","2022-09-19 15:12:07","2022-09-19 15:12:07"), ("188","68","action complete via WP Cron","2022-09-19 15:12:08","2022-09-19 15:12:08"), ("189","69","action created","2022-09-19 15:12:08","2022-09-19 15:12:08"), ("190","69","action started via WP Cron","2022-09-20 17:55:33","2022-09-20 17:55:33"), ("191","69","action complete via WP Cron","2022-09-20 17:55:33","2022-09-20 17:55:33"), ("192","70","action created","2022-09-20 17:55:33","2022-09-20 17:55:33"), ("193","64","action started via WP Cron","2022-09-21 11:57:56","2022-09-21 11:57:56"), ("194","64","action complete via WP Cron","2022-09-21 11:57:56","2022-09-21 11:57:56"), ("195","71","action created","2022-09-21 11:57:56","2022-09-21 11:57:56"), ("196","70","action started via WP Cron","2022-09-21 23:27:04","2022-09-21 23:27:04"), ("197","70","action complete via WP Cron","2022-09-21 23:27:04","2022-09-21 23:27:04"), ("198","72","action created","2022-09-21 23:27:04","2022-09-21 23:27:04"), ("199","72","action started via WP Cron","2022-09-23 02:43:02","2022-09-23 02:43:02"), ("200","72","action complete via WP Cron","2022-09-23 02:43:02","2022-09-23 02:43:02"), ("201","73","action created","2022-09-23 02:43:02","2022-09-23 02:43:02"), ("202","73","action started via WP Cron","2022-09-24 02:49:12","2022-09-24 02:49:12"), ("203","73","action complete via WP Cron","2022-09-24 02:49:12","2022-09-24 02:49:12"), ("204","74","action created","2022-09-24 02:49:12","2022-09-24 02:49:12"), ("205","74","action started via WP Cron","2022-09-25 04:14:58","2022-09-25 04:14:58"), ("206","74","action complete via WP Cron","2022-09-25 04:14:58","2022-09-25 04:14:58"), ("207","75","action created","2022-09-25 04:14:58","2022-09-25 04:14:58"), ("208","75","action started via WP Cron","2022-09-26 05:09:50","2022-09-26 05:09:50"), ("209","75","action complete via WP Cron","2022-09-26 05:09:50","2022-09-26 05:09:50"), ("210","76","action created","2022-09-26 05:09:50","2022-09-26 05:09:50"), ("211","76","action started via WP Cron","2022-09-27 06:03:35","2022-09-27 06:03:35"), ("212","76","action complete via WP Cron","2022-09-27 06:03:35","2022-09-27 06:03:35"), ("213","77","action created","2022-09-27 06:03:35","2022-09-27 06:03:35"), ("214","77","action started via WP Cron","2022-09-28 06:36:42","2022-09-28 06:36:42"), ("215","77","action complete via WP Cron","2022-09-28 06:36:42","2022-09-28 06:36:42"), ("216","78","action created","2022-09-28 06:36:42","2022-09-28 06:36:42"), ("217","79","action created","2022-09-28 08:21:21","2022-09-28 08:21:21"), ("218","79","action started via WP Cron","2022-09-28 14:58:30","2022-09-28 14:58:30"), ("219","79","action complete via WP Cron","2022-09-28 14:58:30","2022-09-28 14:58:30"), ("220","71","action started via WP Cron","2022-09-28 14:58:30","2022-09-28 14:58:30"), ("221","71","action failed via WP Cron: Scheduled action for rank_math/analytics/data_fetch will not be executed as no callbacks are registered.","2022-09-28 14:58:30","2022-09-28 14:58:30"), ("222","80","action created","2022-09-28 14:58:30","2022-09-28 14:58:30"), ("223","78","action started via WP Cron","2022-09-29 13:56:30","2022-09-29 13:56:30"), ("224","78","action failed via WP Cron: Scheduled action for aioseo_cache_prune will not be executed as no callbacks are registered.","2022-09-29 13:56:30","2022-09-29 13:56:30"), ("225","81","action created","2022-09-29 13:56:30","2022-09-29 13:56:30"); INSERT INTO `wp_aioseo_cache` VALUES ("2","addons","a:8:{i:0;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:30:\"https://route#aioseo-redirects\";}i:1;O:8:\"stdClass\":14:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:5:\"1.0.8\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:35:\"https://route#aioseo-link-assistant\";}i:2;O:8:\"stdClass\":14:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:5:\"1.1.5\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";}i:3;O:8:\"stdClass\":14:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:5:\"1.2.8\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";}i:4;O:8:\"stdClass\":14:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";}i:5;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:5:\"1.0.4\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";}i:6;O:8:\"stdClass\":14:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.2\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";}i:7;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:13:\"svg-image-seo\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:148:\"<p>Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";}}","2022-07-30 18:06:04","2022-07-29 18:06:04","2022-07-29 18:06:04"), ("3","admin_notifications_update","i:1659204365;","2022-07-30 18:06:05","2022-07-29 18:06:05","2022-07-29 18:06:05"), ("4","admin_help_docs","s:62362:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"developer-documentation\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"developer-documentation\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"developer-documentation\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"developer-documentation\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"developer-documentation\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"developer-documentation\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching & Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix Javascript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"37961\":{\"title\":\"aioseo_classic_editor_disable_emoji_script\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_classic_editor_disable_emoji_script\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30756\":{\"title\":\"aioseo_local_business_get_locations_by_category_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30755\":{\"title\":\"aioseo_local_business_get_locations_by_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30754\":{\"title\":\"aioseo_local_business_get_location_categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_categories\\/\",\"categories\":[\"filter-hooks\"]},\"30751\":{\"title\":\"aioseo_local_business_get_locations_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30753\":{\"title\":\"aioseo_local_business_get_location_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30761\":{\"title\":\"aioseo_local_business_output_location_category_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30764\":{\"title\":\"aioseo_local_business_output_location_category_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30567\":{\"title\":\"aioseo_local_business_get_locations_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_args\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Twitter Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-twitter-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\"]},\"26641\":{\"title\":\"Setting FAQ Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26640\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26639\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26638\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26637\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23441\":{\"title\":\"aioseo_generate_descriptions_from_content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_generate_descriptions_from_content\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Keyword Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18817\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"schema-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18829\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\",\"media-settings\",\"search-appearance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18836\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\",\"search-appearance\"]},\"18837\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"general-seo-topics\",\"schema-settings\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widget\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";","2022-08-05 18:06:06","2022-07-29 18:06:06","2022-07-29 18:06:06"); INSERT INTO `wp_duplicator_pro_entities` VALUES ("1","DUP_PRO_Global_Entity","{\n \"uninstall_settings\": false,\n \"uninstall_packages\": false,\n \"uninstall_tables\": true,\n \"crypt\": true,\n \"wpfront_integrate\": false,\n \"package_ui_created\": 1,\n \"package_mysqldump\": 0,\n \"package_mysqldump_path\": \"\",\n \"package_phpdump_mode\": 0,\n \"package_phpdump_qrylimit\": 500,\n \"package_php_chunking\": null,\n \"package_mysqldump_qrylimit\": 131072,\n \"archive_build_mode\": 2,\n \"archive_compression\": true,\n \"ziparchive_validation\": null,\n \"ziparchive_mode\": 0,\n \"ziparchive_chunk_size_in_mb\": 32,\n \"homepath_as_abspath\": false,\n \"archive_build_mode_schedule\": -1,\n \"archive_compression_schedule\": true,\n \"server_load_reduction\": 0,\n \"max_package_runtime_in_min\": 90,\n \"php_max_worker_time_in_sec\": 20,\n \"lock_mode\": 1,\n \"json_mode\": 0,\n \"ajax_protocol\": \"admin\",\n \"custom_ajax_url\": \"http:\\/\\/localhost\\/coin\\/wp-admin\\/admin-ajax.php\",\n \"server_kick_off_sslverify\": true,\n \"clientside_kickoff\": false,\n \"basic_auth_enabled\": false,\n \"basic_auth_user\": \"\",\n \"basic_auth_password\": \"\",\n \"installer_name_mode\": \"simple\",\n \"installer_base_name\": \"installer.php\",\n \"chunk_size\": 2048,\n \"skip_archive_scan\": false,\n \"send_email_on_build_mode\": 1,\n \"notification_email_address\": \"\",\n \"storage_htaccess_off\": false,\n \"max_storage_retries\": 10,\n \"max_default_store_files\": 20,\n \"purge_default_package_record\": false,\n \"dropbox_upload_chunksize_in_kb\": 2000,\n \"dropbox_transfer_mode\": 1,\n \"gdrive_upload_chunksize_in_kb\": 1024,\n \"s3_upload_part_size_in_kb\": 6000,\n \"onedrive_upload_chunksize_in_kb\": 3200,\n \"manual_mode_storage_ids\": [\n \"-2\"\n ],\n \"license_status\": 0,\n \"license_expiration_time\": 1659495492,\n \"license_no_activations_left\": false,\n \"license_key_visible\": true,\n \"lkp\": \"\",\n \"license_limit\": -1,\n \"last_edd_api_response\": null,\n \"last_edd_api_timestamp\": 0,\n \"last_system_check_timestamp\": 1664459787,\n \"initial_activation_timestamp\": 1659495503,\n \"ssl_useservercerts\": true,\n \"ssl_disableverify\": true,\n \"import_chunk_size\": 1024,\n \"ipv4_only\": false,\n \"debug_on\": false,\n \"trace_profiler_on\": false,\n \"unhook_third_party_js\": false,\n \"unhook_third_party_css\": false,\n \"profile_idea\": false,\n \"profile_beta\": false,\n \"dupHidePackagesGiftFeatures\": true,\n \"type\": \"DUP_PRO_Global_Entity\",\n \"cron_parser_lib\": \"csd-parser\",\n \"gdrive_transfer_mode\": 0,\n \"import_custom_path\": \"\",\n \"notices\": {\n \"dupArchiveSwitch\": false\n }\n}"), ("2","DUP_PRO_Secure_Global_Entity","{\n \"basic_auth_password\": null,\n \"lkp\": \"\",\n \"type\": \"DUP_PRO_Secure_Global_Entity\"\n}"), ("3","DUP_PRO_System_Global_Entity","{\n \"recommended_fixes\": [],\n \"schedule_failed\": false,\n \"package_check_ts\": 1664459846,\n \"type\": \"DUP_PRO_System_Global_Entity\"\n}"), ("4","DUP_PRO_Package_Template_Entity","{\n \"name\": \"Default\",\n \"notes\": \"The default template.\",\n \"filter_sites\": [],\n \"archive_export_onlydb\": 0,\n \"archive_filter_on\": 0,\n \"archive_filter_dirs\": \"\",\n \"archive_filter_exts\": \"\",\n \"archive_filter_files\": \"\",\n \"database_filter_on\": 0,\n \"databasePrefixFilter\": false,\n \"databasePrefixSubFilter\": false,\n \"database_filter_tables\": \"\",\n \"database_compatibility_modes\": [],\n \"installer_opts_secure_on\": 0,\n \"installer_opts_secure_pass\": \"\",\n \"installer_opts_skip_scan\": 0,\n \"installer_opts_db_host\": \"\",\n \"installer_opts_db_name\": \"\",\n \"installer_opts_db_user\": \"\",\n \"installer_opts_cpnl_enable\": false,\n \"installer_opts_cpnl_host\": \"\",\n \"installer_opts_cpnl_user\": \"\",\n \"installer_opts_cpnl_pass\": \"\",\n \"installer_opts_cpnl_db_action\": \"create\",\n \"installer_opts_cpnl_db_host\": \"\",\n \"installer_opts_cpnl_db_name\": \"\",\n \"installer_opts_cpnl_db_user\": \"\",\n \"installer_opts_brand\": -2,\n \"is_default\": true,\n \"is_manual\": false,\n \"type\": \"DUP_PRO_Package_Template_Entity\"\n}"), ("5","DUP_PRO_Package_Template_Entity","{\n \"name\": \"[Manual Mode]\",\n \"notes\": \"\",\n \"filter_sites\": \"\",\n \"archive_export_onlydb\": 0,\n \"archive_filter_on\": 0,\n \"archive_filter_dirs\": \"\",\n \"archive_filter_exts\": \"\",\n \"archive_filter_files\": \"\",\n \"database_filter_on\": 0,\n \"database_filter_tables\": \"\",\n \"database_compatibility_modes\": \"\",\n \"installer_opts_secure_on\": 0,\n \"installer_opts_secure_pass\": \"\",\n \"installer_opts_skip_scan\": 0,\n \"installer_opts_db_host\": \"\",\n \"installer_opts_db_name\": \"\",\n \"installer_opts_db_user\": \"\",\n \"installer_opts_cpnl_enable\": 0,\n \"installer_opts_cpnl_host\": \"\",\n \"installer_opts_cpnl_user\": \"\",\n \"installer_opts_cpnl_pass\": \"\",\n \"installer_opts_cpnl_db_action\": \"create\",\n \"installer_opts_cpnl_db_host\": \"\",\n \"installer_opts_cpnl_db_name\": \"\",\n \"installer_opts_cpnl_db_user\": \"\",\n \"installer_opts_brand\": -2,\n \"is_default\": false,\n \"is_manual\": true,\n \"type\": \"DUP_PRO_Package_Template_Entity\",\n \"databasePrefixFilter\": false,\n \"databasePrefixSubFilter\": false\n}"); INSERT INTO `wp_duplicator_pro_packages` VALUES ("3","20220929_blockspace","eb944b08392849c94482_20220929135707","20","2022-09-29 20:57:15","admin","{\n \"Created\": \"2022-09-29 13:57:07\",\n \"Version\": \"4.0.1.2\",\n \"VersionWP\": \"6.0.2\",\n \"VersionDB\": \"10.4.14\",\n \"VersionPHP\": \"7.4.11\",\n \"VersionOS\": \"WINNT\",\n \"ID\": 3,\n \"Name\": \"20220929_blockspace\",\n \"Hash\": \"eb944b08392849c94482_20220929135707\",\n \"NameHash\": \"20220929_blockspace_eb944b08392849c94482_20220929135707\",\n \"Type\": 0,\n \"Notes\": \"\",\n \"StorePath\": \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\\/tmp\",\n \"StoreURL\": \"http:\\/\\/localhost\\/coin\\/wp-content\\/backups-dup-pro\\/\",\n \"ScanFile\": \"20220929_blockspace_eb944b08392849c94482_20220929135707_scan.json\",\n \"timer_start\": 1664459847.36412,\n \"Runtime\": null,\n \"ExeSize\": null,\n \"ZipSize\": 0,\n \"Brand\": \"Default\",\n \"Brand_ID\": -2,\n \"ziparchive_mode\": 0,\n \"statusInfo\": {\n \"hasFilteredCoreFolders\": false,\n \"hasFilteredSiteTables\": false\n },\n \"Archive\": {\n \"ExportOnlyDB\": 0,\n \"FilterDirs\": \"\",\n \"FilterExts\": \"\",\n \"FilterFiles\": \"\",\n \"FilterDirsAll\": [\n \"C:\\/xampp\\/htdocs\\/coin\\/.opcache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/.tmb\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/ai1wm-backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-lite\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backupwordpress\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/bps-backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/content\\/cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/contents\\/cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/infinitewp\\/backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/managewp\\/backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/old-cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/plugins\\/wordfence\\/tmp\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/updraft\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/aiowps_backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/backup-guard\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/backupbuddy_backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/backupbuddy_temp\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/mainwp\\/backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/pb_backupbuddy\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/snapshots\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/sucuri\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/wp-clone\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/wp_all_backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/wpbackitup_backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/wfcache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/wishlist-backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-snapshots\"\n ],\n \"FilterExtsAll\": [],\n \"FilterFilesAll\": [\n \".DS_Store\",\n \"C:\\/xampp\\/htdocs\\/coin\\/.htaccess\",\n \"C:\\/xampp\\/htdocs\\/coin\\/.user.ini\",\n \"C:\\/xampp\\/htdocs\\/coin\\/php.ini\",\n \"C:\\/xampp\\/htdocs\\/coin\\/web.config\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-config.php\",\n \"dbcache\",\n \"debug_log\",\n \"error_log\",\n \"objectcache\",\n \"pgcache\",\n \"ws_ftp.log\"\n ],\n \"FilterOn\": 0,\n \"File\": \"20220929_blockspace_eb944b08392849c94482_20220929135707_archive.zip\",\n \"Format\": \"ZIP\",\n \"PackDir\": \"C:\\/xampp\\/htdocs\\/coin\",\n \"Size\": 96910167,\n \"Dirs\": null,\n \"DirCount\": 932,\n \"RecursiveLinks\": [],\n \"Files\": null,\n \"FileCount\": 6718,\n \"file_count\": -1,\n \"FilterInfo\": {\n \"Dirs\": {\n \"Warning\": [],\n \"AddonSites\": [],\n \"Size\": [],\n \"Core\": [],\n \"Global\": [],\n \"Instance\": [],\n \"Unreadable\": []\n },\n \"Files\": {\n \"Warning\": [],\n \"Size\": [],\n \"Core\": [],\n \"Global\": [],\n \"Instance\": [],\n \"Unreadable\": []\n },\n \"Exts\": {\n \"Core\": [],\n \"Global\": [],\n \"Instance\": [],\n \"Unreadable\": []\n },\n \"TreeSize\": null,\n \"TreeWarning\": null\n },\n \"ListDelimiter\": \"\\n\",\n \"throttleDelayInUs\": 0\n },\n \"Multisite\": {\n \"FilterSites\": \"\"\n },\n \"Installer\": {\n \"File\": \"20220929_blockspace_eb944b08392849c94482_20220929135707_installer.php\",\n \"Size\": 0,\n \"OptsSecureOn\": 0,\n \"OptsSecurePass\": \"\",\n \"OptsSkipScan\": 0,\n \"OptsDBHost\": \"\",\n \"OptsDBName\": \"\",\n \"OptsDBUser\": \"\",\n \"OptsCPNLHost\": \"\",\n \"OptsCPNLUser\": \"\",\n \"OptsCPNLPass\": \"\",\n \"OptsCPNLEnable\": 0,\n \"OptsCPNLConnect\": false,\n \"OptsCPNLDBAction\": \"create\",\n \"OptsCPNLDBHost\": \"\",\n \"OptsCPNLDBName\": \"\",\n \"OptsCPNLDBUser\": \"\",\n \"numFilesAdded\": 0,\n \"numDirsAdded\": 0\n },\n \"Database\": {\n \"info\": {\n \"buildMode\": \"PHPCHUNKING\",\n \"charSetList\": [\n \"utf8mb4\"\n ],\n \"collationList\": [\n \"utf8mb4_unicode_ci\"\n ],\n \"isTablesUpperCase\": 0,\n \"isNameUpperCase\": 0,\n \"name\": \"coin\",\n \"tablesBaseCount\": 25,\n \"tablesFinalCount\": 25,\n \"muFilteredTableCount\": 0,\n \"tablesRowCount\": 1363,\n \"tablesSizeOnDisk\": 4505600,\n \"tablesList\": {\n \"wp_actionscheduler_actions\": {\n \"inaccurateRows\": 37,\n \"insertedRows\": false,\n \"size\": 131072\n },\n \"wp_actionscheduler_claims\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_actionscheduler_groups\": {\n \"inaccurateRows\": 3,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_actionscheduler_logs\": {\n \"inaccurateRows\": 105,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_aioseo_cache\": {\n \"inaccurateRows\": 3,\n \"insertedRows\": false,\n \"size\": 114688\n },\n \"wp_aioseo_notifications\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 81920\n },\n \"wp_aioseo_posts\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_commentmeta\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_comments\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 98304\n },\n \"wp_duplicator_pro_entities\": {\n \"inaccurateRows\": 5,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_duplicator_pro_packages\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 65536\n },\n \"wp_links\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_options\": {\n \"inaccurateRows\": 452,\n \"insertedRows\": false,\n \"size\": 1572864\n },\n \"wp_postmeta\": {\n \"inaccurateRows\": 419,\n \"insertedRows\": false,\n \"size\": 131072\n },\n \"wp_posts\": {\n \"inaccurateRows\": 148,\n \"insertedRows\": false,\n \"size\": 1654784\n },\n \"wp_rank_math_analytics_objects\": {\n \"inaccurateRows\": 17,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_rank_math_internal_links\": {\n \"inaccurateRows\": 55,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_rank_math_internal_meta\": {\n \"inaccurateRows\": 17,\n \"insertedRows\": false,\n \"size\": 16384\n },\n \"wp_term_relationships\": {\n \"inaccurateRows\": 53,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_term_taxonomy\": {\n \"inaccurateRows\": 11,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_termmeta\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_terms\": {\n \"inaccurateRows\": 11,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_usermeta\": {\n \"inaccurateRows\": 26,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_users\": {\n \"inaccurateRows\": 1,\n \"insertedRows\": false,\n \"size\": 65536\n },\n \"wp_wpforms_tasks_meta\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 16384\n }\n },\n \"varLowerCaseTables\": \"1\",\n \"dbEngine\": \"MariaDB\",\n \"version\": \"10.4.14\",\n \"versionComment\": \"mariadb.org binary distribution\",\n \"viewCount\": 0,\n \"procCount\": 0\n },\n \"Type\": \"MySQL\",\n \"Size\": null,\n \"File\": \"20220929_blockspace_eb944b08392849c94482_20220929135707_database.sql\",\n \"FilterTables\": \"\",\n \"FilterOn\": 0,\n \"DBMode\": \"PHPCHUNKING\",\n \"Compatible\": \"\",\n \"Comments\": \"mariadb.org binary distribution\",\n \"dbStorePathPublic\": \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\\/tmp\\/20220929_blockspace_eb944b08392849c94482_20220929135707_database.sql\"\n },\n \"Status\": \"20.0\",\n \"schedule_id\": -1,\n \"build_progress\": {\n \"thread_start_time\": 1664459849,\n \"initialized\": true,\n \"installer_built\": false,\n \"archive_started\": false,\n \"archive_has_database\": false,\n \"archive_built\": false,\n \"database_script_built\": false,\n \"failed\": false,\n \"next_archive_file_index\": 0,\n \"next_archive_dir_index\": 0,\n \"retries\": 0,\n \"current_build_mode\": 2,\n \"current_build_compression\": true,\n \"custom_data\": null,\n \"warnings\": []\n },\n \"db_build_progress\": {\n \"tablesToProcess\": [\n \"wp_actionscheduler_actions\",\n \"wp_actionscheduler_claims\",\n \"wp_actionscheduler_groups\",\n \"wp_actionscheduler_logs\",\n \"wp_aioseo_cache\",\n \"wp_aioseo_notifications\",\n \"wp_aioseo_posts\",\n \"wp_commentmeta\",\n \"wp_comments\",\n \"wp_duplicator_pro_entities\",\n \"wp_duplicator_pro_packages\",\n \"wp_links\",\n \"wp_options\",\n \"wp_postmeta\",\n \"wp_posts\",\n \"wp_rank_math_analytics_objects\",\n \"wp_rank_math_internal_links\",\n \"wp_rank_math_internal_meta\",\n \"wp_term_relationships\",\n \"wp_term_taxonomy\",\n \"wp_termmeta\",\n \"wp_terms\",\n \"wp_usermeta\",\n \"wp_users\",\n \"wp_wpforms_tasks_meta\"\n ],\n \"validationStage1\": false,\n \"doneInit\": true,\n \"doneFiltering\": true,\n \"doneCreates\": true,\n \"completed\": false,\n \"startTime\": 1664459847.373478,\n \"wasInterrupted\": true,\n \"errorOut\": false,\n \"failureCount\": 0,\n \"countCheckData\": {\n \"countTotal\": 0,\n \"impreciseTotalRows\": 1364,\n \"tables\": {\n \"wp_actionscheduler_actions\": {\n \"start\": \"37\",\n \"end\": 0,\n \"count\": 0\n },\n \"wp_actionscheduler_claims\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_actionscheduler_groups\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_actionscheduler_logs\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_aioseo_cache\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_aioseo_notifications\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_aioseo_posts\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_commentmeta\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_comments\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_duplicator_pro_entities\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_duplicator_pro_packages\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_links\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_options\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_postmeta\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_posts\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_rank_math_analytics_objects\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_rank_math_internal_links\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_rank_math_internal_meta\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_term_relationships\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_term_taxonomy\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_termmeta\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_terms\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_usermeta\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_users\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n },\n \"wp_wpforms_tasks_meta\": {\n \"start\": 0,\n \"end\": 0,\n \"count\": 0\n }\n }\n }\n },\n \"upload_infos\": [\n {\n \"storage_id\": \"-2\",\n \"archive_offset\": 0,\n \"copied_installer\": false,\n \"copied_archive\": false,\n \"progress\": 0,\n \"num_failures\": 0,\n \"failed\": false,\n \"cancelled\": false,\n \"upload_id\": null,\n \"failure_count\": 0,\n \"data\": \"\",\n \"data2\": \"\",\n \"has_started\": false,\n \"status_message_details\": \"\",\n \"started_timestamp\": null,\n \"stopped_timestamp\": null\n }\n ],\n \"active_storage_id\": -1,\n \"template_id\": 5\n}"); INSERT INTO `wp_options` VALUES ("1","siteurl","http://localhost/coin","yes"), ("2","home","http://localhost/coin","yes"), ("3","blogname","BlockSpace","yes"), ("4","blogdescription","Long Live Crypto","yes"), ("5","users_can_register","0","yes"), ("6","admin_email","admin@admin.com","yes"), ("7","start_of_week","1","yes"), ("8","use_balanceTags","0","yes"), ("9","use_smilies","1","yes"), ("10","require_name_email","1","yes"), ("11","comments_notify","1","yes"), ("12","posts_per_rss","10","yes"), ("13","rss_use_excerpt","0","yes"), ("14","mailserver_url","mail.example.com","yes"), ("15","mailserver_login","login@example.com","yes"), ("16","mailserver_pass","password","yes"), ("17","mailserver_port","110","yes"), ("18","default_category","1","yes"), ("19","default_comment_status","open","yes"), ("20","default_ping_status","open","yes"), ("21","default_pingback_flag","1","yes"), ("22","posts_per_page","10","yes"), ("23","date_format","d/m/Y","yes"), ("24","time_format","H:i","yes"), ("25","links_updated_date_format","F j, Y g:i a","yes"), ("26","comment_moderation","0","yes"), ("27","moderation_notify","1","yes"), ("28","permalink_structure","/%postname%/","yes"), ("29","rewrite_rules","a:134:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:11:\"sidebars/?$\";s:27:\"index.php?post_type=sidebar\";s:41:\"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:36:\"sidebars/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:28:\"sidebars/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=sidebar&paged=$matches[1]\";s:32:\"blocks/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blocks/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blocks/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blocks/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blocks/(.+?)/embed/?$\";s:39:\"index.php?blocks=$matches[1]&embed=true\";s:25:\"blocks/(.+?)/trackback/?$\";s:33:\"index.php?blocks=$matches[1]&tb=1\";s:33:\"blocks/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&paged=$matches[2]\";s:40:\"blocks/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&cpage=$matches[2]\";s:29:\"blocks/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?blocks=$matches[1]&page=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"block_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?block_categories=$matches[1]&feed=$matches[2]\";s:52:\"block_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?block_categories=$matches[1]&feed=$matches[2]\";s:33:\"block_categories/([^/]+)/embed/?$\";s:49:\"index.php?block_categories=$matches[1]&embed=true\";s:45:\"block_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?block_categories=$matches[1]&paged=$matches[2]\";s:27:\"block_categories/([^/]+)/?$\";s:38:\"index.php?block_categories=$matches[1]\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:40:\"index.php?sidebar=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:34:\"index.php?sidebar=$matches[1]&tb=1\";s:49:\"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:44:\"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&cpage=$matches[2]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sidebar=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}","yes"), ("30","hack_file","0","yes"), ("31","blog_charset","UTF-8","yes"), ("32","moderation_keys","","no"), ("33","active_plugins","a:8:{i:0;s:33:\"classic-editor/classic-editor.php\";i:1;s:33:\"duplicator-pro/duplicator-pro.php\";i:2;s:39:\"q2w3-fixed-widget/q2w3-fixed-widget.php\";i:3;s:22:\"font-awesome/index.php\";i:4;s:30:\"seo-by-rank-math/rank-math.php\";i:5;s:30:\"table-of-contents-plus/toc.php\";i:6;s:27:\"woosidebars/woosidebars.php\";i:7;s:33:\"duplicator-pro/duplicator-pro.php\";}","yes"), ("34","category_base","","yes"), ("35","ping_sites","http://rpc.pingomatic.com/","yes"), ("36","comment_max_links","2","yes"), ("37","gmt_offset","7","yes"), ("38","default_email_category","1","yes"), ("39","recently_edited","a:5:{i:0;s:79:\"C:/xampp/htdocs/coin/wp-content/themes/flatsome/template-parts/posts/single.php\";i:1;s:93:\"C:/xampp/htdocs/coin/wp-content/themes/flatsome/template-parts/posts/layout-right-sidebar.php\";i:2;s:92:\"C:/xampp/htdocs/coin/wp-content/themes/flatsome/template-parts/posts/layout-left-sidebar.php\";i:3;s:79:\"C:/xampp/htdocs/coin/wp-content/themes/flatsome/template-parts/posts/layout.php\";i:4;s:87:\"C:/xampp/htdocs/coin/wp-content/themes/flatsome/template-parts/posts/content-single.php\";}","no"), ("40","template","flatsome","yes"), ("41","stylesheet","coin","yes"), ("42","comment_registration","0","yes"), ("43","html_type","text/html","yes"), ("44","use_trackback","0","yes"), ("45","default_role","subscriber","yes"), ("46","db_version","53496","yes"), ("47","uploads_use_yearmonth_folders","1","yes"), ("48","upload_path","","yes"), ("49","blog_public","1","yes"), ("50","default_link_category","2","yes"), ("51","show_on_front","page","yes"), ("52","tag_base","","yes"), ("53","show_avatars","1","yes"), ("54","avatar_rating","G","yes"), ("55","upload_url_path","","yes"), ("56","thumbnail_size_w","150","yes"), ("57","thumbnail_size_h","150","yes"), ("58","thumbnail_crop","1","yes"), ("59","medium_size_w","300","yes"), ("60","medium_size_h","300","yes"), ("61","avatar_default","mystery","yes"), ("62","large_size_w","1024","yes"), ("63","large_size_h","1024","yes"), ("64","image_default_link_type","none","yes"), ("65","image_default_size","","yes"), ("66","image_default_align","","yes"), ("67","close_comments_for_old_posts","0","yes"), ("68","close_comments_days_old","14","yes"), ("69","thread_comments","1","yes"), ("70","thread_comments_depth","5","yes"), ("71","page_comments","0","yes"), ("72","comments_per_page","50","yes"), ("73","default_comments_page","newest","yes"), ("74","comment_order","asc","yes"), ("75","sticky_posts","a:0:{}","yes"), ("76","widget_categories","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"), ("77","widget_text","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"), ("78","widget_rss","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"), ("79","uninstall_plugins","a:5:{s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:25:\"ol_scrapes/ol_scrapes.php\";a:2:{i:0;s:10:\"OL_Scrapes\";i:1;s:16:\"uninstall_plugin\";}s:33:\"duplicator-pro/duplicator-pro.php\";a:2:{i:0;s:24:\"Duplicator\\Core\\Unistall\";i:1;s:8:\"unistall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}","no"), ("80","timezone_string","","yes"), ("81","page_for_posts","0","yes"), ("82","page_on_front","2","yes"), ("83","default_post_format","0","yes"), ("84","link_manager_enabled","0","yes"), ("85","finished_splitting_shared_terms","1","yes"), ("86","site_icon","663","yes"), ("87","medium_large_size_w","768","yes"), ("88","medium_large_size_h","0","yes"), ("89","wp_page_for_privacy_policy","3","yes"), ("90","show_comments_cookies_opt_in","1","yes"), ("91","admin_email_lifespan","1674669937","yes"), ("92","disallowed_keys","","no"), ("93","comment_previously_approved","1","yes"), ("94","auto_plugin_theme_update_emails","a:0:{}","no"), ("95","auto_update_core_dev","enabled","yes"), ("96","auto_update_core_minor","enabled","yes"), ("97","auto_update_core_major","enabled","yes"), ("98","wp_force_deactivated_plugins","a:0:{}","yes"), ("99","initial_db_version","53496","yes"), ("100","wp_user_roles","a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:84:{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:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:19:\"rank_math_analytics\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:20:\"rank_math_content_ai\";b:1;s:19:\"rank_math_admin_bar\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:44:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}","yes"), ("101","fresh_site","0","yes"), ("102","user_count","1","no"), ("103","widget_block","a:3:{i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}","yes"), ("104","sidebars_widgets","a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-2\";a:3:{i:0;s:12:\"toc-widget-2\";i:1;s:11:\"tag_cloud-2\";i:2;s:13:\"custom_html-2\";}s:12:\"sidebar-main\";a:2:{i:0;s:23:\"flatsome_recent_posts-2\";i:1;s:14:\"block_widget-2\";}s:16:\"sidebar-footer-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:16:\"sidebar-footer-2\";a:0:{}s:13:\"array_version\";i:3;}","yes"), ("105","cron","a:8:{i:1664459893;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1664460337;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1664474737;a:5:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1664474764;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1664474814;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:1664496000;a:1:{s:35:\"rank_math/redirection/clean_trashed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664647537;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}","yes"), ("106","widget_pages","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("107","widget_calendar","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("108","widget_archives","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("109","widget_media_audio","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("110","widget_media_image","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("111","widget_media_gallery","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("112","widget_media_video","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("113","widget_meta","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("114","widget_search","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("115","widget_tag_cloud","a:2:{i:2;a:4:{s:5:\"title\";s:7:\"Keyword\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";s:17:\"q2w3_fixed_widget\";i:1;}s:12:\"_multiwidget\";i:1;}","yes"), ("116","widget_nav_menu","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("117","widget_custom_html","a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:7:\"[share]\";s:17:\"q2w3_fixed_widget\";i:1;}s:12:\"_multiwidget\";i:1;}","yes"), ("119","recovery_keys","a:0:{}","yes"), ("122","theme_mods_twentytwentytwo","a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1659118052;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}","yes"), ("125","https_detection_errors","a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:36:\"Xác thực SSL không thành công.\";}}","yes"), ("134","litespeed.conf.__activation","-1","yes"), ("135","litespeed.purge.queue","-1","yes"), ("136","litespeed.purge.queue2","-1","yes"), ("137","recently_activated","a:1:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1664353280;}","yes"), ("138","litespeed.cloud._summary","{\"curr_request.ver\":0,\"last_request.ver\":1660551541,\"news.utime\":1659301861,\"curr_request.news\":0,\"last_request.news\":1659301861}","yes"), ("139","litespeed.conf._version","5.0.1","yes"), ("140","litespeed.conf.hash","L8L0uXMOPYb268PCVCnEFJfwEnzKzPhh","yes"), ("141","litespeed.conf.auto_upgrade","","yes"), ("142","litespeed.conf.api_key","","yes"), ("143","litespeed.conf.server_ip","","yes"), ("144","litespeed.conf.guest","","yes"), ("145","litespeed.conf.guest_optm","","yes"), ("146","litespeed.conf.news","1","yes"), ("147","litespeed.conf.guest_uas","[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]","yes"), ("148","litespeed.conf.guest_ips","[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]","yes"), ("149","litespeed.conf.cache","1","yes"), ("150","litespeed.conf.cache-priv","1","yes"), ("151","litespeed.conf.cache-commenter","1","yes"), ("152","litespeed.conf.cache-rest","1","yes"), ("153","litespeed.conf.cache-page_login","1","yes"), ("154","litespeed.conf.cache-favicon","1","yes"), ("155","litespeed.conf.cache-resources","1","yes"), ("156","litespeed.conf.cache-mobile","","yes"), ("157","litespeed.conf.cache-mobile_rules","[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]","yes"), ("158","litespeed.conf.cache-browser","","yes"), ("159","litespeed.conf.cache-exc_useragents","[]","yes"), ("160","litespeed.conf.cache-exc_cookies","[]","yes"), ("161","litespeed.conf.cache-exc_qs","[]","yes"), ("162","litespeed.conf.cache-exc_cat","[]","yes"), ("163","litespeed.conf.cache-exc_tag","[]","yes"), ("164","litespeed.conf.cache-force_uri","[]","yes"), ("165","litespeed.conf.cache-force_pub_uri","[]","yes"), ("166","litespeed.conf.cache-priv_uri","[]","yes"), ("167","litespeed.conf.cache-exc","[]","yes"), ("168","litespeed.conf.cache-exc_roles","[]","yes"), ("169","litespeed.conf.cache-drop_qs","[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]","yes"), ("170","litespeed.conf.cache-ttl_pub","604800","yes"), ("171","litespeed.conf.cache-ttl_priv","1800","yes"), ("172","litespeed.conf.cache-ttl_frontpage","604800","yes"), ("173","litespeed.conf.cache-ttl_feed","604800","yes"), ("174","litespeed.conf.cache-ttl_rest","604800","yes"), ("175","litespeed.conf.cache-ttl_browser","31557600","yes"), ("176","litespeed.conf.cache-ttl_status","[\"403 3600\",\"404 3600\",\"500 3600\"]","yes"), ("177","litespeed.conf.cache-login_cookie","","yes"), ("178","litespeed.conf.cache-vary_group","[]","yes"), ("179","litespeed.conf.purge-upgrade","1","yes"), ("180","litespeed.conf.purge-stale","","yes"), ("181","litespeed.conf.purge-post_all","","yes"), ("182","litespeed.conf.purge-post_f","1","yes"), ("183","litespeed.conf.purge-post_h","1","yes"), ("184","litespeed.conf.purge-post_p","1","yes"), ("185","litespeed.conf.purge-post_pwrp","1","yes"), ("186","litespeed.conf.purge-post_a","1","yes"), ("187","litespeed.conf.purge-post_y","","yes"), ("188","litespeed.conf.purge-post_m","1","yes"), ("189","litespeed.conf.purge-post_d","","yes"), ("190","litespeed.conf.purge-post_t","1","yes"), ("191","litespeed.conf.purge-post_pt","1","yes"), ("192","litespeed.conf.purge-timed_urls","[]","yes"), ("193","litespeed.conf.purge-timed_urls_time","","yes"), ("194","litespeed.conf.purge-hook_all","[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]","yes"), ("195","litespeed.conf.esi","","yes"), ("196","litespeed.conf.esi-cache_admbar","1","yes"), ("197","litespeed.conf.esi-cache_commform","1","yes"), ("198","litespeed.conf.esi-nonce","[\"stats_nonce\",\"subscribe_nonce\"]","yes"), ("199","litespeed.conf.util-instant_click","","yes"), ("200","litespeed.conf.util-no_https_vary","","yes"), ("201","litespeed.conf.debug-disable_all","","yes"), ("202","litespeed.conf.debug","","yes"), ("203","litespeed.conf.debug-ips","[\"127.0.0.1\"]","yes"), ("204","litespeed.conf.debug-level","","yes"), ("205","litespeed.conf.debug-filesize","3","yes"), ("206","litespeed.conf.debug-cookie","","yes"), ("207","litespeed.conf.debug-collaps_qs","","yes"), ("208","litespeed.conf.debug-inc","[]","yes"), ("209","litespeed.conf.debug-exc","[]","yes"), ("210","litespeed.conf.debug-exc_strings","[]","yes"), ("211","litespeed.conf.db_optm-revisions_max","0","yes"), ("212","litespeed.conf.db_optm-revisions_age","0","yes"), ("213","litespeed.conf.optm-css_min","1","yes"), ("214","litespeed.conf.optm-css_comb","","yes"), ("215","litespeed.conf.optm-css_comb_ext_inl","1","yes"), ("216","litespeed.conf.optm-ucss","","yes"), ("217","litespeed.conf.optm-ucss_inline","","yes"), ("218","litespeed.conf.optm-ucss_whitelist","[]","yes"), ("219","litespeed.conf.optm-ucss_exc","[]","yes"), ("220","litespeed.conf.optm-css_exc","[]","yes"), ("221","litespeed.conf.optm-js_min","1","yes"), ("222","litespeed.conf.optm-js_comb","","yes"), ("223","litespeed.conf.optm-js_comb_ext_inl","1","yes"), ("224","litespeed.conf.optm-js_exc","[\"jquery.js\",\"jquery.min.js\"]","yes"), ("225","litespeed.conf.optm-html_min","1","yes"), ("226","litespeed.conf.optm-html_lazy","[]","yes"), ("227","litespeed.conf.optm-qs_rm","","yes"), ("228","litespeed.conf.optm-ggfonts_rm","","yes"), ("229","litespeed.conf.optm-css_async","","yes"), ("230","litespeed.conf.optm-ccss_per_url","","yes"), ("231","litespeed.conf.optm-ccss_sep_posttype","[\"page\"]","yes"), ("232","litespeed.conf.optm-ccss_sep_uri","[]","yes"), ("233","litespeed.conf.optm-css_async_inline","1","yes"), ("234","litespeed.conf.optm-css_font_display","","yes"), ("235","litespeed.conf.optm-js_defer","0","yes"), ("236","litespeed.conf.optm-emoji_rm","","yes"), ("237","litespeed.conf.optm-noscript_rm","","yes"), ("238","litespeed.conf.optm-ggfonts_async","","yes"), ("239","litespeed.conf.optm-exc_roles","[]","yes"), ("240","litespeed.conf.optm-ccss_con","","yes"), ("241","litespeed.conf.optm-js_defer_exc","[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]","yes"), ("242","litespeed.conf.optm-gm_js_exc","[]","yes"), ("243","litespeed.conf.optm-dns_prefetch","[]","yes"), ("244","litespeed.conf.optm-dns_prefetch_ctrl","","yes"), ("245","litespeed.conf.optm-exc","[]","yes"), ("246","litespeed.conf.optm-guest_only","1","yes"), ("247","litespeed.conf.object","","yes"), ("248","litespeed.conf.object-kind","","yes"), ("249","litespeed.conf.object-host","localhost","yes"), ("250","litespeed.conf.object-port","11211","yes"), ("251","litespeed.conf.object-life","360","yes"), ("252","litespeed.conf.object-persistent","1","yes"), ("253","litespeed.conf.object-admin","1","yes"), ("254","litespeed.conf.object-transients","1","yes"), ("255","litespeed.conf.object-db_id","0","yes"), ("256","litespeed.conf.object-user","","yes"), ("257","litespeed.conf.object-pswd","","yes"), ("258","litespeed.conf.object-global_groups","[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]","yes"), ("259","litespeed.conf.object-non_persistent_groups","[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]","yes"), ("260","litespeed.conf.discuss-avatar_cache","","yes"), ("261","litespeed.conf.discuss-avatar_cron","","yes"), ("262","litespeed.conf.discuss-avatar_cache_ttl","604800","yes"), ("263","litespeed.conf.optm-localize","","yes"), ("264","litespeed.conf.optm-localize_domains","[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]","yes"), ("265","litespeed.conf.media-lazy","","yes"), ("266","litespeed.conf.media-lazy_placeholder","","yes"), ("267","litespeed.conf.media-placeholder_resp","","yes"), ("268","litespeed.conf.media-placeholder_resp_color","#cfd4db","yes"), ("269","litespeed.conf.media-placeholder_resp_svg","<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>","yes"), ("270","litespeed.conf.media-lqip","","yes"), ("271","litespeed.conf.media-lqip_qual","4","yes"), ("272","litespeed.conf.media-lqip_min_w","150","yes"), ("273","litespeed.conf.media-lqip_min_h","150","yes"), ("274","litespeed.conf.media-placeholder_resp_async","1","yes"), ("275","litespeed.conf.media-iframe_lazy","","yes"), ("276","litespeed.conf.media-add_missing_sizes","","yes"), ("277","litespeed.conf.media-lazy_exc","[]","yes"), ("278","litespeed.conf.media-lazy_cls_exc","[\"wmu-preview-img\"]","yes"), ("279","litespeed.conf.media-lazy_parent_cls_exc","[]","yes"), ("280","litespeed.conf.media-iframe_lazy_cls_exc","[]","yes"), ("281","litespeed.conf.media-iframe_lazy_parent_cls_exc","[]","yes"), ("282","litespeed.conf.media-lazy_uri_exc","[]","yes"), ("283","litespeed.conf.media-lqip_exc","[]","yes"), ("284","litespeed.conf.media-vpi","","yes"), ("285","litespeed.conf.media-vpi_cron","1","yes"), ("286","litespeed.conf.img_optm-auto","","yes"), ("287","litespeed.conf.img_optm-cron","1","yes"), ("288","litespeed.conf.img_optm-ori","1","yes"), ("289","litespeed.conf.img_optm-rm_bkup","","yes"), ("290","litespeed.conf.img_optm-webp","1","yes"), ("291","litespeed.conf.img_optm-lossless","","yes"), ("292","litespeed.conf.img_optm-exif","1","yes"), ("293","litespeed.conf.img_optm-webp_replace","","yes"), ("294","litespeed.conf.img_optm-webp_attr","[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]","yes"), ("295","litespeed.conf.img_optm-webp_replace_srcset","","yes"), ("296","litespeed.conf.img_optm-jpg_quality","82","yes"), ("297","litespeed.conf.crawler","","yes"), ("298","litespeed.conf.crawler-usleep","500","yes"), ("299","litespeed.conf.crawler-run_duration","400","yes"), ("300","litespeed.conf.crawler-run_interval","600","yes"), ("301","litespeed.conf.crawler-crawl_interval","302400","yes"), ("302","litespeed.conf.crawler-threads","3","yes"), ("303","litespeed.conf.crawler-timeout","30","yes"), ("304","litespeed.conf.crawler-load_limit","1","yes"), ("305","litespeed.conf.crawler-sitemap","","yes"), ("306","litespeed.conf.crawler-drop_domain","1","yes"), ("307","litespeed.conf.crawler-map_timeout","120","yes"), ("308","litespeed.conf.crawler-roles","[]","yes"), ("309","litespeed.conf.crawler-cookies","[]","yes"), ("310","litespeed.conf.misc-heartbeat_front","","yes"), ("311","litespeed.conf.misc-heartbeat_front_ttl","60","yes"), ("312","litespeed.conf.misc-heartbeat_back","","yes"), ("313","litespeed.conf.misc-heartbeat_back_ttl","60","yes"), ("314","litespeed.conf.misc-heartbeat_editor","","yes"), ("315","litespeed.conf.misc-heartbeat_editor_ttl","15","yes"), ("316","litespeed.conf.cdn","","yes"), ("317","litespeed.conf.cdn-ori","[]","yes"), ("318","litespeed.conf.cdn-ori_dir","[\"wp-content\",\"wp-includes\"]","yes"), ("319","litespeed.conf.cdn-exc","[]","yes"), ("320","litespeed.conf.cdn-quic","","yes"), ("321","litespeed.conf.cdn-cloudflare","","yes"), ("322","litespeed.conf.cdn-cloudflare_email","","yes"), ("323","litespeed.conf.cdn-cloudflare_key","","yes"), ("324","litespeed.conf.cdn-cloudflare_name","","yes"), ("325","litespeed.conf.cdn-cloudflare_zone","","yes"), ("326","litespeed.conf.cdn-mapping","[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]","yes"), ("327","litespeed.conf.cdn-attr","[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]","yes"), ("328","litespeed.conf.qc-token","","yes"), ("329","litespeed.conf.qc-nameservers","","yes"), ("335","action_scheduler_hybrid_store_demarkation","4","yes"), ("336","schema-ActionScheduler_StoreSchema","6.0.1659117957","yes"), ("337","schema-ActionScheduler_LoggerSchema","3.0.1659117957","yes"), ("340","wpforms_version","1.7.5.5","yes"), ("341","wpforms_version_lite","1.7.5.5","yes"), ("342","wpforms_activated","a:1:{s:4:\"lite\";i:1659117957;}","yes"), ("348","wpforms_versions_lite","a:6:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:7:\"1.7.5.5\";i:1659117958;}","yes"), ("349","widget_wpforms-widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("352","aioseo_options_internal","{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.3.1\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"]}\"}}","yes"), ("353","aioseo_options_internal_lite","{\"internal\":{\"activated\":1659117963,\"firstActivated\":1659117963,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}","yes"), ("354","widget_aioseo-breadcrumb-widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("355","widget_aioseo-html-sitemap-widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("356","aioseo_options_dynamic_localized","a:4:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";}","yes"), ("359","aioseo_dynamic_settings_backup","{}","yes"), ("361","wpforms_admin_notices","a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1659117964;s:9:\"dismissed\";b:0;}}","yes"), ("362","aioseo_options","{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null},\"additionalUrls\":null},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"coin\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":null,\"contactTypeManual\":null}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":null,\"advanced\":false,\"trackingDomain\":null,\"multipleDomains\":false,\"additionalDomains\":null,\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}","yes"), ("363","aioseo_options_lite","{\"advanced\":{\"usageTracking\":false}}","yes"), ("364","aioseo_options_dynamic","{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}","yes"), ("365","action_scheduler_lock_async-request-runner","1664459851","yes"), ("368","optin_monster_api","a:11:{s:3:\"api\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:9:\"installed\";i:1659117967;s:9:\"connected\";s:0:\"\";s:4:\"beta\";b:0;s:12:\"auto_updates\";s:0:\"\";s:14:\"usage_tracking\";b:0;s:18:\"hide_announcements\";b:0;s:7:\"welcome\";a:1:{s:6:\"status\";s:4:\"none\";}}","yes"), ("369","omapi_review","a:2:{s:4:\"time\";i:1659117967;s:9:\"dismissed\";b:0;}","yes"), ("376","widget_monsterinsights-popular-posts-widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes"), ("377","monsterinsights_over_time","a:4:{s:17:\"installed_version\";s:5:\"8.7.0\";s:14:\"installed_date\";i:1659117972;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1659117972;}","no"), ("378","monsterinsights_db_version","7.4.0","yes"), ("379","monsterinsights_current_version","8.7.0","yes"), ("380","monsterinsights_settings","a:40:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:27:\"info.giuseart.com@gmail.com\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}}","yes"), ("385","wpforms_activation_redirect","true","yes"), ("386","aioseo_activation_redirect","false","yes"), ("387","optin_monster_api_activation_redirect_disabled","true","yes"), ("394","can_compress_scripts","0","no"), ("412","finished_updating_comment_type","1","yes"), ("413","WPLANG","vi","yes"), ("414","new_admin_email","info.giuseart.com@gmail.com","yes"), ("419","current_theme","Coin","yes"), ("420","theme_mods_flatsome","a:30:{i:0;b:0;s:17:\"flatsome_fallback\";i:0;s:20:\"topbar_elements_left\";a:1:{i:0;s:4:\"html\";}s:21:\"topbar_elements_right\";a:3:{i:0;s:7:\"nav-top\";i:1;s:10:\"newsletter\";i:2;s:6:\"social\";}s:20:\"header_elements_left\";a:2:{i:0;s:6:\"search\";i:1;s:3:\"nav\";}s:21:\"header_elements_right\";a:3:{i:0;s:7:\"account\";i:1;s:7:\"divider\";i:2;s:4:\"cart\";}s:27:\"header_elements_bottom_left\";a:0:{}s:29:\"header_elements_bottom_center\";a:0:{}s:28:\"header_elements_bottom_right\";a:0:{}s:27:\"header_mobile_elements_left\";a:1:{i:0;s:9:\"menu-icon\";}s:28:\"header_mobile_elements_right\";a:1:{i:0;s:4:\"cart\";}s:26:\"header_mobile_elements_top\";a:1:{i:0;s:4:\"html\";}s:14:\"mobile_sidebar\";a:7:{i:0;s:11:\"search-form\";i:1;s:3:\"nav\";i:2;s:7:\"account\";i:3;s:10:\"newsletter\";i:4;s:6:\"social\";i:5;s:6:\"html-2\";i:6;s:6:\"html-3\";}s:14:\"product_layout\";s:19:\"right-sidebar-small\";s:23:\"payment_icons_placement\";s:6:\"footer\";s:14:\"follow_twitter\";s:10:\"http://url\";s:15:\"follow_facebook\";s:10:\"http://url\";s:16:\"follow_instagram\";s:10:\"http://url\";s:12:\"follow_email\";s:10:\"your@email\";s:16:\"flatsome_version\";i:3;s:24:\"portfolio_archive_filter\";s:4:\"left\";s:13:\"type_headings\";a:2:{s:11:\"font-family\";s:4:\"Lato\";s:7:\"variant\";s:3:\"700\";}s:10:\"type_texts\";a:2:{s:11:\"font-family\";s:4:\"Lato\";s:7:\"variant\";s:3:\"400\";}s:8:\"type_nav\";a:2:{s:11:\"font-family\";s:4:\"Lato\";s:7:\"variant\";s:3:\"700\";}s:8:\"type_alt\";a:2:{s:11:\"font-family\";s:14:\"Dancing Script\";s:7:\"variant\";s:3:\"400\";}s:19:\"flatsome_db_version\";s:5:\"3.8.3\";s:18:\"nav_menu_locations\";a:0:{}s:7:\"backups\";N;s:9:\"smof_init\";s:31:\"Fri, 29 Jul 2022 18:07:33 +0000\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1659118065;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:16:\"sidebar-footer-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:16:\"sidebar-footer-2\";a:0:{}}}}","yes"), ("421","theme_switched","","yes"), ("422","widget_flatsome_recent_posts","a:2:{i:2;a:5:{s:5:\"title\";s:13:\"Related Posts\";s:6:\"number\";i:5;s:5:\"image\";s:2:\"on\";s:10:\"date-stamp\";N;s:17:\"q2w3_fixed_widget\";b:0;}s:12:\"_multiwidget\";i:1;}","yes"), ("423","widget_block_widget","a:2:{i:2;a:3:{s:5:\"title\";s:15:\"Hệ sinh thái\";s:5:\"block\";s:12:\"he-sinh-thai\";s:17:\"q2w3_fixed_widget\";b:0;}s:12:\"_multiwidget\";i:1;}","yes"), ("425","flatsome_wup_purchase_code","8f93cd51-5246-4505-9228-9a4137e6ec00","yes"), ("426","flatsome_wup_sold_at","2015-05-22T19:31:36+10:00","yes"), ("427","flatsome_wup_supported_until","2016-03-02T03:00:00+11:00","yes"), ("428","flatsome_wup_buyer","trannguyen886","yes"), ("429","allowedthemes","a:1:{s:4:\"coin\";b:1;}","no"), ("430","fl_has_child_theme","coin","yes"), ("432","theme_mods_coin","a:142:{i:0;b:0;s:17:\"flatsome_fallback\";i:0;s:20:\"topbar_elements_left\";a:0:{}s:21:\"topbar_elements_right\";a:0:{}s:20:\"header_elements_left\";a:0:{}s:21:\"header_elements_right\";a:3:{i:0;s:3:\"nav\";i:1;s:6:\"search\";i:2;s:8:\"button-1\";}s:27:\"header_elements_bottom_left\";a:0:{}s:29:\"header_elements_bottom_center\";a:0:{}s:28:\"header_elements_bottom_right\";a:0:{}s:27:\"header_mobile_elements_left\";a:1:{i:0;s:9:\"menu-icon\";}s:28:\"header_mobile_elements_right\";a:1:{i:0;s:6:\"search\";}s:26:\"header_mobile_elements_top\";a:0:{}s:14:\"mobile_sidebar\";a:2:{i:0;s:11:\"search-form\";i:1;s:3:\"nav\";}s:14:\"product_layout\";s:19:\"right-sidebar-small\";s:23:\"payment_icons_placement\";s:6:\"footer\";s:14:\"follow_twitter\";s:10:\"http://url\";s:15:\"follow_facebook\";s:10:\"http://url\";s:16:\"follow_instagram\";s:10:\"http://url\";s:12:\"follow_email\";s:10:\"your@email\";s:16:\"flatsome_version\";i:3;s:24:\"portfolio_archive_filter\";s:4:\"left\";s:13:\"type_headings\";a:5:{s:11:\"font-family\";s:13:\"IBM Plex Sans\";s:7:\"variant\";s:3:\"700\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:700;s:10:\"font-style\";s:6:\"normal\";}s:10:\"type_texts\";a:5:{s:11:\"font-family\";s:13:\"IBM Plex Sans\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:8:\"type_nav\";a:5:{s:11:\"font-family\";s:13:\"IBM Plex Sans\";s:7:\"variant\";s:3:\"500\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:8:\"type_alt\";a:5:{s:11:\"font-family\";s:12:\"Josefin Sans\";s:7:\"variant\";s:3:\"700\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:700;s:10:\"font-style\";s:6:\"normal\";}s:19:\"flatsome_db_version\";s:6:\"3.15.7\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:7;s:14:\"primary_mobile\";i:7;}s:7:\"backups\";N;s:9:\"smof_init\";s:31:\"Fri, 29 Jul 2022 18:07:47 +0000\";s:14:\"pages_template\";s:13:\"right-sidebar\";s:11:\"site_loader\";s:0:\"\";s:19:\"html_scripts_header\";s:0:\"\";s:19:\"html_scripts_footer\";s:0:\"\";s:23:\"html_scripts_after_body\";s:0:\"\";s:24:\"html_scripts_before_body\";s:0:\"\";s:15:\"html_custom_css\";s:13847:\".header-full-width .container {\n max-width: 98% !important;\n}\n.header-button-1 a{ border-radius: 5px;\n text-transform: none;\n font-weight: normal;\n letter-spacing: 0;\n font-size: 15px;\n height: 40px;}\n.section4 .large-3 .large-12 .col-inner{background: #ececec;\n padding: 20px;\n border-radius: 10px;}\n.list-post1 .post-item .post-title{color: #4c4c4c;\n font-weight: 500;\n font-size: 31px;}\n.post-item .author-box img{width:40px}\n.post-item .author-box .circle{margin-right:10px}\n.post-item .author-box .author-name{margin-top: 0;\n padding-top: 0;\n text-transform: none;\n letter-spacing: 0;\n font-weight: 500;\n color: #7a7775;\n font-size: 18px;}\n.post-item .entry-author {\n padding: 10px 0;\n}\n.post-item .author-desc{font-size: 16px;\n color: #7a7775;}\n.post-item .box-image{border-radius:10px}\n.list-post1 .flickity-button{display:none}\n.list-post1 .flickity-page-dots{top:60%}\n.list-post1 .flickity-page-dots .dot{width:10px; height:10px;background-color: #fff;opacity:1} .list-post1 .flickity-page-dots .dot.is-selected{width:30px;border-radius:5px; background:#0093fd}\n.header-main .icon-search{background: #efefef;\n border-radius: 99%;\n padding: 10px;\n width: 40px;\n height: 40px;}.logo-left .logo{margin-right:85px}\n.header-main{border-bottom:1px solid #e5e5e5}.list-post2 .post-item .post-title{font-size:18px}\n.list-post2 .post-item .entry-author, .list-post3 .post-item .entry-author{display:none}\n.list-post2 .post-item .box-text{padding-bottom:0}\n.section1 .cot3 .box-overlay .box-text{padding:10px 10px 25px 10px; background-image: linear-gradient(transparent, black);border-bottom-left-radius:10px; border-bottom-right-radius:10px}.section1 .cot3 .box-overlay .box-image{border-radius:10px}\n.section1 .cot3 .box h2{font-size:30px; text-transform:uppercase}\n.list-post3 .post-item .box-text{padding-bottom:0}\n.list-post3 .post-item .post-title{padding-left:40px; font-size: 19px;\n font-weight: 500;\n color: #4c4c4c;\n height: 50px;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;}.header-main .nav > li > a{font-weight:bold}\n.list-post3{counter-reset: post-item;}\n.list-post3 .post-item .post-title::before{ counter-increment: post-item;\n content: counter(post-item);\n font-family: \"josefin Sans\", sans-serif;\n text-align: center;\n font-size: 53px;\n font-weight: bold;\n color: #0093fd;\n position: absolute;\n left: 0; bottom: -16px;}\n.list-post3 .post-item{padding-bottom:10px}\n.list-post1 .post-item a:hover{color:gray;}\n.section1 .col.large-6, .section1 .large-3{padding-bottom:0}\n.section1 .large-12 .list-post2 .flickity-page-dots{display:none}.section-title-normal span {\n margin-right: 15px;\n padding-bottom: 0;\n border-bottom: 0;\n margin-bottom: 0;\n font-size: 31px;\n font-weight: 600;\n color: #161514;\n}.section-title-normal {\n border-bottom: 0;\n}.section-title a {\n display: block;\n margin-left: auto;\n background: #ececec;\n border: 1px solid #ececec;\n font-weight: normal;\n color: #5d5d5d;\n font-size: 16px;\n letter-spacing: 0;\n padding: 8px 28px;\n border-radius: 5px;\n}\n.list-post1 .post-item .from_the_blog_excerpt {font-size:18px;margin:20px 0}\n.list-post4 .post-item .post-title, .list-post6 .post-item .post-title, .list-post8 .post-item .post-title{font-size: 18px;\n font-weight: 500;\n color: #4c4c4c;}\n.list-post4 .post-item .author-box .author-name,.list-post6 .post-item .author-box .author-name{font-size:14px}\n.list-post4 .post-item .author-desc, .list-post6 .post-item .author-desc {\n font-size: 13px;}\n.list-post4 .post-item .box-text{padding-bottom:0}.section-title-container {\n margin-bottom: 0;\n}\n.list-post5 .post-item .box-text{text-shadow:none; border-bottom-left-radius: 10px;\n background-image: linear-gradient(transparent, black);\n border-bottom-right-radius: 10px;}\n.list-post5 .post-item .post-title{font-size: 32px;\n font-weight: 500;}\n.list-post5 .post-item .from_the_blog_excerpt {display:none;font-size:18px}.list-post5 .post-item:hover .from_the_blog_excerpt{display:block; transition:display 1s linear;}\n.list-post7 .post-item .post-title{font-size: 22px;\n font-weight: 500;}\n.list-post7 .post-item .box-text{text-shadow:none}\n.list-post7 .post-item .author-box .author-name{font-size:14px;color:#b5b5b5}\n.list-post7 .post-item .author-desc{font-size:13px; color:#b5b5b5}\n.list-post8 .post-item .author-box .author-name{font-size:13px}\n.list-post8 .post-item .author-desc{font-size:11px}\n.list-post8 .post-item .box-text{padding-right:0}.list-post8 .post-item .post-title:hover{color:#0093fd}\n.list-post8 .post-item .post-title{height: 50px;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;}\n.section4 .icon-box .icon-box-text p{ font-weight: 500;\n color: #0093fd;\n margin-bottom: 0;}.section4 .icon-box .icon-box-img{height:80px}.section4 .icon-box .icon-box-img img{border-radius:99%; border: 2px solid #ffffff; height:100%; padding-top:0;height:80px}\n.section4 .icon-box h3{font-weight: 500;\n font-size: 18px;\n color: #545454;}.section4 .icon-box{padding-top:18px;padding-bottom:18px;border-bottom:1px solid #dedede;}.section4 .icon-box .icon-box-text{padding-top:10px}\n.list-post9 .post-item .post-title{font-size: 40px;\n font-weight: 500;\n color: #4c4c4c;\n margin-bottom: 30px;}\n.list-post9 .post-item .from_the_blog_excerpt { font-size: 18px;\n color: #4c4c4c;\n margin-bottom: 30px;}.list-post9 .post-item .post-title:hover{color:#0093fd}\n.absolute-footer {\n color: rgba(0,0,0,.5);\n padding: 30px 0;\n font-size: 16px;\n border-top: 1px solid #e0e0e0;\n}\n.footer-section h3{ font-size: 17px;\n font-weight: 500;\n color: #4b4b4b;}\n.footer-section ul li{margin-left:0; list-style:none; margin-bottom:15px}.footer-section ul{margin-bottom:0}\n.footer-section .col{padding-bottom:0}\n.footer-section ul li a{color:#656464;}\n.footer-section .social-icons a{margin-bottom:0}.footer-section ul li a:hover{text-decoration:underline; color:#0093fd}\na.back-to-top{background:white; border:none !important; width:50px; height:50px; box-shadow:2px 2px 20px #00000026;}\n.blog-single .row.row-large {\n max-width: 1920px;\n}\n.footer-section{background:linear-gradient(180deg,#eee,hsla(0,0%,100%,.91) 99%);}div.ez-toc-widget-container ul.ez-toc-list{display:block !important}\n.blog-single .large-2{padding-left:0;flex-basis:18%; max-width:18%;padding-right:0}\n.blog-single .large-3{flex-basis:23%; max-width:23%;padding-right:0}\n.blog-single .large-7{flex-basis:59%; max-width:59%;padding-right:0}\nspan.widget-title, .widgettitle {display:block; margin-bottom:20px;\n color: #a19f9f;\n font-size: 16px;\n text-transform: none;\n letter-spacing: 0;\n font-weight: 500;\n}\n.blog-single .large-2 li{padding:10px; list-style:none; margin-left:0}.blog-single .large-2 li:hover{color:#cda439}.ez-toc-widget-container ul.ez-toc-list li.active {\n background-color: rgb(207 173 96 / 10%);\n border-radius: 6px;}.ez-toc-widget-container li.active > a {\n font-weight: normal;\n color: #cda439;\n}\n.tagcloud a:hover{color: #2196f3;\n background: #ebf9ff !important;}\n.blog-archive .page-title{ font-size: 30px;\n color: #2c2c2c;}\n.blog-archive .large-12{padding-top:40px}\n.blog-archive .post-item .post-title{ font-size: 21px;\n font-weight: 500;\n margin-bottom: 10px;\n color: #292929;}\n.blog-archive .post-item .from_the_blog_excerpt {display:none}\n.blog-archive .post-item .author-box .author-name{font-size:14px;}\n.blog-archive .post-item .author-desc{font-size:11px}\n.blog-archive .post-item:hover .box-image img{transform:scale(1.2)}.blog-archive .post-item .post-title:hover{color:#0093fd}\n.blog-archive .post-item .box-text{padding-bottom:0}.section-title a:hover{background:rgb(3 169 244 / 11%);border:none}.nav-dropdown.nav-dropdown-default>li>a{border-bottom:none;font-weight:500; color:#373737;}\n.blog-archive{background:#f5f5f5}\n.widget, .blog-single .article-inner { background: white;\n border-radius: 10px;\n padding: 30px;}\n.widget .is-divider{display:none}\n.blog-single{background:#f5f5f5}\n.blog-single .large-7{border-right:none !important; padding-right:0;border-left:none !important}.blog-single .large-3{border-left:none !important}\na.back-to-top .icon-angle-up{font-size: 32px;\n line-height: 46px;}\n.recent-blog-posts-li .badge.post-date{width:120px; height:70px}\n.recent-blog-posts-li .badge.post-date .badge-inner{border-radius:10px}\n.block_widget .list-post6 .post-item .box-text{padding-bottom:0}.block_widget .list-post6 .post-item{padding-bottom:15px}.nav-dropdown.nav-dropdown-bold>li>a{font-weight:500;color:rgb(48 48 48 / 85%)}\n.nav-dropdown.nav-dropdown-bold > li > a:hover{background:#ededed; color:rgb(48 48 48 / 85%) !important}\n.toc_number{font-weight: 500;\n color: #0093fd;}\n.toc_widget ul li ul{ display: block;\n border-left: 0;\n margin-left: 0;\n padding-left: 0;} .toc_widget ul li ul li{padding-top:0 !important;padding-bottom:0 !important}\n.blog-single .entry-title{font-size:40px;\n font-weight: 500;\n color: #2f2f2f;}\n.blog-single .thong-tin-post .author img{ width: 30px;\n height: 30px;\n border-radius: 99%;\n margin-right: 5px;}.blog-single .thong-tin-post .author .info{margin-right:20px}\n.blog-single .thong-tin-post{display: inline-block;\n width: 100%;\n clear: both;\n font-size: 16px;\n color: gray;}\n.blog-single .entry-image img{border-radius:10px}\n.blog-single .entry-content{color:#292929; font-size:18px}\n.blog-single .entry-content h2{ font-size: 30px;}\n.blog-single .entry-content h3{ font-size: 28px;}\n.blog-single .entry-content h4{ font-size: 26px;}\n.blog-single .thong-tin-post .author{width:80%;display:inline-block;float:left}\n.blog-single .thong-tin-post .luot-xem{display:inline-block; width:20%; float:right;text-align: right;}\n.fa{margin-right:7px}\n.blog-single .article-inner{padding:30px 40px}\n.tagcloud a{background: #f2f2f2;\n padding: 5px 15px;\n font-size: 14px !important;\n color: #525252;\n border-radius: 5px;\n margin: 7px 0;\n margin-right: 10px;\n display: inline-block;}\n.ez-toc-list li{list-style-type: decimal !important;\n list-style-position: inside !important;}div.ez-toc-widget-container ul.ez-toc-list{padding:0px}\n.widget .social-icons{ text-align:center; background: #f2f2f280;\n display: block;\n padding: 10px;\n border-radius: 10px;}.widget .social-icons a{border: none;\n margin-bottom:0}\n.blog-single .large-7 .entry-author{background: white;\n border-radius: 10px;\n margin: 30px 0;\n padding: 15px 40px;}\n.blog-single .large-7 .entry-author h5{text-transform: none;\n font-weight: 500;\n letter-spacing: 0;\n font-size: 18px;\n color: #4d4d4d;}\n.blog-single .author-desc{ font-size: 17px;\n color: gray;}\n.blog-single .social-icons a{border:none !important}\n.blog-single .large-7 .entry-author .circle {\n margin-right: 20px;\n width: 85px;\n}\n.widget .social-icons a i, .blog-single .social-icons a i{color:gray;}\n.gioi-thieu-box{background: white;\n padding: 20px 40px;\n border-radius: 10px;\n margin-top: 30px;}\n.gioi-thieu-box h3, #comments .comment-respond .comment-reply-title{font-weight: 500;\n color: #605e5c;}\n.gioi-thieu-box .des{margin-bottom:0}footer.entry-meta{font-size:17px}#comments .comment-respond {\n background-color: white;\n margin-top: 15px;\n padding: 15px 40px;\n border-radius: 10px;\n}\n#comments input[type=submit]{margin-bottom:0; border-radius: 5px;\n text-transform: none;\n font-weight: normal;\n letter-spacing: 0;}\nform{margin-bottom:0}\n.bai-viet-lien-quan .container{max-width:1200px}\n.bai-viet-lien-quan h3{font-size: 27px;\n text-align: center;\n margin-bottom: 25px;\n font-weight: 500;\n color: #363636;}\n.bai-viet-lien-quan{margin-top:30px}\n.list-bai-viet{ display: block;\n width: 100%;\n clear: both;}\n.list-bai-viet .box-image{ border-radius: 10px;\n margin-bottom: 0px;height:250px}\n.list-bai-viet .tieu-de-bai-viet{font-size: 21px;\n font-weight: 500;\n line-height: 28px;\n height: 55px;\n overflow: hidden;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;}\n.list-bai-viet .box-text{padding: 20px;background: white;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;}\n.list-bai-viet li{padding: 10px 15px;display:inline-block; width:33.33%; float:left}\n.bai-viet-lien-quan .entry-author h5{margin: 0;\n padding: 0;\n text-transform: none;\n font-weight: 500;\n color: gray;}\n.bai-viet-lien-quan .entry-author .author-desc{font-size:11px}\n.bai-viet-lien-quan .entry-author{ padding: 10px 0 0 10px;}.bai-viet-lien-quan .entry-author .circle{width:30px; margin-right:7px} .bai-viet-lien-quan li:hover .box-image img{transform:scale(1.2); transition:1s} .widget>ul>li li>a{font-size:15px}\n.toc_widget_list.no_bullets li ul li{background-image: url(/wp-content/uploads/2022/08/dot.jpg) !important;\n background-repeat: no-repeat !important;\n background-position-y: 8px !important;\n padding-left: 29px !important;\n background-size: 19px;}\n.toc_widget_list.no_bullets li a{font-weight:500} .toc_widget_list.no_bullets li ul li a{font-weight:normal}h1.entry-title.mb {\n margin-bottom: 20px;\n letter-spacing: 0;\n}\n.page-right-sidebar{background:#f5f5f5;}\n.page-right-sidebar .large-3{padding-left:0; border-left:none !important; flex-basis:29%; max-width:29%}\n.page-right-sidebar .page-inner{background:white; border-radius:10px; padding:25px 40px}\n.comment-form-comment textarea{box-shadow:none; border-radius:10px}\n.page-right-sidebar .large-9{border-right:none !important; flex-basis:71%; max-width:71%}\n.widget>ul>li li>a .toc_number{display:none}\";s:22:\"html_custom_css_tablet\";s:0:\"\";s:22:\"html_custom_css_mobile\";s:4246:\".nav>li>a>i.icon-menu{width: 40px;\n height: 40px;\n background: #efefef;\n border-radius: 99%;\n line-height: 40px;\n color: white;\n padding-left: 8px;}.icon-menu:before{Color:gray;}.off-canvas-left .mfp-content{background:#fafafa; width:300px}.off-canvas .nav-vertical>li>a {\n padding-top: 15px;\n padding-bottom: 15px;\n font-size: 17px;\n font-weight: 500;\n}.list-post1 .post-item .post-title{font-size:20px}.list-post1 .flickity-page-dots {\n top: 46%;\n}.post-item .author-box .author-name {\n font-size: 15px;\n}.post-item .author-desc {\n font-size: 13px;}\n.list-post1 .post-item .box-text{padding-bottom:0}.list-post1 .post-item{padding-bottom:0}\n.list-post2 .post-item .box{display:inline-flex}\n.list-post2 .post-item .box-image {\n border-radius: 10px;\n display: flex;\n width: 55%;\n flex-direction: column;\n}.list-post2 .post-item .box-text{padding-left:6px;padding-top:0}.list-post2 .post-item .post-title {\n font-size: 16px;\n}.list-post3 .post-item .post-title {\n font-size: 17px;\n height: 46px;}\n.list-post3{margin-bottom:15px}\n.section{padding-bottom:0!important}\n.section-title-normal span {\n font-size: 25px;}\n.list-post2 .post-item{padding-bottom:15px}\n.section-title a {\n font-size: 16px;\n padding: 5px 14px;}\n.section2 .col{padding-bottom:10px}\n.section2 .list-post1 .post-item .post-title {\n font-size: 18px;\n}.list-post1 .post-item .from_the_blog_excerpt {\n font-size: 15px;\n margin: 10px 0;\n}\n.list-post4 .post-item, .list-post6 .post-item, .list-post8 .post-item{flex-basis:50%;max-width:50%}.list-post4 .post-item:nth-child(odd), .list-post6 .post-item:nth-child(odd), .list-post8 .post-item:nth-child(odd){padding-right:7px}\n.list-post4 .post-item:nth-child(even), .list-post6 .post-item:nth-child(even), .list-post8 .post-item:nth-child(even){padding-left:7px}.list-post4 .post-item .post-title, .list-post6 .post-item .post-title, .list-post8 .post-item .post-title{font-size: 15px;\n max-height: 58px;\n overflow: hidden;font-size:15px}\n.list-post4 .post-item .entry-author, .list-post5 .post-item .entry-author, .list-post6 .post-item .entry-author, .list-post7 .post-item .entry-author, .list-post8 .post-item .entry-author{display:none}\n.section3 .col{padding-bottom:10px}\n.list-post5 .post-item .post-title {\n font-size: 18px;}\n.list-post6 .post-item .box-text, .list-post8 .post-item .box-text{padding-bottom:0}\n.list-post8 .post-item .post-title {\n height: 40px;}.list-post8 .post-item{padding-bottom:10px}\n.section4 .col{padding-bottom:10px}\n.section5 .col{padding-bottom:10px}.list-post9 .post-item .post-title { margin-bottom: 0;\n font-size: 20px;} .list-post9 .post-item .entry-author, .list-post9 .post-item .from_the_blog_excerpt{display:none}.footer-section .col{flex-basis:100%; max-width:100%; padding-bottom:10px}\n.footer-section .large-9 .large-3{flex-basis:50%;max-width:50%}\n.footer-section .large-3 .large-6{flex-basis:50%; max-width:50%}.blog-single .large-2{display:none}.blog-single .large-7{flex-basis:100% ;max-width:100%; padding-right:15px}.blog-single .article-inner{padding:15px}.blog-single .entry-title {\n font-size: 25px;}.blog-single .thong-tin-post .author,.blog-single .thong-tin-post .luot-xem{padding: 7px 0;width:100%;text-align:left}.entry-header-text {\n padding: 0;\n}.gioi-thieu-box, .blog-single .large-7 .entry-author, #comments .comment-respond{padding:15px}.blog-single .author-desc {\n font-size: 15px;}.blog-single .large-3{flex-basis:100%; max-width:100%; padding-right:15px}.widget, .blog-single .article-inner{padding:15px}.list-bai-viet li{margin-bottom:15px; padding: 0;width:100%}\n.list-bai-viet .tieu-de-bai-viet {\n font-size: 18px;\n line-height: 25px;}.list-bai-viet .box-text{padding:15px}.blog-archive .large-12 {\n padding-top: 0;\n}.blog-archive .post-item .post-title {\n font-size: 16px;}\n.blog-archive .post-item .box{display:inline-flex}.blog-archive .post-item .box-image{width:45%;}.blog-archive .post-item .box-text{padding-left:8px;padding-top:0}\n.blog-archive .post-item{padding-bottom:10px}.page-right-sidebar .large-9, .page-right-sidebar .large-3{padding-left:15px;padding-right:15px; flex-basis:100% ;max-width:100%;}\n.blog-archive .post-item .entry-author{display:none}\";s:17:\"perf_instant_page\";s:1:\"1\";s:21:\"lazy_load_backgrounds\";s:1:\"1\";s:16:\"lazy_load_images\";s:1:\"1\";s:26:\"flatsome_disable_style_css\";s:1:\"0\";s:13:\"disable_emoji\";s:1:\"0\";s:16:\"disable_blockcss\";s:1:\"1\";s:14:\"jquery_migrate\";s:1:\"1\";s:17:\"site_loader_color\";s:5:\"light\";s:14:\"site_loader_bg\";s:0:\"\";s:11:\"live_search\";s:1:\"0\";s:18:\"search_placeholder\";s:0:\"\";s:21:\"search_result_latency\";s:1:\"0\";s:17:\"facebook_accounts\";a:1:{i:0;s:1:\"0\";}s:14:\"google_map_api\";s:0:\"\";s:16:\"maintenance_mode\";s:1:\"0\";s:29:\"maintenance_mode_admin_notice\";s:1:\"1\";s:21:\"maintenance_mode_page\";s:1:\"0\";s:21:\"maintenance_mode_text\";s:24:\"Please check back soon..\";s:9:\"404_block\";s:1:\"0\";s:12:\"fl_portfolio\";s:1:\"0\";s:15:\"parallax_mobile\";s:1:\"0\";s:15:\"flatsome_studio\";s:1:\"0\";s:15:\"release_channel\";s:6:\"stable\";s:18:\"custom_css_post_id\";i:-1;s:10:\"site_width\";s:4:\"1400\";s:11:\"preset_demo\";s:14:\"header-default\";s:22:\"topbar_elements_center\";a:0:{}s:29:\"header_mobile_elements_bottom\";a:0:{}s:13:\"logo_position\";s:4:\"left\";s:11:\"topbar_show\";b:1;s:17:\"header_top_height\";s:2:\"30\";s:12:\"topbar_color\";s:4:\"dark\";s:9:\"topbar_bg\";s:0:\"\";s:13:\"nav_style_top\";s:7:\"divided\";s:12:\"header_width\";s:10:\"full-width\";s:13:\"header_height\";s:2:\"64\";s:12:\"header_color\";s:5:\"light\";s:9:\"header_bg\";s:7:\"#fafafa\";s:20:\"header_bg_img_repeat\";s:8:\"repeat-x\";s:17:\"box_shadow_header\";b:0;s:9:\"nav_style\";s:11:\"line-bottom\";s:8:\"nav_size\";s:5:\"large\";s:13:\"nav_uppercase\";b:1;s:14:\"type_nav_color\";s:7:\"#605e5c\";s:20:\"type_nav_color_hover\";s:7:\"#0093fd\";s:25:\"header_height_transparent\";s:2:\"30\";s:21:\"header_bg_transparent\";s:0:\"\";s:27:\"header_bg_transparent_shade\";b:0;s:20:\"header_bottom_height\";s:2:\"10\";s:15:\"nav_position_bg\";s:7:\"#f1f1f1\";s:16:\"nav_style_bottom\";s:0:\"\";s:15:\"nav_size_bottom\";s:0:\"\";s:20:\"nav_uppercase_bottom\";b:1;s:18:\"nav_position_color\";s:5:\"light\";s:21:\"type_nav_bottom_color\";s:0:\"\";s:27:\"type_nav_bottom_color_hover\";s:0:\"\";s:13:\"color_primary\";s:7:\"#0093fd\";s:15:\"color_secondary\";s:7:\"#605e5c\";s:11:\"color_texts\";s:7:\"#605e5c\";s:19:\"type_headings_color\";s:7:\"#161616\";s:11:\"color_links\";s:7:\"#0093fd\";s:18:\"color_widget_links\";s:7:\"#605e5c\";s:24:\"color_widget_links_hover\";s:7:\"#0093fd\";s:9:\"site_logo\";i:660;s:14:\"header_divider\";b:0;s:10:\"nav_height\";s:2:\"44\";s:9:\"type_size\";s:3:\"100\";s:16:\"type_size_mobile\";s:3:\"100\";s:15:\"header_button_1\";s:13:\"Đăng nhập\";s:20:\"header_button_1_link\";s:10:\"/wp-admin/\";s:22:\"header_button_1_radius\";s:3:\"5px\";s:11:\"nav_spacing\";s:6:\"xlarge\";s:8:\"nav_push\";s:1:\"0\";s:10:\"logo_width\";s:3:\"185\";s:12:\"logo_padding\";s:1:\"7\";s:10:\"blog_badge\";b:0;s:19:\"blog_excerpt_suffix\";s:3:\"...\";s:12:\"footer_block\";s:6:\"footer\";s:18:\"footer_bottom_text\";s:5:\"light\";s:19:\"footer_bottom_align\";s:6:\"center\";s:19:\"footer_bottom_color\";s:7:\"#f4f4f4\";s:16:\"footer_left_text\";s:47:\"Copyright [ux_current_year] © Coint News Theme\";s:20:\"header_height_sticky\";s:2:\"64\";s:19:\"sticky_logo_padding\";s:1:\"0\";s:17:\"nav_height_sticky\";s:2:\"44\";s:16:\"bottombar_sticky\";b:0;s:25:\"blog_single_next_prev_nav\";b:0;s:19:\"blog_layout_divider\";b:0;s:10:\"blog_style\";s:5:\"3-col\";s:15:\"blog_style_type\";s:3:\"row\";s:16:\"blog_posts_depth\";s:1:\"0\";s:22:\"blog_posts_depth_hover\";s:1:\"0\";s:22:\"blog_posts_title_align\";s:4:\"left\";s:11:\"blog_layout\";s:10:\"no-sidebar\";s:19:\"header_search_style\";s:8:\"lightbox\";s:24:\"header_search_categories\";b:0;s:23:\"dropdown_border_enabled\";b:0;s:17:\"dropdown_nav_size\";s:3:\"100\";s:15:\"dropdown_radius\";s:4:\"10px\";s:14:\"dropdown_arrow\";b:0;s:14:\"dropdown_style\";s:4:\"bold\";s:13:\"default_title\";b:1;s:24:\"header_search_form_style\";s:4:\"flat\";s:17:\"color_links_hover\";s:7:\"#1e73be\";}","yes"), ("434","envato_setup_complete","1659118074","yes"), ("485","flatsome_wupdates","a:2:{s:6:\"errors\";a:1:{i:0;s:193:\"The purchase code is already registered on another site. Please go to <a href=\"https://account.uxthemes.com\" target=\"_blank\" rel=\"noopener noreferrer\">your account</a> and manage your licenses.\";}s:11:\"show_notice\";b:1;}","yes"), ("486","flatsome_update_cache","a:2:{s:12:\"last_checked\";i:1664459793;s:7:\"version\";s:6:\"3.15.7\";}","yes"), ("521","widget_recent-posts","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"), ("524","widget_recent-comments","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"), ("565","category_children","a:0:{}","yes"), ("566","nav_menu_options","a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}","yes"), ("603","widget_media_core","a:1:{s:12:\"_multiwidget\";s:28:\"OgIsrIHx5WJRRTSPx28pIXF51Y6+\";}","no"), ("619","wp_calendar_block_has_published_posts","1","yes"), ("1159","woosidebars-version","1.4.6","yes"), ("1163","widget_ezw_tco","a:2:{i:2;a:5:{s:5:\"title\";s:0:\"\";s:5:\"affix\";s:1:\"0\";s:15:\"highlight_color\";s:7:\"#ededed\";s:11:\"hide_inline\";s:1:\"0\";s:17:\"q2w3_fixed_widget\";i:1;}s:12:\"_multiwidget\";i:1;}","yes"), ("1164","ez-toc-settings","a:46:{s:15:\"fragment_prefix\";s:1:\"i\";s:8:\"position\";s:6:\"before\";s:5:\"start\";s:1:\"3\";s:17:\"show_heading_text\";s:1:\"1\";s:12:\"heading_text\";s:17:\"Nội dung chính\";s:18:\"enabled_post_types\";a:1:{s:4:\"post\";s:4:\"post\";}s:7:\"counter\";s:7:\"numeric\";s:13:\"smooth_scroll\";s:1:\"1\";s:20:\"smooth_scroll_offset\";s:2:\"30\";s:11:\"toc_loading\";s:2:\"js\";s:5:\"width\";s:4:\"auto\";s:12:\"width_custom\";s:3:\"275\";s:18:\"width_custom_units\";s:2:\"px\";s:8:\"wrapping\";s:4:\"none\";s:15:\"title_font_size\";s:3:\"120\";s:21:\"title_font_size_units\";s:1:\"%\";s:17:\"title_font_weight\";s:3:\"500\";s:9:\"font_size\";s:2:\"95\";s:15:\"child_font_size\";s:2:\"90\";s:15:\"font_size_units\";s:1:\"%\";s:5:\"theme\";s:4:\"grey\";s:24:\"custom_background_colour\";s:4:\"#fff\";s:20:\"custom_border_colour\";s:4:\"#ddd\";s:19:\"custom_title_colour\";s:4:\"#999\";s:18:\"custom_link_colour\";s:7:\"#428bca\";s:24:\"custom_link_hover_colour\";s:7:\"#2a6496\";s:26:\"custom_link_visited_colour\";s:7:\"#428bca\";s:14:\"heading_levels\";a:6:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";}s:19:\"css_container_class\";s:0:\"\";s:21:\"child_font_size_units\";s:1:\"%\";s:7:\"exclude\";s:0:\"\";s:27:\"mobile_smooth_scroll_offset\";s:1:\"0\";s:13:\"restrict_path\";s:0:\"\";s:21:\"widget_affix_selector\";s:0:\"\";s:10:\"visibility\";s:1:\"0\";s:26:\"visibility_hide_by_default\";s:1:\"0\";s:14:\"show_hierarchy\";s:1:\"0\";s:31:\"remove_special_chars_from_title\";s:1:\"0\";s:9:\"lowercase\";s:1:\"0\";s:9:\"hyphenate\";s:1:\"0\";s:16:\"include_homepage\";s:1:\"0\";s:11:\"exclude_css\";s:1:\"0\";s:10:\"inline_css\";s:1:\"0\";s:8:\"fixedtoc\";s:1:\"0\";s:17:\"highlightheadings\";s:1:\"0\";s:14:\"shrinkthewidth\";s:1:\"0\";}","yes"), ("1200","q2w3_fixed_widget","a:9:{s:16:\"screen-max-width\";i:0;s:17:\"screen-max-height\";i:0;s:10:\"margin-top\";i:70;s:13:\"margin-bottom\";i:70;s:23:\"stop_elements_selectors\";s:6:\"footer\";s:10:\"custom-ids\";s:0:\"\";s:13:\"fix-widget-id\";b:0;s:13:\"logged_in_req\";b:0;s:19:\"use_sticky_position\";b:0;}","yes"), ("1310","font-awesome-releases","a:2:{s:12:\"refreshed_at\";i:1659279929;s:4:\"data\";a:3:{s:16:\"latest_version_5\";s:6:\"5.15.4\";s:16:\"latest_version_6\";s:5:\"6.1.2\";s:8:\"releases\";a:49:{s:5:\"5.0.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VVoO3UHXsmXwXvf1kJx2jV3b1LbOfTqKL46DdeLG8z4pImkQ4GAP9GMy+MxHMDYG\";s:14:\"css/brands.css\";s:71:\"sha384-JT52EiskN0hkvVxJA8d2wg8W/tLxrC02M4u5+YAezNnBlY/N2yy3X51pKC1QaPkw\";s:19:\"css/fontawesome.css\";s:71:\"sha384-7mC9VNNEUg5vt0kVQGblkna/29L8CpTJ5fkpo0nlmTbfCoDXyuK/gPO3wx8bglOz\";s:15:\"css/regular.css\";s:71:\"sha384-JZ2w5NHrKZS6hqVAVlhUO3eHPVzjDZqOpWBZZ6opcmMwVjN7uoagKSSftrq8F0pn\";s:13:\"css/solid.css\";s:71:\"sha384-TQW9cJIp+U8M7mByg5ZKUQoIxj0ac36aOpNzqQ04HpwyrJivS38EQsKHO2rR5eit\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-X1ZQAmDHBeo7eaAJwWMyyA3mva9mMK10CpRFvX8PejR0XIUjwvGDqr2TwJqwbH9S\";s:9:\"js/all.js\";s:71:\"sha384-2CD5KZ3lSO1FK9XJ2hsLsEPy5/TBISgKIk2NSEcS03GbEnWEfhzd0x6DBIkqgPN1\";s:12:\"js/brands.js\";s:71:\"sha384-i3UPn8g8uJGiS6R/++68nHyfYAnr/lE/biTuWYbya2dONccicnZZPlAH6P8EWf28\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tqpP2rDLsdWkeBrG3Jachyp0yzl/pmhnsdV88ySUFZATuziAnHWsHRSS97l5D9jn\";s:13:\"js/regular.js\";s:71:\"sha384-hXqI+wajk6jJu2DXwf2oqBg6q5+HqXM5yz9smX94pDjiLzH81gAuVtjter66i1Ct\";s:11:\"js/solid.js\";s:71:\"sha384-kbPfTyGdGugnvSKEBJCd6+vYipOQ6a+2np5O4Ty3sW7tgI0MpwPyAh+QwUpMujV9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BRge2B8T+0rmvB/KszFfdQ0PDvPnhV2J80JMKrnq21Fq6tHeKFhSIrdoroXvk7eB\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-bJB2Wn8ZuuMwYA12t6nmPqVTqT64ruKTAWqdxs/Oal3vexA7RPAo3FtVU5hIil2E\";s:14:\"css/brands.css\";s:71:\"sha384-F8vNf2eNIHep58ofQztLhhWsZXaTzzfZRqFfWmh7Cup7LqrF0HCtB6UCAIIkZZYZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CTTGZltCsihOiEwOCbT7p1lhij8kYk6lapCladmNzxj4yXj/AKp6q3+CRoNN3UCG\";s:15:\"css/regular.css\";s:71:\"sha384-GtLUznQ3nMgus15JP1pAE2UH9HAQi8gjQTNfIT+Gq6zFPeeq3y+Xtxt5HUBFF0YO\";s:13:\"css/solid.css\";s:71:\"sha384-WEKepgUDOaHRK2/r+qA7W/Srd+36IIOmBm/+wm9aSz6acYC0LkyM9UJElLVNy95T\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-sV6Qj6KRPF7HrXfo5NK0evVt+YbNxUuGZU2udYKDAxwxPVTuEE6lofcZJhRMK4WT\";s:9:\"js/all.js\";s:71:\"sha384-xiGKJ+4CP2p2WkTifyjHDeZVAg1zBrnJV8LU33N7J+5BWp1biPcSpEJJY7hFiRLn\";s:12:\"js/brands.js\";s:71:\"sha384-V+scQ15NnQuKVajRBsSery7bV87d0xDAoCs4pB8ZcwW74+zzW5CkgRmIFOYw8kKX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CxMnuVDquTXcsJnW1rAfSm4uzGr12HENF1oe+JRZm4jcQDerJ6VeA1XLvAso396r\";s:13:\"js/regular.js\";s:71:\"sha384-ihKlq3j4PocIYMPkNra+ieEVsLuFzj4rp1yjn3jq+La7r4G9kf9COpWfOI8SGapM\";s:11:\"js/solid.js\";s:71:\"sha384-KDEuZV2OBU0Q264kBX2Idu9gYr5z/fQrtvUsKfuKGEDkDxV0GBVN/qi3QoLZPmbJ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-0nloDHslShcnKvH94Zv8nb0zPlzTFCzfZGx9YxR2ngUWs9HXXHVx1PUQw0u9/7LE\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-KFTzeUQSHjcfuC8qqdFm+laWVqpkucx/3uXo41hhKQzUEtbNnNSk8KEEBZ+2lEQy\";s:14:\"css/brands.css\";s:71:\"sha384-J6h7hpR0mfr79Ck/ZfDrhN14FnkbkLbd+mm0yTw5spSpK08yOK/AB9IRR/Dcg8EJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-l2oTZy4pLseT/J6oW0mwsjKPhjpTctOfU191uVonzezZiqw9PPcz4AMKsIAeyR4P\";s:15:\"css/regular.css\";s:71:\"sha384-cDXlx+8npD3wa2ahyeSZvsi9VlRrMmJVIB1rpK7Ftyq4cppWM9d2mBhrlOqYBljt\";s:13:\"css/solid.css\";s:71:\"sha384-ioYc/tyAAvPTKdlEWH/BDO/Fn0RGAWisNzyfZNt74mHfA6UPN2tzjD6Nm4ieQfBR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-bnoXyQHIAXdkrtQTtvuajtPgmWqHQ8657dQ4vzySapygDMqzijBpEq96AwgX2u4N\";s:9:\"js/all.js\";s:71:\"sha384-4OPaVeLgwRHdGJplmRGxGcoGYwxBAdR8Qr9z/Av7blRYPlRIPtjTygdtpQlD1HHv\";s:12:\"js/brands.js\";s:71:\"sha384-68dqWCRgViK/UsBTW5vGfntS6GdBDT5D4KWUBXTf6IkF2NFFD+X/0QNs0FZaIELt\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sBtO3o3oG61AtAKrg74kfk50JP0YHcRTwOXgTeUobbJJBgYiCcmtkh784fmHww23\";s:13:\"js/regular.js\";s:71:\"sha384-J0ggktpCvzBHSxd/a8EBQgQDIWBtASK5rhHMvGWuR/UyjuPgX0iCAcb3OlfhvlQz\";s:11:\"js/solid.js\";s:71:\"sha384-DX1/9hggbc1yKVl40n2dNF9OzLf9ZPwZm87WzIW+FinkgjSq18PXpUxOL4I0iS1+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kysXtDCmCTYxM55rHL+9xPu6+Inoi3ZzZHvcxkXs+iPj5nymJKlauQdXyzubyD0b\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DmABxgPhJN5jlTwituIyzIUk6oqyzf3+XuP7q3VfcWA2unxgim7OSSZKKf0KSsnh\";s:14:\"css/brands.css\";s:71:\"sha384-1beec9tTZuu+KrTudmvRnGpK81r78DKCAXdphCvdG+PR+n/WCczsYPqTBTvYsM7z\";s:19:\"css/fontawesome.css\";s:71:\"sha384-xdTUmhbcetyLRVL4PAriRajOve+/5pjOiy5sJABnhXMcRMVc9HI9s2KmOCjjDK/P\";s:15:\"css/regular.css\";s:71:\"sha384-nM5tBytXTc1HDZ/A3My2gNT2TxLk/M/5yFi0QrOxaZjBi7QpKUfA2QqT+fcSxSlg\";s:13:\"css/solid.css\";s:71:\"sha384-g2aKxiZcFezoVOq4MsjaxuBbSxSlXD/NRQ5GaPLfvCtcTLgP3fYZKKAGxCM/wMfe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MCR8qGTbdyK+hklwz1eKgGiAjT57F5HEJMs/uHRAwZ6GI5602TyGI89FyrbUwiIc\";s:9:\"js/all.js\";s:71:\"sha384-nVi8MaibAtVMFZb4R1zHUW/DsTJpG/YwPknbGABVOgk5s6Vhopl6XQD/pTCG/DKB\";s:12:\"js/brands.js\";s:71:\"sha384-dl3ONr32uA3YqpqKWzhXLs5k1YbKOn3dwiMbEP1S/XQMa3LPRwvJrhW7+lomL/uc\";s:17:\"js/fontawesome.js\";s:71:\"sha384-l7FyBM+wFIWpfmy8RYkWgEu/Me6Hrz98ijLu4nP3PkGbTtTCvtHB5ktI8hLEgEG3\";s:13:\"js/regular.js\";s:71:\"sha384-lwwoO5Gg19TptbILrLBjV28EVJ9RW3tD3cGyjCRn3OY9IuLua/YRlE47btZIXfMv\";s:11:\"js/solid.js\";s:71:\"sha384-4KkAk2UXMS9Xl3FoAAN43VJxRZ/emjElCz60xUTegPOZlbPLZGylvor2v7wQ0JNb\";s:14:\"js/v4-shims.js\";s:71:\"sha384-yfrMPoFcXUzdvECrvYRYE7wlxouXxjRSge5x6BlPPOb38tW4n0e8EW79RGU7VY0R\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-1RxicL8bcQJWgpr/clvtGVG7DVFJvDX/DVsJsbjKhXtdo8r5WVZQqB9AHTNPr08A\";s:14:\"css/brands.css\";s:71:\"sha384-sFwP5Zsnp6I4zQxUMPHvv8Bk16eEzU0YhaNbMCftDHPKDD+BR8WdXAHKL4xpipII\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VFi8UvBDvM8muKO8ogMXi2j8vdJiu8hq1uxpX/NS8BsftBiJpheM5AuhFH1dvURx\";s:13:\"css/light.css\";s:71:\"sha384-4FGoKudkcpRXgx5UNFa5TxzaHUhnvCGFDeZKncEn9KJx/l07kcid3VbpwajrvrFW\";s:15:\"css/regular.css\";s:71:\"sha384-eyjlqgvgpHiWM0GoL4/hsTh22piTKmMTM+sfJYacddG2n9AEubqQB/w4CPJK1/1b\";s:13:\"css/solid.css\";s:71:\"sha384-TlWtvBj4TXNlpJC5Qq4aHel0R/dywVcP/6eOFC0qptQ71WWSxJCvuTajjGb1duS9\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-rHay3RzsgCtbjvDmBLThu6ESXlU4Al5STjlHSpNygnbeyt04OP1uKZVXB2Zy16+T\";s:9:\"js/all.js\";s:71:\"sha384-vV0064GQjt+TcoZxVPm/f6vyAivSNofFvOHKLWxcDl784Dzm9W4BBpoTvUG4vi5a\";s:12:\"js/brands.js\";s:71:\"sha384-/877azmwW/YhoBsPeM9dh61dNr5XGbuk24lyjPbFWyrPaZPyU2oxgOY6PE1OH4z4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7L9/YJQEf9kLPc6sdtoVIsuBNxCVi4OmHPcszcY685IJIcB52hgYoL1OiwTawJS/\";s:11:\"js/light.js\";s:71:\"sha384-iXxa9ExuZ0Fi2N2VO/buuWuAgYIUXNtOaJiKLa40Bjt43KJpzJdhg2TBHyBVqCPh\";s:13:\"js/regular.js\";s:71:\"sha384-YzSStfq1m16y1v5M97ViNRpiQUCVpagVVOkqlmww8otyjFkY6EXT4dShlKNuxRDu\";s:11:\"js/solid.js\";s:71:\"sha384-WJDZ/GI6pz1VoELs6i44T3f00fguksrLXIx3LXHdlaAzmOvX/mTK5j+qzHJdKejC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8XZ16R7aSGin4NRuv6gn5xfbsvad5H8LR41g48iduwkfZEqDgXlvUjkJKgxqZUiW\";}}}s:5:\"5.0.6\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VY3F8aCQDLImi4L+tPX4XjtiJwXDwwyXNbkH7SHts0Jlo85t1R15MlXVBKLNx+dj\";s:14:\"css/brands.css\";s:71:\"sha384-rK0EPNdv8UCeRNPzX+96ARRlf9hZM+OukGceDTdbPH30DYcSI1x5QyBU7d2I2kHX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-dbkYY2NmVwxaFrr4gq04oVh6w39ovmevsgD80Il1Od3hwpgREqyPb3XqbpaSwN4x\";s:15:\"css/regular.css\";s:71:\"sha384-HGbVnizaFNw8zW+vIol9xMwBFWdV7/k61278Zo1bnMy9dLmjv48D7rtpgYRTe5Pd\";s:13:\"css/solid.css\";s:71:\"sha384-GfC9nfESTZkjCPFbevBVig3FTd6wkjRRYMtj+qFgK8mMBvGIje2rrALgiBy6pwRL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-U2b24h7gWqOYespg+vI5yiIn4ZYlTevT0N96xkGrw7ktP1gg9XwqEslsdTLJdlGg\";s:9:\"js/all.js\";s:71:\"sha384-0AJY8UERsBUKdWcyF3o2kisLKeIo6G4Tbd8Y6fbyw6qYmn4WBuqcvxokp8m2UzSD\";s:12:\"js/brands.js\";s:71:\"sha384-4iSpDug9fizYiQRPpPafdAh5NaF8yzNMjOvu3veWgaFm0iIo8y4vUi7f3Yyz5WP1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-rttr/ldR2uHigckjTCjMDe47ySeFVaL3Q7xUkJZir56u8Z8h/XnHJXHocgyfb25F\";s:13:\"js/regular.js\";s:71:\"sha384-G375DXNEVfALvsggywPWDYrRxNOvXaCYt/kiq/GXmbaDW8/B0XtbC8iuLpXXm1jF\";s:11:\"js/solid.js\";s:71:\"sha384-U0ZJ7q5xbT8hEoRqj61HzpvsqNOQ8bsHY2VqSRPqGOzjHXmmV70Aw+DBC/PT00p4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-L8zntmMOcCbOxXiL5Rjn6ubB7KunZiQ8U3bb9x6FFTGDEvVEESW9n+x49jm34K3W\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-ldFHeX3xCFvM4uf7m0mCMIoCPVwM71jopwqLZRldf+ojynoGVSxDiphfScLukkwO\";s:14:\"css/brands.css\";s:71:\"sha384-Ks7IvHjmJ4FIFxhK4iNrtW0rAVo1DlCYpe/nDsK8CnU+yactd38YiNE1GT018WPg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sATKZbJwxaEIU3unIoL1VMbIyrNNh7PlgnaiWlicWXeRA7qdnzfFzMP9AaN2wfTU\";s:13:\"css/light.css\";s:71:\"sha384-YWWfxaKIDrbFXuVQnpxASJDHmFl2K5f2vDgrcROb+rYycoqcQVdMlfu3U38boTg/\";s:15:\"css/regular.css\";s:71:\"sha384-CydLcYoDSbudHX/6hygyQD4jBMPsv91d/RwdtH1qxI79KG8kII/OzxKDwsswywA4\";s:13:\"css/solid.css\";s:71:\"sha384-uBARwTxpZ7FB08kQlCOS/dUaN3TrGGcHthrXYIhZBpdq7YtUdVDM1sAUH9NIozMl\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BptPo+4C0N+fnMTnfw7ddW/zYUJhuNEe7edve8UrMbs+fCpfDJvJcC/lpa5Nvaky\";s:9:\"js/all.js\";s:71:\"sha384-FrB6Se1Wkxlx66xA4rPuOoOolLyQt5B1uptDmtLJSIVRJDbNkmE3QOLipnMuAbUW\";s:12:\"js/brands.js\";s:71:\"sha384-G12tjfNd/W8L4IrE5+f13LUbpzVowwhNDv+WNecvxjbaGN9bbSY7epBOqUlRqXnq\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ln5PcCmuH8v+AF9nt+HkM2GfXjsn1CtVc0n+ciM8+oe3nwGyPCceDVva7bUjNfo0\";s:11:\"js/light.js\";s:71:\"sha384-jzS22FYPy68IBBet2IRM5aQDOXjg9X1g+drXIVonDtyqGFCtUA0YIdgHdvCCX/fD\";s:13:\"js/regular.js\";s:71:\"sha384-M8TFIPAJNl8UIC8OP6GFcIE0SHkGN4zjwwjz+BBTz60XhNegOrZmjNtTQNKifmXX\";s:11:\"js/solid.js\";s:71:\"sha384-R/e3QvpS9m8HcN9b9l6nNo678ekTXL31kFY/XtRHSjrihDX8A2DF8HaXhdlAtzMx\";s:14:\"js/v4-shims.js\";s:71:\"sha384-X9eLyweB0LOTEGCwMARo9+zibrXQYmBMSrhFk4ncpT/WYnPIcpTg0IgBFDgzuPwL\";}}}s:5:\"5.0.8\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S\";s:14:\"css/brands.css\";s:71:\"sha384-IiIL1/ODJBRTrDTFk/pW8j0DUI5/z9m1KYsTm/RjZTNV8RHLGZXkUDwgRRbbQ+Jh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P\";s:15:\"css/regular.css\";s:71:\"sha384-A/oR8MwZKeyJS+Y0tLZ16QIyje/AmPduwrvjeH6NLiLsp4cdE4uRJl8zobWXBm4u\";s:13:\"css/solid.css\";s:71:\"sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-TGBI4yK0MJz2ga16RLBBt4xT4aoPMPmRYhfu1Kl5IJ0gsLyOBIKHEb49BtoO+lPS\";s:9:\"js/all.js\";s:71:\"sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ\";s:12:\"js/brands.js\";s:71:\"sha384-sCI3dTBIJuqT6AwL++zH7qL8ZdKaHpxU43dDt9SyOzimtQ9eyRhkG3B7KMl6AO19\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7ox8Q2yzO/uWircfojVuCQOZl+ZZBg2D2J5nkpLqzH1HY0C1dHlTKIbpRz/LG23c\";s:13:\"js/regular.js\";s:71:\"sha384-t7yHmUlwFrLxHXNLstawVRBMeSLcXTbQ5hsd0ifzwGtN7ZF7RZ8ppM7Ldinuoiif\";s:11:\"js/solid.js\";s:71:\"sha384-+Ga2s7YBbhOD6nie0DzrZpJes+b2K1xkpKxTFFcx59QmVPaSA8c7pycsNaFwUK6l\";s:14:\"js/v4-shims.js\";s:71:\"sha384-4CnzNxEP5RK316IYY2+W4hc05uJdfd+p9iNVeNG9Ws3Qxf5tKolysO9wu/8rloj2\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-OGsxOZf8qnUumoWWSmTqXMPSNI9URpNYN35fXDb5Cv5jT6OR673ah1e5q+9xKTq6\";s:14:\"css/brands.css\";s:71:\"sha384-VRONz34zTLl4P+DLYyJ8kP8C3tB1PGtqL5p8nBAvHuoc1u32bR3RHixrjffD8Fly\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+5VkSw5C1wIu2iUZEfX77QSYRb5fhjmEsRn8u4r9Ma8mvu/GvTag4LDSEAw7RjXl\";s:13:\"css/light.css\";s:71:\"sha384-shmfBA2CRxp88gq8NcvWbEN8KExYU4uvQUBEG36BStGZ5k91nGKE4wDvvWvuimbu\";s:15:\"css/regular.css\";s:71:\"sha384-0w6MzzKHIB9cUlfWSmSp1Pj6XqGGDseWSMz1Yppk3UOc1dhYhpFx1AuCkMBECEvC\";s:13:\"css/solid.css\";s:71:\"sha384-+iHwwKZGTdlVFbv4fsKmLkogfdKlp47zQGkSMDN3ANc8kXjyKudKvQwinI5VH+2C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-b2wDmqWyAwmI2rS5ut5UweBS1V32L/k1+2Oo7eCaHdXOS/1bFwC8AKevTI6N28LN\";s:9:\"js/all.js\";s:71:\"sha384-816IUmmhAwCMonQiPZBO/PTgzgsjHtpb78rpsLzldhb4HZjFzBl06Z3eu4ZuwHTz\";s:12:\"js/brands.js\";s:71:\"sha384-gJijC/2qM/p3zm2wHECHX1OMLdzlu61sNp7YfmFQxo+OyT9hO1orX7MmnHhaoXQ4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ht3fAeBiX/rVmKVyMwONAIIt0aRoPzZgq1FzdRgR9zFo+Kcd8YDwUbFlTItfaYW4\";s:11:\"js/light.js\";s:71:\"sha384-mfSnp84URDGC1t+cg63LgVKwEs63ulRUpjNneyDZMGMAE9ZKUNZ85rMBMHucGLYP\";s:13:\"js/regular.js\";s:71:\"sha384-SIp/+zr0hyfSVIQPkAwB/L1h4fph6T3CmU4mE7IFtGJlgwoCko0Bye/1J0sjyh4v\";s:11:\"js/solid.js\";s:71:\"sha384-jTxqWCb7UqRDQDd2Nkuh5BkHe9k+ElbFLa3NaJfid5kBK/+cVktzVRXrw0isFWxf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-w/sFNq23wbOXJOUpFyISABLXk9tA4Z8r9hl80er2mobEwgS7VXXYDANaWyrCWe3/\";}}}s:5:\"5.0.9\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1\";s:14:\"css/brands.css\";s:71:\"sha384-ATC/oZittI09GYIoscTZKDdBr/kI3lCwzw3oBMnOYCPVNJ4i7elNlCxSgLfdfFbl\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Lyz+8VfV0lv38W729WFAmn77iH5OSroyONnUva4+gYaQTic3iI2fnUKtDSpbVf0J\";s:15:\"css/regular.css\";s:71:\"sha384-seionXF7gEANg+LFxIOw3+igh1ZAWgHpNR8SvE64G/Zgmjd918dTL55e8hOy7P4T\";s:13:\"css/solid.css\";s:71:\"sha384-29Ax2Ao1SMo9Pz5CxU1KMYy+aRLHmOu6hJKgWiViCYpz3f9egAJNwjnKGgr+BXDN\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hl6tZnMfNiJHYyFxpmnRV8+pziARxY3X/4XWfFXldG7sdkkLv+Od2Gpc57P7C1g6\";s:9:\"js/all.js\";s:71:\"sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl\";s:12:\"js/brands.js\";s:71:\"sha384-qJKAzpOXfvmSjzbmsEtlYziSrpVjh5ROPNqb8UZ60myWy7rjTObnarseSKotmJIx\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2IUdwouOFWauLdwTuAyHeMMRFfeyy4vqYNjodih+28v2ReC+8j+sLF9cK339k5hY\";s:13:\"js/regular.js\";s:71:\"sha384-BazKgf1FxrIbS1eyw7mhcLSSSD1IOsynTzzleWArWaBKoA8jItTB5QR+40+4tJT1\";s:11:\"js/solid.js\";s:71:\"sha384-P4tSluxIpPk9wNy8WSD8wJDvA8YZIkC6AQ+BfAFLXcUZIPQGu4Ifv4Kqq+i2XzrM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9f5gaI9TkuYhi5O/inzfdOXx2nkIhDsLtXqBNmtY6/c5PoqXfd0U2DAjqQVSCXQh\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-L+XK540vkePe55E7PAfByfvW0XpsyYpsifTpgh/w8WvH6asVg/c2zqp0EfZfZTbF\";s:14:\"css/brands.css\";s:71:\"sha384-+LMmZxgyldhNCY6nei3oAWJjHbpbROtVb+f5Ux/nahA+Xjm3wcNdu7zyB39Yj38S\";s:19:\"css/fontawesome.css\";s:71:\"sha384-31qpW3hduWGiGey9tdI9rBBxiog5pxZbPiAlD6YKIgy0P2V1meprKhvpk+xJDkMw\";s:13:\"css/light.css\";s:71:\"sha384-wD8IB6DSQidXyIWfwBrsFwTaHTQDsgzyeqzhd1jNdBZHvGSa7KRGb6Q5sMlroCyk\";s:15:\"css/regular.css\";s:71:\"sha384-hJbmKHxbgrH79UtKxubo1UTe96bOL4Xfhjaqr0csD1UMPEPbeV+446QAC+IGxY+b\";s:13:\"css/solid.css\";s:71:\"sha384-k8v16DuQ4ZFtRfpTeqTW4tcHIj5tkvUNQm1QiLs90XiToLzyFeV+yxujHjSZ2wim\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-yVUvm1bVSmayKKt0YHPKotNQzlBvgNhEBbQ6U1d38bjpapXMVmE+SLXrpQ9td4Ij\";s:9:\"js/all.js\";s:71:\"sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4\";s:12:\"js/brands.js\";s:71:\"sha384-yIJb2TJeTM04vupX+3lv0Qp9j0Pnk8Qm9UPYlXr3H0ROCHNNLoacpS++HWDabbzi\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8QYlVHotqQzcAVhJny7MO9ZR0hASr6cRCpURV+EobTTAv5wftkn4i+U6UrMqoCis\";s:11:\"js/light.js\";s:71:\"sha384-06sraYAcw8BzUjsPn5z8Qi/QAA2/ZJl5GN3LGtRp7k+tZpu7kw+sRNXDDTU4RkOt\";s:13:\"js/regular.js\";s:71:\"sha384-C6h/8oKUfY6cVuGfFSu9uGIlFkaD1u1j+ByYGFTdFbOpHOHpw39lKxqEpRgLQg6A\";s:11:\"js/solid.js\";s:71:\"sha384-nISI3wKDp2gWn9L91zXOKXZ6JPt2mteGTnaJAMfeNgAoeLKl2AQsWLH69HMmBXHa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vuyo8HdrwozCl2DhHOJ40ytjEx9FGy0cqu8i5GHeIoSUm6MPgqCXAVoUIsudKfuE\";}}}s:6:\"5.0.10\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg\";s:14:\"css/brands.css\";s:71:\"sha384-KtmfosZaF4BaDBojD9RXBSrq5pNEO79xGiggBxf8tsX+w2dBRpVW5o0BPto2Rb2F\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8WwquHbb2jqa7gKWSoAwbJBV2Q+/rQRss9UXL5wlvXOZfSodONmVnifo/+5xJIWX\";s:15:\"css/regular.css\";s:71:\"sha384-R7FIq3bpFaYzR4ogOiz75MKHyuVK0iHja8gmH1DHlZSq4tT/78gKAa7nl4PJD7GP\";s:13:\"css/solid.css\";s:71:\"sha384-HTDlLIcgXajNzMJv5hiW5s2fwegQng6Hi+fN6t5VAcwO/9qbg2YEANIyKBlqLsiT\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ucawWSvpdgQ67m4VQzI6qBOHIsGRoY2soJtCkkp15b6IaNCLgauWkbKR8SAuiDQ7\";s:9:\"js/all.js\";s:71:\"sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+\";s:12:\"js/brands.js\";s:71:\"sha384-6jhVhr5a+Z1nLr9h+fd7ocMEo847wnGFelCHddaOOACUeZNoQwFXTxh4ysXVam8u\";s:17:\"js/fontawesome.js\";s:71:\"sha384-M2FSA4xMm1G9m4CNXM49UcDHeWcDZNucAlz1WVHxohug0Uw1K+IpUhp/Wjg0y6qG\";s:13:\"js/regular.js\";s:71:\"sha384-JWLWlnwX0pRcCBsI3ZzOEyVDoUmngnFnbXR9VedCc3ko4R3xDG+KTMYmVciWbf4N\";s:11:\"js/solid.js\";s:71:\"sha384-Q7KAHqDd5trmfsv85beYZBsUmw0lsreFBQZfsEhzUtUn5HhpjVzwY0Aq4z8DY9sA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RLvgmog5EsZMMDnT3uJo6ScffPHTtMbhtV8pcT8kP5UJzlVRU1SP9Hccelk3zYZc\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KwxQKNj2D0XKEW5O/Y6haRH39PE/xry8SAoLbpbCMraqlX7kUP6KHOnrlrtvuJLR\";s:14:\"css/brands.css\";s:71:\"sha384-cyAsyPMdnj21FGg6BEGfZdZ99a/opKBeFa8z5VoHPsPj+tLRYSxkRlPWnGkCJGyA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HE+OCjOJOPZavEcVffA6E24sIfY2RwV4JRieXa/3N5iCY8vgnTwZemElENQ8ak/K\";s:13:\"css/light.css\";s:71:\"sha384-k/d3hya1Xwx/V3yLAr7/6ibFaFIaN+xeY1eIv42A1Bn2HgfB+/YjLscji1sHLOkb\";s:15:\"css/regular.css\";s:71:\"sha384-D4yOV+i5oKU6w8CiadBDVtSim/UXmlmQfrIdRsuKT3nYhiF/Tb6YLQtyF9l0vqQF\";s:13:\"css/solid.css\";s:71:\"sha384-WjYgBJXUWNFTzFd4wNJuzUZx28GSgjzXrPO4LJrng96HFrI/nLrG1R5NET65v1yR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-S/uB02cfkgX8kd+j6f3gmw/PPTg8xSiE/w6d8dE852PzHXkGBYLrqpWFse9hInR2\";s:9:\"js/all.js\";s:71:\"sha384-+1nLPoB0gaUktsZJP+ycZectl3GX7wP8Xf2PE/JHrb7X1u7Emm+v7wJMbAcPr8Ge\";s:12:\"js/brands.js\";s:71:\"sha384-OwdVp9K/baqiXthTvRnYzMcsTaqwG19SfDkTRc/GBIhK9eYlWVVBEvLlueA0STAP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TxXqLyCP6HYGVtr9V1M1rQE7IMbBEZoDdOX+MFeYNbWNwopWKVQM8NyqtU2x+5t2\";s:11:\"js/light.js\";s:71:\"sha384-rv/n2A+UxOzR1qs4wrcOtJ7Ai5Hcn3QQ8tvEkOo5lCvqCD3xwpeO3KZP18JpSXr3\";s:13:\"js/regular.js\";s:71:\"sha384-QNGmoJVI8f07j7N4+DSn4Cdob1PTBJOR6jRGwUwqSPyL2HmvWaBPXuSXOcStGo9D\";s:11:\"js/solid.js\";s:71:\"sha384-m3J/Wb6KcNkFJIpCugSSJITG80sKhEA+16UCFdq1LnpMTOCXwwpeyrE1FmyqoArv\";s:14:\"js/v4-shims.js\";s:71:\"sha384-H+U1wWQdWbEtuQPJ4ZpMl8yWydI6xc/306L/NZkpGY8BGpeSpu39V20x03S3xcMw\";}}}s:6:\"5.0.12\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9\";s:14:\"css/brands.css\";s:71:\"sha384-Pln/erVatVEIIVh7sfyudOXs5oajCSHg7l5e2Me02e3TklmDuKEhQ8resTIwyI+w\";s:19:\"css/fontawesome.css\";s:71:\"sha384-rnr8fdrJ6oj4zli02To2U/e6t1qG8dvJ8yNZZPsKHcU7wFK3MGilejY5R/cUc5kf\";s:15:\"css/regular.css\";s:71:\"sha384-RGDxJbFQcd3/Rei8rYb+3xO3YREd0abxm8WfLkYj7j4HHo5ZVuNUGVx8H8GbpFTQ\";s:13:\"css/solid.css\";s:71:\"sha384-VxweGom9fDoUf7YfLTHgO0r70LVNHP5+Oi8dcR4hbEjS8UnpRtrwTx7LpHq/MWLI\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-N44Xrku5FaDiZLZ8lncIZLh+x9xiqk1r0NTlUJQ5xanSpdORyQHP4Zp2WQJ9GlpJ\";s:9:\"js/all.js\";s:71:\"sha384-Voup2lBiiyZYkRto2XWqbzxHXwzcm4A5RfdfG6466bu5LqjwwrjXCMBQBLMWh7qR\";s:12:\"js/brands.js\";s:71:\"sha384-BPIhZF7kZGuZzBS4SP/oIqzpxWuOUtsPLUTVGpGw+EtB1wKt1hv63jb2OCroS3EX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6AOxTjzzZLvbTJayrLOYweuPckqh0rrB4Sj+Js8Vzgr85/qm2e0DRqi+rBzyK52J\";s:13:\"js/regular.js\";s:71:\"sha384-6XNKyHeL6pEPXURVNSKQ0lUP80a5FHqN0oFqSSS8Qviyy2u0KmCMJlQ5iLiAAPBg\";s:11:\"js/solid.js\";s:71:\"sha384-652/z7yNdGONCCBu0u5h5uF9voJhBdgruAuIDVheEaQ7O/ZC9wyyV+yZsYb32Wy7\";s:14:\"js/v4-shims.js\";s:71:\"sha384-STc8Gazx86A+NmeBWQTqa5Ob1wGSRQZevexYiUkKdiqZhi5LSZ28XYAvgptHK5HH\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HX5QvHXoIsrUAY0tE/wG8+Wt1MwvaY28d9Zciqcj6Ob7Tw99tFPo4YUXcZw9l930\";s:14:\"css/brands.css\";s:71:\"sha384-M4owBK0KiG0Vz+G5z/8v8tBb1+w9ts66Z6xKkZEPgBwzISkrcNra4GxZcvJPyaGB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ZDxYpspDwfEsC0ZJDb74i/Rqjb1CnX3a69Dz9vXv4PvvlTEkgMI02TATTRNJoZ06\";s:13:\"css/light.css\";s:71:\"sha384-PWGGmWk9+xVydf1Gzso0ouaikBBKLu4nCY52q+tBUMq5iXmRhpgTuDkjbtxZ1rXT\";s:15:\"css/regular.css\";s:71:\"sha384-tYZB+BP2inzRg01pQhSlW4Tloc0ULXYGiBaf5kSB5Tb3+l84bJy+PKerqziKz3iv\";s:13:\"css/solid.css\";s:71:\"sha384-KY40QRrgoQAM9BPN+gm7JoK30M/P6QqKRCbXUS3uWbPfycyiVeEsPkGNMhcNL3DU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ubRAMbpAKC+ULwg5mkUQLFReIXq1yeiKIcfV7cYp+rEaeINfEglYX6JOte80PCDk\";s:9:\"js/all.js\";s:71:\"sha384-quzri7saio48xMf3ED3HiI5YaItt68Q+0J3qc9EIfk1jk3QqCJhS24l6CZpUGfEe\";s:12:\"js/brands.js\";s:71:\"sha384-QlvHmHtevrYI4s/vdiK6chTDouw2pRA5av6ZLVtENubkoCgSZz4ZaXVvplQ1FRPs\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CUrLKzrygRugRUPtEJ1u4nV4Ec6GnuDMRDGaxfoFXLI+sraWS6rqGg2Sjfs6BTet\";s:11:\"js/light.js\";s:71:\"sha384-z7YlG414oqy0TO7qY/nGfC8zd1LL8JAX3iNQ3iLybUIziHzaMYqBwUvhizEwV0Fd\";s:13:\"js/regular.js\";s:71:\"sha384-p/qo0lifpToZ0ubNiv1WFzlmYJU+BOenvU+evARCvCqALvbpZuqmZQ207vmYD6QL\";s:11:\"js/solid.js\";s:71:\"sha384-y//1Knkpeyl2S568g2ECqUA4n3MKf+kpj1/sfjUQbR1WtBPONceBHrQVMiAqfjLH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6+8zJP76v3EziONR2vMd32iSU3qbdicAE8KNp+NWniM6mBmvN80NlY+sbvCO+w7M\";}}}s:6:\"5.0.13\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp\";s:14:\"css/brands.css\";s:71:\"sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV\";s:15:\"css/regular.css\";s:71:\"sha384-EWu6DiBz01XlR6XGsVuabDMbDN6RT8cwNoY+3tIH+6pUCfaNldJYJQfQlbEIWLyA\";s:13:\"css/solid.css\";s:71:\"sha384-Rw5qeepMFvJVEZdSo1nDQD5B6wX0m7c5Z/pLNvjkB14W6Yki1hKbSEQaX9ffUbWe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LAtyQAMHxrIJzktG06ww5mJ0KQ+uCqQIJFjwj+ceCjUlZ2jkLwJZt1nBGw4KaFEZ\";s:9:\"js/all.js\";s:71:\"sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe\";s:12:\"js/brands.js\";s:71:\"sha384-G/XjSSGjG98ANkPn82CYar6ZFqo7iCeZwVZIbNWhAmvCF2l+9b5S21K4udM7TGNu\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY\";s:13:\"js/regular.js\";s:71:\"sha384-IJ3h7bJ6KqiB70L7/+fc44fl+nKF5eOFkgM9l/zZii9xs7W2aJrwIlyHZiowN+Du\";s:11:\"js/solid.js\";s:71:\"sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-qqI1UsWtMEdkxgOhFCatSq+JwGYOQW+RSazfcjlyZFNGjfwT/T1iJ26+mp70qvXx\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-oi8o31xSQq8S0RpBcb4FaLB8LJi9AT8oIdmS1QldR8Ui7KUQjNAnDlJjp55Ba8FG\";s:14:\"css/brands.css\";s:71:\"sha384-t3MQUMU0g3tY/0O/50ja6YVaEFYwPpOiPbrHk9p5DmYtkHJU2U1/ujNhYruOJwcj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-LDuQaX4rOgqi4rbWCyWj3XVBlgDzuxGy/E6vWN6U7c25/eSJIwyKhy9WgZCHQWXz\";s:13:\"css/light.css\";s:71:\"sha384-d8NbeymhHpk+ydwT2rk4GxrRuC9pDL/3A6EIedSEYb+LE+KQ5QKgIWTjYwHj/NBs\";s:15:\"css/regular.css\";s:71:\"sha384-HLkkol/uuRVQDnHaAwidOxb1uCbd78FoGV/teF8vONYKRP9oPQcBZKFdi3LYDy/C\";s:13:\"css/solid.css\";s:71:\"sha384-drdlAcijFWubhOfj9OS/gy2Gs34hVhVT90FgJLzrldrLI+7E7lwBxmanEEhKTRTS\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-8YpCivPy+AkMdZ0uAvEP04Gs77AN/6mS5AmZqkCwniP51zSG8rCMaH06OYuC4iXd\";s:9:\"js/all.js\";s:71:\"sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn\";s:12:\"js/brands.js\";s:71:\"sha384-44Hl7UlQr9JXHFcZOp9qWHk2H1lrsAN/cG3GNgB2JqbciecuJ2/B9sjelOMttzBM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-BUkEHIKZJ0ussRY3zYfFL7R0LpqWmucr9K38zMTJWdGQywTjmzbejVSNIHuNEhug\";s:11:\"js/light.js\";s:71:\"sha384-+iGqamqASU/OvBgGwlIHH6HSEgiluzJvTqcjJy8IN9QG9aUfd0z0pKpTlH7TpU7X\";s:13:\"js/regular.js\";s:71:\"sha384-1bAvs6o5Yb7MMzvTI3oq2qkreCQFDXb6KISLBhrHR+3sJ/mm7ZWfnQVRwScbPEmd\";s:11:\"js/solid.js\";s:71:\"sha384-CucLC75yxFXtBjA/DCHWMS14abAUhf5HmFRdHyKURqqLqi3OrLsyhCyqp83qjiOR\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LDfu/SrM7ecLU6uUcXDDIg59Va/6VIXvEDzOZEiBJCh148mMGba7k3BUFp1fo79X\";}}}s:5:\"5.1.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt\";s:14:\"css/brands.css\";s:71:\"sha384-7xAnn7Zm3QC1jFjVc1A6v/toepoG3JXboQYzbM0jrPzou9OFXm/fY6Z/XiIebl/k\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ozJwkrqb90Oa3ZNb+yKFW2lToAWYdTiF1vt8JiH5ptTGHTGcN7qdoR1F95e0kYyG\";s:15:\"css/regular.css\";s:71:\"sha384-avJt9MoJH2rB4PKRsJRHZv7yiFZn8LrnXuzvmZoD3fh1aL6aM6s0BBcnCvBe6XSD\";s:13:\"css/solid.css\";s:71:\"sha384-TbilV5Lbhlwdyc4RuIV/JhD8NR+BfMrvz4BL5QFa2we1hQu6wvREr3v6XSRfCTRp\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5aLiCANDiVeIiNfzcW+kXWzWdC6riDYfxLS6ifvejaqYOiEufCh0zVLMkW4nr8iC\";s:16:\"css/v4-shims.css\";s:71:\"sha384-epK5t6ciulYxBQbRDZyYJFVuWey/zPlkBIbv6UujFdGiIwQCeWOyv5PVp2UQXbr2\";s:9:\"js/all.js\";s:71:\"sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9\";s:12:\"js/brands.js\";s:71:\"sha384-ZqDZAkGUHrXxm3bvcTCmQWz4lt7QGLxzlqauKOyLwg8U0wYcYPDIIVTbZZXjbfsM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-juNb2Ils/YfoXkciRFz//Bi34FN+KKL2AN4R/COdBOMD9/sV/UsxI6++NqifNitM\";s:13:\"js/regular.js\";s:71:\"sha384-Y+AVd32cSTAMpwehrH10RiRmA28kvu879VbHTG58mUFhd+Uxl/bkAXsgcIesWn3a\";s:11:\"js/solid.js\";s:71:\"sha384-Z7p3uC4xXkxbK7/4keZjny0hTCWPXWfXl/mJ36+pW7ffAGnXzO7P+iCZ0mZv5Zt0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-3qT9zZfeo1gcy2NmVv5dAhtOYkj91cMLXRkasOiRB/v+EU3G+LZUyk5uqZQdIPsV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-87DrmpqHRiY8hPLIr7ByqhPIywuSsjuQAfMXAE0sMUpY3BM7nXjf+mLIUSvhDArs\";s:14:\"css/brands.css\";s:71:\"sha384-C1HxUFJBptCeaMsYCbPUw8fdL2Cblu3mJZilxrfujE+7QLr8BfuzBl5rPLNM61F6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PnWzJku7hTqk2JREATthkLpYeVVGcBbXG5yEzk7hD2HIr/VxffIDfNSR7p7u4HUy\";s:13:\"css/light.css\";s:71:\"sha384-ANTAgj8tbw0vj4HgQ4HsB886G2pH15LXbruHPCBcUcaPAtn66UMxh8HQcb1cH141\";s:15:\"css/regular.css\";s:71:\"sha384-6kuJOVhnZHzJdVIZJcWiMZVi/JwinbqLbVxIbR73nNqXnYJDQ5TGtf+3XyASO4Am\";s:13:\"css/solid.css\";s:71:\"sha384-rvfDcG9KDoxdTesRF/nZ/sj8CdQU+hy6JbNMwxUTqpoI2LaPK8ASQk6E4bgabrox\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-/h6SKuA/ysT91EgYEGm9B6Z6zlaxuvKeW/JB7FWdGwCFalafxmGzJE2a63hS1BLm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2RBBYH6GaI11IJzJ6V1eL7kXXON+epoQIt+HqpzQdBrtyT7gNwKPDxo2roxUbtW9\";s:9:\"js/all.js\";s:71:\"sha384-E5SpgaZcbSJx0Iabb3Jr2AfTRiFnrdOw1mhO19DzzrT9L+wCpDyHUG2q07aQdO6E\";s:12:\"js/brands.js\";s:71:\"sha384-QPbiRUBnwCr8JYNjjm7CB0QP9h4MLvWUZhsChFX6dLzRkY22/nAxVYqa5nUTd6PL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ckjcH5WkBMAwWPjTJiy7K2LaLp37yyCVKAs3DKjhPdo0lRCDIScolBzRsuaSu+bQ\";s:11:\"js/light.js\";s:71:\"sha384-77i21WTcIcnSPKxwR794RLUQitpNqm6K3Fxsjx8hgoc3ZZbPJu5orgvU/7xS3EFq\";s:13:\"js/regular.js\";s:71:\"sha384-S21AhcbZ5SXPXH+MH7JuToqmKYXviahLaD1s9yApRbu1JDiMjPBGQIw/3PCHKUio\";s:11:\"js/solid.js\";s:71:\"sha384-q6QALO/4RSDjqnloeDcGnkB0JdK3MykIi6dUW5YD66JHE3JFf8rwtV5AQdYHdE0X\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9gfBAY6DS3wT0yuvYN1aaA1Q9R0fYQHliQWLChuYDWJJ0wQJpoNZrzlcqd4+qqny\";}}}s:5:\"5.1.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ\";s:14:\"css/brands.css\";s:71:\"sha384-SYNjKRRe+vDW0KSn/LrkhG++hqCLJg9ev1jIh8CHKuEA132pgAz+WofmKAhPpTR7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-0b7ERybvrT5RZyD80ojw6KNKz6nIAlgOKXIcJ0CV7A6Iia8yt2y1bBfLBOwoc9fQ\";s:15:\"css/regular.css\";s:71:\"sha384-QNorH84/Id/CMkUkiFb5yTU3E/qqapnCVt6k5xh1PFIJ9hJ8VfovwwH/eMLQTjGS\";s:13:\"css/solid.css\";s:71:\"sha384-S2gVFTIn1tJ/Plf+40+RRAxBCiBU5oAMFUJxTXT3vOlxtXm7MGjVj62mDpbujs4C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EH3TEAKYd7R0QbCS4OFuYoEpaXITVg5c/gdZ/beEaAbRjMGVuVLLFjiIKOneCzGZ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-LCsPWAjCFLDeFHB5Y0SBIOqgC5othK8pIZiJAdbJDiN10B2HXEm1mFNHtED8cViz\";s:9:\"js/all.js\";s:71:\"sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a\";s:12:\"js/brands.js\";s:71:\"sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe\";s:13:\"js/regular.js\";s:71:\"sha384-sAzYCvbTTKFOxT4VHu+ZjHRMXjvfjT6TAqOng28g4jba88Peg5+hkoVIqQKGjmj1\";s:11:\"js/solid.js\";s:71:\"sha384-GXi56ipjsBwAe6v5X4xSrVNXGOmpdJYZEEh/0/GqJ3JTHsfDsF8v0YQvZCJYAiGu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-T69Lzd4bE7W8/vVrxvfsx45/AAKf6QmKEg5zSl0v9aZwo/pTKseq81mxdpARTQpx\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xyMU7RufUdPGVOZRrc2z2nRWVWBONzqa0NFctWglHmt5q5ukL22+lvHAqhqsIm3h\";s:14:\"css/brands.css\";s:71:\"sha384-E5dVkWQIVhVPtBz/KK2TS7EM9l1+5XiWFPX7l3+5ayHPwDguGsHqof3GQbk55AS3\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bHoj6f1b1CQ6zapOREeYBO/JnDjeV1fLuKn3KHnbqAAnkLva11KY3m8YyKPVXYLF\";s:13:\"css/light.css\";s:71:\"sha384-EGKQAl6ZrGi/zGxZ4ykVhc/A3tFVeBiLnneETILtcxQnZpo7ejmb4BkNa3zSgo4K\";s:15:\"css/regular.css\";s:71:\"sha384-AKIrAHbICIQF+NEqtykrcdzMjExDiKLa9hOyUVsr4PlHtktH7xaD10vO98UnPjuE\";s:13:\"css/solid.css\";s:71:\"sha384-Ux3tEr1RmnxCht2XbPkWWBuotwMVXKOe0PkWN/nmiD5CSV6Tyjl+Kr0J0iX1yd0q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-++BmJ9x4V05AhCNnLr/RjPTY4BAFuhZsESUqH5hiwZspBvy7F+DRGvSH8tGHw9P/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TUicmScQcYANFcc4OQKEX6V1Zek9o9t+dwW/2tZoXmSigBk9JqfHxZZFlSo+0oRl\";s:9:\"js/all.js\";s:71:\"sha384-cHcg4nvWPIGArJhEgL2F5e09Cn1GyPQpNYKbPatFCpDefCbezZjPA3PhLozKTZnv\";s:12:\"js/brands.js\";s:71:\"sha384-KCMfKsP/3VgeibBQRMu4bT+9041Hi2v9PIz9FLOPJBEvxCBklc4o7tRwwQu4FWsT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EWJRWU7LQt+ri8YtDjTr8adATyP7y8DwlpE8zruoUC4nHNjtWZMU+iPYK+tFaV3U\";s:11:\"js/light.js\";s:71:\"sha384-0rp6k6cJIuLV1ORowDSSKr4VbEqb664PQUWdBvhJyt6IfkshVb0r6UlOkX6yVdaI\";s:13:\"js/regular.js\";s:71:\"sha384-Mw6yr+W+X+ckaAUbsPUb2BcU3Af9aSjmPMIlMr2iplN0VQIpscDWy/VwY5w0sz9w\";s:11:\"js/solid.js\";s:71:\"sha384-PyvJtlnGBA/R+hfVbHbnzfeT8G/iTORqPhR5WKGTQXlfmLe5bV+d64NECHG4sIMa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rJQjFeDWQReL3KmIeV81jB594CgKx/MmXyAgiuu88Jo253P+PSMgWzivZQtR6N6J\";}}}s:5:\"5.2.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ\";s:14:\"css/brands.css\";s:71:\"sha384-nT8r1Kzllf71iZl81CdFzObMsaLOhqBU1JD2+XoAALbdtWaXDOlWOZTR4v1ktjPE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6\";s:15:\"css/regular.css\";s:71:\"sha384-zkhEzh7td0PG30vxQk1D9liRKeizzot4eqkJ8gB3/I+mZ1rjgQk+BSt2F6rT2c+I\";s:13:\"css/solid.css\";s:71:\"sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jKeGgxY7zPT61fNXg6OMRDu8vsxOPRLMlgAIUHo1KVag4lyu5B03KsDLYOTMM4ld\";s:16:\"css/v4-shims.css\";s:71:\"sha384-W14o25dsDf2S/y9FS68rJKUyCoBGkLwr8owWTSTTHj4LOoHdrgSxw1cmNQMULiRb\";s:9:\"js/all.js\";s:71:\"sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy\";s:12:\"js/brands.js\";s:71:\"sha384-4BRtleJgTYsMKIVuV1Z7lNE29r4MxwKR7u88TWG2GaXsmSljIykt/YDbmKndKGID\";s:17:\"js/fontawesome.js\";s:71:\"sha384-QcnrgQuRmocjIBY6ByWMmDvUg3HO4MSdVjY7ynJwZfvTDhVPPQOUI9TRzc6/7ZO1\";s:13:\"js/regular.js\";s:71:\"sha384-YdSTwqfKxyP06Jj3UzTeumv8M+Pme60+KND4oF+5r5VeUCvdkw7NhSzFYWbe00ba\";s:11:\"js/solid.js\";s:71:\"sha384-YmNA3b9AQuWW8KZguYfqJa/YhKNTwGVD5pQc1cN0ZAVRudFFtR17HR7rooNcVXe4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rn4uxZDX7xwNq5bkqSbpSQ3s4tK9evZrXAO1Gv9WTZK4p1+NFsJvOQmkos19ebn2\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-TXfwrfuHVznxCssTxWoPZjhcss/hp38gEOH8UPZG/JcXonvBQ6SlsIF49wUzsGno\";s:14:\"css/brands.css\";s:71:\"sha384-Ei2oxwH0wpwmp7KPdhYnajC5fWDdMENOjDw9OfzWvcFcOGn0Egy+L5AAculaqBbD\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4eP+1rYQmuI3hxrmyE+GT/EIiNbF4R85ciN3jMpmIh+bU5Hz2IU7AdcVe+JS+AJz\";s:13:\"css/light.css\";s:71:\"sha384-pcDR01P1wNxsYZiEYdROCAYhU2u8VHOctLrYRonRFtkf/TGEQFWt0rqFbPGWlyn4\";s:15:\"css/regular.css\";s:71:\"sha384-g3XsWx0Sqi7JIjLKVnwUxEvqrxTMQPIf3PN+vTdWY2AhduP/rnj0rw89v0nbD4Ro\";s:13:\"css/solid.css\";s:71:\"sha384-B/E/KxBX31kY/5sew+X4c8e6ErosbqOOsA3t4k6VVmx8Hrz//v0tEUtXmUVx9X6Q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-O6mvz45yC1vfdu/EgUxAoSGrP+sFtepMtj7eOQIW1G3WT9Sj5djActZC0hd/F42D\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2QRS8Mv2zxkE2FAZ5/vfIJ7i0j+oF15LolHAhqFp9Tm4fQ2FEOzgPj4w/mWOTdnC\";s:9:\"js/all.js\";s:71:\"sha384-yBZ34R8uZDBb7pIwm+whKmsCiRDZXCW1vPPn/3Gz0xm4E95frfRNrOmAUfGbSGqN\";s:12:\"js/brands.js\";s:71:\"sha384-eg9wHuvEPj6+GlGomBRaMHLF0QfCnjdASWDKd84DMeM9phhyDaPFou/nHJBt0bz+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FQUuiJxt9F0hPc9IP3M5ndmqK53iBCGcy4ZSx8QirhYOIs8l7x+e1/zdswyZEigi\";s:11:\"js/light.js\";s:71:\"sha384-glAz6mCeiwAe/kHHHG/OvhrjA4+AH55ZfH8fwYp48YCY61POwUmOrH/oYOaF2Ujy\";s:13:\"js/regular.js\";s:71:\"sha384-8hKZY21U4J3r9N0GFl+24YnDkbRhs8y/nXT6BaZ+sOJDNmz+1DhFawE9UYL37XzB\";s:11:\"js/solid.js\";s:71:\"sha384-1j3ph9Rf+Aaz6rrizz6cdFxU9ZbUyvkbiwQ5+T/BY4I5mk37vUpTA8S9ZZOlfdWu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-aoMjEUBUPf5GpXx1WJUeTZ/gBmGqQB1u8uUc2J5LW2xnQtJKkGulESZ+rkoj182s\";}}}s:5:\"5.3.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\";s:14:\"css/brands.css\";s:71:\"sha384-rf1bqOAj3+pw6NqYrtaE1/4Se2NBwkIfeYbsFdtiR6TQz0acWiwJbv1IM/Nt/ite\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7\";s:15:\"css/regular.css\";s:71:\"sha384-ZlNfXjxAqKFWCwMwQFGhmMh3i89dWDnaFU2/VZg9CvsMGA7hXHQsPIqS+JIAmgEq\";s:13:\"css/solid.css\";s:71:\"sha384-VGP9aw4WtGH/uPAOseYxZ+Vz/vaTb1ehm1bwx92Fm8dTrE+3boLfF1SpAtB1z7HW\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-4K9ulTwOtsXr+7hczR7fImKfUZY5THwqvfxwPx1VUCEOt4qssi2Vm+kHY7NJQPoy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lmquXrF9qn7mMo6iRQ662vN44vTTVUBpcdtDFWPxD9uFPqC/aMn6pcQrTTupiv1A\";s:9:\"js/all.js\";s:71:\"sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB\";s:12:\"js/brands.js\";s:71:\"sha384-2vdvXGQdnt+ze3ylY5ESeZ9TOxwxlOsldUzQBwtjvRpen1FwDT767SqyVbYrltjb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2OfHGv4zQZxcNK+oL8TR9pA+ADXtUODqGpIRy1zOgioC4X3+2vbOAp5Qv7uHM4Z8\";s:13:\"js/regular.js\";s:71:\"sha384-sqmLTIuB+bQgkyOcdJ/hAvXl51Z7qqdK/lcH/rt6sdvDKFincQWI+fVgcDZM6NMz\";s:11:\"js/solid.js\";s:71:\"sha384-GJiigN/ef2B3HMj0haY+eMmG4EIIrhWgGJ2Rv0IaWnNdWdbWPr1sRLkGz7xfjOFw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DtdEw3/pBQuSag11V3is/UZMjGkGMLDRBgk1UVAOvH6cYoqKjBmCEhePm13skjRV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w\";s:14:\"css/brands.css\";s:71:\"sha384-AOiME8p6xSUbTO/93cbYmpOihKrqxrLjvkT2lOpIov+udKmjXXXFLfpKeqwTjNTC\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Yz2UJoJEWBkb0TBzOd2kozX5/G4+z5WzWMMZz1Np2vwnFjF5FypnmBUBPH2gUa1F\";s:13:\"css/light.css\";s:71:\"sha384-9QuzjQIM/Un6pY9bKVJGLW8PauASO8Mf9y3QcsHhfZSXNyXGoXt/POh3VLeiv4mw\";s:15:\"css/regular.css\";s:71:\"sha384-pofSFWh/aTwxUvfNhg+LRpOXIFViguTD++4CNlmwgXOrQZj1EOJewBT+DmUVeyJN\";s:13:\"css/solid.css\";s:71:\"sha384-wJu5pIbEyJzi+kRgVKVQkPNKI104yNC+IAyK7XXEVGgPGe+LTEERIkpSZbc/wrOx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hmg9TonawJaGH8ayFFnEBwvkx61BYLPAOV7b/YDGQEVIs1jh9pWQigAavMuD+Vc/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1YFoQoO5Em1oxLErpWpJuswiqPFVHl8HLDUaLjJGJH8+Nra/Y1D6uOZkEgfH5OZf\";s:9:\"js/all.js\";s:71:\"sha384-eAVkiER0fL/ySiqS7dXu8TLpoR8d9KRzIYtG0Tz7pi24qgQIIupp0fn2XA1H90fP\";s:12:\"js/brands.js\";s:71:\"sha384-am5AyalpQCEfbKe6FYiGZc2vX080nrcueZmrbkljxLdQDJ5q5Vu9QDROD/QefEp1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-u3o36ga3mMU6/lK/zdiER4h7pPtAK7wBuN0DrZPH22v01RZL8bKZkULIjxcx2/X/\";s:11:\"js/light.js\";s:71:\"sha384-2R0W5LA7dXp3ze/WhvjXlUcDaHRhtGlKYxN9QMhGDdjmj2EI1bub5ysSwofJwGfI\";s:13:\"js/regular.js\";s:71:\"sha384-EbI+OvKb7noKOfu8MSi/vCbi0KWlM61MjHDmRk4/vwJkPsMIRcJggYLDGWv7VeYY\";s:11:\"js/solid.js\";s:71:\"sha384-U4vTrZsQ4ooEtzL162EZfTtCiJNTXOwGDBzV91//DI5L/h48ibzHBiHJmPLpx2hO\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8e1r0+5VTqCqkg/9vG+cnipytzBkEh9fpESgVwBZAizMkWRfiaTkdhgdnhLGwuPd\";}}}s:5:\"5.4.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz\";s:14:\"css/brands.css\";s:71:\"sha384-Px1uYmw7+bCkOsNAiAV5nxGKJ0Ixn5nChyW8lCK1Li1ic9nbO5pC/iXaq27X5ENt\";s:19:\"css/fontawesome.css\";s:71:\"sha384-BzCy2fixOYd0HObpx3GMefNqdbA7Qjcc91RgYeDjrHTIEXqiF00jKvgQG0+zY/7I\";s:15:\"css/regular.css\";s:71:\"sha384-4e3mPOi7K1/4SAx8aMeZqaZ1Pm4l73ZnRRquHFWzPh2Pa4PMAgZm8/WNh6ydcygU\";s:13:\"css/solid.css\";s:71:\"sha384-osqezT+30O6N/vsMqwW8Ch6wKlMofqueuia2H7fePy42uC05rm1G+BUPSd2iBSJL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-2MWWLQq91kFwloAny7gkgoeV33bD/cE3A9ZbB2rCN/YAAR/VEHVoDq6vRJJYTaxM\";s:16:\"css/v4-shims.css\";s:71:\"sha384-YIDcSvDDaIskj/WDlWwjrNdK194YAGWc1CScdo2tXl3IQVS1zS07xQaoAFlXCf1P\";s:9:\"js/all.js\";s:71:\"sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7\";s:12:\"js/brands.js\";s:71:\"sha384-lc/yFuYW3B0EW9B2QSpod2KeBxq6/ZizGwAW6mRLUe3kKUVlSBfDIVZKwKIz/DBg\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ISRc+776vRkDOTSbmnyoZFmwHy7hw2UR3KJpb4YtcfOyqUqhLGou8j5YmYnvQQJ4\";s:13:\"js/regular.js\";s:71:\"sha384-SQqzt64aAzh3UJ9XghcA//GE8+NxAIRcuCrrekyDokXP6Bbt/FYAFlV6VSPrZKwH\";s:11:\"js/solid.js\";s:71:\"sha384-agDKwSYPuGlC0wD14lKXXwb94jlUkbkoSugquwmKRKWv/nDXe1kApDS/gqUlRQmZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/s2EnwEz7C3ziRundAGzeOAoGYffu84oY4SOHjhI/2Wqk3Z0usUm9bjdduzhZ9+z\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-POYwD7xcktv3gUeZO5s/9nUbRJG/WOmV6jfEGikMJu77LGYO8Rfs2X7URG822aum\";s:14:\"css/brands.css\";s:71:\"sha384-rmUpvtaCngUop5CYz7WL1LnqkMweXskxP+1AXmkuMSbImsUuy82bUYS4A8Syd3Pf\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PPeKwWhk5XZBVVq089DuhGmjaEVB1r+jdmx6jZrqzlef8ojhZXG+E/D6SP7uO1dk\";s:13:\"css/light.css\";s:71:\"sha384-DZAoxBcs4G15aUXLX4vKbO53ye8L8AB/zg07HOVhIMVclhx8rdWye0AJSQl51ehV\";s:15:\"css/regular.css\";s:71:\"sha384-xKPOvJDwdb/n5w2kh6cxds98Ae2d5N63xkIydEdoYeA2bxIKUmmyU9lZ9j58mLYS\";s:13:\"css/solid.css\";s:71:\"sha384-oT4lQmwnKx98HRnFgaGvgCdjtKOjep9CjfMdAOPtJU8Vy6NY3X34GfqL0H43ydJn\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-j2EtHJUHBAZF9vkmX0TSA/QqYMf0Npp9P2leJGZFDbLHbcI62HH8w7FRcUMNf8Q2\";s:16:\"css/v4-shims.css\";s:71:\"sha384-aaXKvb/d7l2hTm3ZDWCy5v4ct5zXIslt+70K4xalZPLu3ifrkYcG61m4u+DIQGEk\";s:9:\"js/all.js\";s:71:\"sha384-0+tugznPwCEvPiypW+OwmFjAQvRKlgI0ZZZW3nofNlLMmbYXbmNvfX/9up9XQSRs\";s:12:\"js/brands.js\";s:71:\"sha384-ShBqjf9lFG58e2NmhnbVlhAOPCWdzkPbBmAEcQ37Liu3TwOYxIizS7J1P3rRLJHm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8vKKeD0uIV/HXM5ym3RGB4O7rZ43fCdpiXqP047w7sEE3igcK0Y1U9ApEArcRBDJ\";s:11:\"js/light.js\";s:71:\"sha384-jlaccvPpizUbHU/8pYAsDEwhhBae8MUcYqHHsKkjFcFsEp3Y6LrVXh0GA84aAkTg\";s:13:\"js/regular.js\";s:71:\"sha384-MB7Bz/7e8sBWnZgblSLUfFOOi+V1PIkRG/Ex1NMeu0CovaXCzHyCMwAwOF+FAo1s\";s:11:\"js/solid.js\";s:71:\"sha384-KlTWIsOnBg7LJobQmLsv5fQ1qbx73K+o8/xhoUDoIba13SxF4bT5W2WgV3d8mZIw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-e+EZ4XUeGXVd0FDmP/mFu7FFe+qVX738ayOS2AErNIPSLz5oZ3OgVa9zEyCds3HP\";}}}s:5:\"5.4.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns\";s:14:\"css/brands.css\";s:71:\"sha384-BCEeiNUiLzxxoeYaIu7jJqq0aVVz2O2Ig4WbWEmRQ2Dx/AAxNV1wMDBXyyrxw1Zd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HU5rcgG/yUrsDGWsVACclYdzdCcn5yU8V/3V84zSrPDHwZEdjykadlgI6RHrxGrJ\";s:15:\"css/regular.css\";s:71:\"sha384-OEIzojYBMrmz48aIjVQj7VG38613/sxpP58OW9h5zBYC7biGFlv9tyu5kWmaAYlF\";s:13:\"css/solid.css\";s:71:\"sha384-uKQOWcYZKOuKmpYpvT0xCFAs/wE157X5Ua3H5onoRAOCNkJAMX/6QF0iXGGQV9cP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+moUZLBX5mmeUnjaImkzlTo5cXyQWAvzbqQapNFd7+dGIaap0koo0rtfe8lHD38R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SlbnWxwEHTVYxDLrpIRrG2BpsTpWALbJ6Tx5Fq+XNHRBL7xI6xwhVpuUGrrbLBXe\";s:9:\"js/all.js\";s:71:\"sha384-wp96dIgDl5BLlOXb4VMinXPNiB32VYBSoXOoiARzSTXY+tsK8yDTYfvdTyqzdGGN\";s:12:\"js/brands.js\";s:71:\"sha384-i1RNpxOOEnRm63Ii3TuV0aM8bJ+6Pv6XHpRSJbN7QlIzZIsl7m36R0GhOTTGN3F9\";s:17:\"js/fontawesome.js\";s:71:\"sha384-n1qPouQQJ9VNZnZeNZWSDiclpIOJwZBS2bkD6rEX+DTmMXTKXBVCZw2cGbU/I17z\";s:13:\"js/regular.js\";s:71:\"sha384-Uj7q9rRb3eJNp0j1kXwOBgEWDGbAiJ7Dcuz4hLRQdtza6pawbo/Bmwgr58THzHyR\";s:11:\"js/solid.js\";s:71:\"sha384-OQNCj138epg9A13jaL9L/d5vMlK2jyPL4aOgi37KYt07aZARbv/eFGp/wnrCxkW5\";s:14:\"js/v4-shims.js\";s:71:\"sha384-fzYnAZZYxpOQTjc3Y1eP04DGdMLAy+PeiZ8+ICh4FDLkJR/NJiAgKgK2vEpGx3au\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-zhaLg9HKxTxDljOPXpWHGn91XMDH+sYAWRSgvzHes290/ISyrNicGrd6BInTnx3L\";s:14:\"css/brands.css\";s:71:\"sha384-RjTk1OTKX8K8S4QfwhFOfbNSbQxLFgN6jqDw05QuBDDEbc/x6xlPtkPSO4vA1TtI\";s:19:\"css/fontawesome.css\";s:71:\"sha384-XkH+Vmez3OoFo52K+SkBE61xZ7vKh9tF35gL9Yf8rD3RtKUqIQGoTJTsLdR5u8rt\";s:13:\"css/light.css\";s:71:\"sha384-n0uyPlhqrQyWPPzm6+B9xDeZKCD81RgGRsTO7PQt3McgMXSR9zjhGaD5cXHwk+D8\";s:15:\"css/regular.css\";s:71:\"sha384-+OdrK32QtByk1ipA7b4+uLddrcWs2bx3nn37Dl5h98PW1AYKIrRZKveBl6AcpgcD\";s:13:\"css/solid.css\";s:71:\"sha384-SYCdBxlsgGngJi9eiKt5Tk6UtOJs1Jq5eU3yZDZ+hOe0GKk/obXhHy50IYVVdJro\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3f24zIRoR/ma/cnROK52rTVZpgCXKQ92/89RDq7GO7/9IxIl3VQV/tF6ecGgvUs8\";s:16:\"css/v4-shims.css\";s:71:\"sha384-ah4vMGE5UgKcCIB90FZl8BOcusXAVTm070n1UuOrNQA9QwkgnhqASrop/Oblr6wY\";s:9:\"js/all.js\";s:71:\"sha384-+lZy0zDh4RS9ZG6+Od6x6irKqoBH4NSy0m7IW8UGbzGZ/rupt9Cd9NdEb5S7+V9w\";s:12:\"js/brands.js\";s:71:\"sha384-LVdS6BqWBV1V0OyGzWK0HrGN4uDZbpO6hja1oVh86MhthieoER2crgKS/KsaiN8E\";s:17:\"js/fontawesome.js\";s:71:\"sha384-zMrS036pMtJ0Ukzo5x2YiTrYDGDaoeO8Yd0IHhI/PaEnfrY/nMHqvKME8C7dHhUE\";s:11:\"js/light.js\";s:71:\"sha384-hOiC7FL4572/E3aEEeWM6dF3ch/qFz59R91pAJqjYEKHBXN5u7e2oAYAgeSGF1VB\";s:13:\"js/regular.js\";s:71:\"sha384-f1yYCENdJ+9NE5J2T8weglyMCtTqRJOeGP9qaLwO43aYY0PVeuAfmsGgTegByFW6\";s:11:\"js/solid.js\";s:71:\"sha384-XlRgTEYU6HJ02+ZCuXW2/CgjnpV2+8FuQPTJSJ/+ZCQS5ZXRfIS5FHDRhMvOL++d\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6TX+vqRZyQq+vB25wCb101/vY510EN37QZgs5f1dfG1+QYuIoQGdFFV8sx8W36AL\";}}}s:5:\"5.5.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\";s:14:\"css/brands.css\";s:71:\"sha384-QT2Z8ljl3UupqMtQNmPyhSPO/d5qbrzWmFxJqmY7tqoTuT2YrQLEqzvVOP2cT5XW\";s:19:\"css/fontawesome.css\";s:71:\"sha384-u5J7JghGz0qUrmEsWzBQkfvc8nK3fUT7DCaQzNQ+q4oEXhGSx+P2OqjWsfIRB8QT\";s:15:\"css/regular.css\";s:71:\"sha384-z3ccjLyn+akM2DtvRQCXJwvT5bGZsspS4uptQKNXNg778nyzvdMqiGcqHVGiAUyY\";s:13:\"css/solid.css\";s:71:\"sha384-rdyFrfAIC05c5ph7BKz3l5NG5yEottvO/DQ0dCrwD8gzeQDjYBHNr1ucUpQuljos\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NKdowA6EzI4CWz/dLjoC7dhVj+KczesQbwkbt6y3aRTi1JPZBy2uOocsmHmYvkux\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TTjEZR8VsD+LjNa98drkrTRYhdUEaS3gAGE7PGnx2qkePR3fZtnVNoAfxPNyf+IQ\";s:9:\"js/all.js\";s:71:\"sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0\";s:12:\"js/brands.js\";s:71:\"sha384-S2C955KPLo8/zc2J7kJTG38hvFV+SnzXM6hwfEUhGHw5wPo6uXbnbjSJgw3clO4G\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bNOdVeWbABef8Lh4uZ8c3lJXVlHdf8W5hh1OpJ4dGyqIEhMmcnJrosjQ36Kniaqm\";s:13:\"js/regular.js\";s:71:\"sha384-XrvTJeiQ46fxxPrZP6fay5yejA2FV4G1XsS8E4Piz6Fz+7FaEFTw7A7GR972irVV\";s:11:\"js/solid.js\";s:71:\"sha384-Xgf/DMe1667bioB9X1UM5QX+EG6FolMT4K7G+6rqNZBSONbmPh/qZ62nBPfTx+xG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vBDTb50BKnwbvJZ5ZC5dsGJNQydTI7ZoAjCeJkdta6nSewwGXCnppKI5lrIQX4Qu\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-j8y0ITrvFafF4EkV1mPW0BKm6dp3c+J9Fky22Man50Ofxo2wNe5pT1oZejDH9/Dt\";s:14:\"css/brands.css\";s:71:\"sha384-t0iPfoyIjBoVR2Kw/65HArpRWQy0/xKBUmdEVTs5VYBb/yiPZxMY6egc9MROr/Og\";s:19:\"css/fontawesome.css\";s:71:\"sha384-srL3Qh9R/n855m4o5fegS//B2q0R1md7z6ndDYaPj8iEp0j0IuKdFVWMY0JosKPF\";s:13:\"css/light.css\";s:71:\"sha384-33RmjeesW9BZ4wR2Gm3n4iBXOvGTto4znqL2kZleiRanWDxM59IHIq5RsbRioqxb\";s:15:\"css/regular.css\";s:71:\"sha384-UPs+YiUhgn0/I0swkJmk3PSj3SWmzDrM+S0S09xLI/UUmHBU7ivRHryI3uVL6H+m\";s:13:\"css/solid.css\";s:71:\"sha384-YIyAArzQv8q6Av1kr9cwxHhFcfNBUaolJindR2XO8E3OLp6z3d8My3oWLd33ET7M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-a2sfkqnB9p/zq6OT4QhuD80qQZ70fGDmo4JUNqP5E7NIICvgRNPjIBkQE/Qcl3SN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SNyDPad7e8WM4Nu7W/f1x3qsDrLxMCvXurQfwNdp418WWmkkTQuPBGYDZA6rSg0X\";s:9:\"js/all.js\";s:71:\"sha384-3yBLeJ4waqGSAf4A8pjZ13UF7GuhgbdKnBQvIp/TkWoXtQbtwjlIPNjkDRJ46UCn\";s:12:\"js/brands.js\";s:71:\"sha384-oMyy7aPCmlH4ZGEaKHW+zAoaKDWIFh6iqJ53lusMpn+Kp8SN5nJ2kzkP1qd0+icb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-oPma1F1txBbqTG+1O7BEx0A/qFtD+R661ULJLmI9RDQ0PfbRP1tQU3vBIBbJIAxL\";s:11:\"js/light.js\";s:71:\"sha384-SVEn5VmGP1fxV9V5TOZOTwL9dCg50Yb0Xn4fbV9Ic/kp8we6kv4zPVcs9seU0675\";s:13:\"js/regular.js\";s:71:\"sha384-gbY/GPDSEaMQ9cjqWLbLcaxUCtCeExO9oUEZLrOQHfFLoV5ouwIrqF6mGnjyIOc2\";s:11:\"js/solid.js\";s:71:\"sha384-VxezC2Q+YoC+yUILib+HlmOsFiqNzYtQIXsHYY6ST7QZVfgBNs2giKE97ijGMgUH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8sPM0eSaqmdF9ruedfsxEZfxVcIp0cwhosrBhWl/Q4t1eQSMXl6tYenNe87MraQ6\";}}}s:5:\"5.6.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h\";s:14:\"css/brands.css\";s:71:\"sha384-oT8S/zsbHtHRVSs2Weo00ensyC4I8kyMsMhqTD4XrWxyi8NHHxnS0Hy+QEtgeKUE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-J4287OME5B0yzlP80TtfccOBwJJt6xiO2KS14V7z0mVCRwpz+71z7lwP4yoFbTnD\";s:15:\"css/regular.css\";s:71:\"sha384-yWI8JeRmJFie/rrEn4skBd/XXXfUWuc7wAhaj9q71PzjdYD3JslHSEU7BXCCcVyP\";s:13:\"css/solid.css\";s:71:\"sha384-COsgLGwf6vbsibKzWojSqhIjQND/Sa0RWQ5BHFrKOz5JrUObnh5GEBUH2oZwITuM\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-nHELFCUV8tffuhz6PkFYcEl6VCneIQgaHNbLkOHukzJs12+rUiKwsVmVhbqhEAq7\";s:16:\"css/v4-shims.css\";s:71:\"sha384-HiCW4rrGA9WlUM512GMhD+YfcMidwWluZzyu+X55gfVYgAPrlIkG5BnHyAl/VHJO\";s:9:\"js/all.js\";s:71:\"sha384-z9ZOvGHHo21RqN5De4rfJMoAxYpaVoiYhuJXPyVmSs8yn20IE3PmBM534CffwSJI\";s:12:\"js/brands.js\";s:71:\"sha384-GEA3+tbEaglIUriKygE2OQX9k7YrAMJ5oZF0mb8Xx7hUmTTWDuQDtPY4l13jl99w\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tHFnt8QELQGC1IJzcTUX5zFEnn/FLVa0ADTmxRyeSmWukJ4umWnJbwiMTkw/bKEK\";s:13:\"js/regular.js\";s:71:\"sha384-gy4pB6yY1j4DPCG6rZcE6NX1Lnqz8ZJEfotVUvCN2EGwlUS3WUHxcn8rrEOYiyiS\";s:11:\"js/solid.js\";s:71:\"sha384-akyniW0Jfrt1Z7kvRmaF2fkq9vuVQAPEGN4qq7s17l9PG3zz7FThoWnfVxpvnUn9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-08SAgv7bDUyzB5O71dehOCZ42IpryGqW/G+GdxeFmBfaB71QIZWe5ZXBFKYFTEu4\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-rTQdcTFdT69CgbBErourkScWQ6j5WQ4aAoCF0UyPhog3PNysM/xz/kqshWKP4NLA\";s:14:\"css/brands.css\";s:71:\"sha384-84OQfm1oTwjnXmujNUnQC09L4G7mglZspQwfSNPvf5V3zAA1sdvqbIigA9AWY5DB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NFsDS9VURN70zaqw67F1OtJ6MtdeCrHeGMD1KzqIv5ft0JiHgVtV7u+v09yR+iEZ\";s:13:\"css/light.css\";s:71:\"sha384-aofICWgqJQbZZCaWEU7H0ULLqXTBu/DAALblEYqLfQSjb2ASOw0tADOdJ5rmVDWL\";s:15:\"css/regular.css\";s:71:\"sha384-voao2F8iKUwwSMRhLJ982edrRSHOmc5v5rvQ/5aH5pvSAx1aoL6usygGSRz3jfHF\";s:13:\"css/solid.css\";s:71:\"sha384-RYuivM1ikcxEL+96Q/7B/CcvyswPRuOatldvqvk+Bm3hwVKZUjay1ohuPUyD9ZYk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NYMicmsVmKaI5/JVN8JamOLMuIrbzeu4Gc+cike3jcoDpaLfMtvWPJeNhnx8K8x0\";s:16:\"css/v4-shims.css\";s:71:\"sha384-L7wiz9NeFS+vFpG/jl0zBsE7EqrVfeNoaHhnvxlsfwihUr9FIbDnfQqv5r8o02wQ\";s:9:\"js/all.js\";s:71:\"sha384-rDdEqfkiaN9iEfS6XrBzTxL5wVFzBoMsyHmoAIl/T7VdxJvGYuM5bDlDOkmE6r3C\";s:12:\"js/brands.js\";s:71:\"sha384-TN18fDSDUbMxI3DK3z2G8Pl68N7jvVjWPBx8z0m7YhoWKnmGdKRJ6S90IcyeUXUy\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Oa9P+sg4Q/5Yo0a/UoRAG8zLSexWLxLgbPb12tgvs/swrfePVf6IdrwoW2RGV2pU\";s:11:\"js/light.js\";s:71:\"sha384-6DMqAgIR8HN9OqBF3zfhQ4Tmh+KO9Sf0QAwxGkiaKO51dFGBBxBTmdOSneYESZZ0\";s:13:\"js/regular.js\";s:71:\"sha384-LvwwgOzFfwTikawPye02NmwONhyBLBbmu04J+IuLBS6HdNHX3JnRqY80mscKVLTH\";s:11:\"js/solid.js\";s:71:\"sha384-71d190zi1266uo3WuvCJ77V1YdXxDfm5GPMySGFKTMHsoHaxKhPe5XkKaH9iPLWC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Rr25noDuBAtBUFs9feRsF3EK8Pw5bWuhYxD7ztcDUJqR/eiCpNPGIeyO5Ago6pYW\";}}}s:5:\"5.6.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP\";s:14:\"css/brands.css\";s:71:\"sha384-whKHCkwP9f4MyD1vda26+XRyEg2zkyZezur14Kxc784RxUU1E7HvWVYj9EoJnUV7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-WK8BzK0mpgOdhCxq86nInFqSWLzR5UAsNg0MGX9aDaIIrFWQ38dGdhwnNCAoXFxL\";s:15:\"css/regular.css\";s:71:\"sha384-l+NpTtA08hNNeMp0aMBg/cqPh507w3OvQSRoGnHcVoDCS9OtgxqgR7u8mLQv8poF\";s:13:\"css/solid.css\";s:71:\"sha384-aj0h5DVQ8jfwc8DA7JiM+Dysv7z+qYrFYZR+Qd/TwnmpDI6UaB3GJRRTdY8jYGS4\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ir31wc9kqVZclsGL3U5IucynDpj1TeEzDCvxEWqw8QuxLFETRgirOiygjXdjId3z\";s:16:\"css/v4-shims.css\";s:71:\"sha384-s0z+GcIRRdtdjGfnyKRFh9Oaw3aasU/TFotdFmreqjf+a+Mks2Umj0CrlN0S9lqi\";s:9:\"js/all.js\";s:71:\"sha384-R5JkiUweZpJjELPWqttAYmYM1P3SNEJRM6ecTQF05pFFtxmCO+Y1CiUhvuDzgSVZ\";s:12:\"js/brands.js\";s:71:\"sha384-rsLJp1pKbmeEMVcdsNJfAWZ9FQP5CrQt6Vikj/usZcTgrD28FhqYqKJn5XIaoXjm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-T6YzYwAGZAItTIkYlBzfwqa07o9R1AND3Lgt6Or6c5IdukY7tqShoryqwpKrpeIB\";s:13:\"js/regular.js\";s:71:\"sha384-+e+pqX41PD6VrFw9HZ3YKJHFT+SZoEMBmnMpLUpHrdd5BE46xHCrzap9c6kfTi9H\";s:11:\"js/solid.js\";s:71:\"sha384-8Lgyylu0vfTGCXDKe435hJgX8s96c19R+dvpH0NHKdX47GA7TmMj+BDiZZ76qqhT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LqOeBjW8oAuwB6xooSoyjAV+CcJLQGftH6m0Xoo+mhJ0TlEAVR9jBsAXXpeEJlyP\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-NJXGk7R+8gWGBdutmr+/d6XDokLwQhF1U3VA7FhvBDlOq7cNdI69z7NQdnXxcF7k\";s:14:\"css/brands.css\";s:71:\"sha384-2k7wpGHb3PA1OZUtSqAk+nIVo2wgBQdEoL1F/FnC+/HHi2bh3N9aSstY0Af72gka\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GQK3B9PHv3SNzYUrdlEpL6CFKQlW/Co4va906SViL0F6U16Li47NXtvwWmFnetYk\";s:13:\"css/light.css\";s:71:\"sha384-QXb14MpvHKJr57ixwhGSXACaU/eGo/NwF/uWE97+C5QPdq8sLQhM1+WKDk6vando\";s:15:\"css/regular.css\";s:71:\"sha384-ThqFFlbk+2bnAn1zc61SL7r8sFUVUkFvtsT+jYr1Jy6xTlvdcqzcerrDGrHqWv6j\";s:13:\"css/solid.css\";s:71:\"sha384-pbj30780YbUh3WmbEAhOL8tHgoaU4xrdmAN+RewL6HsW9EOMIIE4+6rerMXTfJXq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-fjim8BUuF/D2Y8Qyr4U5iLdeKqzyQe927qD4SIdbPDyX2iSN6xNGhoyd2jTiw+Sx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-c2aTxrKw0nWEPlLqENAD5t3J3Ajs/o5LBudKFP44hexDYKKQTgRCAaECkBk+p3L9\";s:9:\"js/all.js\";s:71:\"sha384-ncMWtRMSOo+cLmfdaa6vmMGzBJKysBDF9tq5YK1MAnAjcyipdW2vgTS1jOntY4fs\";s:12:\"js/brands.js\";s:71:\"sha384-+4YdTIsot+hvYL7nKQ9cJs7OWaFvJ7ZTkVretfEoX8uDiTED9tumG/9RsRmlW3jX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ya+lFT8MCnVaSXkMxO4FEUsv4BG1VrVAMY0PiCnmJ4Sq57zoarae8T2EgioHiaMA\";s:11:\"js/light.js\";s:71:\"sha384-hy7ipunNmCKP7KpzkasGow2eTRYx9IbxV0BvBqlWLWRu8mlWMNrj9y6qOLEnxIuF\";s:13:\"js/regular.js\";s:71:\"sha384-8VWoI12VOwcfxYszEUreYXR4Jh1+oxv+mfsVISgPJTsc2Ftw4RC+bO719C+PunjY\";s:11:\"js/solid.js\";s:71:\"sha384-Pl3KUQLNwa33i6dvnL77HMDxZPk93eoi1kB5xZ0eGKgTEt39iQkHdSM6/w53By9e\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ts+GFi6rOAISeHC+EnLaj6AOSoosWr3TALIaYSeHCVsNHkGLlTtzdbMvolIe6tG7\";}}}s:5:\"5.6.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLuaxTTBR42U2qJ/pm4JRouHkEDHkVqH0T1nyQXn1mZ7Snycpf6Rl25VBNthU4z0\";s:15:\"css/regular.css\";s:71:\"sha384-aubIA90W7NxJ+Ly4QHAqo1JBSwQ0jejV75iHhj59KRwVjLVHjuhS3LkDAoa/ltO4\";s:13:\"css/solid.css\";s:71:\"sha384-+0VIRx+yz1WBcCTXBkVQYIBVNEFH1eP6Zknm16roZCyeNg2maWEpk/l/KsyFKs7G\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-EIHISlAOj4zgYieurP0SdoiBYfGJKkgWedPHH4jCzpCXLmzVsw1ouK59MuUtP4a1\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:13:\"js/regular.js\";s:71:\"sha384-V+AkgA1cZ+p3DRK63AHCaXvO68V7B5eHoxl7QVN21zftbkFn/sGAIVR7vmQL3Zhp\";s:11:\"js/solid.js\";s:71:\"sha384-F4BRNf3onawQt7LDHDJm/hwm3wBtbLIfGk1VSB/3nn3E+7Rox1YpYcKJMsmHBJIl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-LRlmVvLKVApDVGuspQFnRQJjkv0P7/YFrw84YYQtmYG4nK8c+M+NlmYDCv0rKWpG\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-toEUmnrGu+eq8XUD6ovsr/vFX+R3v9+FUGAnpef+uwGKMCeqZkcZfkXQ0Pls5WS7\";s:13:\"css/light.css\";s:71:\"sha384-ouQ4uivIto2ZdBS6+torZMbImJhWA6/m7/CAGY9z0FNDmoAF6uWAEnavvIsR1EBt\";s:15:\"css/regular.css\";s:71:\"sha384-IXqJGQI1K0IzdpdY2ASrRbDgPr1rUKzDAA90uL7iX1hPQf6Tkve9Z82TUVWm9aje\";s:13:\"css/solid.css\";s:71:\"sha384-5XPOduYq6F78ZOuHxFHpQJCD2l7aCHCf0+o8qKTD2VfqJTgPT3YkyuBGsDSrVsic\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-4Gm0M5DjJ0zGaEtLu0ztNIoHWiuJ5rKiaVlpZKeNqXAW49eIIa2ymxb3C4c3uEXR\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:11:\"js/light.js\";s:71:\"sha384-E2rKHkorMllWJmt2GKXlwZ3+kPl6i3FrJ8ihFkf6F7F/AtGvuXY21bQC8mhz2Po+\";s:13:\"js/regular.js\";s:71:\"sha384-nX7teCj1FtQErhxXjr+JWXfe4EjU6KlgeVBHAzQ/L95eWzwx+W1+HuQGmxZT9VkS\";s:11:\"js/solid.js\";s:71:\"sha384-2ZaaAuh8tTVN1nHRrlXAX1tz8fGhZDgusJdBI5BBGycCq37AUonw8dHlPpx7iD6N\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-qD/MNBVMm3hVYCbRTSOW130+CWeRIKbpot9/gR1BHkd7sIct4QKhT1hOPd+2hO8K\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-uyhTADGMAJuHgGNdH+rozTpOkfXUORTgjTmMBtxR8ISQjOs+IIWb8UBn9ixSd4xo\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:11:\"js/light.js\";s:71:\"sha384-Vs12SjRkIvphC81scjUNowpLYnSOLOrSGxOwVe00oEvWto49wVgjd6BfdeCPcArI\";s:13:\"js/regular.js\";s:71:\"sha384-JZmzMsvgUATRcNmXpyJHLhiqsREsPN/GBj7O5ifVfRU1o4vBp2dsjawGzYzl0QVW\";s:11:\"js/solid.js\";s:71:\"sha384-OzCiQJ65BS/RiwFjTWyem+uRtZ4/LnrVVbwHTT8fR5Q9rYqAaavyOK51RDxkXQzm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-5atZgfYD4MHp6kAnxjw4yM3binN4Yh5XXKAIO6m2kIB9CqdRUladdvTdffLnTK3N\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-I3Hhe9TkmlsxzooTtbRzdeLbmkFQE9DVzX/19uTZfHk1zn/uWUyk+a+GyrHyseSq\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.8.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y\";s:14:\"css/brands.css\";s:71:\"sha384-5G2m52y/zN053yjBCyNXXotYpL2r5k1wg9aakiM5OgK9kdcCB68EECUce5vZiz/8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Sbwc59I1SOoVoCGgBCwAe/M1j5a9cHixHv/7x9vOxORnT73jUaxyK0paobkk3JSt\";s:15:\"css/regular.css\";s:71:\"sha384-Vma7aWQBdmjVfr98uRd1HcA/r6wPYrlNrIvQBJhDCvZi3X9gVuHtqUKUYep/1KKk\";s:13:\"css/solid.css\";s:71:\"sha384-n4xPrkfCJ3FzmPwM/Nf1QQu7Qx6oDcsbMp+qPOxrJ5w0Tq19ZWd9ylcMWkzKEpwP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5ywFB7dcUP6RcAWMLvCE58MQE5YMXWSPjly1IqItdN0w0TqoJD+w68U7C3ShoZRk\";s:16:\"css/v4-shims.css\";s:71:\"sha384-IaQiZkMW7NRKIS04GeT98++WyQ6RNaEQlHoHoDrhU+hhCJE4EkfL7itJyj/vanQT\";s:9:\"js/all.js\";s:71:\"sha384-ukiibbYjFS/1dhODSWD+PrZ6+CGCgf8VbyUH7bQQNUulL+2r59uGYToovytTf4Xm\";s:12:\"js/brands.js\";s:71:\"sha384-Gt4maPu5ZO/PkTh32sKMYmmCLGuWtMkv5YBtFZpx4Tu+Of3kFZPYBw9iD/pi4L6s\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TAztyRuTlqgZ97tz982rMo44MRC58wyCC0pqKZY3cKWJNkK00qMd3DhQ7R25jpCe\";s:13:\"js/regular.js\";s:71:\"sha384-IQnlolMpq26nEj6AOd6JOnY2jqCa69uFBqCGBCWSm4EFZYprebVtp3Z2xVLMElvs\";s:11:\"js/solid.js\";s:71:\"sha384-prcFDC6iTvvWsx2iSZtbDdeMVWWOtxcQXXagr9uPHwi42uae31Y3Q17eehHuC0JL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-l9bFz0TmR1ecMQdb9mzBeiLLX3z0mqeK0Bsxhim3nnHB9PoA6o3FUumLH7K6W6/D\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-/pOR6TNYPdUaQQQRKQ4XHznZ4U2K/Lscb3u6jshUngC/31fLTuyX9FZb24gp4O3J\";s:14:\"css/brands.css\";s:71:\"sha384-OxPYtFc8yWHWBo2MFY4rHs5dKcTpNGuyft0hQ+K/vSUJA21jrxi+Py412o2wMvsL\";s:19:\"css/fontawesome.css\";s:71:\"sha384-/0C3VuTlEzBany89/Wf2OJLSGrduLCC28kuoGL/PCGJjGj01pVtiqOcgZZ9AtlET\";s:13:\"css/light.css\";s:71:\"sha384-YmipRqYc8Wly1koaxcpAPTnvJIqXBN4Ue5+l0drZn34sdM+UufP6v8D8/s9xxXOI\";s:15:\"css/regular.css\";s:71:\"sha384-iUhpWyroENmdb/oNEGUdCk4J+TfFOm/SNYi79nN/Hb1aQgjofylAAuRTUfpK2yP1\";s:13:\"css/solid.css\";s:71:\"sha384-maIT5Qg1FqlJhNYpN2IgLAb5XPLY8CqZ7tKBQyjHh+nx/7JXsI5bp+8JHnUgeuyw\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BUeh/IoVXY+o863GdrQzogOOSo3ABFpxuc9xZhQVnsM2T2vKmrpHGZwaEqqX/SZs\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lRITDKAHusCdCcsQiEA2IIoqExMRD36Tbn9CZj00L8klRpDyMeOoPSv6ubcNAHux\";s:9:\"js/all.js\";s:71:\"sha384-gUdv3ElxXd3gVdbCqjppYoQanRONrQDSdaZY3zn1KeASeS8YGy+T/JDaD2ohyarV\";s:12:\"js/brands.js\";s:71:\"sha384-XLy4uPbRNbMJUgEm6JLmHI784E68XjgSbheIn0fP/6GdZtCcsZmlXvceAGvhzKCh\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aoV9M7ZLyivlmo8GKrkeWiOUQzBnYBpP6U8gW7WXfhssy+HtO87KzowcBokSiK3g\";s:11:\"js/light.js\";s:71:\"sha384-+itlrN2dvS1RqmWnkLQkDqzANbdKqtt6JyQfE/DXxFnhg/PXf0ufRBCSp0c6q81i\";s:13:\"js/regular.js\";s:71:\"sha384-GoKOHat5yLSUYiGMfLJkuCErUZrNlW+2FeFYuKOt7sUWbqvMQOqfB+mdpfCU/8Q4\";s:11:\"js/solid.js\";s:71:\"sha384-jOmpRjxTFmJAVhf7+H7o9joWtQWHRZLdr+B25WojM1yfhB9wFkDvQ3x0VDDn4aAI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gaNKDFtFZuAyZDkB8Wov1Vl24lMu5MD5MXLmUSu+4HzB8tTVwemJnhqN4Zuj27wd\";}}}s:5:\"5.8.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\";s:14:\"css/brands.css\";s:71:\"sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv\";s:19:\"css/fontawesome.css\";s:71:\"sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq\";s:15:\"css/regular.css\";s:71:\"sha384-FKw7x8fCxuvzBwOJmhTJJsKzBl8dnN9e2R4+pXRfYoHivikuHkzWyhKWDSMcGNK8\";s:13:\"css/solid.css\";s:71:\"sha384-QokYePQSOwpBDuhlHOsX0ymF6R/vLk/UQVz3WHa6wygxI5oGTmDTv8wahFOSspdm\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-acBDV8BDMPEP50gJeFdMIg9yE8eOPuFdBV9r+2F492NUbKhURdQvglFkG0Q+0rlE\";s:16:\"css/v4-shims.css\";s:71:\"sha384-knhdgIEP1JBPHETtXGyUk1FXV22kd1ZAN8yyExweAKAfztV5+kSBjUff4pHDG38c\";s:9:\"js/all.js\";s:71:\"sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ\";s:12:\"js/brands.js\";s:71:\"sha384-rUOIFHM3HXni/WG5pzDhA1e2Js5nn4bWudTYujHbbI9ztBIxK54CL4ZNZWwcBQeD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EMmnH+Njn8umuoSMZ3Ae3bC9hDknHKOWL2e9WJD/cN6XLeAN7tr5ZQ0Hx5HDHtkS\";s:13:\"js/regular.js\";s:71:\"sha384-Uc9toywOA44owltk1MWl0lQZ+L0mBzJkLQcdif6+JtG9izvok9DLJtCZX57Uq3k2\";s:11:\"js/solid.js\";s:71:\"sha384-IA6YnujJIO+z1m4NKyAGvZ9Wmxrd4Px8WFqhFcgRmwLaJaiwijYgApVpo1MV8p77\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DWlD0qU0+4WTFKXrFbt8wXq/1NHvOGT8vwllYM0W2gIeqgaCC3bZ0U464mDtbR70\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1\";s:14:\"css/brands.css\";s:71:\"sha384-9Wenwezdk1eEhfcpps+Heco4zWw6KuZ2VlevoPomUwWYYZd3nBX0kZ1hBV2zSIKF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4HqGlagEHMyfaDQVabl1wx7GCtGw6hDl3sKJEhqQjOCrXrvizhaA2j4hK8Piewtr\";s:13:\"css/light.css\";s:71:\"sha384-3SMOAKCN8LYSMjkWz1ChDg4pHSLtD+LuKXaZoHxE1oyDneLR6Ebjm3XHMHO9fWu3\";s:15:\"css/regular.css\";s:71:\"sha384-ELBQxbOyxSZRtZPNO1mVgYkEzMOXFNmQY6CLV1nw+4IZoiHWeuwYTnABxPxxsuBE\";s:13:\"css/solid.css\";s:71:\"sha384-MkkthiFx7890Rev6vwUJO4gRT4yuH5tqMm/Wl4/n9/qptaBpiGcMyjfgq2K4h394\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LnvOeE4ntog9dzgq63i0OoI6jKPp3p0y693Fh4Fd4eOyx/UsAw0kHXbLKqML1p9R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-68zdIccmue/irEHOgRiyNsWTZAGftSb6RkEtUhgaD+8213AXnbThq7m3WsO+B02H\";s:9:\"js/all.js\";s:71:\"sha384-GBwm0s/0wYcqnK/JmrCoRqWYIWzFiGEucsfFqkB76Ouii5+d4R31vWHPQtfhv55b\";s:12:\"js/brands.js\";s:71:\"sha384-b4zU5X+9uCyU5wpeWBsEIFph6tTD8ERLbUs93uYGQGNqzbcfPDeY6c4jMhTAfBri\";s:17:\"js/fontawesome.js\";s:71:\"sha384-w6QYwIdCVqcYkHtaFutVu3VlDeu+pBFvlp7e0/tygMFwnWTl13KuVYfsp0ediPpA\";s:11:\"js/light.js\";s:71:\"sha384-avwGKnev1pyXYEbWxXSg9S4rpTsws+5vQpoj76SfcccEzOL162Ei8+z4a6AlaMeE\";s:13:\"js/regular.js\";s:71:\"sha384-lv9QOXVC8fPRX14JTtgPGx1JjQPfjnqnp+bTlEnrW2FRawdJ4V8oe4Yq4kdfgJIp\";s:11:\"js/solid.js\";s:71:\"sha384-sJjbbGVKgAaulHq0KZK5MsUx9YmPj+4G3oY2vmW12iBNEFkkhObBezK0ZhSXchIs\";s:14:\"js/v4-shims.js\";s:71:\"sha384-J8Vif9iMSqb5RK45yq6+dnrM1lTP1oQcIHtKpoH0irzUJD/1gCK0pQgIr0hO+hta\";}}}s:5:\"5.8.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay\";s:14:\"css/brands.css\";s:71:\"sha384-i2PyM6FMpVnxjRPi0KW/xIS7hkeSznkllv+Hx/MtYDaHA5VcF0yL3KVlvzp8bWjQ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sri+NftO+0hcisDKgr287Y/1LVnInHJ1l+XC7+FOabmTTIK0HnE2ID+xxvJ21c5J\";s:15:\"css/regular.css\";s:71:\"sha384-hCIN6p9+1T+YkCd3wWjB5yufpReULIPQ21XA/ncf3oZ631q2HEhdC7JgKqbk//4+\";s:13:\"css/solid.css\";s:71:\"sha384-ioUrHig76ITq4aEJ67dHzTvqjsAP/7IzgwE7lgJcg2r7BRNGYSK0LwSmROzYtgzs\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PLvJTjM1QH/74H66d1I1vU8KYsjkbjSJn87gUIUsIO6Xjf8fRO8Hxdevr46EkV7M\";s:16:\"css/v4-shims.css\";s:71:\"sha384-XyBa62YmP9n5OJlz31oJcSVUqdJJ1dgQZriaAHtKZn/8Bu8KJ+PMJ/jjVGvhwvQi\";s:9:\"js/all.js\";s:71:\"sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH\";s:12:\"js/brands.js\";s:71:\"sha384-GtvEzzhN52RvAD7CnSR7TcPw555abR8NK28tAqa/GgIDk59o0TsaK6FHglLstzCf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ia7KZbX22R7DDSbxNmxHqPQ15ceNzg2U4h5A8dy3K47G2fV1k658BTxXjp7rdhXa\";s:13:\"js/regular.js\";s:71:\"sha384-iFYyWQkY/Zvsdq3IIxRJI2FBoXPj6g73ok7rIH3sZGulA7E5PvFqB5BOELomUuyh\";s:11:\"js/solid.js\";s:71:\"sha384-+2/MEhV42Ne5nONkjLVCZFGh5IaEQmfXyvGlsibBiATelTFbVGoLB1sqhczi0hlf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-5i8QG9UXrCZePXfj1ac87dq22tNtGoJ22fmjXaJI8iIy072+ZKv1NZHbsTMfYvnV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xVVam1KS4+Qt2OrFa+VdRUoXygyKIuNWUUUBZYv+n27STsJ7oDOHJgfF0bNKLMJF\";s:14:\"css/brands.css\";s:71:\"sha384-BeZiOfMYSXjscewXEIJ0PDoBy27u+zVSTP5ZuW3kjEZKCn7pOB7v+oQVtAtHfY0v\";s:19:\"css/fontawesome.css\";s:71:\"sha384-fqilzf6i0kkOYm+DT4UC9pWzYf4/eFdJKroY1jZyE7n8eYLujyYM9VCucGf/LdVD\";s:13:\"css/light.css\";s:71:\"sha384-0WqtEOayxoyo7wgxUc5l2RvIbaWTyny0LrJbwsKhrKXUyopxvaNFLIoob4dXRwLO\";s:15:\"css/regular.css\";s:71:\"sha384-jyNdSTwsauV6/i9u6sKFOZBrxlr4QREAY295HsNy8laz4LYryhnPdz0ewFVERKfV\";s:13:\"css/solid.css\";s:71:\"sha384-dUUyoHgD2BplZp1AnRbRu0HPC5jscpJEJaJjqnBh7Y5PT1gW7cM6BQEgrcOsSa7e\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+BcpgpzTfqttc/C2LUPzGXIGunaa/aIuSC/BPO2BBqqMbHNRCF7d3DU54LxbCzTS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TpRSvWoRbPKMMxDvVZgEa9wxoOZyawahRkC2P+ksDRxjPSvZjhEf5nU7pqSWBCQF\";s:9:\"js/all.js\";s:71:\"sha384-RLPiEwcAdrH2NjFcwJipJtlFoIN1xvqPYeeDX5yYtSNu+HTIkQCDvPQ9thsUnPUS\";s:12:\"js/brands.js\";s:71:\"sha384-NBtHk407eZGNubj82MbaKt5CrNLfhnYmCbpjSyDk/nWemMXE/mfvm3c1MPjfnWmU\";s:17:\"js/fontawesome.js\";s:71:\"sha384-b7K10RWf2Q3m26zPrKzM95th5yJnxEw+vpCzNITZFKV8UgxPgHb61bS0xFkKdV2I\";s:11:\"js/light.js\";s:71:\"sha384-BMiulaMo0kY9ExzwDFFjsXkU373Br7qSwYa/hdDlWEWEkE3flk4mBFvMwlpye3Aw\";s:13:\"js/regular.js\";s:71:\"sha384-uMEQdPXvyCTabszTyCxRRMDh/xIcRlT/fpq2DKkcjR6+lOqq2111EL0C1OiRVu1E\";s:11:\"js/solid.js\";s:71:\"sha384-9fQzIUDeLlrPRI2CT9AqVv6Yr0JgEY0+rr7ngyaatQAQrEHhCv5CvG8F8UFdgk7u\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Ts0FauTmSRKZNl+Uw+WC04UuoVYd2gXlJ+OcUvb1NDrV2XmDcgCr8PPv5MY/7KZR\";}}}s:5:\"5.9.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-i1LQnF23gykqWXg6jxC2ZbCbUMxyw5gLZY6UiUS98LYV5unm8GWmfkIS6jqJfb4E\";s:14:\"css/brands.css\";s:71:\"sha384-vfTtNoEyqnxivzqkzc+mvlVeCWPGwMlIIkeTkt0mcUQNmFLyyXxY5SgZIkKQIXRK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NnhYAEceBbm5rQuNvCv6o4iIoPZlkaWfvuXVh4XkRNvHWKgu/Mk2nEjFZpPQdwiz\";s:15:\"css/regular.css\";s:71:\"sha384-5E/NXotaQSDJW8gq/9pxwQHSPRrb21suHuLPqOIlgob8QC8ltM13i6HLujrhWmBL\";s:13:\"css/solid.css\";s:71:\"sha384-ypqxM+6jj5ropInEPawU1UEhbuOuBkkz59KyIbbsTu4Sw62PfV3KUnQadMbIoAzq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Bfk4oyOug+rBqsciYilQ+iwazXsMTURz/M6Gfx7fb02KNeW5VHwt7aHTXWNU9B2W\";s:16:\"css/v4-shims.css\";s:71:\"sha384-zpflLcSaYRmTsnK2LTOdvChgML+Tt/4aE2szcblLVBXd8Jq/HGz6rhZqZ+4TkK75\";s:9:\"js/all.js\";s:71:\"sha384-7Gk1S6elg570RSJJxILsRiq8o0CO99g1zjfOISrqjFUCjxHDn3TmaWoWOqt6eswF\";s:12:\"js/brands.js\";s:71:\"sha384-CZZj1HZWqgh/CGR22Lnl6+fZC6IDR10ga+wECjipCR3zId+7ZxZP1JNI+YgdzyO/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RXRrB6R44g3RRohoKLAOK5MjNq4PVvz7iZErCckeyobGIJLpTP2qq6xjJFuKnfZu\";s:13:\"js/regular.js\";s:71:\"sha384-xrLv+W4OudHJZ6QDKuv+el28Wyr4OMO0qSQuBiPqhBsnSGKdGct/ElQm+2/fx/eS\";s:11:\"js/solid.js\";s:71:\"sha384-kDWpGOpzLEy85/cK1Df/ba6PkpDHAKUGOX4YHEt0sFzHdrTY1rGmT/gYHN3zCcF0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-npD7syUhXOZUTbAzJEyIPGq/8gGAhBmei7JkUwUki9hAtz9oPkFJwx5f3vGb7SOi\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-vlOMx0hKjUCl4WzuhIhSNZSm2yQCaf0mOU1hEDK/iztH3gU4v5NMmJln9273A6Jz\";s:14:\"css/brands.css\";s:71:\"sha384-wRa49NRotGDh34aLO1Hjbu65qHSTF/ZNSBm7uTpMUa2EQ1Csq7Zlswm+FR9hcWtn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-QSCxeayZXa6bvOhHReoQRGN7utvnOnY3JoBHGxM61JQQ1EXA7AT3m7dnlHXLhnCj\";s:13:\"css/light.css\";s:71:\"sha384-/ggAGHSQWxssDRflcj0aeAlGN2rNgsnWOLv1ZU5FEvjQWxP53glq5pNPjtfldVVN\";s:15:\"css/regular.css\";s:71:\"sha384-FrLF2uGffV1P93pQZme192v/cHRu1XlgjMreWAScHPPjBz/p9pNTx/bTV83x8peQ\";s:13:\"css/solid.css\";s:71:\"sha384-KyLwW4NRDhAz4RVatBCvFATniD3ze5rJvP1usxUFectdGgG8n+7OTcZug8s4bj5H\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-dwNK02s77FqYOBDJpF4ttbI23g2UUTrI9euJ+OQGonHAy4W1kCpAyV7ozLK24GWz\";s:16:\"css/v4-shims.css\";s:71:\"sha384-tlZ/hMWxtcO6JxnBPYGsa5Oiu1gmAqp/bY7s7G6m5OOCJvcNQ6Fo39YHu4Elr+Hf\";s:9:\"js/all.js\";s:71:\"sha384-nKdXFHC25mX+ztWymakpQ8nRykznAcZ+yHi9XETJ8CuVvvSGeg/0QCPhvDb41hUb\";s:12:\"js/brands.js\";s:71:\"sha384-4Md2NBtJT8CgVnGaoonPkhRdMvGcFRH/nATvRJ0+2VsJ5bjySPpBil+KbSC+9yFv\";s:17:\"js/fontawesome.js\";s:71:\"sha384-nFIVFc2+uHHcH70YEBnMC6UmUjVxcQ0rZJe7u58lz5aUDQRz0l3xFmVSdao7Ag/K\";s:11:\"js/light.js\";s:71:\"sha384-C6XejYBP1H4YOZVReSXSBion6LKXOt7htNgjRlcKQSsMnL+/Ok1vyvI5EQs1/H1e\";s:13:\"js/regular.js\";s:71:\"sha384-GlXg5Pw5UjuoWpx2tbE3LsctnmBsngO5u5c+nK1slAwSuwN86zPzez+sFxncM+Tc\";s:11:\"js/solid.js\";s:71:\"sha384-pAEZwWHMzeWUPLx+edoghTzc+LBoBSIWMNFPeZGDiFDP6WL4g+EHr7DhQMUpjSLZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-A2MQ6ZItVBjKp0Efdmi8Xze6uRApxGoHzuGImgZGk6JfuaQ9Vkcev6HtJSQzftWE\";}}}s:6:\"5.10.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-0c38nfCMzF8w8DBI+9nTWzApOpr1z0WuyswL4y6x/2ZTtmj/Ki5TedKeUcFusC/k\";s:14:\"css/brands.css\";s:71:\"sha384-19EzMRnOAF4Gg36FukRf0Bee26rnZC49Ld5mFG+8XiQ8ddeKQYj7Rnl12YxIoHe6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-YYaKmJMZQbIhKGKC1QGjVKSQ3s9OlZitN6xQQEPksarSkM0WNkq5Kke0yehyNwyT\";s:15:\"css/regular.css\";s:71:\"sha384-OVGJJ0J6OIuVjxoE5rUQPFweGgzO0xT+HKN5IChh3LTrsWQKjHocfKq+nk/8DogN\";s:13:\"css/solid.css\";s:71:\"sha384-dHM1276IWlmmltsiRRg04ASaTBbgAqnnjneOemUaqff0rqTtVHw5qqKE5i0k4Qll\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-oBn2TNb41FLJEvg05fPEoAhWHErn7PR1FiyT6NjQkoPzDDg1n/e/GrwRgh34gDmQ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-R4Ah6+FGj2TWi1SbbJo01aRwLwdNunBoW4ALQ4SdcDpyQpKoP0pTL3Ce0Hf0oMOh\";s:9:\"js/all.js\";s:71:\"sha384-BfzGEucsDAHnSR99xBvG8cNHx7h6sEbKJejtvqlMrN8nMi3gP2ds+sMAjWfWnZyn\";s:12:\"js/brands.js\";s:71:\"sha384-SgCx6DCTHwPNfTrT8PeDNKVR+bLsTKTVnBbtZYSLgfp4dd+KGa6j4/Jy96HTd0nw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-yhpUSfH+AXwjqsle/7pS92NQZivmuHw41bqBfGxkaV4ftpRTE9Z6MNd2oh9x/BBm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-LMbxIMq/Ra43sLL8MF9d0C8NDym6Cp7d2rtvvZUd5n4EuGE3GSYBmf6JV41EB7+y\";s:13:\"js/regular.js\";s:71:\"sha384-eX5P9jt8OdQQ4ME1Y4Q90r5k0qCw55F9jie73NYjcSEHIYYV+x3MW3XgqK7HDuOG\";s:11:\"js/solid.js\";s:71:\"sha384-WvtEEwvz7coGHFMqz/gUsacHkjubSgzLIieTORXey1KIpl+/r1Sk5owMdBxnGFHy\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RT+uACaLSP2jOOLdRXKvxcgxA/WNa36UYkM14r9ODCgz51g7frfTdR+Jv3q46NW3\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p\";s:14:\"css/brands.css\";s:71:\"sha384-/BwiSb9M4ZqztN8bEG+VrC9ohWSBX3qEV95+/+gBJoE4+zG3KqcLj8ShUhBIALSm\";s:15:\"css/duotone.css\";s:71:\"sha384-R3QzTxyukP03CMqKFe0ssp5wUvBPEyy9ZspCB+Y01fEjhMwcXixTyeot+S40+AjZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eHoocPgXsiuZh+Yy6+7DsKAerLXyJmu2Hadh4QYyt+8v86geixVYwFqUvMU8X90l\";s:13:\"css/light.css\";s:71:\"sha384-2CRj/5C4pwyS5v+q0KXxQ39b3qsKQNE6T+9FFaAOlps/XjJcK+M20aMUxuQtRLaZ\";s:15:\"css/regular.css\";s:71:\"sha384-pWItZRjB6NLzlrnwcL+2alve4CtHiaLj9W5ZwGPgy6dtMzCPsGv/qEcRvrbVkW5i\";s:13:\"css/solid.css\";s:71:\"sha384-Zbnz7QaugaSWTYmuSFTHGzMLxXAu2vzmqJhA/DS3bnaZGJaatH8apOWXfFaP6PMh\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-85qDq8Thytv8iDkEBcdksps8EZiX4DEo3vh6Ijk38Xi4RVm37Ttn+HU9rsXho2fN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-y51MGgwaeLjbh5fbY1GJ6PypnEoMkGu8MoR1HRE/p/hHfiEE1G9bK/79bstJpyYk\";s:9:\"js/all.js\";s:71:\"sha384-G/ZR3ntz68JZrH4pfPJyRbjW+c0+ojii5f+GYiYwldYU69A+Ejat6yIfLSxljXxD\";s:12:\"js/brands.js\";s:71:\"sha384-8TDwqaS9Kr9a/3cVS6+XkvWUM1tz6XdS8s2urD5rXY1Cz22kPF77ZuG1gIWaz6kZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-JB1N15Wp6AIOL3sQ9Tm4a0kATlQy9/+/nLmU9B2wv4K4gGNAUFZEU7qDcxIPJLXy\";s:13:\"js/duotone.js\";s:71:\"sha384-PcDzzpTJzDDda2YUM4EY5ZqnZQ3DTIFtoaAn7t07N0UIY1HVyaxIHRzROmFBd48z\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8YSeMunSTZdDZy7rZxfG3NqC3KnYaCKxTJMm9yoILgIoMpXeTKDrV8TeV9C5ItEc\";s:11:\"js/light.js\";s:71:\"sha384-sEc8iKGnMxm+Dm4AQabXbw0DKZU9FtFrWMppMOsxaUZsLL5pcpQs4aL/OfefTw7g\";s:13:\"js/regular.js\";s:71:\"sha384-wNQjNuGVt9TzLWqaxsZvH5uIDIxEkpSCeSPg6nF2ud6AK9jXY9yMFA6CbcZrr+cZ\";s:11:\"js/solid.js\";s:71:\"sha384-Vh+IVHoo4c4JXOfJBoUxIiEJf6bB443zoyGtwY8WbBmCU+7fAq9QX9JLtFcNSPZl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vzU1ar4oP9lOG/JJdj1q/+3aatI/ZbpyHIMelvsAi2Ee8gCiTIb/YhqRymLLZkje\";}}}s:6:\"5.10.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-wxqG4glGB3nlqX0bi23nmgwCSjWIW13BdLUEYC4VIMehfbcro/ATkyDsF/AbIOVe\";s:14:\"css/brands.css\";s:71:\"sha384-+B+cmd37r9agFUqHw5ABups/+o97SqA/Y6S5b3ly2q0ABacloQs0HZOQAX1NpJhF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jUGOH+gYMCfz2jbO6DW8vojES/a323h7dcoT6qI7Bvod9mew/wwTZryjccmaMOkf\";s:15:\"css/regular.css\";s:71:\"sha384-gr19od0wAxe2+mYHEXvS7Y1ppn+ESoAQzTYGPauVJYyAYYl0NBQaKveeQnzez2Rm\";s:13:\"css/solid.css\";s:71:\"sha384-VUnOJnDrNS0aVOhF6puq5SPJOP5oOvIO6n54m14E2/OHv6DU1gklJ4EImoD382c5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-94OQehjHMl3lApC2tWmjwtxlB0oEtSE2zrTdf8uuWEaDEkkCxXK/w0vFs5J5WPU1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-i1lF6V7EeiD7KOgGLtAvJiK1GAQx4ogzG6B9gpEaDuHSLZuM3sFtPZrI6H2Gzqs6\";s:9:\"js/all.js\";s:71:\"sha384-aC/bNmpJEYrEVX5KNHN+m0CmvycQX9wDnYv8X2gdXQjrbtDP5OcU5DRiXwL6bPwr\";s:12:\"js/brands.js\";s:71:\"sha384-BZIBcmKlroIkWe3e13MZbUHZdmagAU/8cnXo9mIW5p5wzf+/U5ULLQ8TVioSuCnC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-A6TzAYakDQ9XwDY1hOPxAxI/3t6kol61Ed9hvHegEwcENzAE0vLojG6wItQDmclf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NXKh+ixIINN/JHIorH6fcTNwaAekBk2v7azch6cKmQm7wtb0yBt8ctqn1FAspAW5\";s:13:\"js/regular.js\";s:71:\"sha384-7Sk1mIxPYoZb2I3YK86sPsPMftKqv0aWP+dgX//x1mF1mSOYydXmX7DbtHN99bea\";s:11:\"js/solid.js\";s:71:\"sha384-dc4FEGpFyXnyL9DbieF6I8Xzipdt7GRHX6k8RM/ow6+IDISjPeeTwTiAkNzjv2OI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BtUWeH6hQDQGUZewQDmWRMisAxvs1LtqoVQgmbFptFnH1GpBw2b2vZenxfFmRtOS\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-y++enYq9sdV7msNmXr08kJdkX4zEI1gMjjkw0l9ttOepH7fMdhb7CePwuRQCfwCr\";s:14:\"css/brands.css\";s:71:\"sha384-9J78p9RP9gty/jk0TJPvYSzmYYCH4cRRkDMnZGxZNh1wdaXLvXzIk90EWrxjjqr9\";s:15:\"css/duotone.css\";s:71:\"sha384-Na50X0DRTNz+Sc+4XbFXONmaknKHBHw6gvRZ4coLQCl7ZLXziulq+4wvTZxkaM+U\";s:19:\"css/fontawesome.css\";s:71:\"sha384-OvQaO09Stu8nVnOdc+6B3WjpKg9dfBxoakdLxJKAYgsz62+DzBUCvWRxPl9LRVSq\";s:13:\"css/light.css\";s:71:\"sha384-CL557/BMzDSg/4ctPpKDphHJgLqpdJ5rvOklcaHzLHpX+qsgd4V/xao6Rya4xKMQ\";s:15:\"css/regular.css\";s:71:\"sha384-yLDdP4XFV3JqISKN0JaZ0kdyks9S+U2o9uBmNbmZh85yjdF/kpu+oY3/eXQcGHhT\";s:13:\"css/solid.css\";s:71:\"sha384-BrYpEWmuPyxLgVmvUGa111AoxZ3kKwiG4TVjjewWZV9vww+dTLWpmEffDSEg9Gf5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-V8iByeksgr2la9ceLV1jNv7uWdzI3pYZLNzgYqWmQuQZa7khs4d6QC84YnMWoKxx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-rql5zubvrhoXpo5buqgoiKryiT02OHCEtveKZrj4NX/C2Kuy7W2P7vl+RVzBUl9m\";s:9:\"js/all.js\";s:71:\"sha384-FW78RPcSpi13vjx77nPWQIrQbNSLkPBopb0qGzLCxD2x4Kr6FA8V05C/6cpgkKPL\";s:12:\"js/brands.js\";s:71:\"sha384-DGr5D3fYhGn4bylN+nFRaxvPt6s4FjV7B5EhOOFUKW0JKU2vco3q3xtgSZeeEYpw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-++EkH6KNUkbsGzUhPmRa5yboy873FnCrHLPNWnvcfYOzCCShCQHtdQ3RQTt3WDsW\";s:13:\"js/duotone.js\";s:71:\"sha384-QwVJpiaupNLHQYsfQUftqzWXMT+SsU4AKnlvxDGzNjTq5xPXRbG/ohsvyIEyK2uf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v97MeHGTkmNphZhn+D7412xlPlc61o4jy6CouRwKfNltfXH68HcYhmQBr2j/J/Vp\";s:11:\"js/light.js\";s:71:\"sha384-TZInz5PvbxRzxSlGI1WYKmrrBBk/XTTZymO6w+smmSVD6RFpfZd+JtSye/viSFxA\";s:13:\"js/regular.js\";s:71:\"sha384-ZlV+aQMpcvCEqNPe9qTu/S6+eBL+DfRjOxr9wtsoZyGnJ/vwQk/U2SZhZ8tJqH5F\";s:11:\"js/solid.js\";s:71:\"sha384-WtnuXyp6MLUsHy3FAqJyL7aL0a/mdUjPwIs/Ub7FXJZufo/0qH9aFsTDY5Q6Bx3m\";s:14:\"js/v4-shims.js\";s:71:\"sha384-P9HMMmM/ObyzYMvKfF0Xf40MYwNdkI08AwhSyCsAVlmXZkJ9GaI0Z23pozRg8HAe\";}}}s:6:\"5.10.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-rtJEYb85SiYWgfpCr0jn174XgJTn4rptSOQsMroFBPQSGLdOC5IbubP6lJ35qoM9\";s:14:\"css/brands.css\";s:71:\"sha384-qVnmyLTtnGPGEN3HDG2MCEOXWH1Yk/i70lKRuV+gMCDQg+jblQlFGPf1mejWUyYG\";s:19:\"css/fontawesome.css\";s:71:\"sha384-hM7EQerc09E4O3zhtvF2iqcB4ZkEu9xkLQndhXdGGCEJ/sB4JK54SuKGmIC35UTf\";s:15:\"css/regular.css\";s:71:\"sha384-zuVEAfuEXYtKnHpmwmkhzwMdR2uek5gePU1XveESmScyRJHbncv8rLEAt+ofv7ze\";s:13:\"css/solid.css\";s:71:\"sha384-qPldrzmea0i8jhonuql0da/kQWeaXdQl+krGXcTQUdRUGHcXBfSrBbZLbyMcCWcF\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-G0mvrlfkz9DnjBCRmY8Wf7nC8wTxDsHE3pGAc7/4rDLh5+v9Z00qi/uyjjcDf1nf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-updXts+unDswrMsYxLc5R+HfSmF8CuEIOe48Rj3DoVoPUIImOT1fs26H/tr/H9gC\";s:9:\"js/all.js\";s:71:\"sha384-QMu+Y+eu45Nfr9fmFOlw8EqjiUreChmoQ7k7C1pFNO8hEbGv9yzsszTmz+RzwyCh\";s:12:\"js/brands.js\";s:71:\"sha384-0kDL5YEgNJjL/kNToZYEds3evLmosarb6OU2eKqRYu6O28jcJc121tjUC40sG9VB\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Hg1lNcVEsyCqBb1J4/U9X9IW2DEhAKIBfBIE0J0eiWGEX9LEpEULwcsqoAb6HDgG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-5WtMZ7frOu4PgR22YgRSlercgEU28i5Zn39Svk6+2cg1MOigLDSsvXccsmJO2Wxp\";s:13:\"js/regular.js\";s:71:\"sha384-CYi/gunDGMYA12KV546MNRqsjbbWSyKgPjA9BwVMBQmIMhzVrjyUJwkV9uujzHLJ\";s:11:\"js/solid.js\";s:71:\"sha384-RbVpZhfPW/1SmcShwIOauawY5vJWxTCeEnmiUCiY2SbkrbKuSGTqJ9NnBUmcP95A\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gDM1aRghQ5DRg+fSCROSYawrJhbAHqa6Teb2Br0qRJtb+vRJlyU4U4xnmN5cwJ9j\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-XxNLWSzCxOe/CFcHcAiJAZ7LarLmw3f4975gOO6QkxvULbGGNDoSOTzItGUG++Q+\";s:14:\"css/brands.css\";s:71:\"sha384-hIpb1kefRKjC/r6WxN0S6Nai7+AuherqCoHKD0HNdXkbzJkZcS4o62bJ7ODiBWAu\";s:15:\"css/duotone.css\";s:71:\"sha384-B6+5TXCEkY2Io8b+v2Ki0aEWnpCFgBYkOzXAHY3oQ4tr90JpQC1RErwFbvJ9CRt8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1sdMwbsd8X7Y+nVcEr/4D35smQEaEd6Qz+R00Y+NPUkG8MyRa97RrX5I4nqDt6X7\";s:13:\"css/light.css\";s:71:\"sha384-dlxpRYGi8Pjg49IqtrDIVZmCOQZ//oDKDkoqbn/IXrwwQDP4Uf0ys6+eH1z9sfhV\";s:15:\"css/regular.css\";s:71:\"sha384-hKM7KqUOh6F2PI59uEhofbDs/5qHHdJEULlmNWJEQcu3D/5/vl5zpwBrveC4GAbI\";s:13:\"css/solid.css\";s:71:\"sha384-FCdq+BRoY+lV7Zy7HKKQ4zoywYLRyasGk6IrmrXfmYs0xIgL0QrPeEPTu3T4Uqcc\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+OTv1mrGtdzHGeAuFSVKpPvaMXNpUu+W+Xs4xYz2RgUlrBctmMyE3noRImN5j+ot\";s:16:\"css/v4-shims.css\";s:71:\"sha384-88Tda+TyAtJK9/cRRXAWdJjyE56Tg4ai2x7RoSEqSVodcInAoV0HNQ2ofaGCidyr\";s:9:\"js/all.js\";s:71:\"sha384-lowSFbzpSYKDOsvnpi2JVneSnkrbVjOTwcHOWpC+tj/YT1mxTDIB3ZqbtllmfUSC\";s:12:\"js/brands.js\";s:71:\"sha384-nyTyvpFz3BvQZucRUSSEDlyivN7GAC2Xhgl9M92o/rt/KfEZ7LkqusFXlCjM4DvC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-eYjh/PZbsWw6lqYWtDM+NlcRs3pUkOk8r4mxv/x0xDjmYPXTxPKQ8ZNXxOnd0UCL\";s:13:\"js/duotone.js\";s:71:\"sha384-2j1n2yG+7lkO9CjnN1DSQOGJoDEaJPEr+TPmTer3pK/yD3bQ/Kk8bqJyS3LfCK26\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sy0tjZ+ivgcg2wUVVEmLMO5wfntWOSyQaD7AQec0iXINci5JAP92T8sM4YldYQIA\";s:11:\"js/light.js\";s:71:\"sha384-vh/BsPXkl02OgBjk1HJkukipMWFU6vHADY4W3u9BXIrKjcRFw5Y5XikVLoLElHee\";s:13:\"js/regular.js\";s:71:\"sha384-p89srWlrnSOel/vi/SpBD/wyTTJhu+27jcfOazOCUnLTpcxG+NVuYs/okkO2JBox\";s:11:\"js/solid.js\";s:71:\"sha384-JzK2muq5DGAdfmBP1xyuFUAYGceTmP/Y84tZvRxkdtsjwuIcd8Hpf1D+5izeBUQP\";s:14:\"js/v4-shims.js\";s:71:\"sha384-z089sTZgTLfns4lyNCTpVbdQA6JAhOs6JXwRH4ig0M6EHPg+Lzp/hdcx2OHQn/v8\";}}}s:6:\"5.11.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-XLYVh3ZsmvjnjODXg/qvDYjcINmPLORACP+Tk6qA3jNLbStl84PzAeEz2Su02511\";s:14:\"css/brands.css\";s:71:\"sha384-ngkCSSyhFgmeG9/8GICGMwnX44Q70/NN2XuNgrpMHOAjXVjYwTvtQML/2+2EH5mm\";s:19:\"css/fontawesome.css\";s:71:\"sha384-saSWCOAroWA1DTfG19axC5l7ej+/lsLpGrQjthhULGGw0FKZqZmxdjRhWqjypqgH\";s:15:\"css/regular.css\";s:71:\"sha384-NJ6bXu66piTFdxVfLXmQuxcjGye4blIA4H2DybHqY1WFdYSxbKQo6W0G53caD7MY\";s:13:\"css/solid.css\";s:71:\"sha384-1Ln0i7HCe1LMHO25AgX/9s/3XzTLIMev2SYgQz8xSyXSa3775gIb15NIpJoDRYDg\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-utbeJwkEmotPPgnsjR2cFDH5mR1JrU1EX02CRdVYlT6MuuLA6/jK0M1UcDXBVNa1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-QZ/09hWMymER1waFUW4M2iM55h3bf5FVf516rOAYf9G2mHSpAj+oo/6jrxhxiVq4\";s:9:\"js/all.js\";s:71:\"sha384-Zgm+jt84FBq52ezxzG1WPrUHXPTLraCVSuBDiGgz/mX0FZxgdkTZNephFvciYglv\";s:12:\"js/brands.js\";s:71:\"sha384-FYnxcuBilMBfd4M0z3ZhTEWrorBL6P6mqaDWsYN46z3iJszwg7yqVAft8mxPhWQf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-nDF1UhY85TnH6TtkBtlcaTXQh2EGA+oy54oi//hchZ6BIO8n0yZOdEDcqy3Lj6SH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-+4PGPfaOiBMXBdbxBpjj3c78flBTf1SoDBBbEHY2P8SuIKsjNJ59vjhjpMClcRVk\";s:13:\"js/regular.js\";s:71:\"sha384-sPFXZNRvY5NMeQlqaEJyF/3Lrrcqi+EowkFdHnHe2B5/GSLq+RN8eAfpDiFzWveB\";s:11:\"js/solid.js\";s:71:\"sha384-abaNJNBN26YUz3JKjkP/eHqZP+7EaMLIkyR/I4JNQXin7CWBKc81Tmgh2//K2gfd\";s:14:\"js/v4-shims.js\";s:71:\"sha384-uQinggJhGToi55IHZla+hhoeR3xafp4JLhuIZzag3QFHKDyLLolL8IuCRM2aLdxy\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-eRd7BE4pd4YyGL79iaO+/+GQtuNU464XOqRShZHNdRwR66wJIzi0UirzOFzuoMOo\";s:14:\"css/brands.css\";s:71:\"sha384-/DL+sGDGYNVXNSXzx8omqgYJuKJWhPfJC0j3sM06CPE7CKypUtyAtAburBBMbhWn\";s:15:\"css/duotone.css\";s:71:\"sha384-JrGJDz5LRxQ3s3dW4Av8oo0oPABX1FQPzGwpVizHFqVT7RXKd2suPslh8/k6EFvo\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ASwVckljSlVqrp7J4fCNW1Zfqp4GBw13f/oq/bwtr1KNG1j5lzKrfTpvoivwJZpS\";s:13:\"css/light.css\";s:71:\"sha384-SE3odAKV/Li06jtOem3j03b4qHD5AfOLS3ip3Ie7HS0QtdLJuRozlFcEiBnKhIjj\";s:15:\"css/regular.css\";s:71:\"sha384-v0Phnxb9e1tIN8ABEpuqr9+U98eA2hbSnnxnIFWqTyvwFd4QjVV9NOCl19hLotTv\";s:13:\"css/solid.css\";s:71:\"sha384-23irw3gzc0cirSOm9k0vC4Cb8339DDxFatLW9p83F4RsFK/1HuRvePKAltYrdlBX\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-c8uzxHbCxkqcTDgRCHmj0nVIK7Z72qzR5ciNuZIQQKWVMb0Trzdh3g9EmdybHyb/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-+/X59I6aJtu7U5st0yw42TmOgz2GTi80ici4b4Zr3fVKaib7AhAhXm17vhXVqNN6\";s:9:\"js/all.js\";s:71:\"sha384-jaxx6ehyna+t5i9JERhQruWpH3C/xGZQJz6/+xqO5C/eWWJ7ysIZIe9BAULfRy+f\";s:12:\"js/brands.js\";s:71:\"sha384-om6tKqxNyejPYGBkAEpF5czG8EOB93m9G17YUGoJgRtei7kJnA4P4+w73UfDPtLl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-I8WM/bXtfWQr8u2t0OIaUfJNpTd6LnCbNnrQpaKQN4/Pdek5IOtrXdpcXpLwzCoc\";s:13:\"js/duotone.js\";s:71:\"sha384-tit+/K18O6+uMPCuvEcobuzvT7aFly7Raxqnszuar7OzNloVr2oIugu9S/T3MNgn\";s:17:\"js/fontawesome.js\";s:71:\"sha384-kAYceFs9TzH4f4HsWzAZvbE7yJRTcOUe2UeJVCdVV8AYbspSlxAIwUg7yGHrtSKe\";s:11:\"js/light.js\";s:71:\"sha384-zam67iVIo4OJbdPFYrgsf4Te4l96q61wYKpT72nLO78ICkwXk27OlsN4SQYHOlI6\";s:13:\"js/regular.js\";s:71:\"sha384-8QzBYxpPIH9HEZ96HhicnkJ8XYzELjI6YQabAc2ANT0wExEgzeKwnNdQM3B0YPzX\";s:11:\"js/solid.js\";s:71:\"sha384-vTIqr5UHlJnlDEDAZB19P3NuSQy0Ynbzj7w5ofBkLPpN1bb7N2uZ/z0GNZGCIFxW\";s:14:\"js/v4-shims.js\";s:71:\"sha384-56L2fWZDluSTJKVxfc7PF+HoFsBrcdkn/Wj79nB2pzTgaYmqLT5T2pn6PLbMvHHq\";}}}s:6:\"5.11.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-IT8OQ5/IfeLGe8ZMxjj3QQNqT0zhBJSiFCL3uolrGgKRuenIU+mMS94kck/AHZWu\";s:14:\"css/brands.css\";s:71:\"sha384-UMAQJEtrY4iFRXQIYIXWfTd0GPzHrhSPK1SJ3fEeGGgtkC3m5qhKESA0yOXahpmJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8dpIy0am6bmWHK+abUbC1sgkCSD6WstSMjjNB7JVa+rprKurA6xisqNHg6DESJWW\";s:15:\"css/regular.css\";s:71:\"sha384-5JoPxivOfpG9KRKbjXkqhwpMZ7vvAATGi77NPd6sC2ruJrWa/hKqoLBIWC1n1N/U\";s:13:\"css/solid.css\";s:71:\"sha384-20Qlvv++Kgw8B9SXDkUX4JrITPco1UXcaB1mkymQFgx8cM9azG2Ig9Sy3khBpWip\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jv39B+1DxC6iSROYUwIeI9RUDrl9ckXFPOOlys2dTXchRTodXzqX0lm6GUwN4iLA\";s:16:\"css/v4-shims.css\";s:71:\"sha384-iJU+Et4BsM2cUxdymLmM7B8IF6IkyAYIcJRKroT/XuA5+2bWL9u+KJ1ZItC4bcdo\";s:9:\"js/all.js\";s:71:\"sha384-4Uei2cJ8mOycRxb1dxppaomro+V4vHdGuT3NfYGpENdgukEOcOrNB43OdzBiHdpZ\";s:12:\"js/brands.js\";s:71:\"sha384-q5JjSRgEoLV9cBFXvjGX8xxIxWN+LcGaDFBxSid/9XwjhecfXMQK9Ak7bcPSFT0M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-LqGhhRx8iThhBm6ytksB4x9veweiV+qNa2soZmn8V37E4Nohq1ccRoaSr4o8YAGQ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-jwx8I0tSvPLf7ZV1KwBdmXpCHgduVujQNEzmHuLEiCYql63uV/C9TCtdBU7E5TL/\";s:13:\"js/regular.js\";s:71:\"sha384-W1XmDNwB/NY1P/H0BiR107pc9NC7aTrPvwXbrZewndT3nyrmFm/7IIc0AxxcHQ/N\";s:11:\"js/solid.js\";s:71:\"sha384-kDwQ866HvlesMeZEZYvoa7AceBir+K+jB/0PVVSs/1bX0JtTvAm3aFEgOCOCt3c3\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gtnOUe72T7BrqVgxbkcbbwZGJLyyHFFtefPxPZ5t/rmQ7vMNXbxml7JJkSNfHmkV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-sr3GDThhNP8BxHFoTK4zKFgOjcrT8vzaiLwnwU+yB31BCaNj3QMX6YVXcv8AeBAy\";s:14:\"css/brands.css\";s:71:\"sha384-4sG0FgVejJMQM47pqYyG+7afeARX2P0HYkQ8JCKf3ZqTcpJ3/SWefUFX8kdm8eYV\";s:15:\"css/duotone.css\";s:71:\"sha384-q4v2/qv2HhGIAcd04NDH2XuGq8Bzu+xNYUI3gcKFfWt09m/dgZlvUC0rQJ3KtGg/\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O68Og25nY+MZZRUiP6gm7XPDuHsNC5DgKWEoxn6+3CFcGLRXuFihbGO/8c5Ned0i\";s:13:\"css/light.css\";s:71:\"sha384-Rg8mXhpzJH99uBsgdsCp9zXjkcsw/pm+s4Kgu/56eRQSd8SAszYc6hssH5MLusHl\";s:15:\"css/regular.css\";s:71:\"sha384-RjVm0cyaQYehIEaR5Tt+JDfgnUUtY7GP/N4rEglG6DxLUhzozRl6HTH5NfPQ0X1/\";s:13:\"css/solid.css\";s:71:\"sha384-/SNkE+jEmgiOubdXCmBU+e2fWH200um/crHWjo/Rni9rhQuxT4demqM/PAyc+tXU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9q0WPwNHncxttx1Sf3c/G9lszy6f82L4rYAYW+JF0PRBNvJ1mVyYivrsep7J+Fud\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1oMR0RRrEohmWSZo0t/tezQF1gyGc/b73Bba+qyZLEGdTAPORCf4p+pQm/iycsgj\";s:9:\"js/all.js\";s:71:\"sha384-7DVhSuOn0R5KmazSuDzmwQHOIPfU4+n8x8AifcGCoSOGATBJh55ZY41LSL37PB6m\";s:12:\"js/brands.js\";s:71:\"sha384-QRf6gn0gPrg4U0aYZ5s/Sx7xXy9gplYMzh82CI51530v89R9s9xGG8ljaSqYflQU\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-jKcJk7TgESeW6RZgq9/e8kTr0jRQ/JvaM//YDKwhF9wyvXk8lQs27OQ6cgv3FXTt\";s:13:\"js/duotone.js\";s:71:\"sha384-CeUA4+L5GZZwc5CGnvQVaT/Yrv5HuRydWW/QDCiXZnuORKxut4zKDa2WUaCS7fvo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hvER25BD06AWxsJLW7cQmGKjQp9PSZttpMIo36kIq2TTPEhP4lIT3VMFul89Ym6d\";s:11:\"js/light.js\";s:71:\"sha384-qvh52W5+cWrTxhfM559wBnsSqplMQIEjQkHnAE8c6MViBcH1OKvI1u4IGR+26hZK\";s:13:\"js/regular.js\";s:71:\"sha384-owKa0I4sfD0ooTioBE3KJEbjcmAZi2LeCbkqHr7/vkUeG/U5OyCGxYlcz8axgnSe\";s:11:\"js/solid.js\";s:71:\"sha384-hNm7JVaYkbmX1gZWRwOXVFKJ3onp68grA2bFGmFSMCQueJbgNvKR+iItAjM/PiuT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-1MuEmp8vgjvrraTYbqRjvuZbLs+vFg2oeN+87QTVYX2EAXM90T4bzBm7HIFFzAp7\";}}}s:6:\"5.11.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN\";s:14:\"css/brands.css\";s:71:\"sha384-tft2+pObMD7rYFMZlLUziw/8QrQeKHU4GYYvA5jVaggC74ZrYdTASheA2vckPcX5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+pqJl+lfXqeZZHwVRNTbv2+eicpo+1TR/AEzHYYDKfAits/WRK21xLOwzOxZzJEZ\";s:15:\"css/regular.css\";s:71:\"sha384-zgXo5aJZxI4cJSgWSRtbv7q4JB6PzrmOTAWiZt2CqN25ifeKsCuQZ/pUNoPgjcTb\";s:13:\"css/solid.css\";s:71:\"sha384-doPVn+s3XZuxfJLS7K1E+sUl25XMZtTVb3O46RyV3JDU2ehfc0Aks4z0ufFpA2WC\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PCpLTPQTGcSAXFltutjYRSDJAXJItRY88oa9XgNyYJuwrgJGx+uNVmtGSDS2PPvL\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/EdpJd7d6gGFiQ/vhh7iOjiZdf4+6K4al/XrX6FxxZwDSrAdWxAynr4p/EA/vyPQ\";s:9:\"js/all.js\";s:71:\"sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1\";s:12:\"js/brands.js\";s:71:\"sha384-b2GpqFrJizV0BUEdbrITdOA5HnxnlrErt7MlEERWd6NSJ32rHeibEvyyCuA13OAS\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b1XIrGvAvE1F4q9vHz2OmkU7bBKvxebE+Q/bW+d4lG90kACkPFm/ZQuS9tlTwVD+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EYYaHDhIRoBhd/Ir/1fPnxg9rZLk/55lKtlNT5KrIcONoCS2kjf7ZWzMoCLLACeo\";s:13:\"js/regular.js\";s:71:\"sha384-vIxiYcREJ+yKr8tRXG0gCdepcyuhCTkHwiTdG0qVTHSQvjO0pmllh1QAy93JYsE5\";s:11:\"js/solid.js\";s:71:\"sha384-Mf3ap7OwO+bjTkzM1RsrothLh38uKXvMWJ2TQPXGHqZcqfeI/cyCV+sfV0IDnBDq\";s:14:\"js/v4-shims.js\";s:71:\"sha384-G5fIV0dSzZ1nDQSh+B5u3TRX2UtPcd5UWyi2WS1fZIpJQ/JpJCdShAZ+wmILZ7Qd\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-zrnmn8R8KkWl12rAZFt4yKjxplaDaT7/EUkKm7AovijfrQItFWR7O/JJn4DAa/gx\";s:14:\"css/brands.css\";s:71:\"sha384-dd+UlUKIkNDLBFy2GZJRdMODxfdUjx/PanzxBbsXaRBkyjHzUeDX3mj6q53uL825\";s:15:\"css/duotone.css\";s:71:\"sha384-tHth4ugEmPOZTBSN4Hi2oYiHY6vpxIL8clasFZidKyR6Gm34+U6wx6A9eZHqTs2W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bQakmC+XBF+eCf93fSR/57kAeX91i0BDyXyj8My8/e/3Bcno5zhEGM02xNvpXV+2\";s:13:\"css/light.css\";s:71:\"sha384-yNf+8hATd/MoR/yfZG0nBBtjTfxZEM1rJos9BgjBaVuLcu711wcecTXBlfS91nfj\";s:15:\"css/regular.css\";s:71:\"sha384-H5RIR1XTDkiiLdUTNtbYvWKpNd2qsPBeGzpT5PD495znZL9JCA7119EMPNfCASw1\";s:13:\"css/solid.css\";s:71:\"sha384-LkNnzh6wVxsC0m3vcQ0T5L6csSYpgSYniG/AKJqWBsHT7PVpeO0QHkBw4dW1WfVu\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Mh++Qzb28x/RVEo6SYO87IyopQpwhzveyGIVg/AfbCLCEHUINYcCy24fkArgPFNc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-A1hDH1BUL9ZdoEFsPEJY4LRFhu70QJj+RaY50Zoqd568i+ONa9LHCI+uoWDT0Lut\";s:9:\"js/all.js\";s:71:\"sha384-S++1cFhwpxbtRScUliTyprAMK33gMHbukurY4rNyt9CxIniGm6PfioUsQPoAITQJ\";s:12:\"js/brands.js\";s:71:\"sha384-NuqRsJYX4n2gSY6iMRHPZJxtpR40C8Lc/CV66yyeP1Vu5W2QSuVyPxMRpRIGihE+\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-GLrjh9czojGY48hc8pYlf/3FRNEBu9OWvNAta7SMilmijx8+ciGGVZyD+VwV4FVP\";s:13:\"js/duotone.js\";s:71:\"sha384-uO8Ntsr5QW0kAl13UUiYRBDhu3foxlKI+jZjPBApRxFDX2tgO/GYiCXIYiGixOU5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FdPoPmNNPrerz9uF/cNSTyPmNCRf6b81QDEPk0JlXAaailLV3DT9yA8plMzyffNZ\";s:11:\"js/light.js\";s:71:\"sha384-zE0WHJZIhNaysmywEoQBm6THN0uK5wAyfKWoN6lJPGOlrMB8hf0Yt4/+bex9jZi2\";s:13:\"js/regular.js\";s:71:\"sha384-+3mzeMYwSyHPQfOsqYlwcE3OSC7aI/+DjyVLkBxqWP9O+JyoEtzidrSonbNKh1uy\";s:11:\"js/solid.js\";s:71:\"sha384-9I7yL3g1YvBlMZjZ0bWzPqP1m3Ic5t3EgFq/MqNm2r8FUxDVowt7dO4S1IFleLqZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-+Onl+wOd5BbZvaC8Q/mQUO3lZAqsUyD+xqhS57VlU7gIpqXBMcS9Tw94A9uMZRwX\";}}}s:6:\"5.12.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M\";s:14:\"css/brands.css\";s:71:\"sha384-ouytoyjvzHVJu1m+KEtJ+2Ys+WFsXUlknprEuQAUs62XNn0shj9U2QeTwdJQmPR1\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VoScp22LWX8GkkUAmdkkkj+rz+/r84lmCD6FALIryJxjwBSz6kE6oebSlamQx19e\";s:15:\"css/regular.css\";s:71:\"sha384-uUtN9GUP/RxDz5kko+qO6znqTP45OrABIxrrPhm8tax1s1huRxYCF7xDm+YunNDB\";s:13:\"css/solid.css\";s:71:\"sha384-9AfJF7pZ+RYk3wXpf8ge6fc3XhPaW3Xl57Qj/mSzPckn9Tu8zJ9qUipWq+/utX20\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-e3I5IwYfes9z/NL+oosxhrbsLa9R8TaEY+Krsm07Fcz7q/R+8nswvn20QsrR8tsb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-AL44/7DEVqkvY9j8IjGLGZgFmHAjuHa+2RIWKxDliMNIfSs9g14/BRpYwHrWQgz6\";s:9:\"js/all.js\";s:71:\"sha384-S+e0w/GqyDFzOU88KBBRbedIB4IMF55OzWmROqS6nlDcXlEaV8PcFi4DHZYfDk4Y\";s:12:\"js/brands.js\";s:71:\"sha384-NLUhiMQCi+OH3uxQu0Ems+2GYt6KJ89f90f4kZlK0BoDB63kHZqAICPl7nQHppJy\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-PpGSW7GgJeChJyQc4XW1MIgUrRkMZudoPYOYAqGERZ+w8ammaWDBQvHM3Qp85XCV\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aolToWrR1Hn3EFHDZtvTl0mtjuJJKLxSu/6b2tlr1g9dS+RLt6QVshweU+2e1v6V\";s:13:\"js/regular.js\";s:71:\"sha384-LCyqT0dvDekY5RP1UquYgUJARvp4tHVJocO5ICwoWSyVoSXrKpJrRrDYxj7+ukHO\";s:11:\"js/solid.js\";s:71:\"sha384-QsXs4eh2k/7mk3dvvNMhJJDjh8UQ++vWm4e7ULJ1UZTbOv3wQOzn+4ULg5iLW+Ph\";s:14:\"js/v4-shims.js\";s:71:\"sha384-NNQFVmb048Dmy0GH4ex0kGVcjxaPeY6JA1+ImM4Lsfr4HOD5CNMvCSoIfjeJJWX9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz\";s:14:\"css/brands.css\";s:71:\"sha384-z3CBOpMFSI4D+GXPvBsSW5vXhm4MEzWuC/CycHv+vsuzuztOzPpomZimFLeWNOgk\";s:15:\"css/duotone.css\";s:71:\"sha384-SnqCl1xqt09zXtBnCqJWrwMR2wbeWfxeAEB8e2QuoHdWNY1V5k0HrDi889EMHehh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CtsKDnRWWHDhjRZ5qgpCFCGpib2FU2SChFu0xRt81grgvXq1P+lbpROQoBLxlU4o\";s:13:\"css/light.css\";s:71:\"sha384-i+ivMdAc0+wLEnd+UdXLpYGNTbyn/0Rjz7EqmkqEOkfat5/2T+S63wn3WDk6h4Yh\";s:15:\"css/regular.css\";s:71:\"sha384-hCQzyeTkj8xmAEG5HT7Hx6t6DUkpTM34rr6FHL04J4AWtPtryU6EjsEDb+Gf17KD\";s:13:\"css/solid.css\";s:71:\"sha384-U9f9KTMQ1TBvUUFLpp6FgAy1M59lrF3q3rYTHPRVtT8OzY3xyyFUzKevJFYHEbhq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CpTDS+d/m1rbSfuYxoVJXNCmq6ovovJAD1qgFE+K1Vf5N/n5Nt5yEoZq1UovRsXR\";s:16:\"css/v4-shims.css\";s:71:\"sha384-w49b1IAwJTEsYuPUW2QuSzpWNnhksbL+b/1q2eGObJ2CVV/HO5ubRS4jyMLB4cGs\";s:9:\"js/all.js\";s:71:\"sha384-t1m5KR+UJYhp5D1IG6cS5MuYjxDyh/lIkrB1YUpSPfGxgR4r7pA2xW+KoAfcE5IZ\";s:12:\"js/brands.js\";s:71:\"sha384-L2A2TL70Fg2x6gHvF0zTdYDo163eb/op5YdWXAr/rWfprmIjt6Ib+mdHv60yzNh2\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Tj7c3TfdpwGV2RqPFYgEbtUTrY+wJeAPDMsuUTvdrbMDWlP6gpUN6LNbXNf1C8BA\";s:13:\"js/duotone.js\";s:71:\"sha384-wAGnJyD+rhKARbazT5ohAk3YosShbJZGkuSG5lrKQOfQpG+7Q7o6ZmAvNqeJ7mFf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-YdKgBdzRKP5F/uorpoOtlS1fRNfveZicpRkkQTn0pQdqGWQs6AMr7Jby3mA/G53+\";s:11:\"js/light.js\";s:71:\"sha384-VuS+lIluvKV9KjbEENEaZi4Ixed0QRYlUr6DI6+U1vj/rOfMP7wl84Z53+fMZXM5\";s:13:\"js/regular.js\";s:71:\"sha384-lS00sjHGt6pxefm2C7siOngllQ0WM3NoXEgwBb79KI3nh2iB5F/vkL7q09F/Z3tj\";s:11:\"js/solid.js\";s:71:\"sha384-ejND26kSb92qqj9cH70EMoR8jytCElYWiCB0v+JkXBz6+2ccBkNJkJZuMmrXY9L+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xCtgvUZSTFqAix3U6PrST0KLLMXPkzVPwXq3AbYkoKi81K4Ppryd5D8lUII1MeU+\";}}}s:6:\"5.12.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-v8BU367qNbs/aIZIxuivaU55N5GPF89WBerHoGA4QTcbUjYiLQtKdrfXnqAcXyTv\";s:14:\"css/brands.css\";s:71:\"sha384-+2AYGyI2bR10NExh4Lu/3NQmpNxck8EcRE7aATrMi9QQ9OAKQAQw1bcrlWkp0tdM\";s:19:\"css/fontawesome.css\";s:71:\"sha384-C1VkjHy10mh0wo7rz2xEDdqrfn5C+AJpaCpUyScFHzKb0mnAU3I//2RrdAE+LfQ6\";s:15:\"css/regular.css\";s:71:\"sha384-ZYhRqsbjqPY5BrYAS/7RLN0cbKU9T2MfB24Lb42Gyv2BHvW5sujo7gc5gXEReTq9\";s:13:\"css/solid.css\";s:71:\"sha384-yiUBjfJC2dVbhAEtVzEfH+R8ZQJ91V1C+Vtr1ZDTX+gUBZWrNyVrs/Nvc1fzi8GP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-XBFwYq8dzGeC/rGkEgveavwuEU0D16mIKfWeCX6deYzhMUaa8GX4CgA5c/YHP2xo\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C8a18+Gvny8XkjAdfto/vjAUdpGuPtl1Ix/K2BgKhFaVO6w4onVVHiEaN9h9XsvX\";s:9:\"js/all.js\";s:71:\"sha384-ZbbbT1gw3joYkKRqh0kWyRp32UAvdqkpbLedQJSlnI8iLQcFVxaGyrOgOJiDQTTR\";s:12:\"js/brands.js\";s:71:\"sha384-KASsDRWwlErb8dTf+e5TxRXMnbXrVlbPbn1hS5B/yS4vNsF7mHHO+Gw1bBDhcyOt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-fHnSzPZE3xYvvXY0y51vln9J+Jd0eK4HughCkcA0NsBpmAGgU97n65RbDqUgnWf1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-H4naMsxnUrIT8qihjWfwIKXi5biIYnqUsQ+vIJGZIKfA+7/O3FxgvMrdH77X+aID\";s:13:\"js/regular.js\";s:71:\"sha384-yUk5aOIIy62R2bRFbFq0+bo+ChWYs75cusETAJ1KYvEMRiEbQZmNU6u+PK60t536\";s:11:\"js/solid.js\";s:71:\"sha384-OSCcNUu98kEBVxq0vZaBr0wdmmd2ojuJwvWuSRKD0V10PWmvTetja8mxGfZm5PsV\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/OZ1Lht4J1/FfstamqqFX1tF7PkDWDKbvat1bkWByC2KRJwGzm/H2bVuw8N4SD8y\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-TxKWSXbsweFt0o2WqfkfJRRNVaPdzXJ/YLqgStggBVRREXkwU7OKz+xXtqOU4u8+\";s:14:\"css/brands.css\";s:71:\"sha384-oRjDIXtfHT9YAjxHLAbf8PsJklTJN+dl7PmnAlOTYJhNAspi+/xgU4f12vi5xGzz\";s:15:\"css/duotone.css\";s:71:\"sha384-qrJ30c8jzW/3IOQRl4RddzzMsw3YIUWq5YhHW/8D8EJnS+5J13GpCGVEVI3ELc/W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-k8n1hWo+b1vuRb6E3KATGC++lfNDnJTtJ6pS2BFF3tp/OshnO7uhzoOj/zJbGfwg\";s:13:\"css/light.css\";s:71:\"sha384-iUpVK/Fzq7teRSWAUmJsnlccV1OgC2fMpgreA8gxAm68UxbZPiMu3GP4IbKdKIUh\";s:15:\"css/regular.css\";s:71:\"sha384-QprxpKrx/cRYKXmWVkM97ert3857dCN6bbf6cRMELoa1+IYdsHoqweHwJksEfb0j\";s:13:\"css/solid.css\";s:71:\"sha384-uef1Ib3WhVuFbw7CZtyE+4IDCiKe1/bGU0vJ2naf8VQHKAeA67yU344LBk/H6nhx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-GucW5chDMZnyGPL1yaIe1GOHu/X7ixbmNjinYEIVr8a4Q4ewZjgipeXJhVi1lsrd\";s:16:\"css/v4-shims.css\";s:71:\"sha384-58YCAaXf5eAJ+1vna1eEUPuU+Ez6EhIPG77PXmK7QciGJsDNAHt2D8ke3vDio+Hz\";s:9:\"js/all.js\";s:71:\"sha384-RiuSF/PBDHssKXqYfH16Hw3famw7Xg29hNO7Lg636dZXUg42q2UtNLPsGfihOxT9\";s:12:\"js/brands.js\";s:71:\"sha384-yrJPiY+1PdmFAwIfz5kqOJt6qBz7DmhXnjLZWLQ9FopoqnhHIBdOQk6hafYoSquV\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-bIg1sG9EStRr/9ohrrZJs0/uTEvUEEOO+NWuOAsIj3a1ZCHqvWUW6w975b4BSbqI\";s:13:\"js/duotone.js\";s:71:\"sha384-1EFXmt5rBEAK6aeEt/mZiYu0QhdFqz7oRm0Kc4xKyZ2IkrQYBc5F77PWXv3Jl4jY\";s:17:\"js/fontawesome.js\";s:71:\"sha384-P6BxA/EZmb6ypE1RKWOU6G8Ww/wI6w4R6uP6u9mkq3uaBehDQxHOLax3fLvDqkvt\";s:11:\"js/light.js\";s:71:\"sha384-08D3jBd9Co2q3IJB/9qnaukQ4ZhFWVLATRpNirJUQ+yQ/oUORDPfJ7Z2OWySf7/A\";s:13:\"js/regular.js\";s:71:\"sha384-zw99I3pdjnsTnY9W+2pz18pxMpOw12uAiVqYL4dZJOf0Lm8dio2v03Y0L2wzECI7\";s:11:\"js/solid.js\";s:71:\"sha384-Jr2b2cxzFQ84TxM+s7yh1jUu1f4FLCHQQDT3ZeBYZNQo+xvCw52PmB7GbC9yqSqA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-sLzGuPzMXKEht2hBPBvC5ere217qvxFZ1AogesHLWdB5ojWBInm4wE4J+HV7PB6z\";}}}s:6:\"5.13.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V\";s:14:\"css/brands.css\";s:71:\"sha384-yZSrIKdp94pouX5Mo4J2MnZUIAuHlZhe3H2c4FRXeUcHvI2k0zNtPrBu8p3bjun5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-syoT0d9IcMjfxtHzbJUlNIuL19vD9XQAdOzftC+llPALVSZdxUpVXE0niLOiw/mn\";s:15:\"css/regular.css\";s:71:\"sha384-rbtXN6sVGIr49U/9DEVUaY55JgfUhjDiDo3EC0wYxfjknaJamv0+cF3XvyaovFbC\";s:13:\"css/solid.css\";s:71:\"sha384-fZFUEa75TqnWs6kJuLABg1hDDArGv1sOKyoqc7RubztZ1lvSU7BS+rc5mwf1Is5a\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-zMDYkJEHc2iapAk7o9HXGGD5N2+GGhOFQPDdNTYvlcc0gBA5r7r5f0aSYeCvm0qn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/7iOrVBege33/9vHFYEtviVcxjUsNCqyeMnlW/Ms+PH8uRdFkKFmqf9CbVAN0Qef\";s:9:\"js/all.js\";s:71:\"sha384-ujbKXb9V3HdK7jcWL6kHL1c+2Lj4MR4Gkjl7UtwpSHg/ClpViddK9TI7yU53frPN\";s:12:\"js/brands.js\";s:71:\"sha384-c4QRk2vaIFBj+66H3IMCeLBpgmeNbFV8HqOs55qMib1v/dM3JXdodyctPNa9hTyl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sDmAMseQ6ZkNcFsP2c8NLyUmSqzUpn9PdoWqr/IP+mXZANSiuN9/09SKaEaMJ39l\";s:17:\"js/fontawesome.js\";s:71:\"sha384-/uNTArWag0fq+MOMnITxuc/uQTqh5NVc+1x0LO4xG//FFwUa8Xff8zrZXIpETdf9\";s:13:\"js/regular.js\";s:71:\"sha384-5FWE8IhPJgMtacw/tJgCapT/ag4ftBYmykFO3KUsozTQ9JKaQhH2oX7RZdCDyWxg\";s:11:\"js/solid.js\";s:71:\"sha384-dCJKkv4KgC8c4IlevkK2DC4yY+rQidnMOt91EmILDbdn8M6cdsjaUbf6awWnsCaZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-XrjUu+3vbvZoLzAa5lC50XIslajkadQ9kvvTTq0odZ+LCoNEGqomuCdORdHv6wZ6\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-IIED/eyOkM6ihtOiQsX2zizxFBphgnv1zbe1bKA+njdFzkr6cDNy16jfIKWu4FNH\";s:14:\"css/brands.css\";s:71:\"sha384-YJugi/aYht+lwnwrJEOZp+tAEQ+DxNy2WByHkJcz+0oxlJu8YMSeEwsvZubB8F/E\";s:15:\"css/duotone.css\";s:71:\"sha384-oRY9z8lvkaf2a1RyLPsz9ba5IbYiz1X/udoO3kZH3WM+gidZ+eELnojAqaBwvAmB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-tSxOKkJ+YPQOZg1RZd01upxL2FeeFVkHtkL0+04oWgcm9jnvH+EQNLxhpaNYblG2\";s:13:\"css/light.css\";s:71:\"sha384-HLeT9I9TL5c2ujLOZhv6z58D+FdF5R//KTyhCOiYBp1ZX9ZEdaVKPxZmzPx/tMWY\";s:15:\"css/regular.css\";s:71:\"sha384-BPtrG4jSUTPogkW6mA5hAGjvJapJnnMa8tKHQOR9MnrINanXN/IGDInK/SngoAFb\";s:13:\"css/solid.css\";s:71:\"sha384-9mSry5MRUHIfL5zghm8hV6FRKJIMfpofq3NWCyo+Kko5c16y0um8WfF5lB2EGIHJ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9WuNcdGCglpaefA1oUecTWMQL/+LmrCJiJJM+pDHX+82lfkj1CKUYLc6DZJQ+1/s\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/WH+7sthk7TduL5PHd16Jew3Hd7eKInsAclAq/MoZWeyR4bMgUj12MSN79PtHEjc\";s:9:\"js/all.js\";s:71:\"sha384-Z0e6PSokCQP510gixgZGPs+obVv8eogS/eS2+/7lLSMOfmLnWBgPQppPispQXGUM\";s:12:\"js/brands.js\";s:71:\"sha384-T90KA1rFqB4OFs7EjJ9EGjXJkOXPhELY4hLaFVnB0LaTNUFGn3QyzNJZh307KVVc\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-8g5Au/J6e7pPZjkCDisd8Jd9psYpdlosRUbac9lOdXAADXrNgc20T1Xc24eIy3I7\";s:13:\"js/duotone.js\";s:71:\"sha384-dkbWEvgccxMcr38iB9BWNiExUnolXcLY54hGUJkFUqThvx5XsvcEervgRgRWz5fl\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bU46hq+Od2wfS4XGCT7Ab5XmYYYY8LURSiGsr4YLIrUWBPeImW/B+OkFEcHhOzuF\";s:11:\"js/light.js\";s:71:\"sha384-ipYj2yPBG2ozjlrUCd6AheWkvEpqcCQNY7yxX8wDoIJc5Lr1zVXAE4sKB3hVfjfT\";s:13:\"js/regular.js\";s:71:\"sha384-5CC2/v59nxbyM1595fgM84ERvZXK5WbpCnB9/dd1gTJc2LyitbiKhULkaiXZNj6V\";s:11:\"js/solid.js\";s:71:\"sha384-Imz7xdjp2/vTu6azMFMusPHfSLwcYmj5ZWzOXv3esrLD8IDP9AMA28bwpJZwaR1g\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ZbnNry/TJ2Ald71QRyefS1elxArPz0oOfiNFxpfSO0Yb5lnnftVJMFbENL3j0hCf\";}}}s:6:\"5.13.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q\";s:14:\"css/brands.css\";s:71:\"sha384-pmyS4Hp0pc0tA0poF+AKYeURgyIgYLt12rD/6gLC98rTImbSYIe75vT2/3jK4zIh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O6duc3QftgMWW3awKiGYswymy288kVFZgGWC/4YCl48Y0codWJRgs8DA0N4dX/zx\";s:15:\"css/regular.css\";s:71:\"sha384-aDoEE1PtWF0YZqVk7el3O+QPApPko7v9/7VYyuzjhHWwJ3cmn0m7xE3/FkHSpPNT\";s:13:\"css/solid.css\";s:71:\"sha384-wG7JbYjXVhle8f17qIp6KJaO/5PsPzOrT76RgvdRGLHj0yXZZ3jg98yb0GNRv1+M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CFCaxC5Lp+1aYrNgJjxz8bNrgnzVPnSxma3pb+m90jym25B+q2vYd3JfLQR00SNn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-KkCLkpBvvcSnFQn3PbNkSgmwKGj7ln8pQe/6BOAE0i+/fU9QYEx5CtwduPRyTNob\";s:9:\"js/all.js\";s:71:\"sha384-heKROmDHlJdBb+n64p+i+wLplNYUZPaZmp2HZ4J6KCqzmd33FJ8QClrOV3IdHZm5\";s:12:\"js/brands.js\";s:71:\"sha384-Ay9V1h0l5sywM7gJ5YvOc05QytfKqZAElRgqU5kPcIIUAUBqLOYwu9gnW6p5t/FN\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-xDU4X/EdF/mFSa0TktUKBTHd/td1gTc+xWNLKdYcvrAUZExjiWhDnrLM4lGkqzeH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-4NJBLvz0eHSgtSVDb+VOLh4cxmVluIBqCaNw97NvJAo18r+qV9pze1g4YnhB/X6Y\";s:13:\"js/regular.js\";s:71:\"sha384-omrmE/gvA72r1j409JaSn3V6w5f7Mx7GZpjB8xqS4nLwGpT7Zj2obev62Y9QcCZr\";s:11:\"js/solid.js\";s:71:\"sha384-81RFXCmeESYg4G/uFGo6Tu/eeK3klw0oKItW3nPhi2BuryJcE4lkOkwWsW6jzoNz\";s:14:\"js/v4-shims.js\";s:71:\"sha384-CtI1i5e/58ZMUgZkT75wgboNZAbEXBNToPY17SfEmfyKvGuJW7DP418LdXkjI++F\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-B9BoFFAuBaCfqw6lxWBZrhg/z4NkwqdBci+E+Sc2XlK/Rz25RYn8Fetb+Aw5irxa\";s:14:\"css/brands.css\";s:71:\"sha384-e0CAD3LQqbxBCI1WW9pe35Vr+ogbg41axplGx9yY6Woaw6h+zHnB7v4sVuZjHDnK\";s:15:\"css/duotone.css\";s:71:\"sha384-jZslG/z2CMKpawOGi2BzAUH7QBRu5umkFNeP0Op1SZksaT8WGx5MuZazFfE/XR9h\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eKHMjnfl7jrOmk1Fw4dpPDTetBHFOho47C/omrsmBVN2ii45aI8s97OUFVtGg1CR\";s:13:\"css/light.css\";s:71:\"sha384-N45G0WPo8CMcXE4y+hOnuWLp2TJxNbhk/YbM4GQEymB5fPGzOXVH+er/7Z15oBjl\";s:15:\"css/regular.css\";s:71:\"sha384-h1Eirl+AlKkBdUtIMW1hm36KarFrx3iEfjcnTYKeeUdZTOsT8hLDc0lnlNG2jPn5\";s:13:\"css/solid.css\";s:71:\"sha384-F78AVlY1oEzT5bXRSwVzraqWTcbpglP7ILEEE3rmu1gIfm/TUo5gpdN4YVfvp7Xj\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ZFFudtU+0nvUFj6ogUZSspaq7QhLb6JJX6jSIu5UiZAbZMhnBJfNwZahptQ4MQ/i\";s:16:\"css/v4-shims.css\";s:71:\"sha384-He820UjOck3Qu+A0dH2+CmHOeYAYN0kqRW3s6hHC/Jzu8IXSeZF2pn+lgVpz4KuJ\";s:9:\"js/all.js\";s:71:\"sha384-RFburpZVVirucdjarLLIoBiT+LY5YuPB8XboZYWRuWpElr46csH7Ia2nsHfkfBZF\";s:12:\"js/brands.js\";s:71:\"sha384-bM9U2rf0yP/4jsztQkRVwJnqtVcLJzwAMaVgd4sfQYxxm0ru+TieQ4ZaxKW4vsyo\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-DuzRvwD99f8XqXEPIxkpB1F+Ik6c2AZMj6gWcEDwFUCAgtVSelRH9Dos4SMxw/+i\";s:13:\"js/duotone.js\";s:71:\"sha384-uABtWM9HIHso7RIYTkd4w0zB8IgL/hTcPNyYTVA62Qw0lK3umduLb+vIYtXCd6W8\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ta21ZAqXVyXVqLCnHENnO2ULnrJQzNdGFAbMR1nbZOSV7PcTcZVIWZJCCcRYy2Q4\";s:11:\"js/light.js\";s:71:\"sha384-+8Y6x3Roex77ZBdaQqtTN2QKu/TIOdzoswRYxryfW9ELmUxMTYLgzdz5nlA/3ndC\";s:13:\"js/regular.js\";s:71:\"sha384-sSHWg/dKYjGSJU6C17C2qGImASfPcJqy2BaW/iTzifkPJmzprIMH1tl4/tIbWq8M\";s:11:\"js/solid.js\";s:71:\"sha384-VBOdkc1roPM6EIGTBi2yraUNs04SZ9+TsLzF0vIecIKYf6oXYxAYgjzMpH8UdZYh\";s:14:\"js/v4-shims.js\";s:71:\"sha384-iwdWtJevtQK06+Bbqeb7Oo+osfnPQWsHQWR+5SeND0soWVUGjfyRC2XdttrYI2j+\";}}}s:6:\"5.14.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc\";s:14:\"css/brands.css\";s:71:\"sha384-MiOGyNsVTeSVUjE9q/52dpdZjrr7yQAjVRUs23Bir5NhrTq0YA0rny4u/qe4dxNj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PRy/NDAXVTUcXlWA3voA+JO/UMtzWgsYuwMxjuu6DfFPgzJpciUiPwgsvp48fl3p\";s:15:\"css/regular.css\";s:71:\"sha384-e46AbGhCSICtPh8xpc35ZioOrHg2PGsH1Bpy/vyr9AhEMVhttzxc+2GSMSP+Y60P\";s:13:\"css/solid.css\";s:71:\"sha384-TN9eFVoW87zV3Q7PfVXNZFuCwsmMwkuOTOUsyESfMS9uwDTf7yrxXH78rsXT3xf0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PB7dcmSOBXciTYYzTvxdvcCEy4k3woMwwVAtsIA3LUQyKW21C7UL9EcGtd6IRNLc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-9aKO2QU3KETrRCCXFbhLK16iRd15nC+OYEmpVb54jY8/CEXz/GVRsnM73wcbYw+m\";s:9:\"js/all.js\";s:71:\"sha384-3Nqiqht3ZZEO8FKj7GR1upiI385J92VwWNLj+FqHxtLYxd9l+WYpeqSOrLh0T12c\";s:12:\"js/brands.js\";s:71:\"sha384-V7gsTxvUZaeC6NAsCa24o3WvPOXwSsUM8/SBgy+fxlzWL3xEGXHsAv2E3UO5zKcZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-uMs7U5rgbKM9mJ/p05oZ+z+8uK1lwLhl96KWxP5odG0wm26IfhzgKQ0ktZnc2PYP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-DNo9bmYZCHLtp0n0l0XA2UsoRHX1nx38aRP+p9yoP5A8kVTfeWG3aySMOq5FD/v3\";s:13:\"js/regular.js\";s:71:\"sha384-zHXcIX0meH+eFgqCa9QdLtYfc+0p7KcF4fVB+gMVFjV6rzYv+LxSIuF5i2eGVDlt\";s:11:\"js/solid.js\";s:71:\"sha384-4RG3cEPIlCBy6VNzxM9ZoEwZW+65ed5JDOfaJAnQqwV6ha/jZDJTXjFmvjFM4bk4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-g+ezV6Pq6549QkJkkz2wmW/wpazNaliTdSg/HX4bKsQ7S8cfyMOiyAfzfWPtlVR9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt\";s:14:\"css/brands.css\";s:71:\"sha384-DkuHshSFBB5Ozmaoq36ICABPCsIIbamipzuH7NO0sxDIDrJloLD43yBzNLI3gxS6\";s:15:\"css/duotone.css\";s:71:\"sha384-QRFqAT1IRNAzMGALiXfanFtQEBoLDPPh1vnrMbxHa+UeJkCTHO3TpYXHQ+GK1pKg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CAxg0L30Vie2vI3AniQ4UA+pSswoJmr/MK5Dl5DP9YlE1nzJn4z5updw5S3i/Nsn\";s:13:\"css/light.css\";s:71:\"sha384-LmKkPHDqucxgmrtLKWrMGZc5nnHQYAdFkSzMtl1OcvTZn4pebmVziSZPtp27MA6u\";s:15:\"css/regular.css\";s:71:\"sha384-izRgjQadEFrlAsdFZjlQ4v6Ff2E0R02RwYZwdL8lrt398rQmLNOFYYNk9qQoqjDP\";s:13:\"css/solid.css\";s:71:\"sha384-qJugmlTDyF5CNuv00JB+04BCmCVi5C2ZZhsIVMX0wxWr7U3ZuOsmO+nOLtoTxeWG\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EjLtrKO3gucE2cOzLw8A5aJpQ9oXEJTxlTkbLrrL4JR7xGLPI8B1fyK3ygNxeLxq\";s:16:\"css/v4-shims.css\";s:71:\"sha384-oydBLEZZlqJqf0OWwXyyj91mRqrL25j/VMAvTl0BA0iIMoJGDTSksMDnqkl+TWLA\";s:9:\"js/all.js\";s:71:\"sha384-8nFttujfhbCh3CZJ34J+BtLPrg9cGflbku3ZQUTUewA7mqA8TG5Uip4fzQRbERs0\";s:12:\"js/brands.js\";s:71:\"sha384-9112PiGcvkxlUNBecZ0rk0c6zEGUKlR/enlHdLy0Xu42kfHEbIKsFVBsmEn+6cEt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-9rbnCwKDHzpLDHYvYRqRWcyLZc3anAu+oe1dRxPOk7RcqBzjAv7CYTvAQJGkUNXS\";s:13:\"js/duotone.js\";s:71:\"sha384-HFlrQxjzjMUAiYmFuUKrkp90VMEpD/dpb8unLEWH5QXnUs2xHw5zd8aiztrPBLbT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-XULY2W1C7bGq9gruRvsk8Zyhq33b1/TgBBKzJ+8dzWkJm0kObgcry2qU+Qf+HOZw\";s:11:\"js/light.js\";s:71:\"sha384-a8Ul+Nmi3glFYXvks3ShdxGHyk09LsZ3+TIjDr2vj9lMx2F29TqTJm7U0EutxFdH\";s:13:\"js/regular.js\";s:71:\"sha384-B8V2/SCNt/naDJB0LkeljUBBYYhGFm/rUVnNsFYlutzbeSTTzVEqxRo8SN3tuHSl\";s:11:\"js/solid.js\";s:71:\"sha384-CjNAVlgtLE9uQuDgWphA+b5vXjcy5spSSezhnbGWUZl0VDkAxzeU8elFOdDs4qaU\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kN/8Lc85No/I30OsF5JSmBzc0W1W0AvgBJGA1eEtVSfaiIeg8oPTJ8CerHqDREVn\";}}}s:6:\"5.15.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp\";s:14:\"css/brands.css\";s:71:\"sha384-/feuykTegPRR7MxelAQ+2VUMibQwKyO6okSsWiblZAJhUSTF9QAVR0QLk6YwNURa\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ijEtygNrZDKunAWYDdV3wAZWvTHSrGhdUfImfngIba35nhQ03lSNgfTJAKaGFjk2\";s:15:\"css/regular.css\";s:71:\"sha384-APzfePYec2VC7jyJSpgbPrqGZ365g49SgeW+7abV1GaUnDwW7dQIYFc+EuAuIx0c\";s:13:\"css/solid.css\";s:71:\"sha384-yo370P8tRI3EbMVcDU+ziwsS/s62yNv3tgdMqDSsRSILohhnOrDNl142Df8wuHA+\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-wvKQCF3aHjf73vG90/oO/tFarRthMbxfbW1DeHM+eJJYWmiFLJ0DyCzE1aSFHazB\";s:16:\"css/v4-shims.css\";s:71:\"sha384-WCuYjm/u5NsK4s/NfnJeHuMj6zzN2HFyjhBu/SnZJj7eZ6+ds4zqIM3wYgL59Clf\";s:9:\"js/all.js\";s:71:\"sha384-9/D4ECZvKMVEJ9Bhr3ZnUAF+Ahlagp1cyPC7h5yDlZdXs4DQ/vRftzfd+2uFUuqS\";s:12:\"js/brands.js\";s:71:\"sha384-GUtlu2Qit8cdodM5DbKnbDIWFJA8nWCVEwETZXY2xvKV1TFLtD/AL+bCOsPyh05M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sefi04js7ZytQojQsuOy097ewgefakplyIWjkCI75Wz1IxHB/9NAAinmgLG3uDt/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v0OPwyxrMWxEgAVlmUqvjeEr48Eh/SOZ2DRtVYJCx1ZNDfWBfNMWUjwUwBCJgfO4\";s:13:\"js/regular.js\";s:71:\"sha384-i9Vys31h0tPXNeAe12HKp4zkBi0S3LAH4OGYRSWKSrdnPYTS4pQgCc/HakrenJBh\";s:11:\"js/solid.js\";s:71:\"sha384-oKbh94nlFq571cjny1jaIBlQwzTJW4KYExGYjslYSoG/J/w68zUI+KHPRveXB6EY\";s:14:\"js/v4-shims.js\";s:71:\"sha384-IEHK9LKBXJdi7Y/gik7R6VYPuwx8hMiwQuaOh7BQUQ9rKmWr2N04KYFdmt5Xi0qG\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-9ZfPnbegQSumzaE7mks2IYgHoayLtuto3AS6ieArECeaR8nCfliJVuLh/GaQ1gyM\";s:14:\"css/brands.css\";s:71:\"sha384-YgEKO0tR8hhGPO9Dv3YGK+GstKp44//D72dbOA0oTX+7myWawnkifErid6FIpP9W\";s:15:\"css/duotone.css\";s:71:\"sha384-bXXzjCj9fg9FACS6tpRWhBsNqQ7j7swH/U3MKTJrZuRbF3ktmj9g/lie7L3CNSTd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RFOcGND+1HYm6OyEAF5WKkoZnwv/cXQpCX6KduKC1vAKAoohkNYWNPhkx4fsH9Fn\";s:13:\"css/light.css\";s:71:\"sha384-yWmEVLm9kM0L2w+XPDQQUv6tARNHEYPPwdDplMiVced5iOVoiUIToRveagZ56DVa\";s:15:\"css/regular.css\";s:71:\"sha384-pvlGSUiPzTZa8YsqGs23BENlf3D4ddnLRdl2q5R1ekGw7nnWJZ0AK74DUr0mzLTH\";s:13:\"css/solid.css\";s:71:\"sha384-LRz1HmzqffP7wO7piC0QSObi89cOdpFP7qMIx/UZ+qK2TdoDBdl+LidxFVnYu23p\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-mFHdQxElacASluqApikB6+SUGnAOWouxc19KqW5eZGoZ+b4A/Cj6pMUCGn6g1uZ+\";s:16:\"css/v4-shims.css\";s:71:\"sha384-r35xeRHwDKxzFjeApFdZuwo9D/nV4p0BPL4BxIVmsyKQGWWBaxG59Gr/9x7IfVog\";s:9:\"js/all.js\";s:71:\"sha384-Vipr9QSlUeD/qnhkau6GBnZnUmVkbaRZ0PgB1KjvWa1UoNBKnuzg1TgbJJn2a12T\";s:12:\"js/brands.js\";s:71:\"sha384-rdZ4AVYAMfVJRjRJzozK2JY6LOdLxKdUkHuegulAuMdllLH7M9AllgBLuYmBe+zm\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-qgGl/EYa0JYIveAO7M9W/hshMqlMyo0G/QHio/5D5r1ZbZxAoqcTTReeL4gRrL4m\";s:13:\"js/duotone.js\";s:71:\"sha384-4qqOVq7ZvSMSgZij30G8q1kOs7pBiAWrSVKqWRv32l99D/qqXlMpFQK8wLSfeQEZ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-whiLNjPVOuBfSNjL/tLtRWANHP97vxmZ5OoUK496MOTzH07UdmxDLsnSBgvvjLNf\";s:11:\"js/light.js\";s:71:\"sha384-AEYbWLXnCyDCeopMCsF+A4qHLchpzJ4wMnZiE74Bcp6qLWwXIJCWY0ASqAf0qYrf\";s:13:\"js/regular.js\";s:71:\"sha384-wM50oZlS/21q6M6tlw0EWan+0yFpuRC/PrPeimdGxjCjfx45F0x3NZggS5uFp5uv\";s:11:\"js/solid.js\";s:71:\"sha384-PezVa2U3+0USHwNA7bgvfA+uSS1IPVdTat51a5IgvNGHUJjcvsj+TheZ6X30JybM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-MafE1kr6MZ6PhxNeH0/kvg7f5ramk1tE+y/dBi4C6WgxaKU4mNGRxPNxcEZ5maAx\";}}}s:6:\"5.15.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu\";s:14:\"css/brands.css\";s:71:\"sha384-RTi1U6SIW2G3kUi5NslKQjA34F8CsQCVduJO50jqtxhR2KY++LR7KZS2886EwXrk\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Hx1dya9ptAdKu2hLNR5C2Cwgm+wCfwD0VMGE6jk5OUxxa9I58YfxOCwEtRog+3wk\";s:15:\"css/regular.css\";s:71:\"sha384-GMkIgTgosuQEt2PEwBHI7MMRsrQplN2sT/7bzPOIxG+Hn37iTlZXFb37m6uE+iHj\";s:13:\"css/solid.css\";s:71:\"sha384-6qO6EOFIDfvv6uzAzozX/BvMu/qkIIHxWYOVMjpVjX+NtPuNyd3YiOEflKIIV2ka\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-6iJDq4HKs21oqDV0KkGhh5uve3aJBXwTX0ACa8Fp5Sx7fcZtIumvT+GSzqSEsceV\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1CjXmylX8++C7CVZORGA9EwcbYDfZV2D4Kl1pTm3hp2I/usHDafIrgBJNuRTDQ4f\";s:9:\"js/all.js\";s:71:\"sha384-vuFJ2JiSdUpXLKGK+tDteQZBqNlMwAjhZ3TvPaDfN9QmbPb7Q8qUpbSNapQev3YF\";s:12:\"js/brands.js\";s:71:\"sha384-CFHIjJ6e4s9fugmZkgMS+xAN9t3pMb8WzxVLSL61rvRx/NfBorLHHVF+7/xxhpll\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-SY45zU2Pf71PV9B/kvEgK9jzpEbe14MiprEwrg1VcbXdBcjXbNTPwoXfp6A+ntJG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-PIP1h/CVyNo59Pr+vM6s86Zkm82HEv890eKMTpB5eqJZFZQwZuMwf73Sy5SzVrK8\";s:13:\"js/regular.js\";s:71:\"sha384-ghS5pTGfZccQRYN4cnBH4kBWGY/ePY4j4VKfFliJmM6ZYomFMIo462PxXa2RGqWR\";s:11:\"js/solid.js\";s:71:\"sha384-rKdfCFMYG2O/K+5WQDPmcKngEtAvqyIxYkazidXjp48yEiCcl//F6lxZ9cZ8MhM+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-VxtQ3wW8qt0QTDld0MGEB9IMEOyCOtvOXC7I0JU3T01V6NR+C6MP5HxC+tGNkhdV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-yJpxAFV0Ip/w63YkZfDWDTU6re/Oc3ZiVqMa97pi8uPt92y0wzeK3UFM2yQRhEom\";s:14:\"css/brands.css\";s:71:\"sha384-rsNdgxJGzM0RuTegPn4p1eHXocyvt3ZbnTifPXmOewdRLCOqzP22d/M+WxbRiwSN\";s:15:\"css/duotone.css\";s:71:\"sha384-E4/odus3ylondNThYB3uIGSZpewOhvhh0QD8x2p7S0ot6p/JcbVd//lr7cMEUIBc\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RZW433tEsVW3OLEaC2n31z0V1DmyQdjrwNKMRLBjyZQ7r4RU0PxYhkvjKCsZMCO3\";s:13:\"css/light.css\";s:71:\"sha384-oJib4m7hS3ZSiUXjFvObb+ZFf2AGOBOUX+MFk3CuBZwz8LQSe3d3EgZHHJBkJGXT\";s:15:\"css/regular.css\";s:71:\"sha384-ffFT2jJN64hGajTqkZsA2KE2SDBO2Gcmb0wr10fRLpKNDWYcl3M3KsLuzQHg5QAh\";s:13:\"css/solid.css\";s:71:\"sha384-PfqDBw8PmSrNcYq7F4SvYoZekYP2x84SYAyG41rncZdySTjSS9eWEE7ynvJRElQY\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MeQL8xjLhct6yZa8AXEQOD0yWeV925K9YrlcgspMC+IdCbI3q1b8B7VX8NS6N3lS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-vfegZgYJmcP2K/VrhAwtTtU1OgvF83Y8zoQ524YvQFIGowI3tr8C6wvpWUsSLUZA\";s:9:\"js/all.js\";s:71:\"sha384-ZbBwfM248+qoG5GJvuV2PmK9gvlW3dXpgC/jeIn45pWWroL3v+5K1ZAth+gs165y\";s:12:\"js/brands.js\";s:71:\"sha384-K53M8ZRlon+Wd3MVzcIEU1NZXEh4h98NnLM8WZ/7E98pbg0J1q17tKGgr45c5qCs\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-whZrbu3lLf9+EK7QxSHsdpAWM0drsjefOTFm3zfcUhZSInAwLaIrdOd2Qd8MKDMW\";s:13:\"js/duotone.js\";s:71:\"sha384-nTarcZNLMStpbHz1QpoaqVDyKoUrzncdV+zZ040hkinCtVKl8gTXSiyUM4h0K48M\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dy2wSTcBbCGnFNjThZw/FfuNbPeoGoOSWgX7HmvH3PKcJ0Se3w3CZnalamfRuLpE\";s:11:\"js/light.js\";s:71:\"sha384-gL1IbgNyLHskDPg9uinrWBfxmDsla3neHzcEAIjbzQTx6W69Jvs9S/fRBXUt6FbW\";s:13:\"js/regular.js\";s:71:\"sha384-9JMXUFvwOD5rSQZs74FEC4SsybjccRbbwK7iiQiriFSd4sPr7pB7/ghp1KZH7tCr\";s:11:\"js/solid.js\";s:71:\"sha384-oVJ5+ellTPbci7MOrfl59xerw0M0RnQEGG0jx/JlNyOpkvrXHaZUCfKJUs08+gVi\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ht5Q/pi1VU6byhn9MctthIZ2kSBqK5GhhR9gnTzPM+BJlAyCymRS3xx74c9twxdh\";}}}s:6:\"5.15.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk\";s:14:\"css/brands.css\";s:71:\"sha384-V5Z1KgRRJyY878qCx7+zUeTDm0FgjoYrbmSortFqRPGz+Ue6XDe4uIiMqB3tB/wd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni\";s:15:\"css/regular.css\";s:71:\"sha384-Dn9L7vwedvmbdep+J8U5Zbrp+ES46dt8pm8ZMUu9iOR9isC4+Y/KP1h4StrDd/F+\";s:13:\"css/solid.css\";s:71:\"sha384-LA8Ug4T/nhVkyhrSmSirsoAo9iDrBk8E7U80aSPeD+w3vO8PzOJIS6agGcbIwwX0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-C4KLoR3asMHYArL0nLQXEaFZIFfRMiV0Ul0DvsMfSMZ+YLJwFu0Rpxix+EZwqxOy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C2B+KlPW+WkR0Ld9loR1x3cXp7asA0iGVodhCoJ4hwrWm/d9qKS59BGisq+2Y0/D\";s:9:\"js/all.js\";s:71:\"sha384-haqrlim99xjfMxRP6EWtafs0sB1WKcMdynwZleuUSwJR0mDeRYbhtY+KPMr+JL6f\";s:12:\"js/brands.js\";s:71:\"sha384-oEE/PrsvhwsuT1MjC4sgnz39CQ84HoPt8jwH0RLyJDdDOKulN+UEbm9IgJW0aTu5\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-OwOgf6Oss8Oh+cy6VnIGLlcyMhaaOPN+3gyLv2UyvjybuPrTNNgJljGYEAqSglUM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hD97VKS04Rv8VYShf782apVZOVP6bVH/ubzrWXIIbKOwnD6gsDIcB29K03FL1A9J\";s:13:\"js/regular.js\";s:71:\"sha384-bPKzNk+f6IzEi89cU+jf3bwWzJQqo+U1/QYUijuD7XD9WO3MSrrAVVEglIOCo6VD\";s:11:\"js/solid.js\";s:71:\"sha384-9xA4r2/2cctd+IZZKLvI1hmeHZ5Yp8xXkS6J8inDtdyZCqhEHVcTGmSUCbNED5Ae\";s:14:\"js/v4-shims.js\";s:71:\"sha384-oJX16kNznlRQV8hvYpOXlQKGc8xQj+HgmxViFoFiQgx0jZ4QKELTQecpcx905Pkg\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-iKbFRxucmOHIcpWdX9NTZ5WETOPm0Goy0WmfyNcl52qSYtc2Buk0NCe6jU1sWWNB\";s:14:\"css/brands.css\";s:71:\"sha384-GTxp/8UKFkexlguDtPsFi90d++F9f26nZCM99OSQo69514FK7Of5mgM9Efhs5O9L\";s:15:\"css/duotone.css\";s:71:\"sha384-nuPd13VLdsw5iBtqelv9tQ6l6+CteSUrmoT5enzHVJodx7WdNUYXNwgVpA7bgsXn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-DHjwMcq12OEB4DQ+qulZDDroaXZqm7h9V6AjiP/RuUF8NhxUa8x6UWdv1AeZS+90\";s:13:\"css/light.css\";s:71:\"sha384-IvEgf1JJYgCtB5fP9nmT3uC7DY96POpmhUjo/98B8FMju1w295nj5yGBfwgD3MYj\";s:15:\"css/regular.css\";s:71:\"sha384-Z3GHSXKByZgv1Ri9CiFq0jYUQ982JHZOOg4awUHcuVBjTxwNd+PVQO1/PSwChyzK\";s:13:\"css/solid.css\";s:71:\"sha384-Ymp/JSUSR6EuZ4KjxcliW8lJ7wkYBR6oasX7EMi6SG0QBPmNUDAEG9rd7Ogy0Ca/\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-n/+zO4Fk1/R4EL7q+xf44zBEgvFziVgA7BUNwfjcGjHq/X6U0v25ESHqN/l5Wprm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-yV4xIIsecn1iqxJy3IC5YyRSLwtkkFuOvfPvj1hGH5NLLej9Cum4hPOUL2uQYfQ6\";s:9:\"js/all.js\";s:71:\"sha384-OF9QwbqmlzSPpIxe2GYS8lkGFyaFfrgUPD2J3qj8zGVps17Y/x8EK2U8PEl6UrpH\";s:12:\"js/brands.js\";s:71:\"sha384-5u0zCiPDAEBQPvGxnai1VRZiSs9yQmyspSLrg0Fc7ru5CeddU1cef/24itMCpcWb\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-W0jz7GGBNDbeSyOhqqJrtOVDFLX4Qlqm/5K4RqM9ZpPIZL6tmDCMkEIheypFOiSK\";s:13:\"js/duotone.js\";s:71:\"sha384-rutYU6OuFfIS5MmBE4wrpMhP633bNlRHqn/SFpcetMTKr+rsBxnoTd80mkHI7wum\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hwdDrjZFQbBwoFcHZZ/6e61XHiwY9csS0Wxi8i5jUgTurxmYITntaGLFYCssX7By\";s:11:\"js/light.js\";s:71:\"sha384-soVEahH07bOeX1Nlhdi4VQ+yvDpIGN9A/qbzm/PgfDrpvh7AaCTyMkQNk1spjHbf\";s:13:\"js/regular.js\";s:71:\"sha384-GR++czVV+1briVrgT0SHxwKuKqqXqfkRb2NxZ8O4rad/c/iKIn85PDSaZQ3cjiAZ\";s:11:\"js/solid.js\";s:71:\"sha384-JwTquvZ50ZD4wvDw99MHsjx621x02jCoiXBKy103wTwDMBbDLmhRcCV4v9mq5CV4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xczhE4W0SRyRFalFfxUKqclGdqLDVnc/F118WebJIQ/QyS3XKXIHXTieQKG1rG/+\";}}}s:6:\"5.15.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm\";s:14:\"css/brands.css\";s:71:\"sha384-S5yUroXKhsCryF2hYGm7i8RQ/ThL96qmmWD+lF5AZTdOdsxChQktVW+cKP/s4eav\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7\";s:15:\"css/regular.css\";s:71:\"sha384-e7wK18mMVsIpE/BDLrCQ99c7gROAxr9czDzslePcAHgCLGCRidxq1mrNCLVF2oaj\";s:13:\"css/solid.css\";s:71:\"sha384-Tv5i09RULyHKMwX0E8wJUqSOaXlyu3SQxORObAI08iUwIalMmN5L6AvlPX2LMoSE\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-meSUsKN46Q06zfndZ6zDskLd5vJrCPwgb2izpfSMfWpQLijQApceQWIsbpLy2lAF\";s:16:\"css/v4-shims.css\";s:71:\"sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv\";s:9:\"js/all.js\";s:71:\"sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc\";s:12:\"js/brands.js\";s:71:\"sha384-xf4z6gHzXeY6YwFJm8AKcD9SSq8TsfF4+UJj1JxzwQHk+VNATxkknGEzmdtYV0w1\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b4+d5l6vwWgdPDCbk4SG+VPRplFp3JtWehGqKvfat/MWON5/PSWvf0l89dpfUDUG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dPBGbj4Uoy1OOpM4+aRGfAOc0W37JkROT+3uynUgTHZCHZNMHfGXsmmvYTffZjYO\";s:13:\"js/regular.js\";s:71:\"sha384-EEuk6Tk/hsJ0IJMUp+btTmHLuWPGGIm8I3xmxRawuWaY1xqWEm3EKVdnHNlYX+6t\";s:11:\"js/solid.js\";s:71:\"sha384-/BxOvRagtVDn9dJ+JGCtcofNXgQO/CCCVKdMfL115s3gOgQxWaX/tSq5V8dRgsbc\";s:14:\"js/v4-shims.js\";s:71:\"sha384-bx00wqJq+zY9QLCMa/zViZPu1f0GJ3VXwF4GSw3GbfjwO28QCFr4qadCrNmJQ/9N\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-rqn26AG5Pj86AF4SO72RK5fyefcQ/x32DNQfChxWvbXIyXFePlEktwD18fEz+kQU\";s:14:\"css/brands.css\";s:71:\"sha384-Q9/9nfR6hUHbM3NjqxA59j5l/9c23JjwDDuPsV5SKplBvgLpFDtJmukyC2oCwp28\";s:15:\"css/duotone.css\";s:71:\"sha384-Zi3Yce9z7/mhFiZHlM/DEBTnheymZyqrjMoWYPP8xtNCl+LtJKnaJ0vaGnPfqc/i\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ig3RKyui4sECvuz+WE8EmFYy7sjRvEvy82mmhfV7ljRieb+0f8eEZKxHv2KC0+io\";s:13:\"css/light.css\";s:71:\"sha384-zCLzLBaV9kpBZtwZ72K00PI4UjqXZhrzMeVtYGOOHqL2N5PXSVw2MtJjaWTKYDHW\";s:15:\"css/regular.css\";s:71:\"sha384-sDvgA98ePLM7diZOYxIrDEITlUxoFxdt0CPuqjdLr/w62pPuOc73uFoigWEnVpDa\";s:13:\"css/solid.css\";s:71:\"sha384-2aj01VFITmYatwqdIKc7PHVmhLqFnnkVCilBk0Uj/fGoczNJXKvV45XlyHr/HU9g\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-cHJCnE8H1fC+puOpWCd6OSOmJ1q8KxWtIm/JUpb9705KggGjyKbMzryJWJDw2OPb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-sKQhO4q55X7e4nIIO+wnutVfpIITv8+QJG6hE15hThUjV3ssIxUGT4VAoAGYmOU5\";s:9:\"js/all.js\";s:71:\"sha384-8nTbev/iV1sg3ESYOAkRPRDMDa5s0sknqroAe9z4DiM+WDr1i/VKi5xLWsn87Car\";s:12:\"js/brands.js\";s:71:\"sha384-MwpSaMFXAxVGLfxKR0S/SL1BvfRLmlowKeqIE/yF7uW5ax+r1fqRs12asOCkF9Jf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-my7QwPFkgZPqsrDx/vNCyAMQw86Ee5ZUeCUBA7CF0l9rWFcxoH+h+NdSGyYBh2pq\";s:13:\"js/duotone.js\";s:71:\"sha384-AFpIAPhppteteZyLTXU8oPEbmuNz5WwwWSVAKJxuEn51LibO/iPZ+fC5DzmLJzoo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RTs6cAeLGZoCPlBxXNxYfQnVIrvTagXGxIhrXFjWgp4i4E5urdGFLlkfbsk1Nd+L\";s:11:\"js/light.js\";s:71:\"sha384-6EhWHErkaXt19GTK7f+5rRc16ekdzvItcFycGZi1GS/AycADXj7L2tkZ9z2O71ot\";s:13:\"js/regular.js\";s:71:\"sha384-WWzdx7E114gkDQnLVS/7s5WUTa5KQUqY5D8LGqBB7y132sxhUbrIHfqde9aenKnJ\";s:11:\"js/solid.js\";s:71:\"sha384-DfpPYefTs8qX3aeMuUJxalewnmVXDDtxcIJFo+Bz1qrNTaoEwMIaZkfoWx404GvG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9lueRrgA8PnJBSmeS0/jHPFpZZ/hC/7n/XNQhCroAsZSoTtaEj6Q+ewHcpgFPqFw\";}}}s:11:\"6.0.0-beta1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-QTEmscQJYWW3qGP+JMq44fmHSM1SbRIn3hxdZ0RBhX7yzbDOmdhCzVDY/nCs7Yfh\";s:14:\"css/brands.css\";s:71:\"sha384-YxspAfDWGMmVGaoWFDjr/ceg8QdLKNj76+YDQ3iXiX1d64PMg/rVRUQMIcd7loDR\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Y63uHbYQVeMm+hkTj/YJpPSWvwA7maoOgWIcH/L/Zil8zxKQNclQIgNioLyE+zQT\";s:15:\"css/regular.css\";s:71:\"sha384-3+YTU1oGJl/DJPoU+JvGaD8K0waHM6gIPSWeabncnJ1y/LzxnMdPNvXxvbJtzkH4\";s:13:\"css/solid.css\";s:71:\"sha384-SVoL9P0p4yDjJ7K7qukXf8FBr4TcwUEZpvnQv80juxlb+QtrhT0zH3Gidw6aACkN\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-bhQY/O7CPf/LJ1fFQ19Hb4zwFDg7vUCZT9GLZM4RVTzxhZCINjHGSM7VaB36hnHe\";s:16:\"css/v4-shims.css\";s:71:\"sha384-4q5P4wLQvP0vMZgsfSOPe2qSqfL+Y76J/5hi9QW1QqtZ0qdgSrcFRIv5MgSNtFX4\";s:9:\"js/all.js\";s:71:\"sha384-s6zGSTvDy4KZ4ncPlsj+2l4ATGBt+gXsKFfd4lR4QKFl2RgB4iOoqZzDkRqndbvR\";s:12:\"js/brands.js\";s:71:\"sha384-gksSOJLGNOMoFqSuS5Ki/PIhYoVzeS8bWP7Gg6b/6gY3FXNGW3ZwRY12rkFGpvz9\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-JsmVGsnClQ/8mX7vDm+8UJ9XHlqIuwxPIKrIkpXt4mJZiaeCzg/uXxY3OjB7MajC\";s:17:\"js/fontawesome.js\";s:71:\"sha384-PkZHTzZps6BUB70Jc6Ujwh17lPpgjVJlG98uCR+Dg+bsDNAHk7UbcsVq9pUY0QM5\";s:13:\"js/regular.js\";s:71:\"sha384-i/4zUQF6PMLPil02YpE9smRx7XTQ0/bwaSlMl4QZRk0yFj0PCJqkv231+5hjbcsq\";s:11:\"js/solid.js\";s:71:\"sha384-ufQzc6WFPbylIrm5F6yJOtKS4KCrT6hoEuGPNEMv+9Y2ZVmEC0Jt5Tqf25Q2hOa8\";s:14:\"js/v4-shims.js\";s:71:\"sha384-3dTEd1SkEJhxEBZpeAOJF+PzflHEdVc87NLQ1dQd1UFpZNiygckU0Ku29kJavA2Q\";}s:3:\"pro\";a:0:{}}}s:11:\"6.0.0-beta2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-H8oq+jCbb0QVbhroj1DucOj59MYLAHR4vQPc0ClgJJzMS/YL7OcRJfM/ehkfKqhU\";s:14:\"css/brands.css\";s:71:\"sha384-9RVmH5wLHK5upannGNFElXHKDeCRaoz+RuosjPpGqwUmn2+p5J5IBUd0P726kTk3\";s:19:\"css/fontawesome.css\";s:71:\"sha384-m+NmQ9JGB4PGDECPUaU3EyjsUk6jyyMoM53D/n//nHSADtoSKusJc/BF/ZffIvI0\";s:15:\"css/regular.css\";s:71:\"sha384-mwb6xqj3Cg9cBoRZDNp2p4Sv49gYTCgHVLVwbErL3sJCA+RJ3Xhwq19ezzyT1KqX\";s:13:\"css/solid.css\";s:71:\"sha384-sBOgtFigRpSU/zNyZLGNKX6O+VrUJzHdITsX3+nGRutcAaSdRMmnc8LOJk8XzoDM\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-/ShrxWgDzY0RmtJK6gusdzSMS1yYysWIr6y1FFEG9B7naj2HqXMNxatmNRgmRDCx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-wA6dLShvXgKngeGUYrFpv9/zgLLUtPxBL9y1OD9u5uQmeT3wWxvZVue3BO4xo4f0\";s:9:\"js/all.js\";s:71:\"sha384-vwquPQ7YyWL/EWINiNcgCpPP9Wbx44bLyI1NbrUJmEacQGGGWUzpERymaTAjvS9H\";s:12:\"js/brands.js\";s:71:\"sha384-X5eSej258z73rxsuRybt1adaWo6MobuyduuEYgYhbJMavb1jXYBhCqd1ZwRC9/7W\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-MOke50TwkELSa34Yzu6DEGxTlT3Wdn5DynHvqLANi/pFPBZxRDnFhJnD6mE/GuoP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-vo5XH3GmQrg9pkTZYURBhzEXm7Xslw9fD0z49HVMvdquMGvwTiUKJP4he5iFSPot\";s:13:\"js/regular.js\";s:71:\"sha384-UDm7R3v5rW8y32ssB0WDalZIS8AztwsdQERaPBHTRLStI7Bfr/fhWLuXr5nYZG8M\";s:11:\"js/solid.js\";s:71:\"sha384-f199SbfL8tgeze5wETQ87SF+anBX6Dmf9bWZSBvW02HFz602Fqhv1u1iCnKgdbls\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Teg5BVlogMJp4To5SNk5eS6Ct/+y3KN9D/UWWXr4e2JhUbT1rgnLDWGXp/TG/0a/\";}s:3:\"pro\";a:0:{}}}s:11:\"6.0.0-beta3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-5e2ESR8Ycmos6g3gAKr1Jvwye8sW4U1u/cAKulfVJnkakCcMqhOudbtPnvJ+nbv7\";s:14:\"css/brands.css\";s:71:\"sha384-Lzg1sLP4sLS8KyVySlmRH4QzbOnIzlp/h2MYRTDkxMPKwaD+zxathmN655nRjRSG\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RAtjHVFRUZs4Tif4stxk4r1UN31mhO2m2ii67jtwlyWDXls6IDZ6/N2bHxt3bA48\";s:15:\"css/regular.css\";s:71:\"sha384-TvfVCWnd24+5zZ+qmyScSguhYpT7YtOajZ0b4IVLn3+T3dFYzXkgu/EE/Nrf2km5\";s:13:\"css/solid.css\";s:71:\"sha384-4veAyGk1Tas2qyx7CD/29iLDa8aarX6vdaWWVPD7K/m8FdvH9ae9yFNbWOxmP1hZ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MLxC4sgXwbw5k1vFBDb68XNAF7UdJ7e1ibhu+ySJnAakTpweYCcq7jCcQpd5nJjU\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-LJQ43yQLnfgXK8pn645vHWEmSJrVqisZaieRPj7NGV7cCzlL/B67BDv8gMRBS53i\";s:16:\"css/v4-shims.css\";s:71:\"sha384-zCIuCI9fw3QOcUPL5/7JfB3Qw6sjEimma+57eLWmHPHyVgqGmX5XLwGi3Ak5fLzQ\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-W7b35mq2oJvzl9StEqMDWhapHEgwLh3/iohOpz2RopU0+3/eOmb8eubYCz0OwUcj\";s:9:\"js/all.js\";s:71:\"sha384-6e7nA5mhBVXnMIAtGPETl10C7oipDhu2IN/lyxyjAJG+KzNtRLqrqFJN5wJ+6/qU\";s:12:\"js/brands.js\";s:71:\"sha384-zY1eKUaz/NWcOf6xnU5eePxV3anVtTTAlu33RytBcT9jGz8dstwzZbVpp2l609NT\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-rN+BHnX2WMsUD7VYL6PykWIyqG6SyEu6IdhgM42fLyWqC7JlY2k76ufmZvMFU43a\";s:17:\"js/fontawesome.js\";s:71:\"sha384-W1qlouWJA+8MQIORaSCnwNHhaPuAMwQGosDEwU/g4kkawDb4WwLy3ZWVpa/KtRXb\";s:13:\"js/regular.js\";s:71:\"sha384-Axuj5+DJ+mQA38QqwpWCujH6bCefx3brdTdN+ffhy6oxdqSvs1evxn4iX828SSe6\";s:11:\"js/solid.js\";s:71:\"sha384-9d1SM0Z1PczSHlc0bwe5j/n1kjp14H06SgMcxbmNkp6ZSQa6CqneEHKQkfVGPcR7\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ZkRpffzN60bZU7hfI/zFR3Nv603593UFKpz6QAm3FUAUqGa60uzGmuEGLB5BZNsY\";}s:3:\"pro\";a:0:{}}}s:5:\"6.0.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-3B6NwesSXE7YJlcLI9RpRqGf2p/EgVH8BgoKTaUrmKNDkHPStTQ3EyoYjCGXaOTS\";s:14:\"css/brands.css\";s:71:\"sha384-Adcde+txsvO9VVaHmK9GsiU0ps9W6rwF+IlMCjHpCeU5j18z8lenKNx6AV7OuQKy\";s:19:\"css/fontawesome.css\";s:71:\"sha384-caIQK8zI/KcZVq2HWogTcGbcxd9c0Alp2SDcy0eOHIjipClzJQ8HEkSNcoXtKq+w\";s:15:\"css/regular.css\";s:71:\"sha384-CAcRRHVEmhGr2UjS0hlffWvnfewfvVqvDJP03d3f3NctPBCvDfPMY6L8r4to10MT\";s:13:\"css/solid.css\";s:71:\"sha384-zW4IamLJkgRrzYFdEixnM4hbhScK8Q/B0aYHqhGxQf6jrj1pxNaEzS7n65YVdFsW\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+FYTcfgXTek/jHYrY62q/wv2/QxcumMqXHB/9ZHrAwFBiACe0XD+xXBvrlpG93Qd\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-K7jXM/Fd0TzcNoMz1bK2/PRaJLYkgynKTlUyKXatOFEovvEO1Zownee30wS0rxq4\";s:16:\"css/v4-shims.css\";s:71:\"sha384-Mo3tUbn02WJ1eXNOTbemz64sjSQx9PEUk4o3BJbDNrfhSAfbPobKWeqYpV3xkTBC\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-iYWocEeLglluGxouLD/E0jzilCIbE6LTAKof7ZPB7/YSAogAA6bLTJyo2T98POzn\";s:9:\"js/all.js\";s:71:\"sha384-l+HksIGR+lyuyBo1+1zCBSRt6v4yklWu7RbG0Cv+jDLDD9WFcEIwZLHioVB4Wkau\";s:12:\"js/brands.js\";s:71:\"sha384-ZCobqGyWQ2Qg///QRAi+jqRlO/9aWmMHd6tb0emtG9QBX9t77I71IHg19T90mlfk\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-5v1FR2qOT+wEONoibSzBiWIvpXEOyyRuvOtNOfwijR3h4K7tg12vL4TNx4iSsQWX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-pULjvYk4ZbCHxvgkOUhY3s6wbSkRp/9WHqh+NdM+FkmDQsdJeg2XyOHSEQ0AZlr4\";s:13:\"js/regular.js\";s:71:\"sha384-7XHlSs/t85udVElMnHlVDct1GXjA01UIyQLQRbYc3bxChziaGT776dBUgqd/o82r\";s:11:\"js/solid.js\";s:71:\"sha384-IWq2srnodX6Z+US+NFdwALHXDvdogKkBx7sUMzfypASSeqsNzF+gAS48WnkPcYbf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ybkuz/OxDnyDU81HhdheMi5FjVHdKkPPnnfX2H5pClfR9x+aAMkenwEbVe0AdPt9\";}s:3:\"pro\";a:0:{}}}s:5:\"6.1.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-eLT4eRYPHTmTsFGFAzjcCWX+wHfUInVWNm9YnwpiatljsZOwXtwV2Hh6sHM6zZD9\";s:14:\"css/brands.css\";s:71:\"sha384-E8UvjEv9HnIyjcD0D2Nfr/M7y5wA7GK+DoLhh5Sbfd0MtCSpdREBn8Wc/SdeaBDA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RLM8Rxp/DcBfCfSI3bGwwoMMxxy34D2e58WAqXmmdnh0WYlAQ8jeOB3A1ed5KUSm\";s:15:\"css/regular.css\";s:71:\"sha384-luZMTbX5lx1yPkwYfjdCtbXx2AL3j1H+ffZ1LJSuxepC2TKyGzv3zkgftThS/BDN\";s:13:\"css/solid.css\";s:71:\"sha384-ltWlpN+Dl8XfKEnC9oW+dDRF8Z7jsYkxQ/WMRoJ2VHH5G2nQZ4if2NWwmV0ybzZ7\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-gLJsqV+iGZdsakTXDecPQLbmHTTUB6vIJ2ukjLJTPa+YXsdHu5alOSYZZTagrVSG\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-WTcUA4jr+YtMif40YOsaoMazuo9cigaWqC7Vrj6PjPzPt/VegPK08OEyRvvIauzD\";s:16:\"css/v4-shims.css\";s:71:\"sha384-k1PPow2i4/GbflsJCusORB91wBmXUDdw6pOkXu2vQWXIsmLbIL0t/aA7FroyJf1r\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-SXOfPW9HC6/r4BP4QoUVZNVol9D+ncClNpAseJsRONb9L1F7QgV6ltEXcLnYJv9H\";s:9:\"js/all.js\";s:71:\"sha384-vLLEq/Un/eZFmXAu4Xxf8F00RSSMzPcI7iDiT6hpB4zFpezCEGhb5daeR8PLyrLI\";s:12:\"js/brands.js\";s:71:\"sha384-cNUzI2P088AN66Vx9jSolJDKuj/ZWgTtbwYleQo9MedrXul9DrmthXUDN2iFVk9u\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-te3/sj8uC87v52yVrB6zr3Fm5m0AyGLAHYUIx853+yLbLffUUfXrdztSp/yFACrc\";s:17:\"js/fontawesome.js\";s:71:\"sha384-n82ItqkVbr/bDMKi4caJ2ZLCgihjr3y0aF69FTVAfwQmyFRVucR9QvBKz7DliBNY\";s:13:\"js/regular.js\";s:71:\"sha384-/wcH7fFePVuXUD0zgIUKgQwvWV21321nbGpvX01SjmZ01yE/n68/Wp8rBxpsKI/+\";s:11:\"js/solid.js\";s:71:\"sha384-A4ZBrBkKFVj3yXr0kIOFHs3vCQDJSHAU9OiRxm9X42e+amWJl68HpDCbONxiMp12\";s:14:\"js/v4-shims.js\";s:71:\"sha384-WqC1w5exlfB7/5UiHTZp/YAnoS9Ovlzh55EwGjzaMxZZtL1omDGlh7KehDlpgKUr\";}s:3:\"pro\";a:0:{}}}s:5:\"6.1.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-/frq1SRXYH/bSyou/HUp/hib7RVN1TawQYja658FEOodR/FQBKVqT9Ol+Oz3Olq5\";s:14:\"css/brands.css\";s:71:\"sha384-GjGxypaJovIS9KvmJ0F1G5aXPEfMvk9dMgnwAAw7UOfX7zTQZMapUiXX/+8HlctD\";s:19:\"css/fontawesome.css\";s:71:\"sha384-zIaWifL2YFF1qaDiAo0JFgsmasocJ/rqu7LKYH8CoBEXqGbb9eO+Xi3s6fQhgFWM\";s:15:\"css/regular.css\";s:71:\"sha384-i84Ve3MkmiZYhWmYDjLPpHYYvg36qy5F11ipncNWsQMTrwZ8nGSSX3Q2QnmwEGdR\";s:13:\"css/solid.css\";s:71:\"sha384-DhmF1FmzR9+RBLmbsAts3Sp+i6cZMWQwNTRsew7pO/e4gvzqmzcpAzhDIwllPonQ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ET/prSuhSJFD66MbC3j2l1MrZtW8jdamNc+wmMcmh804U+5Isyo29kVkPjr+4+9P\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-DPkhMKJRq9+6LzxVlr0poYa5+EQVr/onntse7iwk6coJonLqzoCBzSKF6ccKoXRm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-4Jczmr1SlicmtiAiHGxwWtSzLJAS97HzJsKGqfC0JtZktLrPXIux1u6GJNVRRqiN\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-QmV/KObe6h/Mb8GC5urJmE9hmFaZDtdnqpCUz9P9nDHFgMeDXyI6IARqnuDRkYu1\";s:9:\"js/all.js\";s:71:\"sha384-xBXmu0dk1bEoiwd71wOonQLyH+VpgR1XcDH3rtxrLww5ajNTuMvBdL5SOiFZnNdp\";s:12:\"js/brands.js\";s:71:\"sha384-jUDsa+5FKZnKIWUpGkvYZHGEx5UxPEu6XJtEMH9ZGXZZkUNVWX1vs+a51vHKs3EY\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-SgqpzfPaFrGdMcCtSUb4dAD1aDr5a93AfPBL+tk14acF93aGDvasqDcPFbHe24pS\";s:17:\"js/fontawesome.js\";s:71:\"sha384-9zErGp+biBilRrlpD1l3ExnaqXc8QLITlNpGtb4OL6W1JChl0wwmDNs4U/0UA8L8\";s:13:\"js/regular.js\";s:71:\"sha384-5ZhDHsI9yoa8E6DaGJCLj2Lgi8w4KE42IQi4jvmqYVCaza4Iqi8/hSniWspK7fUs\";s:11:\"js/solid.js\";s:71:\"sha384-KPytPVc+hwHwX9HXl4tA7SWJ0Sob6StzjVRoxC4Q4U0JgXujpuVrkBxR0Hsf8A25\";s:14:\"js/v4-shims.js\";s:71:\"sha384-lUDzd+x9AFWWpLYlM0ZCD+x586cN20gzVDrjHh8HUz22j1QwqTKQGkmd64bfBeZi\";}s:3:\"pro\";a:0:{}}}s:5:\"6.1.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV\";s:14:\"css/brands.css\";s:71:\"sha384-bSSRmv/7zc8N//nlEscKMJrVdXnmDX0i3KY5/Z25DbCimvRgRrefGMGQORqrdfD+\";s:19:\"css/fontawesome.css\";s:71:\"sha384-X8QTME3FCg1DLb58++lPvsjbQoCT9bp3MsUU3grbIny/3ZwUJkRNO8NPW6zqzuW9\";s:15:\"css/regular.css\";s:71:\"sha384-VkONnoon0mCxG87ODS8tYdngkEsiD8Sd23d3b4KRiZfPqB9YD9hlTNWSc1pkWUct\";s:13:\"css/solid.css\";s:71:\"sha384-0BumEd2qDQ2SCps2Pnnhegpr+si0PveDhbdhKgLYwY9x611h8s22Zh8td+W7jeys\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-GCDsQfUYx2ESsVn+lTf9CyU+PGOUBXnknizovQ4IJxE5loN0RHLpN+vRHxwybMFN\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-E84k0fsWgsf0UqlJxsjgvjalIakzDn/aoXROK5S9mgTazm9ZOb/8zZ0qyqkdKDD7\";s:16:\"css/v4-shims.css\";s:71:\"sha384-iW7MVRJO9Fj06GFbRcMqdZBcVQhjBWlVXUjtY7XCppA+DZUoHBQ7B8VB+EjXUkPV\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-C2uLsOCgtzzsIRkD2hyqhqJnsO6tKm8ec1erAE0iUqF9rveCxghE19k8tc41ksjq\";s:9:\"js/all.js\";s:71:\"sha384-11X1bEJVFeFtn94r1jlvSC7tlJkV2VJctorjswdLzqOJ6ZvYBSZQkaQVXG0R4Flt\";s:12:\"js/brands.js\";s:71:\"sha384-U5yq7AQDGZ6J9YLnrFCX7Qb4jl4/ARIio5SQIZcB5bLjDxI9j3Z3rg1jows2sbu3\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-vGTTZfVQhZ4yWSot55BXgm/SDH+MsKEeG2GFPNoKnoFJmosfJzkaPyMucBkV94KT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hAYe7Q//ZOaw3fT5VW5hCn+guWuzOj8+KjXlS95ZxcRnVX+SxyugquCJURnqC7UK\";s:13:\"js/regular.js\";s:71:\"sha384-60G9FrRhST1TC039tICDDsfkkIa1Smg8kwF6wa9wYEpDqGrd5kQtp9JCsfWW7GCA\";s:11:\"js/solid.js\";s:71:\"sha384-tc7MH1B8eIPGWXxQScItgwJcDhnfKKXr7R39oJJCo9oQ5QssIq6fJM9HvdSHlmUE\";s:14:\"js/v4-shims.js\";s:71:\"sha384-JwJ3z2CNw6j4LN4k+tA6GEN2OQSUzcSBpWIsEqlngCZqnfxDsQUe5SURjhpXLhvY\";}s:3:\"pro\";a:0:{}}}}}}","no"), ("1311","font-awesome","a:8:{s:6:\"usePro\";b:0;s:6:\"compat\";b:1;s:10:\"technology\";s:7:\"webfont\";s:14:\"pseudoElements\";b:1;s:8:\"kitToken\";N;s:8:\"apiToken\";b:0;s:11:\"dataVersion\";i:4;s:7:\"version\";s:5:\"6.1.2\";}","yes"), ("1312","font-awesome-conflict-detection","a:2:{s:20:\"detectConflictsUntil\";i:0;s:19:\"unregisteredClients\";a:0:{}}","yes"), ("1601","widget_toc-widget","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:17:\"q2w3_fixed_widget\";i:1;}s:12:\"_multiwidget\";i:1;}","yes"), ("1602","toc-options","a:43:{s:15:\"fragment_prefix\";s:1:\"i\";s:8:\"position\";i:1;s:5:\"start\";i:3;s:17:\"show_heading_text\";b:0;s:12:\"heading_text\";s:17:\"Nội dung chính\";s:22:\"auto_insert_post_types\";a:1:{i:0;s:4:\"post\";}s:14:\"show_heirarchy\";b:1;s:12:\"ordered_list\";b:1;s:13:\"smooth_scroll\";b:1;s:20:\"smooth_scroll_offset\";i:30;s:10:\"visibility\";b:1;s:15:\"visibility_show\";s:4:\"show\";s:15:\"visibility_hide\";s:4:\"hide\";s:26:\"visibility_hide_by_default\";b:0;s:5:\"width\";s:4:\"Auto\";s:12:\"width_custom\";d:275;s:18:\"width_custom_units\";s:2:\"px\";s:8:\"wrapping\";i:0;s:9:\"font_size\";d:95;s:15:\"font_size_units\";s:1:\"%\";s:5:\"theme\";i:1;s:24:\"custom_background_colour\";s:7:\"#f9f9f9\";s:20:\"custom_border_colour\";s:7:\"#aaaaaa\";s:19:\"custom_title_colour\";s:1:\"#\";s:19:\"custom_links_colour\";s:1:\"#\";s:25:\"custom_links_hover_colour\";s:1:\"#\";s:27:\"custom_links_visited_colour\";s:1:\"#\";s:9:\"lowercase\";b:0;s:9:\"hyphenate\";b:0;s:14:\"bullet_spacing\";b:0;s:16:\"include_homepage\";b:0;s:11:\"exclude_css\";b:0;s:7:\"exclude\";s:0:\"\";s:14:\"heading_levels\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";}s:13:\"restrict_path\";s:0:\"\";s:19:\"css_container_class\";s:0:\"\";s:25:\"sitemap_show_page_listing\";b:1;s:29:\"sitemap_show_category_listing\";b:1;s:20:\"sitemap_heading_type\";i:3;s:13:\"sitemap_pages\";s:5:\"Pages\";s:18:\"sitemap_categories\";s:10:\"Categories\";s:23:\"show_toc_in_widget_only\";b:1;s:34:\"show_toc_in_widget_only_post_types\";a:1:{i:0;s:4:\"post\";}}","yes"), ("1697","rank_math_known_post_types","a:4:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:6:\"blocks\";s:6:\"blocks\";}","yes"), ("1698","rank_math_modules","a:13:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";i:12;s:12:\"role-manager\";}","yes"), ("1699","rank-math-options-general","a:47:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:21:\"http://localhost/coin\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:2:\"on\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:8:\"advanced\";s:21:\"content_ai_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"blocks\";}s:15:\"analytics_stats\";s:2:\"on\";s:21:\"breadcrumbs_home_link\";s:21:\"http://localhost/coin\";s:29:\"breadcrumbs_remove_post_title\";s:3:\"off\";s:30:\"breadcrumbs_hide_taxonomy_name\";s:3:\"off\";s:16:\"headless_support\";s:3:\"off\";s:27:\"frontend_seo_score_template\";s:6:\"circle\";s:17:\"support_rank_math\";s:2:\"on\";s:18:\"content_ai_country\";s:3:\"all\";}","yes"), ("1700","rank-math-options-titles","a:123:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:41:\"Mẫu web tin tức coin - Ninh Bình Web\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:15:\"pt_blocks_title\";s:24:\"%title% %sep% %sitename%\";s:21:\"pt_blocks_description\";s:9:\"%excerpt%\";s:16:\"pt_blocks_robots\";a:0:{}s:23:\"pt_blocks_custom_robots\";s:3:\"off\";s:30:\"pt_blocks_default_rich_snippet\";s:3:\"off\";s:30:\"pt_blocks_default_article_type\";s:7:\"Article\";s:30:\"pt_blocks_default_snippet_name\";s:11:\"%seo_title%\";s:30:\"pt_blocks_default_snippet_desc\";s:17:\"%seo_description%\";s:32:\"pt_blocks_slack_enhanced_sharing\";s:3:\"off\";s:19:\"pt_blocks_ls_use_fk\";s:6:\"titles\";s:22:\"pt_blocks_add_meta_box\";s:2:\"on\";s:22:\"pt_blocks_bulk_editing\";s:7:\"editing\";s:26:\"pt_blocks_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:21:\"tax_post_format_title\";s:23:\"%term% %sep% %sitename%\";s:22:\"tax_post_format_robots\";a:1:{i:0;s:7:\"noindex\";}s:28:\"tax_post_format_add_meta_box\";s:3:\"off\";s:29:\"tax_post_format_custom_robots\";s:2:\"on\";s:27:\"tax_post_format_description\";s:18:\"%term_description%\";s:38:\"tax_post_format_slack_enhanced_sharing\";s:2:\"on\";s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";}","yes"), ("1701","rank-math-options-sitemap","a:14:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:19:\"ping_search_engines\";s:2:\"on\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:17:\"pt_blocks_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";s:23:\"tax_post_format_sitemap\";s:3:\"off\";}","yes"), ("1702","rank-math-options-instant-indexing","a:2:{s:15:\"bing_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:16:\"indexnow_api_key\";s:32:\"a3c8797fe7a54c1684daa7541bff1858\";}","yes"), ("1705","rank_math_version","1.0.98.2","yes"), ("1706","rank_math_db_version","1","yes"), ("1707","rank_math_install_date","1659324613","yes"), ("1716","rank_math_registration_skip","1","yes"), ("1717","rank_math_review_notice_date","1660534219","no"), ("1718","rank_math_pro_notice_date","1660188619","no"), ("1719","rank_math_review_posts_converted","1","yes"), ("1721","rank_math_wizard_completed","1","yes"), ("1722","rank_math_google_analytic_options","a:10:{s:10:\"account_id\";b:0;s:11:\"property_id\";b:0;s:7:\"view_id\";b:0;s:14:\"measurement_id\";b:0;s:11:\"stream_name\";b:0;s:7:\"country\";s:3:\"all\";s:12:\"install_code\";b:0;s:12:\"anonymize_ip\";b:0;s:11:\"local_ga_js\";b:0;s:16:\"exclude_loggedin\";b:0;}","yes"), ("1723","rank_math_analytics_all_services","a:1:{s:5:\"sites\";a:1:{i:0;b:0;}}","yes"), ("1724","rank_math_google_analytic_profile","a:3:{s:7:\"country\";s:3:\"all\";s:7:\"profile\";b:0;s:19:\"enable_index_status\";b:0;}","yes"), ("1726","rank_math_is_configured","1","yes"), ("1733","rank_math_sitemap_cache_files","a:3:{s:46:\"rank_math_1016a8a3137f57071ec263a81aa78858.xml\";s:4:\"page\";s:46:\"rank_math_dd0a6207a061d3524bb521b085a9318d.xml\";s:6:\"blocks\";s:46:\"rank_math_92f134918a99e8bfeab00cea99902dfc.xml\";s:8:\"category\";}","yes"), ("1735","rank_math_analytics_installed","1","yes"), ("1754","rank_math_yoast_block_posts","a:2:{s:5:\"posts\";a:0:{}s:5:\"count\";i:0;}","yes"), ("1755","rank_math_old_schema_data","a:0:{}","yes"), ("1850","rank_math_indexnow_log","a:1:{i:0;a:5:{s:3:\"url\";s:22:\"http://localhost/coin/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1659301000;}}","no"), ("1918","litespeed.gui.lscwp_whm_install","-1","yes"), ("1919","litespeed.gui.dismiss","-1","yes"), ("1920","litespeed.gui._summary","{\"new_version\":1659906661,\"score\":1660511461}","yes"), ("1921","litespeed.data.upgrading","-1","yes"), ("1922","litespeed.admin_display.messages","[\"<div class=\\\"notice notice-success is-dismissible\\\"><p>\\u0110\\u00e3 x\\u00f3a h\\u00e0ng th\\u00e0nh c\\u00f4ng.<\\/p><\\/div>\",\"<div class=\\\"notice notice-success is-dismissible\\\"><p>D\\u1ecdn d\\u1eb9p t\\u1ea5t c\\u1ea3 c\\u00e1c b\\u1ed9 nh\\u1edb cache th\\u00e0nh c\\u00f4ng.<\\/p><\\/div>\"]","yes"), ("1941","litespeed.optimize.timestamp_purge_css","1659302094","yes"), ("1942","litespeed.purge._summary","[]","yes"), ("2088","rank_math_content_ai_viewed","1","yes"), ("2325","duplicator_pro_license_key","activated","yes"), ("2326","duplicator_pro_reset_user_settings_required","0","yes"), ("2502","rank_math_pro_notice_added","1","no"), ("2834","rank_math_review_notice_added","1","no"), ("3658","auto_core_update_notified","a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"info.giuseart.com@gmail.com\";s:7:\"version\";s:5:\"6.0.2\";s:9:\"timestamp\";i:1661933243;}","no"), ("5076","rank_math_notifications","a:0:{}","yes"), ("5778","ai1wm_backups_labels","a:0:{}","yes"), ("5783","duplicator_pro_plugin_version","4.0.1.2","yes"), ("5792","_transient_timeout_as-post-store-dependencies-met","1664463509","no"), ("5793","_transient_as-post-store-dependencies-met","yes","no"), ("5794","_transient_timeout_font-awesome-last-used-release","1695913109","no"), ("5795","_transient_font-awesome-last-used-release","a:5:{s:7:\"version\";s:5:\"6.1.2\";s:7:\"use_pro\";b:0;s:7:\"use_svg\";b:0;s:17:\"use_compatibility\";b:1;s:9:\"resources\";a:2:{s:3:\"all\";O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:55:\"https://use.fontawesome.com/releases/v6.1.2/css/all.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV\";}s:8:\"v4-shims\";O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:60:\"https://use.fontawesome.com/releases/v6.1.2/css/v4-shims.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-iW7MVRJO9Fj06GFbRcMqdZBcVQhjBWlVXUjtY7XCppA+DZUoHBQ7B8VB+EjXUkPV\";}}}","no"), ("5797","action_scheduler_migration_status","complete","yes"), ("5804","_site_transient_timeout_kirki_googlefonts_cache","1664463532","no"), ("5805","_site_transient_kirki_googlefonts_cache","a:1064:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Be Vietnam\";a:3:{s:5:\"label\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Math\";a:3:{s:5:\"label\";s:13:\"STIX Two Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}","no"), ("5806","_transient_rank_math_first_submenu_id","rank-math","yes"), ("5807","_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:62:\"https://downloads.wordpress.org/release/vi/wordpress-6.0.2.zip\";s:6:\"locale\";s:2:\"vi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/vi/wordpress-6.0.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.2\";s:7:\"version\";s:5:\"6.0.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1664459792;s:15:\"version_checked\";s:5:\"6.0.2\";s:12:\"translations\";a:0:{}}","no"), ("5808","_site_transient_update_plugins","O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1664459794;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:39:\"q2w3-fixed-widget/q2w3-fixed-widget.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/q2w3-fixed-widget\";s:4:\"slug\";s:17:\"q2w3-fixed-widget\";s:6:\"plugin\";s:39:\"q2w3-fixed-widget/q2w3-fixed-widget.php\";s:11:\"new_version\";s:5:\"6.1.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/q2w3-fixed-widget/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/q2w3-fixed-widget.6.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/q2w3-fixed-widget/assets/icon-256x256.png?rev=2384479\";s:2:\"1x\";s:70:\"https://ps.w.org/q2w3-fixed-widget/assets/icon-128x128.png?rev=2384479\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/q2w3-fixed-widget/assets/banner-1544x500.png?rev=2384484\";s:2:\"1x\";s:72:\"https://ps.w.org/q2w3-fixed-widget/assets/banner-772x250.png?rev=2384479\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:22:\"font-awesome/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/font-awesome\";s:4:\"slug\";s:12:\"font-awesome\";s:6:\"plugin\";s:22:\"font-awesome/index.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/font-awesome/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/font-awesome.4.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-256x256.png?rev=1991998\";s:2:\"1x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-128x128.png?rev=1991998\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/font-awesome/assets/banner-1544x500.png?rev=1991998\";s:2:\"1x\";s:67:\"https://ps.w.org/font-awesome/assets/banner-772x250.png?rev=1991993\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:8:\"1.0.98.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.98.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/seo-by-rank-math/assets/icon-256x256.png?rev=2654292\";s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=2654292\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=2654292\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:30:\"table-of-contents-plus/toc.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/table-of-contents-plus\";s:4:\"slug\";s:22:\"table-of-contents-plus\";s:6:\"plugin\";s:30:\"table-of-contents-plus/toc.php\";s:11:\"new_version\";s:4:\"2106\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/table-of-contents-plus/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/table-of-contents-plus.2106.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/table-of-contents-plus/assets/icon-256x256.png?rev=1151771\";s:2:\"1x\";s:75:\"https://ps.w.org/table-of-contents-plus/assets/icon-128x128.png?rev=1151770\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/table-of-contents-plus/assets/banner-772x250.png?rev=578600\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:27:\"woosidebars/woosidebars.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woosidebars\";s:4:\"slug\";s:11:\"woosidebars\";s:6:\"plugin\";s:27:\"woosidebars/woosidebars.php\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woosidebars/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woosidebars.1.4.6.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/woosidebars_a9c7b8.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woosidebars/assets/banner-1544x500.png?rev=633896\";s:2:\"1x\";s:65:\"https://ps.w.org/woosidebars/assets/banner-772x250.png?rev=633896\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}}s:7:\"checked\";a:7:{s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:33:\"duplicator-pro/duplicator-pro.php\";s:7:\"4.0.1.2\";s:39:\"q2w3-fixed-widget/q2w3-fixed-widget.php\";s:5:\"6.1.1\";s:22:\"font-awesome/index.php\";s:5:\"4.3.1\";s:30:\"seo-by-rank-math/rank-math.php\";s:8:\"1.0.98.2\";s:30:\"table-of-contents-plus/toc.php\";s:4:\"2106\";s:27:\"woosidebars/woosidebars.php\";s:5:\"1.4.6\";}}","no"), ("5811","_site_transient_update_themes","O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1664459794;s:7:\"checked\";a:2:{s:4:\"coin\";s:3:\"3.0\";s:8:\"flatsome\";s:6:\"3.15.7\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:8:\"flatsome\";a:4:{s:5:\"theme\";s:8:\"flatsome\";s:11:\"new_version\";s:6:\"3.15.7\";s:3:\"url\";s:82:\"http://localhost/coin/wp-admin/admin.php?page=flatsome-version-info&version=3.15.7\";s:7:\"package\";s:104:\"http://localhost/coin/wp-admin/admin.php?page=flatsome-panel&flatsome_version=3.15.7&flatsome_download=1\";}}s:12:\"translations\";a:0:{}}","no"), ("5815","_site_transient_timeout_browser_db1c216bafbc4dbf505a6ff94cc45f5b","1664981968","no"), ("5816","_site_transient_browser_db1c216bafbc4dbf505a6ff94cc45f5b","a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"104.0.5112.84\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}","no"), ("5817","_site_transient_timeout_php_check_744549330ad044a5e94138c3c20d7f77","1664981969","no"), ("5818","_site_transient_php_check_744549330ad044a5e94138c3c20d7f77","a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}","no"), ("5847","_transient_timeout_duplicator_pro_frotend_delay","1664459850","no"), ("5848","_transient_duplicator_pro_frotend_delay","1","no"), ("5849","_transient_timeout_global_styles_svg_filters_coin","1664459851","no"), ("5850","_transient_global_styles_svg_filters_coin","<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>","no"), ("5851","_transient_timeout_global_styles_coin","1664459851","no"), ("5852","_transient_global_styles_coin","body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}","no"), ("5853","_site_transient_timeout_available_translations","1664470592","no"), ("5854","_site_transient_available_translations","a:129:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-06 20:56:57\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-30 20:47:16\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/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:6:\"4.8.20\";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:63:\"https://downloads.wordpress.org/translation/core/4.8.20/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:\"5.8.5\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.5/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: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:\"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:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.21/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-26 19:14:31\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.11/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-09 10:47:25\";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/6.0.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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-26 16:56:50\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-30 12:45:04\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 14:38:01\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-29 07:16:53\";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/6.0.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-24 09:00:33\";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/6.0.2/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_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/de_AT.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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-12 12:11:00\";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/6.0.2/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_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-12 12:07:21\";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/6.0.2/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-24 08:57:04\";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/6.0.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}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:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 18:29:18\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 17:05:41\";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/6.0.2/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:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-18 03:40:33\";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/6.0.2/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";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/6.0.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-25 06:38:18\";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/6.0.2/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-18 14:16:16\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-30 00:33:13\";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/6.0.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-01 00:22:12\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-28 15:24:06\";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/6.0.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";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/6.0.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";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/5.8.5/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.11/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-07 20:37:41\";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/6.0.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.16\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.16/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-06 15:13:59\";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/6.0.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-17 18:49:06\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-26 12:47:04\";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/6.0.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 13:34:46\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/fa_AF.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:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-13 06:47:49\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-31 18:07:18\";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/6.0.2/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-13 18:56:33\";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/6.0.2/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:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-06 12:40:10\";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/6.0.2/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.20\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.20/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-25 11:39:42\";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/6.0.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:6:\"4.9.21\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.21/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:6:\"4.4.28\";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:63:\"https://downloads.wordpress.org/translation/core/4.4.28/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-10 09:13:56\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.11/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:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 17:59:23\";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/6.0.2/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:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-27 12:11:52\";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/6.0.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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-29 00:21:23\";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/6.0.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.21/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-17 11:39:52\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-24 06:10:37\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.21/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-08 19:36:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-09 09:53:03\";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/6.0.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:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.21/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.16\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.16/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:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-10 18:01:45\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-25 12:03:54\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:\"5.8.5\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";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/5.8.5/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-09 08:59:20\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-04-12 12:32:07\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:6:\"4.9.21\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.21/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:6:\"5.5.10\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.10/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.2.33\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";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.2.33/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 23:14:19\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-28 06:54:13\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-12 07:02:28\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-06-02 21:03:02\";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/6.0.2/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:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-28 13:34:21\";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/6.0.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:6:\"4.8.20\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.20/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:15:\"Panjabi (India)\";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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-28 06:05:43\";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/6.0.2/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.3.29\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";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.3.29/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.0.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-14 11:16:32\";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/6.0.2/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_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-11-27 16:28:47\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/pt_AO.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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-03 04:00:34\";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/6.0.2/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:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-29 10:36:16\";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/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-06 10:04:56\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.11/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-20 12:05:25\";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/6.0.2/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:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-31 13:35:14\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-05 12:27:18\";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/6.0.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-16 11:26:37\";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/6.0.2/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:\"5.8.5\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-29 09:23:35\";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/6.0.2/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:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.13\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.13/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}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:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.33\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.33/ta_LK.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:18:\"தொடர்க\";}}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:\"5.8.5\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.5/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:6:\"4.8.20\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.20/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-17 18:26:53\";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/6.0.2/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:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.21/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-11 15:51:48\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/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:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.11/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-24 07:53:05\";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/6.0.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/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:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-30 23:30:57\";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/6.0.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-15 08:22:28\";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/6.0.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}","no"), ("5856","_site_transient_timeout_theme_roots","1664461593","no"), ("5857","_site_transient_theme_roots","a:2:{s:4:\"coin\";s:7:\"/themes\";s:8:\"flatsome\";s:7:\"/themes\";}","no"), ("5858","_transient_timeout_action_scheduler_last_pastdue_actions_check","1664481395","no"), ("5859","_transient_action_scheduler_last_pastdue_actions_check","1664459795","no"), ("5860","_transient_timeout_rank_math_feed_posts_v2","1664502997","no"), ("5861","_transient_rank_math_feed_posts_v2","a:4:{i:0;a:5:{s:5:\"title\";a:1:{s:8:\"rendered\";s:57:\"Learn more about Google\'s upcoming Helpful Content Update\";}s:4:\"date\";s:19:\"2022-09-29 10:22:12\";s:4:\"link\";s:58:\"https://rankmath.com/google-update/helpful-content-update/\";s:12:\"custom_label\";s:0:\"\";s:9:\"condition\";s:0:\"\";}i:1;a:3:{s:5:\"title\";a:1:{s:8:\"rendered\";s:56:\"Secret Revealed: How to Write an Introduction Paragraph?\";}s:4:\"date\";s:19:\"2022-09-28 12:05:51\";s:4:\"link\";s:49:\"https://rankmath.com/blog/introduction-paragraph/\";}i:2;a:3:{s:5:\"title\";a:1:{s:8:\"rendered\";s:48:\"How to Fix Missing Admin Bar Issue in WordPress?\";}s:4:\"date\";s:19:\"2022-09-27 13:18:00\";s:4:\"link\";s:48:\"https://rankmath.com/blog/fix-missing-admin-bar/\";}i:3;a:3:{s:5:\"title\";a:1:{s:8:\"rendered\";s:67:\"How to Quickly Fix \"Missing a Temporary Folder\" Error in WordPress?\";}s:4:\"date\";s:19:\"2022-09-24 14:51:08\";s:4:\"link\";s:63:\"https://rankmath.com/blog/fix-missing-a-temporary-folder-error/\";}}","no"), ("5862","_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e","1664502998","no"), ("5863","_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e","a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}","no"), ("5864","_transient_timeout_feed_b748b176461a07a256071902477d41d7","1664502998","no"), ("5865","_transient_feed_b748b176461a07a256071902477d41d7","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:52:\"\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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Blog | WordPress.org tiếng Việt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://vi.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2022 03:07:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"vi\";s: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=6.1-beta2-54352\";s: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:\"image\";a:1:{i:0;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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Blog | WordPress.org tiếng Việt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://vi.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"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:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Sắp diễn ra: Meetup WordPress Hà Nội (15/07/2022)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://vi.wordpress.org/2022/07/12/sap-dien-ra-meetup-wordpress-ha-noi-15-07-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://vi.wordpress.org/2022/07/12/sap-dien-ra-meetup-wordpress-ha-noi-15-07-2022/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 08:27:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://vi.wordpress.org/?p=1029\";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:349:\"Hẳn các bạn đã chờ rất lâu cho một sự kiện của cộng đồng WordPress tại Hà Nội. Tháng 07/2022, mời các bạn yêu mến WordPress tham gia chương trình Meetup tại Hà Nội nhé. Hãy lưu lại thông tin về thời gian và địa điểm diễn ra: Thời gian: 19:30 đến 20:30 ngày 15/07/2022 […]\";s: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:\"Khoi Pro\";s: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:3475:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"577\" src=\"https://vi.wordpress.org/files/2022/07/meetup-072022-hanoi-1024x577.png\" alt=\"\" class=\"wp-image-1037\" srcset=\"https://vi.wordpress.org/files/2022/07/meetup-072022-hanoi-1024x577.png 1024w, https://vi.wordpress.org/files/2022/07/meetup-072022-hanoi-300x169.png 300w, https://vi.wordpress.org/files/2022/07/meetup-072022-hanoi-768x433.png 768w, https://vi.wordpress.org/files/2022/07/meetup-072022-hanoi-1536x865.png 1536w, https://vi.wordpress.org/files/2022/07/meetup-072022-hanoi.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>Hẳn các bạn đã chờ rất lâu cho một sự kiện của cộng đồng WordPress tại Hà Nội. Tháng 07/2022, mời các bạn yêu mến WordPress tham gia chương trình Meetup tại Hà Nội nhé.</p>\n\n\n\n<span id=\"more-1029\"></span>\n\n\n\n<p><strong>Hãy lưu lại thông tin về thời gian và địa điểm diễn ra:</strong></p>\n\n\n\n<ul><li><strong>Thời gian: </strong>19:30 đến 20:30 ngày 15/07/2022 (thứ Sáu)</li><li><strong>Địa điểm:</strong> Tầng 4, số 37 Phó Đức Chính, Trúc Bạch, Hà Nội</li></ul>\n\n\n\n<p class=\"has-text-align-center\"><strong>Vui lòng đăng ký vào form sau do địa điểm có sức chứa có hạn.</strong></p>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://forms.gle/JzVd8SxygNLXtey18\" target=\"_blank\" rel=\"noreferrer noopener\">Đăng ký tham gia</a></div>\n</div>\n\n\n\n<h2>Chủ đề trao đổi chính</h2>\n\n\n\n<p><strong>WordPress và ReactJS</strong> – Tìm hiểu làm thế nào để kết hợp 1 CMS phổ thông nhất hiện nay cùng với ReactJS – một trong những thư viện JS phổ biến nhất hiện nay.</p>\n\n\n\n<p><strong>REST API WordPress</strong> – Bạn đã tìm hiểu về REST API chưa? Làm thế nào để hiểu REST API hơn?</p>\n\n\n\n<p><strong>WordPress Optimization</strong> – Best Practices – Những kinh nghiệm tối ưu mới nhất từ góc nhìn kỹ thuật chuyên sâu.</p>\n\n\n\n<h2>Speaker</h2>\n\n\n\n<p>Nguyễn Minh Khôi</p>\n\n\n\n<ul><li>Founder, CEO của <a rel=\"noreferrer noopener\" href=\"https://codetot.vn\" data-type=\"URL\" data-id=\"https://codetot.vn\" target=\"_blank\">Code Tốt</a> – web development agency</li><li>CTO của <a href=\"https://nhaphonet.vn\" data-type=\"URL\" data-id=\"https://nhaphonet.vn\">Nhà Phố Net</a> – sàn giao dịch bất động sản thổ cư và nhà phố hàng đầu Việt Nam</li></ul>\n\n\n\n<p>Nam Lê</p>\n\n\n\n<ul><li>CEO & Founder <a href=\"https://vietmoz.edu.vn\" data-type=\"URL\" data-id=\"https://vietmoz.edu.vn\" target=\"_blank\" rel=\"noreferrer noopener\">VietMoz</a></li></ul>\n\n\n\n<h2>Nhà tài trợ</h2>\n\n\n\n<p><strong>123HOST</strong><br>Coupon ưu đãi: <strong><em>MEETHANOI </em></strong>(Giảm 50% WordPress Hosting, Hosting giá rẻ, SEO Hosting. (Áp dụng cho đơn hàng mới và lần thanh toán đầu tiên)</p>\n\n\n\n<p>Hỗ trợ một phần chi phí tổ chức trong và sau sự kiện.</p>\n\n\n\n<p><strong>NhaPhoNet</strong></p>\n\n\n\n<p>Tài trợ địa điểm tổ chức tại 37 Phó Đức Chính, Ba Đình, Hà Nộ</p>\n\n\n\n<p><strong>Code Tốt</strong></p>\n\n\n\n<p>Hỗ trợ truyền thông, giới thiệu sự kiện.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://vi.wordpress.org/2022/07/12/sap-dien-ra-meetup-wordpress-ha-noi-15-07-2022/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:1;a:6:{s:4:\"data\";s:79:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Nha Trang WordPress Meetup 10/10/2021 (Online)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://vi.wordpress.org/2021/09/30/nha-trang-wordpress-meetup-10-10-2021-online/\";s: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:90:\"https://vi.wordpress.org/2021/09/30/nha-trang-wordpress-meetup-10-10-2021-online/#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, 30 Sep 2021 10:59: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:3:{i:0;a:5:{s:4:\"data\";s:6:\"Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Nha Trang\";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:26:\"Nha Trang WordPress Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://vi.wordpress.org/?p=1004\";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:383:\"Thời gian: 19h30 ngày 10 tháng 10 năm 2021 Hình thức: Online qua Google Meet Ngôn ngữ: Tiếng Việt Facebook event: https://www.facebook.com/events/402206728020627/ Xin chào tất cả các bạn yêu mến WordPress tại Nha Trang, vậy là cũng gần hết năm 2021 rồi mà Nha Trang WordPress Meetup chưa được tổ chức lần nào bởi dịch […]\";s: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:\"Dat Hoang\";s: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:2204:\"\n<figure class=\"wp-block-image size-large\"><a href=\"https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct-1024x576.png\" alt=\"\" class=\"wp-image-1005\" srcset=\"https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct-1024x576.png 1024w, https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct-300x169.png 300w, https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct-768x432.png 768w, https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct-1536x864.png 1536w, https://vi.wordpress.org/files/2021/09/nha-trang-2021-oct.png 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<ul class=\"has-pale-ocean-gradient-background has-background has-medium-font-size\"><li>Thời gian: 19h30 ngày 10 tháng 10 năm 2021</li><li>Hình thức: Online qua Google Meet</li><li>Ngôn ngữ: Tiếng Việt</li><li>Facebook event: <a href=\"https://www.facebook.com/events/402206728020627/\">https://www.facebook.com/events/402206728020627/ </a></li></ul>\n\n\n\n<span id=\"more-1004\"></span>\n\n\n\n<p>Xin chào tất cả các bạn yêu mến WordPress tại Nha Trang, vậy là cũng gần hết năm 2021 rồi mà Nha Trang WordPress Meetup chưa được tổ chức lần nào bởi dịch bệnh COVID-19…</p>\n\n\n\n<p>Vì vậy trong tháng 10/2020 Nha Trang WordPress sẽ tổ chức một buổi meetup để giao lưu kết nối với toàn thể các anh chị em yêu mến WordPress tại Nha Trang nói riêng và ở Việt Nam nói chung. </p>\n\n\n\n<h2>Chủ đề trình bày:</h2>\n\n\n\n<ul><li>Chủ đề 1: Tăng tốc website WordPress dành cho người không chuyên<br>Trình bày: Nguyễn Xuân Bình Minh</li><li>Chủ đề 2: WordPress dành cho người mới<br>Trình bày: Nga Nguyễn</li><li>Chủ đề 3: Bí mật<br>Trình bày: Khách mời bí mật<br></li></ul>\n\n\n\n<p>Thông tin đăng ký cụ thể sẽ được cập nhật trong thời gian sắp tới! Vui lòng theo dõi qua Facebook Event: </p>\n\n\n\n<p><a href=\"https://www.facebook.com/events/402206728020627/\">https://www.facebook.com/events/402206728020627/</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:86:\"https://vi.wordpress.org/2021/09/30/nha-trang-wordpress-meetup-10-10-2021-online/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:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Bản cập nhật WordPress 5.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://vi.wordpress.org/2021/09/09/ban-cap-nhat-wordpress-5-8-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://vi.wordpress.org/2021/09/09/ban-cap-nhat-wordpress-5-8-1/#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, 09 Sep 2021 03:32:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Bản nâng cấ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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=994\";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:216:\"Team WordPress vừa phát hành bản cập nhật 5.8.1 khắc phục một số vấn đề bảo mật và bugfix trên Core và Block Editor. 3 lỗi bảo mật 41 bugfix trong Core 20 bugfix trong Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Khoi Pro\";s: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:559:\"\n<p>Team WordPress vừa phát hành bản cập nhật 5.8.1 khắc phục một số vấn đề bảo mật và bugfix trên Core và Block Editor.</p>\n\n\n\n<span id=\"more-994\"></span>\n\n\n\n<ul><li>3 lỗi bảo mật</li><li>41 bugfix trong Core</li><li>20 bugfix trong Block Editor</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/support/wordpress-version/version-5-8-1/\" target=\"_blank\" rel=\"noreferrer noopener\">Xem chi tiết</a></div>\n</div>\n\n\n\n<p></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:70:\"https://vi.wordpress.org/2021/09/09/ban-cap-nhat-wordpress-5-8-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WordPress 5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://vi.wordpress.org/2021/07/21/wordpress-5-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://vi.wordpress.org/2021/07/21/wordpress-5-8/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jul 2021 01:55:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Bản nâng cấ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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=988\";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:343:\"Phiên bản WordPress 5.8 vừa ra mắt và phát hành sáng nay, bao gồm cả bản phiên bản cho ngôn ngữ tiếng Việt. Nó có nhiều cập nhật và cần các website cập nhật để hoạt động ổn định hơn. Cập nhật block trong Editor Phiên bản WordPress 5.8 mang tên Tatum tiếp tục cải […]\";s: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:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7307:\"\n<p>Phiên bản <strong>WordPress 5.8</strong> vừa ra mắt và phát hành sáng nay, bao gồm cả bản phiên bản cho ngôn ngữ tiếng Việt. Nó có nhiều cập nhật và cần các website cập nhật để hoạt động ổn định hơn.</p>\n\n\n\n<span id=\"more-988\"></span>\n\n\n\n<h2>Cập nhật block trong Editor</h2>\n\n\n\n<p>Phiên bản WordPress 5.8 mang tên Tatum tiếp tục cải thiện các block có từ phiên bản WordPress 5.0 và các cải thiện đáng kể khác.</p>\n\n\n\n<p><strong>Sắp xếp đối tượng tương tự Layers trong Adobe Photoshop giúp bạn dễ dàng theo dõi dạng cây.</strong></p>\n\n\n\n<p>Có thể bạn cần một trang landing đơn giản, nhưng cũng có lúc bạn cần một cái gì đó mạnh mẽ hơn một chút. Khi nhiều block đang cùng một trang, các block xuất hiện và việc tạo nội dung trở nên dễ dàng hơn, cần có các giải pháp để làm cho nội dung phức tạp dễ điều hướng. Chế độ xem danh sách (List View) là cách tốt nhất để chuyển giữa các lớp nội dung và các block lồng nhau. Vì Chế độ xem danh sách cung cấp cho bạn cái nhìn tổng quan về tất cả các khối trong nội dung của bạn, giờ đây bạn có thể điều hướng nhanh chóng đến khối chính xác mà bạn cần.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png\" alt=\"Xem trước mẫu block\" width=\"370\" height=\"200\" /><figcaption>Xem trước mẫu block trước khi thêm vào</figcaption></figure></div>\n\n\n\n<h2>Chuyển Widget thành Block</h2>\n\n\n\n<p>Đây là một cập nhật đáng chú ý, chuyển giao diện Widget bản mặc định sang giao diện trình chỉnh sửa Block. Trong trường hợp giao diện không tương thích, bạn nên chuyển ngược lại bằng cách cài plugin <a href=\"https://vi.wordpress.org/plugins/classic-widgets/\" target=\"_blank\" rel=\"noreferrer noopener\">Classic Widgets</a>.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png\" alt=\"Block widget mới\" width=\"356\" height=\"267\" /><figcaption>Block cho phép nhúng widget mới</figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://kweb.vn/wp-content/uploads/2021/07/widget-area.png\" alt=\"Khu vực widget area mới trong WordPress 5.8\" class=\"wp-image-901\" width=\"459\" height=\"216\" /><figcaption>Giao diện Widget Area mới</figcaption></figure></div>\n\n\n\n<h2>Hiển thị bài viết trong Block Editor</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png\" alt=\"Block cho phép chèn danh sách bài viết\" width=\"385\" height=\"305\" /><figcaption>Block cho phép chèn danh sách bài viết</figcaption></figure></div>\n\n\n\n<p>Trong phiên bản WordPress 5.8, một trong những vấn đề đau đầu là cách hiển thị block danh sách bài viết đã được xử lý. Trình soạn thảo block cung cấp một block Query Loop cho phép lựa chọn nhiều tùy chỉnh từ số lượng bài viết, hiển thị danh mục, ngày tháng cho tới bổ sung pagination. Khá thuận tiện nhưng cũng vẫn là cơ bản và cần nhiều hơn cho một website.</p>\n\n\n\n<h2>Cấu trúc trang tổng thể</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png\" alt=\"Sắp xếp layer trong WordPress\" width=\"388\" height=\"303\" /><figcaption>Sắp xếp layer trong WordPress</figcaption></figure></div>\n\n\n\n<p>Có thể bạn cần một trang landing đơn giản, nhưng cũng có lúc bạn cần một cái gì đó mạnh mẽ hơn một chút. Khi các khối tăng lên, các mẫu xuất hiện và việc tạo nội dung trở nên dễ dàng hơn, cần có các giải pháp mới để làm cho nội dung phức tạp dễ điều hướng. Chế độ xem danh sách (List View) là cách tốt nhất để chuyển giữa các lớp nội dung và các block lồng nhau. Vì Chế độ xem danh sách cung cấp cho bạn cái nhìn tổng quan về tất cả các khối trong nội dung của bạn, giờ đây bạn có thể điều hướng nhanh chóng đến khối chính xác mà bạn cần.</p>\n\n\n\n<h2>Các mẫu đề xuất cho các khối (Patterns)</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png\" alt=\"Sử dụng Patterns\" width=\"437\" height=\"283\" /><figcaption>Sử dụng Patterns</figcaption></figure></div>\n\n\n\n<p>Bắt đầu từ phiên bản này, công cụ Chuyển đổi mẫu sẽ đề xuất các mẫu có sẵn dựa trên block bạn đang sử dụng. Ngay bây giờ, bạn có thể dùng thử trong Block Bài viết và Block Mạng xã hội. Khi nhiều mẫu được thêm vào, bạn sẽ có thể lấy cảm hứng để tạo kiểu cho trang web của mình mà không cần rời khỏi công cụ chỉnh sửa!</p>\n\n\n\n<h2>Tạo kiểu và tô màu cho hình ảnh</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png\" alt=\"Thêm màu 2 lớp vào đối tượng\" width=\"453\" height=\"370\" /><figcaption>Thêm màu 2 lớp vào đối tượng</figcaption></figure></div>\n\n\n\n<p>Tô màu các khối hình ảnh và bìa của bạn bằng các bộ lọc duotone! Duotone có thể thêm màu sắc vào thiết kế của bạn và tạo kiểu cho hình ảnh của bạn (hoặc video) để tích hợp tốt với giao diện của bạn. Bạn có thể nghĩ về hiệu ứng duotone như một bộ lọc đen trắng, nhưng thay vì bóng tối có màu đen và các điểm sáng có màu trắng, bạn chọn màu của riêng mình cho bóng tối và vùng sáng.</p>\n\n\n\n<h2>Đối với lập trình viên</h2>\n\n\n\n<ul><li>Đăng ký style chung và api của giao diện thông qua file <strong>theme.json</strong></li><li>Ngừng hỗ trợ IE11</li><li>Thêm format ảnh WebP</li><li>Thêm một số phần mở rộng tùy chỉnh cho block</li><li>Giới thiệu <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\" target=\"_blank\" rel=\"noreferrer noopener\">Field Guide</a></li></ul>\n\n\n\n<p><em>Bài lược dịch từ <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2021/07/tatum/\" target=\"_blank\">Giới thiệu WordPress 5.8</a> Tatum bởi <a href=\"https://kweb.vn/ban-cap-nhat-wordpress-5-8-co-gi-moi/\" data-type=\"URL\" data-id=\"https://kweb.vn/ban-cap-nhat-wordpress-5-8-co-gi-moi/\" target=\"_blank\" rel=\"noreferrer noopener\">KWeb</a>.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://vi.wordpress.org/2021/07/21/wordpress-5-8/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:4;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Cập nhật bảo mật WordPress 5.7.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://vi.wordpress.org/2021/05/13/cap-nhat-bao-mat-wordpress-5-7-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://vi.wordpress.org/2021/05/13/cap-nhat-bao-mat-wordpress-5-7-2/#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, 13 May 2021 13:46: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Bản nâng cấ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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=985\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"Vào ngày 12/05/2021, bản cập nhật WordPress 5.7.2 đã được phát hành để khắc phục một lỗi bảo mật với PHPMailer. Mức độ ảnh hưởng: tất cả phiên bản WordPress từ 3.7 đến 5.7. Khuyến nghị: nâng cấp ngay khi có thể. Bạn có thể tải bản cập nhật bằng tay hoặc tự động thông […]\";s: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:\"Khoi Pro\";s: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:713:\"\n<p>Vào ngày 12/05/2021, bản cập nhật WordPress 5.7.2 đã được phát hành để khắc phục một lỗi bảo mật với PHPMailer.</p>\n\n\n\n<span id=\"more-985\"></span>\n\n\n\n<p><strong>Mức độ ảnh hưởng:</strong> tất cả phiên bản WordPress từ 3.7 đến 5.7.</p>\n\n\n\n<p><strong>Khuyến nghị: </strong>nâng cấp ngay khi có thể.</p>\n\n\n\n<p>Bạn có thể tải bản cập nhật bằng tay hoặc tự động thông qua chức năng Cập nhật trong phần quản trị của web.</p>\n\n\n\n<p>Chi tiết bản cập nhật, bạn xem thêm <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-2/\" target=\"_blank\" rel=\"noreferrer noopener\">ở đây</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:74:\"https://vi.wordpress.org/2021/05/13/cap-nhat-bao-mat-wordpress-5-7-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Phiên bản WordPress 5.7 “Esperanza”\";s:7:\"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://vi.wordpress.org/2021/03/16/phien-ban-wordpress-5-7-esperanza/\";s: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:78:\"https://vi.wordpress.org/2021/03/16/phien-ban-wordpress-5-7-esperanza/#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, 16 Mar 2021 07:32:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Bản nâng cấ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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=971\";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:364:\"Phiên bản WordPress 5.7 mang lại những cải tiến về giao diện trong quản trị, cập nhật phiên bản jQuery và cung cấp một số tính năng mới. Hãy cùng team WordPress điểm danh những chức năng được nhắc đến. Trình soạn thảo khối – Block Editor Điều chỉnh font chữ ở bất kỳ đâu […]\";s: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:\"Khoi Pro\";s: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:4022:\"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://vi.wordpress.org/files/2021/03/wp-57.png\"><img decoding=\"async\" loading=\"lazy\" width=\"644\" height=\"443\" src=\"https://vi.wordpress.org/files/2021/03/wp-57.png\" alt=\"Phiên bản WordPress 5.7\" class=\"wp-image-974\" srcset=\"https://vi.wordpress.org/files/2021/03/wp-57.png 644w, https://vi.wordpress.org/files/2021/03/wp-57-300x206.png 300w\" sizes=\"(max-width: 644px) 100vw, 644px\" /></a></figure></div>\n\n\n\n<p>Phiên bản WordPress 5.7 mang lại những cải tiến về giao diện trong quản trị, cập nhật phiên bản jQuery và cung cấp một số tính năng mới. Hãy cùng team WordPress điểm danh những chức năng được nhắc đến.</p>\n\n\n\n<span id=\"more-971\"></span>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://vi.wordpress.org/files/2021/03/about-57-cover.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"632\" height=\"326\" src=\"https://vi.wordpress.org/files/2021/03/about-57-cover.jpg\" alt=\"Giao diện trình soạn thảo\" class=\"wp-image-973\" srcset=\"https://vi.wordpress.org/files/2021/03/about-57-cover.jpg 632w, https://vi.wordpress.org/files/2021/03/about-57-cover-300x155.jpg 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></a><figcaption>Giao diện trình soạn thảo</figcaption></figure></div>\n\n\n\n<h2>Trình soạn thảo khối – Block Editor</h2>\n\n\n\n<ul><li>Điều chỉnh font chữ ở bất kỳ đâu với các đối tượng là chữ</li><li>Cải tiến khối tái sử dụng tốt hơn, bao gồm tự động lưu khi click nút Cập nhật</li><li>Chèn khối bằng cách kéo rê từ cột bên vào khung soạn thảo.</li><li>Các khối có thêm chức năng chiều cao bằng màn hình (full-height)</li><li>Khối button – nút bấm – cho phép chọn cân đối theo chiều dọc hay ngang</li><li>Khối icon mạng xã hội nay có thể chọn kích thước icon</li></ul>\n\n\n\n<h2>Trang Quản trị admin</h2>\n\n\n\n<ul><li>Giao diện quản trị được cập nhật tông màu với độ phủ sáng tốt hơn, đáp ứng tiêu chuẩn WCAG 2.0 về tỷ lệ tương phản.</li><li>Chuyển đổi kết nối từ HTTP sang HTTPS dễ dàng với 1 cú click. Tính năng này bao gồm cả chức năng cập nhật database để đảm bảo các liên kết trong web không bị die.</li><li>Cập nhật giao diện đăng nhập và đăng ký.</li></ul>\n\n\n\n<h2>Cập nhật khác</h2>\n\n\n\n<ul><li>Cập nhật Robots API: Thêm thuộc tính <code>max-image-preview: large</code> mặc định.</li><li>Gắn tag <code>loading=\"lazy\"</code> cho tất cả iframe nếu có thuộc tính <code>width</code> và <code>height</code> sẵn có.</li><li>Cập nhật phiên bản jQuery 3.5.1 (điều này có thể gây ra một số lỗi không tương thích trên các phiên bản giao diện và plugin, bao gồm cả Bootstrap jQuery, nếu bạn gặp lỗi như vậy, hãy liên hệ với tác giả của plugin hoặc giao diện).</li><li>Cập nhật thêm tài liệu về Field cho Block Editor.</li><li>Thêm function mới để kiểm tra bài viết ở trạng thái công khai:<code> is_post_status_viewable</code></li><li>Cho phép Post (bài viết) có thể chọn quan hệ cha con với bài viết khác.</li><li>Nâng cấp Crons API để xử lý lỗi tốt hơn.</li></ul>\n\n\n\n<h2>Bản dịch tiếng Việt</h2>\n\n\n\n<ul><li>[DONE] Bản dịch giao diện bên ngoài (Frontend) đã hoàn tất cho phiên bản WordPress 5.7.</li><li>Bản dịch trang quản trị còn 136 words chưa được dịch, rất mong nhận được sự đóng góp của mọi người.</li></ul>\n\n\n\n<p>Người soạn và dịch sơ lược bản cập nhật:<br>Nguyễn Minh Khôi (Founder – <a href=\"https://codetot.com\" target=\"_blank\" rel=\"noreferrer noopener\">CODE TỐT</a>)<br><em>Locale Manager @ team WordPress tiếng Việt</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://vi.wordpress.org/2021/03/16/phien-ban-wordpress-5-7-esperanza/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:79:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Recap Nha Trang WordPress Meetup 12/2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://vi.wordpress.org/2020/12/30/recap-nha-trang-wordpress-meetup-12-2020/\";s: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:86:\"https://vi.wordpress.org/2020/12/30/recap-nha-trang-wordpress-meetup-12-2020/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2020 08:31:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Nha Trang\";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:26:\"Nha Trang WordPress Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=948\";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:346:\"Sáng ngày chủ nhật 20/12/2020, trong một ngày mà thời tiết chớm đông se lạnh rất đẹp, Nha Trang WordPress 12/2020 đã được diễn ra tại Viva Star Coffee Nha Trang với hơn 30 người tham dự. Chương trình đã giới thiệu cho các anh chị mới tham dự lần đầu về quá trình hình […]\";s: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:\"Dat Hoang\";s: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:13444:\"\n<p>Sáng ngày chủ nhật 20/12/2020, trong một ngày mà thời tiết chớm đông se lạnh rất đẹp, Nha Trang WordPress 12/2020 đã được diễn ra tại Viva Star Coffee Nha Trang với hơn 30 người tham dự.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-1.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-1.jpg\" alt=\"\" class=\"wp-image-949\" srcset=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-1.jpg 1024w, https://vi.wordpress.org/files/2020/12/NTWP-2020-12-1-300x169.jpg 300w, https://vi.wordpress.org/files/2020/12/NTWP-2020-12-1-768x432.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<span id=\"more-948\"></span>\n\n\n\n<p>Chương trình đã giới thiệu cho các anh chị mới tham dự lần đầu về quá trình hình thành Nha Trang WordPress và định hướng hoạt động của Nha Trang WordPress từ trước đến giờ và sau này. </p>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:34.94981466931203%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-2.jpg?strip=info&w=600&ssl=1 600w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-2.jpg?strip=info&w=900&ssl=1 900w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-2.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"576\" data-id=\"950\" data-link=\"https://vi.wordpress.org/?attachment_id=950\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-2.jpg\" data-width=\"1024\" src=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-2.jpg?ssl=1\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-3.jpg?strip=info&w=600&ssl=1 600w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-3.jpg?strip=info&w=900&ssl=1 900w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-3.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"951\" data-link=\"https://vi.wordpress.org/?attachment_id=951\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-3.jpg\" data-width=\"1024\" src=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-3.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:65.05018533068795%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-4.jpg?strip=info&w=600&ssl=1 600w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-4.jpg?strip=info&w=900&ssl=1 900w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-4.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"952\" data-link=\"https://vi.wordpress.org/?attachment_id=952\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-4.jpg\" data-width=\"1024\" src=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-4.jpg?ssl=1\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:65.05018533068795%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-5.jpg?strip=info&w=600&ssl=1 600w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-5.jpg?strip=info&w=900&ssl=1 900w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-5.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"953\" data-link=\"https://vi.wordpress.org/?attachment_id=953\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-5.jpg\" data-width=\"1024\" src=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-5.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:34.94981466931203%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-6.jpg?strip=info&w=600&ssl=1 600w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-6.jpg?strip=info&w=900&ssl=1 900w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-6.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"576\" data-id=\"954\" data-link=\"https://vi.wordpress.org/?attachment_id=954\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-6.jpg\" data-width=\"1024\" src=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-6.jpg?ssl=1\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-7.jpg?strip=info&w=600&ssl=1 600w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-7.jpg?strip=info&w=900&ssl=1 900w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-7.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"955\" data-link=\"https://vi.wordpress.org/?attachment_id=955\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-7.jpg\" data-width=\"1024\" src=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-7.jpg?ssl=1\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:54.18871337036877%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-8.jpg?strip=info&w=600&ssl=1 600w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-8.jpg?strip=info&w=900&ssl=1 900w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-8.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"576\" data-id=\"956\" data-link=\"https://vi.wordpress.org/?attachment_id=956\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-8.jpg\" data-width=\"1024\" src=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-8.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:45.81128662963124%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-9.jpg?strip=info&w=600&ssl=1 600w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-9.jpg?strip=info&w=900&ssl=1 900w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-9.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"957\" data-link=\"https://vi.wordpress.org/?attachment_id=957\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-9.jpg\" data-width=\"1024\" src=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-9.jpg?ssl=1\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:50%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-10.jpg?strip=info&w=600&ssl=1 600w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-10.jpg?strip=info&w=900&ssl=1 900w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-10.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"576\" data-id=\"958\" data-link=\"https://vi.wordpress.org/?attachment_id=958\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-10.jpg\" data-width=\"1024\" src=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-10.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-11.jpg?strip=info&w=600&ssl=1 600w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-11.jpg?strip=info&w=900&ssl=1 900w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-11.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"576\" data-id=\"959\" data-link=\"https://vi.wordpress.org/?attachment_id=959\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-11.jpg\" data-width=\"1024\" src=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-11.jpg?ssl=1\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:33.33333333333333%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-12.jpg?strip=info&w=600&ssl=1 600w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-12.jpg?strip=info&w=900&ssl=1 900w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-12.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"960\" data-link=\"https://vi.wordpress.org/?attachment_id=960\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-12.jpg\" data-width=\"1024\" src=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-12.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:33.33333333333333%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-13.jpg?strip=info&w=600&ssl=1 600w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-13.jpg?strip=info&w=900&ssl=1 900w,https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-13.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"961\" data-link=\"https://vi.wordpress.org/?attachment_id=961\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-13.jpg\" data-width=\"1024\" src=\"https://i0.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-13.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:33.33333333333333%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-14.jpg?strip=info&w=600&ssl=1 600w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-14.jpg?strip=info&w=900&ssl=1 900w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-14.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"962\" data-link=\"https://vi.wordpress.org/?attachment_id=962\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-14.jpg\" data-width=\"1024\" src=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-14.jpg?ssl=1\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:50%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-15.jpg?strip=info&w=600&ssl=1 600w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-15.jpg?strip=info&w=900&ssl=1 900w,https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-15.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"963\" data-link=\"https://vi.wordpress.org/?attachment_id=963\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-15.jpg\" data-width=\"1024\" src=\"https://i1.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-15.jpg?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-16.jpg?strip=info&w=600&ssl=1 600w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-16.jpg?strip=info&w=900&ssl=1 900w,https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-16.jpg?strip=info&w=1024&ssl=1 1024w\" alt=\"\" data-height=\"682\" data-id=\"964\" data-link=\"https://vi.wordpress.org/?attachment_id=964\" data-url=\"https://vi.wordpress.org/files/2020/12/NTWP-2020-12-16.jpg\" data-width=\"1024\" src=\"https://i2.wp.com/vi.wordpress.org/files/2020/12/NTWP-2020-12-16.jpg?ssl=1\" /></figure></div></div></div></div>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2b50.png\" alt=\"⭐\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Ban tổ chức rất cám ơn các anh chị diễn giả đã dành thời gian đến chia sẻ cùng mọi người các topic rất HAY và BỔ ÍCH<br><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2b50.png\" alt=\"⭐\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Xin cám ơn tất cả các anh chị đã dành thời gian quý báu vào cuối tuần để tham dự Nha Trang WordPress,<br><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2b50.png\" alt=\"⭐\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Đặc biệt cám ơn Viva Star Coffee Nha Trang đã tài trợ phòng hội thảo xịn xò cho chương trình</p>\n\n\n\n<p>Xin mời tất cả mọi người chúng ta cùng xem lại một số hình ảnh của meetup sáng nay, xin hẹn mọi người vào các meetup tiếp theo của Nha Trang WordPress ạ <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f970.png\" alt=\"🥰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://vi.wordpress.org/2020/12/30/recap-nha-trang-wordpress-meetup-12-2020/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:\"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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:82:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"NHA TRANG WORDPRESS MEETUP 12/2020\";s:7:\"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://vi.wordpress.org/2020/12/03/nha-trang-wordpress-meetup-12-2020/\";s: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:80:\"https://vi.wordpress.org/2020/12/03/nha-trang-wordpress-meetup-12-2020/#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, 03 Dec 2020 03:46:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Tin tức\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Nha Trang\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:26:\"Nha Trang WordPress Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=941\";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:349:\"🔥💥 NHA TRANG WORDPRESS MEETUP 12/2020 💥🔥 Xin chào tất cả các bạn yêu mến WordPress tại Nha Trang, vậy là năm 2020 đầy khó khăn cũng sắp qua, Nha Trang WordPress Meetup trong năm 2020 đã cố gắng tổ chức một số buổi meetup mặc dù có nhiều khó khăn bởi dịch bệnh COVID-19… […]\";s: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:\"Dat Hoang\";s: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:6712:\"\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f525.png\" alt=\"🔥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a5.png\" alt=\"💥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> NHA TRANG WORDPRESS MEETUP 12/2020 <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a5.png\" alt=\"💥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f525.png\" alt=\"🔥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>Xin chào tất cả các bạn yêu mến WordPress tại Nha Trang, vậy là năm 2020 đầy khó khăn cũng sắp qua, Nha Trang WordPress Meetup trong năm 2020 đã cố gắng tổ chức một số buổi meetup mặc dù có nhiều khó khăn bởi dịch bệnh COVID-19…</p>\n\n\n\n<p>Và trong tháng 12/2020 Nha Trang WordPress sẽ tổ chức một buổi meetup để tổng kết các hoạt động đã diễn ra trong năm 2020 và giới thiệu một số chủ đề hấp dẫn khác như sau.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n-1024x576.png\" alt=\"\" class=\"wp-image-943\" srcset=\"https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n-1024x576.png 1024w, https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n-300x169.png 300w, https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n-768x432.png 768w, https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n-1536x864.png 1536w, https://vi.wordpress.org/files/2020/12/129479806_883155795844269_2962651278837125336_n.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<span id=\"more-941\"></span>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Topic trình bày:</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Topic 1: Tăng cường bảo mật cho website WordPress<br>Speaker: Minh Nguyễn đến từ Minh Duy Solutions</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Topic 2: AMP và WordPress<br>Speaker: Lê Ngọc Quyền đến từ Bignet Solutions</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Topic 3: Truyền thông số – Nội dung đa nền tảng<br>Speaker: Nguyễn Khánh An – Independence Creative Copywriter</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Thời gian:<br>08h00 – 11h30 ngày 20/12/2020 (GMT +7)</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Địa điểm dự kiến:<br>Viva Star Coffee Nha Trang</p>\n\n\n\n<p>140 Thống Nhất, Phường Vạn Thắng, Thành Phố Nha Trang, Tỉnh Khánh Hòa Nha Trang, Khánh Hòa</p>\n\n\n\n<p>Xin trân trọng cám ơn Viva Star Coffee Nha Trang rất nhiều vì đã tài trợ phòng hội nghị cho meetup lần này</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Đăng ký tham dự:<br>https://checkin.fun/Ei1606884308</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Các kênh truyền thông khác:</p>\n\n\n\n<ul><li>WordPress.Org: https://vi.wordpress.org/</li><li>Facebook: https://www.facebook.com/events/389778119004233</li><li>Meetup.com: https://www.meetup.com/Nha-Trang-WordPress/</li></ul>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> FAQ:<br><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Nha Trang WordPress Meetup là hoạt động offline hàng tháng nhằm phát triển cộng đồng yêu thích và sử dụng WordPress tại Nha Trang</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Nha Trang WordPress Meetup là LOCAL GROUP chính thức được công nhận bởi WordPress.Org hoạt động từ năm 2016.</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Nha Trang WordPress Meetup là chương trình hoàn toàn miễn phí, không thu phí tham dự đối với người tham gia (Trừ một số trường hợp phải hỗ trợ Ban tổ chức chi phí thuê địa điểm tổ chức meetup)</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> The Five Good Faith Rules<br>5 Nguyên tắc đảm bảo các group theo tinh thần Của WordPress khi tổ chức meetup xây dựng cộng đồng</p>\n\n\n\n<ol><li>Phi lợi nhuận: Hướng tới cả cộng đồng, không phục vụ cho một tổ chức kinh doanh nào.</li><li>Mọi người đều được tham gia, không phân biệt về tiền bạc, khả năng về lập trình…</li><li>Không trả tiền cho Speakers, nếu có chi phí thêm thì chỉ là những chi phí cho meetup như thuê địa điểm, nước uống.</li><li>Các meetup có thể do bất cứ ai trong group mà có thể tin tưởng được để tổ chức.</li><li>Không có các hành động xúc phạm về bất cứ ai, bất cứ vấn đề gì trong meetup.</li></ol>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3af.png\" alt=\"🎯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Lưu ý:</p>\n\n\n\n<ul><li>Các sản phẩm mà không có GPL thì không được phép trình bày tại meetup</li><li>Không giới thiệu kiểu sales, bán các sản phẩm mà vi phạm bản quyền.</li></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:76:\"https://vi.wordpress.org/2020/12/03/nha-trang-wordpress-meetup-12-2020/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:8;a:6:{s:4:\"data\";s:79:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"🔥💥 Nha Trang WordPress Meetup 10/2020 💥🔥\";s:7:\"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://vi.wordpress.org/2020/10/07/nha-trang-wordpress-meetup-10-2020/\";s: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:79:\"https://vi.wordpress.org/2020/10/07/nha-trang-wordpress-meetup-10-2020/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Oct 2020 03:56: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Nha Trang\";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:26:\"Nha Trang WordPress Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=932\";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:344:\"Xin chào tất cả mọi người, vậy là Nha Trang WordPress Meetup đã quay trở lại sau nhiều tháng gián đoạn bởi dịch bệnh COVID-19, lần này Ban tổ chức sẽ mang đến cho toàn thể các bạn yêu mến WordPress tại Nha Trang các chủ đề hấp dẫn như sau. Topic dự kiến: Topic […]\";s: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:\"Dat Hoang\";s: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:7430:\"\n<p>Xin chào tất cả mọi người, vậy là Nha Trang WordPress Meetup đã quay trở lại sau nhiều tháng gián đoạn bởi dịch bệnh COVID-19, lần này Ban tổ chức sẽ mang đến cho toàn thể các bạn yêu mến WordPress tại Nha Trang các chủ đề hấp dẫn như sau.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/10/120801858_665388967429441_2241454162249981829_n-1024x576.png\" alt=\"\" class=\"wp-image-934\" srcset=\"https://vi.wordpress.org/files/2020/10/120801858_665388967429441_2241454162249981829_n-1024x576.png 1024w, https://vi.wordpress.org/files/2020/10/120801858_665388967429441_2241454162249981829_n-300x169.png 300w, https://vi.wordpress.org/files/2020/10/120801858_665388967429441_2241454162249981829_n-768x432.png 768w, https://vi.wordpress.org/files/2020/10/120801858_665388967429441_2241454162249981829_n-1536x864.png 1536w, https://vi.wordpress.org/files/2020/10/120801858_665388967429441_2241454162249981829_n-2048x1152.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<span id=\"more-932\"></span>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Topic dự kiến:</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"👉\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf0/2/16/1f449.png\"> Topic 1: WordPress và xu thế page buider<br>Speaker: Sơn Phạm đến từ WPMentor</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"👉\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf0/2/16/1f449.png\"> Topic 2: Xây dựng website bán hàng trực tuyến với WordPress<br>Speaker: Minh Nguyễn đến từ Minh Duy Solutions</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Thời gian:<br>08h30 – 11h30 ngày 18/10/2020 (GMT +7)</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Địa điểm:<br>TOONG Gold Coast Nha Trang<br>Số 1 Trần Hưng Đạo, Lộc Thọ, Thành phố Nha Trang</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Đăng ký tham dự:<br><a rel=\"noreferrer noopener\" href=\"https://l.facebook.com/l.php?u=https%3A%2F%2Fforms.gle%2F8pm2NVD215fUZPKM9%3Ffbclid%3DIwAR0XcTQpPf9i24DCLXVvnyY8w0EwvISSqRwJRrrjSQGpmgkXE6tBbcTldA4&h=AT2c1d8k_cFuocASwA0oVbtY0ZKDoLHzWwmPGdY2FGXNistbJ4nY4l50dClGyur_D2cFRt96z8y57JKllQxlVqbV5zTLe_jvR0rFFNFceTMOX5M4BVOKysBV3_bbG2hyLlMp648\" target=\"_blank\">forms.gle/8pm2NVD215fUZPKM9</a></p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Các kênh truyền thông khác:</p>\n\n\n\n<ul><li> <a rel=\"noreferrer noopener\" href=\"https://vi.wordpress.org\" target=\"_blank\" data-type=\"URL\" data-id=\"https://vi.wordpress.org\">vi.wordpress.org</a></li><li>Facebook: <a href=\"https://www.facebook.com/events/761569414406659/\">https://www.facebook.com/events/761569414406659</a></li><li><a rel=\"noreferrer noopener\" href=\"https://l.facebook.com/l.php?u=http%3A%2F%2FMeetup.com%2F%3Ffbclid%3DIwAR1OlQQQN4ohYT4zbRfD1AqIGCcF-3da50ghms5VZSAl66opsux9V3nST6I&h=AT0LXxaT1JRo5gp2Ip-HgOttAjabfoJzQUraTIdwQpbHCpYbNa21aze0RLcSxgULqA9AnKEEj40zrQxBT7v9Sj8Ezs9eOPKsDfwJloBwoPRg-Sjhajli8k9-wsSfz06BmiZ5RkU\" target=\"_blank\">Meetup.com:</a><a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Nha-Trang-WordPress/events/273656831?fbclid=IwAR243KJAae_wEMoO533MLq4_xkIn62OCK_O04c1H65VRMnD44E3gs7oJvf4\" target=\"_blank\">https://www.meetup.com/Nha-Trang-WordPress/events/273656831</a></li></ul>\n\n\n\n<p></p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Quà tặng:<br>Đang cập nhật…</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Cám ơn đơn vị tài trợ địa điểm:<br>Xin trân trọng cám ơn TOONG Gold Coast Nha Trang và Minh Duy Solutions đã tài trợ địa điểm tổ chức meetup cho Nha Trang WordPress.</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> FAQ:<br><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"👉\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf0/2/16/1f449.png\"> Nha Trang WordPress Meetup là hoạt động offline hàng tháng nhằm phát triển cộng đồng yêu thích và sử dụng WordPress tại Nha Trang<br><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"👉\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf0/2/16/1f449.png\"> Nha Trang WordPress Meetup là LOCAL GROUP chính thức được công nhận bởi <a rel=\"noreferrer noopener\" href=\"https://l.facebook.com/l.php?u=http%3A%2F%2FWordPress.Org%2F%3Ffbclid%3DIwAR243KJAae_wEMoO533MLq4_xkIn62OCK_O04c1H65VRMnD44E3gs7oJvf4&h=AT1a7pnmGFSj_mkGtRbmjBFet2QAxggh8eckOJAkvwzJLQqs-CyFZjaxEimLeqBJqN5NTM8nzzfoo4NJhuApbxLKFPIWB6e4tVwrsTFCazmU5Rxwfhr22auTJVEYKkN7TGHAFKY\" target=\"_blank\">WordPress.Org</a> hoạt động từ năm 2016.<br><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"👉\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf0/2/16/1f449.png\"> Nha Trang WordPress Meetup là chương trình hoàn toàn miễn phí, không thu phí tham dự đối với người tham gia (Trừ một số trường hợp phải hỗ trợ Ban tổ chức chi phí thuê địa điểm tổ chức meetup)</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> The Five Good Faith Rules – 5 Nguyên Tắc Đảm Bảo Các Group Theo Tinh Thần Của WordPress khi tổ chức meetup xây dựng cộng đồng</p>\n\n\n\n<p>1. Phi lợi nhuận: Hướng tới cả cộng đồng, không phục vụ cho một tổ chức kinh doanh nào.<br>2. Mọi người đều được tham gia, không phân biệt về tiền bạc, khả năng về lập trình…<br>3. Không trả tiền cho Speakers, nếu có chi phí thêm thì chỉ là những chi phí cho meetup như thuê địa điểm, nước uống.<br>4. Các meetup có thể do bất cứ ai trong group mà có thể tin tưởng được để tổ chức.<br>5. Không có các hành động xúc phạm về bất cứ ai, bất cứ vấn đề gì trong meetup.</p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" height=\"16\" width=\"16\" alt=\"🎯\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t4f/2/16/1f3af.png\"> Lưu ý:<br>– Các sản phẩm mà không có GPL thì không được phép trình bày tại meetup<br>– Không giới thiệu kiểu sales, bán các sản phẩm mà vi phạm bản quyền. </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:76:\"https://vi.wordpress.org/2020/10/07/nha-trang-wordpress-meetup-10-2020/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:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Recap Nha Trang WordPress Meetup Tháng 6/2020\";s:7:\"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://vi.wordpress.org/2020/06/18/recap-nha-trang-wordpress-meetup-thang-6-2020/\";s: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:90:\"https://vi.wordpress.org/2020/06/18/recap-nha-trang-wordpress-meetup-thang-6-2020/#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, 18 Jun 2020 14:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://vi.wordpress.org/?p=915\";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:331:\"Vậy là Nha Trang WordPress Meetup Tháng 6/2020 đã diễn ra thành công tốt đẹp 🥰 Thay mặt Ban tổ chức, Minh xin được gửi lời cám ơn chân thành đến: Xin cám ơn TOONG coworking space đã đồng hành cùng sự kiện Xin cám ơn đơn vị tài trợ TinoHost đã tài trợ các […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Thien Nguyen\";s: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:9866:\"\n<p>Vậy là Nha Trang WordPress Meetup Tháng 6/2020 đã diễn ra thành công tốt đẹp <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f970.png\" alt=\"🥰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<span id=\"more-915\"></span>\n\n\n\n<p>Thay mặt Ban tổ chức, Minh xin được gửi lời cám ơn chân thành đến:</p>\n\n\n\n<ul><li>Xin cám ơn TOONG coworking space đã đồng hành cùng sự kiện</li><li>Xin cám ơn đơn vị tài trợ TinoHost đã tài trợ các phần quà hấp dẫn cho khách tham dự meetup</li><li>Xin cám ơn Speaker Lê Ngọc Quyền</li><li>Xin cám ơn đội ngũ hỗ trợ tình nguyện đã làm việc vất vả mấy ngày qua</li><li>Xin cám ơn toàn thể quý khách đã không ngại đường xa từ Tp.Hồ Chí Minh, Gia Lai, Cam Ranh, Nha Trang… đến tham dự meetup</li></ul>\n\n\n\n<p>Quá trình tổ chức sự kiện chắc chắn là không thể tránh được thiếu sót, rất mong mọi người hoan hỷ bỏ qua cho Ban tổ chức ạ, sẽ cố gắng chỉnh chu hơn nữa trong các lần sau.</p>\n\n\n\n<p>Ban tổ chức xin gửi đến mọi người một số hình ảnh nổi bật của meetup. Hẹn gặp lại mọi người trong các meetup tiếp theo</p>\n\n\n\n<p>Bình Minh<br>#WordPress #TinoHost #NhaTrangWordPress #MinhDuySolutions</p>\n\n\n\n<p>Một vài hình ảnh của sự kiện vừa qua.</p>\n\n\n\n<figure class=\"is-layout-flex wp-block-gallery-3 wp-block-gallery columns-3 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/01.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/01-1024x576.jpg\" alt=\"\" data-id=\"916\" data-full-url=\"https://vi.wordpress.org/files/2020/06/01.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=916\" class=\"wp-image-916\" srcset=\"https://vi.wordpress.org/files/2020/06/01-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/01-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/01-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/01-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/01.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/02.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/02-1024x576.jpg\" alt=\"\" data-id=\"918\" data-full-url=\"https://vi.wordpress.org/files/2020/06/02.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=918\" class=\"wp-image-918\" srcset=\"https://vi.wordpress.org/files/2020/06/02-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/02-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/02-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/02-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/02.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/03.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/03-1024x576.jpg\" alt=\"\" data-id=\"919\" data-full-url=\"https://vi.wordpress.org/files/2020/06/03.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=919\" class=\"wp-image-919\" srcset=\"https://vi.wordpress.org/files/2020/06/03-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/03-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/03-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/03-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/03.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/04.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/04-1024x576.jpg\" alt=\"\" data-id=\"920\" data-full-url=\"https://vi.wordpress.org/files/2020/06/04.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=920\" class=\"wp-image-920\" srcset=\"https://vi.wordpress.org/files/2020/06/04-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/04-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/04-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/04-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/04.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/05.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/05-1024x576.jpg\" alt=\"\" data-id=\"921\" data-full-url=\"https://vi.wordpress.org/files/2020/06/05.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=921\" class=\"wp-image-921\" srcset=\"https://vi.wordpress.org/files/2020/06/05-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/05-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/05-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/05-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/05.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/06.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/06-1024x576.jpg\" alt=\"\" data-id=\"922\" data-full-url=\"https://vi.wordpress.org/files/2020/06/06.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=922\" class=\"wp-image-922\" srcset=\"https://vi.wordpress.org/files/2020/06/06-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/06-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/06-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/06-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/06.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/07.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/07-1024x576.jpg\" alt=\"\" data-id=\"923\" data-full-url=\"https://vi.wordpress.org/files/2020/06/07.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=923\" class=\"wp-image-923\" srcset=\"https://vi.wordpress.org/files/2020/06/07-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/07-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/07-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/07-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/07.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/08.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/08-1024x576.jpg\" alt=\"\" data-id=\"924\" data-full-url=\"https://vi.wordpress.org/files/2020/06/08.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=924\" class=\"wp-image-924\" srcset=\"https://vi.wordpress.org/files/2020/06/08-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/08-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/08-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/08-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/08.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/09.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/09-1024x576.jpg\" alt=\"\" data-id=\"925\" data-full-url=\"https://vi.wordpress.org/files/2020/06/09.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=925\" class=\"wp-image-925\" srcset=\"https://vi.wordpress.org/files/2020/06/09-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/09-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/09-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/09-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/09.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/10.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://vi.wordpress.org/files/2020/06/10-1024x576.jpg\" alt=\"\" data-id=\"926\" data-full-url=\"https://vi.wordpress.org/files/2020/06/10.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=926\" class=\"wp-image-926\" srcset=\"https://vi.wordpress.org/files/2020/06/10-1024x576.jpg 1024w, https://vi.wordpress.org/files/2020/06/10-300x169.jpg 300w, https://vi.wordpress.org/files/2020/06/10-768x432.jpg 768w, https://vi.wordpress.org/files/2020/06/10-1536x864.jpg 1536w, https://vi.wordpress.org/files/2020/06/10.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://vi.wordpress.org/files/2020/06/14.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://vi.wordpress.org/files/2020/06/14-1024x768.jpg\" alt=\"\" data-id=\"927\" data-full-url=\"https://vi.wordpress.org/files/2020/06/14.jpg\" data-link=\"https://vi.wordpress.org/?attachment_id=927\" class=\"wp-image-927\" srcset=\"https://vi.wordpress.org/files/2020/06/14-1024x768.jpg 1024w, https://vi.wordpress.org/files/2020/06/14-300x225.jpg 300w, https://vi.wordpress.org/files/2020/06/14-768x576.jpg 768w, https://vi.wordpress.org/files/2020/06/14-1536x1152.jpg 1536w, https://vi.wordpress.org/files/2020/06/14-440x330.jpg 440w, https://vi.wordpress.org/files/2020/06/14.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></li></ul></figure>\n\";s: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:87:\"https://vi.wordpress.org/2020/06/18/recap-nha-trang-wordpress-meetup-thang-6-2020/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:35:\"https://vi.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s: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:\"Thu, 29 Sep 2022 14:01:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 21 Jul 2022 01:17:20 GMT\";s:4:\"link\";s:61:\"<https://vi.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220928145824\";}","no"), ("5866","_transient_timeout_feed_mod_b748b176461a07a256071902477d41d7","1664502998","no"), ("5867","_transient_feed_mod_b748b176461a07a256071902477d41d7","1664459798","no"), ("5868","_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9","1664503000","no"), ("5869","_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:78:\"Post Status: WordPress Core Contributor Stats: 19.9% Sponsored for 6.0 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=126008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://poststatus.com/wordpress-core-contributor-stats-19-9-sponsored-for-6-0-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:2840:\"<p><strong>Chuck Grimmet</strong>, who is on <strong>Automattic</strong>‘s Special Projects team for <strong>WordPress.com</strong>, “did some data exploration around WordPress core contributors and the companies they work for.” Chuck breaks down the data in detail with several tables <a href=\"https://cagrimmett.com/data-viz/2022/09/24/some-wp-core-contributor-stats/\">on his blog</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I did some data exploration around <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> core contributors and the companies they work for. <a href=\"https://t.co/L4G4IXmREy\">https://t.co/L4G4IXmREy</a></p>— Chuck Grimmett (@cagrimmett) <a href=\"https://twitter.com/cagrimmett/status/1573728895903449091?ref_src=twsrc%5Etfw\">September 24, 2022</a></blockquote>\n</div>\n\n\n\n<p>Notably, <a href=\"https://cagrimmett.com/data-viz/2022/09/24/some-wp-core-contributor-stats/#sponsored-contributors\">the percentage of sponsored contributors</a> has steadily increased to almost 20% now.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">To be clear, not all employers listed in profiles are sponsoring the contributions. I think this shows company affiliations more than sponsorships. But I wouldn\'t be surprised if the number is higher than 5%. Difficult to get an accurate number since profile are self-reported.</p>— Chuck Grimmett (@cagrimmett) <a href=\"https://twitter.com/cagrimmett/status/1573746159071404033?ref_src=twsrc%5Etfw\">September 24, 2022</a></blockquote>\n</div>\n\n\n\n<p>Chuck\'s research was inspired by <a href=\"https://twitter.com/cagrimmett/status/1573728898768150532\">a good question</a> from <strong>David Bisset</strong>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Got asked this recently.<br /><br />If someone in or outside the <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> space wanted to see a “simple\" log of code contributions <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> companies (say, hosting companies, grouped by employees) contribute over time, where would they look? What’s the closest thing?</p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1573004938711601154?ref_src=twsrc%5Etfw\">September 22, 2022</a></blockquote>\n</div>\n\n\n\n<p>I\'ve been an admirer of Chuck\'s blog for a while — especially his use of <strong><a href=\"https://indieweb.org/Webmention\">Webmentions</a></strong>. We should all use them.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 29 Sep 2022 13:35:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: All You Should Know About the WooCommerce Agency Partner Program\";s:7:\"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:28:\"https://dothewoo.io/?p=72933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/all-you-should-know-about-the-woocommerce-agency-partner-program/\";s: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:478:\"<p>Mary Voelker from WooCommerce shares all that you need to know if you have an agency interested in being part of the WooCommerce Agency Partner Program.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/all-you-should-know-about-the-woocommerce-agency-partner-program/\">All You Should Know About the WooCommerce Agency Partner Program</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 29 Sep 2022 10:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:40:\"Post Status: 2022 Web Almanac CMS Report\";s:7:\"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://poststatus.com/?p=125990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/2022-web-almanac-cms-report/\";s: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:1557:\"<p>According to <a href=\"https://almanac.httparchive.org/en/2022/cms\">the CMS chapter</a> of the just-released <strong>2022 Web Almanac</strong> from the <strong>HTTP Archive</strong>, sites using a CMS — and WordPress — are still steadily increasing globally, and 34% of all the sites with an identifiable CMS were using a page builder. WordPress comes in at the bottom of the pack, however, when it comes to non-mobile device performance as measured by <strong>Core Web Vitals</strong>. For mobile, only <strong>Adobe Experience Manager</strong> performed worse — and by quite a margin. In terms of <strong>Lighthouse</strong> performance scores, WordPress was on par with its peers. </p>\n\n\n\n<div class=\"wp-container-1 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Top 3 countries with the most WordPress sites with passing CWV scores:</strong></p>\n\n\n\n<ol><li>Japan</li><li>Canada</li><li>Germany (a very close 3rd)</li></ol>\n</div></div>\n\n\n\n<p>The average number of plugins used on WordPress sites remained the same as last year: 24. If you\'re interested in image formats, page weight, fonts, CSS, and other resources impacting performance broken down by CMS, there are a lot of details about that in this report. </p>\n\n\n\n<p>One unfortunate limitation of the data is that the more highly visited a site is, the less likely there is to be an identifiable CMS.</p>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 29 Sep 2022 04:52: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:10:\"Dan Knauss\";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:81:\"Post Status: Management Code: Management Skills for Female Creative Agency Owners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=125984\";s:7:\"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://poststatus.com/management-code-management-skills-for-female-creative-agency-owners/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:876:\"<p><strong>Natasha Golinsky</strong> has launched a Facebook group for women who own creative agencies: <a href=\"https://www.facebook.com/groups/lessworkmoreprofit/\">Management Code: Management Skills for Female Creative Agency Owners</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Natasha Golinsky <a href=\"https://twitter.com/ProjectsPurpose?ref_src=twsrc%5Etfw\">@ProjectsPurpose</a> has started a Facebook group — Management Code: Management Skills for Female Creative Agency Owners: <a href=\"https://t.co/ceZDh7iqUa\">https://t.co/ceZDh7iqUa</a></p>— Post Status (@post_status) <a href=\"https://twitter.com/post_status/status/1574916297179144192?ref_src=twsrc%5Etfw\">September 28, 2022</a></blockquote>\n</div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 29 Sep 2022 04:19: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:10:\"Dan Knauss\";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:55:\"Post Status: The Unofficial Directory of WordPress WBEs\";s:7:\"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://poststatus.com/?p=125976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://poststatus.com/the-unofficial-directory-of-wordpress-wbes/\";s: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:995:\"<p>Last week, <strong>Steve Burge</strong> asked on Twitter, “how many female-run WordPress companies are there?” A big list emerged in the replies:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Question: how many female-run WordPress companies are there? I can think of these:<br />– <a href=\"https://twitter.com/GoWPservices?ref_src=twsrc%5Etfw\">@GoWPservices</a> <br />– <a href=\"https://twitter.com/OSTraining?ref_src=twsrc%5Etfw\">@OSTraining</a> <br />– <a href=\"https://twitter.com/convesio?ref_src=twsrc%5Etfw\">@convesio</a> <a href=\"https://twitter.com/yoast?ref_src=twsrc%5Etfw\">@yoast</a> was for a while.<br />Am I missing any more?</p>— Steve Burge (@SteveJBurge) <a href=\"https://twitter.com/SteveJBurge/status/1569754167241228288?ref_src=twsrc%5Etfw\">September 13, 2022</a></blockquote>\n</div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 29 Sep 2022 04:14: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:10:\"Dan Knauss\";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:33:\"Post Status: WP Biz Dev 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=125970\";s:7:\"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://poststatus.com/wp-biz-dev-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:408:\"<p><strong>Lawrence Ladomery</strong> has launched <a href=\"https://wpbiz.dev/\"><strong>WP Biz Dev</strong></a>, “the first job board dedicated exclusively to Marketing and Sales roles for WordPress businesses.” <a href=\"https://wpbiz.dev/blog/news/wpbizdev-launch/\"><strong>MORE →</strong></a></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 29 Sep 2022 04:07: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:10:\"Dan Knauss\";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:112:\"Post Status: WordPress 6.1 Beta 2 • Serverless WordPress • Annual Meetup Survey • Catalyst for Creativity\";s:7:\"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://poststatus.com/?p=125860\";s:7:\"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://poststatus.com/wordpress-6-1-beta-2-serverless-wordpress-annual-meetup-survey-catalyst-for-creativity/\";s: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:15590:\"<h2 id=\"h-this-week-at-wordpress-org-september-26-2022\">This Week at WordPress.org (September 26, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Help test WordPess 6.1 Beta 2! Check out the latest features that are coming in the 6.1 release. Learn how to run WordPress using WebAssembly, and take the Annual Meetup Survey to give feedback on events. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_b3b811-01\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Beta 2 </h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f192.png\" alt=\"🆒\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\">WordPress 6.1 Beta 2 Now Available</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f920.png\" alt=\"🤠\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a1.png\" alt=\"💡\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\">Core Editor Improvement: Catalyst for creativity and control</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f513.png\" alt=\"🔓\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">Client-side WebAssembly WordPress with no server</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2611.png\" alt=\"☑\" class=\"wp-smiley\" />︎ <a href=\"https://make.wordpress.org/community/2022/09/27/15-oct-survey-deadline/\">Annual Meetup Survey</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\">WordPress 6.1 Beta 2 Now Available</a></li><li><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a></li><li><a href=\"https://central.wordcamp.org/news/2022/09/the-first-in-person-wordcamp-in-india-is-looking-for-speakers/\">The First In-Person WordCamp in India is Looking for Speakers!</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-5 wp-block-columns\">\n<div class=\"wp-container-3 wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/accessibility/2022/09/26/accessibility-team-meeting-notes-september-16-2022/\">Accessibility Team Meeting Notes: September 16, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/09/27/15-oct-survey-deadline/\">By 15 October – Please complete the Annual Meetup Survey and share widely!</a></li><li><a href=\"https://make.wordpress.org/community/2022/09/27/celebrating-apac-wpdiversity-network-building-update-on-our-10th-meeting/\">Celebrating APAC WPDiversity Network Building: Update on Our 10th Meeting</a></li><li><a href=\"https://make.wordpress.org/community/2022/09/22/meetup-organizer-newsletter-september-2022/\">Meetup Organizer Newsletter: September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/24/roadmap-to-6-1-core-companion/\">Roadmap to 6.1: Core Companion</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/26/a-week-in-core-september-26-2022/\">A Week in Core – September 26, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\">Core Editor Improvement: Catalyst for creativity and control</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">Client-side WebAssembly WordPress with no server</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/27/dev-chat-agenda-september-28-2022/\">Dev Chat agenda, September 28, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/27/performance-team-meeting-summary-27-september-2022/\">Performance team meeting summary 27 September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/26/editor-chat-agenda-28th-september-2022/\">Editor Chat Agenda: 28th September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/22/summary-dev-chat-september-21-2022/\">Summary, Dev Chat, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/21/core-editor-chat-summary-21st-september-2022/\">Core Editor chat summary: 21st September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/09/26/design-share-sep-12-sep-23/\">Design Share: Sep 12 – Sep 23</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/09/27/summary-of-docs-team-meeting-september-27-2022/\">Summary of Docs Team Meeting September 27, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/26/documentation-team-update-september-26-2022/\">Documentation Team Update – September 26, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-developer-articles\">Developer Articles:</h3>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\">Global Styles Filters</a></li><li><a href=\"https://developer.wordpress.org/themes/basics/tools-resources/\">Tools & Resources</a></li><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/propagating-updates/\">Propagating updates for block types</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/packages-create-block-external-template/\">@wordpress/create-block External Template</a></li><li><a href=\"https://developer.wordpress.org/themes/advanced-topics/block-patterns/\">Block patterns</a></li><li><a href=\"https://developer.wordpress.org/block-editor/contributors/code/release/auto-cherry-picking/\">Cherry-picking automation</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-edit-site/\">Edit Site</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-block-directory/\">Block directory</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-edit-widgets/\">Edit Widgets</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-keyboard-shortcuts/\">The Keyboard Shortcuts Data</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/09/27/notes-wordpress-global-marketing-team-meeting-september-21-2022/\">Notes, WordPress global Marketing Team meeting, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/09/26/agenda-global-wordpress-marketing-team-meeting-september-28-2022/\">Agenda, global WordPress Marketing Team meeting, September 28, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/09/27/community-meeting-recap-27-september-2022/\">Community Meeting Recap (27 September 2022)</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-4 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/26/performance-chat-agenda-27-september-2022/\">Performance Chat Agenda: 27 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/\">WP Translation Day</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/09/28/weekly-polyglots-chat-sep-28-2022-1300-utc/\">Weekly Polyglots Chat – Sep. 28, 2022 (13:00 UTC)</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/plugins/2022/09/27/reminder-we-will-check-your-website/\">Reminder: We will check your website</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/plugin-review-team-19-sept-2022/\">Plugin Review Team – 19 Sept 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/09/agenda-support-team-meeting-september-29-2022/\">Agenda: Support Team Meeting – September 29, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/09/15/fse-program-testing-call-17-guiding-the-gutenberg-gallery/\">FSE Program Testing Call #17: Guiding the Gutenberg Gallery</a></li><li><a href=\"https://make.wordpress.org/test/2022/09/26/xpost-test-team-update-26-september-2022/\">Test Team Update: 26 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/09/28/themes-team-meeting-notes-september-27-2022/\">Themes Team Meeting Notes – September 27, 2022</a></li><li><a href=\"https://make.wordpress.org/themes/2022/09/27/xpost-themes-team-update-september-27-2022/\">X-post: Themes team update September 27, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/27/september-2022-monthly-faculty-meeting/\">September 2022 Monthly Faculty Meeting</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/26/meeting-agenda-for-september-27-2022/\">Meeting Agenda for September 27, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/23/training-team-meeting-recap-september-20/\">Training Team Meeting Recap – September 20</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/23/wptranslation-day-contributor-day/\">#WPTranslation Day Sept 30 – Contributor Day</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/23/summary-update-courses-currently-in-development-22-september-2022/\">Summary Update: Courses Currently in Development (22 September 2022)</a></li></ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/using-block-attributes-to-enable-user-editing/\">Using Block Attributes to Enable User Editing</a></li><li><a href=\"https://learn.wordpress.org/tutorial/image-optimization/\">Image Optimization</a></li><li><a href=\"https://learn.wordpress.org/tutorial/introduction-to-block-theme-development-for-beginners/\">Introduction to block theme development (for beginners)</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=lets-code-creating-your-primary-templates-in-the-editor\">Let’s code! Creating your Primary Templates in the Editor</a></li><li><a href=\"https://learn.wordpress.org/?meeting=part-2-re-creating-block-designs\">Part 2: Re-Creating Block Designs</a></li><li><a href=\"https://learn.wordpress.org/?meeting=part-1-re-creating-block-designs\">Part 1: Re-Creating Block Designs</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://thephp.foundation/blog/2022/08/30/php-core-roundup-5/\">PHP Core Roundup #5</a></li><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Sep 2022 23:41: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:18:\"Courtney Robertson\";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:87:\"WPTavern: WordPress Punts Locally Hosted Fonts for Legacy Default Themes to 6.2 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:30:\"https://wptavern.com/?p=138249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wordpress-punts-locally-hosted-fonts-for-legacy-default-themes-to-6-2-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:4836:\"<p>In June 2022, WordPress.org’s Themes Team began strongly <a href=\"https://wptavern.com/wordpress-org-strongly-urges-theme-authors-to-switch-to-locally-hosted-webfonts\">urging theme authors to switch to locally hosted webfonts</a>, following a German court case, which <a href=\"https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts\">fined a website owner for violating the GDPR by using Google-hosted webfonts</a>. For years, theme authors have been enqueuing Google Fonts from the Google CDN for better performance, but this method exposes visitors’ IP addresses. </p>\n\n\n\n<p>The Themes Team warned that guidelines regarding locally hosting fonts will be changing imminently and many theme authors <a href=\"https://wptavern.com/wordpress-theme-authors-are-moving-to-host-fonts-locally\">moved to comply</a> before it becomes a requirement. </p>\n\n\n\n<p>A <a href=\"https://core.trac.wordpress.org/ticket/55985\">ticket</a> for bundling Google fonts with WordPress’ legacy default themes had patches and was on track to be included in WordPress 6.1 in November. WordPress contributor Hendrik Luehrsen <a href=\"https://core.trac.wordpress.org/ticket/55985#comment:35\">requested</a> more eyes on the ticket, saying it “directly affects the core WordPress audience in Germany.” He reported that users in Germany were still getting emails threatening fines for using fonts loaded from Google.</p>\n\n\n\n<p>WordPress core committer Tonya Mork <a href=\"https://core.trac.wordpress.org/ticket/55985#comment:35\">suggested</a> exploring releasing the updated version of each theme separately from WordPress 6.1.</p>\n\n\n\n<p>“When each theme is ready, release it to wp.org’s theme repo,” Mork said. “Users can then update to get locally hosted fonts ahead of when WP 6.1 is released.”</p>\n\n\n\n<p>This changed the direction of the ticket and with more scrutiny, contributors found the patches could use some more work.</p>\n\n\n\n<p>“Creating new theme versions for this specific change could be good <em>when they are ready</em>,” Stephen Bernhardt said. “<a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">Using locally hosted fonts</a> is already recommended, but we need to fix our own themes before we can make this a requirement for others.” He submitted a list of problems and potential improvements after reviewing the patches, and contributors are working on a better approach.</p>\n\n\n\n<p>WordPress core committer David Baumwald <a href=\"https://core.trac.wordpress.org/ticket/55985#comment:51\">changed the milestone to 6.2</a>, as Beta 2 for 6.1 was released yesterday and the ticket still needs a final direction and patch. </p>\n\n\n\n<p>“While I understand the issue, this is nonetheless sad to see,” Luehrsen said. “This is still a serious issue in Germany (and other GDPR territories), as users with active Google Fonts are currently <a href=\"https://www-heise-de.translate.goog/news/DSGVO-Abmahnwelle-wegen-Google-Fonts-7206364.html?_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp\">getting targeted by people exploiting the law</a>.”</p>\n\n\n\n<p> Luehrsen took to Twitter to <a href=\"https://twitter.com/hluehrsen/status/1575035575068856321\">comment</a> on his disappointment with the ticket missing the window for 6.1.</p>\n\n\n\n<p>“This is the reason why WordPress will probably lose relevance,” he said. “Real users get hurt here, but they are in GDPR territories and this does not seem to be important.</p>\n\n\n\n<p>“Could I have done more? Probably. But it is somewhat sad to see how quickly the momentum on that ticket fizzled out. If Squarespace, Wix and sorts start marketing privacy against WordPress, we’re screwed in GDPR countries.”</p>\n\n\n\n<p>In the meantime, those who are using WordPress’ default themes can use a plugin like <a href=\"https://wordpress.org/plugins/local-google-fonts/\">Local Google Fonts</a> or <a href=\"https://wordpress.org/plugins/host-webfonts-local/\">OMGF | GDPR/DSVGO Compliant, Faster Google Fonts</a> to host fonts locally. </p>\n\n\n\n<p>Users can also switch to <a href=\"https://fonts.bunny.net/\">Bunny Fonts</a>, an open-source, privacy-first web font platform with no tracking or logging that is fully GDPR compliant. Bunny Fonts is compatible with the Google Fonts CSS v1 API so it can function as a drop-in replacement. The <a href=\"https://wordpress.org/plugins/replace-google-fonts-with-bunny-fonts/\">Replace Google Fonts with Bunny Fonts</a> plugin makes it easy for users to do that without editing any theme code. </p>\n\n\n\n<p>Contributors are working on having fully GDPR-compliant WordPress default themes ready for WordPress 6.2, expected in early 2023.</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, 28 Sep 2022 18:31:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"Akismet: Version 5.0.1 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2022/09/28/version-5-0-1-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:821:\"<p>Version 5.0.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul>\n<li>An improved settings screen when there are not yet any statistics to display.</li>\n\n\n\n<li>A fix for a bug that broke some admin page links when certain Jetpack plugins are active.</li>\n\n\n\n<li>Improved performance in newer browsers on pages with forms.</li>\n\n\n\n<li>A fix for a conflict between Akismet and forms that post to third party sites.</li>\n</ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2022 15:28:54 +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: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:100:\"WPTavern: #44 – Joe Dolson on How To Fix the Six Most Common Accessibility Errors on Your Websites\";s:7:\"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://wptavern.com/?post_type=podcast&p=138199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/podcast/44-joe-dolson-on-how-to-fix-the-six-most-common-accessibility-errors-on-your-websites\";s: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:56565:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how to improve the accessibility of your WordPress website.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m very keen to hear from you, and hopefully get you all your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Joe Dolson. Joe is a WordPress plugin developer, a core committer and a web accessibility consultant. He’s part of the Make WordPress accessibility team, the team dedicated to improving accessibility in the WordPress ecosystem.</p>\n\n\n\n<p>His recent presentation at WordCamp US entitled, finding and fixing the six most common WCAG 2 failures, highlight some of the key areas where websites are not as accessible as they should be. The areas we discuss are, low contrast text, missing alternative text, empty links, missing form labels, empty buttons and missing document language.</p>\n\n\n\n<p>Joe explains what each of these problems are, both in terms of how they can be fixed as well as what people with accessibility requirements might experience when they visit your site. We talk about how you can equip yourself with the tools that you need to diagnose these issues and online resources you can use to discover more about website accessibility.</p>\n\n\n\n<p>It’s Joe’s opinion that you’re better off making a start right now, carrying out incremental changes rather than attempting to solve every single problem that your website might have. Begin the journey and take it one problem at a time.</p>\n\n\n\n<p>We also chat about the fact that there’s an ever-growing legal compulsion to make websites follow accessibility guidelines. Lawsuits are going through the courts with greater regularity. So now might be the time for you to look into this topic.</p>\n\n\n\n<p>That being said, Joe cautions against the use of tools, which purport to solve your accessibility issues with minimal effort. A variety of pop-up solutions have emerged onto the market, which claimed that they can make your site compliant with almost no effort. Joe is adamant that these promises are almost always false and that there’s real work to be done on each website, as they’re all unique and have unique problems to solve.</p>\n\n\n\n<p>Typically when we record the podcast. There’s not a lot of background noise. But that’s not always the case. Over the coming weeks, I’ll be bringing you recordings from a recent trip to WordCamp US 2022, and you might notice that the recordings have a little echo or other strange audio artifacts. Whilst the podcasts are more than listable, I do hope that you understand that the vagaries of the real world we’re at play.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading to WPTavern.com forward slash podcast, and you’ll find all of the other episodes there as well. And so without further delay, I bring you Joe Dolson.</p>\n\n\n\n<p>I am joined on the podcast today by Joe Dolson. Hello Joe.</p>\n\n\n\n<p>[00:04:23] Joe Dolson: Hello.</p>\n\n\n\n<p>We are at WordCamp, I nearly said WordCamp Europe. We are at WordCamp US 2022. We’ve got Joe on the podcast today because he is doing a talk at WordCamp US. Do you just wanna tell us a little bit about yourself? Why you’re on this podcast, but then stray into what your talk is about.</p>\n\n\n\n<p>[00:04:40] Joe Dolson: Certainly So I’m Joe Dolson. I’m a WordPress core committer. I’ve been a contributor to the accessibility of WordPress for quite a long time. I think I first started contributing in WordPress 3.4. I’d have to look at my history to actually know that for sure, but it was somewhere around there. So today I’m talking about a study from the nonprofit organization, WebAIM, out of Utah, in which they looked at the top million homepages around the web. The most widely visited, heavily known webpages, and did a bulk analysis of the accessibility issues on those pages.</p>\n\n\n\n<p>And, I’m going to talk about six specific types of errors that they found constituted 96.5% of all detectable errors using automation. And the things that that exposes and how you can work with consultants. How you should use your time and how you should use automation to solve problems.</p>\n\n\n\n<p>[00:05:39] Nathan Wrigley: Can I ask how it is that you became interested in accessibility problems, given all the myriad things that you could have become interested in web? How did accessibility fall into your lap and create so much interest for you?</p>\n\n\n\n<p>[00:05:51] Joe Dolson: So when I started my business in 2004, I started right from the beginning with the idea that I wanted to pursue accessibility in websites. And that was because when I decided to become a web designer, I wanted something that was unique about what I did. I wanted to do something that wasn’t just marketing. I wasn’t really interested in marketing. I’d seen a lot of that around and I’m like, boy, that, that just doesn’t seem like it’s socially motivating.</p>\n\n\n\n<p>[00:06:21] Nathan Wrigley: Mmm.</p>\n\n\n\n<p>[00:06:21] Joe Dolson: It doesn’t seem like it’s interesting. It doesn’t feel like I’m doing something worthwhile. So I had to think to myself about, well, what do I know already? What do I have a unique access to that can make my business be a little bit different? And my mother was the executive director of a nonprofit that provided arts access for people with disabilities.</p>\n\n\n\n<p>And so for years, I’d had conversations at home with family when visiting my mother in her workplace about what people with disabilities needed and how the ADA worked, and how all of this sort of world needed to be constructed. So what I already had was a reasonably strong sensibility for why people with disabilities need access and the very fact of the modality of different experiences and different perceptions. And so with some study about the actual technical side behind that, I was able to pick that up relatively quickly. Which is not to say I didn’t make absolutely horrible mistakes in 2004 and five.</p>\n\n\n\n<p>[00:07:29] Nathan Wrigley: It’s almost, it’s something that came from your, your background,. Your family enabled you to have some sort of prior wisdom. Most of the rest of us, I would imagine are coming at it pretty cold, and if we were to go back, I don’t know, 5, 6, 7, 8 years, I feel like nobody was really talking about this. I could be wrong. Obviously you were interested in it, but as a proportion of the people that were designing websites, I feel that accessibility was not on everybody’s radar. I would imagine that many, many of the websites out there were not accessible in any way, shape or form.</p>\n\n\n\n<p>But it’s become a real talking point in the last few years and people are making much more of an effort. Obviously you’ve got your conversation, your presentation at the event in the next couple of days. I’m just wondering if you could outline for those people who, maybe they’re new to WordPress, maybe they’re new to web design and they hear the word accessibility and they just think, well, I don’t know what that means. Just, in the broadest possible brush strokes. Just let us know what the 10,000 foot high version of accessibility on the web is.</p>\n\n\n\n<p>[00:08:31] Joe Dolson: So yeah, the 10,000 foot view. Accessibility, web accessibility, and the access to information for people with disabilities is about making sure that the content you’ve put on your website is interpretable to the most, the widest variety of senses. So for people who are visually impaired, that means making sure everything can be understood by what’s called a screen reader. That will look at the text content of your site, look at the code of your site and interpret that in voice production.</p>\n\n\n\n<p>For people with hearing impairments, that’s about having captions for your video. It’s about having transcriptions of your audio files. So it’s really about recognizing that people have different ways of perceiving the world, whether that’s because of dyslexia, and they have difficulty with the way text is structured. Or it’s visually impaired, so that they literally cannot see your images and have no idea what that is. Your responsibility in sharing that information is making sure it’s available to multiple senses.</p>\n\n\n\n<p>[00:09:40] Nathan Wrigley: Thank you.</p>\n\n\n\n<p>Your talk is called finding and fixing the six most common WCAG, W C A G, two failures. First of all, what’s WCAG 2? And then if you wouldn’t mind elucidating what are those six most common failures? Maybe we just go through them one at a time, and if we, if we stray off into a conversation about each one of them, that’d be good, and if not, we’ll carry on from there.</p>\n\n\n\n<p>[00:10:02] Joe Dolson: Sounds great. So the web content accessibility guidelines is a document coming out of the W3C, the worldwide web consortium, and it’s kind of the international standard for what is considered to be accessibility. Version two is the version that was published in, I wanna say 2008. So it’s not new. But it’s been then updated periodically since then. The current version is 2.1. 2.2 is currently a candidate. It is likely to become a recommendation sometime at the beginning of 2023.</p>\n\n\n\n<p>And that just keeps incrementing different ways of looking at things and what is considered to be a standard internationally for what makes content accessible. It’s a very useful document. It is enshrined in law in a number of contexts. The US government’s section 5 0 8 is based on WCAG 2. A lot of international laws such as what the EU uses for their guidelines are based on WCAG 2. So being aware of these guidelines is pretty key.</p>\n\n\n\n<p>[00:11:07] Nathan Wrigley: Just before we go into the six areas that your presentation is about. When you say that the things are enshrined in law, and you mentioned the US and the EU in particular, I guess there’s going to be a whole swathe of different responsibilities and things that you are compelled to do. You are in the US, so just give us an idea, just paint the picture in the US specifically, and we’ll just ignore the rest of the world for now, about what the absolute requirements are. So, in other words, if you don’t satisfy this, you are in breach of the law. So are you able to speak to that?</p>\n\n\n\n<p>[00:11:40] Joe Dolson: I can definitely speak to that. And it’s definitely good that we’re narrowing that just to the US, because otherwise this would go on for hours.</p>\n\n\n\n<p>[00:11:47] Nathan Wrigley: One country time. Yeah.</p>\n\n\n\n<p>[00:11:49] Joe Dolson: So in the US, what we’ve got is section 5 0 8, which is part of the federal regulations governing the acquisition of software for government institutions. And that only applies when you’re getting funding from the federal government. So you’re only in violation of that if, for example, you’re a university and your website is funded by federal grants. And that is, 100% it’s based on WCAG 2.</p>\n\n\n\n<p>There are a few tweaks that are not exactly identical, but basically if you’re violating WCAG 2 at what’s called level AA, there are three levels of severity within WCAG. There’s level A, AA and triple A. Triple A is usually very specific types of errors that apply to relatively small populations and mostly need to be handled if you’re specifically serving that population. The guidelines, the laws are around AA, which is gonna be very broad, but it’s still, there’s got a fair amount of meat to it.</p>\n\n\n\n<p>The other law is the ADA, which is a 1991 law, and this may shock you, but at the time it was written, they did not directly address websites. And that does not mean that website accessibility isn’t covered by the ADA, and case law has repeatedly demonstrated through precedent, that yes, the ADA does require websites that are publicly accessible and commercial need to be accessible.</p>\n\n\n\n<p>What is lacking in the US is any regulations that stipulate what that means, and that is a case where WCAG has not been brought into the legal bounds on these websites. And that is why you hear so much about so many lawsuits against companies for web accessibility. It’s because we don’t have regulations that allow anybody to easily look at their website and determine whether or not they’ve met those requirements. Really. the ADA stipulates your website needs to be accessible, it needs to provide this equal access. Figure out what that means.</p>\n\n\n\n<p>[00:13:50] Nathan Wrigley: You just mentioned lawyers and that’s kind of an interesting place to go just for a moment. It feels like there’s two premises here. We could have the carrot approach, or we could have the stick approach and the stick approach, by that, I mean is the threat of somebody contacts a lawyer and threatens to sue you because your website is not up to scratch.</p>\n\n\n\n<p>On the other hand, there’s the, uh, carrot approach, which is the kind of thing that I’m imagining you are doing. You’re involved in educating the community and, and making this stuff happen with a little bit of education. Do we need to fear the lawyers, the stick approach? Is that an increasing thing that’s happening? I mean, you see it in all other walks of life. People are sued for things that they haven’t done because people think they might be able to make a little bit of money out of it. Is that kind of on the horizon? Are people doing that? Do we need to be worried about the legal aspect?</p>\n\n\n\n<p>[00:14:36] Joe Dolson: Yes, 100%. As recently as six or seven years ago, I would’ve said no, you don’t really seriously to worry about that unless you’re an international scale company. And that’s just not true anymore. And that’s directly because we don’t have those regulations. They’ve been slated to be added on many, many occasions, and keep getting canceled. They are currently on the docket to be created again, hopefully in 2023. But until that happens, we don’t really have anything that gives us a goal. And one of the things that regulations could come with is a schedule. A schedule of enforcement. That’s what certainly a lot of other places have done.</p>\n\n\n\n<p>The province of Ontario created a document, the AODA, which is a set of laws within Ontario for what is needed to accessible, and that came with a schedule of enforcement. Instead we have a free for all. Anything could happen. And there are thousands of accessibility lawsuits every year. And a lot of them are just accident chasers effectively. They’re not people with a very serious concern. They’re just looking for a quick payoff. And that is a horrible, horrible scenario to be in because you might receive one of these demand letters, and there’s a very good chance you are in fact in violation of it, and it is legitimate, even though they probably wouldn’t pursue it in court, but you can’t count on that. So it’s, it’s a very unpleasant situation.</p>\n\n\n\n<p>[00:16:09] Nathan Wrigley: That, is curious. But also, conversations like this and podcast episodes like this, at least we’re alerting people to the fact that this is something to be taken seriously. I wonder at what level, like you mentioned six or seven years ago, if you are a, a major corporation, you probably needed to worry about this. And then as though six or seven years have passed, presumably that barrier has gone lower and lower and lower. But at some point it doesn’t matter who you are, you are going to be liable unless you take this sort of stuff seriously. Sorry, you were gonna say.</p>\n\n\n\n<p>[00:16:35] Joe Dolson: Right, right, right. I was say that there usually is a point when you get down into non-commercial websites, when things do get a lot fuzzier as to whether or not you’re likely to be liable, but that’s really a question that the law should be settling and the regulations should be settling.</p>\n\n\n\n<p>What we should probably do is actually get to these six error types. All right. Let’s do it. So the number one is low contrast text, and that literally means where you have gray text on a slightly darker gray background, and it’s just hard to read. And there are a lot of very very specific calculations that determine in WCAG what is considered to be low contrast or not. It’s an extremely easy thing to test for, and it’s just a matter of trying to meet those guidelines.</p>\n\n\n\n<p>Nobody is trying to claim that these color perception tests are perfect. It’s a number. It’s intended to be there so that you have to meet this basic minimum. An important thing to remember about contrast is that this is not a scenario where higher contrast is automatically better. If you’ve met the guideline, you’re in perfectly good shape. You do not need to then go, oh, but I should probably just go black on white. That’s not necessarily better. There’s a whole population of people who will actually find that to be a completely separate struggle.</p>\n\n\n\n<p>After contrast, it’s all about, images and that’s images that are either missing alternative text, have generic alternative text, like just image or file or something useless, or are repetitive. And that’s going to be cases where maybe you’ve got a linked image next to a link where the text of that alt text is exactly the same as the text of the link, it’s just duplicate. It’s not helping anybody. These are also really easy to find because you can easily identify that your images have this really common recurring pattern. In a lot of cases in the world of WordPress.</p>\n\n\n\n<p>You know, you might have a block pattern that’s producing an image with a heading and some text. And if that block pattern is just presetting an alternative text to something that’s not good, that’s where you might have a problem, it just needs to be dealt with and fixed.</p>\n\n\n\n<p>[00:18:50] Nathan Wrigley: Can I just interrupt there a moment, because a default install of WordPress will give you more than alternative text. You’ve got descriptions and captions and so on. You only mentioned alternative text. Is that the case? It’s just that one field that we need to be mindful of.</p>\n\n\n\n<p>And you’re describing what is in the image. So, for example, if there’s a red car with a, I don’t know, a dog in the backseat or something you would write, this is an image of a red car with a dog in the backseat.</p>\n\n\n\n<p>[00:19:15] Joe Dolson: That’s a great question. I’m gonna answer two parts of that. First of all, you don’t describe the image. You describe the purpose of the image, which may or may not be a description of the image. It really depends on the context. For example, if that image is a link to a post, then what that image is actually conveying to the user is, what is this link for? Which is not necessarily going to be what is the image of. Which is also a question for, is this the right image for this? If that alt text doesn’t make any sense with that image, then maybe this isn’t the right image. But ultimately what you’re actually describing is the purpose of the image. It might be that it’s an image of a dog in the backseat of a red car.</p>\n\n\n\n<p>The other thing I wanna mention about that is you would not say, image of. Because that is already going to be predicted and produced by the screen reader. They know it’s an image. You got that covered. And that is an extremely common problem actually, is people stating that it is an image? Totally unnecessary.</p>\n\n\n\n<p>[00:20:15] Nathan Wrigley: Okay. So we went through number one and number two.</p>\n\n\n\n<p>[00:20:18] Joe Dolson: Well, there was another part of that, which is the WordPress fields. So the WordPress media library has four fields that can be filled in. Title, alternative text, caption and description. Those four things all serve completely different purposes. The title is really only for administrative use. In very old versions of WordPress, it was used to add a title attribute, but that has not been the case for many years.</p>\n\n\n\n<p>The alternative text is the thing that basically represents the image. It’s the alternative to the image. When that image is not available, whether it’s because somebody can’t perceive it or because it doesn’t load. That’s the thing that should take the place of that image. And that’s the generic version of it because the things stored in the media library is just one alternative text. So usually that is going to be a description of the image. In actual use, you may or may not want to use that text depending on the context. Again, with that linked image, it’s not necessarily a description of it. It might be a description of the target.</p>\n\n\n\n<p>And then the caption, the caption is a thing that should be universally available. So both people who are sighted and people who are visually impaired will be able to see that. So really it’s something that should be complimentary to the image. It gives additional context, but doesn’t necessarily explicitly describe it. An example there would be, it might be used to say who is in the image. For example, you know, the description is a man with glasses and a beard, stroking a cat. And then the caption actually says, this is a picture of our founder, Joe Dolson and his cat Bubbles. I don’t have a cat named bubbles. just to be clear.</p>\n\n\n\n<p>[00:22:00] Nathan Wrigley: There was more in that than I, I imagined.</p>\n\n\n\n<p>[00:22:02] Joe Dolson: The description field is actually not used by default unless your theme has decided that there’s some context in which that’s used.</p>\n\n\n\n<p>[00:22:09] Nathan Wrigley: So, okay, we’ve done one and two.</p>\n\n\n\n<p>[00:22:10] Joe Dolson: Moving on to number three. That’s form fields without labels. And that is an incredibly big deal. I mean, if you have a contact form or a search form or a sales form, any kind of query, and those form fields don’t have labels, then basically a user with a screen reader, they don’t know what they’re trying to do. They have no idea what this is. Frequently, you have form fields that have text nearby that is visually a label, it looks like it has a label. But if there’s no explicit association between that information, because a label is a specific HTML field and it’s connected to an input using a for attribute and an ID, attribute. And that makes it really straightforward, really explicit.</p>\n\n\n\n<p>And that tells somebody what this field is for. And those being missing are just, that’s just wrong. It should not be missing. Next one after that, and I’m just gonna collapse the next two into one because they’re effectively the same problem. Empty links and empty buttons. That is literally a link that does not have any text contained inside it, or a button that doesn’t have any text. As often as not that’s because they’re either an image that doesn’t have an alt attribute.</p>\n\n\n\n<p>So there’s nothing meaningful there. It’s like a font icon or an SVG image that is supposed to represent your hamburger menu, or it’s a close icon, or it’s a help icon or any of those many possibilities, but doesn’t have any kind of accessible name. It doesn’t have any attributes that give that a text context. So the screen reader knows what this is supposed to do. Those are also extremely common.</p>\n\n\n\n<p>The last of the six, and this is quite rare to be a problem on a WordPress site because WordPress pretty much takes care of this, is a missing document language. Every HTML element should have a lang attribute that declares what language the document is in. English, German, French, Spanish, whatever. And the purpose of that for a screen reader is to tell them how to pronounce it.</p>\n\n\n\n<p>Not having that means it will be pronounced according to whatever that person’s local settings are. So if they’re a French browser on an English site, the English is gonna have a very strong accent. And in fact, it’s not really an accent because it’s following a completely different set of pronunciation rules and that’s going to make it incomprehensible.</p>\n\n\n\n<p>So making sure that that attribute is present is really important. I haven’t seen that as a problem on a WordPress site with a theme that’s reasonably recent for a long time. There were definitely a lot of older themes where, big problem.</p>\n\n\n\n<p>[00:24:49] Nathan Wrigley: I’m guessing that the six things that you brought to the table could easily be 15, 20 things, but six was the number that was chosen there. I guess the problem is you could have gone on all day and we could have talked for hours about all the other things, but these are the things that have risen to the surface.</p>\n\n\n\n<p>So anybody who’s not encountered this is now going to be presented with additional things to do. Work to be undertaken. Things to be learned and so on and so forth. I’m just wondering if there’s any, any useful things, tools for want of a better word that you have found over the years that have enabled you to short circuit things, make things as easy as possible. So it might be a browser extension, or I don’t know, some app that you can install on your computer or something like that.</p>\n\n\n\n<p>[00:25:32] Joe Dolson: Yes, there are an incredible number of these types of tools, and they all have slightly different ways of working, slightly different sets of tests. But these particular six items, all of the automated tests are going to find these and help you solve them. They’ll give you guidance about what you have and what you need to do.</p>\n\n\n\n<p>So I think some of the ones I use the most are going to be, there’s an automated tester from tenon.io, and that’s an application that you can run remotely. It’s got an API, you can run it just automatically. And it’ll just scan a page and give you a list of everything it’s found on it..</p>\n\n\n\n<p>Another one is wave.webaim.org. That’s from the same group of people who produced this report that found these errors. And that’s available as a toolbar for, I think it’s Chrome. Firefox or Edge, so pretty broadly available. It’s also testing one page at a time, but they do have a tool through a company called Pope Tech, that can give you generated reports of larger sets of pages. So you can get a much larger body of data.</p>\n\n\n\n<p>There are browser extensions from an organization called Deque called Axe. Those also do a wide variety of automated tests.</p>\n\n\n\n<p>One of the things that’s important in development with accessibility is that it’s always something that needs to be based on the rendered site. There’s a reason they’re called the web content accessibility guidelines. It’s because it’s all about the user experience and what they’re actually getting. So there aren’t a lot of tools for doing like pre-production linting as part of your development. You know, you can do some of that in an end to end test, but it’s going to be very limited because it’s, there’s so many assumptions you have to make.</p>\n\n\n\n<p>And the real world is where people have put in content that, the content is what’s really causing problems. Anything with these images, almost all of that is problems coming from content.</p>\n\n\n\n<p>[00:27:28] Nathan Wrigley: So it strikes me from what you’ve just said, that there might be a better place to put this work. This work that needs to be done in the workflow of a typical website. And from what you’ve just said, it sounds like it would be better done toward, the end of the development cycle?</p>\n\n\n\n<p>[00:27:43] Joe Dolson: Different parts of it fall in different locations. So low contrast text, for example, is frequently a design issue. So that as often as not should go at the very, very beginning. That’s when you’re deciding what kind of color palette you’re going to use and what your base design looks like.</p>\n\n\n\n<p>The images, it’s a mix, because it depends on whether you’re using a plugin that generates a body of images, or you’re using images embedded into content. In the latter case, it’s a content production issue. So it’s something that you should be checking on the fly and should be done on a constantly recurring basis.</p>\n\n\n\n<p>For the application environment, for, you know, a plugin that’s producing these lists. That needs to be fixed in the development side, on that plugin of whatever it’s doing.</p>\n\n\n\n<p>Form fields are another one where most of that needs to come from the plugin that’s generating your form. Gravity Forms has done a huge amount of work on improving the accessibility of their product. They’ve got more to do. It’s always, these things are a constant battle of, oh, we screwed this up now we’ve gotta fix it. Oh, we fix this, but now we screwed that up. But Gravity Forms has done a really great job, and one of the advantages to that is that they don’t give you a lot of room to screw it up. Just make sure that legacy markup is not turned on.</p>\n\n\n\n<p>[00:28:58] Nathan Wrigley: There’s a whole other conversation I think to be had there as well, but…</p>\n\n\n\n<p>[00:29:01] Joe Dolson: There’s a lot.</p>\n\n\n\n<p>[00:28:03] Nathan Wrigley: In terms of a typical agency, let’s say who’s done none of this work before. They’ve got a legacy of websites. Let’s say, I don’t know, 50 websites, which they’re maintaining and they’ve built. So suddenly we are presenting the agency with work that they need to go back, and if you like retro fit the websites that they’ve already built and bring them up to standard.</p>\n\n\n\n<p>And then of course, there’s gonna be the new work which comes through the door and that’s gonna be a little bit more straightforward. This brings to mind the question, how much do we need to be doing of this now? How imperative is it for us to go back to our clients and say, look, we need to begin this work yesterday?</p>\n\n\n\n<p>Or is it more a case going back to the clients and saying, maybe it’s time to begin again. And I know that’s not gonna be a comfortable conversation to have. Essentially what I’m trying to say, is it easy to retrofit or is it sometimes easy just to begin again almost?</p>\n\n\n\n<p>[00:29:55] Joe Dolson: It is absolutely frequently easier to begin again. But it’s it is very much a case by case scenario. One of the things about the WordPress environment and this ecosystem, is that there’s a huge number of themes and plugins that you’re building your sites based on.</p>\n\n\n\n<p>If those themes and plugins are issuing updates and they’re fixing problems, then a lot of the problems that are coming out of those tools can be fixed for you. And I mean that’s why I think the people who should be looking at this first and foremost are the tool creators. WordPress Core, plugin authors, theme authors, because that is going to solve the biggest, most global problems. And when I say global, I mean, these are things that are infecting, that are affecting entire sites.</p>\n\n\n\n<p>I said, infecting. It’s kind of an interesting perspective, I like that in some ways, I don’t know. They’re infected with inaccessibility. But anyway, if these plugins can fix something then they can have an impact on thousands, millions of sites. I mean this is one of the reasons I contributed to WordPress at all is if I can make one little change, it can potentially impact millions of sites.</p>\n\n\n\n<p>[00:31:06] Nathan Wrigley: Just the answer to this may simply be a no, and it goes nowhere else. But is there any sort of an accreditation system that things like plugins can get certified against. So that, for example, you mentioned Gravity Forms as a good example of a company that have done some work in that area. So that you could visit their website, see the accreditation stamp somewhere and say, okay, I’m assured that at least some of the work has been done. I don’t know if that’s even a thing.</p>\n\n\n\n<p>[00:31:31] Joe Dolson: There’s nothing that I’m aware of really for plugins. There’s an organization. It’s the IAAP, the international association of accessibility professionals. Uh, and they certify people as specialists. In the theme world the WordPress theme repository does have the accessibility ready tag that does require some manual testing.</p>\n\n\n\n<p>Plugins are a really difficult case because it’s hard to set a specific set of tests and guidelines that they have to meet because they do so many different things. For some plugins, there are no settings, there’s no user interface, it just does some automation. And you’re like, well, is that accessible? It literally has no interface. How do we judge that?</p>\n\n\n\n<p>[00:32:14] Nathan Wrigley: Okay, so, we talked about retrofitting. We talked about beginning and potentially that the beginning is the easiest way to go forward. That therefore raises the question of how much of this do you need to be mindful of before you can say, that site is ready to ship. And bluntly let’s say, is it okay to have a site where 10% of the tick list that you want to achieve has been completed?</p>\n\n\n\n<p>Is that okay to launch, or do we need to be higher into the fifties, or indeed the nineties, or the 100%? In other words, is it better to do something and launch it, rather than wait until it’s perfect? We know how this works. If we build websites, we’ve had this problem time and again. You know, things creep in that we need to do, and we never end up launching the product because we’re constantly, constantly making it perfect. So just some guidance on where we need to be there.</p>\n\n\n\n<p>[00:33:05] Joe Dolson: So it’s a slightly different answer depending on whether we’re building a new product or making changes and retrofitting something old. When you’re retrofitting, in my opinion, it’s just, the goal is make it better every day. If you can ship an update that fixes one problem, then fix that one problem.</p>\n\n\n\n<p>It’s better. It doesn’t have to go from zero to a hundred in an instant. There’s no reason to wait. To shift an improvement. When it’s a new product I would say 10% is awfully low, because we all know how priorities work And as soon as that product gets in front of users. Now you’ve got user demands. You’ve got clients who just are like, oh, I don’t, I don’t know that I want to pay anything more right now.</p>\n\n\n\n<p>And so that additional percentage may just never happen. So going over 10% is definitely worthwhile. But you should always recognize that there is no a hundred percent. Like you’re not going to achieve a hundred percent accessibility. The range of human experience and human perception is far too great. All you can reach for is try and think of everything you can, and everything that seems reachable and that you understand and recognize that you’re going to make mistakes.</p>\n\n\n\n<p>[00:34:20] Nathan Wrigley: You were mentioning earlier about the lawyering and how that has become a thing. And I’m wondering who is the person who’s responsible. So in other words, if you are the web designer and you’ve taken on that work and you’ve handed over to your client, but then they’ve taken over for example, and they’re maintaining and updating from this moment forward. Is there any guidance around that?</p>\n\n\n\n<p>In other words, can you insulate yourself from the problems which may occur? And again, there’s a myriad set of different ways that we could build and hand over and all of those kind of things, but, I’m sure a lot of people listening to this will be thinking, okay, how can I protect myself, having done some of it, but not all of it?</p>\n\n\n\n<p>[00:34:58] Joe Dolson: This is definitely one of the areas where that gap in regulation is a real problem. In terms of responsibility that ultimately falls on the business owner, the website owner, or the product owner. But of course, the terms of your contract will vary and your specific liability to the outcome of your product might vary.</p>\n\n\n\n<p>And even in the most solidly constructed contract where you protect yourself, that doesn’t mean you couldn’t be sued for negligence. You know these things all revolve around. If a company ends up having to pay damages of $7 million because of an inaccessible website, it’s very reasonable to think they’re gonna go back to the people who they hired to work on that website and be like, we are not happy. I think that’s an extremely justified position to be in. So I think everybody needs to take a piece of this responsibility.</p>\n\n\n\n<p>I know for a fact that, in the Ontario law, the AODA, they do explicitly specify that everything on the website has to be accessible, including third party products that you are using. So a common problem in a lot of websites that I’ve audited, you know, it’s a nonprofit, they’ve got a great accessible website, but they’re using this client relationships, module, a CRM to take their donations, and it’s a mess.</p>\n\n\n\n<p>And you’re like, okay, this is an absolutely key part of keeping your organization operating, is getting these donations working and that’s not accessible. So you really do have a problem there. And that’s a third party application. You don’t have any direct control over it. You can’t directly fix it, and I think that’s a marketplace problem. Where all of these elements within the overall picture have to be thinking about what their responsibility is.</p>\n\n\n\n<p>[00:36:50] Nathan Wrigley: You’re obviously very keen on this. And I’m just wondering if this is becoming an industry. In other words, a few years ago, we didn’t have SEO experts. Well, quite a long time ago now, but let’s say 20 years ago, there was no such thing as an SEO expert. It just, wasn’t a thing. Now there is. There’s people who you would hire in because you want to take over the SEO and give it to somebody else. And that’s now their responsibility.</p>\n\n\n\n<p>Is there a growing collection of people like yourself, who you can hire in to examine and look, so you’re not relying on the tools, the automated tools. You’re really getting a, a human being in to do the real work, and yeah, is there a career there?</p>\n\n\n\n<p>[00:37:30] Joe Dolson: Oh, absolutely. It is actually a huge growing market. I think the growth of the accessibility consulting and testing market is pretty high. I don’t know what it is right now off the top of my head, but it’s a growth market with no question.</p>\n\n\n\n<p>And as somebody who’s been in accessibility for almost 20 years, there’s always been an industrial market for accessibility. 20 years ago, it was almost exclusively in government, universities, higher ed, that sort of area. And it has been growing very rapidly. There are a lot of large companies now that they exclusively provide accessibility consulting. There’s actually been a lot of consolidation and acquisition within the accessibility space. So there’s no question that this is absolutely a major career. It’s a market where if you engage in some training and accessibility, there are jobs to be had. They are all hiring, and this is because it has grown enormously in the last four or five years,</p>\n\n\n\n<p>[00:38:31] Nathan Wrigley: Which brings me to nearly my last question, and that is, imagine that we’re working for a large agency and we are employed by a boss who, how to put this, does not care about the last half an hour’s conversation that we’ve had. And just simply wants to ship things as quickly as possible, and obviously what you are proposing is not as quickly as possible. There’s other work that needs to be done on top of that. So we could hire out, we could find somebody such as yourself, who’s able to guide us with our, your expertise. But, what do we say to those bosses? How do we persuade them that, not only does this matter, but it’s essential?</p>\n\n\n\n<p>[00:39:08] Joe Dolson: So I think, you know, some people are unpersuadable. There are always going to be a group of people for whom this is simply not, not something they are going to choose to care about. And those people will ultimately only be persuaded by legal action. And so when their company gets sued, they will have no choice but to deal with that. But operating on the assumption that we’re working with somebody who at least is willing to listen to reason and to, justifications about why this needs to be done.</p>\n\n\n\n<p>There are a lot of arguments in favor of it, in terms of the fact that it makes websites easier to use. It makes processes easier for customers. So there’s a, there’s an acquisition aspect. There’s a sales benefit. Just making things easier to use, making things possible to use by more people.</p>\n\n\n\n<p>It’s an estimate of around 15% of the world population has some form of disability that could impact their experience on the web. And a lot of that is in cognitive impairments, where they might have problems with distraction, or lack of focus, short term memory loss, and all of those people are going to benefit enormously from the same kinds of principles that go into web accessibility.</p>\n\n\n\n<p>And so on a, on a marketing argument, the very fact that by implementing accessibility, you can increase your potential market by 15% is something that should be relevant. I think there is a perception sometimes that people with disabilities aren’t a market with money to spend. That’s a bias that’s coming through things like, the social security programs for supporting people with disabilities.</p>\n\n\n\n<p>But the fact is, in this era the percentage of people with disabilities who are able to be gainfully employed is rapidly increasing because the digital marketplace takes away a lot of the barriers. You don’t have to necessarily travel to your job, which might be very difficult if you are visually impaired. Or if you have problems with distraction in an environment, or you just need to be able to get away from over stimulation. So</p>\n\n\n\n<p>that market is increasing. I think, I think it’s the US number right around now. I happen to do a presentation on Thursday morning about accessible advertising. So a lot of these numbers are things that I’m remembering from my presentation two days ago, that the estimated buying power of the US disability, people with disabilities, is around 350 billion. But an awfully high number of products cannot be purchased by those people, because they’re not accessible. There’s an awful lot of people with disabilities where I buy from this company. Why? Because it’s the only one I can.</p>\n\n\n\n<p>[00:41:58] Nathan Wrigley: That is absolutely fascinating. And it really speaks to the question that I asked. If you have a boss who doesn’t care, potentially this is the quickest route to somebody caring. There is a market, it’s a growing market. You can be more profitable by making these tweaks.</p>\n\n\n\n<p>Final question if that’s okay? We’ve talked about a lot. There’s probably gonna be a lot of confusion about where do I go, how do I find out more about these things? And you’ve sent me, we had a little shared show notes, and you’ve sent me a bunch of links. It’s gonna be difficult for us to spell them all out. I will put every link in the show notes and hopefully get them done correctly. Do you just wanna say something about the best places, the most reliable, the quickest wins, if you like that you have come across where people could? I don’t know, two or three or four of them that you’re happy to share.</p>\n\n\n\n<p>[00:42:41] Joe Dolson: So yeah, I mean the list of people I’ve mentioned, they all have unique perspectives and great information. I always recommend when you’re trying to get the current best practices on how things really work and what is, what support is available for a particular interaction interface. I like to go to Adrian Roselli. He’s very, very thorough researcher on accessibility issues. And one of the best things about what he publishes is that he routinely updates things. So his website does not have stale content.</p>\n\n\n\n<p>I shouldn’t say that absolutely. I haven’t read everything on his site. It might have stale content, but I’m not aware of it. So that’s a great place because you can trust that it’s going to be current and maintained and is very thorough.</p>\n\n\n\n<p>I also like Haydon Pickering and Scott O’Hara. That might be O’Hara. I honestly don’t know. They both do a lot of nitty gritty experimental of, this is how you use these various accessible interactions. They’re great resources. And then there’s a general website, it’s the A11Y project, the accessibility project. And that publishes articles by a lot of very experienced accessibility practitioners who’ve been around for a long time, who are new to the industry, but writing really solid information about how things work.</p>\n\n\n\n<p>And then of course there’s the actual WCAG documentation. There’s a lot of information from the web accessibility initiative, the WAI working group, and they have an enormous amount of information about just general, what it means to be accessible and what an accessible interface looks like.</p>\n\n\n\n<p>[00:44:25] Nathan Wrigley: Overlays.</p>\n\n\n\n<p>[00:44:26] Joe Dolson: Ha, yes.</p>\n\n\n\n<p>[00:44:27] Nathan Wrigley: Overlays have cropped up. Essentially what we’re dealing with here is a, click a button, I will solve all of your website accessibility needs. That sounds too good to be true. It sounds too simple to be able to install something, let’s say it’s a plugin or a piece of JavaScript or whatever it may be, and to say to yourself, I’m done. I am compliant. I’ve done all of the things by installing some small bit of code. Tell me your thoughts about this.</p>\n\n\n\n<p>[00:44:54] Joe Dolson: Well, you know, if things seem too good to be true, it might be because they’re false. And that is absolutely the case with overlays. If an overlay is claiming, I’m going to solve your problems, you don’t need to think about anything else, you are now compliant, that’s because they’re lying to you. Flat out lying to you. Because what overlays are is they’re kind of a side effect of the accident chasing, legal thing. They’re a reaction of, oh, we have all this AI. We can solve things. We can find all these problems. It’s amazing. This is fabulous. But they can’t, because the problems are vastly more complex than they actually think they are.</p>\n\n\n\n<p>So many things simply, you can’t even test to identify the problem, let alone fix it. So overlays are basically just a disaster.</p>\n\n\n\n<p>[00:45:44] Nathan Wrigley: Is there any scenario in which they represent a decent bridge? In other words if, if you just click that button, get that overlay on there, and then begin the good work that you’ve described during the podcast, all the other things that you can do. Is there any scenario where that could be recommended? Knowing that it was the temporary kludge.</p>\n\n\n\n<p>[00:46:02] Joe Dolson: Mostly, no. Now I will say that’s a no in terms of any of the really major overlay vendors, because for the most part, they are actually going to make your website worse. There are certain of those vendors who will absolutely, definitely make it worse. And there are browser extensions that have been marketed directly to the disability community for the sole reason of disabling these overlays because of the problems they cause for people with disabilities.</p>\n\n\n\n<p>There are some extremely narrow categories where an overlay can bridge that, and a lot of the major accessibility corporations as part of their work, they will build an overlay, a custom overlay, which specifically deals with specific problems on your website. And that’s going to be in cases where the process to actually get the backend code updated is too burdensome, and they need something fast. But it’s only gonna solve a tiny fraction of those problems.</p>\n\n\n\n<p>That should be something that’s custom, that’s targeted. I have a plugin, WP Accessibility. It includes some overlay aspects within it, but they are very targeted because they are targeted at specific things that are known to happen with WordPress or with WordPress themes, and they have known answers.</p>\n\n\n\n<p>And even then, I wouldn’t say that’s something that guaranteed to fix everything. It could still cause problems. And you shouldn’t keep it installed and operating in that manner any longer than you absolutely have to, because fundamentally what you need to do is get the fix in place But these big commercial overlays are just horrendous. They make things worse, period.</p>\n\n\n\n<p>[00:47:44] Nathan Wrigley: There was one further question. Sorry, I was sneaking this one in right at the end. I also asked you to recommend a community that you thought was worth hanging out in, because that’s often a way to just sort of speed up the process. You find some friends in there and they help you and they point you in the right direction. So, you’ve mentioned one here. Do you just wanna tell us about that?</p>\n\n\n\n<p>[00:48:01] Joe Dolson: So there’s a Slack community for web accessibility professionals. It’s web-a11y.slack.com, and there’s about 10,000 members of that Slack organization. And it’s a great place to ask questions, look for advice, read what other people have done, search for past conversations on various topics. It’s a pretty large Slack. It’s very active. It’s kind of the place where the community mostly hangs out I would say.</p>\n\n\n\n<p>[00:48:32] Nathan Wrigley: And should anybody wish to find you Joe, off the back of this. If you’re willing to share, what are the best places to get in touch with you?</p>\n\n\n\n<p>[00:48:39] Joe Dolson: I’d say the best places for me, you can find me on Twitter @joedolson, J O E D O L S O N. You can find me in the WordPress Slack, also Joe Dolson. Pretty much anywhere I am, you’ll find me as Joe Dolson.</p>\n\n\n\n<p>[00:48:54] Nathan Wrigley: Thank you very much for joining us on the show.</p>\n\n\n\n<p>[00:48:56] Joe Dolson: Thank you. Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.joedolson.com/\">Joe Dolson</a>.</p>\n\n\n\n<p>Joe is a WordPress plugin developer, a core committer, and a web accessibility consultant. He’s part of the Make WordPress Accessible team, the team dedicated to improving accessibility in the WordPress ecosystem.</p>\n\n\n\n<p>His recent presentation at WordCamp US entitled ‘<a href=\"https://www.joedolson.com/\">Finding and Fixing the Six Most Common WCAG 2 Failures</a>’, highlights some of the key areas where websites are not as accessible as they should be. The areas we discuss are:</p>\n\n\n\n<ul>\n<li>low contrast text</li>\n\n\n\n<li>missing alternative text</li>\n\n\n\n<li>empty links</li>\n\n\n\n<li>missing form labels</li>\n\n\n\n<li>empty buttons</li>\n\n\n\n<li>missing document language</li>\n</ul>\n\n\n\n<p>Joe explains what each of these problems are, both in terms of how they can be fixed, as well as what people with accessibility requirements might experience when they visit your site.</p>\n\n\n\n<p>We talk about how you can equip yourself with the tools that you need to diagnose these issues, and online resources you can use to discover more about website accessibility.</p>\n\n\n\n<p>It’s Joe’s opinion that you’re better off making a start right now, carrying out incremental changes rather than attempting to solve every single problem that your website might have. Begin the journey and take it one problem at a time.</p>\n\n\n\n<p>We also chat about the fact that there’s an ever growing legal compulsion to make websites follow accessibility guidelines. Lawsuits are going through the courts with greater regularity, so now might be the time to look into this topic.</p>\n\n\n\n<p>That being said, Joe cautions against the use of tools which purport to solve your accessibility issues with minimal effort. A variety of pop-up solutions have emerged onto the market which claim that they can make your site compliant with almost no effort. Joe is adamant that these promises are almost always false and that there’s real work to be done on each website as they’re all unique and have unique problems to solve.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case. Over the coming weeks, I’ll be bringing you recordings from a recent trip to WordCamp US 2022, and you might notice that the recordings have a little echo or other strange audio artefacts. Whilst the podcasts are more than listenable, I hope you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.joedolson.com/\">Joe Dolson’s website</a></li>\n\n\n\n<li><a href=\"https://twitter.com/joedolson\">Joe Dolson’s Twitter account</a></li>\n\n\n\n<li><a href=\"https://adrianroselli.com/\">Adrian Roselli’s website</a></li>\n\n\n\n<li><a href=\"https://tink.uk/\">Leonie Watson’s website</a></li>\n\n\n\n<li><a href=\"https://heydonworks.com/\">Heydon Pickering’s website</a></li>\n\n\n\n<li><a href=\"https://www.scottohara.me/\">Scott O’Hara’s website</a></li>\n\n\n\n<li><a href=\"https://www.a11yproject.com/\">The a11y Project</a></li>\n\n\n\n<li><a href=\"https://web-a11y.slack.com/\">a11y Slack channel</a></li>\n\n\n\n<li><a href=\"https://www.deque.com/axe/\">axe accessibility testing tool</a></li>\n\n\n\n<li><a href=\"https://www.w3.org/WAI/\">W3C Web Accessibility Initiative (WAI)</a></li>\n\n\n\n<li><a href=\"https://wave.webaim.org/\">WAVE Web Accessibility Evaluation Tool</a></li>\n\n\n\n<li><a href=\"https://tenon.io/\">Tenon.io</a></li>\n\n\n\n<li><a href=\"https://pope.tech/\">popetech web accessibility testing & reporting</a></li>\n\n\n\n<li><a href=\"https://webaim.org/\">webAIM website</a></li>\n\n\n\n<li><a href=\"https://webaim.org/projects/million/\">The WebAIM Million report</a></li>\n\n\n\n<li><a href=\"https://www.accessibilityassociation.org/s/\">International Association of Accessibility Professionals: IAAP</a></li>\n\n\n\n<li><a href=\"https://www.aoda.ca/\">Accessibility for Ontarians with Disabilities Act (AODA)</a></li>\n</ul>\";s: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, 28 Sep 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";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:20:\"Matt: Tumblr Updates\";s:7:\"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=63462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2022/09/tumblr-updates/\";s: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:888:\"<p><a href=\"https://www.tumblr.com/staff/696482214233440256/introducing-community-labels-as-you-know-art-and\">Tumblr launched Community Labels yesterday</a>, which allows consistent tagging of addiction, violent, and adult content, and for people to hide, blur, or show that content. It’s gone pretty well so far. We’ve still been getting a lot of questions if it’s going to be free-for-all with adult content again, and the short answer is no, but the longer answer is covered in <a href=\"https://www.tumblr.com/photomatt/696629352701493248/why-go-nuts-show-nuts-doesnt-work-in-2022\">Why “Go Nuts, Show Nuts” Doesn’t Work in 2022</a>.</p>\n\n\n\n<p>If you haven’t tried out Tumblr in a while, check it out. Lots of improvements the past few months, and it can be a refreshing alternative or add-on to your online social life. And get your friends on it too!</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, 28 Sep 2022 09:40:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:68:\"Do The Woo Community: Thoughts on Translating the WooCommerce Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72953\";s:7:\"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://dothewoo.io/thoughts-on-translating-the-woocommerce-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:401:\"<p>We share some thoughts on how to get started with WooCommerce translation and some of the challenges behind it.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/thoughts-on-translating-the-woocommerce-plugin/\">Thoughts on Translating the WooCommerce Plugin</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 28 Sep 2022 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:72:\"WPTavern: WooCommerce Blocks 8.6.0 Introduces Cross-Sells Products Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/woocommerce-blocks-8-6-0-introduces-cross-sells-products-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2915:\"<p><a href=\"https://developer.woocommerce.com/2022/09/27/woocommerce-blocks-8-6-0-release-notes/\">WooCommerce Blocks 8.6.0</a> was released yesterday with support for a new block that displays cross-sells for products that are based on the current product in the customer’s cart. For example, if a customer is purchasing a new gardener’s kit, the store may cross-sell gardening gloves as a complementary product. </p>\n\n\n\n<p>This is a new feature is only available to users in the cart, as the idea is to catch the customer at the moment of buying and encourage them to purchase additional products. These are not simply best-selling products but rather are carefully curated to be specific to the item in the cart.</p>\n\n\n\n<p>Cross-sells will show up beneath the cart’s contents automatically after the store owner identifies them in the product’s “linked products” setting. At the moment, cross-sells are limited to two rows of three products.</p>\n\n\n\n<img />\n\n\n\n<p>Cross-sells show up near the bottom of the cart page before the customer clicks to checkout. This seems like it is squeezed into a crowded place as an afterthought. If you want to make the cross-sells more prominent or change where they appear on the page, it is possible but requires a few extra steps.</p>\n\n\n\n<img />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">WooCommerce Blocks</a> is like the Gutenberg plugin for WooCommerce – it’s a feature plugin that serves as a place to iterate and test new blocks, and get access to bleeding edge features. With this plugin installed, you can <a href=\"https://woocommerce.com/document/using-the-new-block-based-checkout/\">enable the block-based cart</a> by deleting the cart shortcode on the cart page and adding the Cart block.</p>\n\n\n\n<p>Cross-sells now appear in the block-based cart but it is locked in place and cannot be moved up or down on the page. If you want to customize this block further, you must uncheck the boxes that are disabling movement. </p>\n\n\n\n<img />\n\n\n\n<p>After testing the Cross-Sells block, I found that it is still very limited in how it can be customized. The current experience of this block seems more like a placeholder and it could definitely benefit from more customization options, such as background color options, width adjustment, and the ability to change how the individual products inside the box are displayed. Right now it only has one option to set the number of cross-sells products to display. I was able to move the block to the top of the cart page but could not do much more with it.</p>\n\n\n\n<p>The WooCommerce team has requested feedback on the new block and will continue to iterate on it. Version 6.8.0 of WooCommerce Blocks also adds half a dozen fixes and improves compatibility with <a href=\"https://woocommerce.com/document/woopay-customer-documentation/\">WooPay</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, 28 Sep 2022 04:06: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: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:79:\"WPTavern: WooSesh Publishes Schedule Ahead of Virtual Event October 11-13, 2022\";s:7:\"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:30:\"https://wptavern.com/?p=138202\";s:7:\"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/woosesh-publishes-schedule-ahead-of-virtual-event-october-11-13-2022\";s: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:1825:\"<p><a href=\"https://woosesh.com/\">WooSesh</a>, a virtual conference for WooCommerce professionals and store builders, has published the schedule for the upcoming three-day event beginning on October 11. This year’s lineup includes 24 speakers from across the WooCommerce ecosystem, including engineers, product managers, sales directors, and WooCommerce core developers. </p>\n\n\n\n<p>Each day of the event has a theme with sessions running from 12PM – 4PM EST. WooCommerce CEO Paul Maiorana will deliver the keynote address on Day 1, and the subsequent presentations will feature topics focused around where WooCommerce is going and how to improve sales.</p>\n\n\n\n<img />\n\n\n\n<p>Day 2 will be dedicated to automation, personalization, and expanding WooCommerce. This will include topics like “Think like a Product Manager When Launching Your Store” and more technical sessions such as “The Journey to Enterprise Headless WooCommerce.” Attendees will learn how to maximize retention with customer-controlled subscriptions, how to clone or migrate a WooCommerce shop, and more.</p>\n\n\n\n<p>Day 3 will shift focus to speed, security, integrations, and stability, featuring sessions on improving product variations, how to fix performance issues, and how to work with WooCommerce REST APIs. Each day will recap with the “Do the Woo” podcast, produced by Bob Dunn.</p>\n\n\n\n<p><a href=\"https://woosesh.com/register/\">Registration is still open</a> and it’s free to attend. The event will have topics spanning every aspect of working with WooCommerce – from store management to product development to marketing. Tickets include access to all presentations and workshops as they are being broadcast live, the WPSessions Slack for event Q&A, and virtual swag from sponsors.</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, 28 Sep 2022 01:29:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"Post Status: When and When Not to Use Headless 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:32:\"https://poststatus.com/?p=125820\";s:7:\"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://poststatus.com/when-and-when-not-to-use-headless-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:1500:\"<p><strong>Keanan Koppenhaver</strong> explains over at <strong>WP Mayor</strong>: <a href=\"https://wpmayor.com/when-and-when-not-to-use-headless-wordpress/\">When and When Not to Use Headless WordPress</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you have a strong frontend team that’s comfortable interfacing with APIs and is used to communicating changes and working with more distributed systems, then it might make sense for them to focus on the frontend of the site while a separate team works on the actual WordPress piece.</p><p>However, if you’re more of a solo freelancer or don’t have a lot of experience in more distributed systems, version control, deployment, etc, it might make sense to stick with a more traditional WordPress setup.</p></blockquote>\n\n\n\n<p>This is the best, briefest explanation I\'ve seen of <em>why</em> Headless WordPress matters and <em>who</em> it matters to:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Headless WordPress can be a powerful paradigm that allows you to leverage modern technologies and bridge the gap between an editorial experience that content creators are familiar with, while still being able to use some newer tech that hasn’t come to the WordPress ecosystem yet.</p></blockquote>\n\n\n\n<p>A lot of writing about headless has focused on the technical “what” question. The when, why, and who questions matter much more.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 20:37:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:46:\"BuddyPress: Let’s talk about us, 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=326375\";s:7:\"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://buddypress.org/2022/09/lets-talk-about-us-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:4158:\"<h2>First, the facts.</h2>\n\n\n\n<p>After reaching a result of ~245k WordPress sites using actively BuddyPress at the end of 2019, the “active installations” statistic (the one which is displayed in the sidebar of our plugin’s page on the official WordPress Plugin Directory), has been decreasing progressively and recently fell just below 200k.</p>\n\n\n\n<p>As the Plugin directory uses ranges to simplify the “active installations” statistic, we’re no longer in the 200k+ category but felt into the 100k+ one.</p>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><strong>-19%</strong></p>\n\n\n\n<p class=\"has-text-align-center\">That’s the BuddyPress usage negative growth between the end of 2019 and today.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Meaning?</h2>\n\n\n\n<p>In short, some users don’t use community features on their WordPress site anymore or, more likely, <strong>fewer</strong><strong> and </strong><strong>fewer</strong><strong> users are using BuddyPress to power their community site</strong>.</p>\n\n\n\n<p>While such negative growth can lead to bankruptcy when you’re running a business, it does not mean maintaining our plugin is under immediate threat. <strong>You can count on the BuddyPress core team’s passion to carry on working on fixing bugs and improving features</strong>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Let’s come together and reverse the trend!</h2>\n\n\n\n<p>Confronted by extraordinary difficulty, people from a family, a tribe, a team, a community, a company, a country, a continent, earth, temporarily forget about their individual need or personal feelings and unite together to find the best way to deal with this difficulty. This is happening because we know that if everyone focuses on a general benefit, we’ll have a better chance of achieving that benefit than if each of us tries to satisfy our own goals.</p>\n\n\n\n<p>I believe the English quote for this idea is “<em>In unity there is strength</em>“.</p>\n\n\n\n<p>More than ever, <strong>BuddyPress needs you to contribute</strong> to beta testing, support, documentation, translations and, of course, code.</p>\n\n\n\n<p>As a start, we’d love to hear your voice about this simple question:</p>\n\n\n\n<p class=\"has-text-align-center\"><strong>In your opinion, what is </strong><strong>the most important thing that </strong><strong>BuddyPress </strong><strong>is </strong><strong>missing?</strong></p>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background wp-element-button\" href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\"><strong> Share your thoughts </strong></a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Please, tell us about it by replying to this <a href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\">forum topic</a>. Feel free to talk about every aspect of the project and to suggest ways to do better. If you could then take an extra step and share the link of this post or this <a href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\">topic</a> with your friends, that would be awesome. Thanks in advance for your help <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>We (the BuddyPress software & community) are 14 years old. We were the first plugin to extend WordPress with community features, giving users a free and open source alternative to commercial “Social Media” (social network companies whose end goal is to sell advertisements based on your data). </p>\n\n\n\n<p>With WordPress and BuddyPress: you keep the <strong>freedom</strong> to share, <strong>data ownership</strong> and the <strong>control</strong> of every aspect of your community site. <strong>The BuddyPress core team is committed to preserving this free and totally open source tool for anyone</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 19:52: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:12:\"Mathieu Viet\";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:54:\"WordPress.org blog: WordPress 6.1 Beta 2 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:35:\"https://wordpress.org/news/?p=13533\";s:7:\"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/2022/09/wordpress-6-1-beta-2-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5835:\"<p><em><strong>WordPress 6.1 Beta 2 is now available for download and testing.</strong></em></p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta2.zip\">Beta 2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta2</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about five weeks away. </p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. This detailed guide is an excellent start if you have never tested a beta release before.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">300 tickets for WordPress 6.1 core</a>. More fixes are on the way in the remainder of the 6.1 release cycle.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p>Want to know what’s new in version 6.1? <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">Read the initial Beta 1 announcement</a> for some details, or check out the <a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">product walk-through recording</a>.</p>\n\n\n\n<h2><strong>What’s new in Beta 2</strong></h2>\n\n\n\n<p>Here are some updates since last week’s Beta 1 release:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">24 issues addressed in GitHub</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A haiku for Beta 2</h2>\n\n\n\n<p>WordPress six-point-one,<br />Please help test Beta 2 now.<br />Best release ever.<br /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">@robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 18:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Do The Woo Community: Stories of Translation, Community and Sustainability with Vachan, Maja and Simon\";s:7:\"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:28:\"https://dothewoo.io/?p=72925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://dothewoo.io/translation-community-sustainability-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:406:\"<p>Stories of Translation, Community and Sustainability with Vachan, Maja and Simon</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/translation-community-sustainability-woocommerce/\">Stories of Translation, Community and Sustainability with Vachan, Maja and Simon</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 09:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:62:\"WPTavern: Molten: A Free WordPress Block Theme for Restaurants\";s:7:\"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:30:\"https://wptavern.com/?p=138169\";s:7:\"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:72:\"https://wptavern.com/molten-a-free-wordpress-block-theme-for-restaurants\";s: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:2635:\"<p><a href=\"https://wordpress.org/themes/molten/\">Molten</a> is a new block theme from first-time WordPress.org theme author <a href=\"https://www.paultruong.dev/\">Paul Truong</a>, designed for chefs and restaurateurs to showcase their work. The theme puts the spotlight on food photography offset with bold typography featuring the Playfair Display font for headings and Source Sans Pro for paragraph text. </p>\n\n\n\n<img />\n\n\n\n<p>Truong is working on setting up a marketing site for the theme so there is no demo at this time. One drawback is that it does not include any full-page patterns where you can quickly build a homepage or menu page without having to think about how the design should go together. You will have to rely on your own sense of design but Molten comes packaged with ample patterns for building pages. </p>\n\n\n\n<p>Molten has four different hero patterns, three “coming soon” patterns, and six “call to action” patterns in various layouts (media and text, full width cover with text and button, and three columns with images and content). The theme also comes with a large gallery block pattern and multiple location pattern designs. </p>\n\n\n\n<img />\n\n\n\n<p>There’s almost nothing worse than a restaurant website that makes you download a PDF menu. It’s not mobile or SEO-friendly, and downloading a separate file is a terrible user experience. Restaurateurs have traditionally used PDFs because it’s easier to update it by uploading and replacing the old files. It’s also easier to design it to approximate the printed menu. Blocks can make it easier for restaurants to abandon this practice of using PDFs. A block-based menu can be quickly edited and expanded as necessary without messing with uploading any files.</p>\n\n\n\n<p>Molten includes four Menu block patterns with different layouts for wine lists, dishes, and pricing.</p>\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<p> Molten packages nine templates and five template parts for users who want to dig into full-site editing. There are multiple light and dark footer and header designs, search, archive, a completely blank template, and more. It includes four style variations which can significantly change the mood of the website.</p>\n\n\n\n<img />\n\n\n\n<p>Overall, the theme has just about anything a restaurant or “coming soon” establishment may need in terms of layout and design. The default color palette has a simple black and white typography-forward design that puts the emphasis on the food. <a href=\"https://wordpress.org/themes/molten/\">Molten</a> is available for free from the WordPress Themes Directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 04:03: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:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: WordPress Translation 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:28:\"https://dothewoo.io/?p=72945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://dothewoo.io/wordpress-translation-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:356:\"<p>Every year WordPress has a Translation Day. Get involved and think about translating the WooCommerce plugin.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordpress-translation-day/\">WordPress Translation Day</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 26 Sep 2022 12:43:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:117:\"Gutenberg Times: Accessibility-ready Block Themes, Image AI for WordPress, WordPress 6.1 Beta – Weekend Edition 230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=22236\";s:7:\"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:122:\"https://gutenbergtimes.com/accessibility-ready-block-themes-image-ai-for-wordpress-wordpress-6-1-beta-weekend-edition-230/\";s: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:14053:\"<p>Howdy, </p>\n\n\n\n<p>And so it begins. The first Beta release for WordPress 6.1 is out. The test team compiled an excellent <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">call for testing</a> with all the instructions on the features coming to a WordPress instance near you. Following it, would be a high-impact way to contribute to the open-source project, if you are searching for opportunities like that. </p>\n\n\n\n<p>The rest of the news you’ll find below. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-1\">WordPress 6.1</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-a-href-https-gutenbergtimes-com-gutenberg-14-1-classic-themes-using-block-template-parts-and-future-of-contributing-to-wordpress-weekend-edition-229-4-p-plugins-themes-and-tools-for-nocode-site-builders-and-owners-a\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#5-i\">AI-generated images for WordPress</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<h3 id=\"1-word-press-6-1\">WordPress 6.1</h3>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 Beta 1 Now Available</a></strong> – It’s going to be another great release with some great new features for the block editor, the site editor and themes developers and also various new ways to extend the user experience for plugins and themes. <a href=\"https://make.wordpress.org/core/6-1/\">To learn more about the release team and schedule for WordPress 6.1 </a></p>\n\n\n\n<p><strong>Brian Alexander</strong> and team published the post <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\"><strong>Help Test WordPress 6.1</strong></a> with instructions on how to set up your test environment, a list of features to test with details instructions. They also have a few testing tips for you. Going through the test scenarios, is actually a great way to learn about the new features fast, and contribute to WordPress. </p>\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-73-design-tools-in-wordpress-6-1/\">Gutenberg Changelog #73 – Gutenberg 14.1, next default theme, design Tools in WordPress 6.1</a> with special guest, Channing Ritter, and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-30_70 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" target=\"_blank\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/09/block-based-template-parts.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" target=\"_blank\" rel=\"\"><span>Block-Based Template Parts: A Happy Medium Between Classic and Block Themes</span></a></div><div class=\"ngl-article-excerpt\">I was one of the early adopters of the block editor as a developer. Despite the flak that the Gutenberg plugin was catching before it was merged into core WordPress,…</div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Nathan Wrigley</strong> interviewed <strong>Rich Tabor</strong>, early block adopter, now design director at Extendify in the 296 episode of the WPbuilds podcast: <a href=\"https://wpbuilds.com/2022/09/22/296-gutenberg-fse-block-themes-variants-blocks-rich-tabor-on-the-whole-lot/\"><strong>296 – Gutenberg, FSE, Block Themes (Variants), Blocks, Rich Tabor on the whole lot</strong></a></p>\n\n\n\n<p>“Fun aside: I started, and nearly finished, Wei on the flight back from WordCamp Europe. A couple years ago, this would’ve taken weeks — at least.” Rich Tabor said. You can find Tabor’s block themes, <a href=\"https://wordpress.org/themes/wei/\">Wei</a> and <a href=\"https://wordpress.org/themes/wabi/\">Wabi</a>, in the WordPress repository. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the Torque Social Hour, <strong>Mike McAlister</strong> explains <a href=\"https://www.youtube.com/watch?v=gmWLwlJJa3c\"><strong>Why WordPressers should start building real sites with FSE</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Two new tools</strong> are available for faster development for the WordPress block editor. <strong>Victor Ramirez</strong> and the team of <em>Abstract Agency</em> have been working on two tools and made them available for developers on <a href=\"https://wptests.abstractwp.com/\">WPTests</a></p>\n\n\n\n<p>The <strong><a href=\"https://github.com/abstractwp/block-unit-test\">Block Unit Test</a></strong> in an update on Rich Tabor’s early and now closed plugin. After you install the plugin is adds a page to your site with every Gutenberg block and their variations, so you can ensure your theme fully supports the latest version of the block editor.</p>\n\n\n\n<p>The <strong><a href=\"https://github.com/abstractwp/theme-test-data\">Theme Test Data</a></strong> plugin make the import and export of the WordPress <a href=\"https://github.com/WPTT/theme-test-data\">Theme Team Test Data</a> easy. </p>\n\n\n\n<p>A word of caution, these are early stages on the plugins, but they are already saving you a lot of time, testing themes for the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The resources for the <strong>Build your First Block Theme</strong> workshop, held by <strong>Daisy Olsen</strong> at WordCamp US are now available for any developer interested in following this workshop autonomously. <a href=\"https://github.com/DaisyOlsen/wcus2022/\">Repo</a> and <a href=\"https://docs.google.com/presentation/d/1Y3t8kbsG4FL8tREbvpAjG4jxGuWXCD7QeeHyaYfteJs/edit#slide=id.g145858b8fed_0_231\">slides</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=97qEgwMS2v8\">I use Full Site Editing in WordPress for the first time</a> is the recording of <strong>Mike Wilkinson’s</strong> experience of first using FSE and his thoughts on it.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark </strong>explains <a href=\"https://fullsiteediting.com/lessons/how-to-add-box-shadows-with-theme-json/\"><strong>How to add box-shadows with theme.json</strong></a> to your theme. The ability to add box-shadows to blocks is a new feature in Gutenberg 14.1 and in the upcoming WordPress 6.1 release, but you can only enable theme through the theme.json file. As this is the first version, they don’t have any interface representation in the site editor yet. </p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"4-a-href-https-gutenbergtimes-com-gutenberg-14-1-classic-themes-using-block-template-parts-and-future-of-contributing-to-wordpress-weekend-edition-229-4-p-plugins-themes-and-tools-for-nocode-site-builders-and-owners-a\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Sarah Gooding</strong> reports that <a href=\"https://wptavern.com/twenty-twenty-two-is-the-first-default-block-theme-to-get-tagged-as-accessibility-ready\"><strong>Twenty Twenty-Two Is the First Default Block Theme to Get Tagged as Accessibility-Ready</strong></a></p>\n\n\n\n<p>“The <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">accessibility-ready</a> tag can be applied to themes in the directory that have successfully completed an accessibility audit for the minimum requirements established by the Themes team. Theme authors are encouraged to exceed those requirements, which are laid out in a tiered set of <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/recommended/\">recommended</a> guidelines.” Gooding wrote. </p>\n\n\n\n<p>She also found two more block themes with the accessibility-ready tag: </p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/jace/\">Jace</a> by Themes Team contributor Carolina Nymark, and </li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/w3csspress/\">W3CSSPress</a> by Matteo Marchiori</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>After <a href=\"https://wordpress.org/themes/bright-mode/\">BrightMode,</a> <strong>Brian Gardner</strong> also submitted <a href=\"https://wordpress.org/themes/design-mode/\"><strong>Design Mode theme</strong></a> to the WordPress Directory. He described it like this: “It is stylish and sophisticated, and the minimalistic design is perfect for freelancers and agencies looking to showcase their services and work.” </p>\n\n\n\n<p><strong>Sarah Gooding</strong> has the skinny for you in <a href=\"https://wptavern.com/design-mode-a-free-portfolio-block-theme-designed-for-freelancers-and-agencies\"><strong>Design Mode: A Free Portfolio Block Theme Designed for Freelancers and Agencies</strong></a></p>\n\n\n\n<h3 id=\"5-i\">AI-generated images for WordPress</h3>\n\n\n\n<a href=\"https://wordpress.org/plugins/search/Block+Diffusion/\"><img /></a>Screenshot of <a href=\"https://wordpress.org/plugins/search/Block+Diffusion/\">two plugins offering AI-generated images for WordPress.</a>\n\n\n\n<p>My exploration into Image AI and WordPress continues. A few days ago, I read Sarah Gooding’s article <a href=\"https://wptavern.com/new-block-diffusion-plugin-creates-ai-generated-images-from-text-prompts\"><strong>New Block Diffusion Plugin Creates AI-Generated Images from Text Prompts</strong></a>, covering a new plugin by <strong>Kevin Batdorf</strong> that uses the open-source Stable Diffusion AI and brings it to the content creators using WordPress. The plugin is called <a href=\"https://wordpress.org/plugins/stable-diffusion/\"><strong>Block Diffusion</strong></a>. “This plugin interfaces with the Replicate API and allows you to run open-source models via their cloud API. Add the block to a page and select a model to enter your API token.”</p>\n\n\n\n<p>I tested it against the plugin, I have been using: <strong><a href=\"https://wordpress.org/plugins/imajinn-ai/\">Imajinn – Magical AI Image Generation like DALL·E</a>.</strong> The latter gives me more images, allows for more style settings, and offers improvements like additional variations or face correction, similar to Midjourney’s creation process. </p>\n\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s: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, 24 Sep 2022 12:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";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:72:\"WPTavern: New Prototype Runs WordPress in the Browser with No PHP Server\";s:7:\"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:30:\"https://wptavern.com/?p=138148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/new-prototype-runs-wordpress-in-the-browser-with-no-php-server\";s: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:3820:\"<p>Automattic-sponsored core contributor Adam Zielinski published a demo today of <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">WordPress running in the browser</a> with no PHP server. This is accomplished using <a href=\"https://webassembly.org/\">WebAssembly</a> (WASM), a format for a stack-based virtual machine that enables deployment on the web for client and server applications, and <a rel=\"noreferrer noopener\" href=\"https://emscripten.org/\" target=\"_blank\">Emscripten</a>, an open source compiler toolchain to WebAssembly. It’s not stable yet but the concept is intriguing, as it opens up a world of potential use cases.</p>\n\n\n\n<img />image source: demo from <a href=\"https://github.com/adamziel/wordpress-wasm\">wordpress-wasm</a> repo\n\n\n\n<p>The project is <a href=\"https://github.com/adamziel/wordpress-wasm\">available on GitHub</a> and Zielinski briefly explained how it works:</p>\n\n\n\n<ul>\n<li>PHP is compiled to WASM with <a rel=\"noreferrer noopener\" href=\"https://emscripten.org/\" target=\"_blank\">Emscripten</a></li>\n\n\n\n<li>WordPress is packaged into a data bundle</li>\n\n\n\n<li>A service worker traps HTTP requests and re-routes them to WordPress</li>\n</ul>\n\n\n\n<p>The project uses the <a rel=\"noreferrer noopener\" href=\"https://github.com/aaemnnosttv/wp-sqlite-db\" target=\"_blank\">wp-db-sqlite</a> plugin to run WordPress with SQLite, as WASM doesn’t support MySQL.</p>\n\n\n\n<p>Zielinski detailed some possible applications for running WordPress in the browser, which he said could “transform learning, contributing, and using WordPress:”</p>\n\n\n\n<ul>\n<li> making WordPress handbook code samples runeditable (<a href=\"https://adamziel.github.io/tutorial.html\">early preview</a>)</li>\n\n\n\n<li>providing an in-browser IDE to assist new contributors without having without having to set up a local development environment (<a href=\"https://stackblitz.com/edit/wp-plugin-playground\">early preview</a>)</li>\n\n\n\n<li>creating an in-browser IDE for testing code on different WordPress, PHP, and Gutenberg versions</li>\n\n\n\n<li>scaling WordPress up by spinning up many tiny self-contained WASM instances directly on the edge servers.</li>\n\n\n\n<li>embedding a demos of a plugin, pattern, or theme (example: <a href=\"https://wpreadme.com/\">wpreadme.com</a>)</li>\n\n\n\n<li>importing an existing WordPress website into WASM runtime to create a staging website</li>\n</ul>\n\n\n\n<p>The prototypes are in their very early stages and have a few limitations right now. The block editor works but not the site editor, and the sites in the browser cannot communicate with WordPress.org to fetch plugins and themes.</p>\n\n\n\n<p>Zielinski is eager to recruit contributors to help build out this vision and make it a reality. It’s quite an undertaking but the benefits contributors and developers stand to gain from having the ability to instantly spin up an in-browser IDE for WordPress are enormous. </p>\n\n\n\n<p>“Learning WordPress and writing code used to be separated,” Zielinski said regarding using Stackblitz to create more interactive docs. “Now they can be one and the same. From runnable code snippets to new, svelte-like docs formats, <a href=\"https://blog.stackblitz.com/posts/introducing-webcontainers/\">WebContainers</a> + WebAssembly WordPress is an educational game-changer.”</p>\n\n\n\n<p>For more technical details on how this works, check out Zielinski’s <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">post</a> and click through to the various demos. The <a href=\"https://github.com/adamziel/wordpress-wasm\">repository</a> for the project includes a pre-built demo that anyone can run with more instructions for building the assembly yourself.</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, 24 Sep 2022 03:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:97:\"WPTavern: Twenty Twenty-Two Is the First Default Block Theme to Get Tagged as Accessibility-Ready\";s:7:\"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:30:\"https://wptavern.com/?p=138133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/twenty-twenty-two-is-the-first-default-block-theme-to-get-tagged-as-accessibility-ready\";s: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:3653:\"<p>After a seven-month long <a href=\"https://core.trac.wordpress.org/ticket/55172\">effort</a> across multiple contributor teams, the Twenty Twenty-Two (TT2) default theme will be tagged as “Accessibility-Ready” when WordPress 6.1 ships in November. It is the first block theme to meet the requirements for gaining this distinction. During its development the theme was also tested and <a href=\"https://github.com/WordPress/twentytwentytwo/issues/82\">found to meet WCAG AA level accessibility requirements</a>.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">accessibility-ready</a> tag can be applied to themes in the directory that have successfully completed an accessibility audit for the minimum requirements established by the Themes team. Theme authors are encouraged to exceed those requirements, which are laid out in a tiered set of <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/recommended/\">recommended</a> guidelines. </p>\n\n\n\n<p>It is important to note that themes tagged as accessibility-ready do not necessarily meet <a href=\"https://make.wordpress.org/accessibility/handbook/make/which-questions-should-you-ask/#levels-of-accessibility\">any level of formal accessibility requirements</a>, as those measurements apply to content and cannot be applied to a theme.</p>\n\n\n\n<p>Getting the tag added to Twenty Twenty-Two was delayed due to a few issues that required collaboration across teams. One of the important ones was the theme having <a href=\"https://github.com/WordPress/twentytwentytwo/issues/233\">multiple H1 headings</a> per page. Although WCAG guidelines do not prohibit more than one H1 on a page, the <code>accessibility-ready</code> guidelines required no more than one H1 per page. Some participants in the discussion suggested that the requirements needed to change.</p>\n\n\n\n<p>“The reason the theme accessibility-ready guidelines are stricter than WCAG is mostly for clarity: the guidelines were written to be easily testable and explicit,” Accessibility Team contributor Joe Dolson commented on the ticket.</p>\n\n\n\n<p>“The point being that we couldn’t provide extensive accessibility training to theme reviewers, so we needed the rules to be as narrow as possible. As long as we update the guidelines in a way that still meets that criteria, I think it would be fine.”</p>\n\n\n\n<p>The Themes and Accessibility teams reached a consensus on how the accessibility-ready tag will apply to block themes so contributors could move forward with adding the tag.</p>\n\n\n\n<p>“We should keep in mind that a breakage to the accessibility of WordPress block output will impact all block themes, so those failures are quite serious, but as it stands now the theme meets all expected criteria,” Dolson <a href=\"https://core.trac.wordpress.org/ticket/55172#comment:47\">said</a>.</p>\n\n\n\n<p>The WordPress Themes Directory currently has just 94 themes tagged as “<a href=\"https://wordpress.org/themes/tags/accessibility-ready/\">accessibility-ready</a>” and only two of them also have <a href=\"https://wordpress.org/themes/tags/accessibility-ready+full-site-editing/\">support for full-site editing</a> – <a href=\"https://wordpress.org/themes/jace/\">Jace</a> by Themes Team contributor Carolina Nymark, and <a href=\"https://wordpress.org/themes/w3csspress/\">W3CSSPress</a> by Matteo Marchiori. Twenty Twenty-Two will be joining them on November 1, 2022, the anticipated release date of of WordPress 6.1.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 21:45: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: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:38:\"Post Status: First of the Independents\";s:7:\"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://poststatus.com/?p=122784\";s:7:\"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://poststatus.com/first-of-the-independents/\";s: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:3785:\"<h2 id=\"h-it-s-a-great-time-for-wordpress-agencies-and-product-companies-of-any-size\">It\'s a great time for WordPress agencies and product companies of any size</h2>\n\n\n\n<div class=\"wp-container-9 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Consolidation through mergers and acquisitions isn\'t the only big business story in WordPress. Partnerships are increasing too. Founders investing in founders. Product companies and agencies expanding their own ecosystems. Informal partnerships to protect common interests. There are a lot of ways to grow on your own terms in WordPress. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Ever since the spike in <a href=\"https://poststatus.com/acquisitions/\">big acquisitions</a> of (mostly product-based) WordPress companies last year the space has had a “last of the independents” mood as (mostly product companies) wonder if they\'re all going to be caught up in large conglomerates — or left behind. (The latest acquisition was announced yesterday. Congrats to <strong>PublishPress</strong>!)</p>\n\n\n\n<p>But that\'s not the only kind of deal happening in the industry. Far from it!</p>\n\n\n\n<p>Look at the partnerships Atarim has forged with <strong><a href=\"https://poststatus.com/atarim-and-mainwp-partner-up/\">MainWP</a></strong> and now <strong><a href=\"https://poststatus.com/atarim-and-rocket-net-partnership/\">Rocket.net</a></strong> after <a href=\"https://poststatus.com/agency-business-brief-for-the-week-of-september-12/\">a funding round</a> from <strong>Automattic</strong>, <strong>Newfold</strong>, and <strong>Yoast</strong>‘s founders, among others.</p>\n\n\n\n<p>WordPress founders investing in WordPress founders will grow the market without mergers thinning out the ecosystem\'s biodiversity. <strong>GridPane</strong>‘s founder and CEO <strong>Patrick Gallagher</strong> said <a href=\"https://poststatus.com/agency-business-brief-for-the-week-of-september-12/\">their funding round</a> was “incredibly company-friendly because we\'ve retained 100% control of the business and its direction.” </p>\n\n\n\n<p>Or take the <strong>Gravity Forms</strong> ecosystem cultivating its own extension and services market, encouraging members of their own team to start businesses in that space (<a href=\"https://poststatus.com/gravity-flow-makes-custom-form-administrative-workflows-simple/\">way back in 2015</a>) and then <a href=\"https://poststatus.com/what-does-professionalism-mean-in-wordpress/\">bringing them back under Gravity\'s wing</a> years later.</p>\n\n\n\n<p>There are a lot of ways to grow on your own terms in WordPress. </p>\n\n\n\n<p>Not all partnerships are about the direct exchange of dollars either. At WCUS I had a number of conversations about informal partnerships between hosting companies to deal with <a href=\"https://poststatus.com/open-secrets-forced-updates-in-wordpress/\">security issues</a>, fraudsters, piracy, and other potential spoilers in the commons. </p>\n\n\n\n<p>It\'s a unique and powerful way to sustain the Open Web —</p>\n\n\n\n<p>Independence through partnership. </p>\n\n\n\n<p>Growth by traveling together.</p>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 07:58:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:48:\"Post Status: The Ellipsis Weather Report is Live\";s:7:\"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://poststatus.com/?p=123427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://poststatus.com/the-ellipsis-weather-report-is-live/\";s: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:3744:\"<div class=\"wp-container-11 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Every week, Ellipsis\' Weather Report will show how much WordPress and WooCommerce search and advertiser activity has increased or dropped relative to the previous week. By watching these two trendlines, you can gauge whether your own search and sales trends are performing in line with the industry at large. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p>A few weeks ago, <strong>Alex Denning</strong> <a href=\"https://getellipsis.com/blog/launching-the-weather-report/\">shared a preview</a> of <strong>Ellipsis</strong>‘ <strong>Weather Report</strong>, a representation of data from their <strong><a href=\"https://getellipsis.com/falcon-ai/\">FALCON AI</a></strong> that is now serving up a live view of the WordPress industry.</p>\n\n\n\n<blockquote><p>“We’ve never had this insight before, and it is exciting and terrifying to bring this kind of ‘live\' view of the industry, to the industry.” </p><cite>Alex Denning</cite></blockquote>\n\n\n\n<h2 id=\"h-weekly-updates\">Weekly Updates</h2>\n\n\n\n<p>The Weather Report auto-updates with new data every Monday morning (UK time), and <a href=\"https://getellipsis.com/weather-report/\">you can view the report here</a>. It\'s showing two live trendlines for WordPress and WooCommerce. The data can be downloaded, and there\'s more information about Ellipsis\' methodology available now, which has been reviewed by Dr. Oliver Crook, at the Department of Statistics at the University of Oxford. “Using aggregation of market data and bimonthly median smoothing, Ellipsis gives a robust estimate of the current state of the WordPress market,” according to Dr. Crook.</p>\n\n\n\n<h2>What\'s Being Measured?</h2>\n\n\n\n<p>Ellipsis processes and stores data on tens of thousands of WordPress and WooCommerce keywords to power their FALCON AI. Data points they include are keyword metrics, advertiser activity, performance metrics, and rich data around URLs in the search results for each keyword. This data provides deep insight into what WordPress and WooCommerce solutions people are searching for on the web. </p>\n\n\n\n<p>According to Ellipsis, “The score is <em>relative</em> to itself and calculated on a 4-week rolling basis.” Specifically, “The score each week is the 4-week rolling average of the blended search and advertiser activity data.” If you compare your own business and search trend analyses to the Weather Report trends, you\'ll see whether your data is in line with them — or higher or lower. The Weather Report trendlines are intended to serve WordPress businesses this way, as an orienting benchmark. </p>\n\n\n\n<h2>Bringing New Data About WordPress to the WordPress Business Community</h2>\n\n\n\n<p>“We’ve never had this insight before, and it is exciting and terrifying to bring this kind of ‘live\' view of the industry, to the industry,” says Alex. “We’ve all enjoyed the comfort of an ever-growing ecosystem, and the Weather Report will show us the extent to which that does or doesn’t continue.”</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 06:09: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:10:\"Dan Knauss\";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:80:\"Post Status: WordPress Community News Roundup for the Week of September 19, 2022\";s:7:\"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://poststatus.com/?p=123198\";s:7:\"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://poststatus.com/wordpress-community-news-roundup-for-the-week-of-september-19-2022/\";s: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:5212:\"<div class=\"wp-container-13 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">The Post Status Member Spotlight turns onto Tom Greenwood this week. The WordPress community conversation about accessibility at WordCamps continues on Twitter, WP Builds, Post Status Draft, and Post Status Excerpt. Let\'s have WordPress Accessibility for All! </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-post-status-member-spotlight-tom-greenwood\"><a href=\"https://poststatus.com/member-spotlight-tom-greenwood/\">Post Status Member Spotlight: Tom Greenwood</a></h2>\n\n\n\n<p><strong>Tom Greenwood</strong> is the co-founder and Managing Director of <a href=\"https://wholegraindigital.com\" target=\"_blank\" rel=\"noreferrer noopener\">Wholegrain Digital</a>, a sustainability-focused WordPress agency that is a certified <strong><a href=\"https://www.bcorporation.net/en-us/\">B Corp</a></strong>. Tom has led a number of environmentally concerned projects in the web design sector including the <strong><a href=\"https://www.sustainablewebmanifesto.com/\">Sustainable Web Manifesto</a></strong> and the website carbon calculator at <a href=\"https://WebsiteCarbon.com\" target=\"_blank\" rel=\"noreferrer noopener\">WebsiteCarbon.com</a>. He is the author of <a href=\"https://abookapart.com/products/sustainable-web-design\" target=\"_blank\" rel=\"noreferrer noopener\">Sustainable Web Design</a>, published by <strong>A Book Apart</strong> in 2021. </p>\n\n\n\n<p><a href=\"https://poststatus.com/member-spotlight-tom-greenwood/\">READ MORE →</a></p>\n\n\n\n<h2 id=\"h-accessibility-at-wordcamps\">Accessibility at WordCamps</h2>\n\n\n\n<p>Well, it seems <a href=\"https://poststatus.com/5-days-without-a-shower/\">my post about accessibility at WCUS</a> has got some things moving! As a result, it’s been a topic of podcasts — <a href=\"https://wpbuilds.com/2022/09/20/this-week-in-wordpress-222/\">WP Builds</a>, <a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">Post Status Excerpt</a>, and <a href=\"https://poststatus.com/wcus-2022-in-review/\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status Draft</a> — and it\'s come up in several <a href=\"https://twitter.com/michelleames/status/1570445969665462275?s=20&t=sKIboNVX1gLJfFCajobJnA\">Twitter conversations</a>. As a result, WordCamp leaders have reached out to me to say they’re taking it seriously. Many people have DM’d me about how to do better. And <strong>Michele Butcher-Jones</strong> is starting a website to provide resources for <strong>WordPress Accessibility for All</strong>. (To be launched this fall.) It turns out that advocating for yourself and others is always a good thing.</p>\n\n\n\n<p><a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">LISTEN TO THE EXCERPT →</a></p>\n\n\n\n<h2><a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">WCUS Afterthoughts, Accessibility, and Pay Transparency — Post Status Excerpt (No. 69)</a></h2>\n\n\n\n<p><strong>Dan Knauss</strong> and <strong>Nyasha Green</strong> talk about their <strong>WordCamp US</strong> experiences both good and bad. Their conversation focuses on accessibility and disability too. They both reflect on the accessibility challenges and failures <strong>Michelle Frechette</strong> shared in <a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> before turning to <a href=\"https://poststatus.com/salary-transparency-why-not/\">an important article</a> by <strong>Piccia Neri</strong> that was published at Post Status last week.</p>\n\n\n\n<p><a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">LISTEN NOW →</a></p>\n\n\n\n<div class=\"wp-container-14 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-quick-links\">Quick Links</h2>\n\n\n\n<ul><li><a href=\"https://poststatus.com/is-there-a-self-employment-gap-in-wordpress-event-attendance/\">Is there a self-employment gap in WordPress event attendance?</a></li><li><a href=\"https://poststatus.com/making-events-accessible-and-websites-under-1kb/\">Making Events Accessible and Websites Under 1kB</a>. Both are possible…</li><li><a href=\"https://twitter.com/hdv\">@hdv</a>: “If you want to get better at making accessible websites, my #1 tip is: improve your understanding of how people use the web. <a href=\"https://twitter.com/TetraLogical\">@TetraLogical</a> has great videos that help with this.” (<a href=\"https://hidde.blog/\">Hidde de Vries</a>)</li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 05:08:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";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:101:\"Post Status: Post Status Excerpt (No. 69) — WCUS Afterthoughts, Accessibility, and Pay Transparency\";s:7:\"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://poststatus.com/?p=123252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\";s: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:51966:\"<div class=\"wp-container-17 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordCamp US, accessibility, disability, Ny\'s “blood feud” with Uber, and salary transparency are the topics Dan Knauss and Nyasha Green take on this week for The Excerpt. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">Dan and Ny talk about their <strong>WordCamp US</strong> experiences both good and bad. Their conversation focuses on accessibility and disability. Ny had an experience with Uber at WCUS that made her agree with Dan\'s preference for traditional and preferably unionized taxi companies or public transit. They both reflect on the accessibility challenges and failures <strong>Michelle Frechette</strong> shared in <a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> before turning to <a href=\"https://poststatus.com/salary-transparency-why-not/\">an important article</a> by <strong>Piccia Neri</strong> that was published at Post Status last week. </p>\n\n\n\n<p>Piccia\'s article considers the value of salary transparency in hiring and job listings after asking WordPress employers why they <em>don\'t</em> advertise a salary range in listings. Ny is optimistic pay transparency will soon be the norm in US law. Dan is optimistic the WordPress community can make the changes it needs out of empathy and regard for others plus the motivation to build a high quality, professional workforce. They both close out this episode expressing gratitude for the WordCamp organizers and volunteers who made WCUS possible this year.</p>\n\n\n\n<blockquote><p>If [an employer] can\'t afford not to operate without suspicion and distrust, what does that tell you?</p><cite><strong>Dan Knauss</strong></cite></blockquote>\n\n\n\n<p></p>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://poststatus.com/pay-transparency-mutual-respect-and-the-community-we-need/\">Post Status Excerpt (No. 63) — Pay Transparency, Mutual Respect, and the Community We Need</a></li><li>Piccia Neri, <a href=\"https://poststatus.com/salary-transparency-why-not/\">Salary Transparency: Why Not?</a></li><li>Michelle Frechette, <a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> </li><li><a href=\"https://time.com/5023287/uber-threatened-journalist-sarah-lacy/\" target=\"_blank\" rel=\"noreferrer noopener\">Uber Executive Said the Company Would Spend ‘A Million Dollars’ to Shut Me Up</a></li><li><a href=\"https://gizmodo.com/uber-says-it-was-hacked-by-teenage-hacker-gang-lapsus-1849554679\" target=\"_blank\" rel=\"noreferrer noopener\">Uber Says It Was Likely Hacked by Teenage Hacker Gang LAPSUS$</a></li></ul>\n\n\n\n<div class=\"wp-container-20 wp-block-columns has-theme-palette-8-background-color has-background\" id=\"WP-Engine\">\n<div class=\"wp-container-18 wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pagely\">Pagely</a></h3>\n\n\n\n<p>Top-Tier Managed WordPress hosting solutions for Enterprise, the Public Sector, and Media companies. We invented Managed WordPress and we never stopped raising the bar. <strong>Expect Extraordinary!</strong></p>\n</div>\n\n\n\n<div class=\"wp-container-19 wp-block-column is-vertically-aligned-center\"><div class=\"wp-block-image\">\n<a href=\"https://poststat.us/pagely/\"><img width=\"752\" height=\"752\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/Pagely-Mark-Black-752x752.png\" alt=\"Pagely\" class=\"wp-image-93218\" title=\"WP Engine\" /></a></div></div>\n</div>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b.png\" alt=\"👋\" class=\"wp-smiley\" /> Credits</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/Ny_The_Creator\">Nyasha Green</a>, Editorial Director at <a href=\"https://twitter.com/_MasterWP\">MasterWP</a> (Twitter)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a><span>, Editor for </span><a href=\"https://twitter.com/post_status\">Post Status</a><span> (Twitter)</span></li><li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>, Web Producer intern for <a href=\"http://twitter.com/post_status\">Post Status</a> (Twitter)</li></ul>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you a conversation about important news and issues in the WordPress community and business ecosystem. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h1 id=\"h-transcript\">Transcript</h1>\n\n\n\n<p><strong>Dan Knauss:</strong> [00:00:00] Good afternoon Ny!</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Hey Dan, how are you? </p>\n\n\n\n<p><strong>Dan Knauss:</strong> I\'m doing all right. Get any rest after WordCamp US?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, that following weekend. Yes. I think I slept the entire Saturday. How about you? </p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, I, I caught up a little bit cuz right? Both of us and other, other people from your team. Uh, man, we had some late night talks.</p>\n\n\n\n<p>It was really great. I really enjoyed meeting Matt and Devin and Brian too. And I briefly got to talk to Teron too, but man, you guys have a big group, so I got a nice picture. Me and Allie got you all there against the mural, and wow there were so many people to talk to.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Oh yeah, yeah.</p>\n\n\n\n<p>This team is like so awesome. And. that was our first time meeting in person. And nobody re nobody thought that they were like, no, you all [00:01:00] like carry on like old friends. And I was like, well, it seems like we\'re old friends.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I know I kept forgetting that! That was the first time you all met too. And yeah, that\'s great.</p>\n\n\n\n<p>Um, that\'s a good, good bunch of people. And like I said, on Twitter, it. I don\'t know, I don\'t, I don\'t feel that old, but I, I definitely, uh, younger, younger people, including, including you, who I think are just, it\'s great to see, um, young, diverse, cool team coming into, into WordPress, deeper and deeper and just loved.</p>\n\n\n\n<p>A lot of the conversations we had. Um, and just throughout the whole thing, probably the, the biggest thing for me was, um, the kind of information, the kind of things you learn, the kind of questions. And, um, I, don\'t getting, getting kind of a map. I, you know, I\'m, I\'m trying to figure out the map of the WordPress business ecosystem and the project mm-hmm as a whole understand the community and how [00:02:00] things work or don\'t work.</p>\n\n\n\n<p>And, uh, that was, that was. Great way to, to really beef that up, validate some ideas, throw in new questions, throw some curves at me. Um, nice. What was your, what was your main takeaway? What got out of it most?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, so my main takeaway was the community is it\'s bigger than I can like even imagine. And like this word camp was smaller.</p>\n\n\n\n<p>you know, due to COVID restrictions. So I know they\'re usually way bigger than that. And it\'s just, I cannot wrap my mind around that because I was able to meet so many different people from so many different companies that do so many different things in WordPress. So it is to me like unfathomable, like just the, the sheer amount of people and then from different walks of life.</p>\n\n\n\n<p>So I, I thought that was awesome. It was so nice meeting. So many people like, um, I really appreciated that. [00:03:00] Also, um, it was just the talks. They were so most of them were so like personable and the people like the speakers were so great. Like, I, I could tell that they took their time selecting really great speakers.</p>\n\n\n\n<p>Mm-hmm the content and the speakers were amazing. I have like, no complaints about that, that at all, it was definitely a tech conference where I felt comfortable sitting through like entire, you know, workshops and sessions because everything was just so interesting and it was relevant and, you know, it was really good.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah, it really was. I, I they\'ve really got the, um, the, uh, presentation format down. Well, the live, um, transcription was really useful. I, I found myself, um, following that quite a lot. And, um, maybe cuz I, some of the time when I was multitasking a little bit, like what, what, what, what they say there or.</p>\n\n\n\n<p>[00:04:00] Yeah, that and, and just the screen. And so, yeah, no matter how far back you were, you could read or hear quite, quite well. So, um, I, I don\'t know how long that\'s been a, a feature, but I think it\'s pretty standard now and it\'s done. It\'s done great. Mm-hmm but, um, yeah. Other other accessibility things not, not so not so great.</p>\n\n\n\n<p>Huh?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Mm.</p>\n\n\n\n<p>No, no, no, no, no, not at all, but I\'m gonna let you take the lead on that, cuz I want you to explain your experience, which I was very angry about. Well,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I, I wouldn\'t say I got angry about it. I,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> yeah, I was angry. It\'s okay. Reading more after</p>\n\n\n\n<p><strong>Dan Knauss:</strong> we, after we read Michelle\'s piece mm-hmm but um, well we\'ve Michelle Frette has, um, written for us before about her experience.</p>\n\n\n\n<p>Mm-hmm accessibility and wrote a guide actually. It might be close to a year ago. [00:05:00] And after, after that, and we had been together at a, a post status retreat, I, I tended to think more of the things she wrote in there from her experience, from her standpoint. So mm-hmm, , I think. What\'s Michelle, what\'s it like for Michelle and you know, and I going into it, I wasn\'t sure quite what to expect, but when I was booking, I saw there was, um, an option for ADA rooms and I apparently didn\'t have that many of them mm-hmm and I thought, you know, I should see what, this is, what this experience is like.</p>\n\n\n\n<p>And at the same time, um, I\'ve, you know, you know, Situation a bit. I, I thought I\'d, I\'ve been trying to be more getting older and having a progressive, um, neuromuscular disease that lifelong has just been, you know, my feet are ankles and knees and like are, are, uh, not [00:06:00] so not so great. And on any, any kind of slick surface or anything, I I\'m always thinking about looking out for falling.</p>\n\n\n\n<p>And which I\'ve done probably more than the, the average. And, um, so having something to grab onto definitely. And like bathrooms is really thinking like, yeah, you know, I should quit pretending so much that I can hide this or, or get by and, um, trying to be trying to be more. Able to express need mm-hmm explain the situation.</p>\n\n\n\n<p>It really puts your body out in the open to people and mm-hmm speakers. So I got that. I got that. I should, I should start experiencing this, cuz it\'s only gonna, there\'s only gonna be more ahead and it\'s a pretty, you know, it\'s a pretty mild cases. These things go. It\'s not, hopefully I\'ll never quite.</p>\n\n\n\n<p>[00:07:00] Walking, but it, it knocks your mobility down. I\'m able to run like I did as a, tried to, as a kid for decades. Mm-hmm and um, so I got in there and the, the guy at the, at the desk. Was acting kind of odd about it and saying, oh, do you really need the eat sweet? And I\'m feeling like kind of bad, cuz you know, I look like a picture of privilege and, and stuff like, uh, well I don\'t wanna take</p>\n\n\n\n<p><strong>Nyasha Green:</strong> this.</p>\n\n\n\n<p>That doesn\'t matter.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I, I, well, I don\'t know it well, I sure wouldn\'t wanna take it from someone else. Mm-hmm um, But I gathered pretty quickly from what he was saying that they didn\'t really want to give me that room. And I was like, well, you know, looked this a while back. So like, you should have something.</p>\n\n\n\n<p>And I was like, well, look, this is, and I had to explain myself, you know, cuz I, unless you\'re kind of watching me walk from a way off you, you still might not, you know, you might not pick up on it. I it\'s like, look, I, I [00:08:00] mainly just. Bathroom with grab bars and, you know, mm-hmm, something that\'s easier to get in and out of.</p>\n\n\n\n<p>And, um, I think that should just be on everything. Just be on everything falls. Yeah. Falls in the home are like the highest cause of death and injury. I think I read that once and, um, you know, it, the odds are not good on slip, tunnel, surfaces and stuff, the older you get period. And, um, and it, what ended up happening was.</p>\n\n\n\n<p>they kind of confessed that there was a big generator truck right outside the door of this room. What, and as it was actually a truck of the generator and an air conditioning unit cooling the entire, that entire building on the, in the resort, or I guess the one on the roof ConEd out or something. And it was loud.</p>\n\n\n\n<p>I mean, I mean it, maybe if you want like white noise or something, but it was. [00:09:00] You could cope and he\'s like, yo, go in there and stand there five minutes. See, see what you think. Come back if it\'s no good. And I was like, this doesn\'t sound good. And it\'s a long, long, long walk out. There\'s all these gates and little stairs and things.</p>\n\n\n\n<p>And I had a hard time finding how to get over there and cutting across grass and parking lots and stuff. And I found, you know, this is crazy. This is it\'s. Ugly. Ridiculous noisy. And mm-hmm , um, at least it\'s ground floor. You walk in shower, but you know, and if this is the last one, some, maybe someone else needs this more.</p>\n\n\n\n<p>So I went right back and it\'s like, look, I\'ll, I just won\'t towel. I just want, I want, uh, grab bars. So I don\'t, you know, rip the towel bar, curtain bar out of the, out of the wall, which I mm-hmm, done. Um, , you know, they don\'t even put like friction, like the little things in the bottom of the tub or, you know, stuff to like, not much of my foot surface, especially [00:10:00] on the left stuff.</p>\n\n\n\n<p>Doesn\'t touch the ground. I don\'t have much grip mm-hmm . Um, and he did, he just didn\'t touch that at all. Cuz they don\'t have that. And, and later on, you know, they, the smallest toilets in the world and I, I, oh God, in the course of the like low oh low. You you\'re doing a full squat there ,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> that should be illegal for us, for us being tall.</p>\n\n\n\n<p>Me and Dan are super tall. We got to like, experience that. Don\'t worry, I\'ll grow a little more and catch you. Yeah. But that should be illegal for us because that was so uncomfortable. It was like doing a crab walk. Like what in the world?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, I know. And, and the more I talk to other people and, you know, there.</p>\n\n\n\n<p>Some of us are an aging group that have, you know, been in touching WordPress in some capacity for its entire lifespan and doing web stuff since the nineties, um, getting a little long in the tooth. Um, and there\'s just a lot of people, you know, we\'re not [00:11:00] how depends how you define disability, but he gets harder.</p>\n\n\n\n<p>He gets harder. Mm-hmm and those are all things where pain. Injury and age, um, don\'t, don\'t make any of that experience fun or easy or accessible. And so, yeah, that\'s what I learned. And I wrote a little about it and told Michelle I was gonna, and we both did and linked to each other, but her experience was as you know, um, much more intense one with the, you know, needing to, to get around with a scooter.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. I. You, well, let me talk about you first. I wish you would\'ve said something to me because I would\'ve been your, um, I know you\'re very sweet, but I would\'ve been your yeller I would\'ve gone up there. Like why God I business that you guys could get? No, I wouldn\'t have been that bad, but I definitely would\'ve.</p>\n\n\n\n<p>I would\'ve talked to him. I would, I wouldn\'t have yelled at them, but, um, I, I, I [00:12:00] understand. I take care of my disabled mom and she never likes as for help. So I understand how it is. I wish that we could come to like a place where we, you, we could get, um, you all more comfortable with that because I definitely do not mind helping out.</p>\n\n\n\n<p>Um, my second thing I was gonna say is I\'m just, I\'m angry because I, I know, and it\'s not like, you know, it\'s not the person at the desk fault. It\'s just an, I don\'t know what you would call it, what, uh, what would be a microaggression to see someone and to not be able to see their disability. So assume they don\'t have one.</p>\n\n\n\n<p>Right. And I hate that and I hate that people are trained to do that. And I, I just, I hate that you\'re experience that. And I just also hate that that place just, it\'s just really wasn\'t equipped. Um, Very well for accessibility, like it list like even looking at Michelle\'s article and it\'s stuff that I didn\'t pay attention to.</p>\n\n\n\n<p>Of course I did not pay attention to, but a big thing was not having a way to like, wave your [00:13:00] hands or like hit the button to open the doors, like right. Michelle had to depend on like the doors of being open or someone opening the door for her. That\'s ridiculous in. You know, the stuff you think would be a quick fix.</p>\n\n\n\n<p>And I\'m one of these people where I\'m at the point where I\'m tired of hearing excuses about it. I won\'t take my anger out on people, but. Things have to change. Like there\'s, there\'s no excuse for that. And I\'m disappointed. Like people tell me all the time, like you think California has this big utopia and I don\'t, I know California has many issues.</p>\n\n\n\n<p>It\'s a big state. I know it has many issues, but it\'s like, it\'s disappointing to me to have places like that in a major city. Where accessibility is not like high, a high priority on their list. Like it was just like being back in South Carolina where they refused to make buildings accessible, put things, they say they\'re historical landmarks.</p>\n\n\n\n<p>And it just, that makes me angry as well. So, oh yeah. I, yeah, I, I just, uh, I was very angry and, but also very sad to hear about these circumstances, especially, you know, when so many of our [00:14:00] community depends on accessibility. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Um, It really wouldn\'t take too much to get a minimum, um, accessibility standard.</p>\n\n\n\n<p>I, I mm-hmm, in a lot of places or at least just, you know, improve some of the basic safety and utility there. Yeah. Doors, doors shouldn\'t be difficult for anybody. And, and, uh, there were a lot of things that were right. It just wasn\'t thought out. And mm-hmm I actually expect that from the west Western Canada is the same, you know, like Atlanta, just brawl mm-hmm I, I briefly looked.</p>\n\n\n\n<p>How would I get on walk down to the train station? If you try to cross that highway there, there\'s like, there\'s no pedestrian. It\'s just, you wait for cars to, let you through. And then, um, you ring by two highways and then, uh, get on the train and shouldn\'t that go right to the airport. But Google is telling me no, there would be a big walk on the other end.</p>\n\n\n\n<p>Because, you know, I\'m I was trying to avoid Uber cuz they,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> [00:15:00] um, or terrible people. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, yes as you a great experience there either, but yeah. They\'re hostility tech journalists like Sara Lacey some years back, I like okay. Never unionized cab company. So.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I\'m starting to blood feud with them, by the way, I\'m still still going.</p>\n\n\n\n<p>I\'m still, I\'m still angry. so</p>\n\n\n\n<p><strong>Dan Knauss:</strong> yes. You had a, a, a racist comment made, uh, by your driver. Am I that,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> that not exactly. No.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Okay. What was the, I get sideways into that,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> but, mm. I don\'t even know, like, I\'m not as, you know, something happens and you\'re really angry about it, but then as time goes by, you\'re not as angry.</p>\n\n\n\n<p>I\'m still like pretty angry. Like I\'m still as angry as I was when it happened. But, uh, long story short, our Uber driver came to take us to the airport and it was very early in the morning and you know, it was [00:16:00] me and two of my coworkers were all people of color and, um, there was a white lady out there with us too.</p>\n\n\n\n<p>That was only, that was just us. And she was, you know, standing around, waiting for her ride. We were waiting for ours, you know, just average stuff. And the driver came and the woman went up to the white woman, went up to the Uber and she was like, Hey, how you doing? She started putting her stuff in. And my coworker was like, oh, I think that\'s our Uber.</p>\n\n\n\n<p>And she doesn\'t use Uber a lot. So she didn\'t have like a profile picture up. Um, so you know, the guy didn\'t, you know, he couldn\'t see. Who he was picking up and like, um, the guy I got out the car and was helping her with her luggage. And then he like, you know, my coworker was like, Hey, I think that\'s ours.</p>\n\n\n\n<p>He didn\'t even get acknowledge her. At first, he, you know, responded to the lady. He was like, you\'re not so and so, and she said, no, my name is Soandso. And so he like got back in his car and he locked his doors. And like, we didn\'t know what was going on. So we just started going to the Uber. We were like, oh, okay.</p>\n\n\n\n<p>You know, that was solved. Cuz she was like, oh, okay. And went back, you know, to where she was standing. And um, he locked his door and we were like, [00:17:00] uh, you know, confused. We were like, you know, you lock your door. Right. And. My other coworker was like, are you not about to? Cause we didn\'t realize what was going on.</p>\n\n\n\n<p>He\'s like, are you not about to take this to the airport? And he said, no, I\'m not taking you anywhere. And then he like slams on his gas, like we\'re by the car. So he could have run over our foot feet. He slams on his gas and he like peels out of there when he sees this us, like in like, it was like, we, you know, it took us a moment to register it.</p>\n\n\n\n<p>Because we were like, what just happened? Even the lady was like, what just happened? She was like, what is going on? And like, Um, my coworker who was closer a little closer than I was like, he was like, when we were like, you\'re not taking us, he was like, I\'m not taking you. I\'m not taking you people anywhere.</p>\n\n\n\n<p>It was, you know, along that line. So I was like, what? And like that was like some crazy old school racism that I usually would experience and like rural South Carolina. So I\'m like, I know I\'m not in San Diego being told I can\'t get up. Ride to the airport. And, you know, again, I know [00:18:00] racism is everywhere, racist people are everywhere, but, um, it was just, it was weird because it was so many people out there.</p>\n\n\n\n<p>Like he didn\'t care if he had witnesses. It was. And then it was just weird. And like, I wasn\'t, I was angry, but I was like, well, Uber is a major company. They are not gonna stand for this. They have a mission statement, which they, they do not allow discrimination and they refused to do anything because the driver said he didn\'t wanna take us because he was worried about COVID.</p>\n\n\n\n<p>Although the driver was not wearing a mask and the white lady, he wanted to take. Instead of us also did not have on the mask. So we were like, what? And we were like, well, why couldn\'t he tell us that? Why did he say he wasn\'t taking us? You know, you people anywhere, why did he slam on the brakes and almost run over our feet?</p>\n\n\n\n<p>Why there, we were like, that made no sense. We just think he was mad because he saw the, just the name. And he was like, okay, you know, this name is not. Probably not urban. Let\'s go pick them up. And then that\'s not that wasn\'t the case. So, um, Uber refused to do anything about it. They said they weren\'t gonna do anything about it.</p>\n\n\n\n<p>Um, that driver is still out there probably still [00:19:00] discriminating against people and doing that and making his money through Uber. And that\'s why I have a blood feud against them. Now I am a hundred percent dedicated to the destruction of that company. I am praying on their down fall daily. their hack.</p>\n\n\n\n<p>Yeah. Yeah. They hacked the other day. It made my day. I slept with a big smile on my face. I think I woke up with a smile on my face. Like I\'m dedicated to the, the destruction of that company, because it\'s one thing to have an ignorant person, but to stand behind them as a company. Oh no, yeah, no, no, no, no, no.</p>\n\n\n\n<p>So yeah,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I I\'ve surpris, I\'m surprised over the years, they\'ve Sur they\'ve survived the blows to their brand and just the, the profit model is, you know, I\'m with the. Taxi drivers who blocked them. and, uh, yeah, it\'s just, it\'s super convenient. I did try it for the first time. I never installed the app, but I, um, I had to get out quicker than I expected.</p>\n\n\n\n<p>Cause I was waiting for room service that never came and the train thing, I couldn\'t [00:20:00] figure out how to do it on foot. Like a good urban. Mass transit it\'s like, okay, this will be, I know this works. Um, I wasn\'t, I wasn\'t able to get my, get direct calls to work though. Almost the whole time I was there. Um, oh yeah.</p>\n\n\n\n<p>You told me that Canadian phone plan switching over to something and anyway, yeah. There\'s all kinds of little things happen when you travel. I\'m glad the guy didn\'t make a, I thought he had said something too, but that\'s just, that\'s crazy. So did he pay for that fair?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> No, he okay, good. Yeah. Like we didn\'t pay for it.</p>\n\n\n\n<p>Um, the only comment he made was like, it was like the, you people, like we\'re not taking, if I I\'m one of those people, like, yeah. He\'s like, I\'m gonna take you people anywhere. like yeah. You people.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Okay. And so, um, knock in the door. Yeah,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> it was crazy. I\'ve. It\'s been a while since I\'ve experienced overt racism like that, you know, I\'m used to the little [00:21:00] passive Southern racism where they\'re like, oh, you know, just hurrying alone, alone when they see you coming and stuff like that.</p>\n\n\n\n<p>But that was really crazy. And I couldn\'t believe, like, I just really couldn\'t believe he did that. Like I was like, dude, like, but like a scene Uber\'s response. I\'m like, he\'s probably done this a bunch of times. Like, like Uber did not care. Um, so it was. Very, I don\'t know. Yeah. I was angry. I\'m still angry about it.</p>\n\n\n\n<p>I\'m not, I\'m not gonna let up on this either. Like every person I talk to, everything I write about, they\'re gonna know how horrible Uber is, honestly.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, sorry about that. And it not really a, well, I don\'t know that those, how, how we treat each other is especially at those kind of points of. You know, strangers interacting or people you have to interact with at a conference to get from point a to point B it\'s.</p>\n\n\n\n<p>I don\'t know it\'s part of it. It is kind of an [00:22:00] accessibility thing and it, and it feels the same way. Like, am I gonna be safe? Mm-hmm am I, you know, can I trust these what\'s going on here? Am I gonna be okay. Um, and the more vulnerable position you\'re in the worst, all that can. land on you. Um,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I\'ve thought about that, cuz you know, you, you know that, um, I\'m on a boot right now.</p>\n\n\n\n<p>I can\'t, and then I have crutches cuz I hurt my foot and you know, the thought did PO pass my mind. It\'s like, what if that guy was like, He wasn\'t just like the passive racist. He was like the violent racist and saw me on a boot and like wanted to push me down or something like that. Right. And it\'s like, that\'s stuff, you know, there are lots of people who are disabled, who are people of color that probably, and not probably that have to deal with stuff like that.</p>\n\n\n\n<p>And that, that was another thought. Like, I I\'ve thought a lot about, you know, things. That I need to examine myself like as a person who, like I said, just because I take care of my disabled mom, [00:23:00] that doesn\'t mean that I\'m disabled and that I have to go through these things. So a lot of this was eye opening for me as well.</p>\n\n\n\n<p>And I think, I think that transportation, um, I kind of wrote about this. I think transportation being set up by either word camp or some of the organizations. Would\'ve um, would definitely help out. Mm. Um, especially for people who need accessible ways to get around, because, you know, if you do do. Uh, what, what would you call like a Uber Lyft and you request like accessibility?</p>\n\n\n\n<p>What if no, accessibility, uh, no drivers with accessible, like room are available, you know? Right. You just can\'t go. So I definitely think it\'s an accessibility issue and you know, people are awful. It\'s nothing we can do about that, but we can definitely like, you know, help out a little</p>\n\n\n\n<p><strong>Dan Knauss:</strong> bit more. That\'s definitely a tough one for, uh, Michelle has mention.</p>\n\n\n\n<p>Several times being discriminated against because of her scooter, which breaks down mm-hmm into like five pieces and will fit in a trunk, you know, how do you think it got there on a plane? You know? Yeah. But they will give her the, they will balk at that and act like they\'re gonna, [00:24:00] they can\'t take her. Um, there was most, most of the time I was jumping in a ride with someone else and people stayed together and kind of looked out for each other and that\'s.</p>\n\n\n\n<p>that\'s always a good thing, but mm-hmm yeah. What if you find yourself in a boot coming home late from a karaoke club and you can get some kind of treatment like that. And yeah, I did manage to Luren eye out to, uh, found a karaoke place where it was a good, real good show, but the, the list was too deep and</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Dan did not do my do it with me.</p>\n\n\n\n<p>Y\'all you see how he did me? It was, I was so upset.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> It was so loud. My voice was gone. Anyway. I would had to do. Um, whatever I was thinking yeah. Inappropriate to do the sex pistols at that point. But, um,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I like the sex pistols we could have done. See, we could agree on anything and like, we could have done that.</p>\n\n\n\n<p>And Elton John. Yeah. And El John</p>\n\n\n\n<p><strong>Dan Knauss:</strong> than John. Yeah. Well, [00:25:00] okay. Next time we get together or one, um, word camp or any, any occasion we\'ll we\'ll try again. All right. I promise. Okay. Well, the other thing we wanted to talk about was the, the transparency article by PCHA and Mary, um, which I\'ve been looking forward to publishing for a long time.</p>\n\n\n\n<p>Mm-hmm , it\'s really long. It\'s awesome. I couldn\'t bear to cut it down. I may have even made it longer. but it it\'s worth it\'s worth the 20, 30 minute thinking through, I learned. From it because it\'s, it\'s exhaustive. She, she went through, she went through our job board on, on post status and we have a long, you, a long history of thinking about this sort of thing.</p>\n\n\n\n<p>We have lots of awesome employers who post, you know, all the jobs on there gonna be good. But, um, some people probably, probably most don\'t don\'t post a salary range or anything like that. And which use, oh, very easy to do. [00:26:00] WP job manager plug in, um, caters to that as a feature. Um, why not? Why don\'t you put in a salary range, at least a range.</p>\n\n\n\n<p>Yeah. Um, that was a question she took to the people who don\'t do it. I think she also, she also talked with people who do, and she got all the reasons for and against, and then gave shared those, you know, not trying to shame or blame anyone. Totally respectful and no one just been no flack or anything like that over, it\'s not WP drama.</p>\n\n\n\n<p>It\'s a real issue that\'s coming legally. Um, and I know there\'s European and, and state by state us legislation about it. Not really where in Canada, it\'s more common to, I know it\'s more common to see it here, especially around government, uh, jobs or nonprofit sector sometimes. Good, good. Um, It\'s it\'s [00:27:00] interesting what people say about why they don\'t, um, disclose.</p>\n\n\n\n<p>Essentially like the budget for the job. She compares it to an agency, um, trying to bid for, you know, are we gonna take this project with this client? The client just want to tell you the budget, um, huge. You might be wasting your time, um, burning money, doing, trying to discover what the project is with and realize it\'s just too way too under budget.</p>\n\n\n\n<p>Um, So, and there\'s a whole other, a lot of other things that go on along with trust and culture building. Um, what did you think of, of that piece? What</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I thought it was amazing. I wrote a piece about, uh, equal pay mm-hmm called put your money where your mouth is. Um, and she, yeah, hers was like way more in depth than mine.</p>\n\n\n\n<p>So it\'s, you know, you know, I don\'t say it was better than mine, so I thought it was amazing and she really. What I didn\'t think to do [00:28:00] that she did was actually going to the employers and saying, Hey, you know, we all know that a lot of people don\'t do it, but actually getting them to admit why they don\'t mm-hmm um, I thought was awesome because.</p>\n\n\n\n<p>One, well, first of all, to me, that\'s a counter argument that we can start making, knowing why these people do that. Now, like some of the stuff, the reasons they gave like, well, oh, you know, a salary is sometimes the person dependent like a 40 year old and, uh, Porto it. They don\'t, um, that\'s single, you know, it\'s gonna be different than a 40 year old with a family in New York city.</p>\n\n\n\n<p>It\'s like, okay, I don\'t care. Give me my money. Like, I, I hate, I hate that. Excuse the most, um, you know, I\'m biased. I don\'t have children, but I hate the excuse that, you know, because I\'m single, I don\'t need as much money as somebody with children. Right. Like, I don\'t care. Like, you don\'t know what I do with my money.</p>\n\n\n\n<p>You don\'t know what I need. You don\'t know what\'s going on in my life. So I hate that excuse. And I\'m so glad she, you know, went to bat on that. Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> There\'s huge assumptions being made that, I mean, it\'s it\'s [00:29:00] yeah. It\'s plainly openly. Discriminatory. And I don\'t think that there you\'d even be legally allowed to ask the questions about family and marital status to make an informed discrimination about need.</p>\n\n\n\n<p>Like that would be a delicate conversation between friends about need. And, um, yeah, I, I, I agree with her that it was good to, to see what the thinking and, and different viewpoints are on that. I suspect a lot of people just really haven\'t thought about it. They haven\'t thought about it from the, from the job candidate perspective.</p>\n\n\n\n<p>And I don\'t, I really don\'t think they\'re good reasons. And, and it\'s not, not some of the reason to be argued hard it\'s coming in the law and the, um, you can see the ethics of it, but just the business pragmatism of, if you care about having an inclusive and culture of happy employees, mm-hmm, . Why start with suspicion and just distrust, right?</p>\n\n\n\n<p>If you can [00:30:00] afford not to, to, to operate without suspicion and distrust, what does that tell you?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. Tells me I don\'t need to work there. I need to go right. Run something up.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> We\'ve we\'ve thought we\'ve actually talked about this before we did a, I think we did a whole episode, mostly devoted to your, your article and thoughts and experience.</p>\n\n\n\n<p>Um, pay transparency and oh yeah. Employer, employee relationship and how it especially impacts women, people of color. Um, there was, there was a section of Peach\'s article that got into the stuff that\'s difficult for me and is good to think about that. I suppose I\'d paid more attention to in, in recent times, mm-hmm, just, if you have a, a background of, um, any number of experiences that, um, maybe particularly as a minority or someone with a disability or, or something like that, mm-hmm, , you\'re selling yourself short they\'re, they\'re just [00:31:00] simply, she\'s pretty direct about there\'s just NIH talks about her own experience.</p>\n\n\n\n<p>A lot of people, you know, we just wanna do meaningful work, right? Yeah. So we\'re not awesome negotiators and. Um, maybe from rather unfortunate experiences, childhood later, other relationships, um, it\'s very hard for us not to start from the standpoint of, uh, well, of course I\'m not worth that much. Mm-hmm um, that, you know, if people who are, who are dealing with life stresses or emotional issues, um, if you bear down with all the advantages on them, when they.</p>\n\n\n\n<p>Seeking employment. Um, you know, you may, you may hire someone at their worst mm-hmm and that experience will then color everything after I, I suspect, uh, but there\'s, there\'s whole, there\'s so many dimensions, uh, [00:32:00] to it all. Um, just being clear across the board with the whole team on, um, where everyone\'s. Um, yeah, we wouldn\'t have any, any gender gap, um, salary gap, if everyone knew what everyone was making.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah, it, I think, um, and she, she brought this up like a lot of candidates believe like the employers don\'t want the employees to come together and, you know, demand. Adequate and fair pay. And I agree with that a hundred percent, like talking to people who have been like, I\'ll never tell anyone what I make.</p>\n\n\n\n<p>And I\'m like, why? I mean, cuz that\'s valid reason. It\'s not to tell people what you make, but their reasoning was more so like, well I think I make more of the company, so I\'m not going to say anything. And I\'m like, you\'re probably not making the most. Then you don\'t know there you\'re selling yourself short.</p>\n\n\n\n<p>So I really agree with her point that, you know, It does seem like, it seems like a company trying to keep the workers divided when they do stuff like that. I, I definitely, I agree with [00:33:00] that. I that\'s what I believe if I see and hear stuff like that.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Well, it\'s old as the Hills, but, um, yeah, it\'s very, I think it\'s very difficult depending on, on how far, how far that goes.</p>\n\n\n\n<p>Um, mm-hmm, , it\'s very difficult to. People to function well as a team and build a, a company culture without real trust mm-hmm . And once it starts to become a faked thing or, um, you know, people just doing, doing what they, you know, presenting themselves as how they. They think they need to be seen, um, not expressing how they actually feel about their, their job satisfaction.</p>\n\n\n\n<p>That\'s, you know, that\'s a not gonna be, not gonna be good for any, anything, and in relationships. And it probably impacts performance in some way. It would be really cool. If someone got some data on that, like let\'s look at, let\'s look at [00:34:00] relatively similar companies that pay transparency, no pay transparency.</p>\n\n\n\n<p>Are there trends in the overall bottom line in results for the, for the company productivity, for the team, um, satisfaction ratings. I would, I would think happy employees make good results in good profits. Longevity.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Same, same. I just . I, I like Colorado\'s, um, law on it. Colorado requires you to pay. You know, post the pay and, you know, a lot of companies have been skirt trying to skirt around that.</p>\n\n\n\n<p>And that just says more about the company than you. Anything else. And I\'m, I\'m definitely paying attention to that. I can start up multiple blood feuds if I need to. But, um, , I, um, I really like that, you know, you have to post post the pay. And I think a lot of companies also, they know that they\'re low balling people.</p>\n\n\n\n<p>They know that they\'re being cheap. They know they\'re not paying people with their [00:35:00] worth and that\'s what scares them. But I am optimistic about. I think that more and more states, probably not South Carolina, but more and more states will join in on this. And I think eventually it will be like a federal law in the United States, at least I hope.</p>\n\n\n\n<p>Uh, how, how do you feel about the us and Canada in regards to this? That</p>\n\n\n\n<p><strong>Dan Knauss:</strong> would be, that would be great. And it\'s, it\'s interesting that it\'s happening now. I, I think in. Yeah, it\'s, it\'s an interesting historical shift because it it\'s something that\'s happening out outside of a, you know, organized labor movement, which is still stronger in the, in Canada.</p>\n\n\n\n<p>Both have trended down enormously over over the years. There are, there are, you know, little interesting movements, uh, big New York, uh, Web development agency. A friend of mine works at, um, formed union. Uh, you\'ve got people managing to do it at Amazon throughout, [00:36:00] throughout tech, but I, I don\'t think that that\'s the, that\'s not really the model anymore.</p>\n\n\n\n<p>Um, and they didn\'t adapt well to, um, kind of postindustrial economics. And this is, this is more of a, um, seems more of a cultural thing. I feel. Kid, um, younger people, my kid\'s age, and, and to some extent, us Xers started to see things more. And look, you know, we, we can talk about this publicly and exert pressures, um, for this is the kind of culture we want.</p>\n\n\n\n<p>This is how you should treat people. And it\'s, mm-hmm , it\'s okay to talk about them more openly and ethically. Cause I think we\'re on the other side of like civil. movement and stuff. It\'s hard. It\'s hard to, you were in a real radical, if you were saying things about transparency, maybe in the, in the thirties, or even trying to get something mm-hmm and, and all of, because there\'s [00:37:00] intensely segregated apart science society with different blocks of people who, you know, weren\'t really willing to go to bat for each other and.</p>\n\n\n\n<p>It feel, it feels like it\'s just a different context and in some ways that\'s, that\'s really healthy and it can be less conflicted mm-hmm and it\'s, it\'s cool to see, I think, in, in the WordPress community, for sure. Um, it has maybe there\'s something to do with our aging. We\'re paying attention to accessibility mm-hmm and show up stability and, and you know, how we feel about.</p>\n\n\n\n<p>Or work on life satisfaction. And I think younger mm-hmm people are tolerating less nonsense than we did. And times maybe tighter to, I don\'t know. Right. yeah. It\'s not that, I don\'t think it\'s that much different Canada. Yeah.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> um, we\'re starting more blood feuds. I\'m sorry. I, uh, Tom Finley said that on Twitter.</p>\n\n\n\n<p>He was like, I\'m sorry that happened to you, but I can\'t think of a better company to [00:38:00] start a blood feud with. And I was like, oh my God, I\'m gonna start saying that. Thank you. thank you, Tom. You\'re the best</p>\n\n\n\n<p><strong>Dan Knauss:</strong> well, we actually have quite a lot of employers like, like yours, who would do this voluntarily. I think mm-hmm</p>\n\n\n\n<p>Telling them to, um, Rob has definitely been a voice for that. And there are plenty of others who have been there all along. And it\'s definitely something we can choose to change just by talking about it, wanting and wanting to mm-hmm um, same as the accessibility thing, which is related. Um, I think the getting diversity equity and inclusion at the forefront.</p>\n\n\n\n<p>Everything organized. We do from word camps to how you think about employment, um, will, it has it\'s best, you know, it has to be done authentically. Um, I mean, great. If you\'re just following the rule and following other people, I guess that\'s what brings everyone along, but mm-hmm, [00:39:00] ideally you actually care about the culture you\'re building and working in and the people you\'re you\'re</p>\n\n\n\n<p><strong>Nyasha Green:</strong> affect.</p>\n\n\n\n<p>I agree it would improve so many other areas outside of patron Spency and accessibility. So I definitely agree. It seems to be</p>\n\n\n\n<p><strong>Dan Knauss:</strong> happening. I mean, there\'s no, mm-hmm , um, you know, there, there was a bit, bit of static about travel scholarships or, you know, funding. Oh yeah. These are things like that, but I think that\'s that started to change and there\'s, there\'s definitely a, I\'ve only heard positive and receptive support for, um, doing what needs to be done to improve accessibility at conferences and the, and this whole transparency issue.</p>\n\n\n\n<p>The there\'s a lot of positive signs about it. So, you know, I don\'t, I don\'t feel like it\'s not one of those issues where I feel like there\'s gonna be a bunch of drama or mm-hmm, , there\'s a mind field of things. And if you say the, the wrong thing, someone\'s gonna get really upset. Um, [00:40:00] it\'s just not, um, It\'s not at that, that level, which is, which is cool.</p>\n\n\n\n<p>It\'s, uh, reasonable, mature, um, conversation to have at this point. Mm-hmm um, in, uh, WordPress history, I guess. So what, what do you think is what are, where do the next. Next moves. Do you, do you think for your you\'re always, you\'re kind of a change agent. I</p>\n\n\n\n<p><strong>Nyasha Green:</strong> chaos change agent. Um, but you\'re asking me, what are the next steps for, like, for what,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> where for these kind of issues that, that you\'re, you\'re hoping to see change in, do you have, do you see specific things moving or where you\'re, where you and, um, Rob and the rest of your team are, you know, acting as influences or other people out there?</p>\n\n\n\n<p>Um, Who know what strings to pull to make things happen? I mean, [00:41:00] can\'t, did you listen, were you at Cammy K\'s uh, session at or camp? No, mm-hmm . That was definitely central to, to all of this. Um, yeah, I think there\'s will to will to change and certain. Voices driving</p>\n\n\n\n<p><strong>Nyasha Green:</strong> it. Yeah. Um, our pretty much agreed model and way.</p>\n\n\n\n<p>Um, and that\'s, this was for me, even before I got into tech is to lead by example. And Rob does a really good, um, job of that, but that also helps us out too, as employees to push for these changes, because we can say, Hey look. We went and worked for an employee that was very transparent on pay and look how it\'s working out for us.</p>\n\n\n\n<p>So, you know, we\'re not just yelling at people and telling them to do this, and it\'s something we have no knowledge on and we have no experience with. Um, so we\'re definitely doing that. Um, in terms of accessibility, I think that\'s going to take a community effort as well. Um, I think I talked about that, but one of my suggestions was, oh yeah, I did talk [00:42:00] about that earlier to just get like, we need like community transp.</p>\n\n\n\n<p>And we to make sure, sure. It\'s accessible. We need, you know, and nothing. And I wrote this in article too. The volunteers and organizers for work camp were amazing and it was amazing. But we have to do better by everybody in the community by making sure things are more accessible. Um, absolutely tell wide.</p>\n\n\n\n<p>So I think it\'s a community effort. This can\'t fall on just one person. Yes. So just by leading the community, making sure we all know that we all are obligated. That\'s how I tell people we are. We\'re obligated. Even if it doesn\'t apply to you, that doesn\'t mean one day. It won\'t, there\'s this big thing where people think that they won\'t, some people think that they won\'t ever need accessible things and you don\'t know that anything can happen.</p>\n\n\n\n<p>You see my foot, I am. If the elevator breaks in my building, I can not leave so well, I can kind of waddle down the stairs, but you know, don\'t try to, oh, I won\'t, it will have to be an emergency. Um, [00:43:00] and you know, I was just walking around. At workout two, two weeks ago now so, you know, it happens, things happen, life happens.</p>\n\n\n\n<p>So we\'re obligated to, in my opinion, do this for everyone. And even if you just know in your heart, nothing will ever happen to you. you just be obligated and helpful for your fellow community member?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Absolutely. Yeah, the care. And there was tons of it to, to feel an experience there. And it, it was great that people mm-hmm , um, genuinely.</p>\n\n\n\n<p>Caring for each other. And I think that\'s what it takes without, you know, without empathy for others. Um, and the ability to imagine their perspective and experience. Um, we\'re not very nice people, not very good to each other and that\'s, that\'s key to it. And you\'re right. Every time I saw those blue blue shirts, the volunteers, um, I, I said a lot of thanks and, and, you know, commiserated and, you know, eh, Don.</p>\n\n\n\n<p>don\'t [00:44:00] focus, you know, everything\'s not gonna be perfect. And mm-hmm we love you. anyway. that\'s your thank you for, for what you\'re doing. Mm-hmm yeah, I think AF afterwards they, they should all get like a gratitude care package or something free</p>\n\n\n\n<p><strong>Nyasha Green:</strong> massages.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah. Cause it\'s, it\'s gotta</p>\n\n\n\n<p><strong>Nyasha Green:</strong> be spa day. Yeah. I will buy two spa days.</p>\n\n\n\n<p>For them. Okay. We\'ll talk.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I floated the idea with Michelle. Okay.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Sweet.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> All right. Well with that, then I\'ll cut and start editing.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 04:23: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:\"Olivia Bisset\";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:70:\"Post Status: WordPress Tech Roundup for the Week of September 19, 2022\";s:7:\"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://poststatus.com/?p=123275\";s:7:\"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://poststatus.com/wordpress-tech-roundup-for-the-week-of-september-19-2022/\";s: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:6696:\"<h2 id=\"h-wordpress-design-development-around-the-web\">WordPress Design & Development Around the Web</h2>\n\n\n\n<div class=\"wp-container-23 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Here’s a glimpse of what’s going on in the world of design and development in the WordPress space this past week: WP Tests from the Abstract Agency, ACF 6.0, and Simple Social Images. Cool Tool of the week Warp goes into plaid. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2>Use WP Tests Provides Better Theme and Block Testing</h2>\n\n\n\n<p>The <strong>Abstract Agency</strong> has clarified Theme Unit and Block Unit testing in WordPress with <strong><a href=\"https://wptests.abstractwp.com/\">WP Tests</a></strong>. They’re enhancing and building on the WordPress Core’s Theme Unit Test and <a href=\"https://www.abstractwp.com/announcing-wp-tests/\">Rich Tabor</a>’s Block Unit Test. The new tools they’ve created focus specifically on the block-based editor and all the possible configurations without building them all. <a href=\"https://www.abstractwp.com/announcing-wp-tests/\">On their blog</a>, Post Status member <strong>Victor Ramirez</strong> succinctly describes the frustration many of us face: “The blessing and the curse of the block-based editor is the near limitless layouts, patterns, & blocks. We realized it was near impossible to track all the possible configurations the client could create.” Indeed! WP Tests is a great new tool to add to your theme and block development process.</p>\n\n\n\n<h2>Advanced Custom Fields Debuts Major Release 6.0</h2>\n\n\n\n<p>This is the first major release for ACF since it changed hands from <strong>Delicious Brains</strong> to <strong>WPEngine</strong>. I might even say it\'s the first major one since <strong>Elliot Condon</strong> sold ACF to Delicious Brains. Regardless, <a href=\"https://www.advancedcustomfields.com/blog/acf-6-0-released/\">this is a huge update</a> with a fresh new user interface, a switch to <a href=\"https://www.advancedcustomfields.com/resources/whats-new-with-acf-blocks-in-acf-6/\">make ACF Blocks closer to the native block experience</a>, better accessibility, improved saving features like being able to toggle to “show in rest API,” and several other golden nuggets. This update is also “designed to be fully compatible with ACF 5.x and the vast majority of users will be able to upgrade without changing any code.” I\'m looking forward to playing with all these improvements in the weeks to come!</p>\n\n\n\n<h2>Automate Your Sites with Better Social Sharing Images</h2>\n\n\n\n<p>Getting good social sharing previews to work can be a hassle, that’s why <a href=\"https://twitter.com/wpmark/status/1572197220463804417?s=21&t=JGIEhqYl_djD_HqO-mzDKg\"><strong>Mark Wilkinson</strong> and team</a> have created <strong><a href=\"https://simplesocialimages.com/\">Simple Social Images</a></strong> for WordPress. This plugin automates the creation of branded images for social media. So instead of a normal featured image or the first photo on the page, it can have a logo or text right on the image. The current version costs $49 but they’ve also submitted a free version to the <a href=\"http://WordPress.org\">WordPress.org</a> repository and are awaiting approval.</p>\n\n\n\n<div class=\"wp-container-24 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Cool Tool</h2>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h2>You Deserve a Terminal That Goes at Warp Speed</h2>\n\n\n\n<p>This week I stumbled onto <strong>Warp</strong>, <a href=\"https://www.warp.dev/\">a new terminal for Mac, Windows, and Linux</a> that uses “GPT-3 powered <a href=\"https://docs.warp.dev/features/ai-command-search#:~:text=Command%20Search%20-%20Warp%20Documentation&text=AI%20Command%20Search%20converts%20natural,See%20how%20it%20works%20here).\">AI search</a> will convert natural language into executable shell commands.” They had me at AI! They tout that “It’s like <strong>Github</strong> <strong>Copilot</strong> but for the terminal.” If that isn’t enough, Warp also takes a different approach to the command line user experience by making it act more like a text editor than your traditional terminal application. It has a nicer visual history with commands separated into “blocks” of content for easier viewing, and there\'s some more advanced theming than <strong>iTerm</strong> or <strong>Hyper</strong> have. They also have an upcoming feature to share a permalink of your session with your team. That’s gonna be so awesome it’s <a href=\"https://www.youtube.com/watch?v=mk7VWcuVOf0\">sure to go plaid</a>!</p>\n</div></div>\n\n\n\n<h2><strong>Quick Links</strong></h2>\n\n\n\n<ul><li><strong>Otto</strong> answers <a href=\"https://poststatus.com/is-there-a-maximum-length-to-wordpress-user-passwords/\">Is there a maximum length to WordPress user passwords?</a> (<strong>Stack Exchange</strong>) <a href=\"https://wordpress.stackexchange.com/questions/364624/is-there-a-maximum-length-to-user-passwords\" target=\"_blank\" rel=\"noreferrer noopener\">READ →</a></li><li><a href=\"https://poststatus.com/copyright-selfie-monkeys-and-the-hand-of-god/\">Copyright, Selfie Monkeys, and the Hand of God</a> (From the <strong>Open Source Initiative</strong>‘s <a href=\"https://deepdive.opensource.org/podcast/\" target=\"_blank\" rel=\"noreferrer noopener\">podcast series on AI</a> and open source) <a href=\"https://deepdive.opensource.org/podcast/copyright-selfie-monkeys-the-hand-of-god/\">LISTEN →</a></li><li><strong>Brian Coords</strong> went on <strong>WP Builds</strong> to talk about <strong>WP-Notify</strong>: <a href=\"https://wpbuilds.com/2022/09/01/294-how-might-we-fix-the-wordpress-notifications-problem/\" target=\"_blank\" rel=\"noreferrer noopener\">Revisiting the Notifications Problem</a>. <a href=\"https://wpbuilds.com/2022/09/01/294-how-might-we-fix-the-wordpress-notifications-problem/\" target=\"_blank\" rel=\"noreferrer noopener\">LISTEN →</a></li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 00:15:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Daniel Schutzsmith\";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:73:\"WPTavern: PublishPress Acquires MetaSlider Plugin and MetaSlider Lightbox\";s:7:\"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:30:\"https://wptavern.com/?p=138097\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/publishpress-acquires-metaslider-plugin-and-metaslider-lightbox\";s: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:4123:\"<p><a href=\"https://publishpress.com/\">PublishPress</a>, a company that develops free and commercial publishing and permissions plugins for WordPress, has <a href=\"https://www.metaslider.com/metaslider-publishpress/\">acquired MetaSlider</a> from Extendify. The plugin is used on more than 700,000 sites to build sliders, slideshows, carousels, and galleries. The company’s mission is to help publishers succeed, so this is a curious acquisition as sliders seem to have fallen out of favor on the web over the past seven years, due to problems with SEO, performance, and poor engagement.</p>\n\n\n\n<p>“A traditional slider isn’t a good fit for a news website for a couple of reasons,” PublishPress founder Steve Burge said. “First, publishers want a display that they can update easily. Second, they can be worried about the performance slowdown from a slider. </p>\n\n\n\n<p>“We aim to tackle those problems head-on. To solve the first issue, we plan to expand dynamic content features of MetaSlider so you can easily pull in fresh content. And secondly, we’ll focus on the speed of MetaSlider, so you don’t have to worry about a slow site.”</p>\n\n\n\n<p>Burge said PublishPress will use MetaSlider as a platform for building a suite of image tools. As part of the sale, the company has also acquired <a href=\"https://wordpress.org/plugins/ml-slider-lightbox/\">MetaSlider Lightbox</a>, which has 10,000 active installs, and a photo gallery that’s in a beta version.</p>\n\n\n\n<p>“There will be more [tools] to come,” Burge said. “Most of my favorite publishers also have beautiful photography with their stories. From big WordPress publishers such as <a href=\"https://www.outsideonline.com/\">Outside Magazine</a> to small start-ups such as <a href=\"https://thenarwhal.ca/\">TheNarwhal</a>, the photos often add as much as the text. We hope to build tools to help publishers showcase their images.”</p>\n\n\n\n<p>Burge said the sale of MetaSlider started with a Twitter DM. He had never spoken with the Extendify team before but said the process was “quick and easy” because all the data was “clean and professionally organized.” </p>\n\n\n\n<p>“The MetaSlider plugin is almost 10 years old, and in the last few years it was maintained by a couple of companies,” Burge said. “It was previously owned by the team behind UpdraftPlus and WP-Optimize. You can still see similarities in the orange color scheme between MetaSlider, UpdraftPlus, and WP-Optimize.” </p>\n\n\n\n<p>Extendify took on the plugin as a side project but it was never a core product for their company.</p>\n\n\n\n<p>“They were excited about our desire to invest in MetaSlider to ensure that it remains a great plugin for WordPress users,” Burge said. “After some recent high-profile handovers went badly, we’ve seen sellers do careful due diligence on who they sell to.”</p>\n\n\n\n<p>Burge could not share any financial details of the acquisition but said the sale price was based strictly on revenue even though the MetaSlider plugin has nearly a million users.</p>\n\n\n\n<p>“In most sales, the number of active installs is a bonus rather than a driving factor,” Burge said. “It’s not uncommon, particularly for older plugins, for 1% or less of active installs to convert to paying customers.”</p>\n\n\n\n<p>MetaSlider has a Pro version that PublishPress will continue sell and the plugins will remain as a standalone brand focused on images. They will not be included in the <a href=\"https://publishpress.com/plugins/\">PublishPress plugin bundle</a>. Burge said users can expect MetaSlider to continue at the same price but with more features.</p>\n\n\n\n<p>“The business model won’t change and the Pro version will support future development on the plugin,” he said. “At the moment, there’s only a single Pro version based on the number of sites. That won’t change in at least the next few months as we focus on adding more features and giving users more value for their money.”</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, 22 Sep 2022 20:46:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:\"WordCamp Central: The First In-Person WordCamp in India is Looking for Speakers!\";s:7:\"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:39:\"https://central.wordcamp.org/?p=3153794\";s:7:\"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://central.wordcamp.org/news/2022/09/the-first-in-person-wordcamp-in-india-is-looking-for-speakers/\";s: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:658:\"<img src=\"https://nagpur.wordcamp.org/2022/files/2022/09/wcnagpur.jpg\" alt=\"\" />\n\n\n\n<p>Nagpur City is getting ready to host the 4th WordCamp now that the pandemic has passed.</p>\n\n\n\n<p>This year, we are welcoming 300 people across two parallel tracks, followed by a contributor day.</p>\n\n\n\n<p>The call for speakers is open on the WordCamp Nagpur website. <a href=\"https://nagpur.wordcamp.org/2022/call-for-speakers/\" target=\"_blank\" rel=\"noreferrer noopener\">Visit here to apply as a speaker.</a></p>\n\n\n\n<p>Join us at WordCamp Nagpur to learn, share, and have fun with the Central India WordPress User Groups.</p>\n\n\n\n<p>We would love to have you with us.</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, 22 Sep 2022 16:00: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:18:\"Abhishek Deshpande\";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:76:\"Do The Woo Community: Diversity, Design and Speaking Machine with John Maeda\";s:7:\"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:28:\"https://dothewoo.io/?p=72910\";s:7:\"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://dothewoo.io/diversity-design-and-speaking-machine-with-john-maeda/\";s: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:442:\"<p>John shares his visions and insights around diversity, design, AI and eCommerce while interweaving thoughts on WordPress and WooCommerce.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/diversity-design-and-speaking-machine-with-john-maeda/\">Diversity, Design and Speaking Machine with John Maeda</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 22 Sep 2022 11:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:48:\"Post Status: Hauwa Abashiya Talks About Training\";s:7:\"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://poststatus.com/?p=123083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://poststatus.com/hauwa-abashiya-talks-about-training/\";s: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:795:\"<p><strong>Josepha Haden Chomphosy</strong> talks with <strong>Hauwa Abashiya</strong> about the WordPress Training team and <strong>LearnWP</strong> on the latest <strong><a href=\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\">WordPress Briefing</a></strong>. </p>\n\n\n\n<p>If you\'re interested in joining the training team, it\'s OK if you\'re not a trainer. You can help take notes, edit, and review. If you are a subject matter expert, take a look at the <a href=\"https://make.wordpress.org/training/handbook/faculty-program/\">faculty program</a>.</p>\n\n\n\n<p>Join one of the Training Team meetings on Tuesdays at 7 AM UTC and 4:00 PM UTC. </p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 22 Sep 2022 05:59:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:72:\"WPTavern: ACF 6.0 Introduces Refreshed Admin UI and ACF Blocks Version 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/acf-6-0-introduces-refreshed-admin-ui-and-acf-blocks-version-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3320:\"<p>Advanced Custom Fields (ACF) has announced the availability of <a href=\"https://www.advancedcustomfields.com/blog/acf-6-0-released/\">version 6.0</a>, an update that applies to both the free and pro versions of the plugin. This release introduces a refreshed admin UI that ACF product manager Iain Poulson said users had been requesting since 2021.</p>\n\n\n\n<img />\n\n\n\n<p>“We didn’t want this to be a huge change that would disrupt a user’s workflow, but instead a light reskin that focuses on bringing user experience improvements to the Field Group editor,” Poulson said.</p>\n\n\n\n<p>“The team have done a great job with the new design, improving all the ACF plugin admin screens from the Field Group editor to the Tools page.”</p>\n\n\n\n<p>The reskinning delivers the following improvements: </p>\n\n\n\n<ul>\n<li>Reduces the vertical height of the field settings</li>\n\n\n\n<li>Improved experience adding new fields to a Field Group</li>\n\n\n\n<li>Added a sticky “Save Changes” button to the header bar that is always visible without users having to scroll up to the top of the page</li>\n\n\n\n<li>Added more width to “Fields” box to reduce cramping from nested subfields</li>\n\n\n\n<li>Keyboard navigation for fields</li>\n\n\n\n<li>Improved focus states across the Field Group editor, toggle switches, radio buttons, and checkbox groups</li>\n\n\n\n<li>New opt-in setting for Repeater pagination</li>\n</ul>\n\n\n\n<p>Version 6.0 also includes <a href=\"https://www.advancedcustomfields.com/resources/whats-new-with-acf-blocks-in-acf-6/\">ACF Blocks Version 2</a>, a feature included in ACF PRO. It allows developers to use a PHP-based framework for developing custom block types. </p>\n\n\n\n<p>“ACF 6.0 contains a new block versioning system, allowing you to opt in to new versions which will change things like the markup and structure of ACF Blocks in both the backend and frontend, and may require updates to your theme to support,” Poulson said.</p>\n\n\n\n<p>“This next generation of ACF Blocks brings us much closer to the native block experience, while still giving you the PHP based templating language you know as a WordPress developer.”</p>\n\n\n\n<p>ACF users were encouraged to see that the plugin is still moving forward after having changed hands twice in the past two years. Delicious Brains <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">acquired ACF</a> from its creator Elliot Condon in June 2021. By November of that year, Delicious Brains was <a href=\"https://wptavern.com/acf-solicits-lifetime-license-holders-for-contributions-urging-them-to-purchase-annual-subscriptions\">soliciting the plugin’s Lifetime License holders for contributions</a> via email, urging them to purchase annual subscriptions. Seven months later, Delicious Brains sold off ACF and four other products to WP Engine, rattling customers who were concerned about the plugin’s lack of innovation and its stability in the hands of a large hosting company.</p>\n\n\n\n<p>Poulson, who continued on with WP Engine to support Delicious Brains’ products after they were acquired, said the next thing on the roadmap is adding the ability to register custom post types and taxonomies in the UI and improvements to how field types are selected.</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, 22 Sep 2022 02:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: WordPress 6.1 Beta 1 • Help Test • #WPTranslationDay • Video Courses #LearnWP\";s:7:\"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://poststatus.com/?p=122831\";s:7:\"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://poststatus.com/wordpress-6-1-beta-1-help-test-wptranslationday-video-courses-learnwp__trashed/\";s: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:14066:\"<h2 id=\"h-this-week-at-wordpress-org-september-19-2022\">This Week at WordPress.org (September 19, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">The 6.1 Beta 1 release was briefly delayed a day but is now available. You can get familiar with what\'s coming in 6.1 with the release by helping test the new features. Please give some consideration to Hugh Lashbrooke\'s proposal for faster course development on the Training Team with video-based courses. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_b3b811-01\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Beta 1 – Help Test</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fe-200d-1f4bb.png\" alt=\"👩🏾💻\" class=\"wp-smiley\" /> <strong><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 Beta 1 Now Available</a></strong><br /></strong><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f920.png\" alt=\"🤠\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f30f.png\" alt=\"🌏\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">Announcement: WordPress Translation Day 2022</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f3eb.png\" alt=\"👩🏻🏫\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/training/2022/09/21/proposal-faster-course-development-with-video-based-courses/\">Do you prefer video courses when learning WordPress?</a> <strong> </strong><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4da.png\" alt=\"📚\" class=\"wp-smiley\" /> <strong>Survey:</strong> <a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a><br /><br /></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><strong><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 Beta 1 Now Available</a></strong></li><li><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a></li><li><a href=\"https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\"></a><a href=\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-us/\">WP Briefing: Episode 39: Contributor Stories Live from WordCamp US!</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/18/wordcamp-us-contributor-day-2022-recap/\">WordCamp US Contributor Day 2022 Recap</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">Announcement: WordPress Translation Day 2022</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-31 wp-block-columns\">\n<div class=\"wp-container-29 wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/09/20/action-requested-vote-for-organizing-diverse-inclusive-events-workshop-date-and-time/\">[Action requested] Vote for “Organizing Diverse & Inclusive Events workshop” date and time</a></li><li><a href=\"https://make.wordpress.org/community/2022/09/20/wordpress-events-organizer-training-americas-timezones-version/\">WordPress Events Organizer Training (Americas Timezones Version)</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/20/wordpress-6-1-beta-1-delayed/\">WordPress 6.1 Beta 1 delayed</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/19/a-week-in-core-september-19-2022/\">A Week in Core – September 19, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">What’s new in Gutenberg 14.1? (15 September)</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/21/core-editor-chat-summary-21st-september-2022/\">Core Editor chat summary: 21st September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/20/dev-chat-agenda-september-21-2022/\">Dev Chat agenda, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/20/editor-chat-agenda-21st-september-2022/\">Editor Chat Agenda: 21st September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/19/developer-blog-editorial-group-september-1-2022/\">Developer Blog Editorial Group – Meeting Notes September 1, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/09/19/documentation-team-update-september-19-2022/\">Documentation Team Update – September 19, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/09/20/agenda-global-wordpress-marketing-team-meeting-september-21-2022/\">Agenda, global WordPress Marketing Team meeting, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/09/20/notes-global-marketing-meeting-september-14-2022/\">Notes: Global Marketing Meeting, September 14, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\">Mobile</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/09/19/call-for-testing-wordpress-for-ios-20-8/\">Call for Testing: WordPress for iOS 20.8</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/09/19/call-for-testing-wordpress-for-android-20-8/\">Call for Testing: WordPress for Android 20.8</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/mobile-team-update-september-20th/\">Mobile Team Update – September 20th</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/09/20/community-meeting-recap-20-september-2022/\">Community Meeting Recap (20 September 2022)</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-30 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/performance/2022/09/14/announcing-the-performance-team-reps/\">Announcing the Performance Team Reps</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/20/performance-team-meeting-summary-20-september-2022/\">Performance team meeting summary 20 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/09/20/plugin-review-team-19-sept-2022/\">Plugin Review Team – 19 Sept 2022</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/09/19/wcus-2022-qa/\">WCUS 2022 Q&A;</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/09/15/fse-program-testing-call-17-guiding-the-gutenberg-gallery/\">FSE Program Testing Call #17: Guiding the Gutenberg Gallery</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/test-team-update-19-september-2022/\">Test Team Update: 19 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><strong><a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">Testing and Feedback for using block based template parts in classic themes</a></strong></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/themes-team-update-september-20-2022/\">Themes team update September 20, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/21/project-proposal-content-localization/\">Project Proposal: Content Localization</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/21/proposal-faster-course-development-with-video-based-courses/\">Proposal: Faster Course Development with Video-Based Courses</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/19/meeting-agenda-for-september-21-2022/\">Meeting Agenda for September 20, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/16/team-profile-badges/\">Team Profile Badges</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/14/training-team-meeting-recap-for-september-13-2022/\">Training Team Meeting Recap for September 13, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/14/discussion-reimagining-the-training-team-contributor-roles/\">[Discussion] Reimagining the Training Team contributor roles</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=media-tips-tricks\">Media Tips & Tricks</a></li><li><a href=\"https://learn.wordpress.org/?meeting=code-with-me-code-your-first-settings-in-theme-json\">Code with me: code your first settings in theme.json</a></li><li><a href=\"https://learn.wordpress.org/?meeting=%E8%A1%8C%E3%83%BB%E7%B8%A6%E7%A9%8D%E3%81%BF%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%81%A7%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B7%E3%83%96%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E3%82%92%E4%BD%93-2\">行・縦積みブロックでレスポンシブデザインを体験!</a></li><li><a href=\"https://learn.wordpress.org/?meeting=%E8%A1%8C%E3%83%BB%E7%B8%A6%E7%A9%8D%E3%81%BF%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%81%A7%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B7%E3%83%96%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E3%82%92%E4%BD%93\">行・縦積みブロックでレスポンシブデザインを体験!</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://thephp.foundation/blog/2022/08/30/php-core-roundup-5/\">PHP Core Roundup #5</a></li><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 21:02: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:18:\"Courtney Robertson\";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:61:\"WPTavern: WordPress 6.1 Beta 1 Released and Ready for Testing\";s:7:\"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:30:\"https://wptavern.com/?p=138043\";s:7:\"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:72:\"https://wptavern.com/wordpress-6-1-beta-1-released-and-ready-for-testing\";s: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:2286:\"<p><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 beta 1</a> was released today, and testing has begun with the general release expected in just under six weeks on November 1. </p>\n\n\n\n<p>Versions 13.1 – 14.1 of the Gutenberg plugin will be rolled into core for 6.1. This includes features like improved block placeholders, more design tools for blocks, fluid typography, improvements to editor preferences and new modal interfaces, the use of block-based template parts in classic themes, locking settings for inner blocks, and more.</p>\n\n\n\n<p>If you have the Gutenberg plugin installed, then you already have access to many of these features and may have been part of the testing process if you have reported bugs.</p>\n\n\n\n<p>The bulk of the improvements in 6.1 are for the editor (700+ enhancements and bug fixes), but the rest of the core components also have <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">250 tickets</a> that will make it into the next release. These include improvements to build/test tools, new error logging and hooks for wp-cron.php, new oEmbed support for Google Data Studio and Pocket Casts, REST API debug mode, new introduction on Permalinks Setting screen, various Site Health improvements and more.</p>\n\n\n\n<p>WordPress 6.1 is also set to introduce the highly anticipated new default theme, Twenty Twenty-Three, with <a href=\"https://wptavern.com/wordpress-announces-10-style-variation-selections-for-twenty-twenty-three-theme\">10 style variations</a> contributed from WordPress’ community of designers.</p>\n\n\n\n<p>The easiest way to report bugs is to post in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. More experienced testers should search through <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a> and <a href=\"https://core.trac.wordpress.org/newticket\">open a ticket on WordPress Trac</a>. Check out the <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">Beta 1 release post</a> for a full rundown of the highlights coming in 6.1. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 20:42:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:92:\"Gutenberg Times: Block-Based Template Parts: A Happy Medium Between Classic and Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=22179\";s:7:\"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://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13750:\"<p>I was one of the early adopters of the block editor as a developer. Despite the flak that the Gutenberg plugin was catching before it was merged into core WordPress, I could see the potential. Yes, I could see the bugs, the inconsistent UI, and every other thing that was “wrong” about it around four or five years ago.</p>\n\n\n\n<p>But there was a vision for the future of theming that I latched onto.</p>\n\n\n\n<p>At the time, there was a bit of a rumor floating around that theme authors would eventually be able to allow users to edit any part of their theme with the block editor. It’d work similarly to sidebars. Developers would register “block areas,” and users could drop whatever content they wanted in them.</p>\n\n\n\n<p>That was <em>the</em> vision. It was the future of theming that I, along with several other developers, expected to see in the year or so following the block system’s launch in WordPress 5.0. It was a concept that sold us—<em>hook, line, and sinker</em>—on this newfangled editor all those years ago. It was such a simple but brilliant idea. We would finally consolidate some of the competing APIs, such as shortcodes and widgets, into a single standard. And themers would be dropping these block areas all over the place for highly-flexible themes.</p>\n\n\n\n<p>Of course, not everything played out according to the timeline in my head. However, WordPress 6.1 is finally introducing this feature in the form of <a href=\"https://github.com/WordPress/gutenberg/pull/42729\">block-based template parts</a>.</p>\n\n\n\n<p>Frankly, I had nearly forgotten about it over time. I’ve already been firmly on block-theme wagon for well over a year, and the thought of going back and building a classic theme just to use this feature didn’t excite me quite as much as it once would have.</p>\n\n\n\n<p>However, I still know that it is one of the most vital features for the theming community to land in WordPress. There are many reasons that developers have not made the full jump to block theming. It is not the ideal tool for every project yet, and that is an OK place to be. Whatever the reason, this is another tool for gradually adopting FSE features without going all in. It allows developers to retain control over their top-level, PHP-based templates and decide which specific areas they want to expose to users as block <em>capable</em>.</p>\n\n\n\n<p>In some ways, block-based template parts may represent a stable medium for a while or even a new class of themes, those that are neither entirely classic nor block. It is the middle ground that the theming community has long needed.</p>\n\n\n\n<p>Perhaps it will even put the <a href=\"https://masterwp.com/the-imaginary-block-vs-classic-battle-in-wordpress/\">classic vs. block battle</a> to rest, at least for the theming community. <em>Do themers really have to choose between being “all in” or “all out”?</em> No. No, they do not. Maybe that happy middle ground has been a long time coming, but it has been a priority for the project. We’ve seen that with the inclusion of block-based menus and widgets, theme-support additions, <code>theme.json</code> support, and now template parts.</p>\n\n\n\n<h2>Putting Theory into Practice</h2>\n\n\n\n<p>I began drafting this post before I ever tested the feature out within an actual classic theme. It sounded like everything I wanted years ago, at least in theory, but a question remained. <em>Did it hold up in practice?</em></p>\n\n\n\n<p>The only way to find out was to grab a classic theme and convert part of its front-end output to a block-based template part. Fortunately, Twenty Twenty-One was already using PHP-based template parts, so it offered a starting point.</p>\n\n\n\n<p><strong>Note:</strong> This post is not a full tutorial on using block-based template parts in classic themes. I encourage readers who want to dig deeper into the technical aspects to read the <a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">call for testing</a> on the Make Themes blog.</p>\n\n\n\n<p>Most theme authors are aware of how template parts work in WordPress. Essentially, they are smaller templates (i.e., parts) that are included within larger ones. This can be anything from a header to footer or sidebar to comments form. There are no hard-and-fast rules, and the decisions about which parts exist come down to the theme authors themselves.</p>\n\n\n\n<p>To use block-based template parts in classic themes, developers must add support for them via <code>functions.php</code>:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-javascript\">add_action( <span class=\"hljs-string\">\'after_setup_theme\'</span>, <span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span>(<span class=\"hljs-params\"></span>) </span>{\n add_theme_support( <span class=\"hljs-string\">\'block-template-parts\'</span> );\n} );</code></div><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JavaScript</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">javascript</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>This creates a new “Template Parts” item under the “Appearance” admin menu:</p>\n\n\n\n<img />Initial template parts screen when no parts are registered.\n\n\n\n<p>Out of the box, there will be nothing for users to do. However, once new parts are added, users will be able to edit them.</p>\n\n\n\n<p>For my first true test of this feature, I decided to replace Twenty Twenty-One’s header template part. Headers are often the most complex pieces of a website design, so it will not be the ideal starting point for every theme author making this transition. However, I was pretty successful in replacing Twenty Twenty-One’s default header with a block-based version.</p>\n\n\n\n<p>After adding support for <code>block-template-parts</code>, into the theme setup function in <code>functions.php</code>, I created a new <code>parts/header.html</code> file and proceeded to recreate the basic branding and navigation menu sections directly in the editor:</p>\n\n\n\n<img />Recreating Twenty Twenty-One’s header as a block template part.\n\n\n\n<p>After getting the look I wanted (or, at least, close enough), I copied the block code from the editor into <code>parts/header.html</code> and deleted my customizations.</p>\n\n\n\n<p>Then, in the theme’s <code>header.php</code> file, I replaced the following line of code with my own:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-xml\"><span class=\"php\"><span class=\"hljs-meta\"><?php</span> get_template_part( <span class=\"hljs-string\">\'template-parts/header/site-header\'</span> ); <span class=\"hljs-meta\">?></span></span></code></div><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">HTML, XML</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">xml</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>The new code was a call to the block-based template part, which would load the <code>parts/header.html</code> file (or the user-customized version):</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-xml\"><span class=\"php\"><span class=\"hljs-meta\"><?php</span> block_template_part( <span class=\"hljs-string\">\'header\'</span> ); <span class=\"hljs-meta\">?></span></span></code></div><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">HTML, XML</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">xml</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>I would love to exclaim, “<em>Voila</em>!” and call it a day. I would love to say that this was a simple one-and-done action, but developers know it is never as straightforward as that. Most classic themes were not built to handle block output outside of the content area. Twenty Twenty-One is no different. I had to make some other changes to actually make this work.</p>\n\n\n\n<p>The first thing was removing a max-width set by the Twenty Twenty-One’s <code>assets/css/style-editor.css</code> file that was keeping full-width blocks from stretching across the editor. So, I cut this bit of code from the file:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-css\"><span class=\"hljs-selector-class\">.wp-block</span> {\n <span class=\"hljs-attribute\">max-width</span>: <span class=\"hljs-built_in\">var</span>(--responsive--aligndefault-width);\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-6\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">CSS</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">css</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>I also needed to add layout support via <code>theme.json</code>. Because the theme didn’t include this file, I created it and kept the settings as simple as possible using Twenty Twenty-One’s existing custom CSS properties:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json\">{\n <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n <span class=\"hljs-attr\">\"settings\"</span>: {\n <span class=\"hljs-attr\">\"layout\"</span>: {\n <span class=\"hljs-attr\">\"contentSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--default-width )\"</span>,\n <span class=\"hljs-attr\">\"wideSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--alignwide-width )\"</span>\n }\n }\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-7\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>These were just quick fixes to ensure that the system worked. Each theme will be a bit different and each theme author will have some obstacles to overcome in development.</p>\n\n\n\n<p>For a better user experience, I also defined my header template part via <code>theme.json</code>. This allowed me to create a internationalized version of its user-facing title. So, the final version of my JSON file became:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json\">{\n <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n <span class=\"hljs-attr\">\"settings\"</span>: {\n <span class=\"hljs-attr\">\"layout\"</span>: {\n <span class=\"hljs-attr\">\"contentSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--default-width )\"</span>,\n <span class=\"hljs-attr\">\"wideSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--alignwide-width )\"</span>\n }\n },\n <span class=\"hljs-attr\">\"templateParts\"</span>: [\n {\n <span class=\"hljs-attr\">\"name\"</span>: <span class=\"hljs-string\">\"header\"</span>,\n <span class=\"hljs-attr\">\"title\"</span>: <span class=\"hljs-string\">\"Header\"</span>,\n <span class=\"hljs-attr\">\"area\"</span>: <span class=\"hljs-string\">\"header\"</span>\n }\n ]\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-8\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>This last bit is not a requirement, but it does create a better all-around experience. Theme authors shouldn’t skip it.</p>\n\n\n\n<p>I’m not sure how well block-based template parts will truly work without also opting into some <code>theme.json</code> support. At minimum, layout settings are likely recommended. This is why it is vital that theme authors start testing before WordPress 6.1 launches. These little tips and tricks must become a part of our collective knowledge so that we can share and help one another.</p>\n\n\n\n<h2>Was the Feature All That I Thought It Would Be?</h2>\n\n\n\n<p>Despite a couple of natural hiccups from having to change some style-related bits in the theme, it was a success. For good measure, I tested a few other template parts and felt good with the results. The process would have been much easier with one of my own themes, something I was intimately familiar with. However, I chose Twenty Twenty-One because it is more accessible to the WordPress extender community.</p>\n\n\n\n<p>There are so many ways that themers can utilize this once WordPress 6.1 lands (or <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\" target=\"_blank\" rel=\"noreferrer noopener\">you can start now using Beta 1</a>). For example, an easy win is making an editable “404 page content” part. This is one of those areas that has long required developers to either build custom solutions for or just leave it to users to directly edit PHP files.</p>\n\n\n\n<p>Theme authors can replace sidebars, headers, and footers. They can allow end-users to edit archive page queries. Or, go even more ambitious and create block-based template parts for everything but the outer structure of the front end. There are no right or wrong answers. Developers have the flexibility to choose the path that’s best for them and their users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 18:09:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"Post Status: New Features to Test in Gutenberg 14.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123001\";s:7:\"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://poststatus.com/new-features-to-test-in-gutenberg-14-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:897:\"<p>A reminder from <strong>Anne McCarthy</strong> about the importance of your help <a href=\"https://make.wordpress.org/test/handbook/gutenberg-testing/\">testing Gutenberg</a> 14.1 in advance of the WordPress 6.1 release:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you have the current Gutenberg (plugin) release installed, you can use block template parts without adopting everything that comes with block templates. For example, you can allow a user to edit and build a header with blocks without exposing them to the entire block template system. This offers a new gradual adoption pathway for sites with classic or hybrid themes and new ways to explore full site editing features for agencies that need testing and feedback ahead of WordPress 6.1’s release on November 1st.</p></blockquote>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 18:00: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:10:\"Dan Knauss\";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:54:\"WordPress.org blog: WordPress 6.1 Beta 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:35:\"https://wordpress.org/news/?p=13495\";s:7:\"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/2022/09/wordpress-6-1-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8431:\"<p>WordPress 6.1 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>You can test WordPress 6.1 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta1.zip\">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta1</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about six weeks away. </p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">this detailed guide</a> is a great start.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can do it – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">250 tickets for the WordPress 6.1 core</a>.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.1? Read on for some highlights.</em></p>\n\n\n\n<h3>Features for end-users</h3>\n\n\n\n<ul>\n<li>Default theme powered by 10 unique style variations (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>More design tools in more blocks (<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/issues/43241\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Expanded and refined <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\" target=\"_blank\">template experience</a> and <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\" target=\"_blank\">template options</a></li>\n\n\n\n<li>More intuitive document settings experience</li>\n\n\n\n<li>Header and footer patterns for all themes</li>\n\n\n\n<li>Improved quote and list blocks with inner block support</li>\n\n\n\n<li>More robust placeholders for various blocks</li>\n\n\n\n<li>New modal interfaces and preferences improvements</li>\n\n\n\n<li>Automatic navigation block selection with fallbacks and easier menu management</li>\n\n\n\n<li>Apply locking settings to all inner blocks in one click</li>\n\n\n\n<li>Improvements to the block theme discovery experience</li>\n\n\n\n<li>Accessibility updates, with more than 60 resolved tickets</li>\n\n\n\n<li>Performance updates, with more than 25 resolved tickets</li>\n</ul>\n\n\n\n<h3>For developers</h3>\n\n\n\n<ul>\n<li>Opt into appearance tools to make any theme more powerful</li>\n\n\n\n<li>New iteration on the style system</li>\n\n\n\n<li>Add starter patterns to any post type (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#post-type-patterns\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Evolution of layout options including a new <code>constrained</code> option and the ability to disable layout options</li>\n\n\n\n<li>Content lock patterns for more curation options</li>\n\n\n\n<li>Expanded support for query loop blocks</li>\n\n\n\n<li>Allow the use of block-based template parts in classic themes (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Filter <code>theme.json</code> data (<a rel=\"noreferrer noopener\" href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Fluid typography allows for more responsiveness (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Ability to style elements inside blocks like buttons, headings, or captions in <code>theme.json</code></li>\n</ul>\n\n\n\n<p><em>Please note that all features listed in this post are subject to change before the final releas</em>e.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Haiku for you</h2>\n\n\n\n<p>Twenty Twenty-Three<br />10 style variations<br />The new default theme</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>, <a href=\"https://profiles.wordpress.org/davidb/\">@davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 17:09:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";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:60:\"Post Status: Making Events Accessible and Websites Under 1kB\";s:7:\"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://poststatus.com/?p=122603\";s:7:\"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://poststatus.com/making-events-accessible-and-websites-under-1kb/\";s: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:1053:\"<p>From the <strong>W3C</strong> <strong>Web Accessibility Initiative</strong> (WAI), Here\'s <a href=\"https://www.w3.org/WAI/teach-advocate/accessible-presentations/\">a checklist</a> “for meetings, conferences, training, and presentations that are remote/virtual, in-person, or hybrid.” </p>\n\n\n\n<p>And here\'s <a href=\"https://tdarb.org/blog/under-1kb.html\">a website with pages under 1kB</a> from <strong>Brad Taunt</strong> who is maintaining a list of sites with a similar page weight called the <a href=\"https://1kb.club\">1kB Club</a>. (Like the <a href=\"https://1mb.club\">1MB Club</a> but smaller.) Interesting how it\'s hard, if not impossible, to make a good website this simple that\'s <em>not</em> accessible. </p>\n\n\n\n<p>Both of these items come from <a href=\"https://davidakennedy.com\">David A. Kennedy</a>‘s <a href=\"https://a11yweekly.com/\">A11yWeekly</a> newsletter, which is <em>the</em> source for all things accessibility.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 17:08: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: #43 – Nick Ahmann on Testing Plugins With TasteWP\";s:7:\"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://wptavern.com/?post_type=podcast&p=137988\";s:7:\"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/podcast/43-nick-ahmann-on-testing-plugins-with-tastewp\";s: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:33001:\"<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/nicolasahmann/\">Nick Ahmann</a>.</p>\n\n\n\n<p>Nick works for <a href=\"https://inisev.com/\">Inisev</a>, a company which provides SaaS services for WordPress and other platforms. They have a range of products, but today we focus on <a href=\"https://tastewp.com/\">TasteWP</a>.</p>\n\n\n\n<p>TasteWP is a service which allows you to spin up a disposable WordPress install in a matter of seconds. From there, you can use the site for free for two days.</p>\n\n\n\n<p>If you’re wanting to test out a plugin or theme, but don’t want the hassle of creating a site on your own hosting, or local machine, TasteWP could be a useful option. It behaves as a normal WordPress website and you’re not limited to what you can install on top of the defaults.</p>\n\n\n\n<p>One nice feature we talk about is that you can pre-install plugins and themes from the WordPress repository by modifying the URL when you visit the TasteWP website. This might be useful for educators or plugin developers who want to demo their free plugins, but don’t want to maintain their own infrastructure.</p>\n\n\n\n<p>We talk about what promoted Nick to work on this plugin and how he sees it as helping the WordPress community, as well as being a vehicle to make people aware of the products and services that his company offers.</p>\n\n\n\n<p>If you’ve ever wanted a WordPress site to play with for a few days, then this episode is for you.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://tastewp.com/\">TasteWP</a></p>\n\n\n\n<p><a href=\"https://inisev.com/\">Inisev</a></p>\n\n\n\n<p><a href=\"https://backupbliss.com/\">BackupBliss</a></p>\n\n\n\n<p><a href=\"https://trackandanalyze.com/\">Track & Analyze</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things, WordPress. The people, the events, the plugins, the blocks, the themes, and in this case using disposable WordPress installs to test out plugins.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m very keen to hear from you, and hopefully get your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Nick Ahmann. Nick works for Inisev. A company which provides SaaS services for WordPress and other platforms. They have a range of products, but today we focus on TasteWP.</p>\n\n\n\n<p>TasteWP is a service which allows you to spin up a disposable WordPress install in a matter of seconds. From there, you can use the site for free for two days. If you’re wanting to test out a plugin or theme, but don’t want the hassle of creating a site on your own hosting or local machine, TasteWP could be a useful option. It behaves as a normal WordPress website, and you’re not limited to what you can install on top of the defaults.</p>\n\n\n\n<p>One nice feature that we talk about is that you can pre-install plugins and themes from the WordPress repository by modifying the URL when you visit the TasteWP website. This might be useful for educators or plugin developers who want to demo their free plugins, but don’t want to maintain their own infrastructure.</p>\n\n\n\n<p>We talk about what promoted Nick to work on this plugin and how he sees it as helping the WordPress community, as well as being a vehicle to make people aware of the products and services that his company offers. If you’ve ever wanted a WordPress site to play with for a few days. Then this episode is for you.</p>\n\n\n\n<p>Typically when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against the crowds and the air conditioning. And whilst the podcast is more than listable, I hope that you understand that the vagaries of the real world we’re at play.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Nick Ahmann.</p>\n\n\n\n<p>I am joined on the podcast today by Nick Arman. Hello, Nick.</p>\n\n\n\n<p>[00:03:29] Nick Ahmann: Hi, Nathan.</p>\n\n\n\n<p>[00:03:30] Nathan Wrigley: Very nice to have you. We are in the bowels of the Super Bock Arena in Porto. Have you ever been to a WordCamp before? Is this your first?</p>\n\n\n\n<p>[00:03:38] Nick Ahmann: No, it’s my first ever WordCamp.</p>\n\n\n\n<p>[00:03:40] Nathan Wrigley: So what brings you? What is it exactly that you’ve decided?</p>\n\n\n\n<p>[00:03:43] Nick Ahmann: Yeah, that’s a good question. So for one it’s the networking part. We’re surely gonna talk about later, we, um, working on a couple of WordPress products and TasteWP, and I wanna spread the word for it. I also just wanna immerse myself in the WordPress spirit and energy. And what’s a better way than going to a WordCamp?</p>\n\n\n\n<p>[00:04:02] Nathan Wrigley: Yeah. If you’ve not been to an event like this before, have you been in the WordPress space for any length of time or is this fresh to you?</p>\n\n\n\n<p>[00:04:09] Nick Ahmann: It’s not entirely fresh. So we’ve been developing plugins for about six, seven years now. Not me personally, I don’t have a clue about coding. I’ve been in the space that time.</p>\n\n\n\n<p>[00:04:18] Nathan Wrigley: What is it that you’re expecting to do? I know you said that there was networking, but do you anticipate going into some of the talks? Is there any of that that interests you?</p>\n\n\n\n<p>[00:04:26] Nick Ahmann: Yeah, for sure. I’m gonna listen to some of the talks. I’ve noted down one or two. But it’s just, you know, meeting like random people in the hallway and just getting to know them.</p>\n\n\n\n<p>[00:04:36] Nathan Wrigley: The hallway track is totally a thing. It’s a thing which I think probably a significant proportion of the people who come to these events actually never go into the presentations because they just enjoy the networking aspect and all of that kind of stuff.</p>\n\n\n\n<p>We’re gonna talk today about a service that you offer. It integrates very well with WordPress. It is WordPress. It enables you to get WordPress in a heartbeat. It’s called TasteWP. What is it? What’s the point?</p>\n\n\n\n<p>[00:04:59] Nick Ahmann: Okay. The point is, basically TasteWP, developed from scratch your own itch situation for us. Working on a couple of plugins and we needed an easy way to test them, different PHP versions and, and WordPress version combinations.</p>\n\n\n\n<p>And we never found a tool that really suits us. So we thought, okay, why not create such a tool? And then we thought, okay, uh, instead of just using it internally, why don’t we just make it a bit nicer and bit more self explanatory, as you would with a tool you only use internally, so that, uh, we can offer it to the public. So TasteWP is a site where you just go, click once and then it spins up a WordPress site where you can play around and test themes and plugins.</p>\n\n\n\n<p>[00:05:41] Nathan Wrigley: So I confess that I’ve had a go and it’s very quick. I don’t know if that was part of the initial scoping document, to make it almost instantaneous, but when you go to the webpage and you click the button, there’s more to it than that, we’ll get to that, but if you just click the button, I’m pretty convinced you’re under five seconds before the site is live.</p>\n\n\n\n<p>[00:06:01] Nick Ahmann: Right. Just over three seconds is now the average.</p>\n\n\n\n<p>[00:06:04] Nathan Wrigley: Which is pretty incredible given what’s going on. You know, you’re spinning up some sort of server in the background and downloading plug-ins and themes. And again, we’ll get to that and it’s configurable, but it’s basically there in the time it takes you to pick up your coffee cup, have a sip, and then return it to the table.</p>\n\n\n\n<p>[00:06:18] Nick Ahmann: And let me just mention, I wish I could take credit for it, but it’s entirely the developers who did this.</p>\n\n\n\n<p>[00:06:24] Nathan Wrigley: The, principle though, when we got into talking about coming on the podcast, you talked about it from the community angle. You mentioned that it would be a really nice tool for community to get their hands on. Talk to us about that. Tell us how do you sort of pitch it as a community tool?</p>\n\n\n\n<p>[00:06:39] Nick Ahmann: Right. I think it’s our contribution to the community in the sense that I think everybody who works with WordPress, uh, no matter what the role of function is that they need such a tool. You can talk about the developers who need a site to test their themes and plugins like that was the initial idea, why we needed it. But then beginners who just start out with WordPress, they need an easy way to spin up a site and play around. Also again for developers to demo their products.</p>\n\n\n\n<p>So what you can do is, if you, for example, if you’re in the, um, plug-in directory on WordPress and you on a plugin page, like, wordpress.org/plugins/pluginslug. And in that URL, if you just replace WordPress with TasteWP and click enter, then it spins up a site with that plugin already installed. And that’s useful, I think for almost everybody, especially also for those who want to try out plugins before using them on the real site.</p>\n\n\n\n<p>[00:07:33] Nathan Wrigley: So the principle is, it felt like the best fit for me, at least anyway, was I want to try out this plugin, X plugin over there that I’ve never used before, and I could create a domain and do all of that and do hosting, or I could set up a local install or something like that, which will work fine, but I want something probably a bit more disposable. I know that I’m just gonna try it for a few hours perhaps, and then I want that site to go away.</p>\n\n\n\n<p>And that’s what it does because, in the initial offering that you’ve got, maybe there’s kinda like a premium upsell that you offer as well, but you are able to use that site for, I believe it’s 48 hours. Is that right?</p>\n\n\n\n<p>[00:08:05] Nick Ahmann: That’s right. So if you’re not logged in TasteWP, it’s good for two days and then expires. And, uh, if you sign up on TasteWP, which is free, then it lasts for seven days and then you can also manage your sites. So you can set up several ones. You can delete an old site set up a new site and so on. And at the moment it’s all free. And we’re working on a premium option when basically it won’t expire then.</p>\n\n\n\n<p>[00:08:28] Nathan Wrigley: Okay. So in the future there’ll be an option to pay and you’ll be able to keep your site up. Okay. So at the point where you create the site, there’s multiple options. You could just click the button and you go. And like I said, 2, 3, 4 seconds later, it’s ready to go, but there’s a little bit more to it than that. Tell us about the options that are available. What can you configure?</p>\n\n\n\n<p>[00:08:43] Nick Ahmann: So there’s the quick setup option, by the way, you can always trigger it again without being logged in, which makes it very usable. But, if you click on the advanced setup option, then you can determine, okay, which WordPress version do you wanna use the plugin or whatever you’re testing on. Especially now that WordPress six came out. That was a function, which was used quite a lot because plugin developers want to see, how does the plugin work on WordPress six.</p>\n\n\n\n<p>And the same with PHP version. You can set that. You can already select to pre-install certain plugins, themes, that’s possible too. If you sign up, then you can also create templates, where you can say, okay, this URL should spin up an instance with these plugins and these themes already installed, because sometimes you have plugins which rely on other plugins to be installed as well. So it’s not just a single plugin, which is installed in, but also others.</p>\n\n\n\n<p>[00:09:36] Nathan Wrigley: So essentially the idea here is speed. You’ve got the option to just, you get to the site, you don’t need to be logged in if you’re willing to go for a two day site. You press a button, a couple of seconds later you’re ready to go.</p>\n\n\n\n<p>There are a few things which come along for the ride. In WordPress, we’re a bit averse to advertising in the admin UI. I know that you have a fairly large, dismissable, ad right at the beginning. It’s not really an ad. It’s more sort of, here’s how it works, because you’ve already got them to your website. So, you know.</p>\n\n\n\n<p>[00:10:05] Nick Ahmann: Actually that’s a good point. We made that part much leaner. So actually there was this like almost full page introduction, uh, which is now only, if you spin it up in certain ways, we’re gonna expand it to all the ways you can spin up. It’s just a box in the top right which says this is a demo site expiring in, um, so and so many hours. But if you talk about advertising to be absolutely honest here, part of the incentive for us to do this was also to promote our own plugins because they are pre-installed as well.</p>\n\n\n\n<p>But it’s not entirely, you know, off topic. There’s a backup and migration plugin, which many TasteWP users need because whatever they created on TasteWP, they want to take it somewhere else. So they need this migration plug. So it’s not completely off topic, but that’s also.</p>\n\n\n\n<p>[00:10:48] Nathan Wrigley: Let’s go into that, because I think that is actually right on topic. So you justifiably, I think in my opinion, if you’ve offered this service for free, people don’t have to use it. They can do all the other things that I said earlier about spinning up sites, they can do it that way. Or they can opt for you. What are the things that do come pre-installed? Presumably it’s the suite of things that you and the company that you are working for offer?</p>\n\n\n\n<p>[00:11:09] Nick Ahmann: That’s three plugins now. It’s a redirect plug. The backup plugin I mentioned, and the plugin for, uh, showing popups on your site.</p>\n\n\n\n<p>[00:11:17] Nathan Wrigley: And they all come pre-installed? Yeah. And I’m guessing though, it’s WordPress, I’m guessing that you could deactivate those?</p>\n\n\n\n<p>[00:11:23] Nick Ahmann: Yes, absolutely. You can, actually, there’s a plugin, which if you run it, it resets. I think it’s called reset WordPress, I’m not sure what plugin is. And quite a few people use that because they don’t want to see our plugins. But most, you know, still see our plugins and that’s part of the reason.</p>\n\n\n\n<p>[00:11:37] Nathan Wrigley: Let’s talk about the different ways that you can get certain things to be activated. Obviously, if you choose to go in, you can just go to the ad plugin page and add one plugin at a time. But there’s this nifty thing which you alluded to earlier, which, as soon as I figured out what was going on, because I didn’t, when I first came across your site. Soon as I figured that out, I thought, okay, that’s the bit, that’s where the coin dropped for me.</p>\n\n\n\n<p>This is where the utility came in. You can go to TasteWP.com farward slash, and then how do we do the URL from there? Basically, if you add to the URL, something that’s in the repository, be that a theme or a plugin. So long as you get the plugin slug exactly right, it will become installed. There’s maybe a little bit that I missed out in the URL there?</p>\n\n\n\n<p>[00:12:23] Nick Ahmann: Yes. So the easiest way is if you just go to the plugin in the, uh, WordPress directory, and then replace the WordPress in the URL with TasteWP. So that’s the quickest, actually that’s not the quickest way. We also offer a bookmarklet tool, which is a button you can drop to your bookmarklet bar in your browser. And then when you are on a plugin page in the directory, you just have to click it and then already it spins up instance with that plugin installed. And we are also working at the moment on a Chrome extension, which basically does the same thing, but maybe some little more features here and there.</p>\n\n\n\n<p>[00:12:57] Nathan Wrigley: So can you concatenate, so can you add, one plugin, two two plugins, three plugins and two themes?</p>\n\n\n\n<p>[00:13:03] Nick Ahmann: There’s more sophisticated ways you can install several plugins and themes, uh, at once.</p>\n\n\n\n<p>[00:13:08] Nathan Wrigley: And so the bookmark would then store the information about that because you have essentially kept the URL with all of the bits and pieces that you’ve added to the end.</p>\n\n\n\n<p>[00:13:16] Nick Ahmann: Right so what happens technically? This is one of the few instances where I understand what happens technically, because as mentioned, I’m not a developer. If you click on the bookmarklet tool, when on the plugin page in the directory, something called HTTP referral, which passes on the URL you’re currently on to TasteWP. So TasteWP knows from which side you’re coming from. So we know which plugin you have in mind to have pre-installed. And that’s what we, what we’re doing then.</p>\n\n\n\n<p>[00:13:41] Nathan Wrigley: Has this been a popular tool? I mean, I dunno how how long it’s been out. I certainly came across it for the first time ever.</p>\n\n\n\n<p>[00:13:46] Nick Ahmann: It’s, it’s a good question, how long? I think about a year now. And yes, the usage is increasing strongly. Uh, we getting fantastic feedback from developers, but also non developers. Especially as it’s free and it can be used without logging that that’s what people like a lot. Of course, that’s also prone to risks because you know, people can do dodgy things on these free sites. They can use it for phishing attempts and all of that, because there are no checks, basically, if somebody spins up a site, if it’s not dodgy. So we have to stay one step ahead in terms of quickly identifying the sites, which could cause trouble. I don’t know what the percentage is. Most are nice.</p>\n\n\n\n<p>[00:14:30] Nathan Wrigley: And what have they been using it for then? Have you got some useful metrics? No, sorry, what are the genuine people using it for? You know, they’ve got a two day site. Why are they coming to you and trying it it out?</p>\n\n\n\n<p>[00:14:41] Nick Ahmann: Okay. So for one it’s developers who want to try out the plugins. Other big segments are beginners, and also that the teachers. The teachers, WordPress teachers love TasteWP to, for example, give their students some exercises they have to do. So spin up a site in TasteWP and install this plugin and do this, create this theme or whatever it is. So teachers also a big segment.</p>\n\n\n\n<p>[00:15:06] Nathan Wrigley: it’s really curious. I mean, if you delve deeper into it, do you have any sort of data about what people want you to do with it in the future?</p>\n\n\n\n<p>[00:15:14] Nick Ahmann: That’s a good question. I mean, WordPress can be used in so many different ways? I mean, what we focus on now at the moment is a tool for developers. And also there has another reason too. The developers can be our multipliers, because if we convince the developers to use our URL as a demo URL they use it for demoing their products. Then that means that way more users get to know about TasteWP and therefore we have more users. That’s the focus just to grow and get the word out about TasteWP. Then we can eventually at the end of the, the game we can monetize by offering the pay plans, which we don’t offer yet.</p>\n\n\n\n<p>By the way everything you see at the moment, it will stay free forever. So we will need to justify the, the paid part with additional features we gonna add to the platform.</p>\n\n\n\n<p>[00:16:03] Nathan Wrigley: So that’s curious, and it really hadn’t occurred to me. So let’s say that I’m a plug-in developer and I’ve got a plugin over on the repo. Am I right in saying this? Is what you’re saying that I could simply copy and paste the TasteWP URL, put it over on my site and anybody that wants to try out my plugin instantly has access to that, obviously with the caveats that we’ve mentioned and the plugins that you bring to, to the site as well. But you would be able to use that plugin right off the bat, in couple of seconds?</p>\n\n\n\n<p>[00:16:31] Nick Ahmann: Yes.</p>\n\n\n\n<p>[00:16:31] Nathan Wrigley: Okay. That makes more sense. Okay. I want to delve deeper into the sort of marketing angle here. Whose idea was it to offer the free service as the gateway if you like to the paid service? Because it feels to me there’s a lot of development work that went into this and it could have been an absolute flop, and it could have been never used by anybody, never discovered. And then it would’ve just been a complete waste of time, resources and of that. So who pushed this forward?</p>\n\n\n\n<p>[00:17:00] Nick Ahmann: We always knew we needed the tool at least ourselves, which first of all means that even if nobody was interested in it, it was, you know, still worthwhile. The point is if you need it very strongly, there must be other people out there who needed it as well. So that gave us a bit of confidence.</p>\n\n\n\n<p>And the free part is basically, our general philosophy in the freemium model. We offer some other tools and services as well. And for all of them the first challenge is to get users and to grow. And the freemium model is great. It’s great for us because we get the eyeballs, and it’s great for the users because they can use a lot of features for free.</p>\n\n\n\n<p>So it will probably, once we introduce the paid versions, it will still be the typical 98% of people not paying, just free riding, and it’s the 2% which monetize the whole thing then.</p>\n\n\n\n<p>[00:17:48] Nathan Wrigley: Do you have any data on, so at the minute, the paid version doesn’t exist, so that’s kind of off the table, but maybe in the future that’ll be a thing. So at the minute, the upsell is okay. here’s a free site. You can have it for a couple of days or seven days, depending on you logged in on it. But you mentioned all of the things that you throw in your backup plug in and so on and so forth. How has that conversion gone? Has it been successful? One site is better than no sites, but has it been effective?</p>\n\n\n\n<p>[00:18:13] Nick Ahmann: We’d love to know that, but it’s so hard to track. We don’t know because I mean, they then see the plugin on our site, but well, we know it’s installed there. But the question is do they then find joy in it and also install it on their real actual sites? We have no way to track this. So this is just believing in building our brand and getting some recognition this way. But we don’t know how effective that actually is.</p>\n\n\n\n<p>[00:18:37] Nathan Wrigley: One of the things about the WordPress community is that they are, they’re ingenious. My experience is they often like to do things for themselves. You know, they like figure things out, solve puzzles, but there’s also a, a significant part who just like convenience and so on. So I’m guessing you are aiming it more those people who just like to have something quick and simple and easy. Is that your target market?</p>\n\n\n\n<p>[00:18:59] Nick Ahmann: Yes. I mean, naturally because these are advantages that people who have these inclinations tend to use TasteWP. I mentioned the developers earlier. Some developers say, no, they want to have the local environment, which also has of course advantages. It doesn’t expire. There’s no space limitation and so on. It comes down also to personal taste very often.</p>\n\n\n\n<p>[00:19:18] Nathan Wrigley: Yeah. So let’s go into the paid model, which at the moment doesn’t exist. So caveat emptor. It might not in any way, shape or form look like what you’re about to describe, but let’s press on regardless. If we go for the premium, the upsell, whatever that thing is, you mentioned it will never go away. Are there other things which you are toying with as well?</p>\n\n\n\n<p>[00:19:38] Nick Ahmann: Yes. The main one is the space one as well, because the free sites are limited to, I think, one gigabyte, which is not enough for some use cases. But most it is. I mean, one gigabyte is already quite some space. For some, it’s not enough. So that will be the main premium feature as well. What we don’t know yet, if we want to go down that route is.</p>\n\n\n\n<p>I mean, naturally people want then to host with their own domain. That would mean we would just turn into a hoster and I’m not sure if we really want to do that. We’re playing with ideas to team up with a hosting, um, where we then pass on these users who need permanent hosting, not just for testing with their own domain and everything that comes with it, the backups also and everything.</p>\n\n\n\n<p>So we are not sure about that yet, but, for sure, even if it’s just for the testing there quite a few people out there who just want sites which don’t expire for testing alone. By the way, talking about not expiring, we offer an affiliate program. If you spin up a site, you will see that we offer you, if you invite your friends, and three of them sign up on TasteWP, you get a non expiring site. So that’s free hosting forever. Because you also mentioned marketing earlier, that’s another way we try to accelerate the marketing part.</p>\n\n\n\n<p>[00:20:50] Nathan Wrigley: Okay, so if I’ve signed up for the, the paid plan, and I can use it forever. Do I just recycle that one site? In other words, do I get one site which I can just have forever, but I can just, as you said, reset at the beginning? How do I go through that process of expunging it, wiping it clean? Because presumably I’ve got a URL which is custom to me?</p>\n\n\n\n<p>[00:21:10] Nick Ahmann: Yes. At the moment what’s already possible, you can define the sub domain. So Nathan dot TasteWP, unless it’s taken already of course. And then once you are, you’re logged into TasteWP, there’s a dashboard where you can manage your sites and you can just delete one site, in order to spin up another site. Which then, once we have the paid plans you can use for that. So it’s not, you’re not stuck with a one site you created once, but you can just delete it. And then you have the right to set up a new one.</p>\n\n\n\n<p>[00:21:40] Nathan Wrigley: Any chance of siloing those. So putting a site away and saying, actually, I’ll come back to that next week, but this week I need to test this plugin out? So I don’t wanna remove that one, I just park it for a few days. Can you do that?</p>\n\n\n\n<p>[00:21:54] Nick Ahmann: With the pay plans, yes. The paid plans depend on the number of sites you want. So it’s per site and there will be discount, discounts for if, you know, go for three sites at once. That’s the way it’s gonna work.</p>\n\n\n\n<p>[00:22:06] Nathan Wrigley: I’m gonna move away from TasteWP now, and just talk about, well, we’re at WordCamp Europe. Just gonna talk about what you’ve gained so far and what you think of it. You mentioned that you’ve never been to a WordCamp Europe before. I’ve been to a WordCamp Europe before. But this is quite significantly different to the ones that I’ve been to. In that this, this is really quite an impressive event.</p>\n\n\n\n<p>[00:22:28] Nick Ahmann: I don’t have any comparison. I didn’t know really what to expect. So when you say, uh, it’s different to the other ones.</p>\n\n\n\n<p>[00:22:33] Nathan Wrigley: Bigger. Very professional.</p>\n\n\n\n<p>[00:22:35] Nick Ahmann: I noticed that at the queue, when I wanted to get my food, that it’s huge. It was, it took quite a while. I knew that. How many at.</p>\n\n\n\n<p>[00:22:43] Nathan Wrigley: The last count I got was 2,700.</p>\n\n\n\n<p>[00:22:46] Nick Ahmann: Right.</p>\n\n\n\n<p>[00:22:46] Nathan Wrigley: But I don’t know if that went up.</p>\n\n\n\n<p>[00:22:48] Nick Ahmann: Yeah. I mean, I knew it’s gonna be a lot, but it’s great.</p>\n\n\n\n<p>[00:22:52] Nathan Wrigley: But for a free piece of software, it’s kind of extraordinary don’t you think? You know, something which you can download absolutely gratis, completely for free. If you just walk down the corridor, there’s bespoke signage for every single thing. Every window has got a WordCamp logo on it. Can you imagine the amount of effort by people who are not paid?</p>\n\n\n\n<p>[00:23:14] Nick Ahmann: Yeah, that’s actually, now that you mentioned, I did think, um, when I saw just the, when new map and also just the emails you get ahead of the event, that, okay, this is done quite professionally. But it shows, you know, people may not get paid for it, but it shows the passion really drives quality, right, so.</p>\n\n\n\n<p>[00:23:32] Nathan Wrigley: The passion is amazing, but this room that we’re in is pretty spartan, but the fact that somebody’s made an effort to make that and put that there. So behind Nick is a great big WordCamp Europe banner. So that in a minute, when the photographers come in, that’s behind you. There’s a lot of attention to detail, given that these people are doing it from remote destinations all over the world. And I think it’s incredible.</p>\n\n\n\n<p>[00:23:56] Nick Ahmann: You’re right.</p>\n\n\n\n<p>[00:23:57] Nathan Wrigley: Anything we missed?</p>\n\n\n\n<p>[00:23:58] Nick Ahmann: TasteWP is only part of other products. I mentioned the plugins, but there are a couple of others. So if you go to inisev.com, so in is ev is the first two letters of information is everything inisev.com.</p>\n\n\n\n<p>[00:24:10] Nathan Wrigley: Okay.</p>\n\n\n\n<p>[00:24:10] Nick Ahmann: You’re just gonna see our whole range of products.</p>\n\n\n\n<p>[00:24:13] Nathan Wrigley: Just outline them, just say what they are again.</p>\n\n\n\n<p>[00:24:15] Nick Ahmann: Okay. The main other products are follow it, which is a news platform, which also web admins can use to put a subscription form on their site so people can subscribe and then automatically get updated whenever a new post is published. My popups is a service where you can put the so much loved popups and banners. They don’t have to be annoying if you do it the right way, at the right time. Not right directly in your face, doesn’t have to be annoying. And also this, cookie notices are covered there as well. So, which are legal requirement, at least in the EU.</p>\n\n\n\n<p>So, and we have also a tracking app, which basically allows you to track anything you want in your life. Where manual data entry is not much of a hassle, so you can track things and then analyze correlations. So see if you work out that day, if that has an impact on your sleep and find things out about yourself. So nothing related to WordPress at all.</p>\n\n\n\n<p>[00:25:08] Nathan Wrigley: And the one that is the one that probably I would be most drawn to is your back up and restore plugin? What’s that one called?</p>\n\n\n\n<p>[00:25:14] Nick Ahmann: Backup migration.</p>\n\n\n\n<p>[00:25:15] Nathan Wrigley: Okay. For reasons that I can’t quite explain every single time I find a backup and restore plugin, I’m totally drawn to trying it out, but I haven’t tried yours out yet.</p>\n\n\n\n<p>[00:25:24] Nick Ahmann: You have to, if you appreciate speed, apparently which you do, then please try it out because it is very fast.</p>\n\n\n\n<p>[00:25:29] Nathan Wrigley: Well, Nick, thank you for joining me on the podcast. Really appreciate it.</p>\n</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, 21 Sep 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Do The Woo Community: devlife_snippet: WooCommerce is Important for African Businesses and Beyond\";s:7:\"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:28:\"https://dothewoo.io/?p=72902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/woocommerce-is-important-for-african-businesses-and-beyond/\";s: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:455:\"<p>The fact that WooCommerce open-sourced this to run on top of WordPress, this has helped a lot of businesses to push forward.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-is-important-for-african-businesses-and-beyond/\">devlife_snippet: WooCommerce is Important for African Businesses and Beyond</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 09:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:53:\"Post Status: What’s in a Name? HPOS for 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122824\";s:7:\"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:60:\"https://poststatus.com/whats-in-a-name-hpos-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:826:\"<p>Custom Order Tables in WooCommerce are now <a href=\"https://developer.woocommerce.com/2022/09/14/high-performance-order-storage-progress-report/\">High Performance Order Storage</a> (HPOS). It\'s a technical kind of rebranding that\'s a really good idea to express not only what custom database tables for orders are but what they do. </p>\n\n\n\n<p>According to the timeline for this key feature\'s development, HPOS will be feature complete and released with WooCommerce 7.1 for user testing on November 8 this year. The final stage will come in August 2023 when “HPOS becomes the default experience for stores with WooCommerce 8.0” and “data synchronization with posts/post-meta tables will be disabled.”</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 23:56:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:69:\"Post Status: Want WebP by Default Now? Get the Performance Lab Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://poststatus.com/want-webp-by-default-now-get-the-performance-lab-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"<p>If your host doesn\'t already support WebP by default, you can get it with the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin, thanks to the WordPress Performance Team.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 22:36: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:10:\"Dan Knauss\";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:89:\"WPTavern: Design Mode: A Free Portfolio Block Theme Designed for Freelancers and Agencies\";s:7:\"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:30:\"https://wptavern.com/?p=137950\";s:7:\"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/design-mode-a-free-portfolio-block-theme-designed-for-freelancers-and-agencies\";s: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:3604:\"<p>The count for WordPress block themes has reached 137. It’s a far cry from the <a href=\"https://wptavern.com/wordpress-themes-directory-adds-block-themes-to-filter-menu\">500 block themes</a> WordPress Executive Director Josepha Haden-Chomphosy set as a goal for 2022, but the number is steadily climbing as theme authors find their footing and discover how quickly block themes can be created. </p>\n\n\n\n<p>Brian Gardner is throwing his hat into the ring again with his latest release. <a href=\"https://wordpress.org/themes/design-mode/\">Design Mode</a> is a new block theme created for freelancers and agencies to showcase their services and work. After its release, several of Gardener’s contemporaries, fellow theme designers, <a href=\"https://twitter.com/bgardner/status/1571867105728815106\">remarked</a> on how refreshing it is to see a block theme with “real world use cases,” as so many seem to be geared at bloggers.</p>\n\n\n\n<img />\n\n\n\n<p>Design Mode features <a href=\"https://fonts.google.com/specimen/Outfit\">Outfit</a>, a geometric sans serif Google font, designed by Rodrigo Fuenzalida, a Venezuelan type designer based in Santiago de Chile. It is used for both headings and paragraph text throughout the theme.</p>\n\n\n\n<p>The <a href=\"https://bg.design/design-mode/\">demo</a> gives the best idea of what the theme looks like with a curated set of images, titles, captions, menus, and buttons all filled with content. Once installed and activated on a new site, the theme looks very similar to the demo but has a placeholder image instead of the photos used in the demo. This is because the photos did not have the right licensing for distribution on WordPress.org, but the way it ships has the advantage of giving users a visual blank slate for those featured sections.</p>\n\n\n\n<p>Design Mode includes 10 different patterns, which are essentially all aspects of the design deconstructed into parts. There are multiple patterns for sections with cover, heading, text, and button, a query grid with three columns, a section with text and separators, a footer, and a header with site title and navigation perfectly spaced. The theme also conveniently includes a whole page pattern that will instantly reproduce the homepage in the demo.</p>\n\n\n\n<img />\n\n\n\n<p>Design Mode is an opinionated theme. Users can adjust colors for background, text, and links, and adjust various templates via full-site editing, but it does not come with additional style variations. Personal blogs may benefit from a kaleidoscope of style variations but a well-designed portfolio theme does not usually lend itself well to wide variations in style. In this case fewer options is a good thing that should preserve the simple palette the theme packages. </p>\n\n\n\n<p>This is a very fast theme by itself. Gardner reports that Design Mode scores 99 and 100 on Google page speed for mobile/desktop. Depending on what plugins and optimizations a user has active, this theme could be a good choice for performance-conscious WordPress users.</p>\n\n\n\n<p>Design Mode is Gardner’s third block theme in the directory. It bears some similarities to his black and white minimalist <a href=\"https://wordpress.org/themes/avant-garde/\">Avant-Garde</a> theme but has more of a friendly showcase vibe that is suitable for personal portfolios, agencies, and any kind of service business that would benefit from an elegant, structured design.</p>\n\n\n\n<p>Design Mode is <a href=\"https://wordpress.org/themes/design-mode/\">available for free on WordPress.org</a> or inside WordPress via the admin themes browser.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 22:06:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: WebP by Default Pulled from Upcoming WordPress 6.1 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:30:\"https://wptavern.com/?p=137990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/webp-by-default-pulled-from-upcoming-wordpress-6-1-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:3791:\"<p>Last month, the plan for WordPress to generate WebP images by default for new JPEG image uploads was <a href=\"https://wptavern.com/webp-by-default-on-hold-for-6-1-after-new-objections-from-wordpress-lead-developers\">put on hold for the upcoming 6.1 release</a> after objections from lead developers. The original proposal had been <a href=\"https://wptavern.com/webp-by-default-merged-into-core-for-wordpress-6-1\">merged into core at the end of July</a>, despite significant critical feedback and concerns from WordPress’ developer community. Yesterday, the feature was <a href=\"https://core.trac.wordpress.org/ticket/55443#comment:203\">reverted</a> in response to Matt Mullenweg’s recent <a href=\"https://make.wordpress.org/core/2022/09/11/webp-in-core-for-6-1/\">post</a> about removing it from core in favor of development as a <a href=\"https://wptavern.com/matt-mullenweg-renews-push-for-canonical-plugins\">canonical plugin</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I’ve been reading through all the conversation and issues here. I am interested in supporting new formats and improving performance, but I think this change being pushed by default to users when they upgrade to 6.1 is a lot for right now, including with some of the clunky interactions OSes still have around webp (and HEIC!) files.</p>\n\n\n\n<p>I’m happy for support for working for webp and HEIC files to stay in core, as we should be liberal in what we accept and work with, but not with the change to convert everything to webp when JPEGs are uploaded.</p>\n</blockquote>\n\n\n\n<p>During today’s Performance Team meeting, contributors briefly discussed the revert.</p>\n\n\n\n<p>“We are still trying to figure out what a canonical plugin is exactly, and if that would work for WebP by default,” Google-sponsored core committer Adam Silverstein said. “We still have a couple of fixes to land for 6.1 around image quality when WebPs are output (which is still an option you just need a plugin for now).” </p>\n\n\n\n<p>During the previous Performance team meeting Silverstein said Mullenweg’s post about the feature not shopping was a surprise to the team and that they were working with release leads to better understand concerns in hopes of finding a path forward.</p>\n\n\n\n<p>“I want to acknowledge this is a blow for everyone who worked on the feature (myself included) and at the same time I’d like to encourage us to focus on how we can move forward given the current position,” Silverstein said. “Are there concerns we can address? Does a canonical plugin make sense?”</p>\n\n\n\n<p>Participants in that discussion expressed concerns about getting users to adopt WebP by default if it is moved to its own plugin. It would require strategic rebranding to indicate that it delivers faster images, as most users won’t be familiar with the WebP format.</p>\n\n\n\n<p>“I think if it remains a ‘feature project,’ it makes sense to remain in the Performance Lab plugin – we don’t know if moving it out of it would get us more testers (especially since the Performance Lab plugin has 10k+ installs which is a lot for a feature plugin),” Google-sponsored contributor Felix Arntz said.</p>\n\n\n\n<p>“If the path of a ‘canonical plugin’ should be pursued, then of course we would need to take it out, but then the nature of the project would also change.”</p>\n\n\n\n<p>Contributors will decide the next steps for the feature in future discussions. For now, users who were looking forward to WebP uploads by default can still get this feature using the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin, maintained by WordPress’ Performance Team. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 17:29:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"Do The Woo Community: A Candid Conversation on Hosting Benchmarks and Testing\";s:7:\"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:28:\"https://dothewoo.io/?p=72891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/a-candid-conversation-on-hosting-benchmarks-and-testing/\";s: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:443:\"<p>Kevin Ohashi from Review Signal and Ryan MacDonald from Liquid Web discuss the value of benchmarking and testing for hosting services. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-candid-conversation-on-hosting-benchmarks-and-testing/\">A Candid Conversation on Hosting Benchmarks and Testing</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 10:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:82:\"WPTavern: New Block Diffusion Plugin Creates AI-Generated Images from Text Prompts\";s:7:\"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:30:\"https://wptavern.com/?p=137969\";s:7:\"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/new-block-diffusion-plugin-creates-ai-generated-images-from-text-prompts\";s: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:3269:\"<p>AI image generation has quickly become more accessible over the past few months and is making its way into different industries that require asset creation. Although it’s still somewhat limited, AI image generators can create breathtaking photorealistic images from complex prompts. AI-assisted artists have even begun <a href=\"https://arstechnica.com/information-technology/2022/09/artists-begin-selling-ai-generated-artwork-on-stock-photography-websites/\">selling their works</a> on stock photography sites.</p>\n\n\n\n<p>DALL-E 2 was the first to make a big splash on social media. Its closed platform and invite-only beta has kept many potential creators on the sidelines, but open source alternatives like Stable Diffusion are taking off. The machine learning, text-to-image model is improving thanks to its <a href=\"https://www.reddit.com/r/StableDiffusion/\">growing ecosystem</a> of contributors and extenders.</p>\n\n\n\n<p><a href=\"https://twitter.com/kevinbatdorf\">Kevin Batdorf</a>, an Application Developer at <a href=\"https://extendify.com/\">Extendify</a>, has created a free plugin called <a href=\"https://wordpress.org/plugins/stable-diffusion/\">Block Diffusion</a> that uses Stable Diffusion to generate images inside the block editor based on text prompts. </p>\n\n\n\n<img />\n\n\n\n<p>Block Diffusion uses the public Replicate API to generate images in the cloud. This requires users have an account at replicate.com. It will generate some images for free but thereafter will be $0.01 USD per image using Replicate’s <a href=\"https://replicate.com/stability-ai/stable-diffusion\">Stable Diffusion model</a>. Images generate in six seconds.</p>\n\n\n\n<p>The model was trained on <a href=\"https://laion.ai/blog/laion-5b/\">LAION-5B</a>, an open AI training dataset containing over five billion image-text pairs. It has some limitations in that it cannot achieve perfect photorealism or render legible text. It also may have difficulty rendering faces and people.</p>\n\n\n\n<p>For many WordPress content use cases, the Stable Diffusion model should be adequate for illustrating posts and creating unique featured images. Batdorf plans to add the following features in future releases:</p>\n\n\n\n<ul>\n<li>Use an existing image as starting point</li>\n\n\n\n<li>Add an image mask to only generate specific areas</li>\n\n\n\n<li>Help with prompt ideas and inspiration</li>\n\n\n\n<li>Run multiple image predictions at once</li>\n\n\n\n<li>Have more control over the image generation steps</li>\n\n\n\n<li>View your prediction history</li>\n\n\n\n<li>Model selection from collections</li>\n</ul>\n\n\n\n<p>The Block Diffusion plugin is a personal side project for Batdorf and he doesn’t plan to turn it into a commercial plugin.</p>\n\n\n\n<p>“There are no plans to lock any features behind a pro or premium plugin,” he said. “All features will be added to this version on wordpress.org. Over time I plan to add all features supported by Replicate, as well as additional features for the WordPress community specifically.”</p>\n\n\n\n<p>In the meantime, Batdorf said users who find the plugin useful can support its continued development by <a href=\"https://github.com/sponsors/KevinBatdorf\">sponsoring the project on GitHub</a> through monthly or one-time contributions .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 04:23:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"WPTavern: SiteGround Launches Managed EDD Hosting\";s:7:\"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:30:\"https://wptavern.com/?p=137952\";s:7:\"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:60:\"https://wptavern.com/siteground-launches-managed-edd-hosting\";s: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:1829:\"<p>SiteGround launched a new <a href=\"https://www.siteground.com/edd-hosting\">managed Easy Digital Downloads (EDD) hosting product </a>today, the first of its kind among WordPress hosts. The company currently powers more than 2,800,000 domains and is targeting small businesses and digital product creators with new plans that make it easy to onboard new EDD store owners.</p>\n\n\n\n<img />\n\n\n\n<p>Plans range from $2.99/mo. (1 website) to $7.99/mo. (Unlimited Websites, 40GB web space, 400k visits monthly). The plans are priced identically to SiteGround’s managed WordPress hosting plans, but they are pre-loaded with EDD, a free EDD theme (<a href=\"https://easydigitaldownloads.com/downloads/vendd/\">Vendd</a>), All in One SEO plugin, MonsterInsights, the WPForms plugin, and OptinMonster. SiteGround is aiming to flatten out the learning curve associated with launching a digital product store by weaving all these plugins together with a guided onboarding tour.</p>\n\n\n\n<p>One year ago, Awesome Motive <a href=\"https://wptavern.com/awesome-motive-acquires-sandhills-development\">acquired Sandhills Development</a>, the creators of EDD, along with the company’s other WordPress products and services. Awesome Motive reports that over 50,000 website owners are using EDD to sell eBooks, digital art, music, PDFs, software licenses, and other digital products. The new EDD managed hosting is the result of a partnership between SiteGround and Awesome Motive.</p>\n\n\n\n<p>“There is a growing demand for eCommerce hosting optimized for digital creators,” SiteGround CEO Tenko Nikolov said. “We’re excited to partner with Easy Digital Downloads to offer best-in-class hosting experience, so creators can focus on growing their business with confidence without worrying about the technical side.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 22:19:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WordPress.org blog: WP Briefing: Episode 39: Contributor Stories Live from WordCamp US!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13481\";s:7:\"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:88:\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12821:\"<p>In the thirty-ninth episode of the WordPress Briefing, hear contributors at WordCamp US share stories about their why for using WordPress and attending WordCamps. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a><br /><a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a><br /><a href=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a><br /><a href=\"https://profiles.wordpress.org/kdrewien/\">Kathy Drewien</a><br /><a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a><br /><a href=\"https://profiles.wordpress.org/courtneypk/\">Courtney Patubo Kranzke</a><br /><a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br /><a href=\"https://www.linkedin.com/in/ri%C4%8Dardas-kudirka-3815a976/?originalSubdomain=lt\">Ricardas Kudirka</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">WordPress Translation Day September 28, 2022</a><br /><a href=\"https://woosesh.com/\">WooSesh October 11-13, 2022</a><br /><a href=\"https://2022.allthingsopen.org/\">All Things Open October 30-November 2, 2022</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13481\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. </p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:41] </strong></p>\n\n\n\n<p>For folks who are new to WordPress in the past couple of years, you may have heard people talk about WordPress events with a sort of passion that really is hard to describe. For me, I know our events are the dark matter of what makes this global, fully distributed, multifaceted project come together so well in the end.</p>\n\n\n\n<p>But I also know that WordPressers have so many different reasons for coming together. So we took a little wander through WordCamp US to get their take on why they use WordPress and also why they go to WordCamps.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:13] </strong></p>\n\n\n\n<p>So WordCamp US is back in person for the first time since 2019. What are you most excited about?</p>\n\n\n\n<p><strong>[Topher 00:01:19] </strong></p>\n\n\n\n<p>I am Topher.</p>\n\n\n\n<p>Seeing everyone, the interpersonal relationships, the communication, the expressions on people’s faces that you don’t get via email or Slack or whatever. Just being near people again and enjoying each other’s company.</p>\n\n\n\n<p><strong>[Jen Miller 00:01:35] </strong></p>\n\n\n\n<p>My name is Jen Miller.</p>\n\n\n\n<p>I was most excited to see my friends. It’s been a long time to try to maintain connections via social media and, you know, texting and phone calls. But being here and being a part of the WordPress community has made everything great.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:01:54] </strong></p>\n\n\n\n<p>Courtney Robertson.</p>\n\n\n\n<p>Contributor day, of course, that’s how I got really connected to the WordPress community. And I am hoping we have a great turnout.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:02] </strong></p>\n\n\n\n<p>How long have you been a contributor to WordPress?</p>\n\n\n\n<p><strong>[Kathy Drewien 00:02:05] </strong></p>\n\n\n\n<p>Hi, I’m Kathy Drewien.</p>\n\n\n\n<p>I started in 2008 by attending my first WordCamp. Two years later, I was part of the organizing team for WordCamp Atlanta. I have been on that team for one role or another. Well, I can’t tell you how many years now. From then, until now.</p>\n\n\n\n<p><strong>[Alex Stine 00:02:24] </strong></p>\n\n\n\n<p>My name is Alex Stine. About six years now.</p>\n\n\n\n<p><strong>[Topher 00:02:28] </strong></p>\n\n\n\n<p>About 12 years.</p>\n\n\n\n<p>I started going to WordCamp, then working in the support forums, and just grew from there.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:02:24] </strong></p>\n\n\n\n<p>I started checking guests in, at my first WordCamp in 2009, which I see as one avenue of contributing. I joined a team officially in 2014. </p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:02:47] </strong></p>\n\n\n\n<p>My name is Courtney Patubo Kranzke.</p>\n\n\n\n<p>I have been an on-and-off contributor to WordPress since like the mid-2000s, but I’ve been a sponsored contributor since 2016.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin Hartzler </strong><strong>00:03:02] </strong></p>\n\n\n\n<p>My name is Dustin Hartzler.</p>\n\n\n\n<p>I started a WordPress podcast in 2010. And I did like 500 episodes in a row without a break and without a week worth of rest. So I consider that my contribution to WordPress. I have a couple of core contributions, like I, I fixed a little bug here, a little bug there in a couple of releases, I think back in the four eras, 4.1 or 4.2 or something.</p>\n\n\n\n<p>2010 is when I really got started in giving back, and, like, sharing my knowledge with the WordPress community.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:03:28] </strong></p>\n\n\n\n<p>Why is it important for you to attend WordCamps or contribute to the WordPress project?</p>\n\n\n\n<p><strong>[</strong><strong>Ricardas Kudirka </strong><strong>00:03:33] </strong></p>\n\n\n\n<p>My name is Ricardas Kudirka.</p>\n\n\n\n<p>Basically, for everyone who’s using WordPress, it’s really important to understand how big the community is that we have here. So the community is an important and crucial part of WordPress.</p>\n\n\n\n<p>And for it to grow, you need to attend the WordCamps, you need to share knowledge, and you need to meet people. So networking here and while meeting the exciting people who are developing WordPress or who are contributing to it, who are providing the services, who enable people to use WordPress.</p>\n\n\n\n<p>That’s a crucial point for everyone to attend.</p>\n\n\n\n<p><strong>[</strong><strong>Kathy Drewien </strong><strong>00:04:05] </strong></p>\n\n\n\n<p>It’s important to attend them because it’s very hard to describe them. We are not like any other thing you have ever done in your life. You have to be here to get it. And then once you get it, you wanna do more of it. It’s magical. It’s magical. There’s no way to get that experience without being here.</p>\n\n\n\n<p>In terms of contributing, it’s a responsible thing to do. You want to give back instead of get, get, get. In the beginning, we’re all about the get, get, get. And then you go, oh my gosh. I didn’t know. I didn’t know I could do this. I didn’t know I had to write code. I can actually just stand around and talk to people and contribute to the project.</p>\n\n\n\n<p><strong>[</strong><strong>Jen Miller </strong><strong>00:04:50] </strong></p>\n\n\n\n<p>Well, it’s a community effort, and so if we want it to progress and grow, we need to put our own individual effort into the community.</p>\n\n\n\n<p>Plus, we make friends, we make connections, and we find people who we can help and who can help us.</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:05:07]</strong></p>\n\n\n\n<p>I feel it is important to support the community that got me my start in technology and make sure that people understand that accessibility is very much a requirement.</p>\n\n\n\n<p>You know, we need to make sure we keep the community inclusive for all.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:05:21]</strong></p>\n\n\n\n<p>What is your favorite way to WordPress?</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:05:24] </strong></p>\n\n\n\n<p>I started with WordPress as a personal blogger. So it continues to be my favorite way to use WordPress. But, my use has evolved to using it for work as well as a place to share my photography and food blogging.</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Robertson </strong><strong>00:05:42] </strong></p>\n\n\n\n<p>My favorite way to WordPress is through the Training team. Most of the things that I write these days are on make.wordpress.org/training and or learn.wordpress.org.</p>\n\n\n\n<p>I love teaching people about WordPress, helping people at all skill levels advance, and that’s where you’ll find me around the WordPress Training team.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin Hartzler </strong><strong>00:05:59] </strong></p>\n\n\n\n<p>My favorite way to WordPress is just building cool things. Like I have a website, my wife has a couple of websites, and me just trying to learn things and trying to do them myself. Yesterday, there was a session, a 15-minute long session, and I learned how to customize the options available for different core WordPress blocks.</p>\n\n\n\n<p>I didn’t realize that you could just make a button and like make a default like here’s the style for the default button. So every button’s exactly the same on the site. Like how cool is that? I like the side of customizing WordPress to make it easier for people who are non-techy like me to use my site, like my wife, and whatnot.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:06:30] </strong></p>\n\n\n\n<p>How do you use WordPress in your day-to-day life?</p>\n\n\n\n<p><strong>[</strong><strong>Topher </strong><strong>00:06:32] </strong></p>\n\n\n\n<p>It’s sort of a universal tool for me. I blog, and I do podcasts.</p>\n\n\n\n<p>I enjoy drinking whiskey, so I built a rating system for it. And I use it as a notepad, a scratch pad. I use it as my photography backup system. Just kind of as a universal tool for everything</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:06:53]</strong></p>\n\n\n\n<p>So I currently am one of the Accessibility team reps.</p>\n\n\n\n<p>I’m a core contributor, Guttenberg contributor, the occasional meta contributor, and the occasional training team contributor.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:07:05]</strong></p>\n\n\n\n<p>Well, if that doesn’t convince you to go to a WordCamp or start your own meetup group, I just don’t know what will. Big thanks to everyone who sat down with us there in San Diego.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:23]</strong></p>\n\n\n\n<p>And now it’s time for our small list of big things.</p>\n\n\n\n<p>First thing, WordPress Global Translation Day is coming up next week on September 28th. This is a great opportunity to learn more about the hard work that goes into translating all of this software for folks all around the world. If you want to learn more about how you could contribute to translations, I’ll have a link in the show notes for you.</p>\n\n\n\n<p>The second thing is that WooSesh is coming up on October 11th through 13th, 2022. This one is not an in-person event. It’s a WPSessions event, but it specifically talks about how to get some eCommerce going on your WordPress site. So if you’ve been thinking about how to get a shop on your site, or just making your current shop a bit more complicated, then this is the event for you.</p>\n\n\n\n<p>And the third thing on our list today is All Things Open. They are hosting a hybrid event this year from October 31st through November 2nd. This event isn’t specific to WordPress, but it is specific to open source and one of the best resources for learning some OSS basics. So if you’ve been interested in learning more about how this whole open source thing is an idea that will change our generation, then set your sights on that event. I will have a link in the show notes there as well.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";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:74:\"Do The Woo Community: devlife_snippet: Multiple WP-CLI Configuration Files\";s:7:\"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:28:\"https://dothewoo.io/?p=72897\";s:7:\"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:72:\"https://dothewoo.io/devlife_snippet-multiple-wp-cli-configuration-files/\";s: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:441:\"<p>you want to keep those subcommand defaults from an upstream config file, but also want to change some other things specific for this project</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/devlife_snippet-multiple-wp-cli-configuration-files/\">devlife_snippet: Multiple WP-CLI Configuration Files</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 11:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"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:\"Thu, 29 Sep 2022 14:01:24 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 29 Sep 2022 13:45:34 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20220928145824\";}","no"), ("5870","_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9","1664503000","no"), ("5871","_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9","1664459800","no"), ("5872","_transient_timeout_dash_v2_a5a61dcab273495c31cd79aafebbdc74","1664503000","no"), ("5873","_transient_dash_v2_a5a61dcab273495c31cd79aafebbdc74","<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://vi.wordpress.org/2022/07/12/sap-dien-ra-meetup-wordpress-ha-noi-15-07-2022/\'>Sắp diễn ra: Meetup WordPress Hà Nội (15/07/2022)</a></li><li><a class=\'rsswidget\' href=\'https://vi.wordpress.org/2021/09/30/nha-trang-wordpress-meetup-10-10-2021-online/\'>Nha Trang WordPress Meetup 10/10/2021 (Online)</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/wordpress-core-contributor-stats-19-9-sponsored-for-6-0-release/\'>Post Status: WordPress Core Contributor Stats: 19.9% Sponsored for 6.0 Release</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/all-you-should-know-about-the-woocommerce-agency-partner-program/\'>Do The Woo Community: All You Should Know About the WooCommerce Agency Partner Program</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/2022-web-almanac-cms-report/\'>Post Status: 2022 Web Almanac CMS Report</a></li></ul></div>","no"), ("5874","duplicator_pro_package_active","{\n \"Created\": \"2022-09-29 13:57:07\",\n \"Version\": \"4.0.1.2\",\n \"VersionWP\": \"6.0.2\",\n \"VersionDB\": \"10.4.14\",\n \"VersionPHP\": \"7.4.11\",\n \"VersionOS\": \"WINNT\",\n \"ID\": null,\n \"Name\": \"20220929_blockspace\",\n \"Hash\": \"eb944b08392849c94482_20220929135707\",\n \"NameHash\": \"20220929_blockspace_eb944b08392849c94482_20220929135707\",\n \"Type\": 0,\n \"Notes\": \"\",\n \"StorePath\": \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\\/tmp\",\n \"StoreURL\": \"http:\\/\\/localhost\\/coin\\/wp-content\\/backups-dup-pro\\/\",\n \"ScanFile\": \"20220929_blockspace_eb944b08392849c94482_20220929135707_scan.json\",\n \"timer_start\": -1,\n \"Runtime\": null,\n \"ExeSize\": null,\n \"ZipSize\": 0,\n \"Brand\": \"Default\",\n \"Brand_ID\": -2,\n \"ziparchive_mode\": null,\n \"statusInfo\": {\n \"hasFilteredCoreFolders\": false,\n \"hasFilteredSiteTables\": false\n },\n \"Archive\": {\n \"ExportOnlyDB\": 0,\n \"FilterDirs\": \"\",\n \"FilterExts\": \"\",\n \"FilterFiles\": \"\",\n \"FilterDirsAll\": [\n \"C:\\/xampp\\/htdocs\\/coin\\/.opcache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/.tmb\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/ai1wm-backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-lite\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backups-dup-pro\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/backupwordpress\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/bps-backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/content\\/cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/contents\\/cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/infinitewp\\/backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/managewp\\/backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/old-cache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/plugins\\/wordfence\\/tmp\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/updraft\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/aiowps_backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/backup-guard\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/backupbuddy_backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/backupbuddy_temp\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/mainwp\\/backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/pb_backupbuddy\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/snapshots\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/sucuri\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/wp-clone\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/wp_all_backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/uploads\\/wpbackitup_backups\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/wfcache\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-content\\/wishlist-backup\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-snapshots\"\n ],\n \"FilterExtsAll\": [],\n \"FilterFilesAll\": [\n \".DS_Store\",\n \"C:\\/xampp\\/htdocs\\/coin\\/.htaccess\",\n \"C:\\/xampp\\/htdocs\\/coin\\/.user.ini\",\n \"C:\\/xampp\\/htdocs\\/coin\\/php.ini\",\n \"C:\\/xampp\\/htdocs\\/coin\\/web.config\",\n \"C:\\/xampp\\/htdocs\\/coin\\/wp-config.php\",\n \"dbcache\",\n \"debug_log\",\n \"error_log\",\n \"objectcache\",\n \"pgcache\",\n \"ws_ftp.log\"\n ],\n \"FilterOn\": 0,\n \"File\": null,\n \"Format\": \"ZIP\",\n \"PackDir\": \"C:\\/xampp\\/htdocs\\/coin\",\n \"Size\": 96910167,\n \"Dirs\": null,\n \"DirCount\": 932,\n \"RecursiveLinks\": [],\n \"Files\": null,\n \"FileCount\": 6718,\n \"file_count\": -1,\n \"FilterInfo\": {\n \"Dirs\": {\n \"Warning\": [],\n \"AddonSites\": [],\n \"Size\": [],\n \"Core\": [],\n \"Global\": [],\n \"Instance\": [],\n \"Unreadable\": []\n },\n \"Files\": {\n \"Warning\": [],\n \"Size\": [],\n \"Core\": [],\n \"Global\": [],\n \"Instance\": [],\n \"Unreadable\": []\n },\n \"Exts\": {\n \"Core\": [],\n \"Global\": [],\n \"Instance\": [],\n \"Unreadable\": []\n },\n \"TreeSize\": null,\n \"TreeWarning\": null\n },\n \"ListDelimiter\": \"\\n\",\n \"throttleDelayInUs\": 0\n },\n \"Multisite\": {\n \"FilterSites\": \"\"\n },\n \"Installer\": {\n \"File\": null,\n \"Size\": 0,\n \"OptsSecureOn\": 0,\n \"OptsSecurePass\": \"\",\n \"OptsSkipScan\": 0,\n \"OptsDBHost\": \"\",\n \"OptsDBName\": \"\",\n \"OptsDBUser\": \"\",\n \"OptsCPNLHost\": \"\",\n \"OptsCPNLUser\": \"\",\n \"OptsCPNLPass\": \"\",\n \"OptsCPNLEnable\": 0,\n \"OptsCPNLConnect\": false,\n \"OptsCPNLDBAction\": \"create\",\n \"OptsCPNLDBHost\": \"\",\n \"OptsCPNLDBName\": \"\",\n \"OptsCPNLDBUser\": \"\",\n \"numFilesAdded\": 0,\n \"numDirsAdded\": 0\n },\n \"Database\": {\n \"info\": {\n \"buildMode\": \"PHPCHUNKING\",\n \"charSetList\": [\n \"utf8mb4\"\n ],\n \"collationList\": [\n \"utf8mb4_unicode_ci\"\n ],\n \"isTablesUpperCase\": 0,\n \"isNameUpperCase\": 0,\n \"name\": \"coin\",\n \"tablesBaseCount\": 25,\n \"tablesFinalCount\": 25,\n \"muFilteredTableCount\": 0,\n \"tablesRowCount\": 1363,\n \"tablesSizeOnDisk\": 4505600,\n \"tablesList\": {\n \"wp_actionscheduler_actions\": {\n \"inaccurateRows\": 37,\n \"insertedRows\": false,\n \"size\": 131072\n },\n \"wp_actionscheduler_claims\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_actionscheduler_groups\": {\n \"inaccurateRows\": 3,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_actionscheduler_logs\": {\n \"inaccurateRows\": 105,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_aioseo_cache\": {\n \"inaccurateRows\": 3,\n \"insertedRows\": false,\n \"size\": 114688\n },\n \"wp_aioseo_notifications\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 81920\n },\n \"wp_aioseo_posts\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_commentmeta\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_comments\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 98304\n },\n \"wp_duplicator_pro_entities\": {\n \"inaccurateRows\": 5,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_duplicator_pro_packages\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 65536\n },\n \"wp_links\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_options\": {\n \"inaccurateRows\": 452,\n \"insertedRows\": false,\n \"size\": 1572864\n },\n \"wp_postmeta\": {\n \"inaccurateRows\": 419,\n \"insertedRows\": false,\n \"size\": 131072\n },\n \"wp_posts\": {\n \"inaccurateRows\": 148,\n \"insertedRows\": false,\n \"size\": 1654784\n },\n \"wp_rank_math_analytics_objects\": {\n \"inaccurateRows\": 17,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_rank_math_internal_links\": {\n \"inaccurateRows\": 55,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_rank_math_internal_meta\": {\n \"inaccurateRows\": 17,\n \"insertedRows\": false,\n \"size\": 16384\n },\n \"wp_term_relationships\": {\n \"inaccurateRows\": 53,\n \"insertedRows\": false,\n \"size\": 32768\n },\n \"wp_term_taxonomy\": {\n \"inaccurateRows\": 11,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_termmeta\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_terms\": {\n \"inaccurateRows\": 11,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_usermeta\": {\n \"inaccurateRows\": 26,\n \"insertedRows\": false,\n \"size\": 49152\n },\n \"wp_users\": {\n \"inaccurateRows\": 1,\n \"insertedRows\": false,\n \"size\": 65536\n },\n \"wp_wpforms_tasks_meta\": {\n \"inaccurateRows\": 0,\n \"insertedRows\": false,\n \"size\": 16384\n }\n },\n \"varLowerCaseTables\": \"1\",\n \"dbEngine\": \"MariaDB\",\n \"version\": \"10.4.14\",\n \"versionComment\": \"mariadb.org binary distribution\",\n \"viewCount\": 0,\n \"procCount\": 0\n },\n \"Type\": \"MySQL\",\n \"Size\": null,\n \"File\": null,\n \"FilterTables\": \"\",\n \"FilterOn\": 0,\n \"DBMode\": null,\n \"Compatible\": \"\",\n \"Comments\": \"mariadb.org binary distribution\",\n \"dbStorePathPublic\": null\n },\n \"Status\": 5,\n \"schedule_id\": -1,\n \"build_progress\": {\n \"thread_start_time\": null,\n \"initialized\": false,\n \"installer_built\": false,\n \"archive_started\": false,\n \"archive_has_database\": false,\n \"archive_built\": false,\n \"database_script_built\": false,\n \"failed\": false,\n \"next_archive_file_index\": 0,\n \"next_archive_dir_index\": 0,\n \"retries\": 0,\n \"current_build_mode\": -1,\n \"current_build_compression\": true,\n \"custom_data\": null,\n \"warnings\": []\n },\n \"db_build_progress\": {\n \"tablesToProcess\": [],\n \"validationStage1\": false,\n \"doneInit\": false,\n \"doneFiltering\": false,\n \"doneCreates\": false,\n \"completed\": false,\n \"startTime\": 0,\n \"wasInterrupted\": false,\n \"errorOut\": false,\n \"failureCount\": 0,\n \"countCheckData\": {\n \"impreciseTotalRows\": 0,\n \"countTotal\": 0,\n \"tables\": []\n }\n },\n \"upload_infos\": [\n {\n \"storage_id\": \"-2\",\n \"archive_offset\": 0,\n \"copied_installer\": false,\n \"copied_archive\": false,\n \"progress\": 0,\n \"num_failures\": 0,\n \"failed\": false,\n \"cancelled\": false,\n \"upload_id\": null,\n \"failure_count\": 0,\n \"data\": \"\",\n \"data2\": \"\",\n \"has_started\": false,\n \"status_message_details\": \"\",\n \"started_timestamp\": null,\n \"stopped_timestamp\": null\n }\n ],\n \"active_storage_id\": -1,\n \"template_id\": 5\n}","yes"); INSERT INTO `wp_postmeta` VALUES ("1","2","_wp_page_template","page-blank.php"), ("2","3","_wp_page_template","default"), ("14","9","_wp_attached_file","2022/07/logo-coin.png"), ("15","9","_wp_attachment_metadata","a:6:{s:5:\"width\";i:604;s:6:\"height\";i:175;s:4:\"file\";s:21:\"2022/07/logo-coin.png\";s:8:\"filesize\";i:21037;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"logo-coin-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"logo-coin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7857;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"), ("18","11","_wp_attached_file","2022/07/cropped-logo-coin.png"), ("19","11","_wp_attachment_context","site-icon"), ("20","11","_wp_attachment_metadata","a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2022/07/cropped-logo-coin.png\";s:8:\"filesize\";i:53512;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"cropped-logo-coin-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-logo-coin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12568;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:29:\"cropped-logo-coin-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27363;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:29:\"cropped-logo-coin-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16880;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:29:\"cropped-logo-coin-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14692;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:27:\"cropped-logo-coin-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"), ("42","21","_menu_item_type","custom"), ("43","21","_menu_item_menu_item_parent","0"), ("44","21","_menu_item_object_id","21"), ("45","21","_menu_item_object","custom"), ("46","21","_menu_item_target",""), ("47","21","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("48","21","_menu_item_xfn",""), ("49","21","_menu_item_url","#"), ("51","22","_wp_attached_file","2022/07/icon4.jpg"), ("52","22","_wp_attachment_metadata","a:6:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:17:\"2022/07/icon4.jpg\";s:8:\"filesize\";i:2180;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:{}}}"), ("53","23","_wp_attached_file","2022/07/icon1.jpg"), ("54","23","_wp_attachment_metadata","a:6:{s:5:\"width\";i:49;s:6:\"height\";i:49;s:4:\"file\";s:17:\"2022/07/icon1.jpg\";s:8:\"filesize\";i:2675;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:{}}}"), ("55","24","_wp_attached_file","2022/07/icon2.jpg"), ("56","24","_wp_attachment_metadata","a:6:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:17:\"2022/07/icon2.jpg\";s:8:\"filesize\";i:2535;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:{}}}"), ("57","25","_wp_attached_file","2022/07/icon3.jpg"), ("58","25","_wp_attachment_metadata","a:6:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:17:\"2022/07/icon3.jpg\";s:8:\"filesize\";i:2537;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:{}}}"), ("59","26","_menu_item_type","custom"), ("60","26","_menu_item_menu_item_parent","0"), ("61","26","_menu_item_object_id","26"), ("62","26","_menu_item_object","custom"), ("63","26","_menu_item_target",""), ("64","26","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("65","26","_menu_item_xfn",""), ("66","26","_menu_item_url","#"), ("68","21","_menu_item_design","default"), ("69","21","_menu_item_width",""), ("70","21","_menu_item_height",""), ("71","21","_menu_item_block",""), ("72","21","_menu_item_behavior","hover"), ("73","21","_menu_item_icon-type","media"), ("74","21","_menu_item_icon-id","23"), ("75","21","_menu_item_icon-width","24"), ("76","21","_menu_item_icon-height","24"), ("77","21","_menu_item_icon-html",""), ("78","26","_menu_item_design","default"), ("79","26","_menu_item_width",""), ("80","26","_menu_item_height",""), ("81","26","_menu_item_block",""), ("82","26","_menu_item_behavior","hover"), ("83","26","_menu_item_icon-type","media"), ("84","26","_menu_item_icon-id","24"), ("85","26","_menu_item_icon-width","24"), ("86","26","_menu_item_icon-height","24"), ("87","26","_menu_item_icon-html",""), ("88","27","_menu_item_type","custom"), ("89","27","_menu_item_menu_item_parent","0"), ("90","27","_menu_item_object_id","27"), ("91","27","_menu_item_object","custom"), ("92","27","_menu_item_target",""), ("93","27","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("94","27","_menu_item_xfn",""), ("95","27","_menu_item_url","#"), ("97","27","_menu_item_design","default"), ("98","27","_menu_item_width",""), ("99","27","_menu_item_height",""), ("100","27","_menu_item_block",""), ("101","27","_menu_item_behavior","hover"), ("102","27","_menu_item_icon-type","media"), ("103","27","_menu_item_icon-id","25"), ("104","27","_menu_item_icon-width","24"), ("105","27","_menu_item_icon-height","24"), ("106","27","_menu_item_icon-html",""), ("107","28","_menu_item_type","custom"), ("108","28","_menu_item_menu_item_parent","0"), ("109","28","_menu_item_object_id","28"), ("110","28","_menu_item_object","custom"), ("111","28","_menu_item_target",""), ("112","28","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("113","28","_menu_item_xfn",""), ("114","28","_menu_item_url","#"), ("116","28","_menu_item_design","default"), ("117","28","_menu_item_width",""), ("118","28","_menu_item_height",""), ("119","28","_menu_item_block",""), ("120","28","_menu_item_behavior","hover"), ("121","28","_menu_item_icon-type","media"), ("122","28","_menu_item_icon-id","22"), ("123","28","_menu_item_icon-width","24"), ("124","28","_menu_item_icon-height","24"), ("125","28","_menu_item_icon-html",""), ("129","30","_menu_item_type","taxonomy"), ("130","30","_menu_item_menu_item_parent","0"), ("131","30","_menu_item_object_id","2"), ("132","30","_menu_item_object","category"), ("133","30","_menu_item_target",""), ("134","30","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("135","30","_menu_item_xfn",""), ("136","30","_menu_item_url",""), ("138","31","_menu_item_type","taxonomy"), ("139","31","_menu_item_menu_item_parent","0"), ("140","31","_menu_item_object_id","4"), ("141","31","_menu_item_object","category"), ("142","31","_menu_item_target",""), ("143","31","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("144","31","_menu_item_xfn",""), ("145","31","_menu_item_url",""), ("147","32","_menu_item_type","taxonomy"), ("148","32","_menu_item_menu_item_parent","0"), ("149","32","_menu_item_object_id","1"), ("150","32","_menu_item_object","category"), ("151","32","_menu_item_target",""), ("152","32","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("153","32","_menu_item_xfn",""), ("154","32","_menu_item_url",""), ("156","33","_menu_item_type","taxonomy"), ("157","33","_menu_item_menu_item_parent","0"), ("158","33","_menu_item_object_id","5"), ("159","33","_menu_item_object","category"), ("160","33","_menu_item_target",""), ("161","33","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("162","33","_menu_item_xfn",""), ("163","33","_menu_item_url",""), ("174","35","_menu_item_type","taxonomy"), ("175","35","_menu_item_menu_item_parent","0"), ("176","35","_menu_item_object_id","3"), ("177","35","_menu_item_object","category"), ("178","35","_menu_item_target",""), ("179","35","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("180","35","_menu_item_xfn",""), ("181","35","_menu_item_url",""), ("183","30","_menu_item_design","default"), ("184","30","_menu_item_width",""), ("185","30","_menu_item_height",""), ("186","30","_menu_item_block",""), ("187","30","_menu_item_behavior","hover"), ("188","30","_menu_item_icon-type","media"), ("189","30","_menu_item_icon-id",""), ("190","30","_menu_item_icon-width",""), ("191","30","_menu_item_icon-height",""), ("192","30","_menu_item_icon-html",""), ("193","31","_menu_item_design","default"), ("194","31","_menu_item_width",""), ("195","31","_menu_item_height",""), ("196","31","_menu_item_block",""), ("197","31","_menu_item_behavior","hover"), ("198","31","_menu_item_icon-type","media"), ("199","31","_menu_item_icon-id",""), ("200","31","_menu_item_icon-width",""), ("201","31","_menu_item_icon-height",""), ("202","31","_menu_item_icon-html",""), ("203","32","_menu_item_design","default"), ("204","32","_menu_item_width",""), ("205","32","_menu_item_height",""), ("206","32","_menu_item_block",""), ("207","32","_menu_item_behavior","hover"), ("208","32","_menu_item_icon-type","media"), ("209","32","_menu_item_icon-id",""), ("210","32","_menu_item_icon-width",""), ("211","32","_menu_item_icon-height",""), ("212","32","_menu_item_icon-html",""), ("213","33","_menu_item_design","default"), ("214","33","_menu_item_width",""), ("215","33","_menu_item_height",""), ("216","33","_menu_item_block",""), ("217","33","_menu_item_behavior","hover"), ("218","33","_menu_item_icon-type","media"), ("219","33","_menu_item_icon-id",""), ("220","33","_menu_item_icon-width",""), ("221","33","_menu_item_icon-height",""), ("222","33","_menu_item_icon-html",""), ("233","35","_menu_item_design","default"), ("234","35","_menu_item_width",""), ("235","35","_menu_item_height",""), ("236","35","_menu_item_block",""), ("237","35","_menu_item_behavior","hover"), ("238","35","_menu_item_icon-type","media"), ("239","35","_menu_item_icon-id",""), ("240","35","_menu_item_icon-width",""), ("241","35","_menu_item_icon-height",""), ("242","35","_menu_item_icon-html",""), ("263","2","_edit_lock","1659350647:1"), ("264","2","_edit_last","1"), ("265","2","_footer","normal"), ("269","49","_edit_last","1"), ("270","49","_edit_lock","1659236823:1"), ("271","50","_wp_attached_file","2022/07/gitcoin-gWmBeXFGtoNuGO89.webp"), ("272","50","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2022/07/gitcoin-gWmBeXFGtoNuGO89.webp\";s:8:\"filesize\";i:67818;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"gitcoin-gWmBeXFGtoNuGO89-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15468;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"gitcoin-gWmBeXFGtoNuGO89-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"gitcoin-gWmBeXFGtoNuGO89-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"gitcoin-gWmBeXFGtoNuGO89-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47924;}}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:{}}}"), ("273","49","_thumbnail_id","50"), ("276","52","_edit_last","1"), ("277","52","_edit_lock","1659236939:1"), ("278","53","_wp_attached_file","2022/07/ma20report20h1-c2NVyZoTJ6GH6tEW.webp"), ("279","53","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:44:\"2022/07/ma20report20h1-c2NVyZoTJ6GH6tEW.webp\";s:8:\"filesize\";i:38144;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ma20report20h1-c2NVyZoTJ6GH6tEW-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8420;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"ma20report20h1-c2NVyZoTJ6GH6tEW-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ma20report20h1-c2NVyZoTJ6GH6tEW-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"ma20report20h1-c2NVyZoTJ6GH6tEW-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25758;}}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:{}}}"), ("280","52","_thumbnail_id","53"), ("283","55","_edit_last","1"), ("284","55","_edit_lock","1659237003:1"), ("285","56","_wp_attached_file","2022/07/baryon-network-thumb-0WpmXV4C3la8svUw.webp"), ("286","56","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2022/07/baryon-network-thumb-0WpmXV4C3la8svUw.webp\";s:8:\"filesize\";i:35952;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"baryon-network-thumb-0WpmXV4C3la8svUw-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9120;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"baryon-network-thumb-0WpmXV4C3la8svUw-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"baryon-network-thumb-0WpmXV4C3la8svUw-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4514;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"baryon-network-thumb-0WpmXV4C3la8svUw-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26356;}}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:{}}}"), ("287","55","_thumbnail_id","56"), ("290","58","_edit_last","1"), ("291","58","_edit_lock","1659237106:1"), ("292","59","_wp_attached_file","2022/07/mapping-01-DzREIRtrKyPEWYx7.webp"), ("293","59","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2022/07/mapping-01-DzREIRtrKyPEWYx7.webp\";s:8:\"filesize\";i:42140;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"mapping-01-DzREIRtrKyPEWYx7-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9876;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"mapping-01-DzREIRtrKyPEWYx7-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"mapping-01-DzREIRtrKyPEWYx7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"mapping-01-DzREIRtrKyPEWYx7-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29802;}}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:{}}}"), ("294","58","_thumbnail_id","59"), ("297","61","_edit_last","1"), ("298","61","_edit_lock","1659237167:1"), ("299","62","_wp_attached_file","2022/07/on-the-road-amm-week29-9tv5zbW16YJLENPh.png"), ("300","62","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:51:\"2022/07/on-the-road-amm-week29-9tv5zbW16YJLENPh.png\";s:8:\"filesize\";i:1133199;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"on-the-road-amm-week29-9tv5zbW16YJLENPh-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90967;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"on-the-road-amm-week29-9tv5zbW16YJLENPh-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:792457;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"on-the-road-amm-week29-9tv5zbW16YJLENPh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"on-the-road-amm-week29-9tv5zbW16YJLENPh-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:478540;}}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:{}}}"), ("301","61","_thumbnail_id","62"), ("304","64","_edit_last","1"), ("305","64","_edit_lock","1659237294:1"), ("306","65","_wp_attached_file","2022/07/lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4.webp"), ("307","65","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:94:\"2022/07/lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4.webp\";s:8:\"filesize\";i:63264;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:94:\"lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10516;}s:5:\"large\";a:5:{s:4:\"file\";s:95:\"lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:94:\"lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:94:\"lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41288;}}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:{}}}"), ("308","64","_thumbnail_id","65"), ("311","67","_edit_last","1"), ("312","67","_edit_lock","1659237348:1"), ("313","68","_wp_attached_file","2022/07/hiw20mirror-Uil0xeQk6f34n1nB.webp"), ("314","68","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2022/07/hiw20mirror-Uil0xeQk6f34n1nB.webp\";s:8:\"filesize\";i:58294;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"hiw20mirror-Uil0xeQk6f34n1nB-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13922;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"hiw20mirror-Uil0xeQk6f34n1nB-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56588;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"hiw20mirror-Uil0xeQk6f34n1nB-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"hiw20mirror-Uil0xeQk6f34n1nB-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42268;}}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:{}}}"), ("315","67","_thumbnail_id","68"), ("318","71","_edit_last","1"), ("319","71","_edit_lock","1659237405:1"), ("320","72","_wp_attached_file","2022/07/stablecoin-5mAhcjpdvrhngWO0.webp"), ("321","72","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2022/07/stablecoin-5mAhcjpdvrhngWO0.webp\";s:8:\"filesize\";i:63192;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"stablecoin-5mAhcjpdvrhngWO0-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13488;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"stablecoin-5mAhcjpdvrhngWO0-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"stablecoin-5mAhcjpdvrhngWO0-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"stablecoin-5mAhcjpdvrhngWO0-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44476;}}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:{}}}"), ("322","71","_thumbnail_id","72"), ("325","74","_edit_last","1"), ("326","74","_edit_lock","1659237441:1"), ("327","75","_wp_attached_file","2022/07/research20gamefi-Y52VNVrBiwrB2frV.webp"), ("328","75","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2022/07/research20gamefi-Y52VNVrBiwrB2frV.webp\";s:8:\"filesize\";i:46174;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"research20gamefi-Y52VNVrBiwrB2frV-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8662;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"research20gamefi-Y52VNVrBiwrB2frV-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44220;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"research20gamefi-Y52VNVrBiwrB2frV-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"research20gamefi-Y52VNVrBiwrB2frV-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30244;}}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:{}}}"), ("329","74","_thumbnail_id","75"), ("332","77","_edit_last","1"), ("333","77","_edit_lock","1659297713:1"), ("334","78","_wp_attached_file","2022/07/account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe.webp"), ("335","78","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:66:\"2022/07/account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe.webp\";s:8:\"filesize\";i:56014;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10248;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35754;}}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:{}}}"), ("336","77","_thumbnail_id","78"), ("339","80","_edit_last","1"), ("340","80","_edit_lock","1659237525:1"), ("341","81","_wp_attached_file","2022/07/crypto-newbies-qMjem1wctqZUecLi.webp"), ("342","81","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:44:\"2022/07/crypto-newbies-qMjem1wctqZUecLi.webp\";s:8:\"filesize\";i:42760;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"crypto-newbies-qMjem1wctqZUecLi-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10622;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"crypto-newbies-qMjem1wctqZUecLi-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"crypto-newbies-qMjem1wctqZUecLi-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5334;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"crypto-newbies-qMjem1wctqZUecLi-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32024;}}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:{}}}"), ("343","80","_thumbnail_id","81"), ("346","83","_edit_last","1"), ("347","83","_edit_lock","1659237576:1"), ("348","84","_wp_attached_file","2022/07/on-the-road-week27-3ASSidLo5FfwCDVt.webp"), ("349","84","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2022/07/on-the-road-week27-3ASSidLo5FfwCDVt.webp\";s:8:\"filesize\";i:60920;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"on-the-road-week27-3ASSidLo5FfwCDVt-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12106;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"on-the-road-week27-3ASSidLo5FfwCDVt-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"on-the-road-week27-3ASSidLo5FfwCDVt-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"on-the-road-week27-3ASSidLo5FfwCDVt-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40510;}}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:{}}}"), ("350","83","_thumbnail_id","84"), ("353","86","_edit_last","1"), ("354","86","_edit_lock","1659278560:1"), ("355","87","_wp_attached_file","2022/07/decrypted20metis20andromeda-jwZ48ScAVnMjFfUj.webp"), ("356","87","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:57:\"2022/07/decrypted20metis20andromeda-jwZ48ScAVnMjFfUj.webp\";s:8:\"filesize\";i:43216;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"decrypted20metis20andromeda-jwZ48ScAVnMjFfUj-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9534;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"decrypted20metis20andromeda-jwZ48ScAVnMjFfUj-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"decrypted20metis20andromeda-jwZ48ScAVnMjFfUj-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4556;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"decrypted20metis20andromeda-jwZ48ScAVnMjFfUj-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29942;}}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:{}}}"), ("357","86","_thumbnail_id","87"), ("360","2","_thumbnail_id",""), ("416","123","_wp_attached_file","2022/07/ma20report20h1-o7RbDrukEwxn3r5i.webp"), ("417","123","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:44:\"2022/07/ma20report20h1-o7RbDrukEwxn3r5i.webp\";s:8:\"filesize\";i:38144;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ma20report20h1-o7RbDrukEwxn3r5i-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8420;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"ma20report20h1-o7RbDrukEwxn3r5i-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ma20report20h1-o7RbDrukEwxn3r5i-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"ma20report20h1-o7RbDrukEwxn3r5i-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25758;}}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:{}}}"), ("587","272","_wp_attached_file","2022/07/GJ2NDDZSBM-1.webp"), ("588","272","_wp_attachment_metadata","a:6:{s:5:\"width\";i:975;s:6:\"height\";i:1300;s:4:\"file\";s:25:\"2022/07/GJ2NDDZSBM-1.webp\";s:8:\"filesize\";i:45012;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"GJ2NDDZSBM-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8996;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"GJ2NDDZSBM-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"GJ2NDDZSBM-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"GJ2NDDZSBM-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38948;}}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:{}}}"), ("589","274","_wp_attached_file","2022/07/MRXS1GOFS3.webp"), ("590","274","_wp_attachment_metadata","a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2022/07/MRXS1GOFS3.webp\";s:8:\"filesize\";i:19712;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"MRXS1GOFS3-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"MRXS1GOFS3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5298;}}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:{}}}"), ("591","277","_wp_attached_file","2022/07/1OYTHM2BY5.webp"), ("592","277","_wp_attachment_metadata","a:6:{s:5:\"width\";i:900;s:6:\"height\";i:506;s:4:\"file\";s:23:\"2022/07/1OYTHM2BY5.webp\";s:8:\"filesize\";i:87430;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"1OYTHM2BY5-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"1OYTHM2BY5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8610;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"1OYTHM2BY5-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85024;}}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:{}}}"), ("593","279","_wp_attached_file","2022/07/8KKUTCQ9B7.webp"), ("594","279","_wp_attachment_metadata","a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2022/07/8KKUTCQ9B7.webp\";s:8:\"filesize\";i:13584;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"8KKUTCQ9B7-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"8KKUTCQ9B7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3468;}}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:{}}}"), ("595","280","_wp_attached_file","2022/07/7jcdXTO7XQZCoKYX.webp"), ("596","280","_wp_attachment_metadata","a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2022/07/7jcdXTO7XQZCoKYX.webp\";s:8:\"filesize\";i:29712;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"7jcdXTO7XQZCoKYX-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"7jcdXTO7XQZCoKYX-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"7jcdXTO7XQZCoKYX-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33908;}}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:{}}}"), ("648","316","_edit_last","1"), ("649","316","_edit_lock","1659276540:1"), ("650","316","_thumbnail_id",""), ("651","323","_wp_attached_file","2022/07/icon1-1.jpg"), ("652","323","_wp_attachment_metadata","a:6:{s:5:\"width\";i:217;s:6:\"height\";i:66;s:4:\"file\";s:19:\"2022/07/icon1-1.jpg\";s:8:\"filesize\";i:7494;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"icon1-1-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3358;}}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:{}}}"), ("653","324","_wp_attached_file","2022/07/2.jpg"), ("654","324","_wp_attachment_metadata","a:6:{s:5:\"width\";i:217;s:6:\"height\";i:66;s:4:\"file\";s:13:\"2022/07/2.jpg\";s:8:\"filesize\";i:9108;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:12:\"2-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3420;}}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:{}}}"), ("718","364","_edit_last","1"), ("719","364","_sidebar_to_replace","sidebar-main"), ("720","364","_edit_lock","1659277938:1"), ("725","86","_ez-toc-disabled",""), ("726","86","_ez-toc-insert",""), ("727","86","_ez-toc-heading-levels","a:0:{}"), ("728","86","_ez-toc-alttext",""), ("729","86","_ez-toc-exclude",""), ("744","372","_edit_last","1"), ("745","372","_edit_lock","1659278675:1"), ("773","86","post_views_count","214"), ("789","83","post_views_count","187"), ("830","77","post_views_count","156"), ("831","80","post_views_count","213"), ("853","364","post_views_count","0"), ("940","58","post_views_count","22"), ("945","71","post_views_count","56"), ("956","67","post_views_count","30"), ("975","52","post_views_count","41"), ("976","55","post_views_count","28"), ("977","74","post_views_count","79"), ("982","61","post_views_count","29"), ("990","49","post_views_count","22"), ("1014","64","post_views_count","37"), ("1023","501","_menu_item_type","custom"), ("1024","501","_menu_item_menu_item_parent","31"), ("1025","501","_menu_item_object_id","501"), ("1026","501","_menu_item_object","custom"), ("1027","501","_menu_item_target",""), ("1028","501","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("1029","501","_menu_item_xfn",""), ("1030","501","_menu_item_url","#"), ("1032","502","_menu_item_type","custom"), ("1033","502","_menu_item_menu_item_parent","31"), ("1034","502","_menu_item_object_id","502"), ("1035","502","_menu_item_object","custom"), ("1036","502","_menu_item_target",""), ("1037","502","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("1038","502","_menu_item_xfn",""), ("1039","502","_menu_item_url","#"), ("1041","503","_menu_item_type","custom"), ("1042","503","_menu_item_menu_item_parent","31"), ("1043","503","_menu_item_object_id","503"), ("1044","503","_menu_item_object","custom"), ("1045","503","_menu_item_target",""), ("1046","503","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("1047","503","_menu_item_xfn",""), ("1048","503","_menu_item_url","#"), ("1050","504","_menu_item_type","custom"), ("1051","504","_menu_item_menu_item_parent","31"), ("1052","504","_menu_item_object_id","504"), ("1053","504","_menu_item_object","custom"), ("1054","504","_menu_item_target",""), ("1055","504","_menu_item_classes","a:1:{i:0;s:0:\"\";}"), ("1056","504","_menu_item_xfn",""), ("1057","504","_menu_item_url","#"), ("1059","21","_wp_old_date","2022-07-31"), ("1060","26","_wp_old_date","2022-07-31"), ("1061","27","_wp_old_date","2022-07-31"), ("1062","28","_wp_old_date","2022-07-31"), ("1063","30","_wp_old_date","2022-07-31"), ("1064","31","_wp_old_date","2022-07-31"), ("1065","501","_menu_item_design","default"), ("1066","501","_menu_item_width",""), ("1067","501","_menu_item_height",""), ("1068","501","_menu_item_block",""), ("1069","501","_menu_item_behavior","hover"), ("1070","501","_menu_item_icon-type","media"), ("1071","501","_menu_item_icon-id",""), ("1072","501","_menu_item_icon-width",""), ("1073","501","_menu_item_icon-height",""), ("1074","501","_menu_item_icon-html",""), ("1075","502","_menu_item_design","default"), ("1076","502","_menu_item_width",""), ("1077","502","_menu_item_height",""), ("1078","502","_menu_item_block",""), ("1079","502","_menu_item_behavior","hover"), ("1080","502","_menu_item_icon-type","media"), ("1081","502","_menu_item_icon-id",""), ("1082","502","_menu_item_icon-width",""), ("1083","502","_menu_item_icon-height",""), ("1084","502","_menu_item_icon-html",""), ("1085","503","_menu_item_design","default"), ("1086","503","_menu_item_width",""), ("1087","503","_menu_item_height",""), ("1088","503","_menu_item_block",""), ("1089","503","_menu_item_behavior","hover"), ("1090","503","_menu_item_icon-type","media"), ("1091","503","_menu_item_icon-id",""), ("1092","503","_menu_item_icon-width",""), ("1093","503","_menu_item_icon-height",""), ("1094","503","_menu_item_icon-html",""), ("1095","504","_menu_item_design","default"), ("1096","504","_menu_item_width",""), ("1097","504","_menu_item_height",""), ("1098","504","_menu_item_block",""), ("1099","504","_menu_item_behavior","hover"), ("1100","504","_menu_item_icon-type","media"), ("1101","504","_menu_item_icon-id",""), ("1102","504","_menu_item_icon-width",""), ("1103","504","_menu_item_icon-height",""), ("1104","504","_menu_item_icon-html",""), ("1105","32","_wp_old_date","2022-07-31"), ("1106","33","_wp_old_date","2022-07-31"), ("1107","35","_wp_old_date","2022-07-31"), ("1155","527","_wp_attached_file","2022/08/iconSendActive-8fcec05132f3e94ca770ee2df22772d3.svg"), ("1156","527","_wp_attachment_metadata","a:1:{s:8:\"filesize\";i:1542;}"), ("1190","546","_edit_lock","1659299548:1"), ("1191","546","_edit_last","1"), ("1192","546","_footer","normal"), ("1193","546","_wp_page_template","page-right-sidebar.php"), ("1218","546","rank_math_analytic_object_id","1"), ("1219","372","rank_math_analytic_object_id","2"), ("1220","316","rank_math_analytic_object_id","3"), ("1221","86","rank_math_analytic_object_id","4"), ("1222","83","rank_math_analytic_object_id","5"), ("1223","80","rank_math_analytic_object_id","6"), ("1224","77","rank_math_analytic_object_id","7"), ("1225","74","rank_math_analytic_object_id","8"), ("1226","71","rank_math_analytic_object_id","9"), ("1227","67","rank_math_analytic_object_id","10"), ("1228","64","rank_math_analytic_object_id","11"), ("1229","61","rank_math_analytic_object_id","12"), ("1230","58","rank_math_analytic_object_id","13"), ("1231","55","rank_math_analytic_object_id","14"), ("1232","52","rank_math_analytic_object_id","15"), ("1233","49","rank_math_analytic_object_id","16"), ("1234","2","rank_math_analytic_object_id","17"), ("1237","316","rank_math_internal_links_processed","1"), ("1343","2","rank_math_internal_links_processed","1"), ("1430","546","rank_math_internal_links_processed","1"), ("1431","372","rank_math_internal_links_processed","1"), ("1432","86","rank_math_internal_links_processed","1"), ("1433","83","rank_math_internal_links_processed","1"), ("1434","80","rank_math_internal_links_processed","1"), ("1435","77","rank_math_internal_links_processed","1"), ("1436","74","rank_math_internal_links_processed","1"), ("1437","71","rank_math_internal_links_processed","1"), ("1438","67","rank_math_internal_links_processed","1"), ("1439","64","rank_math_internal_links_processed","1"), ("1440","660","_wp_attached_file","2022/08/logo-space.png"), ("1441","660","_wp_attachment_metadata","a:6:{s:5:\"width\";i:300;s:6:\"height\";i:63;s:4:\"file\";s:22:\"2022/08/logo-space.png\";s:8:\"filesize\";i:3968;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"logo-space-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2446;}}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:{}}}"), ("1444","662","_wp_attached_file","2022/08/favicon.png"), ("1445","662","_wp_attachment_metadata","a:6:{s:5:\"width\";i:62;s:6:\"height\";i:63;s:4:\"file\";s:19:\"2022/08/favicon.png\";s:8:\"filesize\";i:1715;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:{}}}"), ("1446","663","_wp_attached_file","2022/08/cropped-favicon.png"), ("1447","663","_wp_attachment_context","site-icon"), ("1448","663","_wp_attachment_metadata","a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2022/08/cropped-favicon.png\";s:8:\"filesize\";i:17274;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3934;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8321;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5470;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4985;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:25:\"cropped-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:571;}}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:{}}}"), ("1478","679","_wp_attached_file","2022/08/dot.jpg"), ("1479","679","_wp_attachment_metadata","a:6:{s:5:\"width\";i:34;s:6:\"height\";i:34;s:4:\"file\";s:15:\"2022/08/dot.jpg\";s:8:\"filesize\";i:2855;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:{}}}"), ("1490","61","rank_math_internal_links_processed","1"), ("1491","58","rank_math_internal_links_processed","1"), ("1492","55","rank_math_internal_links_processed","1"), ("1493","52","rank_math_internal_links_processed","1"), ("1494","49","rank_math_internal_links_processed","1"); INSERT INTO `wp_posts` VALUES ("2","3","2022-07-29 18:05:37","2022-07-29 18:05:37","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"vertical\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" orderby=\"rand\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post9\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","publish","closed","open","","trang-chu","","","2022-08-01 03:56:39","2022-07-31 20:56:39","","0","http://localhost/coin/?page_id=2","0","page","","0"), ("3","3","2022-07-29 18:05:37","2022-07-29 18:05:37","<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://coin.themevivu.site.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->","Privacy Policy","","draft","closed","open","","privacy-policy","","","2022-07-29 18:05:37","2022-07-29 18:05:37","","0","http://localhost/coin/?page_id=3","0","page","","0"), ("9","3","2022-07-31 09:39:26","2022-07-31 02:39:26","","logo-coin","","inherit","open","closed","","logo-coin","","","2022-07-31 09:39:26","2022-07-31 02:39:26","","0","http://localhost/coin/wp-content/uploads/2022/07/logo-coin.png","0","attachment","image/png","0"), ("11","3","2022-07-31 09:39:34","2022-07-31 02:39:34","http://localhost/coin/wp-content/uploads/2022/07/cropped-logo-coin.png","cropped-logo-coin.png","","inherit","open","closed","","cropped-logo-coin-png","","","2022-07-31 09:39:34","2022-07-31 02:39:34","","0","http://localhost/coin/wp-content/uploads/2022/07/cropped-logo-coin.png","0","attachment","image/png","0"), ("21","3","2022-08-01 02:53:43","2022-07-31 02:53:27","","Portal","","publish","closed","closed","","portal","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=21","1","nav_menu_item","","0"), ("22","3","2022-07-31 09:52:54","2022-07-31 02:52:54","","icon4","","inherit","open","closed","","icon4","","","2022-07-31 09:52:54","2022-07-31 02:52:54","","0","http://localhost/coin/wp-content/uploads/2022/07/icon4.jpg","0","attachment","image/jpeg","0"), ("23","3","2022-07-31 09:52:54","2022-07-31 02:52:54","","icon1","","inherit","open","closed","","icon1","","","2022-07-31 09:52:54","2022-07-31 02:52:54","","0","http://localhost/coin/wp-content/uploads/2022/07/icon1.jpg","0","attachment","image/jpeg","0"), ("24","3","2022-07-31 09:52:55","2022-07-31 02:52:55","","icon2","","inherit","open","closed","","icon2","","","2022-07-31 09:52:55","2022-07-31 02:52:55","","0","http://localhost/coin/wp-content/uploads/2022/07/icon2.jpg","0","attachment","image/jpeg","0"), ("25","3","2022-07-31 09:52:56","2022-07-31 02:52:56","","icon3","","inherit","open","closed","","icon3","","","2022-07-31 09:52:56","2022-07-31 02:52:56","","0","http://localhost/coin/wp-content/uploads/2022/07/icon3.jpg","0","attachment","image/jpeg","0"), ("26","3","2022-08-01 02:53:43","2022-07-31 02:53:27","","Hot News","","publish","closed","closed","","hot-news","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=26","2","nav_menu_item","","0"), ("27","3","2022-08-01 02:53:43","2022-07-31 02:53:53","","Newest","","publish","closed","closed","","newest","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=27","3","nav_menu_item","","0"), ("28","3","2022-08-01 02:53:43","2022-07-31 02:54:16","","Feautured","","publish","closed","closed","","feautured","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=28","4","nav_menu_item","","0"), ("30","3","2022-08-01 02:53:43","2022-07-31 02:55:00"," ","","","publish","closed","closed","","30","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=30","5","nav_menu_item","","0"), ("31","3","2022-08-01 02:53:43","2022-07-31 02:55:00"," ","","","publish","closed","closed","","31","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=31","6","nav_menu_item","","0"), ("32","3","2022-08-01 02:53:43","2022-07-31 02:55:00"," ","","","publish","closed","closed","","32","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=32","11","nav_menu_item","","0"), ("33","3","2022-08-01 02:53:43","2022-07-31 02:55:00"," ","","","publish","closed","closed","","33","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=33","12","nav_menu_item","","0"), ("35","3","2022-08-01 02:53:43","2022-07-31 02:55:00"," ","","","publish","closed","closed","","35","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=35","13","nav_menu_item","","0"), ("46","3","2022-07-31 10:01:28","2022-07-31 03:01:28","","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 10:01:28","2022-07-31 03:01:28","","2","http://localhost/coin/?p=46","0","revision","","0"), ("49","3","2022-07-31 10:09:20","2022-07-31 03:09:20","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Gitcoin hoạt động như thế nào? Public goods là gì và tại sao Gitcoin quan tâm tới public goods? Cùng tìm hiểu chi tiết về mô hình hoạt động của Gitcoin.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nEthereum là hệ sinh thái đi lên nhờ cộng đồng nhà phát triển đông đảo và sáng tạo, một trong những yếu tố đóng góp vào sự phát triển của cộng đồng là publics good. Đây là những sản phẩm open-source ai cũng có thể tiếp cận, từ đó tận dụng và phát triển lên các sản phẩm sáng tạo khác. Vậy làm thế nào để những dự án như vậy có tiền duy trì? Gitcoin là dự án giải quyết vấn đề này. Cùng tìm hiểu mô hình hoạt động Gitcoin trong bài viết hôm nay.\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Gitcoin là nền tảng dành cho việc phát triển các sản phẩm public good</li>\r\n <li>Cơ chế biểu tượng của Gitcoin là Gitcoin Grants và công thức quadratic funding</li>\r\n <li>GTC token chỉ xuất hiện trong các hoạt động quản trị và không mang giá trị kinh tế</li>\r\n</ul>\r\n<h2 id=\"section-0\">Tổng quan về Gitcoin</h2>\r\n<h3 id=\"section-1\">Khái niệm</h3>\r\n<strong>Gitcoin</strong> là nền tảng tiền thưởng mã nguồn mở hoạt động dựa trên blockchain để kết nối các dự án độc lập và nhà tài trợ, giúp các nhà phát triển mã nguồn mở nhận được thù lao cho những đóng góp từ sản phẩm của họ. Mục tiêu cuối cùng của Gitcoin là phát triển cộng đồng nguồn mở bằng cách làm cho các cơ chế được khuyến khích hoạt động tốt hơn.\r\n\r\nGitcoin là một trong những dự án đầu tiên quan tâm tới tầm quan trọng của public good trong cộng đồng. Chính vì vậy, dự án cung cấp một vài cơ chế để hỗ trợ việc xây dựng và gọi vốn cho các sản phẩm public good.\r\n\r\nGitcoin ban đầu được hình thành như một tập đoàn, nhưng sau đó đã dần chuyển mình thành một <strong>DAO</strong>\r\n\r\n. Cho đến nay, Gitcoin đã trao thưởng hơn 65 triệu USD, hỗ trợ hơn 2.000 dự án và giúp đỡ hơn 300.000 nhà phát triển tích cực. Những con số này là khá ấn tượng, tuy nhiên vẫn chưa là gì so với nhu cầu về phần mềm nguồn mở và public good trong lĩnh vực công nghệ - kĩ thuật số.\r\n\r\nGitcoin nổi tiếng nhất với các vòng Gitcoin Grant được tổ chức hằng quý (chiếm 45/65 triệu USD được donate từ Gitcoin). Mới đây, Gitcoin vừa hoàn thành Grants Round 14 với tổng giá trị trao thưởng 5 triệu USD được chia cho hơn 1250 grants nhờ sự đóng góp của hơn 44,000 thành viên cộng đồng.\r\n\r\nGitcoin đã ngày càng phát triển và dần thành một biểu tượng về việc xây dựng cộng đồng <strong>Web3</strong>, nhiều dự án đã lấy Gitcoin làm tiêu chí đánh giá độ nhiệt tình của người dùng dành cho dự án và retroactive cho người dùng đã từng donate trên Gitcoin. (Optimism, Badger DAO, Furucombo…).\r\n<h3 id=\"section-2\">Public good là gì?</h3>\r\nĐể hiểu về mục đích hoạt động của Gitcoin, đầu tiên cần phải hiểu public good là gì.\r\n\r\nTheo kinh tế học, các loại hàng được chia thành 4 loại cơ sở dựa trên 2 đặc tính:\r\n<ul>\r\n <li><strong>Tính cạnh tranh (rivalry):</strong> Một cá nhân sử dụng hàng hoá làm ảnh hưởng đến giá trị và tính có thể sử dụng của nó đối với cá nhân khác.</li>\r\n <li><strong>Tính loại trừ (excludability):</strong> Có thể ngăn cản mọi người hưởng giá trị sử dụng của hàng hoá.</li>\r\n</ul>\r\nTừ 2 thuộc tính cơ bản trên các loại hàng hoá được chia thành 4 loại, hiểu rõ các loại hàng hoá này sẽ giúp hiểu rõ đặc tính của public good.\r\n\r\n<b>Private good</b><strong> (hàng hoá tư nhân):</strong>\r\n<ul>\r\n <li>Là loại hàng hoá được nghĩ tới đầu tiên khi nói về hàng hoá, loại hàng hoá này vừa mang tính loại trừ vừa mang tính cạnh tranh.</li>\r\n <li>Đây không phải một loại hàng hoá miễn phí, người dùng bắt buộc phải bỏ tiền nếu muốn tiêu thụ loại hàng hoá này, việc một cá nhân tiêu thụ sẽ ảnh hưởng tới cá nhân khác không thể thực hiện điều này.</li>\r\n <li>Ví dụ: Thực phẩm, quần áo, ô tô, điện thoại di động, giày dép, quần áo…</li>\r\n</ul>\r\n<b>Club good</b> <strong>(hàng hoá nhóm hay còn gọi là hàng hoá có thể tắc nghẽn):</strong>\r\n<ul>\r\n <li>Là loại hàng hoá có tính loại trừ nhưng không có tính cạnh tranh.</li>\r\n <li>Tức là giá trị sử dụng của tài sản giảm khi số lượng người sử dụng đạt đến một mức nào đó, có thể ngăn cản cá nhân khác khỏi việc sử dụng tài sản đó. Đây cũng không phải là một loại hàng hoá miễn phí.</li>\r\n <li>Ví dụ: Rạp chiếu phim có sức chứa nhận định, nếu con số đó đạt giới hạn, rạp sẽ không thể nhận thêm khách hàng. Tương tự là sân vận động, bãi đỗ xe private…</li>\r\n</ul>\r\n<b>Common good</b> <strong>(hàng hoá thông thường):</strong>\r\n<ul>\r\n <li>Là hàng hóa có tính cạnh tranh nhưng không thể loại trừ. Bất kì ai cũng có quyền tiếp cận các tài nguyên này nhưng có một sự cạnh tranh cố hữu khi thu thập chúng do khả năng sử dụng quá mức hoặc tắc nghẽn.</li>\r\n <li>Ví dụ: Cá trong ao, hoa quả mọc trong vườn, bãi đỗ xe công cộng…</li>\r\n</ul>\r\n<b>Public good</b><strong> (hàng hoá công cộng):</strong>\r\n<ul>\r\n <li>Là từ để chỉ các loại hàng hoá mang đặc tính vừa không thể loại trừ và vừa không thể cạnh tranh (trái ngược với private goods).</li>\r\n <li>Vì vậy, một cá nhân không thể loại trừ cá nhân khác khỏi việc sử dụng, và việc sử dụng của một cá nhân không ảnh hưởng tới tính khả dụng của cá nhân khác. Pulic goods cũng có thể được sử dụng đồng thời bởi nhiều người.</li>\r\n <li>Ví dụ: Bầu không khí trong lành, các chương trình giáo dục miễn phí (podcast, youtube…), an ninh công cộng, cơ sở hạ tầng (đường xá, cầu cống…).</li>\r\n</ul>\r\nTrong nền kinh tế truyền thống, các loại public good được cung cấp và quản lý bởi chính phủ và được tài trợ tiền hoạt động từ thuế. Tương tự như vậy, public good trong thế giới công nghệ kĩ thuật cũng đóng vai trò quan trọng không thể thiếu để thúc đẩy sự phát triển.\r\n\r\nPublic good ở trường hợp này là các phần mềm open-source và các giao thức mở, tất cả đều miễn phí và bất kì ai cũng có thể xây dựng trên các nền tảng đó. Nổi bật là các giao thức như https, ngôn ngữ lập trình Python, hệ điều hành Linux…\r\n\r\n<strong>Ethereum </strong>cũng là một loại public good đáng chú ý, mặc dù mạng lưới liên tục trả phần thưởng cho validator và giá trị của ETH có thể tăng dần theo thời gian, tuy nhiên, Ethereum không có bất kì cơ chế nào để trả tiền cho các nhà phát triển làm việc trên đó. Tất nhiên, Ethereum cũng là blockchain hoàn toàn open-source.\r\n\r\nKhác với thị trường truyền thống, public good ở thế giới công nghệ không được quản lí bởi chính phủ và cũng không được tài trợ bởi tiền thuế. Điều này vừa có mặt lợi khi thực sự là public good cho người dùng toàn cầu và cũng có mặt bất lợi là sẽ phức tạp hơn trong việc duy trì vì không có tiền tài trợ.\r\n\r\nGitcoin là dự án nhận ra tầm quan trọng của public good, đây cũng chính là mục đích hoạt động của dự án: tạo ra incentive, khuyến khích developer làm ra các sản phẩm open-source có giá trị cho cộng đồng. Bên cạnh đó, Gitcoin cũng là nền tảng trung gian kết nối các developer.\r\n\r\n</div>","Phân tích mô hình hoạt động Gitcoin (GTC)","","publish","open","open","","phan-tich-mo-hinh-hoat-dong-gitcoin-gtc","","","2022-07-31 10:09:20","2022-07-31 03:09:20","","0","http://localhost/coin/?p=49","0","post","","0"), ("50","3","2022-07-31 10:08:46","2022-07-31 03:08:46","","gitcoin-gWmBeXFGtoNuGO89","","inherit","open","closed","","gitcoin-gwmbexfgtonugo89","","","2022-07-31 10:08:46","2022-07-31 03:08:46","","49","http://localhost/coin/wp-content/uploads/2022/07/gitcoin-gWmBeXFGtoNuGO89.webp","0","attachment","image/webp","0"), ("51","3","2022-07-31 10:09:20","2022-07-31 03:09:20","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Gitcoin hoạt động như thế nào? Public goods là gì và tại sao Gitcoin quan tâm tới public goods? Cùng tìm hiểu chi tiết về mô hình hoạt động của Gitcoin.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nEthereum là hệ sinh thái đi lên nhờ cộng đồng nhà phát triển đông đảo và sáng tạo, một trong những yếu tố đóng góp vào sự phát triển của cộng đồng là publics good. Đây là những sản phẩm open-source ai cũng có thể tiếp cận, từ đó tận dụng và phát triển lên các sản phẩm sáng tạo khác. Vậy làm thế nào để những dự án như vậy có tiền duy trì? Gitcoin là dự án giải quyết vấn đề này. Cùng tìm hiểu mô hình hoạt động Gitcoin trong bài viết hôm nay.\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Gitcoin là nền tảng dành cho việc phát triển các sản phẩm public good</li>\r\n <li>Cơ chế biểu tượng của Gitcoin là Gitcoin Grants và công thức quadratic funding</li>\r\n <li>GTC token chỉ xuất hiện trong các hoạt động quản trị và không mang giá trị kinh tế</li>\r\n</ul>\r\n<h2 id=\"section-0\">Tổng quan về Gitcoin</h2>\r\n<h3 id=\"section-1\">Khái niệm</h3>\r\n<strong>Gitcoin</strong> là nền tảng tiền thưởng mã nguồn mở hoạt động dựa trên blockchain để kết nối các dự án độc lập và nhà tài trợ, giúp các nhà phát triển mã nguồn mở nhận được thù lao cho những đóng góp từ sản phẩm của họ. Mục tiêu cuối cùng của Gitcoin là phát triển cộng đồng nguồn mở bằng cách làm cho các cơ chế được khuyến khích hoạt động tốt hơn.\r\n\r\nGitcoin là một trong những dự án đầu tiên quan tâm tới tầm quan trọng của public good trong cộng đồng. Chính vì vậy, dự án cung cấp một vài cơ chế để hỗ trợ việc xây dựng và gọi vốn cho các sản phẩm public good.\r\n\r\nGitcoin ban đầu được hình thành như một tập đoàn, nhưng sau đó đã dần chuyển mình thành một <strong>DAO</strong>\r\n\r\n. Cho đến nay, Gitcoin đã trao thưởng hơn 65 triệu USD, hỗ trợ hơn 2.000 dự án và giúp đỡ hơn 300.000 nhà phát triển tích cực. Những con số này là khá ấn tượng, tuy nhiên vẫn chưa là gì so với nhu cầu về phần mềm nguồn mở và public good trong lĩnh vực công nghệ - kĩ thuật số.\r\n\r\nGitcoin nổi tiếng nhất với các vòng Gitcoin Grant được tổ chức hằng quý (chiếm 45/65 triệu USD được donate từ Gitcoin). Mới đây, Gitcoin vừa hoàn thành Grants Round 14 với tổng giá trị trao thưởng 5 triệu USD được chia cho hơn 1250 grants nhờ sự đóng góp của hơn 44,000 thành viên cộng đồng.\r\n\r\nGitcoin đã ngày càng phát triển và dần thành một biểu tượng về việc xây dựng cộng đồng <strong>Web3</strong>, nhiều dự án đã lấy Gitcoin làm tiêu chí đánh giá độ nhiệt tình của người dùng dành cho dự án và retroactive cho người dùng đã từng donate trên Gitcoin. (Optimism, Badger DAO, Furucombo…).\r\n<h3 id=\"section-2\">Public good là gì?</h3>\r\nĐể hiểu về mục đích hoạt động của Gitcoin, đầu tiên cần phải hiểu public good là gì.\r\n\r\nTheo kinh tế học, các loại hàng được chia thành 4 loại cơ sở dựa trên 2 đặc tính:\r\n<ul>\r\n <li><strong>Tính cạnh tranh (rivalry):</strong> Một cá nhân sử dụng hàng hoá làm ảnh hưởng đến giá trị và tính có thể sử dụng của nó đối với cá nhân khác.</li>\r\n <li><strong>Tính loại trừ (excludability):</strong> Có thể ngăn cản mọi người hưởng giá trị sử dụng của hàng hoá.</li>\r\n</ul>\r\nTừ 2 thuộc tính cơ bản trên các loại hàng hoá được chia thành 4 loại, hiểu rõ các loại hàng hoá này sẽ giúp hiểu rõ đặc tính của public good.\r\n\r\n<b>Private good</b><strong> (hàng hoá tư nhân):</strong>\r\n<ul>\r\n <li>Là loại hàng hoá được nghĩ tới đầu tiên khi nói về hàng hoá, loại hàng hoá này vừa mang tính loại trừ vừa mang tính cạnh tranh.</li>\r\n <li>Đây không phải một loại hàng hoá miễn phí, người dùng bắt buộc phải bỏ tiền nếu muốn tiêu thụ loại hàng hoá này, việc một cá nhân tiêu thụ sẽ ảnh hưởng tới cá nhân khác không thể thực hiện điều này.</li>\r\n <li>Ví dụ: Thực phẩm, quần áo, ô tô, điện thoại di động, giày dép, quần áo…</li>\r\n</ul>\r\n<b>Club good</b> <strong>(hàng hoá nhóm hay còn gọi là hàng hoá có thể tắc nghẽn):</strong>\r\n<ul>\r\n <li>Là loại hàng hoá có tính loại trừ nhưng không có tính cạnh tranh.</li>\r\n <li>Tức là giá trị sử dụng của tài sản giảm khi số lượng người sử dụng đạt đến một mức nào đó, có thể ngăn cản cá nhân khác khỏi việc sử dụng tài sản đó. Đây cũng không phải là một loại hàng hoá miễn phí.</li>\r\n <li>Ví dụ: Rạp chiếu phim có sức chứa nhận định, nếu con số đó đạt giới hạn, rạp sẽ không thể nhận thêm khách hàng. Tương tự là sân vận động, bãi đỗ xe private…</li>\r\n</ul>\r\n<b>Common good</b> <strong>(hàng hoá thông thường):</strong>\r\n<ul>\r\n <li>Là hàng hóa có tính cạnh tranh nhưng không thể loại trừ. Bất kì ai cũng có quyền tiếp cận các tài nguyên này nhưng có một sự cạnh tranh cố hữu khi thu thập chúng do khả năng sử dụng quá mức hoặc tắc nghẽn.</li>\r\n <li>Ví dụ: Cá trong ao, hoa quả mọc trong vườn, bãi đỗ xe công cộng…</li>\r\n</ul>\r\n<b>Public good</b><strong> (hàng hoá công cộng):</strong>\r\n<ul>\r\n <li>Là từ để chỉ các loại hàng hoá mang đặc tính vừa không thể loại trừ và vừa không thể cạnh tranh (trái ngược với private goods).</li>\r\n <li>Vì vậy, một cá nhân không thể loại trừ cá nhân khác khỏi việc sử dụng, và việc sử dụng của một cá nhân không ảnh hưởng tới tính khả dụng của cá nhân khác. Pulic goods cũng có thể được sử dụng đồng thời bởi nhiều người.</li>\r\n <li>Ví dụ: Bầu không khí trong lành, các chương trình giáo dục miễn phí (podcast, youtube…), an ninh công cộng, cơ sở hạ tầng (đường xá, cầu cống…).</li>\r\n</ul>\r\nTrong nền kinh tế truyền thống, các loại public good được cung cấp và quản lý bởi chính phủ và được tài trợ tiền hoạt động từ thuế. Tương tự như vậy, public good trong thế giới công nghệ kĩ thuật cũng đóng vai trò quan trọng không thể thiếu để thúc đẩy sự phát triển.\r\n\r\nPublic good ở trường hợp này là các phần mềm open-source và các giao thức mở, tất cả đều miễn phí và bất kì ai cũng có thể xây dựng trên các nền tảng đó. Nổi bật là các giao thức như https, ngôn ngữ lập trình Python, hệ điều hành Linux…\r\n\r\n<strong>Ethereum </strong>cũng là một loại public good đáng chú ý, mặc dù mạng lưới liên tục trả phần thưởng cho validator và giá trị của ETH có thể tăng dần theo thời gian, tuy nhiên, Ethereum không có bất kì cơ chế nào để trả tiền cho các nhà phát triển làm việc trên đó. Tất nhiên, Ethereum cũng là blockchain hoàn toàn open-source.\r\n\r\nKhác với thị trường truyền thống, public good ở thế giới công nghệ không được quản lí bởi chính phủ và cũng không được tài trợ bởi tiền thuế. Điều này vừa có mặt lợi khi thực sự là public good cho người dùng toàn cầu và cũng có mặt bất lợi là sẽ phức tạp hơn trong việc duy trì vì không có tiền tài trợ.\r\n\r\nGitcoin là dự án nhận ra tầm quan trọng của public good, đây cũng chính là mục đích hoạt động của dự án: tạo ra incentive, khuyến khích developer làm ra các sản phẩm open-source có giá trị cho cộng đồng. Bên cạnh đó, Gitcoin cũng là nền tảng trung gian kết nối các developer.\r\n\r\n</div>","Phân tích mô hình hoạt động Gitcoin (GTC)","","inherit","closed","closed","","49-revision-v1","","","2022-07-31 10:09:20","2022-07-31 03:09:20","","49","http://localhost/coin/?p=51","0","revision","","0"), ("52","3","2022-07-31 10:10:13","2022-07-31 03:10:13","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Bài viết sẽ cung cấp những thông tin tổng hợp và phân tích chuyên sâu về thị trường crypto M&A trong nửa đầu năm 2022 (H1 2022).</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nBáo cáo sẽ sử dụng nguồn dữ liệu được thu thập từ Dovemetrics cùng với một vài nguồn thông tin khác để thực hiện phân tích và đưa ra Insights về thị trường M&A trong nửa đầu năm 2020 (H1 2022).\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Có tổng cộng 63 thương vụ M&A được ghi nhận kể từ đầu năm.</li>\r\n <li>Animoca Brands là công ty thực hiện nhiều thương vụ mua lại nhất với 6 thương vụ, kế tiếp là FTX với con số 4.</li>\r\n <li>Các thương vụ có tần suất xuất hiện cao hơn vào tháng 1 (với 15 deals được ghi nhận).</li>\r\n <li>Số lượng M&A được ghi nhận trong H1 2022 cao hơn 50% so với H2 2021 và gần gấp đôi so với H1 2021.</li>\r\n <li>~18.2 tỷ USD là tổng giá trị được ghi nhận từ các thương vụ M&A, tuy nhiên đây vẫn chưa phải con số chính xác hầu hết các công ty không công bố thông tin về số tiền họ đã sử dụng để thực hiện sáp nhập.</li>\r\n</ul>\r\n<h2 id=\"section-0\"><b>Tổng quan thị trường M&A crypto trong H1 2022</b></h2>\r\nNửa đầu năm 2022 ghi nhận 63 thương vụ M&A (theo Dovemetrics). Trong đó, CEX, GameFi và NFT chiếm tỷ trọng lớn. Cụ thể, trong số 63 thương vụ được ghi nhận, có 11 thương vụ thuộc category CEX, 14 thương vụ thuộc các dự án NFT và 11 thương vụ có liên quan tới GameFi.\r\n\r\nSố lượng các công ty mua bán và sáp nhập trong tháng 1 được ghi nhận cao nhất trong H1 2022 với 15 thương vụ. Bên cạnh đó, mặc dù giá BTC có xu hướng giảm từ đầu năm nhưng không gây ảnh hưởng tiêu cực tới xu hướng M&A của các tổ chức.\r\n\r\nVề tốc độ tăng trưởng theo số lượng, từ năm 2018 - 2021, tốc độ tăng trưởng đạt trung bình 42.04%. Trong năm 2022, chỉ tính riêng nửa đầu năm thì số lượng các thương vụ đã lớn hơn trong cả năm 2021.\r\n\r\nĐây là một dấu hiệu cho thấy sự tăng trưởng về tiềm lực tài chính của các tổ chức trên thị trường crypto. Bên cạnh đó cũng là sự mở rộng adoption vì trên thực tế các thống kê của Dove Metrics tính cả các bên có ảnh hưởng không trực tiếp hoặc chỉ liên quan khá ít tới crypto.\r\n\r\nCEX và NFT/GameFi là hai category với nhiều điểm đáng chú ý. Hai mảng này chiếm lần lượt 22.2% và 17.5% trên tổng số lượng các thương vụ.\r\n<h2 id=\"section-1\"><b>Xu hướng M&A đối với các sàn giao dịch tập trung (CEX)</b></h2>\r\nThường trên thị trường M&A, các thương vụ M&A sẽ được thực hiện bởi các sàn giao dịch tập trung (<strong>CEX</strong>). Đây là các công ty với nguồn lực tài chính lớn và mô hình kinh doanh truyền thống do đó việc mua lại các công ty khác sẽ thường diễn ra với nhóm này.\r\n\r\nMột vài cái tên nổi bật có thể kể tới như FTX, Blockchain.com, Gemini, Coinbase, … đều là những sàn giao dịch hàng đầu trên thị trường.\r\n<h3 id=\"section-2\"><b>Binance</b></h3>\r\nTrong nửa đầu năm 2022, <strong>Binance</strong>\r\n\r\n<strong> </strong>không thực hiện một thương vụ M&A nào. Tuy vậy, trước đó họ đã thực hiện 7 thương vụ M&A với những cái tên nổi bật như Trust Wallet, WazirX, Coinmarketcap, Swipe.io, …\r\n\r\nCác thương vụ này đều được thực hiện vào khoảng thời gian thị trường không diễn biến tích cực, giá cả đi ngang ở những vùng thấp.\r\n\r\nĐiều này chứng tỏ rằng:\r\n<ul>\r\n <li>Binance đã tận dụng những thời điểm thị trường không tích cực để có thể mua vào những công ty với mức giá tốt.</li>\r\n <li>Binance cũng là một công ty có khả năng điều tiết tốt dòng tiền để có thể thực hiện các thương vụ M&A với giá trị lớn.</li>\r\n <li>Ngoài phát triển các sản phẩm centralized, Binance cũng rất quan tâm tới tính minh bạch của thị trường crypto thông qua các thương vụ mua lại các công ty về dữ liệu hay ví non-custodial.</li>\r\n</ul>\r\n<h3 id=\"section-3\"><b>FTX </b></h3>\r\n<strong>FTX </strong>trong nửa đầu năm 2022 đã thực hiện tổng cộng 4 thương vụ mua lại và 3 trong số đó là các sàn CEX (Embed Financial, Bitvo và Liquid), cụ thể:\r\n<ul>\r\n <li><strong>Embed Financial:</strong> Một công ty cung cấp dịch vụ mua bán cổ phiếu.</li>\r\n <li><strong>Bitvo:</strong> Sàn giao dịch crypto tại Canada.</li>\r\n <li><strong>Liquid Group:</strong> Một hệ thống nhiều công ty có liên quan tới dịch vụ giao dịch crypto tại thị trường Nhật Bản.</li>\r\n</ul>\r\nVới việc mua lại các sàn giao dịch với những lợi thế cạnh tranh khác nhau, FTX đang mở rộng doanh nghiệp của mình qua nhiều thị trường khác như Canada và Nhật Bản thậm chí là vươn tầm tới thị trường cổ phiếu.\r\n\r\nDường như bối cảnh thị trường không có sự tăng trưởng là cơ hội tốt để FTX, với nguồn lực tài chính dồi dào, thực hiện các thương vụ mua lại vì lúc này họ có thể đàm phán với một mức giá thấp hơn so với giai đoạn trước.\r\n\r\nDo vậy, nhiều khả năng trong H2 2022 Sam Bankman-Fried cùng với FTX sẽ tiếp tục gia tăng số lượng các thương vụ mua lại các công ty khác.\r\n<h3 id=\"section-4\"><b>Gemini</b></h3>\r\nGemini trong tháng 1 đã mua lại Omniex, nâng tổng số lượng công ty mà sàn giao dịch này đã mua lại từ trước tới nay lên con số 4:\r\n<ul>\r\n <li><strong>Omniex:</strong> Một nền tảng giao dịch crypto cung cấp nhiều tính năng và giải pháp cho các nhà đầu tư tổ chức.</li>\r\n <li><strong>Shard X:</strong> Thương vụ mua lại nhằm cải thiện tốc độ xử lý giao dịch và tăng hiệu suất sử dụng của tài sản cho khách hàng.</li>\r\n <li><strong>Nifty Gateway:</strong> Một nền tảng cho phép người dùng sử dụng thẻ tín dụng và ghi nợ để mua bán <strong>NFT</strong>.</li>\r\n <li><strong>Blockrize: </strong>Một công ty cung cấp thẻ tín dụng đối với tài sản crypto.</li>\r\n</ul>\r\nKhi Gemini mua lại nhiều dự án và công ty mới, họ đang mở rộng dịch vụ của mình để phục vụ khách hàng tốt hơn bằng cách cải tiến công nghệ giao dịch, tăng khả năng tiếp cận của khách hàng với NFT và tài sản tiền điện tử từ thẻ tín dụng và thẻ ghi nợ.\r\n\r\n</div>","Báo cáo thị trường M&A Crypto nửa đầu năm 2022","","publish","open","open","","bao-cao-thi-truong-ma-crypto-nua-dau-nam-2022","","","2022-07-31 10:10:13","2022-07-31 03:10:13","","0","http://localhost/coin/?p=52","0","post","","0"), ("53","3","2022-07-31 10:10:09","2022-07-31 03:10:09","","m&areporth1-c2NVyZoTJ6GH6tEW","","inherit","open","closed","","mareporth1-c2nvyzotj6gh6tew","","","2022-07-31 10:10:09","2022-07-31 03:10:09","","52","http://localhost/coin/wp-content/uploads/2022/07/ma20report20h1-c2NVyZoTJ6GH6tEW.webp","0","attachment","image/webp","0"), ("54","3","2022-07-31 10:10:13","2022-07-31 03:10:13","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Bài viết sẽ cung cấp những thông tin tổng hợp và phân tích chuyên sâu về thị trường crypto M&A trong nửa đầu năm 2022 (H1 2022).</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nBáo cáo sẽ sử dụng nguồn dữ liệu được thu thập từ Dovemetrics cùng với một vài nguồn thông tin khác để thực hiện phân tích và đưa ra Insights về thị trường M&A trong nửa đầu năm 2020 (H1 2022).\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Có tổng cộng 63 thương vụ M&A được ghi nhận kể từ đầu năm.</li>\r\n <li>Animoca Brands là công ty thực hiện nhiều thương vụ mua lại nhất với 6 thương vụ, kế tiếp là FTX với con số 4.</li>\r\n <li>Các thương vụ có tần suất xuất hiện cao hơn vào tháng 1 (với 15 deals được ghi nhận).</li>\r\n <li>Số lượng M&A được ghi nhận trong H1 2022 cao hơn 50% so với H2 2021 và gần gấp đôi so với H1 2021.</li>\r\n <li>~18.2 tỷ USD là tổng giá trị được ghi nhận từ các thương vụ M&A, tuy nhiên đây vẫn chưa phải con số chính xác hầu hết các công ty không công bố thông tin về số tiền họ đã sử dụng để thực hiện sáp nhập.</li>\r\n</ul>\r\n<h2 id=\"section-0\"><b>Tổng quan thị trường M&A crypto trong H1 2022</b></h2>\r\nNửa đầu năm 2022 ghi nhận 63 thương vụ M&A (theo Dovemetrics). Trong đó, CEX, GameFi và NFT chiếm tỷ trọng lớn. Cụ thể, trong số 63 thương vụ được ghi nhận, có 11 thương vụ thuộc category CEX, 14 thương vụ thuộc các dự án NFT và 11 thương vụ có liên quan tới GameFi.\r\n\r\nSố lượng các công ty mua bán và sáp nhập trong tháng 1 được ghi nhận cao nhất trong H1 2022 với 15 thương vụ. Bên cạnh đó, mặc dù giá BTC có xu hướng giảm từ đầu năm nhưng không gây ảnh hưởng tiêu cực tới xu hướng M&A của các tổ chức.\r\n\r\nVề tốc độ tăng trưởng theo số lượng, từ năm 2018 - 2021, tốc độ tăng trưởng đạt trung bình 42.04%. Trong năm 2022, chỉ tính riêng nửa đầu năm thì số lượng các thương vụ đã lớn hơn trong cả năm 2021.\r\n\r\nĐây là một dấu hiệu cho thấy sự tăng trưởng về tiềm lực tài chính của các tổ chức trên thị trường crypto. Bên cạnh đó cũng là sự mở rộng adoption vì trên thực tế các thống kê của Dove Metrics tính cả các bên có ảnh hưởng không trực tiếp hoặc chỉ liên quan khá ít tới crypto.\r\n\r\nCEX và NFT/GameFi là hai category với nhiều điểm đáng chú ý. Hai mảng này chiếm lần lượt 22.2% và 17.5% trên tổng số lượng các thương vụ.\r\n<h2 id=\"section-1\"><b>Xu hướng M&A đối với các sàn giao dịch tập trung (CEX)</b></h2>\r\nThường trên thị trường M&A, các thương vụ M&A sẽ được thực hiện bởi các sàn giao dịch tập trung (<strong>CEX</strong>). Đây là các công ty với nguồn lực tài chính lớn và mô hình kinh doanh truyền thống do đó việc mua lại các công ty khác sẽ thường diễn ra với nhóm này.\r\n\r\nMột vài cái tên nổi bật có thể kể tới như FTX, Blockchain.com, Gemini, Coinbase, … đều là những sàn giao dịch hàng đầu trên thị trường.\r\n<h3 id=\"section-2\"><b>Binance</b></h3>\r\nTrong nửa đầu năm 2022, <strong>Binance</strong>\r\n\r\n<strong> </strong>không thực hiện một thương vụ M&A nào. Tuy vậy, trước đó họ đã thực hiện 7 thương vụ M&A với những cái tên nổi bật như Trust Wallet, WazirX, Coinmarketcap, Swipe.io, …\r\n\r\nCác thương vụ này đều được thực hiện vào khoảng thời gian thị trường không diễn biến tích cực, giá cả đi ngang ở những vùng thấp.\r\n\r\nĐiều này chứng tỏ rằng:\r\n<ul>\r\n <li>Binance đã tận dụng những thời điểm thị trường không tích cực để có thể mua vào những công ty với mức giá tốt.</li>\r\n <li>Binance cũng là một công ty có khả năng điều tiết tốt dòng tiền để có thể thực hiện các thương vụ M&A với giá trị lớn.</li>\r\n <li>Ngoài phát triển các sản phẩm centralized, Binance cũng rất quan tâm tới tính minh bạch của thị trường crypto thông qua các thương vụ mua lại các công ty về dữ liệu hay ví non-custodial.</li>\r\n</ul>\r\n<h3 id=\"section-3\"><b>FTX </b></h3>\r\n<strong>FTX </strong>trong nửa đầu năm 2022 đã thực hiện tổng cộng 4 thương vụ mua lại và 3 trong số đó là các sàn CEX (Embed Financial, Bitvo và Liquid), cụ thể:\r\n<ul>\r\n <li><strong>Embed Financial:</strong> Một công ty cung cấp dịch vụ mua bán cổ phiếu.</li>\r\n <li><strong>Bitvo:</strong> Sàn giao dịch crypto tại Canada.</li>\r\n <li><strong>Liquid Group:</strong> Một hệ thống nhiều công ty có liên quan tới dịch vụ giao dịch crypto tại thị trường Nhật Bản.</li>\r\n</ul>\r\nVới việc mua lại các sàn giao dịch với những lợi thế cạnh tranh khác nhau, FTX đang mở rộng doanh nghiệp của mình qua nhiều thị trường khác như Canada và Nhật Bản thậm chí là vươn tầm tới thị trường cổ phiếu.\r\n\r\nDường như bối cảnh thị trường không có sự tăng trưởng là cơ hội tốt để FTX, với nguồn lực tài chính dồi dào, thực hiện các thương vụ mua lại vì lúc này họ có thể đàm phán với một mức giá thấp hơn so với giai đoạn trước.\r\n\r\nDo vậy, nhiều khả năng trong H2 2022 Sam Bankman-Fried cùng với FTX sẽ tiếp tục gia tăng số lượng các thương vụ mua lại các công ty khác.\r\n<h3 id=\"section-4\"><b>Gemini</b></h3>\r\nGemini trong tháng 1 đã mua lại Omniex, nâng tổng số lượng công ty mà sàn giao dịch này đã mua lại từ trước tới nay lên con số 4:\r\n<ul>\r\n <li><strong>Omniex:</strong> Một nền tảng giao dịch crypto cung cấp nhiều tính năng và giải pháp cho các nhà đầu tư tổ chức.</li>\r\n <li><strong>Shard X:</strong> Thương vụ mua lại nhằm cải thiện tốc độ xử lý giao dịch và tăng hiệu suất sử dụng của tài sản cho khách hàng.</li>\r\n <li><strong>Nifty Gateway:</strong> Một nền tảng cho phép người dùng sử dụng thẻ tín dụng và ghi nợ để mua bán <strong>NFT</strong>.</li>\r\n <li><strong>Blockrize: </strong>Một công ty cung cấp thẻ tín dụng đối với tài sản crypto.</li>\r\n</ul>\r\nKhi Gemini mua lại nhiều dự án và công ty mới, họ đang mở rộng dịch vụ của mình để phục vụ khách hàng tốt hơn bằng cách cải tiến công nghệ giao dịch, tăng khả năng tiếp cận của khách hàng với NFT và tài sản tiền điện tử từ thẻ tín dụng và thẻ ghi nợ.\r\n\r\n</div>","Báo cáo thị trường M&A Crypto nửa đầu năm 2022","","inherit","closed","closed","","52-revision-v1","","","2022-07-31 10:10:13","2022-07-31 03:10:13","","52","http://localhost/coin/?p=54","0","revision","","0"), ("55","3","2022-07-31 10:12:22","2022-07-31 03:12:22","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Baryon Network là sản phẩm DeFi mới nhất của Coin98 Labs thuộc mạng lưới BNB Smart Chain. Vậy Baryon Network là gì? Trải nghiệm Baryon Network ra sao? Hãy cùng mình tìm hiểu trong bài viết này nhé.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n<h2 id=\"section-0\">Baryon Network là gì?</h2>\r\n<strong>Baryon Network</strong>\r\n\r\nlà nền tảng phi tập trung được xây dựng trên mạng lưới BNB Smart Chain bao gồm các dịch vụ chính: BaryonSwap, BaryonFarm và BaryonStake.\r\n\r\nBaryon Network hướng đến mục tiêu trở thành nền tảng để hỗ trợ người dùng thông qua cung cấp và phát triển bộ sản phẩm của dự án trên BNB Smart Chain.\r\n<h2 id=\"section-1\">Đặc điểm nổi bật của Baryon Network</h2>\r\n<strong>Giao diện thân thiện, dễ sử dụng:</strong> Giao diện của Baryon Network dễ tiếp cận kể cả với người mới. Ngoài ra, sản phẩm cho phép điều chỉnh độ sáng tối phù hợp với từng người dùng.\r\n\r\n<strong>Bộ công cụ DeFi với ba trụ cột chính: </strong>Baryon Network tập trung phát triển xung quanh ba dịch vụ chính bao gồm BaryonSwap, BaryonFarm và BaryonStake.\r\n\r\n<strong>Cung cấp đầy đủ dữ liệu của sản phẩm:</strong> Baryon Network cung cấp các dữ liệu như tổng lượng giao dịch của từng pool, token,…và nhiều chỉ số khác để hỗ trợ người dùng đưa ra quyết định đầu tư chính xác.\r\n\r\nĐể xem hướng dẫn cài đặt và sử dụng Coin98 Extension Wallet, các bạn có thể tham khảo <strong>tại đây.</strong>\r\n<h3 id=\"section-5\">Tạo ví</h3>\r\nTrong bài viết này mình sẽ giới thiệu về Baryon Network nên các bạn cần chuẩn bị ví thuộc BNB Smart Chain để trải nghiệm sản phẩm\r\n\r\nSau khi đã tải hoặc cập nhật Coin98 Supper App, các bạn làm theo các hướng dẫn bên dưới để tạo ví với ví BNB Smart Chain hoặc import các ví đã có sẵn trên các ứng dụng ví khác vào Coin98.\r\n\r\n<span style=\"color: #555555;\">Nếu anh em hiện đang là người dùng của Coin98 hãy </span><strong style=\"color: #555555;\">khôi phục ví multichain</strong><span style=\"color: #555555;\"> của mình để tự cập nhật ví trên cũng như các ví mới khác có mặt ở phiên bản mới nhất nhé!</span>\r\n\r\nĐể trải nghiệm Baryon Network, có một điều cần lưu ý là cho dù dùng USDT, BUSD hay bất kì coin/token nào.... đều phải chuyển tài sản của mình vào ví đúng chain với địa chỉ ví tương ứng. Đảm bảo rằng ví của mình có đầy đủ số dư của đồng coin tương ứng với từng blockchain để trả phí giao dịch (<strong>gas fee</strong>) nhé.\r\n\r\n<strong>Lưu ý:</strong> Người dùng có thể có thể điều chỉnh độ trượt giá và tốc độ giao dịch thông qua biểu tượng bánh răng trong khung giao dịch. Sau khi đã điều chỉnh phù hợp, chọn <strong>Save Settings</strong> để lưu.\r\n<h3 id=\"section-10\">Cung cấp thanh khoản</h3>\r\nĐể tham gia cung cấp thanh khoản trên Baryon Network, các bạn làm theo hướng dẫn sau:\r\n<h3 id=\"section-11\">Farming với BaryonFarm</h3>\r\nSau khi cung cấp thanh khoản, các bạn sẽ nhận được LP token tương ứng. Thông qua BaryonFarm, người dùng có thể tối ưu hóa lợi nhuận của mình với các LP token đã nhận được.\r\n\r\n<strong>Bước 1: </strong>Nhấn vào <strong>biểu tượng đa tác vụ </strong>và chọn <strong>Farm. </strong>\r\n\r\nTại mục Farm, chọn pool tương ứng và nhấn <strong>Enable. </strong>Sau đó, chọn <strong>Confirm </strong>để xác nhận.\r\n\r\nHệ thống sẽ gửi yêu cầu xét duyệt, các bạn chọn <strong>Send </strong>nếu đồng ý giao dịch.\r\n\r\n</div>","Hướng dẫn sử dụng Baryon Network chi tiết (2022)","","publish","open","open","","huong-dan-su-dung-baryon-network-chi-tiet-2022","","","2022-07-31 10:12:22","2022-07-31 03:12:22","","0","http://localhost/coin/?p=55","0","post","","0"), ("56","3","2022-07-31 10:12:03","2022-07-31 03:12:03","","baryon-network-thumb-0WpmXV4C3la8svUw","","inherit","open","closed","","baryon-network-thumb-0wpmxv4c3la8svuw","","","2022-07-31 10:12:03","2022-07-31 03:12:03","","55","http://localhost/coin/wp-content/uploads/2022/07/baryon-network-thumb-0WpmXV4C3la8svUw.webp","0","attachment","image/webp","0"), ("57","3","2022-07-31 10:12:22","2022-07-31 03:12:22","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Baryon Network là sản phẩm DeFi mới nhất của Coin98 Labs thuộc mạng lưới BNB Smart Chain. Vậy Baryon Network là gì? Trải nghiệm Baryon Network ra sao? Hãy cùng mình tìm hiểu trong bài viết này nhé.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n<h2 id=\"section-0\">Baryon Network là gì?</h2>\r\n<strong>Baryon Network</strong>\r\n\r\nlà nền tảng phi tập trung được xây dựng trên mạng lưới BNB Smart Chain bao gồm các dịch vụ chính: BaryonSwap, BaryonFarm và BaryonStake.\r\n\r\nBaryon Network hướng đến mục tiêu trở thành nền tảng để hỗ trợ người dùng thông qua cung cấp và phát triển bộ sản phẩm của dự án trên BNB Smart Chain.\r\n<h2 id=\"section-1\">Đặc điểm nổi bật của Baryon Network</h2>\r\n<strong>Giao diện thân thiện, dễ sử dụng:</strong> Giao diện của Baryon Network dễ tiếp cận kể cả với người mới. Ngoài ra, sản phẩm cho phép điều chỉnh độ sáng tối phù hợp với từng người dùng.\r\n\r\n<strong>Bộ công cụ DeFi với ba trụ cột chính: </strong>Baryon Network tập trung phát triển xung quanh ba dịch vụ chính bao gồm BaryonSwap, BaryonFarm và BaryonStake.\r\n\r\n<strong>Cung cấp đầy đủ dữ liệu của sản phẩm:</strong> Baryon Network cung cấp các dữ liệu như tổng lượng giao dịch của từng pool, token,…và nhiều chỉ số khác để hỗ trợ người dùng đưa ra quyết định đầu tư chính xác.\r\n\r\nĐể xem hướng dẫn cài đặt và sử dụng Coin98 Extension Wallet, các bạn có thể tham khảo <strong>tại đây.</strong>\r\n<h3 id=\"section-5\">Tạo ví</h3>\r\nTrong bài viết này mình sẽ giới thiệu về Baryon Network nên các bạn cần chuẩn bị ví thuộc BNB Smart Chain để trải nghiệm sản phẩm\r\n\r\nSau khi đã tải hoặc cập nhật Coin98 Supper App, các bạn làm theo các hướng dẫn bên dưới để tạo ví với ví BNB Smart Chain hoặc import các ví đã có sẵn trên các ứng dụng ví khác vào Coin98.\r\n\r\n<span style=\"color: #555555;\">Nếu anh em hiện đang là người dùng của Coin98 hãy </span><strong style=\"color: #555555;\">khôi phục ví multichain</strong><span style=\"color: #555555;\"> của mình để tự cập nhật ví trên cũng như các ví mới khác có mặt ở phiên bản mới nhất nhé!</span>\r\n\r\nĐể trải nghiệm Baryon Network, có một điều cần lưu ý là cho dù dùng USDT, BUSD hay bất kì coin/token nào.... đều phải chuyển tài sản của mình vào ví đúng chain với địa chỉ ví tương ứng. Đảm bảo rằng ví của mình có đầy đủ số dư của đồng coin tương ứng với từng blockchain để trả phí giao dịch (<strong>gas fee</strong>) nhé.\r\n\r\n<strong>Lưu ý:</strong> Người dùng có thể có thể điều chỉnh độ trượt giá và tốc độ giao dịch thông qua biểu tượng bánh răng trong khung giao dịch. Sau khi đã điều chỉnh phù hợp, chọn <strong>Save Settings</strong> để lưu.\r\n<h3 id=\"section-10\">Cung cấp thanh khoản</h3>\r\nĐể tham gia cung cấp thanh khoản trên Baryon Network, các bạn làm theo hướng dẫn sau:\r\n<h3 id=\"section-11\">Farming với BaryonFarm</h3>\r\nSau khi cung cấp thanh khoản, các bạn sẽ nhận được LP token tương ứng. Thông qua BaryonFarm, người dùng có thể tối ưu hóa lợi nhuận của mình với các LP token đã nhận được.\r\n\r\n<strong>Bước 1: </strong>Nhấn vào <strong>biểu tượng đa tác vụ </strong>và chọn <strong>Farm. </strong>\r\n\r\nTại mục Farm, chọn pool tương ứng và nhấn <strong>Enable. </strong>Sau đó, chọn <strong>Confirm </strong>để xác nhận.\r\n\r\nHệ thống sẽ gửi yêu cầu xét duyệt, các bạn chọn <strong>Send </strong>nếu đồng ý giao dịch.\r\n\r\n</div>","Hướng dẫn sử dụng Baryon Network chi tiết (2022)","","inherit","closed","closed","","55-revision-v1","","","2022-07-31 10:12:22","2022-07-31 03:12:22","","55","http://localhost/coin/?p=57","0","revision","","0"), ("58","3","2022-07-31 10:13:10","2022-07-31 03:13:10","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Bài viết liệt kê những giải pháp liên quan đến Cross-chain hiện nay.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<b>Kiến thức trọng tâm:</b>\r\n<ul>\r\n <li>Cross-chain bridge là giải pháp giúp luân chuyển giá trị giữa các blockchain trong bối cảnh ngày càng nhiều chain xuất hiện</li>\r\n <li>Tác giả liệt kê những dự án cross-chain từ giải pháp nền tảng cho đến các ứng dụng được phát triển bên trên.</li>\r\n</ul>\r\nVới việc ngày càng có nhiều blockchain layer 1 và layer 2, nhu cầu kết nối giữa các chain cũng ngày một tăng. Tương tự việc giao thương xuất hiện để vận chuyển hàng hóa giữa các quốc gia, Cross-chain bridge được phát triển để luân chuyển giá trị giữa các blockchain.\r\n\r\n<strong>Cross-chain bridge</strong> là hệ thống truyền thông tin giữa hai hoặc nhiều blockchains. Ứng dụng của Cross-Chain bridge không chỉ dừng lại ở việc chuyển token qua lại giữa các blockchain khác nhau mà còn để phát triển nhiều lớp ứng dụng trong tương lai như Cross-Chain DEX, Cross-Chain Lending...\r\n\r\nDưới đây là những dự án liên quan đến mảng Cross-chain bao gồm các dự án hạ tầng và các ứng dụng được phát triển bên trên.\r\n\r\n<b>Cosmos ($ATOM) </b>\r\n\r\nCosmos ($ATOM) hay Cosmos Network, là blockchain nền tảng với cơ chế đồng thuận Tendermint. Khác với cách suy nghĩ thông thường như Solana, Terra, Binance Smart Chain,... đó là blockchain nền tảng sẽ có các ứng dụng được xây ở trên, thì Cosmos có thể xem như \"Layer 0\", ở trên sẽ là rất nhiều Layer 1.\r\n\r\nTầm nhìn của dự án là “Internet of Blockchains” tạo ra một thế giới mà các Layer 1 liên kết với nhau thông qua cầu nối có tên là IBC (Internet Blockchain Communication).\r\n\r\n<b>Polkadot ($DOT)</b>\r\n\r\nPolkadot ($DOT) là nền tảng blockchain, hay cụ thể là một công nghệ đa chuỗi (<strong>multi-chain</strong>), không đồng nhất và có khả năng mở rộng cao. Polkadot cho phép các blockchain kết nối với nhau để chia sẻ dữ liệu và tạo thành một mạng lưới phi tập trung.\r\n\r\n<b>Ren Protocol ($REN)</b>\r\n\r\nRen Protocol ($REN) là giao thức mở cho phép chuyển giao tiền điện tử giữa các blockchain một cách riêng tư mà không cần sự cho phép. Sản phẩm cốt lõi của Ren là RenVM, mang lại khả năng tương tác với tài chính phi tập trung (<strong>DeFi</strong>).\r\n\r\n<b>Zeta chain</b>\r\n\r\nZeta chain là blockchain hỗ trợ smart contract platform được phát triển để phục vụ khả năng tương tác giữa các blockchain layer\r\n\r\n<b>Celer Network ($CELR)</b>\r\n\r\nCeler Network ($CELR) là protocol kết nối các blockchain cho phép người dùng sử dụng các dapps trên nhiều chain với trải nghiệm “một-chạm”\r\n\r\n<b>LayerZero</b>\r\n\r\nLayerZero cung cấp giải pháp truyền thông tin giữa các nền tảng <strong>smart contract</strong> (generic cross-chain messaging protocol). Giải pháp này chủ yếu nhắm vào các <strong>DApp</strong> phát triển theo hướng Cross-chain DApp, giúp chúng giải quyết vấn đề trao đổi thông tin giữa các blockchain này một cách hiệu quả.\r\n\r\n<b>Axelar Network ($AXL)</b>\r\n\r\nAxelar Network ($AXL) là nền tảng scalable cross-chain communication, cung cấp giải pháp đa chuỗi, giúp kết nối các hệ sinh thái và cho phép các dApp trên blockchain dễ dàng trao đổi.\r\n\r\n<b>Chainlink ($LINK)</b>\r\n\r\nChainlink ($LINK) là cầu nối chuyển tiếp thông tin, dữ liệu từ thế giới thực vào blockchain và ngược lại.\r\n\r\n<b>Composable Finance ($LAYR)</b>\r\n\r\nComposable Finance ($LAYR) là giải pháp cầu nối Cross-chain được xây dựng nhằm giải quyết thực trạng phân mảnh giữa các lớp giao thức trong một blockchain cũng như giữa các blockchain với nhau.\r\n\r\nComposable xây dựng cơ sở hạ tầng cho phép các nhà phát triển dApp có thể triển khai ứng dụng trên đồng thời nhiều blockchain Layer 1 lẫn trên các <strong>Layer 2</strong> của chúng, từ đó thúc đẩy khả năng tương tác giữa nhiều chain và gia tăng hiệu quả sử dụng vốn.\r\n\r\n<b>Router Protocol ($ROUTE)</b>\r\n\r\nRouter Protocol ($ROUTE) là hạ tầng phục vụ việc tương tác giữa các blockchain.\r\n\r\n<b>Socket </b>\r\n\r\nSocket là lớp ở giữa app và blockchain cho phép các protocol/ app kết nối thanh khoản và dữ liệu ở các chain.\r\n\r\n<b>Nomad </b>\r\n\r\nNomad là Generic Messaging Protocol. Nomad cho phép các dapp trên các hệ sinh thái khác nhau có thể tương tác với nhau thông qua hệ thống tuyền và nhận tin nhắn của Nomad.\r\n\r\n<b>Polymer Labs</b>\r\n\r\nPolymer là dự án tập trung vào việc phát triển giải pháp tương tác <strong>Inter Blockchain Communication</strong> (IBC) tới các chain.\r\n\r\n<b>Keep Network ($KEEP)</b>\r\n\r\nKeep Network là dự án blockchain đóng vai trò là Protocol kết nối với các dữ liệu riêng tư. Keep Network là cầu nối trung gian giữa blockchain công khai và các dữ liệu cá nhân, giúp các hợp đồng thông minh khai thác toàn bộ chức năng lợi thế ứng dụng của công nghệ blockchain mà không làm ảnh hưởng tới sự minh bạch hay là tin cậy của nó.\r\n\r\nDự án Keep Network là tầng lớp ở giữa mang tính riêng tư bảo mật và nó sẽ giúp cho các dữ liệu cá nhân ở đó được lưu trữ off-chain.\r\n\r\n<b>Biconomy ($BICO)</b>\r\n\r\nBiconomy ($BICO) là giải pháp cơ sở hạ tầng đa chuỗi (multi-chain infrastructure) giúp đơn giản hóa quá trình giao dịch. Dự án hoạt động như một Relayer Protocol, giúp nhà phát triển có thể dễ dàng “Plug & Play”\r\n\r\n<b>Orbit Chain ($ORC) </b>\r\n\r\nOrbit Chain là framework để phát triển các mạng lưới blockchain hỗ trợ cross-chain.\r\n\r\n<b>ChainSafe</b>\r\n\r\nChainSafe là dự án R&D tập trung vào việc phát triển các blockchain hỗ trợ multi-chain.\r\n\r\n<b>Poly Network </b>\r\n\r\nPoly Network là cross-chain protocol tập trưng và việc phát triển hạ tầng web 3 và đẩy mạnh tính tương tác của blockchain.\r\n\r\n<b>Teleport Network ($TELE)</b>\r\n\r\nTeleport Network cung cấp hạ tầng và framework cho cross-chain.\r\n\r\n<b>Cross-chain apps</b>\r\n\r\nTa phân loại Cross-chain apps thành 4 mục chính dựa theo thiết kế được tập trung nhiều nhất hiện nay:\r\n<ul>\r\n <li>Liquidity Network Bridge (Hỗ trợ pool thanh khoản)</li>\r\n <li>Lock, Mint & Burn Bridge (Khóa token ở đầu này và mint token ở đầu kia)</li>\r\n <li>Aggregator (Tổng hợp các bridge trên để tìm đầu ra tốt nhất cho người dùng)</li>\r\n <li>Other</li>\r\n</ul>\r\n</div>","Tổng hợp các dự án cross-chain 2022","","publish","open","open","","tong-hop-cac-du-an-cross-chain-2022","","","2022-07-31 10:13:10","2022-07-31 03:13:10","","0","http://localhost/coin/?p=58","0","post","","0"), ("59","3","2022-07-31 10:13:06","2022-07-31 03:13:06","","mapping-01-DzREIRtrKyPEWYx7","","inherit","open","closed","","mapping-01-dzreirtrkypewyx7","","","2022-07-31 10:13:06","2022-07-31 03:13:06","","58","http://localhost/coin/wp-content/uploads/2022/07/mapping-01-DzREIRtrKyPEWYx7.webp","0","attachment","image/webp","0"), ("60","3","2022-07-31 10:13:10","2022-07-31 03:13:10","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Bài viết liệt kê những giải pháp liên quan đến Cross-chain hiện nay.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<b>Kiến thức trọng tâm:</b>\r\n<ul>\r\n <li>Cross-chain bridge là giải pháp giúp luân chuyển giá trị giữa các blockchain trong bối cảnh ngày càng nhiều chain xuất hiện</li>\r\n <li>Tác giả liệt kê những dự án cross-chain từ giải pháp nền tảng cho đến các ứng dụng được phát triển bên trên.</li>\r\n</ul>\r\nVới việc ngày càng có nhiều blockchain layer 1 và layer 2, nhu cầu kết nối giữa các chain cũng ngày một tăng. Tương tự việc giao thương xuất hiện để vận chuyển hàng hóa giữa các quốc gia, Cross-chain bridge được phát triển để luân chuyển giá trị giữa các blockchain.\r\n\r\n<strong>Cross-chain bridge</strong> là hệ thống truyền thông tin giữa hai hoặc nhiều blockchains. Ứng dụng của Cross-Chain bridge không chỉ dừng lại ở việc chuyển token qua lại giữa các blockchain khác nhau mà còn để phát triển nhiều lớp ứng dụng trong tương lai như Cross-Chain DEX, Cross-Chain Lending...\r\n\r\nDưới đây là những dự án liên quan đến mảng Cross-chain bao gồm các dự án hạ tầng và các ứng dụng được phát triển bên trên.\r\n\r\n<b>Cosmos ($ATOM) </b>\r\n\r\nCosmos ($ATOM) hay Cosmos Network, là blockchain nền tảng với cơ chế đồng thuận Tendermint. Khác với cách suy nghĩ thông thường như Solana, Terra, Binance Smart Chain,... đó là blockchain nền tảng sẽ có các ứng dụng được xây ở trên, thì Cosmos có thể xem như \"Layer 0\", ở trên sẽ là rất nhiều Layer 1.\r\n\r\nTầm nhìn của dự án là “Internet of Blockchains” tạo ra một thế giới mà các Layer 1 liên kết với nhau thông qua cầu nối có tên là IBC (Internet Blockchain Communication).\r\n\r\n<b>Polkadot ($DOT)</b>\r\n\r\nPolkadot ($DOT) là nền tảng blockchain, hay cụ thể là một công nghệ đa chuỗi (<strong>multi-chain</strong>), không đồng nhất và có khả năng mở rộng cao. Polkadot cho phép các blockchain kết nối với nhau để chia sẻ dữ liệu và tạo thành một mạng lưới phi tập trung.\r\n\r\n<b>Ren Protocol ($REN)</b>\r\n\r\nRen Protocol ($REN) là giao thức mở cho phép chuyển giao tiền điện tử giữa các blockchain một cách riêng tư mà không cần sự cho phép. Sản phẩm cốt lõi của Ren là RenVM, mang lại khả năng tương tác với tài chính phi tập trung (<strong>DeFi</strong>).\r\n\r\n<b>Zeta chain</b>\r\n\r\nZeta chain là blockchain hỗ trợ smart contract platform được phát triển để phục vụ khả năng tương tác giữa các blockchain layer\r\n\r\n<b>Celer Network ($CELR)</b>\r\n\r\nCeler Network ($CELR) là protocol kết nối các blockchain cho phép người dùng sử dụng các dapps trên nhiều chain với trải nghiệm “một-chạm”\r\n\r\n<b>LayerZero</b>\r\n\r\nLayerZero cung cấp giải pháp truyền thông tin giữa các nền tảng <strong>smart contract</strong> (generic cross-chain messaging protocol). Giải pháp này chủ yếu nhắm vào các <strong>DApp</strong> phát triển theo hướng Cross-chain DApp, giúp chúng giải quyết vấn đề trao đổi thông tin giữa các blockchain này một cách hiệu quả.\r\n\r\n<b>Axelar Network ($AXL)</b>\r\n\r\nAxelar Network ($AXL) là nền tảng scalable cross-chain communication, cung cấp giải pháp đa chuỗi, giúp kết nối các hệ sinh thái và cho phép các dApp trên blockchain dễ dàng trao đổi.\r\n\r\n<b>Chainlink ($LINK)</b>\r\n\r\nChainlink ($LINK) là cầu nối chuyển tiếp thông tin, dữ liệu từ thế giới thực vào blockchain và ngược lại.\r\n\r\n<b>Composable Finance ($LAYR)</b>\r\n\r\nComposable Finance ($LAYR) là giải pháp cầu nối Cross-chain được xây dựng nhằm giải quyết thực trạng phân mảnh giữa các lớp giao thức trong một blockchain cũng như giữa các blockchain với nhau.\r\n\r\nComposable xây dựng cơ sở hạ tầng cho phép các nhà phát triển dApp có thể triển khai ứng dụng trên đồng thời nhiều blockchain Layer 1 lẫn trên các <strong>Layer 2</strong> của chúng, từ đó thúc đẩy khả năng tương tác giữa nhiều chain và gia tăng hiệu quả sử dụng vốn.\r\n\r\n<b>Router Protocol ($ROUTE)</b>\r\n\r\nRouter Protocol ($ROUTE) là hạ tầng phục vụ việc tương tác giữa các blockchain.\r\n\r\n<b>Socket </b>\r\n\r\nSocket là lớp ở giữa app và blockchain cho phép các protocol/ app kết nối thanh khoản và dữ liệu ở các chain.\r\n\r\n<b>Nomad </b>\r\n\r\nNomad là Generic Messaging Protocol. Nomad cho phép các dapp trên các hệ sinh thái khác nhau có thể tương tác với nhau thông qua hệ thống tuyền và nhận tin nhắn của Nomad.\r\n\r\n<b>Polymer Labs</b>\r\n\r\nPolymer là dự án tập trung vào việc phát triển giải pháp tương tác <strong>Inter Blockchain Communication</strong> (IBC) tới các chain.\r\n\r\n<b>Keep Network ($KEEP)</b>\r\n\r\nKeep Network là dự án blockchain đóng vai trò là Protocol kết nối với các dữ liệu riêng tư. Keep Network là cầu nối trung gian giữa blockchain công khai và các dữ liệu cá nhân, giúp các hợp đồng thông minh khai thác toàn bộ chức năng lợi thế ứng dụng của công nghệ blockchain mà không làm ảnh hưởng tới sự minh bạch hay là tin cậy của nó.\r\n\r\nDự án Keep Network là tầng lớp ở giữa mang tính riêng tư bảo mật và nó sẽ giúp cho các dữ liệu cá nhân ở đó được lưu trữ off-chain.\r\n\r\n<b>Biconomy ($BICO)</b>\r\n\r\nBiconomy ($BICO) là giải pháp cơ sở hạ tầng đa chuỗi (multi-chain infrastructure) giúp đơn giản hóa quá trình giao dịch. Dự án hoạt động như một Relayer Protocol, giúp nhà phát triển có thể dễ dàng “Plug & Play”\r\n\r\n<b>Orbit Chain ($ORC) </b>\r\n\r\nOrbit Chain là framework để phát triển các mạng lưới blockchain hỗ trợ cross-chain.\r\n\r\n<b>ChainSafe</b>\r\n\r\nChainSafe là dự án R&D tập trung vào việc phát triển các blockchain hỗ trợ multi-chain.\r\n\r\n<b>Poly Network </b>\r\n\r\nPoly Network là cross-chain protocol tập trưng và việc phát triển hạ tầng web 3 và đẩy mạnh tính tương tác của blockchain.\r\n\r\n<b>Teleport Network ($TELE)</b>\r\n\r\nTeleport Network cung cấp hạ tầng và framework cho cross-chain.\r\n\r\n<b>Cross-chain apps</b>\r\n\r\nTa phân loại Cross-chain apps thành 4 mục chính dựa theo thiết kế được tập trung nhiều nhất hiện nay:\r\n<ul>\r\n <li>Liquidity Network Bridge (Hỗ trợ pool thanh khoản)</li>\r\n <li>Lock, Mint & Burn Bridge (Khóa token ở đầu này và mint token ở đầu kia)</li>\r\n <li>Aggregator (Tổng hợp các bridge trên để tìm đầu ra tốt nhất cho người dùng)</li>\r\n <li>Other</li>\r\n</ul>\r\n</div>","Tổng hợp các dự án cross-chain 2022","","inherit","closed","closed","","58-revision-v1","","","2022-07-31 10:13:10","2022-07-31 03:13:10","","58","http://localhost/coin/?p=60","0","revision","","0"), ("61","3","2022-07-31 10:15:01","2022-07-31 03:15:01","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Tổng hợp và phân tích toàn bộ thị trường tuần 29 thông qua các infographic để đem lại insights giá trị cho bạn đọc: Aptos mở rộng, The Merge sắp ra mắt, các AMM cạnh tranh khốc liệt.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<b>Kiến thức trọng tâm: </b>\r\n<ul>\r\n <li>Polygon và Tezos tiếp tục là tâm điểm của thị trường.</li>\r\n <li>Solana là blockchain có số giao dịch cao nhất toàn thị trường.</li>\r\n <li>Tổng quan thị trường crypto trong 6 tháng đầu năm 2022.</li>\r\n <li>Tổng quan AMM trên các hệ sinh thái DeFi: Sushiswap, Uniswap và Curve.</li>\r\n <li>Những tin tức nổi bật trong hệ sinh thái: Cardano, Solana, Avalanche, Aptos, Ethereum.</li>\r\n</ul>\r\nĐây là Series “On The Road”, được viết để tổng kết những sự kiện diễn ra trong tuần thông qua những hình ảnh Infographic, cung cấp những Insight trong thị trường một cách trực quan nhất cho người đọc.\r\n<h2 id=\"section-0\"><b>Những token được thị trường chú ý nhất trong tuần 29</b></h2>\r\nTuần qua, EVMOS là token được chú ý nhất trên CoinGecko. Evmos Momentum Hackathon đã được tổ chứ vào ngày 18/07 với sự hợp tác cùng Huobi Incubator. Evmos cũng được tích hợp với AutoFarm Network, MathWallet, và CypherdWallet.\r\n\r\nDự án đã thông báo có lượng lớn EVMOS token airdrop chưa được claim với tổng giá trị hơn 150 triệu USD. Bất cứ ai từng sử dụng Ethereum trước năm 2021 đều đủ điều kiện nhận airdrop. Từ ngày 01/08 đến 30/09, số EVMOS token airdrop chưa được claim sẽ được thu hồi và chuyển vào community pool.\r\n\r\nMATIC (Polygon) là token được chú ý nhiều thứ 2 trên CoinGecko. Vào ngày 20/07, Polygon đã giới thiệu Polygon zkEVM, giải pháp mở rộng layer-2 tương thích với máy ảo Ethereum (EVM) sử dụng công nghệ <strong>ZK Rollup</strong>. Các dự án xây dựng trên zkEVM sẽ được tích hợp với mạng Ethereum dễ dàng cùng chi phí thấp và tốc độ nhanh. Polygon zkEVM hiện mới chỉ công bố mã nguồn mở và sẽ sớm phát hành phiên bản Testnet cũng như Mainnet.\r\n\r\nOptimism (OP) đứng thứ 3 trong bảng xếp hạng. Dự án đã tổ chức buổi gặp mặt cộng đồng Optimism ở Paris, Pháp từ ngày 18-23/07.\r\n\r\nCó 6 token mới trong danh sách bao gồm TIME, CRTS, IXT, BOND, LYRA và ETC.\r\n<h2 id=\"section-1\"><b>Những tin tức nổi bật trong các DeFi Category tuần 29</b></h2>\r\n<h3 id=\"section-2\"><b>Những dự án NFT được nhắc đến nhiều nhất trên Twitter </b></h3>\r\nTuần trước, dự án NFT được nhắc tới nhiều nhất trên Twitter là <strong>Tezos</strong>. Đây là tuần thứ ba Tezos giành vị trí dẫn đầu liên tiếp với những hoạt động như:\r\n<ul>\r\n <li>Tổ chức sự kiện Tez/Dev vào từ ngày 21-23/07 tại Paris, Pháp.</li>\r\n <li>Tài trợ và đưa NFT, Web3 vào nhiều dự án thể thao như Man of the match, Decathlon.</li>\r\n <li>Tezasia Hackathon được tổ chức bởi Tezos India.</li>\r\n <li>Hợp tác cùng ArtBasel, Feral File, Circa</li>\r\n <li>Co-Founde Tezos - Kathleen Breitman có buổi trò chuyện cùng BloombergCrypto về “The Macro Forces 2022” vào ngày 19/07.</li>\r\n</ul>\r\nDự án Kiba Inu bất ngờ giành vị trí thứ hai trong bảng xếp hạng, dù đứng vị trí thứ 7 vào tuần trước. Token của Kiba Inu là một loại meme coin, có thể giao dịch trên cả 2 cầu nối BSC và ETH.\r\n\r\nDự án được nhắc đến nhiều thứ 3 là <strong>StepN</strong>. Hiện StepN đang giveaway 5 hộp giày Ape Realm OG trên Twitter nhằm quảng bá sản phẩm và tăng số lượng người theo dõi. Khi Twitter của dự án đạt 700,000 lượt theo dõi, người chiến thắng sẽ được công bố.\r\n<h3 id=\"section-3\"><b>Tổng quan giao dịch trên các blockchain phổ biến</b></h3>\r\nSolana là blockchain có số giao dịch nhiều nhất với 85 tỷ USD nhờ khả năng thực hiện giao dịch nhanh cùng chi phí rẻ. Số giao dịch được thực hiện trên Solana nhiều gấp hơn 24 lần số giao dịch được thực hiện trên TRON blockchain ở mức 3.5 tỷ USD.\r\n\r\nỞ vị trí thứ 3 là BNB Chain với 3.2 tỷ USD. Tuy ra mắt sau 2 năm nhưng số giao dịch được thực hiện trên BNB Chain đạt mức gần bằng TRON blockchain. Các blockchain theo sau bao gồm Polygon, Ethereum, Algorand, Harmony… cũng đang tăng tốc phát triển thời gian qua.\r\n\r\n</div>\r\n<h3 id=\"section-4\"><b>Tổng quan thị trường gọi vốn 6 tháng đầu năm 2022</b></h3>\r\nKể từ tháng 1/2022 đến tháng 6/2022, tổng cộng 1,120 thương vụ gọi vốn đã được công bố với tổng trị giá hơn 28.8 tỷ USD. Hầu hết các thương vụ đầu tư tập trung chủ yếu vào mảng GameFi, NFT và Metaverse. So với 6 tháng cuối năm 2021, số thương vụ gọi vốn và số vốn gọi thành công đã tăng khoảng 30%.\r\n\r\nTrong danh mục CeFi, có 164 thương vụ gọi vốn với tổng giá trị khoảng 8.6 tỷ USD. Có 1 khoản đầu tư trị giá hơn 1 tỷ USD và 25 khoản đầu tư trị giá hơn 100 triệu USD. Hầu hết các thương vụ đều diễn ra từ sau vòng Series A hoặc IPO.\r\n\r\nĐối với DeFi, 229 thương vụ gọi vốn đã diễn ra, thu về khoảng 2.4 tỷ USD. Hầu hết các thương vụ liên quan đến DeFi đều là thương vụ nhỏ, thể hiện sự quan tâm ngày càng ít từ các VCs và các nhà đầu tư lớn.\r\n\r\nCác dự án Layer 1, Layer 2 và các mảnh ghép cơ sở hạ tầng cũng gọi vốn thành công 276 thương vụ với tổng giá trị gây quỹ là 11 tỷ USD. Đây là lĩnh vực nhận được nhiều sự chú ý từ các nhà đầu tư nhất. Có 33 thương vụ lớn hơn 100 triệu USD và 52 thương vụ lớn hơn 50 triệu USD. Những cái tên nổi bật trong danh sách bao gồm Near Protocol, Aptos, Optimism, Starkware…\r\n\r\nDanh mục có số thương vụ gọi vốn cao nhất là GameFi, NFT và Metaverse với 309 thương vụ, chiếm 20% tổng giá trị thị trường gọi vốn với 5.4 tỷ USD. Trong đó, chỉ mình Epic Games đã gọi vốn thành công 2 tỷ USD trong tháng 4/2022. Đây là danh mục nhận được nhiều sự quan tâm hơn DeFi nhưng ít hơn cơ sở hạ tầng/ CeFi. Các thương vụ được gọi vốn với giá trị thấp, thường ở những giai đoạn đầu của dự án (trước Series A).\r\n\r\nCác quỹ lớn cũng thực hiện huy động tiền nhằm mở rộng cơ hội đầu tư. Tổng cộng 27 thương vụ được thực hiện với số tiền thu được lên tới hơn 14 tỷ USD. Mỗi vòng gọi vốn trung bình có giá trị khoảng 500 triệu USD. Quỹ đầu tư a16z, Haun Ventures, J◎e McCann, Pantera Capital và Electric Capital đều gọi vốn thành công hơn 1 tỷ USD. Có 20/27 thương vụ diễn ra vào tháng 3/2022 và tháng 4/2022.","Aptos mở rộng, The Merge sắp ra mắt, các AMM cạnh tranh khốc liệt","","publish","open","open","","aptos-mo-rong-the-merge-sap-ra-mat-cac-amm-canh-tranh-khoc-liet","","","2022-07-31 10:15:01","2022-07-31 03:15:01","","0","http://localhost/coin/?p=61","0","post","","0"), ("62","3","2022-07-31 10:14:55","2022-07-31 03:14:55","","on-the-road-amm-week29-9tv5zbW16YJLENPh","","inherit","open","closed","","on-the-road-amm-week29-9tv5zbw16yjlenph","","","2022-07-31 10:14:55","2022-07-31 03:14:55","","61","http://localhost/coin/wp-content/uploads/2022/07/on-the-road-amm-week29-9tv5zbW16YJLENPh.png","0","attachment","image/png","0"), ("63","3","2022-07-31 10:15:01","2022-07-31 03:15:01","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Tổng hợp và phân tích toàn bộ thị trường tuần 29 thông qua các infographic để đem lại insights giá trị cho bạn đọc: Aptos mở rộng, The Merge sắp ra mắt, các AMM cạnh tranh khốc liệt.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<b>Kiến thức trọng tâm: </b>\r\n<ul>\r\n <li>Polygon và Tezos tiếp tục là tâm điểm của thị trường.</li>\r\n <li>Solana là blockchain có số giao dịch cao nhất toàn thị trường.</li>\r\n <li>Tổng quan thị trường crypto trong 6 tháng đầu năm 2022.</li>\r\n <li>Tổng quan AMM trên các hệ sinh thái DeFi: Sushiswap, Uniswap và Curve.</li>\r\n <li>Những tin tức nổi bật trong hệ sinh thái: Cardano, Solana, Avalanche, Aptos, Ethereum.</li>\r\n</ul>\r\nĐây là Series “On The Road”, được viết để tổng kết những sự kiện diễn ra trong tuần thông qua những hình ảnh Infographic, cung cấp những Insight trong thị trường một cách trực quan nhất cho người đọc.\r\n<h2 id=\"section-0\"><b>Những token được thị trường chú ý nhất trong tuần 29</b></h2>\r\nTuần qua, EVMOS là token được chú ý nhất trên CoinGecko. Evmos Momentum Hackathon đã được tổ chứ vào ngày 18/07 với sự hợp tác cùng Huobi Incubator. Evmos cũng được tích hợp với AutoFarm Network, MathWallet, và CypherdWallet.\r\n\r\nDự án đã thông báo có lượng lớn EVMOS token airdrop chưa được claim với tổng giá trị hơn 150 triệu USD. Bất cứ ai từng sử dụng Ethereum trước năm 2021 đều đủ điều kiện nhận airdrop. Từ ngày 01/08 đến 30/09, số EVMOS token airdrop chưa được claim sẽ được thu hồi và chuyển vào community pool.\r\n\r\nMATIC (Polygon) là token được chú ý nhiều thứ 2 trên CoinGecko. Vào ngày 20/07, Polygon đã giới thiệu Polygon zkEVM, giải pháp mở rộng layer-2 tương thích với máy ảo Ethereum (EVM) sử dụng công nghệ <strong>ZK Rollup</strong>. Các dự án xây dựng trên zkEVM sẽ được tích hợp với mạng Ethereum dễ dàng cùng chi phí thấp và tốc độ nhanh. Polygon zkEVM hiện mới chỉ công bố mã nguồn mở và sẽ sớm phát hành phiên bản Testnet cũng như Mainnet.\r\n\r\nOptimism (OP) đứng thứ 3 trong bảng xếp hạng. Dự án đã tổ chức buổi gặp mặt cộng đồng Optimism ở Paris, Pháp từ ngày 18-23/07.\r\n\r\nCó 6 token mới trong danh sách bao gồm TIME, CRTS, IXT, BOND, LYRA và ETC.\r\n<h2 id=\"section-1\"><b>Những tin tức nổi bật trong các DeFi Category tuần 29</b></h2>\r\n<h3 id=\"section-2\"><b>Những dự án NFT được nhắc đến nhiều nhất trên Twitter </b></h3>\r\nTuần trước, dự án NFT được nhắc tới nhiều nhất trên Twitter là <strong>Tezos</strong>. Đây là tuần thứ ba Tezos giành vị trí dẫn đầu liên tiếp với những hoạt động như:\r\n<ul>\r\n <li>Tổ chức sự kiện Tez/Dev vào từ ngày 21-23/07 tại Paris, Pháp.</li>\r\n <li>Tài trợ và đưa NFT, Web3 vào nhiều dự án thể thao như Man of the match, Decathlon.</li>\r\n <li>Tezasia Hackathon được tổ chức bởi Tezos India.</li>\r\n <li>Hợp tác cùng ArtBasel, Feral File, Circa</li>\r\n <li>Co-Founde Tezos - Kathleen Breitman có buổi trò chuyện cùng BloombergCrypto về “The Macro Forces 2022” vào ngày 19/07.</li>\r\n</ul>\r\nDự án Kiba Inu bất ngờ giành vị trí thứ hai trong bảng xếp hạng, dù đứng vị trí thứ 7 vào tuần trước. Token của Kiba Inu là một loại meme coin, có thể giao dịch trên cả 2 cầu nối BSC và ETH.\r\n\r\nDự án được nhắc đến nhiều thứ 3 là <strong>StepN</strong>. Hiện StepN đang giveaway 5 hộp giày Ape Realm OG trên Twitter nhằm quảng bá sản phẩm và tăng số lượng người theo dõi. Khi Twitter của dự án đạt 700,000 lượt theo dõi, người chiến thắng sẽ được công bố.\r\n<h3 id=\"section-3\"><b>Tổng quan giao dịch trên các blockchain phổ biến</b></h3>\r\nSolana là blockchain có số giao dịch nhiều nhất với 85 tỷ USD nhờ khả năng thực hiện giao dịch nhanh cùng chi phí rẻ. Số giao dịch được thực hiện trên Solana nhiều gấp hơn 24 lần số giao dịch được thực hiện trên TRON blockchain ở mức 3.5 tỷ USD.\r\n\r\nỞ vị trí thứ 3 là BNB Chain với 3.2 tỷ USD. Tuy ra mắt sau 2 năm nhưng số giao dịch được thực hiện trên BNB Chain đạt mức gần bằng TRON blockchain. Các blockchain theo sau bao gồm Polygon, Ethereum, Algorand, Harmony… cũng đang tăng tốc phát triển thời gian qua.\r\n\r\n</div>\r\n<h3 id=\"section-4\"><b>Tổng quan thị trường gọi vốn 6 tháng đầu năm 2022</b></h3>\r\nKể từ tháng 1/2022 đến tháng 6/2022, tổng cộng 1,120 thương vụ gọi vốn đã được công bố với tổng trị giá hơn 28.8 tỷ USD. Hầu hết các thương vụ đầu tư tập trung chủ yếu vào mảng GameFi, NFT và Metaverse. So với 6 tháng cuối năm 2021, số thương vụ gọi vốn và số vốn gọi thành công đã tăng khoảng 30%.\r\n\r\nTrong danh mục CeFi, có 164 thương vụ gọi vốn với tổng giá trị khoảng 8.6 tỷ USD. Có 1 khoản đầu tư trị giá hơn 1 tỷ USD và 25 khoản đầu tư trị giá hơn 100 triệu USD. Hầu hết các thương vụ đều diễn ra từ sau vòng Series A hoặc IPO.\r\n\r\nĐối với DeFi, 229 thương vụ gọi vốn đã diễn ra, thu về khoảng 2.4 tỷ USD. Hầu hết các thương vụ liên quan đến DeFi đều là thương vụ nhỏ, thể hiện sự quan tâm ngày càng ít từ các VCs và các nhà đầu tư lớn.\r\n\r\nCác dự án Layer 1, Layer 2 và các mảnh ghép cơ sở hạ tầng cũng gọi vốn thành công 276 thương vụ với tổng giá trị gây quỹ là 11 tỷ USD. Đây là lĩnh vực nhận được nhiều sự chú ý từ các nhà đầu tư nhất. Có 33 thương vụ lớn hơn 100 triệu USD và 52 thương vụ lớn hơn 50 triệu USD. Những cái tên nổi bật trong danh sách bao gồm Near Protocol, Aptos, Optimism, Starkware…\r\n\r\nDanh mục có số thương vụ gọi vốn cao nhất là GameFi, NFT và Metaverse với 309 thương vụ, chiếm 20% tổng giá trị thị trường gọi vốn với 5.4 tỷ USD. Trong đó, chỉ mình Epic Games đã gọi vốn thành công 2 tỷ USD trong tháng 4/2022. Đây là danh mục nhận được nhiều sự quan tâm hơn DeFi nhưng ít hơn cơ sở hạ tầng/ CeFi. Các thương vụ được gọi vốn với giá trị thấp, thường ở những giai đoạn đầu của dự án (trước Series A).\r\n\r\nCác quỹ lớn cũng thực hiện huy động tiền nhằm mở rộng cơ hội đầu tư. Tổng cộng 27 thương vụ được thực hiện với số tiền thu được lên tới hơn 14 tỷ USD. Mỗi vòng gọi vốn trung bình có giá trị khoảng 500 triệu USD. Quỹ đầu tư a16z, Haun Ventures, J◎e McCann, Pantera Capital và Electric Capital đều gọi vốn thành công hơn 1 tỷ USD. Có 20/27 thương vụ diễn ra vào tháng 3/2022 và tháng 4/2022.","Aptos mở rộng, The Merge sắp ra mắt, các AMM cạnh tranh khốc liệt","","inherit","closed","closed","","61-revision-v1","","","2022-07-31 10:15:01","2022-07-31 03:15:01","","61","http://localhost/coin/?p=63","0","revision","","0"), ("64","3","2022-07-31 10:17:14","2022-07-31 03:17:14","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Đây là series \"Fundraising Spotlight\" giúp tổng hợp lại 10 thương vụ đầu tư nổi bật trong tuần vừa qua cùng các thông tin cơ bản và mục tiêu phát triển của dự án.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nNhững vòng gọi vốn được công bố trong tuần này đã có tổng giá trị lên đến hơn $1.5 B, gấp đôi so với tuần 28. Đây là một tuần sáng nhất trên thị trường fundraising của năm 2022. Lightspeed Ventures, Multicoin Capital, Saber Labs, cả 3 nhân vật trên đều đã công bố gói Quỹ khủng, trị giá lớn nhất là $500 M đến từ Lightspeed Ventures.\r\n\r\nBên cạnh những vòng gọi vốn nửa tỷ đô, các dự án gaming như ScoreFam, Monkey League đều thu về một số tiền lớn ở những vòng đầu tư rất sớm. Đặc biệt, tựa game đá bóng Monkey League đã thu hút thành công sự chú ý của gã khổng lồ Square Enix.\r\n\r\n<strong>Những kiến thức trọng tâm chính có thể được rút ra thị trường gọi vốn của tuần này:</strong>\r\n<ul>\r\n <li>1.5 tỷ USD được công bố gọi vốn trong tuần vừa qua, con số này cao hơn nhiều lần so với con số của những tuần trước.</li>\r\n <li>Các VC lớn vẫn đang huy động tiền để tiếp tục đầu tư dù thị trường ngập sắc đỏ.</li>\r\n <li>Cả hai quỹ đầu tư mạo hiểm lớn huy động vốn trong tuần này đều có quy mô gây quỹ trung bình lớn hơn con số trung bình của nửa đầu năm 2022 (khoảng 500 triệu USD).</li>\r\n <li>Số lượng thương vụ trong mảng GameFi và NFT vẫn duy trì ở mức cao nhất trong tất cả các lĩnh vực.</li>\r\n <li>Mảng Cơ sở hạ tầng & Layer-1 thu hút rất nhiều tiền từ các quỹ lớn.</li>\r\n</ul>\r\n<h2 id=\"section-0\"><b>Tổng quan về hoạt động đầu tư & tài trợ trong tuần 29</b></h2>\r\nTrong TOP 10 thương vụ đầu tư & tài trợ nổi tiếng trong tuần qua, chúng ta có:\r\n<ul>\r\n <li>3 dự án về giải trí: ScoreFam và Monkey League, Zebedee</li>\r\n <li>2 Quỹ đầu tư: Lightspeed Ventures, Multicoin Capital</li>\r\n <li>2 sàn giao dịch: Saber Labs, Hashflow</li>\r\n <li>1 dự án về cơ sở hạ tầng: Mysten Labs</li>\r\n <li>1 blockchain/L2: 5ire</li>\r\n <li>1 dự án về bảo mật: Halborn</li>\r\n</ul>\r\n<h2 id=\"section-1\"><b>Các doanh nghiệp, công ty lớn gọi vốn</b></h2>\r\n<h3 id=\"section-2\"><b>Lightspeed Ventures gọi vốn 500 triệu USD</b></h3>\r\n<b>Lightspeed Ventures là gì?</b>\r\n\r\nLightspeed Ventures là một Quỹ đầu tư mạo hiểm (<strong>venture capital</strong>) toàn cầu tập trung đầu tư nhiều giai đoạn vào lĩnh vực công nghệ doanh nghiệp, tiêu dùng và y tế. Xuất thân là một quỹ đầu tư mạo hiểm của Silicon Valley với các thương vụ nổi tiếng như là Snapchat, Fusion-io, Rubrik.io,…\r\n\r\nLightspeed cũng rất tích cực đầu tư vào thị trường tiền mã hóa, Quỹ này đều tham gia vào những vòng gọi vốn của Blockchain.com, FTX, CertiK và Ripple từ những giai đoạn sớm.\r\n\r\n<b>Các Quỹ nổi tiếng tham gia:</b>\r\n<ul>\r\n <li>Lightspeed Ventures không công khai danh tính của những nhà đầu tư vòng này.</li>\r\n</ul>\r\n<b>Mục đích của việc gọi vốn: </b>Số vốn được kêu gọi lần này đã nâng mức tổng gọi vốn của Lightspeed lên 7 tỷ USD. Số vốn khủng $500 triệu USD này sẽ được dành riêng cho thị trường Ấn Độ và Đông Nam Á.\r\n\r\nVới quy mô gây quỹ trung bình của các VC trong nửa đầu năm 2022 là 500 triệu USD, Lightspeed Ventures đã huy động được một số tiền tương đương với con số trung bình này. Tuy nhiên, điểm khác biệt chính giữa đợt gây quỹ này và những đợt gây quỹ khác trong năm 2022 là 500 triệu USD này sẽ được tập trung cho các dự án ở thị trường Ấn Độ và Đông Nam Á.\r\n<h3 id=\"section-3\"><b>Multicoin Capital công bố gói Quỹ 430 triệu USD</b></h3>\r\n<b>Multicoin Capital là gì?</b>\r\n\r\n<strong>Multicoin Capital</strong> là một quỹ đầu tư dựa trên các \"investment thesis\" chuyên đầu tư vào thị trường crypto qua hình thức đầu tư token dự án và cổ phần các công ty blockchain. Họ là quỹ đầu cơ và quỹ đầu tư mạo hiểm, được thành lập vào tháng 5 năm 2017.\r\n\r\n<b>Mục đích của gói vốn: </b>Đây là gói vốn lớn nhất mà Multicoin Capital từng thành lập. Số vốn sẽ được chia ra cho nhiều vòng đầu tư ở giai đoạn sớm, với khối lượng từ 500 nghìn USD đến 100 triệu USD cho mỗi vòng, tùy vào tiềm năng của dự án đó.\r\n\r\nGiám đốc điều hành của Multicoin Capital - Samani - cho biết ngay cả trong thị trường ngập sắc đỏ này, Multicoin vẫn đang tích cực đầu tư vào các dự án tiềm năng, bởi Multicoin dành ít sự quan tâm tới chu kỳ thị trường và cam kết đầu tư vào thị trường tiền điện tử trong thời gian dài.\r\n<h2 id=\"section-4\"><b>Các dự án đã có Token</b></h2>\r\nCác dự án đã có Token mà vẫn được đầu tư thêm, chứng tỏ dự án có thêm sản phẩm mới, phân khúc mới, và cần thêm tiền để phát triển. Những tin tức này sẽ ảnh hưởng nhiều đến bản chất và giá token, anh em tham khảo để có thêm góc nhìn trong đầu tư.\r\n<h3 id=\"section-5\"><b>Saber Labs (SBR) công bố Quỹ “Protagonist” trị giá 100 </b>triệu USD</h3>\r\n<b>Saber Labs là gì?</b>\r\n\r\n<strong>Saber</strong> là nền tảng AMM DEX dành riêng cho stablecoin của hệ sinh thái Solana. Trong tuần qua, Saber Labs đã công bố Quỹ đầu tư hoàn toàn mới có tên Protagonist. Protagonist được sáng lập bởi 2 anh em founder của Saber Labs là Dylan Macalino and Ian Macalino..\r\n\r\n<b>Mục đích của việc thành lập Protagonist: </b>Protagonist sẽ là Quỹ đầu tư dành riêng cho các dự án <strong>Web3</strong>. Bên cạnh việc đầu tư nguồn vốn cho các dự án ở giai đoạn sớm, Protagonist còn sẽ đồng hành trên chặng đường phát triển của dự án cùng các founder của dự án đó.\r\n\r\n</div>","Lightspeed gọi vốn 500 triệu USD, Multicoin Capital và gói quỹ $430 M","","publish","open","open","","lightspeed-goi-von-500-trieu-usd-multicoin-capital-va-goi-quy-430-m","","","2022-07-31 10:17:14","2022-07-31 03:17:14","","0","http://localhost/coin/?p=64","0","post","","0"), ("65","3","2022-07-31 10:15:44","2022-07-31 03:15:44","","lightspeed_raised_$500_m,_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4","","inherit","open","closed","","lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fh8pzoal6cuuz4","","","2022-07-31 10:15:44","2022-07-31 03:15:44","","64","http://localhost/coin/wp-content/uploads/2022/07/lightspeed_raised_500_m_multicoin_capital_established_a_new_fund-99fH8pZoAL6CuUz4.webp","0","attachment","image/webp","0"), ("66","3","2022-07-31 10:17:14","2022-07-31 03:17:14","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Đây là series \"Fundraising Spotlight\" giúp tổng hợp lại 10 thương vụ đầu tư nổi bật trong tuần vừa qua cùng các thông tin cơ bản và mục tiêu phát triển của dự án.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nNhững vòng gọi vốn được công bố trong tuần này đã có tổng giá trị lên đến hơn $1.5 B, gấp đôi so với tuần 28. Đây là một tuần sáng nhất trên thị trường fundraising của năm 2022. Lightspeed Ventures, Multicoin Capital, Saber Labs, cả 3 nhân vật trên đều đã công bố gói Quỹ khủng, trị giá lớn nhất là $500 M đến từ Lightspeed Ventures.\r\n\r\nBên cạnh những vòng gọi vốn nửa tỷ đô, các dự án gaming như ScoreFam, Monkey League đều thu về một số tiền lớn ở những vòng đầu tư rất sớm. Đặc biệt, tựa game đá bóng Monkey League đã thu hút thành công sự chú ý của gã khổng lồ Square Enix.\r\n\r\n<strong>Những kiến thức trọng tâm chính có thể được rút ra thị trường gọi vốn của tuần này:</strong>\r\n<ul>\r\n <li>1.5 tỷ USD được công bố gọi vốn trong tuần vừa qua, con số này cao hơn nhiều lần so với con số của những tuần trước.</li>\r\n <li>Các VC lớn vẫn đang huy động tiền để tiếp tục đầu tư dù thị trường ngập sắc đỏ.</li>\r\n <li>Cả hai quỹ đầu tư mạo hiểm lớn huy động vốn trong tuần này đều có quy mô gây quỹ trung bình lớn hơn con số trung bình của nửa đầu năm 2022 (khoảng 500 triệu USD).</li>\r\n <li>Số lượng thương vụ trong mảng GameFi và NFT vẫn duy trì ở mức cao nhất trong tất cả các lĩnh vực.</li>\r\n <li>Mảng Cơ sở hạ tầng & Layer-1 thu hút rất nhiều tiền từ các quỹ lớn.</li>\r\n</ul>\r\n<h2 id=\"section-0\"><b>Tổng quan về hoạt động đầu tư & tài trợ trong tuần 29</b></h2>\r\nTrong TOP 10 thương vụ đầu tư & tài trợ nổi tiếng trong tuần qua, chúng ta có:\r\n<ul>\r\n <li>3 dự án về giải trí: ScoreFam và Monkey League, Zebedee</li>\r\n <li>2 Quỹ đầu tư: Lightspeed Ventures, Multicoin Capital</li>\r\n <li>2 sàn giao dịch: Saber Labs, Hashflow</li>\r\n <li>1 dự án về cơ sở hạ tầng: Mysten Labs</li>\r\n <li>1 blockchain/L2: 5ire</li>\r\n <li>1 dự án về bảo mật: Halborn</li>\r\n</ul>\r\n<h2 id=\"section-1\"><b>Các doanh nghiệp, công ty lớn gọi vốn</b></h2>\r\n<h3 id=\"section-2\"><b>Lightspeed Ventures gọi vốn 500 triệu USD</b></h3>\r\n<b>Lightspeed Ventures là gì?</b>\r\n\r\nLightspeed Ventures là một Quỹ đầu tư mạo hiểm (<strong>venture capital</strong>) toàn cầu tập trung đầu tư nhiều giai đoạn vào lĩnh vực công nghệ doanh nghiệp, tiêu dùng và y tế. Xuất thân là một quỹ đầu tư mạo hiểm của Silicon Valley với các thương vụ nổi tiếng như là Snapchat, Fusion-io, Rubrik.io,…\r\n\r\nLightspeed cũng rất tích cực đầu tư vào thị trường tiền mã hóa, Quỹ này đều tham gia vào những vòng gọi vốn của Blockchain.com, FTX, CertiK và Ripple từ những giai đoạn sớm.\r\n\r\n<b>Các Quỹ nổi tiếng tham gia:</b>\r\n<ul>\r\n <li>Lightspeed Ventures không công khai danh tính của những nhà đầu tư vòng này.</li>\r\n</ul>\r\n<b>Mục đích của việc gọi vốn: </b>Số vốn được kêu gọi lần này đã nâng mức tổng gọi vốn của Lightspeed lên 7 tỷ USD. Số vốn khủng $500 triệu USD này sẽ được dành riêng cho thị trường Ấn Độ và Đông Nam Á.\r\n\r\nVới quy mô gây quỹ trung bình của các VC trong nửa đầu năm 2022 là 500 triệu USD, Lightspeed Ventures đã huy động được một số tiền tương đương với con số trung bình này. Tuy nhiên, điểm khác biệt chính giữa đợt gây quỹ này và những đợt gây quỹ khác trong năm 2022 là 500 triệu USD này sẽ được tập trung cho các dự án ở thị trường Ấn Độ và Đông Nam Á.\r\n<h3 id=\"section-3\"><b>Multicoin Capital công bố gói Quỹ 430 triệu USD</b></h3>\r\n<b>Multicoin Capital là gì?</b>\r\n\r\n<strong>Multicoin Capital</strong> là một quỹ đầu tư dựa trên các \"investment thesis\" chuyên đầu tư vào thị trường crypto qua hình thức đầu tư token dự án và cổ phần các công ty blockchain. Họ là quỹ đầu cơ và quỹ đầu tư mạo hiểm, được thành lập vào tháng 5 năm 2017.\r\n\r\n<b>Mục đích của gói vốn: </b>Đây là gói vốn lớn nhất mà Multicoin Capital từng thành lập. Số vốn sẽ được chia ra cho nhiều vòng đầu tư ở giai đoạn sớm, với khối lượng từ 500 nghìn USD đến 100 triệu USD cho mỗi vòng, tùy vào tiềm năng của dự án đó.\r\n\r\nGiám đốc điều hành của Multicoin Capital - Samani - cho biết ngay cả trong thị trường ngập sắc đỏ này, Multicoin vẫn đang tích cực đầu tư vào các dự án tiềm năng, bởi Multicoin dành ít sự quan tâm tới chu kỳ thị trường và cam kết đầu tư vào thị trường tiền điện tử trong thời gian dài.\r\n<h2 id=\"section-4\"><b>Các dự án đã có Token</b></h2>\r\nCác dự án đã có Token mà vẫn được đầu tư thêm, chứng tỏ dự án có thêm sản phẩm mới, phân khúc mới, và cần thêm tiền để phát triển. Những tin tức này sẽ ảnh hưởng nhiều đến bản chất và giá token, anh em tham khảo để có thêm góc nhìn trong đầu tư.\r\n<h3 id=\"section-5\"><b>Saber Labs (SBR) công bố Quỹ “Protagonist” trị giá 100 </b>triệu USD</h3>\r\n<b>Saber Labs là gì?</b>\r\n\r\n<strong>Saber</strong> là nền tảng AMM DEX dành riêng cho stablecoin của hệ sinh thái Solana. Trong tuần qua, Saber Labs đã công bố Quỹ đầu tư hoàn toàn mới có tên Protagonist. Protagonist được sáng lập bởi 2 anh em founder của Saber Labs là Dylan Macalino and Ian Macalino..\r\n\r\n<b>Mục đích của việc thành lập Protagonist: </b>Protagonist sẽ là Quỹ đầu tư dành riêng cho các dự án <strong>Web3</strong>. Bên cạnh việc đầu tư nguồn vốn cho các dự án ở giai đoạn sớm, Protagonist còn sẽ đồng hành trên chặng đường phát triển của dự án cùng các founder của dự án đó.\r\n\r\n</div>","Lightspeed gọi vốn 500 triệu USD, Multicoin Capital và gói quỹ $430 M","","inherit","closed","closed","","64-revision-v1","","","2022-07-31 10:17:14","2022-07-31 03:17:14","","64","http://localhost/coin/?p=66","0","revision","","0"), ("67","3","2022-07-31 10:18:07","2022-07-31 03:18:07","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Mirror.xyz đang là dự án đi đầu ở mảng writing, đáp ứng đủ các yêu cầu về phi tập trung, chính vì vậy đã nhận được sự đón nhận của cộng đồng. Vậy mô hình hoạt động của Mirror.xyz là gì? Mirror thu hút người dùng bằng những tính năng nào?</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nSau khi Co-founder Jack Dorsey lên tiếng về việc đưa Twitter trở thành nền tảng phi tập trung, chúng ta đã có thể thấy rõ các nền tảng sẽ có xu hướng chuyển từ centralized (tập trung) thành decentralized (phi tập trung) để đảm bảo sự tự do cho người dùng.\r\n\r\nPhi tập trung từ trước đến nay luôn là yếu tố được đặt lên hàng đầu trong thị trường crypto. Yếu tố này đóng vai trò quan trọng trong các chức năng của blockchain, sau đó đi vào các ứng dụng cụ thể như tài chính phi tập trung (DeFi), gaming/NFT (GameFi).\r\n\r\nMột trong những lĩnh vực mới mang đậm yếu tố phi tập trung ngày càng được nhiều chú ý tới là writing. Cùng tìm hiểu về mô hình hoạt động của Mirror và tìm hiểu xem tại sao nền tảng này ngày càng được sử dụng nhiều.\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Mirror.xyz là nền tảng Write-to-Earn hàng đầu trên thị trường hiện nay, tận dụng công nghệ blockchain, NFT để vận hành.</li>\r\n <li>Mirror.xyz hoạt động hoàn toàn phi tập trung, thao tác đăng bài đơn giản, nhiều công cụ gọi vốn, dễ dàng tương tác với cộng đồng, vì vậy nhận được sự đón nhận của người dùng Web3.</li>\r\n <li>Mirror.xyz đem lại nhiều giá trị cho cả người sáng tạo nội dung và người đọc.</li>\r\n</ul>\r\nMirror.xyz được thành lập vào cuối năm 2020 bởi Denis Nazarov, cựu partner của <strong>a16z</strong>. Khi ra mắt, Mirror.xyz được phát triển với mục tiêu trở thành nền tảng phi tập trung đầu tiên thực hiện việc kết nối người sáng tạo nội dung với độc giả theo cách trực tiếp và sáng tạo.\r\n\r\nĐến nay, Mirror.xyz đã phát triển thành một trong những writing platform nổi bật nhất, với nhiều tính năng đặc biệt và đặc điểm thú vị:\r\n<ul>\r\n <li>Hoạt động trên một blockchain độc lập, phi tập trung: Ethereum.</li>\r\n <li>Người dùng toàn quyền kiểm soát data, các bài viết, nội dung do họ viết và đăng tải (user-owned).</li>\r\n <li>Writer có nhiều cách thức để kiếm tiền từ các bài viết, điều này làm cho họ có động lực để làm ra những bài viết chất lượng.</li>\r\n <li>Các tác giả cũng có thể hợp tác với nhau và chia sẻ lợi nhuận để tăng chất lượng sản phẩm.</li>\r\n <li>Dễ dàng tạo ra một cộng đồng xung quanh writer với <strong>NFT </strong>và token.</li>\r\n <li>…</li>\r\n</ul>\r\nMirror.xyz có nhiều tính năng sáng tạo để khuyến khích người dùng bộc lộ, chia sẻ và kiếm tiền từ những suy nghĩ của bản thân, nhờ đó đưa nền tảng này lên vị trí số 1 trong các publishing platform, góp phần hình thành nên motif Write-to-Earn. Chi tiết về các tính năng và cách thức kiếm lợi nhuận với Mirror.xyz sẽ được trình bày chi tiết ở phần sau.\r\n\r\nTuy được hình thành từ cuối năm 2020, dự án cũng đã mất khá nhiều thời gian để phát triển các sản phẩm và tính năng. Cho tới những tháng gần đây, Mirror.xyz đã cho thấy sự tăng trưởng rõ rệt hơn.\r\n\r\nKhông chỉ nổi tiếng là nền tảng để viết lách và chia sẻ, Mirror.xyz cũng dần phát triển mình theo hướng cung cấp công cụ gọi vốn cho những ý tưởng thú vị của cộng đồng. Tới nay đã có tổng cộng 10,993 ETH được gọi vốn trên nền tảng này với 17,446 tài khoản khác nhau tham gia donate.\r\n\r\nKhông chỉ giúp các dự án hay writer gọi vốn, Mirror.xyz cũng là dự án đã gọi vốn khá nhiều lần. Ở 2 vòng Pre-Seed và Seed, dự án không công bố số tiền đầu tư cụ thể từ Musha Ventures và SV Angels. Tháng 6 năm 2021, Union Square Ventures công bố đầu tư vào Mirror ở mức định giá 100 triệu USD, số tiền không được tiết lộ cụ thể nhưng được cho là ít nhất 10 triệu USD. Vòng đầu tư này còn có sự tham gia của a16z.\r\n<h2 id=\"section-1\">Mô hình hoạt động của Mirror.xyz</h2>\r\nMirror.xyz có token riêng là WRITE, tuy nhiên token này chỉ đóng vai trò phụ trợ để thực hiện các hoạt động của Mirror DAO ở thời điểm hiện tại và thu hút người mới ở thời điểm trước đó. WRITE không hề có pool thanh khoản trên Uniswap, cũng như không thể xác định giá trị của token này.\r\n\r\nCó thể thấy nền kinh tế của Mirror.xyz không xoay quanh WRITE token mà xoay quanh các economic tool của dự án. Mirror.xyz đóng vai trò là nền tảng có chức năng kết nối độc giả và creator, đồng thời cung cấp cho creator công cụ để t từ cáạo ra lợi nhuận từ sản phẩm của họ và vận hành, tương tác với cộng đồng.\r\n\r\nCó thể chia mô hình hoạt động của Mirror.xyz thành 2 giai đoạn, giai đoạn đầu và giai đoạn hiện tại.\r\n\r\nỞ giai đoạn đầu Mirror.xyz chủ yếu xoay quanh các hoạt động của WRITE Race:\r\n\r\n<strong>(1)</strong> Thời điểm đầu các công cụ, quyền publish bài ở Mirror.xyz không mở cho tất cả user, muốn sử dụng các công cụ đó người dùng phải trở thành một phần của nền tảng.\r\n\r\n<strong>(2) </strong>Để tạo điều kiện cho người dùng tham gia, Mirror.xyz tổ chức cuộc thi WRITE Race để chọn lọc nội dung và người sáng tạo.\r\n\r\n<strong>(3)</strong> Để khuyến khích người dùng tham gia đăng tải nội dung, Mirror.xyz trao thưởng cho người chiến thắng qua WRITE token và cung cấp các công cụ hỗ trợ publish bài viết:\r\n<ul>\r\n <li>Writer chiến thắng được coi là một phần Mirror.xyz, toàn quyền sử dụng các loại tool trong bài viết: publishing, split, crowdfund…</li>\r\n <li>Writer được thưởng WRITE token, được sử dụng để redeem qua subdomain riêng biệt của người đó.</li>\r\n <li>WRITE token cũng được sử dụng để vote cho những bài viết dự thi trong tương lai, tham gia vote proposal từ Mirror.xyz.</li>\r\n</ul>\r\n<strong>(4) </strong>Sau khoảng 6 tháng hoạt động với mô hình trên, Mirror.xyz đã gây được tiếng vang và sự chú ý trong cộng đồng, trở thành publishing platform dành cho người dùng Web3 native.\r\n\r\n→ Writer cũng chính là người đồng sở hữu nền tảng Mirror. Đây là mối quan hệ win-win, writer giữ trách nhiệm thu hút người đọc, đảm bảo chất lượng nội dung, Mirror.xyz đóng vai trò cung cấp công cụ giúp writer gọi vốn, xây dựng cộng đồng, kiếm tiền từ các nội dung của writer.\r\n\r\nThời điểm này, Mirror nhận thấy thị trường nền tảng publish content <strong>Web3</strong> còn rất mới và chưa có bên nào chiếm thị phần, số lượng dự án/DAO tăng mạnh dẫn đến nhu cầu sử dụng một nền tảng để kết nối với người đọc cũng tăng mạnh. Vì vậy, Mirror bắt đầu “mở cửa” toàn bộ sản phẩm, trở thành một nền tảng hoạt động phi tập trung.\r\n<h3 id=\"section-3\">Giai đoạn hiện tại</h3>\r\nSau khi đã có lượng base writer đầy đủ và chất lượng content ổn định, Mirror.xyz hướng tới mở rộng đối tượng phục vụ thành tất cả những người dùng Web3 có mong muốn chia sẻ kiến thức. Khi không còn phần thưởng từ WRITE Race, đâu sẽ là động lực để người dùng tham gia đóng góp content trên Mirror.xyz?\r\n\r\nCâu trả lời là các công cụ economic tools, Mirror.xyz phát triển và cung cấp cho người sáng tạo nội dung nhiều công cụ mới giúp họ kiếm tiền từ các bài viết. Không chỉ mở các chức năng <strong>publishing</strong>, người dùng hiện đã có thể dễ dàng tiếp cận tất cả <strong>economics blocks</strong> và nhúng vào bài viết của mình.\r\n\r\n</div>","Phân tích mô hình hoạt động Mirror.xyz (WRITE)","","publish","open","open","","phan-tich-mo-hinh-hoat-dong-mirror-xyz-write","","","2022-07-31 10:18:07","2022-07-31 03:18:07","","0","http://localhost/coin/?p=67","0","post","","0"), ("68","3","2022-07-31 10:18:00","2022-07-31 03:18:00","","hiwmirror-Uil0xeQk6f34n1nB","","inherit","open","closed","","hiwmirror-uil0xeqk6f34n1nb","","","2022-07-31 10:18:00","2022-07-31 03:18:00","","67","http://localhost/coin/wp-content/uploads/2022/07/hiw20mirror-Uil0xeQk6f34n1nB.webp","0","attachment","image/webp","0"), ("69","3","2022-07-31 10:18:07","2022-07-31 03:18:07","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Mirror.xyz đang là dự án đi đầu ở mảng writing, đáp ứng đủ các yêu cầu về phi tập trung, chính vì vậy đã nhận được sự đón nhận của cộng đồng. Vậy mô hình hoạt động của Mirror.xyz là gì? Mirror thu hút người dùng bằng những tính năng nào?</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nSau khi Co-founder Jack Dorsey lên tiếng về việc đưa Twitter trở thành nền tảng phi tập trung, chúng ta đã có thể thấy rõ các nền tảng sẽ có xu hướng chuyển từ centralized (tập trung) thành decentralized (phi tập trung) để đảm bảo sự tự do cho người dùng.\r\n\r\nPhi tập trung từ trước đến nay luôn là yếu tố được đặt lên hàng đầu trong thị trường crypto. Yếu tố này đóng vai trò quan trọng trong các chức năng của blockchain, sau đó đi vào các ứng dụng cụ thể như tài chính phi tập trung (DeFi), gaming/NFT (GameFi).\r\n\r\nMột trong những lĩnh vực mới mang đậm yếu tố phi tập trung ngày càng được nhiều chú ý tới là writing. Cùng tìm hiểu về mô hình hoạt động của Mirror và tìm hiểu xem tại sao nền tảng này ngày càng được sử dụng nhiều.\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Mirror.xyz là nền tảng Write-to-Earn hàng đầu trên thị trường hiện nay, tận dụng công nghệ blockchain, NFT để vận hành.</li>\r\n <li>Mirror.xyz hoạt động hoàn toàn phi tập trung, thao tác đăng bài đơn giản, nhiều công cụ gọi vốn, dễ dàng tương tác với cộng đồng, vì vậy nhận được sự đón nhận của người dùng Web3.</li>\r\n <li>Mirror.xyz đem lại nhiều giá trị cho cả người sáng tạo nội dung và người đọc.</li>\r\n</ul>\r\nMirror.xyz được thành lập vào cuối năm 2020 bởi Denis Nazarov, cựu partner của <strong>a16z</strong>. Khi ra mắt, Mirror.xyz được phát triển với mục tiêu trở thành nền tảng phi tập trung đầu tiên thực hiện việc kết nối người sáng tạo nội dung với độc giả theo cách trực tiếp và sáng tạo.\r\n\r\nĐến nay, Mirror.xyz đã phát triển thành một trong những writing platform nổi bật nhất, với nhiều tính năng đặc biệt và đặc điểm thú vị:\r\n<ul>\r\n <li>Hoạt động trên một blockchain độc lập, phi tập trung: Ethereum.</li>\r\n <li>Người dùng toàn quyền kiểm soát data, các bài viết, nội dung do họ viết và đăng tải (user-owned).</li>\r\n <li>Writer có nhiều cách thức để kiếm tiền từ các bài viết, điều này làm cho họ có động lực để làm ra những bài viết chất lượng.</li>\r\n <li>Các tác giả cũng có thể hợp tác với nhau và chia sẻ lợi nhuận để tăng chất lượng sản phẩm.</li>\r\n <li>Dễ dàng tạo ra một cộng đồng xung quanh writer với <strong>NFT </strong>và token.</li>\r\n <li>…</li>\r\n</ul>\r\nMirror.xyz có nhiều tính năng sáng tạo để khuyến khích người dùng bộc lộ, chia sẻ và kiếm tiền từ những suy nghĩ của bản thân, nhờ đó đưa nền tảng này lên vị trí số 1 trong các publishing platform, góp phần hình thành nên motif Write-to-Earn. Chi tiết về các tính năng và cách thức kiếm lợi nhuận với Mirror.xyz sẽ được trình bày chi tiết ở phần sau.\r\n\r\nTuy được hình thành từ cuối năm 2020, dự án cũng đã mất khá nhiều thời gian để phát triển các sản phẩm và tính năng. Cho tới những tháng gần đây, Mirror.xyz đã cho thấy sự tăng trưởng rõ rệt hơn.\r\n\r\nKhông chỉ nổi tiếng là nền tảng để viết lách và chia sẻ, Mirror.xyz cũng dần phát triển mình theo hướng cung cấp công cụ gọi vốn cho những ý tưởng thú vị của cộng đồng. Tới nay đã có tổng cộng 10,993 ETH được gọi vốn trên nền tảng này với 17,446 tài khoản khác nhau tham gia donate.\r\n\r\nKhông chỉ giúp các dự án hay writer gọi vốn, Mirror.xyz cũng là dự án đã gọi vốn khá nhiều lần. Ở 2 vòng Pre-Seed và Seed, dự án không công bố số tiền đầu tư cụ thể từ Musha Ventures và SV Angels. Tháng 6 năm 2021, Union Square Ventures công bố đầu tư vào Mirror ở mức định giá 100 triệu USD, số tiền không được tiết lộ cụ thể nhưng được cho là ít nhất 10 triệu USD. Vòng đầu tư này còn có sự tham gia của a16z.\r\n<h2 id=\"section-1\">Mô hình hoạt động của Mirror.xyz</h2>\r\nMirror.xyz có token riêng là WRITE, tuy nhiên token này chỉ đóng vai trò phụ trợ để thực hiện các hoạt động của Mirror DAO ở thời điểm hiện tại và thu hút người mới ở thời điểm trước đó. WRITE không hề có pool thanh khoản trên Uniswap, cũng như không thể xác định giá trị của token này.\r\n\r\nCó thể thấy nền kinh tế của Mirror.xyz không xoay quanh WRITE token mà xoay quanh các economic tool của dự án. Mirror.xyz đóng vai trò là nền tảng có chức năng kết nối độc giả và creator, đồng thời cung cấp cho creator công cụ để t từ cáạo ra lợi nhuận từ sản phẩm của họ và vận hành, tương tác với cộng đồng.\r\n\r\nCó thể chia mô hình hoạt động của Mirror.xyz thành 2 giai đoạn, giai đoạn đầu và giai đoạn hiện tại.\r\n\r\nỞ giai đoạn đầu Mirror.xyz chủ yếu xoay quanh các hoạt động của WRITE Race:\r\n\r\n<strong>(1)</strong> Thời điểm đầu các công cụ, quyền publish bài ở Mirror.xyz không mở cho tất cả user, muốn sử dụng các công cụ đó người dùng phải trở thành một phần của nền tảng.\r\n\r\n<strong>(2) </strong>Để tạo điều kiện cho người dùng tham gia, Mirror.xyz tổ chức cuộc thi WRITE Race để chọn lọc nội dung và người sáng tạo.\r\n\r\n<strong>(3)</strong> Để khuyến khích người dùng tham gia đăng tải nội dung, Mirror.xyz trao thưởng cho người chiến thắng qua WRITE token và cung cấp các công cụ hỗ trợ publish bài viết:\r\n<ul>\r\n <li>Writer chiến thắng được coi là một phần Mirror.xyz, toàn quyền sử dụng các loại tool trong bài viết: publishing, split, crowdfund…</li>\r\n <li>Writer được thưởng WRITE token, được sử dụng để redeem qua subdomain riêng biệt của người đó.</li>\r\n <li>WRITE token cũng được sử dụng để vote cho những bài viết dự thi trong tương lai, tham gia vote proposal từ Mirror.xyz.</li>\r\n</ul>\r\n<strong>(4) </strong>Sau khoảng 6 tháng hoạt động với mô hình trên, Mirror.xyz đã gây được tiếng vang và sự chú ý trong cộng đồng, trở thành publishing platform dành cho người dùng Web3 native.\r\n\r\n→ Writer cũng chính là người đồng sở hữu nền tảng Mirror. Đây là mối quan hệ win-win, writer giữ trách nhiệm thu hút người đọc, đảm bảo chất lượng nội dung, Mirror.xyz đóng vai trò cung cấp công cụ giúp writer gọi vốn, xây dựng cộng đồng, kiếm tiền từ các nội dung của writer.\r\n\r\nThời điểm này, Mirror nhận thấy thị trường nền tảng publish content <strong>Web3</strong> còn rất mới và chưa có bên nào chiếm thị phần, số lượng dự án/DAO tăng mạnh dẫn đến nhu cầu sử dụng một nền tảng để kết nối với người đọc cũng tăng mạnh. Vì vậy, Mirror bắt đầu “mở cửa” toàn bộ sản phẩm, trở thành một nền tảng hoạt động phi tập trung.\r\n<h3 id=\"section-3\">Giai đoạn hiện tại</h3>\r\nSau khi đã có lượng base writer đầy đủ và chất lượng content ổn định, Mirror.xyz hướng tới mở rộng đối tượng phục vụ thành tất cả những người dùng Web3 có mong muốn chia sẻ kiến thức. Khi không còn phần thưởng từ WRITE Race, đâu sẽ là động lực để người dùng tham gia đóng góp content trên Mirror.xyz?\r\n\r\nCâu trả lời là các công cụ economic tools, Mirror.xyz phát triển và cung cấp cho người sáng tạo nội dung nhiều công cụ mới giúp họ kiếm tiền từ các bài viết. Không chỉ mở các chức năng <strong>publishing</strong>, người dùng hiện đã có thể dễ dàng tiếp cận tất cả <strong>economics blocks</strong> và nhúng vào bài viết của mình.\r\n\r\n</div>","Phân tích mô hình hoạt động Mirror.xyz (WRITE)","","inherit","closed","closed","","67-revision-v1","","","2022-07-31 10:18:07","2022-07-31 03:18:07","","67","http://localhost/coin/?p=69","0","revision","","0"), ("71","3","2022-07-31 10:19:02","2022-07-31 03:19:02","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Theo Coingecko, có đến hơn 70 đồng Stablecoin đang hiện diện trên thị trường. Vốn hóa thì có hạn, vậy các Stablecoin này làm thế nào để dành lấy “miếng bánh” thị phần?</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nCó thể nói, ngoài xu hướng downtrend, một trong những chủ đề được nhắc nhiều nhất giữa đầu năm 2022, chính là <strong>stablecoin</strong>.\r\n\r\nTheo CoinGecko, có đến hơn 70 dự án stablecoin trên thị trường. Vốn hóa thì có hạn, nên các bên phải có chiến lược để giành lấy “miếng bánh” thị phần. Bài viết dưới đây giúp bạn hệ thống lại những nước đi của stablecoin và kết quả. Từ đó rút nhìn ra được chiến lược đầu tư.\r\n\r\nCó nhiều cách phân loại stablecoin. Nhưng trong bài viết tạm chia thành Centralized Stablecoin (những stablecoin phổ biến, do công ty phát hành như USDC, USDT), và Decentralized Stablecoin.\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Cuối thời kì hoàng kim của UST, rất nhiều cái tên stablecoin mọc lên tranh giành thị phần.</li>\r\n <li>Không chỉ những dự án chuyên về stablecoin, hệ sinh thái và nền tảng Lending cũng tham gia cuộc chơi.</li>\r\n <li>Chưa có bằng chứng cho thấy stablecoin của bên nào ổn định về giá.</li>\r\n <li>DAI giữ giá ổn định hơn các đối thủ một phần đến từ Peg Stability Module (PSM), cũng như thanh khoản lớn trên Uniswap V3.</li>\r\n</ul>\r\n<h2 id=\"section-0\">Centralized Stablecoin</h2>\r\nCentralized Stablecoin là các stablecoin được kiểm soát bởi một tổ chức, với cơ chế là có tài sản backed ở phía sau để mint ra chúng. Ví dụ phổ biến cho stablecoin này là USDT và USDC.\r\n\r\n<strong>USDT </strong>và <strong>USDC </strong>là hai stablecoin cực kì phổ thông, tổng cộng chiếm hơn 60% vốn hóa stablecoin. Ví dụ điển hình cho việc được nhiều người sử dụng, đó là các một trong những đồng Crypto đầu tiên mọi người mua thường là USDT.\r\n\r\nLý do cho sự thống trị này là ngoài việc ra đời đã lâu nên được nhiều người biết đến, thì các stablecoin tập trung cũng có tổ chức lớn đứng sau (USDT là Tether, USDC là Circle). Nên chiến lược của nhóm này không có quá nhiều điều để nói ngoài việc xây dựng lòng tin từ công ty phía sau. Công ty càng vững chắc, lớn mạnh, thì các stablecoin càng được tin dùng.\r\n\r\nDo đó, nội dung bài viết tập trung vào chiến lược của những dự án stablecoin phi tập trung (decentralized stablecoin), hoặc không có công ty lớn đứng sau.\r\n<h2 id=\"section-1\">Decentralized Stablecoin</h2>\r\nDecentralized Stablecoin bao gồm các dạng như algorithmic stablecoin, stablecoin được backed bởi tài sản crypto,... Vào khoảng tháng 3/2022 trở về trước, dưới đây là một số chiến lược nổi bật của các stablecoin:\r\n<h3 id=\"section-2\">Tạo lập liên minh</h3>\r\nLấy ví dụ với FRAX của Frax Finance. FRAX là stablecoin kết hợp giữa mô hình UST và USDC, trong thời kỳ stablecoin bùng nổ vừa qua, vốn hóa của FRAX đã gần chạm 3 tỉ USD.\r\n\r\nVề cơ bản, mô hình hoạt động của FRAX cũng không có quá nhiều khác biệt, sự tăng trưởng mạnh của FRAX đến từ chiến lược phát triển.\r\n\r\nĐầu tiên là chiến lược <strong>multi-chain</strong>, Frax liên tục phát hành trên các blockchain khác như Avalanche, Fantom, BSC, Harmony, Solana… Khi thị trường L1 bùng nổ, nhu cầu stablecoin cao, FRAX được hưởng lợi từ hướng đi multi-chain này, đặc biệt nhất là trên Avalanche và Fantom.\r\n\r\nThứ hai là việc tích hợp và hợp tác với các dự án, đây là hướng đi tạo nhu cầu sử dụng cho stablecoin, một số đối tác lớn của Frax có thể kể đến như TempleDAO, Ondo Finance,...\r\n\r\nNhưng dù có chiến lược tốt, Frax vẫn bị ảnh hưởng bởi downtrend khi BTC giảm dần từ đỉnh tạo ra vào tháng 11/2021. Cụ thể, vốn hóa Frax vào tháng 6/2022 chỉ còn 1.5 tỉ USD, tức chia đôi từ 3 tỉ USD vào tháng 3/2022.\r\n\r\nNgoài FRAX, số lượng dự án đi theo cách này còn nhiều cái tên khác như FEI với thương vụ mua Rari Capital; CASH với sự hợp tác cùng Sencha, Saber, Saros, Quarry, Tribeca… để hứa hẹn là stablecoin tiềm năng trên Solana; hoặc MIM của Abracadabra.\r\n<h3 id=\"section-3\">Các hệ sinh thái tham gia cuộc chơi stablecoin</h3>\r\nUST là trường hợp đầu tiên là <strong>stablecoin thuật toán</strong> nhưng vào top 5 dự án stablecoin có vốn hóa lớn nhất. Đó là vào tháng 12/2021, UST chính thức soán ngôi DAI với gần 9 tỉ USD vốn hóa.\r\n\r\n</div>","Sân chơi Stablecoin 2022: Khi Stablecoin trở thành tiêu điểm","","publish","open","open","","san-choi-stablecoin-2022-khi-stablecoin-tro-thanh-tieu-diem","","","2022-07-31 10:19:02","2022-07-31 03:19:02","","0","http://localhost/coin/?p=71","0","post","","0"), ("72","3","2022-07-31 10:18:57","2022-07-31 03:18:57","","stablecoin-5mAhcjpdvrhngWO0","","inherit","open","closed","","stablecoin-5mahcjpdvrhngwo0","","","2022-07-31 10:18:57","2022-07-31 03:18:57","","71","http://localhost/coin/wp-content/uploads/2022/07/stablecoin-5mAhcjpdvrhngWO0.webp","0","attachment","image/webp","0"), ("73","3","2022-07-31 10:19:02","2022-07-31 03:19:02","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Theo Coingecko, có đến hơn 70 đồng Stablecoin đang hiện diện trên thị trường. Vốn hóa thì có hạn, vậy các Stablecoin này làm thế nào để dành lấy “miếng bánh” thị phần?</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nCó thể nói, ngoài xu hướng downtrend, một trong những chủ đề được nhắc nhiều nhất giữa đầu năm 2022, chính là <strong>stablecoin</strong>.\r\n\r\nTheo CoinGecko, có đến hơn 70 dự án stablecoin trên thị trường. Vốn hóa thì có hạn, nên các bên phải có chiến lược để giành lấy “miếng bánh” thị phần. Bài viết dưới đây giúp bạn hệ thống lại những nước đi của stablecoin và kết quả. Từ đó rút nhìn ra được chiến lược đầu tư.\r\n\r\nCó nhiều cách phân loại stablecoin. Nhưng trong bài viết tạm chia thành Centralized Stablecoin (những stablecoin phổ biến, do công ty phát hành như USDC, USDT), và Decentralized Stablecoin.\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Cuối thời kì hoàng kim của UST, rất nhiều cái tên stablecoin mọc lên tranh giành thị phần.</li>\r\n <li>Không chỉ những dự án chuyên về stablecoin, hệ sinh thái và nền tảng Lending cũng tham gia cuộc chơi.</li>\r\n <li>Chưa có bằng chứng cho thấy stablecoin của bên nào ổn định về giá.</li>\r\n <li>DAI giữ giá ổn định hơn các đối thủ một phần đến từ Peg Stability Module (PSM), cũng như thanh khoản lớn trên Uniswap V3.</li>\r\n</ul>\r\n<h2 id=\"section-0\">Centralized Stablecoin</h2>\r\nCentralized Stablecoin là các stablecoin được kiểm soát bởi một tổ chức, với cơ chế là có tài sản backed ở phía sau để mint ra chúng. Ví dụ phổ biến cho stablecoin này là USDT và USDC.\r\n\r\n<strong>USDT </strong>và <strong>USDC </strong>là hai stablecoin cực kì phổ thông, tổng cộng chiếm hơn 60% vốn hóa stablecoin. Ví dụ điển hình cho việc được nhiều người sử dụng, đó là các một trong những đồng Crypto đầu tiên mọi người mua thường là USDT.\r\n\r\nLý do cho sự thống trị này là ngoài việc ra đời đã lâu nên được nhiều người biết đến, thì các stablecoin tập trung cũng có tổ chức lớn đứng sau (USDT là Tether, USDC là Circle). Nên chiến lược của nhóm này không có quá nhiều điều để nói ngoài việc xây dựng lòng tin từ công ty phía sau. Công ty càng vững chắc, lớn mạnh, thì các stablecoin càng được tin dùng.\r\n\r\nDo đó, nội dung bài viết tập trung vào chiến lược của những dự án stablecoin phi tập trung (decentralized stablecoin), hoặc không có công ty lớn đứng sau.\r\n<h2 id=\"section-1\">Decentralized Stablecoin</h2>\r\nDecentralized Stablecoin bao gồm các dạng như algorithmic stablecoin, stablecoin được backed bởi tài sản crypto,... Vào khoảng tháng 3/2022 trở về trước, dưới đây là một số chiến lược nổi bật của các stablecoin:\r\n<h3 id=\"section-2\">Tạo lập liên minh</h3>\r\nLấy ví dụ với FRAX của Frax Finance. FRAX là stablecoin kết hợp giữa mô hình UST và USDC, trong thời kỳ stablecoin bùng nổ vừa qua, vốn hóa của FRAX đã gần chạm 3 tỉ USD.\r\n\r\nVề cơ bản, mô hình hoạt động của FRAX cũng không có quá nhiều khác biệt, sự tăng trưởng mạnh của FRAX đến từ chiến lược phát triển.\r\n\r\nĐầu tiên là chiến lược <strong>multi-chain</strong>, Frax liên tục phát hành trên các blockchain khác như Avalanche, Fantom, BSC, Harmony, Solana… Khi thị trường L1 bùng nổ, nhu cầu stablecoin cao, FRAX được hưởng lợi từ hướng đi multi-chain này, đặc biệt nhất là trên Avalanche và Fantom.\r\n\r\nThứ hai là việc tích hợp và hợp tác với các dự án, đây là hướng đi tạo nhu cầu sử dụng cho stablecoin, một số đối tác lớn của Frax có thể kể đến như TempleDAO, Ondo Finance,...\r\n\r\nNhưng dù có chiến lược tốt, Frax vẫn bị ảnh hưởng bởi downtrend khi BTC giảm dần từ đỉnh tạo ra vào tháng 11/2021. Cụ thể, vốn hóa Frax vào tháng 6/2022 chỉ còn 1.5 tỉ USD, tức chia đôi từ 3 tỉ USD vào tháng 3/2022.\r\n\r\nNgoài FRAX, số lượng dự án đi theo cách này còn nhiều cái tên khác như FEI với thương vụ mua Rari Capital; CASH với sự hợp tác cùng Sencha, Saber, Saros, Quarry, Tribeca… để hứa hẹn là stablecoin tiềm năng trên Solana; hoặc MIM của Abracadabra.\r\n<h3 id=\"section-3\">Các hệ sinh thái tham gia cuộc chơi stablecoin</h3>\r\nUST là trường hợp đầu tiên là <strong>stablecoin thuật toán</strong> nhưng vào top 5 dự án stablecoin có vốn hóa lớn nhất. Đó là vào tháng 12/2021, UST chính thức soán ngôi DAI với gần 9 tỉ USD vốn hóa.\r\n\r\n</div>","Sân chơi Stablecoin 2022: Khi Stablecoin trở thành tiêu điểm","","inherit","closed","closed","","71-revision-v1","","","2022-07-31 10:19:02","2022-07-31 03:19:02","","71","http://localhost/coin/?p=73","0","revision","","0"), ("74","3","2022-07-31 10:19:36","2022-07-31 03:19:36","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Bài viết nghiên cứu về chủ đề GameFi được thực hiện bởi team Coin98 Insights, từ đó dự phóng về tiềm năng của mảnh ghép này trong thị trường Crypto.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Những thông tin được cung cấp trong bài bao gồm:</strong>\r\n<ol>\r\n <li><strong>Nghiên cứu về thị trường game truyền thống:</strong> Đâu là nguyên nhân thành công của các tựa game, mô hình doanh thu và bối cảnh hiện tại.</li>\r\n <li><strong>Nghiên cứu về GameFi:</strong> Đâu là nguyên nhân thất bại của các dự án GameFi, các tiêu chí cốt lõi để đánh giá một dự án GameFi.</li>\r\n <li><strong>Dự phóng về GameFi:</strong> Liệu GameFi có tiềm năng, hướng phát triển của các yếu tố cốt lõi trong GameFi, nơi nhận về nhiều giá trị khi GameFi phát triển.</li>\r\n</ol>\r\n<h2 id=\"section-0\">Thị trường Game truyền thống</h2>\r\n<h3 id=\"section-1\">Tổng quan</h3>\r\n(1) Game truyền thống hiện tại đã rất phát triển.\r\n\r\n(2) Người chơi sẽ tham gia và ở lại những game đáp ứng được tháp nhu cầu của bản thân.\r\n\r\n(3) Những tựa game nổi tiếng nhất thường có một số đặc điểm sau:\r\n<ul>\r\n <li>Có tính cộng đồng.</li>\r\n <li>Có tính sáng tạo.</li>\r\n <li>Có tính cạnh tranh.</li>\r\n <li>Free to Play (nhưng vẫn tạo ra được nhiều doanh thu).</li>\r\n</ul>\r\n(4) PC và mobile game đang chiếm hầu hết thị phần thị trường. Model Free-to-play, pay-for-convenience đã chứng minh thành công với các tựa game PC/Mobile.\r\n\r\n(5) Chiến lược phát triển hợp lý của các tựa game PC/Mobile là tạo ra một game có nội dung tốt, không có rào cản tham gia để thu hút người dùng. Người chơi khi tham gia có thể lựa chọn việc trả tiền để giúp bản thân nổi bật hơn. Mấu chốt là chất lượng game tốt để thu hút người dùng.\r\n\r\n(6) Thị phần game console đang tập trung chủ yếu vào một vài tên tuổi lớn. Phần cứng (máy điện tử, tay cầm...) là điểm mạnh của họ và khó có thể xuất hiện tên tuổi mới cạnh tranh. Doanh thu game console có tính chu kỳ và phụ thuộc nhiều vào những tựa game mới ra mắt.\r\n\r\n(7) Đang dần xuất hiện các tựa game ở những nhánh mới như VR/AR game và cloud game. Tuy còn mới nhưng VR/AR và cloud game có unique selling point riêng mà các nhánh game khác không có.\r\n<h3 id=\"section-2\">Xu hướng phát triển game</h3>\r\nKhởi nguyên cho xu hướng phát triển của game được dựa trên tháp nhu cầu Maslow.\r\n\r\nTheo tháp Maslow, Gaming mặc định hai tầng đầu luôn được đáp ứng:\r\n<ul>\r\n <li><strong>Tầng 1 (Nhu cầu sinh học):</strong> Đủ sức khỏe để chơi game.</li>\r\n <li><strong>Tầng 2 (Nhu cầu được an toàn):</strong> Chơi game không khiến bản thân gặp nguy hiểm từ bên ngoài.</li>\r\n</ul>\r\nTừ đó phát triển các yếu tố tầng trên:\r\n<ul>\r\n <li><strong>Tầng 3 (Nhu cầu xã hội):</strong> Chơi game giúp bản thân được tham gia vào một cộng đồng nào đó đặc biệt là các game online nơi có thể tương tác với nhau.</li>\r\n <li><strong>Tầng 4 (Nhu cầu được tôn trọng):</strong> Chơi game tạo một cảm giác thành tựu hoặc là đã đạt được một điều gì đó.</li>\r\n <li><strong>Tầng 5 (Nhu cầu được khẳng định bản thân):</strong> Chơi game đủ hay giúp thể hiện bản thân.</li>\r\n</ul>\r\nVận dụng tháp Maslow để nhìn vào biểu đồ về quá trình hình thành và phát triển của game trong 50 năm ta có thể hiểu nguyên nhân về tăng trưởng cũng như sụp đổ của các loại hình game.\r\n\r\n</div>\r\n<div>\r\n\r\nCác tựa game Console cũng tương tự, dù game có hay đến đâu nhưng nếu chỉ đáp ứng được tầng 4 và 5 của tháp thì cũng khó có thể duy trì. Do đó game console mang tính chu kỳ và các game mới cần thay đổi đều đặn hàng năm.\r\n\r\nLý do game console chưa đánh mất thị phần vì nguồn game mới vẫn đủ hấp dẫn, có chế độ online và các sự kiện lớn giúp kết nối cộng đồng game console như hội chợ giải trí điện tử E3.\r\n\r\nViệc Internet phát triển đã kéo theo sự bùng nổ của thị trường gaming PC và mobile với yếu tố Online/PVP, tầng 3 của tháp Maslow được đáp ứng giúp cho sự phát triển của những tựa game trên các nền tảng này.\r\n\r\nKhi đã đáp ứng được tầng 3, những tựa game nổi bật hơn sẽ đáp ứng được tầng 4 và tầng 5 của tháp nhu cầu. Đó là lý do chúng ta thường thấy phần achievements trong game (tầng 4) và những giải đấu hoặc leaderboard để xếp hạng người chơi (tầng 5).\r\n\r\n</div>","Nghiên cứu GameFi: Chìa khóa thành công của một dự án GameFi","","publish","open","open","","nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi","","","2022-07-31 10:19:36","2022-07-31 03:19:36","","0","http://localhost/coin/?p=74","0","post","","0"), ("75","3","2022-07-31 10:19:32","2022-07-31 03:19:32","","researchgamefi-Y52VNVrBiwrB2frV","","inherit","open","closed","","researchgamefi-y52vnvrbiwrb2frv","","","2022-07-31 10:19:32","2022-07-31 03:19:32","","74","http://localhost/coin/wp-content/uploads/2022/07/research20gamefi-Y52VNVrBiwrB2frV.webp","0","attachment","image/webp","0"), ("76","3","2022-07-31 10:19:36","2022-07-31 03:19:36","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Bài viết nghiên cứu về chủ đề GameFi được thực hiện bởi team Coin98 Insights, từ đó dự phóng về tiềm năng của mảnh ghép này trong thị trường Crypto.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Những thông tin được cung cấp trong bài bao gồm:</strong>\r\n<ol>\r\n <li><strong>Nghiên cứu về thị trường game truyền thống:</strong> Đâu là nguyên nhân thành công của các tựa game, mô hình doanh thu và bối cảnh hiện tại.</li>\r\n <li><strong>Nghiên cứu về GameFi:</strong> Đâu là nguyên nhân thất bại của các dự án GameFi, các tiêu chí cốt lõi để đánh giá một dự án GameFi.</li>\r\n <li><strong>Dự phóng về GameFi:</strong> Liệu GameFi có tiềm năng, hướng phát triển của các yếu tố cốt lõi trong GameFi, nơi nhận về nhiều giá trị khi GameFi phát triển.</li>\r\n</ol>\r\n<h2 id=\"section-0\">Thị trường Game truyền thống</h2>\r\n<h3 id=\"section-1\">Tổng quan</h3>\r\n(1) Game truyền thống hiện tại đã rất phát triển.\r\n\r\n(2) Người chơi sẽ tham gia và ở lại những game đáp ứng được tháp nhu cầu của bản thân.\r\n\r\n(3) Những tựa game nổi tiếng nhất thường có một số đặc điểm sau:\r\n<ul>\r\n <li>Có tính cộng đồng.</li>\r\n <li>Có tính sáng tạo.</li>\r\n <li>Có tính cạnh tranh.</li>\r\n <li>Free to Play (nhưng vẫn tạo ra được nhiều doanh thu).</li>\r\n</ul>\r\n(4) PC và mobile game đang chiếm hầu hết thị phần thị trường. Model Free-to-play, pay-for-convenience đã chứng minh thành công với các tựa game PC/Mobile.\r\n\r\n(5) Chiến lược phát triển hợp lý của các tựa game PC/Mobile là tạo ra một game có nội dung tốt, không có rào cản tham gia để thu hút người dùng. Người chơi khi tham gia có thể lựa chọn việc trả tiền để giúp bản thân nổi bật hơn. Mấu chốt là chất lượng game tốt để thu hút người dùng.\r\n\r\n(6) Thị phần game console đang tập trung chủ yếu vào một vài tên tuổi lớn. Phần cứng (máy điện tử, tay cầm...) là điểm mạnh của họ và khó có thể xuất hiện tên tuổi mới cạnh tranh. Doanh thu game console có tính chu kỳ và phụ thuộc nhiều vào những tựa game mới ra mắt.\r\n\r\n(7) Đang dần xuất hiện các tựa game ở những nhánh mới như VR/AR game và cloud game. Tuy còn mới nhưng VR/AR và cloud game có unique selling point riêng mà các nhánh game khác không có.\r\n<h3 id=\"section-2\">Xu hướng phát triển game</h3>\r\nKhởi nguyên cho xu hướng phát triển của game được dựa trên tháp nhu cầu Maslow.\r\n\r\nTheo tháp Maslow, Gaming mặc định hai tầng đầu luôn được đáp ứng:\r\n<ul>\r\n <li><strong>Tầng 1 (Nhu cầu sinh học):</strong> Đủ sức khỏe để chơi game.</li>\r\n <li><strong>Tầng 2 (Nhu cầu được an toàn):</strong> Chơi game không khiến bản thân gặp nguy hiểm từ bên ngoài.</li>\r\n</ul>\r\nTừ đó phát triển các yếu tố tầng trên:\r\n<ul>\r\n <li><strong>Tầng 3 (Nhu cầu xã hội):</strong> Chơi game giúp bản thân được tham gia vào một cộng đồng nào đó đặc biệt là các game online nơi có thể tương tác với nhau.</li>\r\n <li><strong>Tầng 4 (Nhu cầu được tôn trọng):</strong> Chơi game tạo một cảm giác thành tựu hoặc là đã đạt được một điều gì đó.</li>\r\n <li><strong>Tầng 5 (Nhu cầu được khẳng định bản thân):</strong> Chơi game đủ hay giúp thể hiện bản thân.</li>\r\n</ul>\r\nVận dụng tháp Maslow để nhìn vào biểu đồ về quá trình hình thành và phát triển của game trong 50 năm ta có thể hiểu nguyên nhân về tăng trưởng cũng như sụp đổ của các loại hình game.\r\n\r\n</div>\r\n<div>\r\n\r\nCác tựa game Console cũng tương tự, dù game có hay đến đâu nhưng nếu chỉ đáp ứng được tầng 4 và 5 của tháp thì cũng khó có thể duy trì. Do đó game console mang tính chu kỳ và các game mới cần thay đổi đều đặn hàng năm.\r\n\r\nLý do game console chưa đánh mất thị phần vì nguồn game mới vẫn đủ hấp dẫn, có chế độ online và các sự kiện lớn giúp kết nối cộng đồng game console như hội chợ giải trí điện tử E3.\r\n\r\nViệc Internet phát triển đã kéo theo sự bùng nổ của thị trường gaming PC và mobile với yếu tố Online/PVP, tầng 3 của tháp Maslow được đáp ứng giúp cho sự phát triển của những tựa game trên các nền tảng này.\r\n\r\nKhi đã đáp ứng được tầng 3, những tựa game nổi bật hơn sẽ đáp ứng được tầng 4 và tầng 5 của tháp nhu cầu. Đó là lý do chúng ta thường thấy phần achievements trong game (tầng 4) và những giải đấu hoặc leaderboard để xếp hạng người chơi (tầng 5).\r\n\r\n</div>","Nghiên cứu GameFi: Chìa khóa thành công của một dự án GameFi","","inherit","closed","closed","","74-revision-v1","","","2022-07-31 10:19:36","2022-07-31 03:19:36","","74","http://localhost/coin/?p=76","0","revision","","0"), ("77","3","2022-07-31 10:20:17","2022-07-31 03:20:17","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Account abstraction (AA) là gì? Liệu đây có phải công cụ dẫn tới crypto adoption? Cùng tìm hiểu trong bài viết hôm nay.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nVới những người theo dõi lâu năm của Vitalik Buterin hay những người ủng hộ Ethereum sẽ không mấy xa lạ với cụm từ account abstraction trong thời gian gần đây. Đây là khái niệm được Vitalik nhắc tới rất nhiều, không chỉ vậy, Vitalik đã đề xuất một vài proposal dành riêng cho việc triển khai Account Abstraction và coi đây là long-term dream của các developers trên Ethereum.\r\n\r\nMới đây nhất, 2 dự án đang phát triển của mảng Layer 2 là StarkNet và zkSync đã đưa ra thông báo sẽ chạy mô hình native account abstraction của riêng họ.\r\n<h3 id=\"section-0\">Account abstraction là gì?</h3>\r\nAccount abstraction (AA) là một loại Ethereum Account, đề xuất AA này cho phép chuyển đổi các loại tài khoản thành các <strong>hợp đồng thông minh</strong> với logic riêng của chúng để có thể tự xác định thế nào là một giao dịch hợp lệ, trả phí giao dịch và thực hiện việc khởi tạo giao dịch.\r\n\r\nTrong thuật ngữ ngành khoa học máy tính, các tài khoản đó được coi là đã được trừu tượng hoá (abstracted), từ đó dẫn đến cái tên Account abstraction.\r\n\r\nĐiều này có nghĩa là sẽ không còn trường hợp một tài khoản được sử dụng cho tất cả các mục đích. Giống như việc tách các “vật thể” đang nắm giữ token (account) ra khỏi “vật thể” được sử dụng để trao quyền/cho phép giao dịch các token (signer).\r\n\r\nViệc này hướng tới việc giúp cho mỗi user có thể có một loại tài khoản phù hợp với nhu cầu cá nhân của họ.\r\n\r\nVới những user muốn sử dụng thuật toán xác minh chữ ký khác ngoài ECDSA, sử dụng nhiều key để cấp quyền các giao dịch, thay đổi signer của tài khoản mỗi tuần, họ có thể viết một tài khoản riêng để thực hiện những điều đó.\r\n\r\nTrên thực tế, khái niệm Account abstraction không phải quá mới, <strong>Vitalik </strong>đã đề cập đến AA từ đề xuất EIP-86 của Ethereum từ năm 2017, tuy nhiên do yêu cầu quá nhiều thay đổi từ protocol để thực hiện. Sau đó, Vitalik đã cập nhật thêm các bản cải tiến là EIP-2938 và phiên bản gần nhất là EIP-4337 để có thể dễ dàng triển khai hơn.\r\n\r\nHai dự án đã công bố chính thức áp dụng Account abstraction là các dự án Layer 2 StarkNet và zkSync phiên bản 2.0.\r\n<h3 id=\"section-1\">Ethereum Account là gì?</h3>\r\nEthereum Account được định nghĩa là một thực thể (entity) có số dư ETH và có thể thực hiện các giao dịch trên mạng lưới Ethereum. Các account có thể do người dùng điều khiển hoặc cũng có thể được triển khai dưới dạng hợp đồng thông minh.\r\n\r\nEthereum có 2 loại account chính:\r\n<ul>\r\n <li><strong>Externally-owned Accounts (EOA): </strong>Kiểm soát bởi bất kì ai chỉ cần người đó nắm giữ <strong>private key</strong>.</li>\r\n <li><strong>Contract Accounts (CA):</strong> Là các hợp đồng thông minh được triển khai trên mạng lưới, kiểm soát bởi các dòng code.</li>\r\n</ul>\r\nCả 2 loại tài khoản trên đều có những khả năng:\r\n<ul>\r\n <li>Nhận, giữ, gửi ETH và các loại token trên mạng Ethereum.</li>\r\n <li>Tương tác với các smart contracts khác.</li>\r\n</ul>\r\nMột vài điểm khác biệt cơ bản giữa 2 loại tài khoản:\r\n<h3>Với Externally-owned:</h3>\r\n<ul>\r\n <li>Tạo các toàn khoản Externally-owned đơn giản và miễn phí.</li>\r\n <li>Có thể khởi tạo các giao dịch.</li>\r\n <li>Giao dịch giữa 2 toàn khoản Externally-owned chỉ có thể là giao dịch chuyển ETH/token.</li>\r\n</ul>\r\n<h4>Với Contract:</h4>\r\n<ul>\r\n <li>Việc tạo một contract sẽ cần có một khoản phí do sử dụng bộ nhớ mạng</li>\r\n <li>Chỉ có thể gửi giao dịch khi nhận được giao dịch</li>\r\n <li>Các giao dịch từ tài khoản External tới một tài khoản Contract có thể kích hoạt mã code thực thi nhiều hành động khác nhau như giao dịch token, tạo một contract mới…</li>\r\n</ul>\r\n<h4>4 đặc tính Externally-owned:</h4>\r\nNhìn chung, cả 2 loại tài khoản đều có 4 đặc tính:\r\n<ul>\r\n <li><strong>Nonce: </strong>Một bộ đếm cho biết số lượng giao dịch được gửi từ tài khoản, đảm bảo các giao dịch sẽ chỉ được thực hiện 1 lần. Với Contract account, con số này đại diện cho số contracts được tạo bởi tài khoản này.</li>\r\n <li><strong>Balance: </strong>Số dư đại diện cho lượng ETH tài khoản sở hữu</li>\r\n <li><strong>codeHash: </strong>Mã hàm băm này được tham khảo từ mã của một tài khoản trên <strong>Ethereum Virtual Machine</strong> (EVM). Tài khoản Contract có các đoạn mã được lập trình để thực hiện các hoạt động khác nhau. Khác với các trường đặc tính khác, mã này không thể bị thay đổi.</li>\r\n <li><strong>storageRoot:</strong> Hay còn được gọi là hàm băm lữu trữ (storage hash), được sử dụng để mã hoá hàm băm của nội dung được lữu trữ trên tài khoản.</li>\r\n</ul>\r\n</div>","Account abstraction (AA) là gì? Công cụ hướng tới mass adoption","","publish","open","open","","account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption","","","2022-08-01 03:04:15","2022-07-31 20:04:15","","0","http://localhost/coin/?p=77","0","post","","0"), ("78","3","2022-07-31 10:20:13","2022-07-31 03:20:13","","accountabstractionlagi-xBaIF6D5XYz2LVbe","","inherit","open","closed","","accountabstractionlagi-xbaif6d5xyz2lvbe","","","2022-07-31 10:20:13","2022-07-31 03:20:13","","77","http://localhost/coin/wp-content/uploads/2022/07/account20abstraction20laCC8020giCC80-xBaIF6D5XYz2LVbe.webp","0","attachment","image/webp","0"), ("79","3","2022-07-31 10:20:17","2022-07-31 03:20:17","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Account abstraction (AA) là gì? Liệu đây có phải công cụ dẫn tới crypto adoption? Cùng tìm hiểu trong bài viết hôm nay.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nVới những người theo dõi lâu năm của Vitalik Buterin hay những người ủng hộ Ethereum sẽ không mấy xa lạ với cụm từ account abstraction trong thời gian gần đây. Đây là khái niệm được Vitalik nhắc tới rất nhiều, không chỉ vậy, Vitalik đã đề xuất một vài proposal dành riêng cho việc triển khai Account Abstraction và coi đây là long-term dream của các developers trên Ethereum.\r\n\r\nMới đây nhất, 2 dự án đang phát triển của mảng Layer 2 là StarkNet và zkSync đã đưa ra thông báo sẽ chạy mô hình native account abstraction của riêng họ.\r\n<h2 id=\"section-0\">Account abstraction là gì?</h2>\r\nAccount abstraction (AA) là một loại Ethereum Account, đề xuất AA này cho phép chuyển đổi các loại tài khoản thành các <strong>hợp đồng thông minh</strong> với logic riêng của chúng để có thể tự xác định thế nào là một giao dịch hợp lệ, trả phí giao dịch và thực hiện việc khởi tạo giao dịch.\r\n\r\nTrong thuật ngữ ngành khoa học máy tính, các tài khoản đó được coi là đã được trừu tượng hoá (abstracted), từ đó dẫn đến cái tên Account abstraction.\r\n\r\nĐiều này có nghĩa là sẽ không còn trường hợp một tài khoản được sử dụng cho tất cả các mục đích. Giống như việc tách các “vật thể” đang nắm giữ token (account) ra khỏi “vật thể” được sử dụng để trao quyền/cho phép giao dịch các token (signer).\r\n\r\nViệc này hướng tới việc giúp cho mỗi user có thể có một loại tài khoản phù hợp với nhu cầu cá nhân của họ.\r\n\r\nVới những user muốn sử dụng thuật toán xác minh chữ ký khác ngoài ECDSA, sử dụng nhiều key để cấp quyền các giao dịch, thay đổi signer của tài khoản mỗi tuần, họ có thể viết một tài khoản riêng để thực hiện những điều đó.\r\n\r\nTrên thực tế, khái niệm Account abstraction không phải quá mới, <strong>Vitalik </strong>đã đề cập đến AA từ đề xuất EIP-86 của Ethereum từ năm 2017, tuy nhiên do yêu cầu quá nhiều thay đổi từ protocol để thực hiện. Sau đó, Vitalik đã cập nhật thêm các bản cải tiến là EIP-2938 và phiên bản gần nhất là EIP-4337 để có thể dễ dàng triển khai hơn.\r\n\r\nHai dự án đã công bố chính thức áp dụng Account abstraction là các dự án Layer 2 StarkNet và zkSync phiên bản 2.0.\r\n<h2 id=\"section-1\">Ethereum Account là gì?</h2>\r\nEthereum Account được định nghĩa là một thực thể (entity) có số dư ETH và có thể thực hiện các giao dịch trên mạng lưới Ethereum. Các account có thể do người dùng điều khiển hoặc cũng có thể được triển khai dưới dạng hợp đồng thông minh.\r\n\r\nEthereum có 2 loại account chính:\r\n<ul>\r\n <li><strong>Externally-owned Accounts (EOA): </strong>Kiểm soát bởi bất kì ai chỉ cần người đó nắm giữ <strong>private key</strong>.</li>\r\n <li><strong>Contract Accounts (CA):</strong> Là các hợp đồng thông minh được triển khai trên mạng lưới, kiểm soát bởi các dòng code.</li>\r\n</ul>\r\nCả 2 loại tài khoản trên đều có những khả năng:\r\n<ul>\r\n <li>Nhận, giữ, gửi ETH và các loại token trên mạng Ethereum.</li>\r\n <li>Tương tác với các smart contracts khác.</li>\r\n</ul>\r\nMột vài điểm khác biệt cơ bản giữa 2 loại tài khoản:\r\n\r\n<strong>Với Externally-owned:</strong>\r\n<ul>\r\n <li>Tạo các toàn khoản Externally-owned đơn giản và miễn phí.</li>\r\n <li>Có thể khởi tạo các giao dịch.</li>\r\n <li>Giao dịch giữa 2 toàn khoản Externally-owned chỉ có thể là giao dịch chuyển ETH/token.</li>\r\n</ul>\r\n<strong>Với Contract:</strong>\r\n<ul>\r\n <li>Việc tạo một contract sẽ cần có một khoản phí do sử dụng bộ nhớ mạng</li>\r\n <li>Chỉ có thể gửi giao dịch khi nhận được giao dịch</li>\r\n <li>Các giao dịch từ tài khoản External tới một tài khoản Contract có thể kích hoạt mã code thực thi nhiều hành động khác nhau như giao dịch token, tạo một contract mới…</li>\r\n</ul>\r\nNhìn chung, cả 2 loại tài khoản đều có 4 đặc tính:\r\n<ul>\r\n <li><strong>Nonce: </strong>Một bộ đếm cho biết số lượng giao dịch được gửi từ tài khoản, đảm bảo các giao dịch sẽ chỉ được thực hiện 1 lần. Với Contract account, con số này đại diện cho số contracts được tạo bởi tài khoản này.</li>\r\n <li><strong>Balance: </strong>Số dư đại diện cho lượng ETH tài khoản sở hữu</li>\r\n <li><strong>codeHash: </strong>Mã hàm băm này được tham khảo từ mã của một tài khoản trên <strong>Ethereum Virtual Machine</strong> (EVM). Tài khoản Contract có các đoạn mã được lập trình để thực hiện các hoạt động khác nhau. Khác với các trường đặc tính khác, mã này không thể bị thay đổi.</li>\r\n <li><strong>storageRoot:</strong> Hay còn được gọi là hàm băm lữu trữ (storage hash), được sử dụng để mã hoá hàm băm của nội dung được lữu trữ trên tài khoản.</li>\r\n</ul>\r\n</div>","Account abstraction (AA) là gì? Công cụ hướng tới mass adoption","","inherit","closed","closed","","77-revision-v1","","","2022-07-31 10:20:17","2022-07-31 03:20:17","","77","http://localhost/coin/?p=79","0","revision","","0"), ("80","3","2022-07-31 10:20:59","2022-07-31 03:20:59","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Với những người mới rơi vào “hang thỏ” tiền điện tử, thế giới này có thể không giống như những gì bạn nghĩ. Dưới đây là 5 lầm tưởng phổ biến.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n<h2 id=\"section-0\">Khả năng làm giàu</h2>\r\n<h3 id=\"section-1\">Điều tôi nghĩ: Tiền điện tử sẽ giúp tôi giàu có sau một đêm</h3>\r\n<strong>Tiền điện tử </strong>giúp người ta đổi đời sau một đêm là lời quảng cáo của nhiều KOLs được trả tiền để “shill” những dự án vô nghĩa. Giao dịch và đầu tư tiền điện tử có thể giúp người ta kiếm được nhiều tiền, đặc biệt là vào thời kì đầu, nhưng ngày nay, điều đó hiếm khi xảy ra với người mới bước chân vào thị trường.\r\n\r\nGiao dịch tiền điện tử đòi hỏi rất nhiều sự cống hiến, nỗ lực và thành thật mà nói - sự may mắn.\r\n\r\nMột số người đã kiếm bộn tiền, nhưng họ thường là ngoại lệ chứ không phải quy luật.\r\n\r\nNhư Jeremy Cheah, phó giáo sư về tài chính phi tập trung tại Trường Kinh doanh Nottingham, đã nói: “<em>Giao dịch tiền điện tử, giống như tất cả các giao dịch khác, là một trò chơi có tổng bằng 0. Bạn kiếm tiền trên mất mát của người khác</em>”.\r\n<h3 id=\"section-2\">Thực tế là: Tiền điện tử không phải là cách làm giàu nhanh</h3>\r\nĐầu tư vào tiền điện tử có thể là cách hay để kiếm tiền lâu dài, nhưng nó không phải kế hoạch làm giàu nhanh chóng. Chắc hẳn bạn đã từng nghe những câu chuyện đầu tư với tài khoản x100 lần, nhưng thực tế bạn phải chuẩn bị tinh thần để nắm giữ khoản đầu tư của mình trong thời gian dài và thoải mái chấp nhận tất cả rủi ro đi kèm.\r\n\r\nTiền điện tử là một thị trường rất dễ biến động, giá cả thay đổi liên tục, hoặc như chúng ta thấy trong thời gian gần đây - hoàn toàn rơi xuống vực. Khi tham gia vào thị trường, điều quan trọng là bạn phải tự nghiên cứu tìm hiểu (DYOR), đọc các nguồn thông tin chất lượng và chỉ đầu tư những gì bạn có thể mất.\r\n\r\n<strong>Tìm hiểu thêm: Cách tự nghiên cứu hiệu quả khi đầu tư Crypto</strong>\r\n<h2 id=\"section-3\">Độ an toàn</h2>\r\n<h3 id=\"section-4\">Điều tôi nghĩ: Tiền điện tử rất an toàn</h3>\r\nNhiều người mới nghĩ tiền điện tử an toàn vì dữ liệu trên <strong>blockchain</strong> không thể bị thay đổi hay giả mạo. Blockchain tạo ra một cơ sở dữ liệu an toàn và được nắm giữ bởi vô số người dùng, thay vì một bên thứ ba duy nhất. Tuy nhiên, điều này không có nghĩa là blockchain miễn nhiễm với những cuộc tấn công phức tạp.\r\n\r\nNhiều người mới cũng cho rằng vì tiền điện tử có thể được lưu trữ trên máy tính, điện thoại, ví ảo hoặc ví cứng, nên nó cũng an toàn như tiền để trong tài khoản ngân hàng. Nhưng sự thật không hoàn toàn đúng như vậy.\r\n\r\n<strong>Tiền fiat</strong> - bất chấp một số bất cập của nó - được ngân hàng bảo hiểm và bảo vệ. Trong khi đó, trừ khi tiền điện tử của bạn được bảo hiểm bởi một bên thứ ba - vốn vô cùng hiếm hoi - nếu không chúng cũng chỉ an toàn tương đương một mật khẩu trực tuyến. Mà hiện nay đối với một số người, điều này tiềm ẩn nhiều rủi ro.\r\n<h3 id=\"section-5\">Thực tế là: Tiền điện tử là mục tiêu của nhiều cuộc tấn công</h3>\r\nTiền điện tử là mục tiêu của hackers và tội phạm vì trong nhiều trường hợp, ví và khóa của người dùng được kết nối với internet. Vì không có cơ quan thẩm quyền quản lý - một trong những lý do khiến tiền điện tử trở nên rất phổ biến - nên cũng không có ai bảo vệ tiền của người dùng hay bảo đảm cho họ nếu có bất trắc xảy ra.\r\n\r\nHackers có thể và thường xuyên khai thác các “cửa hậu” và lỗi bảo mật chung để trục lợi. Đánh cắp tiền hoặc đột nhập vào sàn giao dịch không phải là hiện tượng hiếm gặp. Cho nên khi giao dịch trong thị trường, hãy cân nhắc xem xét ví hay sàn giao dịch mà bạn định dùng để giữ tiền điện tử trong quá khứ từng bị tấn công chưa hay có cung cấp cơ sở hạ tầng bảo mật tốt không?\r\n\r\nNgoài ra, cũng nên cẩn thận với những nền tảng không rõ nguồn gốc. Sanjay Wadhwani, người sáng lập và CEO của công ty truyền thông blockchain MetaFrames nói:\r\n<blockquote>“<em>Các nhà đầu tư đang mắc sai lầm lớn trong cách họ tương tác với blockchain. Họ chia sẻ key của ví giữ tiền và không phải lúc nào cũng hiểu rõ những nền tảng họ đang giao dịch. Điều quan trọng là luôn biết ai đứng sau tiền điện tử hoặc sàn giao dịch mà bạn đang sử dụng</em>”.</blockquote>\r\n<h2 id=\"section-6\">Khả năng thay thế tiền pháp định</h2>\r\n<h3 id=\"section-7\">Điều tôi nghĩ: Tiền điện tử sẽ thay thế tiền fiat</h3>\r\nTiền điện tử còn tương đối mới, trong khi tiền fiat đã tồn tại trong nhiều thế kỷ. Người ta thường cho là Trung Quốc đã phát hành tiền tệ fiat đầu tiên vào khoảng năm 1,000 sau Công nguyên. Để tiền điện tử có thể thay thế tiền fiat, mọi người sẽ phải chấp nhận chúng một cách hàng loạt so với đồng tiền họ đã quen dùng và hiểu rõ từ trước đến nay.\r\n\r\nTuy nhiên, một khi giá trị và sức mua được thiết lập, điều đó có thể xảy ra. Nếu các thương gia bắt đầu để giá bằng tiền điện tử và nhiều người bắt đầu sử dụng chúng để mua hàng hóa và dịch vụ, một xu hướng mới có thể bắt đầu.\r\n\r\nTuy nhiên, các chính phủ và quan chức sẽ không dễ dàng từ bỏ tiền fiat vì họ đã cất công thiết lập hệ thống kiểm soát để thu thuế và tài trợ cho các chương trình và dịch vụ do chính phủ đứng đầu. Nếu không thu thuế, các chương trình xã hội mà mọi người phụ thuộc vào sẽ biến mất, và các nguồn tài trợ khác của chính phủ có thể cạn kiệt.\r\n<h3 id=\"section-8\">Thực tế là: Chưa có cách nào để kiểm soát lạm phát trong tiền điện tử</h3>\r\nNếu tiền điện tử có thể thay thế tiền fiat, chưa rõ người ta sẽ tìm cách gì để làm tăng tốc hay chậm lại các xu hướng lạm phát. Có thể mất nhiều thập kỷ để đưa ra giải pháp cho vấn đề này.\r\n\r\nHơn nữa, do bản chất phi tập trung của tiền điện tử, sẽ không có cách nào để kiểm soát lạm phát thông qua các chính sách tiền tệ. Các công cụ hiện đại được các ngân hàng trung ương sử dụng để chống lạm phát và thất nghiệp đồng thời thúc đẩy tăng trưởng kinh tế đã mất hơn 100 năm để phát triển.\r\n\r\nTrong khi đó, công nghệ blockchain và tiền điện tử chưa có bất kỳ công cụ tích hợp nào để tác động đến lạm phát, việc làm hay tăng trưởng kinh tế, nên người ta sẽ cần phải tạo ra các chính sách và công cụ tiền tệ mới. Tính phi tập trung hoàn toàn của tiền thông qua tiền điện tử, vì thế, sẽ có những tác động chưa từng có tiền lệ đến nền kinh tế của một quốc gia.\r\n\r\n</div>","“Điều tôi nghĩ và Thực tế là…”: 5 lầm tưởng khi đầu tư Crypto","","publish","open","open","","dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto","","","2022-07-31 10:20:59","2022-07-31 03:20:59","","0","http://localhost/coin/?p=80","0","post","","0"), ("81","3","2022-07-31 10:20:55","2022-07-31 03:20:55","","crypto-newbies-qMjem1wctqZUecLi","","inherit","open","closed","","crypto-newbies-qmjem1wctqzuecli","","","2022-07-31 10:20:55","2022-07-31 03:20:55","","80","http://localhost/coin/wp-content/uploads/2022/07/crypto-newbies-qMjem1wctqZUecLi.webp","0","attachment","image/webp","0"), ("82","3","2022-07-31 10:20:59","2022-07-31 03:20:59","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Với những người mới rơi vào “hang thỏ” tiền điện tử, thế giới này có thể không giống như những gì bạn nghĩ. Dưới đây là 5 lầm tưởng phổ biến.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n<h2 id=\"section-0\">Khả năng làm giàu</h2>\r\n<h3 id=\"section-1\">Điều tôi nghĩ: Tiền điện tử sẽ giúp tôi giàu có sau một đêm</h3>\r\n<strong>Tiền điện tử </strong>giúp người ta đổi đời sau một đêm là lời quảng cáo của nhiều KOLs được trả tiền để “shill” những dự án vô nghĩa. Giao dịch và đầu tư tiền điện tử có thể giúp người ta kiếm được nhiều tiền, đặc biệt là vào thời kì đầu, nhưng ngày nay, điều đó hiếm khi xảy ra với người mới bước chân vào thị trường.\r\n\r\nGiao dịch tiền điện tử đòi hỏi rất nhiều sự cống hiến, nỗ lực và thành thật mà nói - sự may mắn.\r\n\r\nMột số người đã kiếm bộn tiền, nhưng họ thường là ngoại lệ chứ không phải quy luật.\r\n\r\nNhư Jeremy Cheah, phó giáo sư về tài chính phi tập trung tại Trường Kinh doanh Nottingham, đã nói: “<em>Giao dịch tiền điện tử, giống như tất cả các giao dịch khác, là một trò chơi có tổng bằng 0. Bạn kiếm tiền trên mất mát của người khác</em>”.\r\n<h3 id=\"section-2\">Thực tế là: Tiền điện tử không phải là cách làm giàu nhanh</h3>\r\nĐầu tư vào tiền điện tử có thể là cách hay để kiếm tiền lâu dài, nhưng nó không phải kế hoạch làm giàu nhanh chóng. Chắc hẳn bạn đã từng nghe những câu chuyện đầu tư với tài khoản x100 lần, nhưng thực tế bạn phải chuẩn bị tinh thần để nắm giữ khoản đầu tư của mình trong thời gian dài và thoải mái chấp nhận tất cả rủi ro đi kèm.\r\n\r\nTiền điện tử là một thị trường rất dễ biến động, giá cả thay đổi liên tục, hoặc như chúng ta thấy trong thời gian gần đây - hoàn toàn rơi xuống vực. Khi tham gia vào thị trường, điều quan trọng là bạn phải tự nghiên cứu tìm hiểu (DYOR), đọc các nguồn thông tin chất lượng và chỉ đầu tư những gì bạn có thể mất.\r\n\r\n<strong>Tìm hiểu thêm: Cách tự nghiên cứu hiệu quả khi đầu tư Crypto</strong>\r\n<h2 id=\"section-3\">Độ an toàn</h2>\r\n<h3 id=\"section-4\">Điều tôi nghĩ: Tiền điện tử rất an toàn</h3>\r\nNhiều người mới nghĩ tiền điện tử an toàn vì dữ liệu trên <strong>blockchain</strong> không thể bị thay đổi hay giả mạo. Blockchain tạo ra một cơ sở dữ liệu an toàn và được nắm giữ bởi vô số người dùng, thay vì một bên thứ ba duy nhất. Tuy nhiên, điều này không có nghĩa là blockchain miễn nhiễm với những cuộc tấn công phức tạp.\r\n\r\nNhiều người mới cũng cho rằng vì tiền điện tử có thể được lưu trữ trên máy tính, điện thoại, ví ảo hoặc ví cứng, nên nó cũng an toàn như tiền để trong tài khoản ngân hàng. Nhưng sự thật không hoàn toàn đúng như vậy.\r\n\r\n<strong>Tiền fiat</strong> - bất chấp một số bất cập của nó - được ngân hàng bảo hiểm và bảo vệ. Trong khi đó, trừ khi tiền điện tử của bạn được bảo hiểm bởi một bên thứ ba - vốn vô cùng hiếm hoi - nếu không chúng cũng chỉ an toàn tương đương một mật khẩu trực tuyến. Mà hiện nay đối với một số người, điều này tiềm ẩn nhiều rủi ro.\r\n<h3 id=\"section-5\">Thực tế là: Tiền điện tử là mục tiêu của nhiều cuộc tấn công</h3>\r\nTiền điện tử là mục tiêu của hackers và tội phạm vì trong nhiều trường hợp, ví và khóa của người dùng được kết nối với internet. Vì không có cơ quan thẩm quyền quản lý - một trong những lý do khiến tiền điện tử trở nên rất phổ biến - nên cũng không có ai bảo vệ tiền của người dùng hay bảo đảm cho họ nếu có bất trắc xảy ra.\r\n\r\nHackers có thể và thường xuyên khai thác các “cửa hậu” và lỗi bảo mật chung để trục lợi. Đánh cắp tiền hoặc đột nhập vào sàn giao dịch không phải là hiện tượng hiếm gặp. Cho nên khi giao dịch trong thị trường, hãy cân nhắc xem xét ví hay sàn giao dịch mà bạn định dùng để giữ tiền điện tử trong quá khứ từng bị tấn công chưa hay có cung cấp cơ sở hạ tầng bảo mật tốt không?\r\n\r\nNgoài ra, cũng nên cẩn thận với những nền tảng không rõ nguồn gốc. Sanjay Wadhwani, người sáng lập và CEO của công ty truyền thông blockchain MetaFrames nói:\r\n<blockquote>“<em>Các nhà đầu tư đang mắc sai lầm lớn trong cách họ tương tác với blockchain. Họ chia sẻ key của ví giữ tiền và không phải lúc nào cũng hiểu rõ những nền tảng họ đang giao dịch. Điều quan trọng là luôn biết ai đứng sau tiền điện tử hoặc sàn giao dịch mà bạn đang sử dụng</em>”.</blockquote>\r\n<h2 id=\"section-6\">Khả năng thay thế tiền pháp định</h2>\r\n<h3 id=\"section-7\">Điều tôi nghĩ: Tiền điện tử sẽ thay thế tiền fiat</h3>\r\nTiền điện tử còn tương đối mới, trong khi tiền fiat đã tồn tại trong nhiều thế kỷ. Người ta thường cho là Trung Quốc đã phát hành tiền tệ fiat đầu tiên vào khoảng năm 1,000 sau Công nguyên. Để tiền điện tử có thể thay thế tiền fiat, mọi người sẽ phải chấp nhận chúng một cách hàng loạt so với đồng tiền họ đã quen dùng và hiểu rõ từ trước đến nay.\r\n\r\nTuy nhiên, một khi giá trị và sức mua được thiết lập, điều đó có thể xảy ra. Nếu các thương gia bắt đầu để giá bằng tiền điện tử và nhiều người bắt đầu sử dụng chúng để mua hàng hóa và dịch vụ, một xu hướng mới có thể bắt đầu.\r\n\r\nTuy nhiên, các chính phủ và quan chức sẽ không dễ dàng từ bỏ tiền fiat vì họ đã cất công thiết lập hệ thống kiểm soát để thu thuế và tài trợ cho các chương trình và dịch vụ do chính phủ đứng đầu. Nếu không thu thuế, các chương trình xã hội mà mọi người phụ thuộc vào sẽ biến mất, và các nguồn tài trợ khác của chính phủ có thể cạn kiệt.\r\n<h3 id=\"section-8\">Thực tế là: Chưa có cách nào để kiểm soát lạm phát trong tiền điện tử</h3>\r\nNếu tiền điện tử có thể thay thế tiền fiat, chưa rõ người ta sẽ tìm cách gì để làm tăng tốc hay chậm lại các xu hướng lạm phát. Có thể mất nhiều thập kỷ để đưa ra giải pháp cho vấn đề này.\r\n\r\nHơn nữa, do bản chất phi tập trung của tiền điện tử, sẽ không có cách nào để kiểm soát lạm phát thông qua các chính sách tiền tệ. Các công cụ hiện đại được các ngân hàng trung ương sử dụng để chống lạm phát và thất nghiệp đồng thời thúc đẩy tăng trưởng kinh tế đã mất hơn 100 năm để phát triển.\r\n\r\nTrong khi đó, công nghệ blockchain và tiền điện tử chưa có bất kỳ công cụ tích hợp nào để tác động đến lạm phát, việc làm hay tăng trưởng kinh tế, nên người ta sẽ cần phải tạo ra các chính sách và công cụ tiền tệ mới. Tính phi tập trung hoàn toàn của tiền thông qua tiền điện tử, vì thế, sẽ có những tác động chưa từng có tiền lệ đến nền kinh tế của một quốc gia.\r\n\r\n</div>","“Điều tôi nghĩ và Thực tế là…”: 5 lầm tưởng khi đầu tư Crypto","","inherit","closed","closed","","80-revision-v1","","","2022-07-31 10:20:59","2022-07-31 03:20:59","","80","http://localhost/coin/?p=82","0","revision","","0"), ("83","3","2022-07-31 10:21:52","2022-07-31 03:21:52","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">ổng hợp và phân tích toàn bộ thị trường tuần 27 thông qua các infographic để đem lại insights giá trị cho bạn đọc: MoveZ bất ngờ được chú ý, Fantom từng bước rời khỏi đường đua Blockchain, NFT trên Solana vẫn là nhánh thu hút nhất.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Kiến thức trọng tâm </strong>\r\n<ul>\r\n <li>Xu hướng Move To Earn tiếp tục nhận được sự chú ý khi dự án MoveZ ra mắt ứng dụng của mình.</li>\r\n <li>Hệ sinh thái Fantom thể hiện sự suy yếu sau khi một số dự án bị tấn công và một cá voi bị thanh lý trên Scream.</li>\r\n <li>Các dự án NFT trên Solana phát triển mạnh với rất nhiều dự án được phát triển.</li>\r\n</ul>\r\nĐây là Series “On The Road”, được viết để tổng kết những sự kiện diễn ra trong tuần thông qua những hình ảnh Infographic, cung cấp những Insight trong thị trường một cách trực quan nhất cho người đọc. Trong tuần qua, chúng ta có: Xu hướng Move To Earn được chú ý, hệ sinh thái Fantom suy yếu và các dự án NFT trên Solana bùng nổ.\r\n<h2 id=\"section-0\"><b>Tổng quan về thị trường trong tuần 27/2022</b></h2>\r\n<h3 id=\"section-1\"><b>Những token được thị trường chú ý nhất trong tuần 27</b></h3>\r\nTrong tuần qua, dự án MoveZ bất ngờ đứng đầu danh sách những token được chú ý nhiều nhất trên CoinGecko. Vào ngày 05/07, ứng dụng MoveZ đã chính thức ra mắt, cho phép người dùng tải về thông qua Google Play hoặc App Store.\r\n\r\nNgười dùng có thể kết nối ứng dụng MoveZ với ví <strong>Trust Wallet,</strong> <strong>MetaMask </strong>hoặc tự tạo một ví mới sử dụng mật khẩu gồm 12 từ trên ứng dụng. Tuy nhiên, để sử dụng ứng dụng, người dùng cần có mã giới thiệu hoặc stake MOVEZ token. Ngoài ra, người dùng cũng có thể đăng ký waitlist để nhận mã giới thiệu.\r\n\r\nĐứng vị trí thứ hai bảng xếp hạng là <strong>EVMOS</strong> token. CEEK VR token bất ngờ giành vị trí thứ 3 dù tuần trước không hề có mặt trong bảng xếp hạng. Giá của CEEK VR cũng tăng gần 1.5 lần từ 0.26 USD lên mức đỉnh 0.36 USD. Dự kiến CEEK Smart VR sẽ tổ chức bán đất trong CEEK Metaverse vào ngày 15/07.\r\n<h3 id=\"section-2\"><b>Các sự kiện đáng chú ý trong tuần 27</b></h3>\r\nTrong tuần qua, chúng ta có một số sự kiện nổi bật sau:\r\n<ul>\r\n <li><b>Sự kiện ra mắt, hợp tác: </b>HTC ra mắt điện thoại metaverse, Solana Mobile ra mắt ứng dụng Dialect, Polkadot ra mắt bảng điều khiển staking, Circle ra mắt quỹ đầu tư mạo hiểm Circle Ventures, Shiba Inu lên kết hoặch ra mắt stablecoin, Velodrome đang nhận 3 triệu token OP từ Optimism.</li>\r\n <li><b>Sự kiện mainnet, khởi chạy:</b> ETH offtramp hiện đã sẵn có cho các nhà phát triển</li>\r\n <li><b>Một số sự kiện khác:</b> Cream Finance bị tấn công gậy thiệt hại 6 triệu USD, AAVE tạo đề xuất tạo GHO, GameStop chọn 0x API để phát triển DEX swap trong ví điện tử mới của mình.</li>\r\n</ul>\r\nHiện đã có 2 dự án ra mắt điện thoại thông minh Web3 của mình, đó là HTC và Solana Mobile. Có vẻ như thị trường đang trong một cuộc đua phát triển điện thoại thông minh Web3. Bên cạnh đó, có rất nhiều dự án giới thiệu sản phẩm mới của mình trong tuần qua.\r\n<h2 id=\"section-3\"><b>Những tin tức nổi bật trong các DeFi Category tuần 27</b></h2>\r\n<h3 id=\"section-4\"><b>Những dự án NFT được nhắc đến nhiều nhất trên Twitter </b></h3>\r\n<strong>NFT</strong> đã và đang trở thành xu hướng nóng khi cung cấp cho người dùng quyền xác thực và sở hữu trong lĩnh vực kỹ thuật số, điều mà người dùng đang thiếu. Hầu hết các dự án crypto nổi bật đều bao gồm NFT trong bộ sản phẩm của mình.\r\n\r\nTrong tuần qua, dự án đã được nhắc tới nhiều nhất trên Twitter là <strong>Tezos</strong> với 8,491 lần. Tezos đã tổ chức chương trình #1of1 vào tuần đầu tiên của tháng 7/2022 với mục đích quảng bá và tôn vinh những tác phẩm nghệ thuật quý hiếm có giá trị cao. Chỉ sau 3 ngày, hơn 5,000 NFT được mint, có 1,180 tác phẩm được bán với doanh số hơn 62,000 TEZ. Những dự án đứng sau đều là những dự án quen thuộc như Pancakeswap, StepN, Rarible…\r\n\r\nCó 2 dự án mới trong danh sách tuần qua là HODL Token (dự án cho phép người dùng stake NFT để nhận HODL, từ đó dùng HODL để nhận thưởng BNB ) và XCAD Networ (nền tảng cho phép người dùng kiếm và giao dịch token được phát hành bởi Youtuber yêu thích của mình).\r\n<h3 id=\"section-5\"><b>Tổng quan về TVL trên các blockchain</b></h3>\r\nEthereum vẫn là blockchain thống trị không gian DeFi với TVL đạt 47.9 tỷ USD, giảm 15.9 tỷ so với tháng 6/2022. BNB Chain đứng vị trí thứ hai với 6.4 tỉ USD, giảm 1.4 tỉ USD so với tháng trước.\r\n\r\nĐứng vị trí thứ ba là TRON với 5.3 tỉ USD, giảm 0.8 tỉ USD so với tháng 6. Đáng chú ý, Cronos đã đánh bật Fantom để giành vị trí thứ 7 trên bảng xếp hạng, dù lượng TVL giảm 0.2 tỉ USD. Polkadot cũng giành vị trí thứ 8 trên bảng xếp hạng với 0.9 tỉ USD.\r\n\r\nThời gian vừa qua, các dự án trên hệ sinh thái Fantom như Deus Finance, Fantasm Protocol… đã liên tục bị hacker tấn công, gây ra nhiều thiệt hại tài chính lớn. Ngoài ra, việc một cá voi lớn bị thanh lý lượng lớn tài sản trên Scream cũng khiến hệ sinh thái Fantom chao đảo và các nhà đầu tư lo lắng. Những điều này đã khiến hệ sinh thái Fantom suy yếu và rơi khỏi bảng xếp hạng TVL các blockchain lớn.\r\n\r\n</div>","MoveZ bất ngờ được chú ý, Fantom từng bước rời khỏi đường đua Blockchain","","publish","open","open","","movez-bat-ngo-duoc-chu-y-fantom-tung-buoc-roi-khoi-duong-dua-blockchain","","","2022-07-31 10:21:52","2022-07-31 03:21:52","","0","http://localhost/coin/?p=83","0","post","","0"), ("84","3","2022-07-31 10:21:48","2022-07-31 03:21:48","","on-the-road-week27-3ASSidLo5FfwCDVt","","inherit","open","closed","","on-the-road-week27-3assidlo5ffwcdvt","","","2022-07-31 10:21:48","2022-07-31 03:21:48","","83","http://localhost/coin/wp-content/uploads/2022/07/on-the-road-week27-3ASSidLo5FfwCDVt.webp","0","attachment","image/webp","0"), ("85","3","2022-07-31 10:21:52","2022-07-31 03:21:52","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">ổng hợp và phân tích toàn bộ thị trường tuần 27 thông qua các infographic để đem lại insights giá trị cho bạn đọc: MoveZ bất ngờ được chú ý, Fantom từng bước rời khỏi đường đua Blockchain, NFT trên Solana vẫn là nhánh thu hút nhất.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Kiến thức trọng tâm </strong>\r\n<ul>\r\n <li>Xu hướng Move To Earn tiếp tục nhận được sự chú ý khi dự án MoveZ ra mắt ứng dụng của mình.</li>\r\n <li>Hệ sinh thái Fantom thể hiện sự suy yếu sau khi một số dự án bị tấn công và một cá voi bị thanh lý trên Scream.</li>\r\n <li>Các dự án NFT trên Solana phát triển mạnh với rất nhiều dự án được phát triển.</li>\r\n</ul>\r\nĐây là Series “On The Road”, được viết để tổng kết những sự kiện diễn ra trong tuần thông qua những hình ảnh Infographic, cung cấp những Insight trong thị trường một cách trực quan nhất cho người đọc. Trong tuần qua, chúng ta có: Xu hướng Move To Earn được chú ý, hệ sinh thái Fantom suy yếu và các dự án NFT trên Solana bùng nổ.\r\n<h2 id=\"section-0\"><b>Tổng quan về thị trường trong tuần 27/2022</b></h2>\r\n<h3 id=\"section-1\"><b>Những token được thị trường chú ý nhất trong tuần 27</b></h3>\r\nTrong tuần qua, dự án MoveZ bất ngờ đứng đầu danh sách những token được chú ý nhiều nhất trên CoinGecko. Vào ngày 05/07, ứng dụng MoveZ đã chính thức ra mắt, cho phép người dùng tải về thông qua Google Play hoặc App Store.\r\n\r\nNgười dùng có thể kết nối ứng dụng MoveZ với ví <strong>Trust Wallet,</strong> <strong>MetaMask </strong>hoặc tự tạo một ví mới sử dụng mật khẩu gồm 12 từ trên ứng dụng. Tuy nhiên, để sử dụng ứng dụng, người dùng cần có mã giới thiệu hoặc stake MOVEZ token. Ngoài ra, người dùng cũng có thể đăng ký waitlist để nhận mã giới thiệu.\r\n\r\nĐứng vị trí thứ hai bảng xếp hạng là <strong>EVMOS</strong> token. CEEK VR token bất ngờ giành vị trí thứ 3 dù tuần trước không hề có mặt trong bảng xếp hạng. Giá của CEEK VR cũng tăng gần 1.5 lần từ 0.26 USD lên mức đỉnh 0.36 USD. Dự kiến CEEK Smart VR sẽ tổ chức bán đất trong CEEK Metaverse vào ngày 15/07.\r\n<h3 id=\"section-2\"><b>Các sự kiện đáng chú ý trong tuần 27</b></h3>\r\nTrong tuần qua, chúng ta có một số sự kiện nổi bật sau:\r\n<ul>\r\n <li><b>Sự kiện ra mắt, hợp tác: </b>HTC ra mắt điện thoại metaverse, Solana Mobile ra mắt ứng dụng Dialect, Polkadot ra mắt bảng điều khiển staking, Circle ra mắt quỹ đầu tư mạo hiểm Circle Ventures, Shiba Inu lên kết hoặch ra mắt stablecoin, Velodrome đang nhận 3 triệu token OP từ Optimism.</li>\r\n <li><b>Sự kiện mainnet, khởi chạy:</b> ETH offtramp hiện đã sẵn có cho các nhà phát triển</li>\r\n <li><b>Một số sự kiện khác:</b> Cream Finance bị tấn công gậy thiệt hại 6 triệu USD, AAVE tạo đề xuất tạo GHO, GameStop chọn 0x API để phát triển DEX swap trong ví điện tử mới của mình.</li>\r\n</ul>\r\nHiện đã có 2 dự án ra mắt điện thoại thông minh Web3 của mình, đó là HTC và Solana Mobile. Có vẻ như thị trường đang trong một cuộc đua phát triển điện thoại thông minh Web3. Bên cạnh đó, có rất nhiều dự án giới thiệu sản phẩm mới của mình trong tuần qua.\r\n<h2 id=\"section-3\"><b>Những tin tức nổi bật trong các DeFi Category tuần 27</b></h2>\r\n<h3 id=\"section-4\"><b>Những dự án NFT được nhắc đến nhiều nhất trên Twitter </b></h3>\r\n<strong>NFT</strong> đã và đang trở thành xu hướng nóng khi cung cấp cho người dùng quyền xác thực và sở hữu trong lĩnh vực kỹ thuật số, điều mà người dùng đang thiếu. Hầu hết các dự án crypto nổi bật đều bao gồm NFT trong bộ sản phẩm của mình.\r\n\r\nTrong tuần qua, dự án đã được nhắc tới nhiều nhất trên Twitter là <strong>Tezos</strong> với 8,491 lần. Tezos đã tổ chức chương trình #1of1 vào tuần đầu tiên của tháng 7/2022 với mục đích quảng bá và tôn vinh những tác phẩm nghệ thuật quý hiếm có giá trị cao. Chỉ sau 3 ngày, hơn 5,000 NFT được mint, có 1,180 tác phẩm được bán với doanh số hơn 62,000 TEZ. Những dự án đứng sau đều là những dự án quen thuộc như Pancakeswap, StepN, Rarible…\r\n\r\nCó 2 dự án mới trong danh sách tuần qua là HODL Token (dự án cho phép người dùng stake NFT để nhận HODL, từ đó dùng HODL để nhận thưởng BNB ) và XCAD Networ (nền tảng cho phép người dùng kiếm và giao dịch token được phát hành bởi Youtuber yêu thích của mình).\r\n<h3 id=\"section-5\"><b>Tổng quan về TVL trên các blockchain</b></h3>\r\nEthereum vẫn là blockchain thống trị không gian DeFi với TVL đạt 47.9 tỷ USD, giảm 15.9 tỷ so với tháng 6/2022. BNB Chain đứng vị trí thứ hai với 6.4 tỉ USD, giảm 1.4 tỉ USD so với tháng trước.\r\n\r\nĐứng vị trí thứ ba là TRON với 5.3 tỉ USD, giảm 0.8 tỉ USD so với tháng 6. Đáng chú ý, Cronos đã đánh bật Fantom để giành vị trí thứ 7 trên bảng xếp hạng, dù lượng TVL giảm 0.2 tỉ USD. Polkadot cũng giành vị trí thứ 8 trên bảng xếp hạng với 0.9 tỉ USD.\r\n\r\nThời gian vừa qua, các dự án trên hệ sinh thái Fantom như Deus Finance, Fantasm Protocol… đã liên tục bị hacker tấn công, gây ra nhiều thiệt hại tài chính lớn. Ngoài ra, việc một cá voi lớn bị thanh lý lượng lớn tài sản trên Scream cũng khiến hệ sinh thái Fantom chao đảo và các nhà đầu tư lo lắng. Những điều này đã khiến hệ sinh thái Fantom suy yếu và rơi khỏi bảng xếp hạng TVL các blockchain lớn.\r\n\r\n</div>","MoveZ bất ngờ được chú ý, Fantom từng bước rời khỏi đường đua Blockchain","","inherit","closed","closed","","83-revision-v1","","","2022-07-31 10:21:52","2022-07-31 03:21:52","","83","http://localhost/coin/?p=85","0","revision","","0"), ("86","3","2022-07-31 10:22:40","2022-07-31 03:22:40","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Ngoài các Optimistic Rollup platform phổ biến như Arbitrum, Optimism, Boba network, chúng ta còn có một Hybrid Optimistic Rollup đáng xem xét là Metis Andromeda. Về mặt thiết kế, Metis Andromeda được phát triển từ code base của Optimism. Tuy nhiên, dự án lại sử dụng off-chain DA. Trong bài viết này, chúng ta sẽ tìm hiểu những điểm khác biệt và đánh đổi xung quanh lựa chọn đó.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Metis Andromeda được phát triển từ codebase của Optimism, một Hybrid Optimistic Rollup</li>\r\n <li>Tương tự các Alt-L1 khác, Metis Andromeda đang có mức động hoạt động on-chain rất thấp và hệ sinh thái kém phát triển.</li>\r\n <li>Bằng cách sử dụng off-chain DA, Metis đánh đổi giữa bảo mật mạng lưới lấy phí giao dịch rẻ.</li>\r\n <li>Bài toán về sự phức tạp trong mạng lưới của Metis đang ở mức cao do chú trọng tăng cường các trường hợp sử dụng xung quanh Metis mà quên đi những giá trị cốt lõi tạo nên giá trị cho dự án trong long-term.</li>\r\n</ul>\r\n<h2 id=\"section-0\">Metis Andromeda là gì?</h2>\r\n<strong>Metis </strong>là giao thức mở rộng quy mô cho Ethereum được xây dựng và hỗ trợ bởi Metis Labs Foundation. Metis tận dụng công nghệ Optimistic Rollup (ORU) để giảm tải việc thực thi <strong>smart contract</strong> từ Ethereum lên Metis blockchain.\r\n\r\nĐiều này cho phép Metis cung cấp môi trường có khả năng mở rộng và tiết kiệm chi phí hơn Ethereum để các nhà phát triển có thể thoải mái xây dựng các ứng dụng.\r\n\r\nKiến trúc của Metis có Virtual Machine tương thích với <strong>EVM</strong>. Với thiết kế này, nó cho phép các nhà phát triển, người dùng triển khai và tương tác với các ứng dụng trong một môi trường giống với Ethereum. Khả năng tương thích này giúp các nhà phát triển thuận tiện trong việc duy chuyển các codebase của các dự án từ Ethereum lên Metis dễ dàng.\r\n\r\nMetis bắt đầu hoạt động mainnet từ Quý 4/2021, cho đến nay, nhóm cốt lõi ở MetisLab Foundation sẽ quản lý và chịu trách nhiệm về hướng phát triển sản phẩm và kỹ thuật cho Metis Andromeda. Quyền quản trị sẽ được chuyển giao cho cộng đồng khi cơ sở hạ tầng cơ sở của Meits đã hoàn thiện.\r\n<h2 id=\"section-1\">Metis Andromeda: Hybrid Optimistic Rollup (Optimistic Chain)</h2>\r\nMetis được phát triển từ code base của Optimism, một trong hai giải pháp Optimistic Rollup nổi bật trên thị trường. Tương tự với các giải pháp Optimistic Rollup (ORU) nói chung, Metis di chuyển việc tính toán, lưu trữ trạng thái (Execution) từ Ethereum lên Metis chain.\r\n\r\nTuy nhiên, vào ngày 12 tháng 4 năm 2022, kiến trúc Metis đã được nâng cấp và có một số thay đổi đáng kể. Dữ liệu giao dịch (tx data) không còn được lưu giữ trên Ethereum, thay vào đó, nó được lưu giữ trong hệ thống lưu trữ dữ liệu phân tán của MemoLabs. Trong kiến trúc mới, thay vì đăng cả dữ liệu giao dịch và tx batch hash, Sequencer chỉ đăng tx batch hash lên Ethereum.\r\n\r\nSự khác biệt trọng tâm giữa Metis và các Optimistic Rollup platform nằm ở việc sử dụng settlement layer & data availability layer khác nhau:\r\n<ul>\r\n <li>Optimistic Rollup platform như Arbitrum & Optimism sử dụng Ethereum làm settlement layer & data availability layer.</li>\r\n <li>Metis chỉ sử dụng Ethereum làm settlement layer, protocol chỉ settle state root lên Ethereum. Dữ liệu giao dịch được Metis lưu trữ bên ngoài Ethereum (off-chain DA), một tập hợp các bên đáng tin cậy để cung cấp tính khả dụng của dữ liệu (Data Availability Committee - DAC) cho các giao dịch của Metis.</li>\r\n</ul>\r\nChưa có tên gọi cụ thể cho trường hợp của Metis Andromeda, các bạn có thể gọi Metis là Hybrid Optimistic Rollup hoặc Optimistic Chain.\r\n<h2 id=\"section-2\">Tổng quan tình hình hoạt động của Metis Andromeda</h2>\r\nĐến giữa tháng 7, hoạt động trên mạng lưới của Metis đã sụt giảm rất nhiều do những tác động của kinh tế vĩ mô và sự sụp đổ của nhiều tổ chức native trong thị trường crypto. Total TVL của Metis network rơi vào tầm 90 triệu USD, giảm hơn 88% khi so với đỉnh, giá Metis token cũng đã giảm hơn 93% khi so với giá cao nhất vào đầu năm 2022.\r\n\r\nSự phát triển và suy thoái của Netswap phần nào đại diện cho sự phát triển chung của cả hệ sinh thái Metis, không có nhiều đổi mới và không thật sự nổi bật để thu hút các dự án chất lượng xây dựng trên mình.\r\n\r\nHiện tại, mức độ hoạt động trên Metis đang rất thấp, người dùng có thể kiểm tra giao dịch trên Metis network <strong>tại đây</strong>. Với mức hoạt động như thế, doanh thu mà protocol kiếm được từ phí giao dịch gần như bằng không.\r\n<h2 id=\"section-3\">Mối liên hệ giữa Off-Chain DA & phí giao dịch trên Metis Andromeda</h2>\r\nPhí giao dịch mà người dùng phải trả trên các Optimistic Rollup platform bao gồm ba khoản phí:\r\n<ul>\r\n <li><strong>L2 execution fees:</strong> Phí người dùng thanh toán cho các việc tính toán và lưu trữ.</li>\r\n <li><strong>Settlement fees:</strong> Phí settle state root lên Ethereum.</li>\r\n <li><strong>Data fees:</strong> Phí lưu trữ tx data trên Ethereum dưới hình thức calldata.</li>\r\n</ul>\r\nL2 execution fees phụ thuộc vào tùy chỉnh dự án. Nhìn chung khoản phí này tương đối rẻ hơn khi so sánh với L1. Settle state root fee sẽ tương đối ổn định theo từng tx batch, phí giao dịch settle một batch gồm 100 hay 500 giao dịch sẽ không khác nhiều. Nếu trong một batch chứa càng nhiều tx thì chi phí trung bình chia cho mỗi tx sẽ nhỏ hơn.\r\n\r\nData fee là chi phí gia tăng theo quy mô, càng nhiều tx thì dung lượng cần lưu trữ càng lớn, với chi phí 16 gas mỗi byte thì khi việc sử dụng tăng lên thì chi phí cho việc calldata lên Ethereum sẽ tăng lên đáng kể.\r\n\r\nVới việc Metis sử dụng hệ thống lưu trữ dữ liệu phân tán của MemoLabs, data fee không còn là vấn đề với Metis. Đây là một trong những lý do chính giúp phí giao dịch trên Metis rẻ hơn khá nhiều khi so sánh với các optimistic Rollup platform khác như Optimism, Arbitrum & Boba network.\r\n\r\n</div>","Metis Andromeda là gì? Đánh đổi khi sử dụng Off-chain Data Availability","","publish","open","open","","metis-andromeda-la-gi-danh-doi-khi-su-dung-off-chain-data-availability","","","2022-07-31 21:45:02","2022-07-31 14:45:02","","0","http://localhost/coin/?p=86","0","post","","0"), ("87","3","2022-07-31 10:22:37","2022-07-31 03:22:37","","decryptedmetisandromeda-jwZ48ScAVnMjFfUj","","inherit","open","closed","","decryptedmetisandromeda-jwz48scavnmjffuj","","","2022-07-31 10:22:37","2022-07-31 03:22:37","","86","http://localhost/coin/wp-content/uploads/2022/07/decrypted20metis20andromeda-jwZ48ScAVnMjFfUj.webp","0","attachment","image/webp","0"), ("88","3","2022-07-31 10:22:40","2022-07-31 03:22:40","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Ngoài các Optimistic Rollup platform phổ biến như Arbitrum, Optimism, Boba network, chúng ta còn có một Hybrid Optimistic Rollup đáng xem xét là Metis Andromeda. Về mặt thiết kế, Metis Andromeda được phát triển từ code base của Optimism. Tuy nhiên, dự án lại sử dụng off-chain DA. Trong bài viết này, chúng ta sẽ tìm hiểu những điểm khác biệt và đánh đổi xung quanh lựa chọn đó.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Metis Andromeda được phát triển từ codebase của Optimism, một Hybrid Optimistic Rollup</li>\r\n <li>Tương tự các Alt-L1 khác, Metis Andromeda đang có mức động hoạt động on-chain rất thấp và hệ sinh thái kém phát triển.</li>\r\n <li>Bằng cách sử dụng off-chain DA, Metis đánh đổi giữa bảo mật mạng lưới lấy phí giao dịch rẻ.</li>\r\n <li>Bài toán về sự phức tạp trong mạng lưới của Metis đang ở mức cao do chú trọng tăng cường các trường hợp sử dụng xung quanh Metis mà quên đi những giá trị cốt lõi tạo nên giá trị cho dự án trong long-term.</li>\r\n</ul>\r\n<h2 id=\"section-0\"><b>Metis Andromeda là gì?</b></h2>\r\n<strong>Metis </strong>là giao thức mở rộng quy mô cho Ethereum được xây dựng và hỗ trợ bởi Metis Labs Foundation. Metis tận dụng công nghệ Optimistic Rollup (ORU) để giảm tải việc thực thi <strong>smart contract</strong> từ Ethereum lên Metis blockchain.\r\n\r\nĐiều này cho phép Metis cung cấp môi trường có khả năng mở rộng và tiết kiệm chi phí hơn Ethereum để các nhà phát triển có thể thoải mái xây dựng các ứng dụng.\r\n\r\nKiến trúc của Metis có Virtual Machine tương thích với <strong>EVM</strong>. Với thiết kế này, nó cho phép các nhà phát triển, người dùng triển khai và tương tác với các ứng dụng trong một môi trường giống với Ethereum. Khả năng tương thích này giúp các nhà phát triển thuận tiện trong việc duy chuyển các codebase của các dự án từ Ethereum lên Metis dễ dàng.\r\n\r\nMetis bắt đầu hoạt động mainnet từ Quý 4/2021, cho đến nay, nhóm cốt lõi ở MetisLab Foundation sẽ quản lý và chịu trách nhiệm về hướng phát triển sản phẩm và kỹ thuật cho Metis Andromeda. Quyền quản trị sẽ được chuyển giao cho cộng đồng khi cơ sở hạ tầng cơ sở của Meits đã hoàn thiện.\r\n<h2 id=\"section-1\"><b>Metis Andromeda: Hybrid Optimistic Rollup (Optimistic Chain)</b></h2>\r\nMetis được phát triển từ code base của Optimism, một trong hai giải pháp Optimistic Rollup nổi bật trên thị trường. Tương tự với các giải pháp Optimistic Rollup (ORU) nói chung, Metis di chuyển việc tính toán, lưu trữ trạng thái (Execution) từ Ethereum lên Metis chain.\r\n\r\nTuy nhiên, vào ngày 12 tháng 4 năm 2022, kiến trúc Metis đã được nâng cấp và có một số thay đổi đáng kể. Dữ liệu giao dịch (tx data) không còn được lưu giữ trên Ethereum, thay vào đó, nó được lưu giữ trong hệ thống lưu trữ dữ liệu phân tán của MemoLabs. Trong kiến trúc mới, thay vì đăng cả dữ liệu giao dịch và tx batch hash, Sequencer chỉ đăng tx batch hash lên Ethereum.\r\n\r\nSự khác biệt trọng tâm giữa Metis và các Optimistic Rollup platform nằm ở việc sử dụng settlement layer & data availability layer khác nhau:\r\n<ul>\r\n <li>Optimistic Rollup platform như Arbitrum & Optimism sử dụng Ethereum làm settlement layer & data availability layer.</li>\r\n <li>Metis chỉ sử dụng Ethereum làm settlement layer, protocol chỉ settle state root lên Ethereum. Dữ liệu giao dịch được Metis lưu trữ bên ngoài Ethereum (off-chain DA), một tập hợp các bên đáng tin cậy để cung cấp tính khả dụng của dữ liệu (Data Availability Committee - DAC) cho các giao dịch của Metis.</li>\r\n</ul>\r\nChưa có tên gọi cụ thể cho trường hợp của Metis Andromeda, các bạn có thể gọi Metis là Hybrid Optimistic Rollup hoặc Optimistic Chain.\r\n<h2 id=\"section-2\"><b>Tổng quan tình hình hoạt động của Metis Andromeda</b></h2>\r\nĐến giữa tháng 7, hoạt động trên mạng lưới của Metis đã sụt giảm rất nhiều do những tác động của kinh tế vĩ mô và sự sụp đổ của nhiều tổ chức native trong thị trường crypto. Total TVL của Metis network rơi vào tầm 90 triệu USD, giảm hơn 88% khi so với đỉnh, giá Metis token cũng đã giảm hơn 93% khi so với giá cao nhất vào đầu năm 2022.\r\n\r\nSự phát triển và suy thoái của Netswap phần nào đại diện cho sự phát triển chung của cả hệ sinh thái Metis, không có nhiều đổi mới và không thật sự nổi bật để thu hút các dự án chất lượng xây dựng trên mình.\r\n\r\nHiện tại, mức độ hoạt động trên Metis đang rất thấp, người dùng có thể kiểm tra giao dịch trên Metis network <strong>tại đây</strong>. Với mức hoạt động như thế, doanh thu mà protocol kiếm được từ phí giao dịch gần như bằng không.\r\n<h2 id=\"section-3\"><b>Mối liên hệ giữa Off-Chain DA & phí giao dịch trên Metis Andromeda</b></h2>\r\nPhí giao dịch mà người dùng phải trả trên các Optimistic Rollup platform bao gồm ba khoản phí:\r\n<ul>\r\n <li><strong>L2 execution fees:</strong> Phí người dùng thanh toán cho các việc tính toán và lưu trữ.</li>\r\n <li><strong>Settlement fees:</strong> Phí settle state root lên Ethereum.</li>\r\n <li><strong>Data fees:</strong> Phí lưu trữ tx data trên Ethereum dưới hình thức calldata.</li>\r\n</ul>\r\nL2 execution fees phụ thuộc vào tùy chỉnh dự án. Nhìn chung khoản phí này tương đối rẻ hơn khi so sánh với L1. Settle state root fee sẽ tương đối ổn định theo từng tx batch, phí giao dịch settle một batch gồm 100 hay 500 giao dịch sẽ không khác nhiều. Nếu trong một batch chứa càng nhiều tx thì chi phí trung bình chia cho mỗi tx sẽ nhỏ hơn.\r\n\r\nData fee là chi phí gia tăng theo quy mô, càng nhiều tx thì dung lượng cần lưu trữ càng lớn, với chi phí 16 gas mỗi byte thì khi việc sử dụng tăng lên thì chi phí cho việc calldata lên Ethereum sẽ tăng lên đáng kể.\r\n\r\nVới việc Metis sử dụng hệ thống lưu trữ dữ liệu phân tán của MemoLabs, data fee không còn là vấn đề với Metis. Đây là một trong những lý do chính giúp phí giao dịch trên Metis rẻ hơn khá nhiều khi so sánh với các optimistic Rollup platform khác như Optimism, Arbitrum & Boba network.\r\n\r\n</div>","Metis Andromeda là gì? Đánh đổi khi sử dụng Off-chain Data Availability","","inherit","closed","closed","","86-revision-v1","","","2022-07-31 10:22:40","2022-07-31 03:22:40","","86","http://localhost/coin/?p=88","0","revision","","0"), ("89","3","2022-07-31 10:23:44","2022-07-31 03:23:44","[section label=\"Section1\"]\n\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 10:23:44","2022-07-31 03:23:44","","2","http://localhost/coin/?p=89","0","revision","","0"), ("90","3","2022-07-31 10:24:05","2022-07-31 03:24:05","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 10:24:05","2022-07-31 03:24:05","","2","http://localhost/coin/?p=90","0","revision","","0"), ("96","3","2022-07-31 10:51:35","2022-07-31 03:51:35","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"65%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 10:51:35","2022-07-31 03:51:35","","2","http://localhost/coin/?p=96","0","revision","","0"), ("108","3","2022-07-31 11:11:21","2022-07-31 04:11:21","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"65%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:11:21","2022-07-31 04:11:21","","2","http://localhost/coin/?p=108","0","revision","","0"), ("110","3","2022-07-31 11:12:23","2022-07-31 04:12:23","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:12:23","2022-07-31 04:12:23","","2","http://localhost/coin/?p=110","0","revision","","0"), ("118","3","2022-07-31 11:16:03","2022-07-31 04:16:03","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:16:03","2022-07-31 04:16:03","","2","http://localhost/coin/?p=118","0","revision","","0"), ("119","3","2022-07-31 11:16:11","2022-07-31 04:16:11","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:16:11","2022-07-31 04:16:11","","2","http://localhost/coin/?p=119","0","revision","","0"), ("123","3","2022-07-31 11:18:08","2022-07-31 04:18:08","","m&areporth1-o7RbDrukEwxn3r5i","","inherit","open","closed","","mareporth1-o7rbdrukewxn3r5i","","","2022-07-31 11:18:08","2022-07-31 04:18:08","","0","http://localhost/coin/wp-content/uploads/2022/07/ma20report20h1-o7RbDrukEwxn3r5i.webp","0","attachment","image/webp","0"), ("124","3","2022-07-31 11:18:28","2022-07-31 04:18:28","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"65%\" image_size=\"original\"]\n\n<h4>A title</h4>\n<p>Image Box text</p>\n\n[/ux_image_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:18:28","2022-07-31 04:18:28","","2","http://localhost/coin/?p=124","0","revision","","0"), ("125","3","2022-07-31 11:18:44","2022-07-31 04:18:44","[section label=\"Section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"65%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:18:44","2022-07-31 04:18:44","","2","http://localhost/coin/?p=125","0","revision","","0"), ("127","3","2022-07-31 11:19:37","2022-07-31 04:19:37","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"65%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:19:37","2022-07-31 04:19:37","","2","http://localhost/coin/?p=127","0","revision","","0"), ("132","3","2022-07-31 11:21:18","2022-07-31 04:21:18","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"65%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:21:18","2022-07-31 04:21:18","","2","http://localhost/coin/?p=132","0","revision","","0"), ("134","3","2022-07-31 11:21:42","2022-07-31 04:21:42","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:21:42","2022-07-31 04:21:42","","2","http://localhost/coin/?p=134","0","revision","","0"), ("138","3","2022-07-31 11:23:40","2022-07-31 04:23:40","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 11:23:40","2022-07-31 04:23:40","","2","http://localhost/coin/?p=138","0","revision","","0"), ("161","3","2022-07-31 15:30:44","2022-07-31 08:30:44","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:30:44","2022-07-31 08:30:44","","2","http://localhost/coin/?p=161","0","revision","","0"), ("162","3","2022-07-31 15:30:51","2022-07-31 08:30:51","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:30:51","2022-07-31 08:30:51","","2","http://localhost/coin/?p=162","0","revision","","0"), ("163","3","2022-07-31 15:31:43","2022-07-31 08:31:43","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:31:43","2022-07-31 08:31:43","","2","http://localhost/coin/?p=163","0","revision","","0"), ("164","3","2022-07-31 15:31:59","2022-07-31 08:31:59","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"62%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:31:59","2022-07-31 08:31:59","","2","http://localhost/coin/?p=164","0","revision","","0"), ("168","3","2022-07-31 15:34:05","2022-07-31 08:34:05","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"70%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:34:05","2022-07-31 08:34:05","","2","http://localhost/coin/?p=168","0","revision","","0"), ("169","3","2022-07-31 15:34:20","2022-07-31 08:34:20","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:34:20","2022-07-31 08:34:20","","2","http://localhost/coin/?p=169","0","revision","","0"), ("170","3","2022-07-31 15:34:42","2022-07-31 08:34:42","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"2000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:34:42","2022-07-31 08:34:42","","2","http://localhost/coin/?p=170","0","revision","","0"), ("171","3","2022-07-31 15:34:55","2022-07-31 08:34:55","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:34:55","2022-07-31 08:34:55","","2","http://localhost/coin/?p=171","0","revision","","0"), ("172","3","2022-07-31 15:35:21","2022-07-31 08:35:21","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" class=\"section2\"]\n\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:35:21","2022-07-31 08:35:21","","2","http://localhost/coin/?p=172","0","revision","","0"), ("173","3","2022-07-31 15:35:26","2022-07-31 08:35:26","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:35:26","2022-07-31 08:35:26","","2","http://localhost/coin/?p=173","0","revision","","0"), ("174","3","2022-07-31 15:35:37","2022-07-31 08:35:37","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:35:37","2022-07-31 08:35:37","","2","http://localhost/coin/?p=174","0","revision","","0"), ("175","3","2022-07-31 15:35:44","2022-07-31 08:35:44","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:35:44","2022-07-31 08:35:44","","2","http://localhost/coin/?p=175","0","revision","","0"), ("177","3","2022-07-31 15:36:30","2022-07-31 08:36:30","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:36:30","2022-07-31 08:36:30","","2","http://localhost/coin/?p=177","0","revision","","0"), ("181","3","2022-07-31 15:39:03","2022-07-31 08:39:03","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:39:03","2022-07-31 08:39:03","","2","http://localhost/coin/?p=181","0","revision","","0"), ("182","3","2022-07-31 15:39:56","2022-07-31 08:39:56","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 15:39:56","2022-07-31 08:39:56","","2","http://localhost/coin/?p=182","0","revision","","0"), ("186","3","2022-07-31 17:03:35","2022-07-31 10:03:35","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:03:35","2022-07-31 10:03:35","","2","http://localhost/coin/?p=186","0","revision","","0"), ("187","3","2022-07-31 17:03:49","2022-07-31 10:03:49","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:03:49","2022-07-31 10:03:49","","2","http://localhost/coin/?p=187","0","revision","","0"), ("193","3","2022-07-31 17:30:45","2022-07-31 10:30:45","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:30:45","2022-07-31 10:30:45","","2","http://localhost/coin/?p=193","0","revision","","0"), ("194","3","2022-07-31 17:30:53","2022-07-31 10:30:53","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:30:53","2022-07-31 10:30:53","","2","http://localhost/coin/?p=194","0","revision","","0"), ("195","3","2022-07-31 17:31:38","2022-07-31 10:31:38","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:31:38","2022-07-31 10:31:38","","2","http://localhost/coin/?p=195","0","revision","","0"), ("196","3","2022-07-31 17:31:50","2022-07-31 10:31:50","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:31:50","2022-07-31 10:31:50","","2","http://localhost/coin/?p=196","0","revision","","0"), ("197","3","2022-07-31 17:32:02","2022-07-31 10:32:02","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:32:02","2022-07-31 10:32:02","","2","http://localhost/coin/?p=197","0","revision","","0"), ("198","3","2022-07-31 17:32:23","2022-07-31 10:32:23","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:32:23","2022-07-31 10:32:23","","2","http://localhost/coin/?p=198","0","revision","","0"), ("200","3","2022-07-31 17:33:42","2022-07-31 10:33:42","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"bounce\" class=\"list-post5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:33:42","2022-07-31 10:33:42","","2","http://localhost/coin/?p=200","0","revision","","0"), ("220","3","2022-07-31 17:40:06","2022-07-31 10:40:06","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"bounce\" class=\"list-post5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:40:06","2022-07-31 10:40:06","","2","http://localhost/coin/?p=220","0","revision","","0"), ("221","3","2022-07-31 17:40:31","2022-07-31 10:40:31","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"bounce\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:40:31","2022-07-31 10:40:31","","2","http://localhost/coin/?p=221","0","revision","","0"), ("222","3","2022-07-31 17:40:48","2022-07-31 10:40:48","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"slide\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:40:48","2022-07-31 10:40:48","","2","http://localhost/coin/?p=222","0","revision","","0"), ("223","3","2022-07-31 17:41:03","2022-07-31 10:41:03","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"zoom-in\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:41:03","2022-07-31 10:41:03","","2","http://localhost/coin/?p=223","0","revision","","0"), ("224","3","2022-07-31 17:41:23","2022-07-31 10:41:23","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"zoom-in\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:41:23","2022-07-31 10:41:23","","2","http://localhost/coin/?p=224","0","revision","","0"), ("225","3","2022-07-31 17:41:30","2022-07-31 10:41:30","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"zoom-in\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:41:30","2022-07-31 10:41:30","","2","http://localhost/coin/?p=225","0","revision","","0"), ("226","3","2022-07-31 17:42:01","2022-07-31 10:42:01","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" text_hover=\"zoom-in\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:42:01","2022-07-31 10:42:01","","2","http://localhost/coin/?p=226","0","revision","","0"), ("227","3","2022-07-31 17:42:23","2022-07-31 10:42:23","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:42:23","2022-07-31 10:42:23","","2","http://localhost/coin/?p=227","0","revision","","0"), ("228","3","2022-07-31 17:42:41","2022-07-31 10:42:41","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:42:41","2022-07-31 10:42:41","","2","http://localhost/coin/?p=228","0","revision","","0"), ("229","3","2022-07-31 17:43:00","2022-07-31 10:43:00","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:43:00","2022-07-31 10:43:00","","2","http://localhost/coin/?p=229","0","revision","","0"), ("230","3","2022-07-31 17:43:09","2022-07-31 10:43:09","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:43:09","2022-07-31 10:43:09","","2","http://localhost/coin/?p=230","0","revision","","0"), ("234","3","2022-07-31 17:45:28","2022-07-31 10:45:28","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:45:28","2022-07-31 10:45:28","","2","http://localhost/coin/?p=234","0","revision","","0"), ("235","3","2022-07-31 17:45:47","2022-07-31 10:45:47","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:45:47","2022-07-31 10:45:47","","2","http://localhost/coin/?p=235","0","revision","","0"), ("236","3","2022-07-31 17:46:04","2022-07-31 10:46:04","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:46:04","2022-07-31 10:46:04","","2","http://localhost/coin/?p=236","0","revision","","0"), ("237","3","2022-07-31 17:46:16","2022-07-31 10:46:16","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:46:16","2022-07-31 10:46:16","","2","http://localhost/coin/?p=237","0","revision","","0"), ("238","3","2022-07-31 17:46:36","2022-07-31 10:46:36","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:46:36","2022-07-31 10:46:36","","2","http://localhost/coin/?p=238","0","revision","","0"), ("239","3","2022-07-31 17:46:53","2022-07-31 10:46:53","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5 list-post7\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:46:53","2022-07-31 10:46:53","","2","http://localhost/coin/?p=239","0","revision","","0"), ("240","3","2022-07-31 17:47:08","2022-07-31 10:47:08","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:47:08","2022-07-31 10:47:08","","2","http://localhost/coin/?p=240","0","revision","","0"), ("241","3","2022-07-31 17:47:27","2022-07-31 10:47:27","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:47:27","2022-07-31 10:47:27","","2","http://localhost/coin/?p=241","0","revision","","0"), ("249","3","2022-07-31 17:53:51","2022-07-31 10:53:51","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:53:51","2022-07-31 10:53:51","","2","http://localhost/coin/?p=249","0","revision","","0"), ("250","3","2022-07-31 17:54:40","2022-07-31 10:54:40","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:54:40","2022-07-31 10:54:40","","2","http://localhost/coin/?p=250","0","revision","","0"), ("251","3","2022-07-31 17:54:52","2022-07-31 10:54:52","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:54:52","2022-07-31 10:54:52","","2","http://localhost/coin/?p=251","0","revision","","0"), ("252","3","2022-07-31 17:54:59","2022-07-31 10:54:59","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:54:59","2022-07-31 10:54:59","","2","http://localhost/coin/?p=252","0","revision","","0"), ("253","3","2022-07-31 17:55:17","2022-07-31 10:55:17","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:55:17","2022-07-31 10:55:17","","2","http://localhost/coin/?p=253","0","revision","","0"), ("255","3","2022-07-31 17:56:19","2022-07-31 10:56:19","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 17:56:19","2022-07-31 10:56:19","","2","http://localhost/coin/?p=255","0","revision","","0"), ("262","3","2022-07-31 18:04:20","2022-07-31 11:04:20","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:04:20","2022-07-31 11:04:20","","2","http://localhost/coin/?p=262","0","revision","","0"), ("263","3","2022-07-31 18:04:56","2022-07-31 11:04:56","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"1\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:04:56","2022-07-31 11:04:56","","2","http://localhost/coin/?p=263","0","revision","","0"), ("264","3","2022-07-31 18:05:06","2022-07-31 11:05:06","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"2\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:05:06","2022-07-31 11:05:06","","2","http://localhost/coin/?p=264","0","revision","","0"), ("265","3","2022-07-31 18:05:17","2022-07-31 11:05:17","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"3\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:05:17","2022-07-31 11:05:17","","2","http://localhost/coin/?p=265","0","revision","","0"), ("266","3","2022-07-31 18:05:31","2022-07-31 11:05:31","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"1\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:05:31","2022-07-31 11:05:31","","2","http://localhost/coin/?p=266","0","revision","","0"), ("267","3","2022-07-31 18:05:58","2022-07-31 11:05:58","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"1\" columns_direction=\"vertical\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:05:58","2022-07-31 11:05:58","","2","http://localhost/coin/?p=267","0","revision","","0"), ("268","3","2022-07-31 18:07:25","2022-07-31 11:07:25","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"1\" show_count=\"no\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:07:25","2022-07-31 11:07:25","","2","http://localhost/coin/?p=268","0","revision","","0"), ("269","3","2022-07-31 18:07:47","2022-07-31 11:07:47","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[ux_html]\n\n[authors_list style=\"1\" show_count=\"no\" show_bio=\"no\"]\n[/ux_html]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:07:47","2022-07-31 11:07:47","","2","http://localhost/coin/?p=269","0","revision","","0"), ("270","3","2022-07-31 18:08:04","2022-07-31 11:08:04","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:08:04","2022-07-31 11:08:04","","2","http://localhost/coin/?p=270","0","revision","","0"), ("272","3","2022-07-31 18:47:54","2022-07-31 11:47:54","","GJ2NDDZSBM (1)","","inherit","open","closed","","gj2nddzsbm-1","","","2022-07-31 18:47:54","2022-07-31 11:47:54","","0","http://localhost/coin/wp-content/uploads/2022/07/GJ2NDDZSBM-1.webp","0","attachment","image/webp","0"), ("273","3","2022-07-31 18:48:31","2022-07-31 11:48:31","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:48:31","2022-07-31 11:48:31","","2","http://localhost/coin/?p=273","0","revision","","0"), ("274","3","2022-07-31 18:48:42","2022-07-31 11:48:42","","MRXS1GOFS3","","inherit","open","closed","","mrxs1gofs3","","","2022-07-31 18:48:42","2022-07-31 11:48:42","","0","http://localhost/coin/wp-content/uploads/2022/07/MRXS1GOFS3.webp","0","attachment","image/webp","0"), ("275","3","2022-07-31 18:48:50","2022-07-31 11:48:50","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:48:50","2022-07-31 11:48:50","","2","http://localhost/coin/?p=275","0","revision","","0"), ("276","3","2022-07-31 18:48:57","2022-07-31 11:48:57","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:48:57","2022-07-31 11:48:57","","2","http://localhost/coin/?p=276","0","revision","","0"), ("277","3","2022-07-31 18:49:12","2022-07-31 11:49:12","","1OYTHM2BY5","","inherit","open","closed","","1oythm2by5","","","2022-07-31 18:49:12","2022-07-31 11:49:12","","0","http://localhost/coin/wp-content/uploads/2022/07/1OYTHM2BY5.webp","0","attachment","image/webp","0"), ("278","3","2022-07-31 18:49:23","2022-07-31 11:49:23","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:49:23","2022-07-31 11:49:23","","2","http://localhost/coin/?p=278","0","revision","","0"), ("279","3","2022-07-31 18:49:30","2022-07-31 11:49:30","","8KKUTCQ9B7","","inherit","open","closed","","8kkutcq9b7","","","2022-07-31 18:49:30","2022-07-31 11:49:30","","0","http://localhost/coin/wp-content/uploads/2022/07/8KKUTCQ9B7.webp","0","attachment","image/webp","0"), ("280","3","2022-07-31 18:49:45","2022-07-31 11:49:45","","7jcdXTO7XQZCoKYX","","inherit","open","closed","","7jcdxto7xqzcokyx","","","2022-07-31 18:49:45","2022-07-31 11:49:45","","0","http://localhost/coin/wp-content/uploads/2022/07/7jcdXTO7XQZCoKYX.webp","0","attachment","image/webp","0"), ("281","3","2022-07-31 18:49:54","2022-07-31 11:49:54","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:49:54","2022-07-31 11:49:54","","2","http://localhost/coin/?p=281","0","revision","","0"), ("282","3","2022-07-31 18:50:10","2022-07-31 11:50:10","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:50:10","2022-07-31 11:50:10","","2","http://localhost/coin/?p=282","0","revision","","0"), ("283","3","2022-07-31 18:50:27","2022-07-31 11:50:27","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n\n[/featured_box]\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:50:27","2022-07-31 11:50:27","","2","http://localhost/coin/?p=283","0","revision","","0"), ("284","3","2022-07-31 18:50:39","2022-07-31 11:50:39","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 18:50:39","2022-07-31 11:50:39","","2","http://localhost/coin/?p=284","0","revision","","0"), ("306","3","2022-07-31 20:58:34","2022-07-31 13:58:34","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" padding=\"0px\" class=\"section5\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 20:58:34","2022-07-31 13:58:34","","2","http://localhost/coin/?p=306","0","revision","","0"), ("307","3","2022-07-31 20:58:49","2022-07-31 13:58:49","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" padding=\"0px\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"BEST OF THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 20:58:49","2022-07-31 13:58:49","","2","http://localhost/coin/?p=307","0","revision","","0"), ("308","3","2022-07-31 20:59:12","2022-07-31 13:59:12","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" padding=\"0px\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"BEST OF THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"vertical\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" orderby=\"rand\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post9\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 20:59:12","2022-07-31 13:59:12","","2","http://localhost/coin/?p=308","0","revision","","0"), ("309","3","2022-07-31 20:59:20","2022-07-31 13:59:20","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" padding=\"0px\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"BEST OF THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"vertical\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" orderby=\"rand\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post9\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 20:59:20","2022-07-31 13:59:20","","2","http://localhost/coin/?p=309","0","revision","","0"), ("310","3","2022-07-31 20:59:33","2022-07-31 13:59:33","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" padding=\"0px\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"BEST OF THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"vertical\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" orderby=\"rand\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post9\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 20:59:33","2022-07-31 13:59:33","","2","http://localhost/coin/?p=310","0","revision","","0"), ("313","3","2022-07-31 21:01:18","2022-07-31 14:01:18","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"BEST OF THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"vertical\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" orderby=\"rand\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post9\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-07-31 21:01:18","2022-07-31 14:01:18","","2","http://localhost/coin/?p=313","0","revision","","0"), ("316","3","2022-07-31 21:02:07","2022-07-31 14:02:07","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"660\" img_width=\"150\"]\n\n[gap height=\"19px\" visibility=\"hide-for-small\"]\n\n[share style=\"fill\" align=\"left\" scale=\"107\"]\n\n[gap]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"/gioi-thieu/\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","publish","closed","closed","","footer","","","2022-08-02 17:02:24","2022-08-02 10:02:24","","0","http://localhost/coin/?post_type=blocks&p=316","0","blocks","","0"), ("317","3","2022-07-31 21:02:07","2022-07-31 14:02:07","","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:02:07","2022-07-31 14:02:07","","316","http://localhost/coin/?p=317","0","revision","","0"), ("318","3","2022-07-31 21:02:48","2022-07-31 14:02:48","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:02:48","2022-07-31 14:02:48","","316","http://localhost/coin/?p=318","0","revision","","0"), ("319","3","2022-07-31 21:02:57","2022-07-31 14:02:57","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:02:57","2022-07-31 14:02:57","","316","http://localhost/coin/?p=319","0","revision","","0"), ("320","3","2022-07-31 21:03:10","2022-07-31 14:03:10","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:03:10","2022-07-31 14:03:10","","316","http://localhost/coin/?p=320","0","revision","","0"), ("321","3","2022-07-31 21:03:45","2022-07-31 14:03:45","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:03:45","2022-07-31 14:03:45","","316","http://localhost/coin/?p=321","0","revision","","0"), ("322","3","2022-07-31 21:03:51","2022-07-31 14:03:51","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:03:51","2022-07-31 14:03:51","","316","http://localhost/coin/?p=322","0","revision","","0"), ("323","3","2022-07-31 21:05:40","2022-07-31 14:05:40","","icon1","","inherit","open","closed","","icon1-2","","","2022-07-31 21:05:40","2022-07-31 14:05:40","","0","http://localhost/coin/wp-content/uploads/2022/07/icon1-1.jpg","0","attachment","image/jpeg","0"), ("324","3","2022-07-31 21:05:40","2022-07-31 14:05:40","","2","","inherit","open","closed","","2","","","2022-07-31 21:05:40","2022-07-31 14:05:40","","0","http://localhost/coin/wp-content/uploads/2022/07/2.jpg","0","attachment","image/jpeg","0"), ("325","3","2022-07-31 21:05:45","2022-07-31 14:05:45","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:05:45","2022-07-31 14:05:45","","316","http://localhost/coin/?p=325","0","revision","","0"), ("326","3","2022-07-31 21:05:56","2022-07-31 14:05:56","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:05:56","2022-07-31 14:05:56","","316","http://localhost/coin/?p=326","0","revision","","0"), ("327","3","2022-07-31 21:08:51","2022-07-31 14:08:51","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:08:51","2022-07-31 14:08:51","","316","http://localhost/coin/?p=327","0","revision","","0"), ("328","3","2022-07-31 21:09:49","2022-07-31 14:09:49","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:09:49","2022-07-31 14:09:49","","316","http://localhost/coin/?p=328","0","revision","","0"), ("329","3","2022-07-31 21:10:01","2022-07-31 14:10:01","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:10:01","2022-07-31 14:10:01","","316","http://localhost/coin/?p=329","0","revision","","0"), ("330","3","2022-07-31 21:10:26","2022-07-31 14:10:26","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:10:26","2022-07-31 14:10:26","","316","http://localhost/coin/?p=330","0","revision","","0"), ("331","3","2022-07-31 21:11:03","2022-07-31 14:11:03","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"111\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:11:03","2022-07-31 14:11:03","","316","http://localhost/coin/?p=331","0","revision","","0"), ("341","3","2022-07-31 21:14:36","2022-07-31 14:14:36","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[share style=\"fill\" align=\"left\" scale=\"107\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:14:36","2022-07-31 14:14:36","","316","http://localhost/coin/?p=341","0","revision","","0"), ("342","3","2022-07-31 21:15:28","2022-07-31 14:15:28","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[gap height=\"19px\" visibility=\"hide-for-small\"]\n\n[share style=\"fill\" align=\"left\" scale=\"107\"]\n\n[gap visibility=\"hide-for-small\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"#\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-07-31 21:15:28","2022-07-31 14:15:28","","316","http://localhost/coin/?p=342","0","revision","","0"), ("364","3","2022-07-31 21:30:10","2022-07-31 14:30:10","","Sidebar 2","","publish","closed","closed","","sidebar-2","","","2022-07-31 21:34:16","2022-07-31 14:34:16","","0","http://localhost/coin/?post_type=sidebar&p=364","0","sidebar","","0"), ("366","3","2022-07-31 21:37:30","2022-07-31 14:37:30","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Ngoài các Optimistic Rollup platform phổ biến như Arbitrum, Optimism, Boba network, chúng ta còn có một Hybrid Optimistic Rollup đáng xem xét là Metis Andromeda. Về mặt thiết kế, Metis Andromeda được phát triển từ code base của Optimism. Tuy nhiên, dự án lại sử dụng off-chain DA. Trong bài viết này, chúng ta sẽ tìm hiểu những điểm khác biệt và đánh đổi xung quanh lựa chọn đó.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\n<strong>Kiến thức trọng tâm:</strong>\r\n<ul>\r\n <li>Metis Andromeda được phát triển từ codebase của Optimism, một Hybrid Optimistic Rollup</li>\r\n <li>Tương tự các Alt-L1 khác, Metis Andromeda đang có mức động hoạt động on-chain rất thấp và hệ sinh thái kém phát triển.</li>\r\n <li>Bằng cách sử dụng off-chain DA, Metis đánh đổi giữa bảo mật mạng lưới lấy phí giao dịch rẻ.</li>\r\n <li>Bài toán về sự phức tạp trong mạng lưới của Metis đang ở mức cao do chú trọng tăng cường các trường hợp sử dụng xung quanh Metis mà quên đi những giá trị cốt lõi tạo nên giá trị cho dự án trong long-term.</li>\r\n</ul>\r\n<h2 id=\"section-0\">Metis Andromeda là gì?</h2>\r\n<strong>Metis </strong>là giao thức mở rộng quy mô cho Ethereum được xây dựng và hỗ trợ bởi Metis Labs Foundation. Metis tận dụng công nghệ Optimistic Rollup (ORU) để giảm tải việc thực thi <strong>smart contract</strong> từ Ethereum lên Metis blockchain.\r\n\r\nĐiều này cho phép Metis cung cấp môi trường có khả năng mở rộng và tiết kiệm chi phí hơn Ethereum để các nhà phát triển có thể thoải mái xây dựng các ứng dụng.\r\n\r\nKiến trúc của Metis có Virtual Machine tương thích với <strong>EVM</strong>. Với thiết kế này, nó cho phép các nhà phát triển, người dùng triển khai và tương tác với các ứng dụng trong một môi trường giống với Ethereum. Khả năng tương thích này giúp các nhà phát triển thuận tiện trong việc duy chuyển các codebase của các dự án từ Ethereum lên Metis dễ dàng.\r\n\r\nMetis bắt đầu hoạt động mainnet từ Quý 4/2021, cho đến nay, nhóm cốt lõi ở MetisLab Foundation sẽ quản lý và chịu trách nhiệm về hướng phát triển sản phẩm và kỹ thuật cho Metis Andromeda. Quyền quản trị sẽ được chuyển giao cho cộng đồng khi cơ sở hạ tầng cơ sở của Meits đã hoàn thiện.\r\n<h2 id=\"section-1\">Metis Andromeda: Hybrid Optimistic Rollup (Optimistic Chain)</h2>\r\nMetis được phát triển từ code base của Optimism, một trong hai giải pháp Optimistic Rollup nổi bật trên thị trường. Tương tự với các giải pháp Optimistic Rollup (ORU) nói chung, Metis di chuyển việc tính toán, lưu trữ trạng thái (Execution) từ Ethereum lên Metis chain.\r\n\r\nTuy nhiên, vào ngày 12 tháng 4 năm 2022, kiến trúc Metis đã được nâng cấp và có một số thay đổi đáng kể. Dữ liệu giao dịch (tx data) không còn được lưu giữ trên Ethereum, thay vào đó, nó được lưu giữ trong hệ thống lưu trữ dữ liệu phân tán của MemoLabs. Trong kiến trúc mới, thay vì đăng cả dữ liệu giao dịch và tx batch hash, Sequencer chỉ đăng tx batch hash lên Ethereum.\r\n\r\nSự khác biệt trọng tâm giữa Metis và các Optimistic Rollup platform nằm ở việc sử dụng settlement layer & data availability layer khác nhau:\r\n<ul>\r\n <li>Optimistic Rollup platform như Arbitrum & Optimism sử dụng Ethereum làm settlement layer & data availability layer.</li>\r\n <li>Metis chỉ sử dụng Ethereum làm settlement layer, protocol chỉ settle state root lên Ethereum. Dữ liệu giao dịch được Metis lưu trữ bên ngoài Ethereum (off-chain DA), một tập hợp các bên đáng tin cậy để cung cấp tính khả dụng của dữ liệu (Data Availability Committee - DAC) cho các giao dịch của Metis.</li>\r\n</ul>\r\nChưa có tên gọi cụ thể cho trường hợp của Metis Andromeda, các bạn có thể gọi Metis là Hybrid Optimistic Rollup hoặc Optimistic Chain.\r\n<h2 id=\"section-2\">Tổng quan tình hình hoạt động của Metis Andromeda</h2>\r\nĐến giữa tháng 7, hoạt động trên mạng lưới của Metis đã sụt giảm rất nhiều do những tác động của kinh tế vĩ mô và sự sụp đổ của nhiều tổ chức native trong thị trường crypto. Total TVL của Metis network rơi vào tầm 90 triệu USD, giảm hơn 88% khi so với đỉnh, giá Metis token cũng đã giảm hơn 93% khi so với giá cao nhất vào đầu năm 2022.\r\n\r\nSự phát triển và suy thoái của Netswap phần nào đại diện cho sự phát triển chung của cả hệ sinh thái Metis, không có nhiều đổi mới và không thật sự nổi bật để thu hút các dự án chất lượng xây dựng trên mình.\r\n\r\nHiện tại, mức độ hoạt động trên Metis đang rất thấp, người dùng có thể kiểm tra giao dịch trên Metis network <strong>tại đây</strong>. Với mức hoạt động như thế, doanh thu mà protocol kiếm được từ phí giao dịch gần như bằng không.\r\n<h2 id=\"section-3\">Mối liên hệ giữa Off-Chain DA & phí giao dịch trên Metis Andromeda</h2>\r\nPhí giao dịch mà người dùng phải trả trên các Optimistic Rollup platform bao gồm ba khoản phí:\r\n<ul>\r\n <li><strong>L2 execution fees:</strong> Phí người dùng thanh toán cho các việc tính toán và lưu trữ.</li>\r\n <li><strong>Settlement fees:</strong> Phí settle state root lên Ethereum.</li>\r\n <li><strong>Data fees:</strong> Phí lưu trữ tx data trên Ethereum dưới hình thức calldata.</li>\r\n</ul>\r\nL2 execution fees phụ thuộc vào tùy chỉnh dự án. Nhìn chung khoản phí này tương đối rẻ hơn khi so sánh với L1. Settle state root fee sẽ tương đối ổn định theo từng tx batch, phí giao dịch settle một batch gồm 100 hay 500 giao dịch sẽ không khác nhiều. Nếu trong một batch chứa càng nhiều tx thì chi phí trung bình chia cho mỗi tx sẽ nhỏ hơn.\r\n\r\nData fee là chi phí gia tăng theo quy mô, càng nhiều tx thì dung lượng cần lưu trữ càng lớn, với chi phí 16 gas mỗi byte thì khi việc sử dụng tăng lên thì chi phí cho việc calldata lên Ethereum sẽ tăng lên đáng kể.\r\n\r\nVới việc Metis sử dụng hệ thống lưu trữ dữ liệu phân tán của MemoLabs, data fee không còn là vấn đề với Metis. Đây là một trong những lý do chính giúp phí giao dịch trên Metis rẻ hơn khá nhiều khi so sánh với các optimistic Rollup platform khác như Optimism, Arbitrum & Boba network.\r\n\r\n</div>","Metis Andromeda là gì? Đánh đổi khi sử dụng Off-chain Data Availability","","inherit","closed","closed","","86-revision-v1","","","2022-07-31 21:37:30","2022-07-31 14:37:30","","86","http://localhost/coin/?p=366","0","revision","","0"), ("372","3","2022-07-31 21:46:07","2022-07-31 14:46:07","[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"65%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]","Hệ sinh thái","","publish","closed","closed","","he-sinh-thai","","","2022-07-31 21:46:56","2022-07-31 14:46:56","","0","http://localhost/coin/?post_type=blocks&p=372","0","blocks","","0"), ("373","3","2022-07-31 21:46:07","2022-07-31 14:46:07","","Hệ sinh thái","","inherit","closed","closed","","372-revision-v1","","","2022-07-31 21:46:07","2022-07-31 14:46:07","","372","http://localhost/coin/?p=373","0","revision","","0"), ("374","3","2022-07-31 21:46:45","2022-07-31 14:46:45","[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"65%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]","Hệ sinh thái","","inherit","closed","closed","","372-revision-v1","","","2022-07-31 21:46:45","2022-07-31 14:46:45","","372","http://localhost/coin/?p=374","0","revision","","0"), ("501","3","2022-08-01 02:53:43","2022-07-31 19:53:43","","Solana","","publish","closed","closed","","solana","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=501","7","nav_menu_item","","0"), ("502","3","2022-08-01 02:53:43","2022-07-31 19:53:43","","Ethereum","","publish","closed","closed","","ethereum","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=502","8","nav_menu_item","","0"), ("503","3","2022-08-01 02:53:43","2022-07-31 19:53:43","","Terra","","publish","closed","closed","","terra","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=503","9","nav_menu_item","","0"), ("504","3","2022-08-01 02:53:43","2022-07-31 19:53:43","","Polygon","","publish","closed","closed","","polygon","","","2022-08-01 02:53:43","2022-07-31 19:53:43","","0","http://localhost/coin/?p=504","10","nav_menu_item","","0"), ("515","3","2022-08-01 03:04:15","2022-07-31 20:04:15","<div class=\"style_thumbnailDescription__rVHih style_ph50__VHpPr\">\r\n<div class=\"style_textDescription__7x3Rf\">Account abstraction (AA) là gì? Liệu đây có phải công cụ dẫn tới crypto adoption? Cùng tìm hiểu trong bài viết hôm nay.</div>\r\n</div>\r\n<div id=\"post-detail-content\" class=\"style_postContentWrapper__xK4NX style_ph50__VHpPr\">\r\n\r\nVới những người theo dõi lâu năm của Vitalik Buterin hay những người ủng hộ Ethereum sẽ không mấy xa lạ với cụm từ account abstraction trong thời gian gần đây. Đây là khái niệm được Vitalik nhắc tới rất nhiều, không chỉ vậy, Vitalik đã đề xuất một vài proposal dành riêng cho việc triển khai Account Abstraction và coi đây là long-term dream của các developers trên Ethereum.\r\n\r\nMới đây nhất, 2 dự án đang phát triển của mảng Layer 2 là StarkNet và zkSync đã đưa ra thông báo sẽ chạy mô hình native account abstraction của riêng họ.\r\n<h3 id=\"section-0\">Account abstraction là gì?</h3>\r\nAccount abstraction (AA) là một loại Ethereum Account, đề xuất AA này cho phép chuyển đổi các loại tài khoản thành các <strong>hợp đồng thông minh</strong> với logic riêng của chúng để có thể tự xác định thế nào là một giao dịch hợp lệ, trả phí giao dịch và thực hiện việc khởi tạo giao dịch.\r\n\r\nTrong thuật ngữ ngành khoa học máy tính, các tài khoản đó được coi là đã được trừu tượng hoá (abstracted), từ đó dẫn đến cái tên Account abstraction.\r\n\r\nĐiều này có nghĩa là sẽ không còn trường hợp một tài khoản được sử dụng cho tất cả các mục đích. Giống như việc tách các “vật thể” đang nắm giữ token (account) ra khỏi “vật thể” được sử dụng để trao quyền/cho phép giao dịch các token (signer).\r\n\r\nViệc này hướng tới việc giúp cho mỗi user có thể có một loại tài khoản phù hợp với nhu cầu cá nhân của họ.\r\n\r\nVới những user muốn sử dụng thuật toán xác minh chữ ký khác ngoài ECDSA, sử dụng nhiều key để cấp quyền các giao dịch, thay đổi signer của tài khoản mỗi tuần, họ có thể viết một tài khoản riêng để thực hiện những điều đó.\r\n\r\nTrên thực tế, khái niệm Account abstraction không phải quá mới, <strong>Vitalik </strong>đã đề cập đến AA từ đề xuất EIP-86 của Ethereum từ năm 2017, tuy nhiên do yêu cầu quá nhiều thay đổi từ protocol để thực hiện. Sau đó, Vitalik đã cập nhật thêm các bản cải tiến là EIP-2938 và phiên bản gần nhất là EIP-4337 để có thể dễ dàng triển khai hơn.\r\n\r\nHai dự án đã công bố chính thức áp dụng Account abstraction là các dự án Layer 2 StarkNet và zkSync phiên bản 2.0.\r\n<h3 id=\"section-1\">Ethereum Account là gì?</h3>\r\nEthereum Account được định nghĩa là một thực thể (entity) có số dư ETH và có thể thực hiện các giao dịch trên mạng lưới Ethereum. Các account có thể do người dùng điều khiển hoặc cũng có thể được triển khai dưới dạng hợp đồng thông minh.\r\n\r\nEthereum có 2 loại account chính:\r\n<ul>\r\n <li><strong>Externally-owned Accounts (EOA): </strong>Kiểm soát bởi bất kì ai chỉ cần người đó nắm giữ <strong>private key</strong>.</li>\r\n <li><strong>Contract Accounts (CA):</strong> Là các hợp đồng thông minh được triển khai trên mạng lưới, kiểm soát bởi các dòng code.</li>\r\n</ul>\r\nCả 2 loại tài khoản trên đều có những khả năng:\r\n<ul>\r\n <li>Nhận, giữ, gửi ETH và các loại token trên mạng Ethereum.</li>\r\n <li>Tương tác với các smart contracts khác.</li>\r\n</ul>\r\nMột vài điểm khác biệt cơ bản giữa 2 loại tài khoản:\r\n<h3>Với Externally-owned:</h3>\r\n<ul>\r\n <li>Tạo các toàn khoản Externally-owned đơn giản và miễn phí.</li>\r\n <li>Có thể khởi tạo các giao dịch.</li>\r\n <li>Giao dịch giữa 2 toàn khoản Externally-owned chỉ có thể là giao dịch chuyển ETH/token.</li>\r\n</ul>\r\n<h4>Với Contract:</h4>\r\n<ul>\r\n <li>Việc tạo một contract sẽ cần có một khoản phí do sử dụng bộ nhớ mạng</li>\r\n <li>Chỉ có thể gửi giao dịch khi nhận được giao dịch</li>\r\n <li>Các giao dịch từ tài khoản External tới một tài khoản Contract có thể kích hoạt mã code thực thi nhiều hành động khác nhau như giao dịch token, tạo một contract mới…</li>\r\n</ul>\r\n<h4>4 đặc tính Externally-owned:</h4>\r\nNhìn chung, cả 2 loại tài khoản đều có 4 đặc tính:\r\n<ul>\r\n <li><strong>Nonce: </strong>Một bộ đếm cho biết số lượng giao dịch được gửi từ tài khoản, đảm bảo các giao dịch sẽ chỉ được thực hiện 1 lần. Với Contract account, con số này đại diện cho số contracts được tạo bởi tài khoản này.</li>\r\n <li><strong>Balance: </strong>Số dư đại diện cho lượng ETH tài khoản sở hữu</li>\r\n <li><strong>codeHash: </strong>Mã hàm băm này được tham khảo từ mã của một tài khoản trên <strong>Ethereum Virtual Machine</strong> (EVM). Tài khoản Contract có các đoạn mã được lập trình để thực hiện các hoạt động khác nhau. Khác với các trường đặc tính khác, mã này không thể bị thay đổi.</li>\r\n <li><strong>storageRoot:</strong> Hay còn được gọi là hàm băm lữu trữ (storage hash), được sử dụng để mã hoá hàm băm của nội dung được lữu trữ trên tài khoản.</li>\r\n</ul>\r\n</div>","Account abstraction (AA) là gì? Công cụ hướng tới mass adoption","","inherit","closed","closed","","77-revision-v1","","","2022-08-01 03:04:15","2022-07-31 20:04:15","","77","http://localhost/coin/?p=515","0","revision","","0"), ("527","3","2022-08-01 03:14:22","2022-07-31 20:14:22","","iconSendActive-8fcec05132f3e94ca770ee2df22772d3","","inherit","open","closed","","iconsendactive-8fcec05132f3e94ca770ee2df22772d3","","","2022-08-01 03:14:22","2022-07-31 20:14:22","","0","http://localhost/coin/wp-content/uploads/2022/08/iconSendActive-8fcec05132f3e94ca770ee2df22772d3.svg","0","attachment","image/svg+xml","0"), ("546","3","2022-08-01 03:25:34","2022-07-31 20:25:34","Nội dung đang cập nhật...","Giới thiệu","","publish","closed","closed","","gioi-thieu","","","2022-08-01 03:25:59","2022-07-31 20:25:59","","0","http://localhost/coin/?page_id=546","0","page","","0"), ("547","3","2022-08-01 03:25:34","2022-07-31 20:25:34","","Giới thiệu","","inherit","closed","closed","","546-revision-v1","","","2022-08-01 03:25:34","2022-07-31 20:25:34","","546","http://localhost/coin/?p=547","0","revision","","0"), ("548","3","2022-08-01 03:25:59","2022-07-31 20:25:59","Nội dung đang cập nhật...","Giới thiệu","","inherit","closed","closed","","546-revision-v1","","","2022-08-01 03:25:59","2022-07-31 20:25:59","","546","http://localhost/coin/?p=548","0","revision","","0"), ("562","3","2022-08-01 03:35:06","2022-07-31 20:35:06","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[gap height=\"19px\" visibility=\"hide-for-small\"]\n\n[share style=\"fill\" align=\"left\" scale=\"107\"]\n\n[gap visibility=\"hide-for-small\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"/gioi-thieu/\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-08-01 03:35:06","2022-07-31 20:35:06","","316","http://localhost/coin/?p=562","0","revision","","0"), ("615","3","2022-08-01 03:56:39","2022-07-31 20:56:39","[section label=\"Section1\" class=\"section1\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns=\"1\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"5\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"2\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\" class=\"cot3\"]\n\n[ux_image_box style=\"overlay\" img=\"123\" image_height=\"80%\" image_size=\"original\"]\n\n<h2 style=\"text-align: center;\">Quan tâm</h2>\n\n[/ux_image_box]\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"5\" show_date=\"false\" excerpt=\"false\" comments=\"false\" image_height=\"0%\" image_width=\"0\" image_size=\"original\" text_align=\"left\" class=\"list-post3\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"normal\" columns__md=\"1\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_bullets=\"true\" auto_slide=\"3000\" posts=\"10\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1 list-post2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section2\" padding=\"0px\" class=\"section2\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"Hot News\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" offset=\"1\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post1\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post4\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section3\" padding=\"0px\" class=\"section3\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[title text=\"EDITOR\'S PICK\" tag_name=\"h2\" link_text=\"View All\" link=\"#\"]\n\n\n[/col]\n[col span__sm=\"12\"]\n\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" offset=\"3\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post5\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section4\" padding=\"0px\" class=\"section4\"]\n\n[row]\n\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"FEATURED NEWS\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"overlay\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"2\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"75%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post7\"]\n\n[blog_posts style=\"vertical\" type=\"row\" columns=\"2\" columns__md=\"1\" posts=\"4\" orderby=\"rand\" show_date=\"false\" excerpt=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"60%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post8\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[title text=\"FEATURED AUTHOR\" tag_name=\"h2\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[featured_box img=\"272\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Khang Ky</h3>\n\n[/featured_box]\n[featured_box img=\"274\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Thien Le</h3>\n\n[/featured_box]\n[featured_box img=\"277\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Coin98 Finances</h3>\n\n[/featured_box]\n[featured_box img=\"279\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Vi Dang</h3>\n\n[/featured_box]\n[featured_box img=\"280\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Trinh Hang</h3>\n\n[/featured_box]\n[featured_box img=\"53\" img_width=\"80\" pos=\"left\" link=\"#\"]\n\n<p>Coin98 Insignts</p>\n<h3>Toan Xam Lop</h3>\n\n[/featured_box]\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Section5\" class=\"section5\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span__sm=\"12\"]\n\n[title text=\"THE PLATFORM\" tag_name=\"h2\" link_text=\"View all\" link=\"#\"]\n\n\n[/col_inner]\n\n[/row_inner]\n[blog_posts style=\"vertical\" type=\"row\" columns=\"1\" columns__md=\"1\" posts=\"1\" orderby=\"rand\" show_date=\"false\" excerpt_length=\"26\" comments=\"false\" image_height=\"70%\" image_width=\"50\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post9\"]\n\n[blog_posts style=\"normal\" type=\"row\" columns__md=\"1\" posts=\"4\" offset=\"2\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"70%\" image_size=\"original\" image_hover=\"zoom\" text_align=\"left\" class=\"list-post6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]","Trang chủ","","inherit","closed","closed","","2-revision-v1","","","2022-08-01 03:56:39","2022-07-31 20:56:39","","2","http://localhost/coin/?p=615","0","revision","","0"), ("625","3","2022-08-01 04:00:08","2022-07-31 21:00:08","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"9\" img_width=\"150\"]\n\n[gap height=\"19px\" visibility=\"hide-for-small\"]\n\n[share style=\"fill\" align=\"left\" scale=\"107\"]\n\n[gap]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"/gioi-thieu/\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-08-01 04:00:08","2022-07-31 21:00:08","","316","http://localhost/coin/?p=625","0","revision","","0"), ("660","3","2022-08-02 16:52:58","2022-08-02 09:52:58","","logo-space","","inherit","open","closed","","logo-space","","","2022-08-02 16:52:58","2022-08-02 09:52:58","","0","http://localhost/coin/wp-content/uploads/2022/08/logo-space.png","0","attachment","image/png","0"), ("662","3","2022-08-02 16:53:19","2022-08-02 09:53:19","","favicon","","inherit","open","closed","","favicon","","","2022-08-02 16:53:19","2022-08-02 09:53:19","","0","http://localhost/coin/wp-content/uploads/2022/08/favicon.png","0","attachment","image/png","0"), ("663","3","2022-08-02 16:53:22","2022-08-02 09:53:22","http://localhost/coin/wp-content/uploads/2022/08/cropped-favicon.png","cropped-favicon.png","","inherit","open","closed","","cropped-favicon-png","","","2022-08-02 16:53:22","2022-08-02 09:53:22","","0","http://localhost/coin/wp-content/uploads/2022/08/cropped-favicon.png","0","attachment","image/png","0"), ("676","3","2022-08-02 17:02:24","2022-08-02 10:02:24","[section bg_color=\"rgb(244, 244, 244)\" padding=\"49px\" class=\"footer-section\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[featured_box img=\"660\" img_width=\"150\"]\n\n[gap height=\"19px\" visibility=\"hide-for-small\"]\n\n[share style=\"fill\" align=\"left\" scale=\"107\"]\n\n[gap]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"323\" image_size=\"original\"]\n\n\n[/col_inner]\n[col_inner span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"324\" image_size=\"original\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/featured_box]\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[row_inner style=\"small\"]\n\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Hỗ Trợ</h3>\n<ul>\n<li><a href=\"#\">Email</a></li>\n<li><a href=\"#\">Live Chat</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Sản Phẩm</h3>\n<ul>\n<li><a href=\"#\">Ví</a></li>\n<li><a href=\"#\">Exchange</a></li>\n<li><a href=\"#\">Thị Trường</a></li>\n<li><a href=\"#\">Danh mục</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Về Chúng Tôi</h3>\n<ul>\n<li><a href=\"/gioi-thieu/\">Về chúng tôi</a></li>\n<li><a href=\"#\">Tuyển dụng</a></li>\n</ul>\n\n[/col_inner]\n[col_inner span=\"3\" span__sm=\"6\"]\n\n<h3>Cộng Đồng</h3>\n<ul>\n<li><a href=\"#\">Nhóm Chat</a></li>\n<li><a href=\"#\">Telegram News</a></li>\n</ul>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n\n[/section]","Footer","","inherit","closed","closed","","316-revision-v1","","","2022-08-02 17:02:24","2022-08-02 10:02:24","","316","http://localhost/coin/?p=676","0","revision","","0"), ("679","3","2022-08-02 17:07:00","2022-08-02 10:07:00","","dot","","inherit","open","closed","","dot","","","2022-08-02 17:07:00","2022-08-02 10:07:00","","0","http://localhost/coin/wp-content/uploads/2022/08/dot.jpg","0","attachment","image/jpeg","0"), ("687","3","2022-09-28 15:18:41","0000-00-00 00:00:00","","Lưu bản nháp tự động","","auto-draft","open","open","","","","","2022-09-28 15:18:41","0000-00-00 00:00:00","","0","http://localhost/coin/?p=687","0","post","","0"), ("689","3","2022-09-28 21:59:29","0000-00-00 00:00:00","","Lưu bản nháp tự động","","auto-draft","open","open","","","","","2022-09-28 21:59:29","0000-00-00 00:00:00","","0","http://localhost/coin/?p=689","0","post","","0"); INSERT INTO `wp_rank_math_analytics_objects` VALUES ("1","2022-08-01 03:25:59","Giới thiệu","/gioi-thieu/","post","page","546","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("2","2022-07-31 21:46:56","Hệ sinh thái","/blocks/he-sinh-thai/","post","blocks","372","","0","0","1","","0","0","0","0","0000-00-00 00:00:00"), ("3","2022-07-31 21:15:28","Footer","/blocks/footer/","post","blocks","316","","0","0","1","","0","0","0","0","0000-00-00 00:00:00"), ("4","2022-07-31 21:45:02","Metis Andromeda là gì? Đánh đổi khi sử dụng Off-chain Data Availability","/metis-andromeda-la-gi-danh-doi-khi-su-dung-off-chain-data-availability/","post","post","86","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("5","2022-07-31 10:21:52","MoveZ bất ngờ được chú ý, Fantom từng bước rời khỏi đường đua Blockchain","/movez-bat-ngo-duoc-chu-y-fantom-tung-buoc-roi-khoi-duong-dua-blockchain/","post","post","83","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("6","2022-07-31 10:20:59","“Điều tôi nghĩ và Thực tế là…”: 5 lầm tưởng khi đầu tư Crypto","/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","post","post","80","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("7","2022-08-01 03:04:15","Account abstraction (AA) là gì? Công cụ hướng tới mass adoption","/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","post","post","77","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("8","2022-07-31 10:19:36","Nghiên cứu GameFi: Chìa khóa thành công của một dự án GameFi","/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","post","post","74","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("9","2022-07-31 10:19:02","Sân chơi Stablecoin 2022: Khi Stablecoin trở thành tiêu điểm","/san-choi-stablecoin-2022-khi-stablecoin-tro-thanh-tieu-diem/","post","post","71","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("10","2022-07-31 10:18:07","Phân tích mô hình hoạt động Mirror.xyz (WRITE)","/phan-tich-mo-hinh-hoat-dong-mirror-xyz-write/","post","post","67","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("11","2022-07-31 10:17:14","Lightspeed gọi vốn 500 triệu USD, Multicoin Capital và gói quỹ $430 M","/lightspeed-goi-von-500-trieu-usd-multicoin-capital-va-goi-quy-430-m/","post","post","64","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("12","2022-07-31 10:15:01","Aptos mở rộng, The Merge sắp ra mắt, các AMM cạnh tranh khốc liệt","/aptos-mo-rong-the-merge-sap-ra-mat-cac-amm-canh-tranh-khoc-liet/","post","post","61","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("13","2022-07-31 10:13:10","Tổng hợp các dự án cross-chain 2022","/tong-hop-cac-du-an-cross-chain-2022/","post","post","58","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("14","2022-07-31 10:12:22","Hướng dẫn sử dụng Baryon Network chi tiết (2022)","/huong-dan-su-dung-baryon-network-chi-tiet-2022/","post","post","55","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("15","2022-07-31 10:10:13","Báo cáo thị trường M&A Crypto nửa đầu năm 2022","/bao-cao-thi-truong-ma-crypto-nua-dau-nam-2022/","post","post","52","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("16","2022-07-31 10:09:20","Phân tích mô hình hoạt động Gitcoin (GTC)","/phan-tich-mo-hinh-hoat-dong-gitcoin-gtc/","post","post","49","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"), ("17","2022-07-31 21:01:18","Trang chủ","/","post","page","2","","0","0","1","Article","0","0","0","0","0000-00-00 00:00:00"); INSERT INTO `wp_rank_math_internal_links` VALUES ("7","http://localhost/coin/metis-andromeda-la-gi-danh-doi-khi-su-dung-off-chain-data-availability/","2","86","internal"), ("8","http://localhost/coin/movez-bat-ngo-duoc-chu-y-fantom-tung-buoc-roi-khoi-duong-dua-blockchain/","2","83","internal"), ("9","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("10","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("11","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("12","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("13","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("14","http://localhost/coin/metis-andromeda-la-gi-danh-doi-khi-su-dung-off-chain-data-availability/","2","86","internal"), ("15","http://localhost/coin/movez-bat-ngo-duoc-chu-y-fantom-tung-buoc-roi-khoi-duong-dua-blockchain/","2","83","internal"), ("16","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("17","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("18","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("19","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("20","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("21","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("22","http://localhost/coin/san-choi-stablecoin-2022-khi-stablecoin-tro-thanh-tieu-diem/","2","71","internal"), ("23","http://localhost/coin/phan-tich-mo-hinh-hoat-dong-mirror-xyz-write/","2","67","internal"), ("24","http://localhost/coin/lightspeed-goi-von-500-trieu-usd-multicoin-capital-va-goi-quy-430-m/","2","64","internal"), ("25","http://localhost/coin/aptos-mo-rong-the-merge-sap-ra-mat-cac-amm-canh-tranh-khoc-liet/","2","61","internal"), ("26","http://localhost/coin/tong-hop-cac-du-an-cross-chain-2022/","2","58","internal"), ("27","http://localhost/coin/huong-dan-su-dung-baryon-network-chi-tiet-2022/","2","55","internal"), ("28","http://localhost/coin/bao-cao-thi-truong-ma-crypto-nua-dau-nam-2022/","2","52","internal"), ("29","http://localhost/coin/movez-bat-ngo-duoc-chu-y-fantom-tung-buoc-roi-khoi-duong-dua-blockchain/","2","83","internal"), ("30","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("31","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("32","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("33","http://localhost/coin/san-choi-stablecoin-2022-khi-stablecoin-tro-thanh-tieu-diem/","2","71","internal"), ("34","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("35","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("36","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("37","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("38","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("39","http://localhost/coin/san-choi-stablecoin-2022-khi-stablecoin-tro-thanh-tieu-diem/","2","71","internal"), ("40","http://localhost/coin/bao-cao-thi-truong-ma-crypto-nua-dau-nam-2022/","2","52","internal"), ("41","http://localhost/coin/aptos-mo-rong-the-merge-sap-ra-mat-cac-amm-canh-tranh-khoc-liet/","2","61","internal"), ("42","http://localhost/coin/phan-tich-mo-hinh-hoat-dong-mirror-xyz-write/","2","67","internal"), ("43","http://localhost/coin/phan-tich-mo-hinh-hoat-dong-gitcoin-gtc/","2","49","internal"), ("44","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("45","http://localhost/coin/huong-dan-su-dung-baryon-network-chi-tiet-2022/","2","55","internal"), ("46","http://localhost/coin/tong-hop-cac-du-an-cross-chain-2022/","2","58","internal"), ("47","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","2","80","internal"), ("48","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","2","77","internal"), ("49","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","2","74","internal"), ("50","http://localhost/coin/san-choi-stablecoin-2022-khi-stablecoin-tro-thanh-tieu-diem/","2","71","internal"), ("57","http://localhost/coin/metis-andromeda-la-gi-danh-doi-khi-su-dung-off-chain-data-availability/","372","86","internal"), ("58","http://localhost/coin/movez-bat-ngo-duoc-chu-y-fantom-tung-buoc-roi-khoi-duong-dua-blockchain/","372","83","internal"), ("59","http://localhost/coin/dieu-toi-nghi-va-thuc-te-la-5-lam-tuong-khi-dau-tu-crypto/","372","80","internal"), ("60","http://localhost/coin/account-abstraction-aa-la-gi-cong-cu-huong-toi-mass-adoption/","372","77","internal"), ("61","http://localhost/coin/nghien-cuu-gamefi-chia-khoa-thanh-cong-cua-mot-du-an-gamefi/","372","74","internal"), ("62","https://www.facebook.com/sharer.php?u=","316","0","external"), ("63","https://twitter.com/share?url=","316","0","external"), ("64","mailto:enteryour@addresshere.com?subject=&body=Check%20this%20out:%20","316","0","external"), ("65","https://pinterest.com/pin/create/button/?url=&media=&description=","316","0","external"), ("66","https://www.linkedin.com/shareArticle?mini=true&url=&title=","316","0","external"), ("67","/gioi-thieu/","316","546","internal"); INSERT INTO `wp_rank_math_internal_meta` VALUES ("2","44","0","0"), ("49","0","0","1"), ("52","0","0","2"), ("55","0","0","2"), ("58","0","0","2"), ("61","0","0","2"), ("64","0","0","1"), ("67","0","0","2"), ("71","0","0","4"), ("74","0","0","8"), ("77","0","0","10"), ("80","0","0","8"), ("83","0","0","4"), ("86","0","0","3"), ("316","1","5","0"), ("372","5","0","0"), ("546","0","0","1"); INSERT INTO `wp_term_relationships` VALUES ("21","7","0"), ("26","7","0"), ("27","7","0"), ("28","7","0"), ("30","7","0"), ("31","7","0"), ("32","7","0"), ("33","7","0"), ("35","7","0"), ("49","2","0"), ("49","3","0"), ("49","5","0"), ("52","2","0"), ("52","4","0"), ("52","5","0"), ("55","1","0"), ("55","5","0"), ("58","5","0"), ("58","6","0"), ("61","5","0"), ("61","6","0"), ("64","1","0"), ("64","3","0"), ("64","5","0"), ("67","1","0"), ("67","3","0"), ("67","4","0"), ("71","1","0"), ("71","3","0"), ("71","4","0"), ("74","1","0"), ("74","2","0"), ("74","4","0"), ("77","2","0"), ("77","4","0"), ("77","6","0"), ("80","2","0"), ("80","4","0"), ("80","5","0"), ("83","1","0"), ("83","5","0"), ("83","6","0"), ("86","2","0"), ("86","3","0"), ("86","5","0"), ("86","8","0"), ("86","9","0"), ("86","10","0"), ("86","11","0"), ("501","7","0"), ("502","7","0"), ("503","7","0"), ("504","7","0"); INSERT INTO `wp_term_taxonomy` VALUES ("1","1","category","","0","6"), ("2","2","category","","0","6"), ("3","3","category","","0","5"), ("4","4","category","","0","6"), ("5","5","category","","0","9"), ("6","6","category","","0","4"), ("7","7","nav_menu","","0","13"), ("8","8","post_tag","","0","1"), ("9","9","post_tag","","0","1"), ("10","10","post_tag","","0","1"), ("11","11","post_tag","","0","1"); INSERT INTO `wp_terms` VALUES ("1","Kiếm tiền cùng Coin98","kiem-tien-cung-coin98","0"), ("2","Coin98 Finance","coin98-finance","0"), ("3","Người mới","nguoi-moi","0"), ("4","Hệ sinh thái","he-sinh-thai","0"), ("5","Kiến thức Crypto","kien-thuc-crypto","0"), ("6","Kiến thức nâng cao","kien-thuc-nang-cao","0"), ("7","Main menu","main-menu","0"), ("8","Metis Andromeda","metis-andromeda","0"), ("9","Andromeda","andromeda","0"), ("10","Coint","coint","0"), ("11","Bitcoin","bitcoin","0"); INSERT INTO `wp_usermeta` VALUES ("48","3","nickname","admin"), ("49","3","first_name","Nguyen"), ("50","3","last_name","Thuan"), ("51","3","description",""), ("52","3","rich_editing","true"), ("53","3","syntax_highlighting","true"), ("54","3","comment_shortcuts","false"), ("55","3","admin_color","fresh"), ("56","3","use_ssl","0"), ("57","3","show_admin_bar_front","true"), ("58","3","locale",""), ("59","3","wp_capabilities","a:1:{s:13:\"administrator\";b:1;}"), ("60","3","wp_user_level","10"), ("61","3","last_update","1664402369"), ("62","3","dismissed_wp_pointers",""), ("63","3","twitter",""), ("64","3","facebook",""), ("65","3","session_tokens","a:2:{s:64:\"c8d5988d7738923e1b6c7ec4e1b48f589fb149d34ee2784f761cee8455002d5c\";a:4:{s:10:\"expiration\";i:1664549967;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.84 Safari/537.36\";s:5:\"login\";i:1664377167;}s:64:\"5cd431736a2ab8795eaf46bcfc09c37c241d5c8728874dbe9b239dba68f2f3d5\";a:4:{s:10:\"expiration\";i:1664632594;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.84 Safari/537.36\";s:5:\"login\";i:1664459794;}}"), ("66","3","wp_dashboard_quick_press_last_post_id","689"), ("67","3","manageedit-postcolumnshidden","a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}"), ("68","3","manageedit-postcolumnshidden_default","1"), ("69","3","manageedit-pagecolumnshidden","a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}"), ("70","3","manageedit-pagecolumnshidden_default","1"), ("71","3","manageedit-blockscolumnshidden","a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}"), ("72","3","manageedit-blockscolumnshidden_default","1"), ("73","3","duplicator_pro_created_format","1"); INSERT INTO `wp_users` VALUES ("3","admin","$P$Bq5PlNg/s739k7Vr2LxhNBalgUNCsv1","admin","admin@admin.com","","2022-09-28 14:59:20","1664377160:$P$BSgKZlB6DXvAHFYFFeuJ3b4zXQ4unR1","0","Thuan Nguyen"); /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /* Duplicator WordPress Timestamp: 2022-09-29 13:57:29*/ /* DUPLICATOR_PRO_MYSQLDUMP_EOF */