403Webshell
Server IP : 80.211.21.168  /  Your IP : 216.73.216.144
Web Server : Apache
System : Linux alex-webdesign.it 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64
User : admin_japan ( 10003)
PHP Version : 8.2.32
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/cerchijapan.it/teamsecuritymilano.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/cerchijapan.it/teamsecuritymilano.com/dbbase.sql
-- MySQL dump 10.14  Distrib 5.5.56-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: db_linea2001
-- ------------------------------------------------------
-- Server version	5.5.56-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `db_linea2001`
--


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

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

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

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

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

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

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Un commentatore di WordPress','wapuu@wordpress.example','https://wordpress.org/','','2018-07-09 15:58:05','2018-07-09 13:58:05','Ciao, questo è un commento.\nPer iniziare a moderare, modificare ed eliminare commenti, visita la schermata commenti nella bacheca.\nGli avatar di chi lascia un commento sono forniti da <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) 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;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://ahutofficina.it','yes'),(2,'home','https://ahutofficina.it','yes'),(3,'blogname','LInea2001','yes'),(4,'blogdescription','Un nuovo sito targato WordPress','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@alex-webdesign.it','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j F Y','yes'),(24,'time_format','G:i','yes'),(25,'links_updated_date_format','j F Y G:i','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:272:{s:34:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml$\";s:40:\"index.php?xml_sitemap=params=$matches[2]\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml\\.gz$\";s:49:\"index.php?xml_sitemap=params=$matches[2];zip=true\";s:35:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html$\";s:50:\"index.php?xml_sitemap=params=$matches[2];html=true\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html.gz$\";s:59:\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\";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:14:\"^sitemaps.xml$\";s:28:\"index.php?seopress_sitemap=1\";s:18:\"^sitemaps_xsl.xsl$\";s:32:\"index.php?seopress_sitemap_xsl=1\";s:19:\"sitemaps/post.xml?$\";s:27:\"index.php?seopress_cpt=post\";s:19:\"sitemaps/page.xml?$\";s:27:\"index.php?seopress_cpt=page\";s:23:\"sitemaps/category.xml?$\";s:31:\"index.php?seopress_tax=category\";s:23:\"sitemaps/post_tag.xml?$\";s:31:\"index.php?seopress_tax=post_tag\";s:18:\"portfolio-items/?$\";s:35:\"index.php?post_type=avada_portfolio\";s:48:\"portfolio-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:43:\"portfolio-items/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:35:\"portfolio-items/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=avada_portfolio&paged=$matches[1]\";s:12:\"faq-items/?$\";s:29:\"index.php?post_type=avada_faq\";s:42:\"faq-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:37:\"faq-items/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:29:\"faq-items/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=avada_faq&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:43:\"portfolio-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"portfolio-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"portfolio-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"portfolio-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"portfolio-items/([^/]+)/embed/?$\";s:48:\"index.php?avada_portfolio=$matches[1]&embed=true\";s:36:\"portfolio-items/([^/]+)/trackback/?$\";s:42:\"index.php?avada_portfolio=$matches[1]&tb=1\";s:56:\"portfolio-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:44:\"portfolio-items/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&paged=$matches[2]\";s:51:\"portfolio-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio-items/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&page=$matches[2]\";s:32:\"portfolio-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"portfolio-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"portfolio-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"portfolio-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:57:\"portfolio_skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio_skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:55:\"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio_tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";s:37:\"faq-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"faq-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"faq-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"faq-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"faq-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"faq-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"faq-items/([^/]+)/embed/?$\";s:42:\"index.php?avada_faq=$matches[1]&embed=true\";s:30:\"faq-items/([^/]+)/trackback/?$\";s:36:\"index.php?avada_faq=$matches[1]&tb=1\";s:50:\"faq-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:45:\"faq-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:38:\"faq-items/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&paged=$matches[2]\";s:45:\"faq-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&cpage=$matches[2]\";s:34:\"faq-items/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?avada_faq=$matches[1]&page=$matches[2]\";s:26:\"faq-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"faq-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"faq-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"faq-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"faq-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"faq-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:48:\"faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:29:\"faq_category/([^/]+)/embed/?$\";s:45:\"index.php?faq_category=$matches[1]&embed=true\";s:41:\"faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq_category=$matches[1]&paged=$matches[2]\";s:23:\"faq_category/([^/]+)/?$\";s:34:\"index.php?faq_category=$matches[1]\";s:41:\"elastic-slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"elastic-slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"elastic-slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"elastic-slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"elastic-slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"elastic-slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"elastic-slide/([^/]+)/embed/?$\";s:52:\"index.php?themefusion_elastic=$matches[1]&embed=true\";s:34:\"elastic-slide/([^/]+)/trackback/?$\";s:46:\"index.php?themefusion_elastic=$matches[1]&tb=1\";s:42:\"elastic-slide/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?themefusion_elastic=$matches[1]&paged=$matches[2]\";s:49:\"elastic-slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?themefusion_elastic=$matches[1]&cpage=$matches[2]\";s:38:\"elastic-slide/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?themefusion_elastic=$matches[1]&page=$matches[2]\";s:30:\"elastic-slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"elastic-slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"elastic-slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"elastic-slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"elastic-slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"elastic-slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"themefusion_es_groups/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?themefusion_es_groups=$matches[1]&feed=$matches[2]\";s:57:\"themefusion_es_groups/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?themefusion_es_groups=$matches[1]&feed=$matches[2]\";s:38:\"themefusion_es_groups/([^/]+)/embed/?$\";s:54:\"index.php?themefusion_es_groups=$matches[1]&embed=true\";s:50:\"themefusion_es_groups/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?themefusion_es_groups=$matches[1]&paged=$matches[2]\";s:32:\"themefusion_es_groups/([^/]+)/?$\";s:43:\"index.php?themefusion_es_groups=$matches[1]\";s:46:\"avada_page_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"avada_page_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"avada_page_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"avada_page_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"avada_page_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"avada_page_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"avada_page_options/([^/]+)/embed/?$\";s:66:\"index.php?post_type=avada_page_options&name=$matches[1]&embed=true\";s:39:\"avada_page_options/([^/]+)/trackback/?$\";s:60:\"index.php?post_type=avada_page_options&name=$matches[1]&tb=1\";s:47:\"avada_page_options/([^/]+)/page/?([0-9]{1,})/?$\";s:73:\"index.php?post_type=avada_page_options&name=$matches[1]&paged=$matches[2]\";s:54:\"avada_page_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:73:\"index.php?post_type=avada_page_options&name=$matches[1]&cpage=$matches[2]\";s:43:\"avada_page_options/([^/]+)(?:/([0-9]+))?/?$\";s:72:\"index.php?post_type=avada_page_options&name=$matches[1]&page=$matches[2]\";s:35:\"avada_page_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"avada_page_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"avada_page_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"avada_page_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"avada_page_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"avada_page_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:30:\"slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:46:\"slide-page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:27:\"slide-page/([^/]+)/embed/?$\";s:43:\"index.php?slide-page=$matches[1]&embed=true\";s:39:\"slide-page/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?slide-page=$matches[1]&paged=$matches[2]\";s:21:\"slide-page/([^/]+)/?$\";s:32:\"index.php?slide-page=$matches[1]\";s:43:\"fusion_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"fusion_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"fusion_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"fusion_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"fusion_template/([^/]+)/embed/?$\";s:48:\"index.php?fusion_template=$matches[1]&embed=true\";s:36:\"fusion_template/([^/]+)/trackback/?$\";s:42:\"index.php?fusion_template=$matches[1]&tb=1\";s:44:\"fusion_template/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&paged=$matches[2]\";s:51:\"fusion_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&cpage=$matches[2]\";s:40:\"fusion_template/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?fusion_template=$matches[1]&page=$matches[2]\";s:32:\"fusion_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"fusion_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"fusion_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"fusion_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"fusion_element/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"fusion_element/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"fusion_element/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"fusion_element/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"fusion_element/([^/]+)/embed/?$\";s:62:\"index.php?post_type=fusion_element&name=$matches[1]&embed=true\";s:35:\"fusion_element/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=fusion_element&name=$matches[1]&tb=1\";s:43:\"fusion_element/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=fusion_element&name=$matches[1]&paged=$matches[2]\";s:50:\"fusion_element/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=fusion_element&name=$matches[1]&cpage=$matches[2]\";s:39:\"fusion_element/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=fusion_element&name=$matches[1]&page=$matches[2]\";s:31:\"fusion_element/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"fusion_element/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"fusion_element/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"fusion_element/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"element_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:52:\"element_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:33:\"element_category/([^/]+)/embed/?$\";s:49:\"index.php?element_category=$matches[1]&embed=true\";s:45:\"element_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?element_category=$matches[1]&paged=$matches[2]\";s:27:\"element_category/([^/]+)/?$\";s:38:\"index.php?element_category=$matches[1]\";s:58:\"template_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:53:\"template_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:34:\"template_category/([^/]+)/embed/?$\";s:50:\"index.php?template_category=$matches[1]&embed=true\";s:46:\"template_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?template_category=$matches[1]&paged=$matches[2]\";s:28:\"template_category/([^/]+)/?$\";s:39:\"index.php?template_category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=20&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:25:\"add-to-all/add-to-all.php\";i:1;s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";i:2;s:27:\"autoptimize/autoptimize.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:21:\"flamingo/flamingo.php\";i:5;s:33:\"fusion-builder/fusion-builder.php\";i:6;s:27:\"fusion-core/fusion-core.php\";i:7;s:36:\"google-sitemap-generator/sitemap.php\";i:8;s:63:\"wp-seo-structured-data-schema/wp-seo-structured-data-schema.php\";i:9;s:24:\"wp-seopress/seopress.php\";i:10;s:33:\"wps-hide-login/wps-hide-login.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','Avada','yes'),(41,'stylesheet','Avada','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:27:\"autoptimize/autoptimize.php\";s:21:\"autoptimize_uninstall\";s:63:\"wp-seo-structured-data-schema/wp-seo-structured-data-schema.php\";s:15:\"KCSEO_uninstall\";}','no'),(82,'timezone_string','Europe/Rome','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','20','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:6:\"person\";a:2:{s:4:\"name\";s:6:\"Person\";s:12:\"capabilities\";a:0:{}}}','yes'),(93,'fresh_site','0','yes'),(94,'WPLANG','it_IT','yes'),(95,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(100,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"avada-footer-widget-1\";a:0:{}s:21:\"avada-footer-widget-2\";a:0:{}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'cron','a:8:{i:1531213105;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:1531231085;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1531231105;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531232028;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:1531234180;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531234730;a:1:{s:26:\"seopress_404_cron_cleaning\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531235760;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(111,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1531145306;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(125,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"info@alex-webdesign.it\";s:7:\"version\";s:5:\"4.9.7\";s:9:\"timestamp\";i:1531144696;}','no'),(127,'_site_transient_timeout_browser_a54eb83090ed984332f4eca22d3ec5e4','1531749506','no'),(128,'_site_transient_browser_a54eb83090ed984332f4eca22d3ec5e4','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";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'),(130,'can_compress_scripts','1','no'),(131,'_site_transient_timeout_community-events-0276cca7af527b7b7e8f882e8fce7dd5','1531187908','no'),(132,'_site_transient_community-events-0276cca7af527b7b7e8f882e8fce7dd5','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"93.36.178.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"WP Meetup Milano Luglio 2018\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Meetup-Milano/events/252229476/\";s:6:\"meetup\";s:23:\"WordPress Meetup Milano\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/WordPress-Meetup-Milano/\";s:4:\"date\";s:19:\"2018-07-14 12:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Milano, Italy\";s:7:\"country\";s:2:\"it\";s:8:\"latitude\";d:45.473747;s:9:\"longitude\";d:9.203649;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:64:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/252413243/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-07-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:64:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/252416323/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-07-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:67:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/mlgkxpyxlbdc/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-08-22 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:67:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/grfkxpyxlbdc/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-08-22 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}}}','no'),(143,'_transient_timeout_plugin_slugs','1531234214','no'),(144,'_transient_plugin_slugs','a:14:{i:0;s:25:\"add-to-all/add-to-all.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";i:3;s:27:\"autoptimize/autoptimize.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:21:\"flamingo/flamingo.php\";i:6;s:33:\"fusion-builder/fusion-builder.php\";i:7;s:27:\"fusion-core/fusion-core.php\";i:8;s:36:\"google-sitemap-generator/sitemap.php\";i:9;s:9:\"hello.php\";i:10;s:24:\"wp-seopress/seopress.php\";i:11;s:63:\"wp-seo-structured-data-schema/wp-seo-structured-data-schema.php\";i:12;s:33:\"wps-hide-login/wps-hide-login.php\";i:13;s:15:\"wpsso/wpsso.php\";}','no'),(145,'recently_activated','a:1:{s:15:\"wpsso/wpsso.php\";i:1531147653;}','yes'),(146,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1531155522','no'),(147,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4476;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2871;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2570;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2439;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1875;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1663;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1657;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1458;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1400;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1393;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1391;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1323;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1286;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1223;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1113;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1068;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1029;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1027;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:906;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:884;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:830;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:806;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:804;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:724;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:695;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:694;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:686;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:676;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:664;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:660;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:656;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:642;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:642;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:641;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:611;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:611;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:607;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:604;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:601;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:592;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:570;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:549;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:542;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:538;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:526;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:524;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:510;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:508;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:505;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:504;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:494;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:488;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:485;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:483;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:476;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:475;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:459;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:457;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:447;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:440;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:435;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:435;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:421;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:417;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:415;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:414;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:409;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:405;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:404;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:388;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:387;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:369;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:365;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:363;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:362;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:361;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:354;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:352;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:348;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:348;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:344;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:342;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:342;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:335;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:335;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:334;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:327;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:320;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:308;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:307;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:306;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:303;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:301;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:301;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:301;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:298;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:297;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:296;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:295;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:289;}}','no'),(150,'current_theme','Avada','yes'),(151,'theme_mods_Avada','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(152,'theme_switched','','yes'),(153,'avada_version','5.4.2','yes'),(154,'widget_ad_125_125-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_pyre_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_recent_works-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_tweets-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_flickr-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_social_links-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_facebook-like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_avada-vertical-menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'_transient_timeout_avada_premium_plugins_info','1531231707','no'),(166,'_transient_timeout_avada_demos','1531750107','no'),(168,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(169,'shop_single_image_size','a:3:{s:5:\"width\";i:700;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(170,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(171,'woocommerce_single_image_width','700','yes'),(172,'woocommerce_thumbnail_image_width','500','yes'),(173,'woocommerce_thumbnail_cropping','uncropped','yes'),(174,'fusion_dynamic_css_posts','a:1:{i:20;b:1;}','yes'),(188,'_transient_timeout_avada_ri_Fusion Core','1531145966','no'),(190,'_transient_timeout_avada_remote_installer_package_Fusion Core','1531145666','no'),(192,'_transient_timeout_avada_ri_Fusion Builder','1531145966','no'),(194,'_transient_timeout_avada_remote_installer_package_Fusion Builder','1531145666','no'),(196,'_transient_timeout_avada_ri_Fusion White Label Branding','1531145967','no'),(198,'_transient_timeout_avada_ri_Convert Plus','1531145967','no'),(200,'_transient_timeout_avada_ri_Advanced Custom Fields PRO','1531145967','no'),(202,'_transient_timeout_avada_ri_LayerSlider WP','1531145967','no'),(204,'_transient_timeout_avada_ri_Revolution Slider','1531145968','no'),(208,'_site_transient_fusion_wordpress_org_plugins','a:4:{s:11:\"woocommerce\";a:25:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"3.4.3\";s:6:\"author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/woothemes\";s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:92;s:7:\"ratings\";a:5:{i:5;i:2381;i:4;i:116;i:3;i:60;i:2;i:62;i:1;i:195;}s:11:\"num_ratings\";i:2814;s:15:\"support_threads\";i:1284;s:24:\"support_threads_resolved\";i:1139;s:10:\"downloaded\";i:47754926;s:12:\"last_updated\";s:21:\"2018-06-20 5:38pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:7990:\"<p>WooCommerce è un plugin per e-commerce gratuito che ti permette di vendere in maniera ottimale qualsiasi cosa. Costruito per integrarsi perfettamente con WordPress, WooCommerce è la soluzione per e-commerce preferita al mondo e dà sia ai proprietari sia agli sviluppatori il controllo completo del proprio negozio.</p>\n<p>Con una flessibilità infinità e la disponibilità di centinaia di estensioni gratuite ed a pagamento per WordPress, WooCommerce è, al momento, il motore del 30% di tutti i negozi online &#8211; più di qualsiasi altra piattaforma.</p>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<h4>Vendi qualunque cosa, ovunque</h4>\n<p>Con WooCommerce puoi vendere sia beni fisici sia digitali, di qualsiasi dimensione e forma, offrire variazioni di prodotto, configurazioni multiple, download istantanei ai tuoi acquirenti e perfino affiliazioni a marketplace online.</p>\n<p>Con le estensioni premium puoi offrire prenotazioni, iscrizioni e abbonamenti ricorrenti. Ti piacerebbe vendere abbonamenti mensili a beni fisici oppure offrire ai tuoi soci uno sconto su download digitali? Adesso è possibile.</p>\n<h4>Spedisci ovunque tu preferisca</h4>\n<p>Offrire la spedizione gratuita, la spedizione forfettaria o calcolarla in tempo reale. Limitare le spedizioni a nazioni specifiche oppure aprire il tuo negozio a tutto il mondo. Le modalità di spedizione sono altamente configurabili e WooCommerce supporta anche il ritiro in zona.</p>\n<h4>Numerose opzioni di pagamento</h4>\n<p>WooCommerce fornisce la possibilità di accettare carte di credito, PayPal, BACS (trasferimenti bancari), e in contanti alla consegna. Hai bisogno di altre opzioni? Più di 140 gateway specifici per la regione si integrano con WooCommerce, tra cui le scelte popolari come Stripe, Authorize.Net e pagamenti Amazon.</p>\n<h4>Tu controlli tutto &#8212; per sempre</h4>\n<p>WooCommerce ti dà il completo controllo del tuo negozio, dalle tasse ai livelli di stock delle merci, agli account dei clienti. Aggiungere e rimuovere le estensioni, modificare il design e cambiare le impostazioni a piacimento: è tutto sotto il tuo controllo.</p>\n<p>Uno dei maggiori rischi connessi all&#8217;utilizzo di una piattaforma di e-commerce in hosting è ciò che accade al tuo negozio se lo shop del provider chiude. Con WooCommerce hai il controllo completo dello shop e non c&#8217;è alcun motivo di preoccuparsi. I dati appartengono a te e vengono mantenuti sicuri grazie a regolari verifiche dei leader di settore.</p>\n<h4>Definisci il tuo stile con Storefront</h4>\n<p><a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Definisci ulteriormente il tuo stile personalizzando la vetrina come preferisci o scegliendo da uno dei nostri diversi <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">temi Child per le vetrine</a>. Ora tocca a te scegliere tutto ed è tutto open source.</p>\n<h4>Costruito pensando agli sviluppatori</h4>\n<p>Estendibile, adattabile e open source &#8211; WooCommerce è stato creato pensando agli sviluppatori. Con una struttura forte, robusta e la possibilità di scalare il magazzino clienti in tutti i modi.</p>\n<p>Costruito con REST API, WooCommerce può integrarsi, praticamente, con ogni servizio. I dati del tuo negozio online possono essere consultati da ogni luogo, in ogni momento, in maniera sicura al 100%. WooCommerce consente agli sviluppatori di creare, modificare e sviluppare facilmente un negozio che soddisfi le loro esigenze.</p>\n<p>Non importa la dimensione del punto vendita che vuoi costruire, WooCommerce scalerà per soddisfare le vostre esigenze. Con una crescente collezione di oltre 300 estensioni, è possibile migliorare le caratteristiche di ogni negozio per soddisfare le esigenze specifiche dei vostri clienti o persino creare la propria soluzione.</p>\n<p>Se la sicurezza è una preoccupazione, restate tranquilli. WooCommerce è controllato da un team di sviluppatori dedicato che lavora tutto il giorno per individuare e correggere tutti gli eventuali bug scoperti.</p>\n<p>Sosteniamo WooCommerce e tutte le sue estensioni con una documentazione completa e facilmente accessibile. Con questa documentazione imparerete a creare il sito esattamente come il vostro cliente richiede.</p>\n<h4>Estensioni a profusione</h4>\n<p>WordPress.org è dove si possono trovare alcune sorprendenti estensioni per WooCommerce, tra cui:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Ti interessa vederli tutti? Cerca &#8216;WooCommerce&#8217; su WordPress.org per trovarli tutti quanti.</p>\n<p>Se siete alla ricerca di qualcosa di approvato e mantenuto dagli sviluppatori che hanno costruito WooCommerce ci sono una pletora di estensioni di e-commerce di alta qualità, le più popolari delle quali comprendono:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">Membership WooCommerce</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>E all&#8217;origine c&#8217;è molto di più. Visita la nostra <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">pagina sulle estensioni</a> per scoprire tutto ciò che sei in grado di fare e tutto ciò che puoi fare con le estensioni WooCommerce Premium.</p>\n<h4>Unisciti alla nostra community in crescita</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We&#8217;re one of the fastest-growing open source communities online, and no matter your skill level we&#8217;d love to have you!</p>\n<p>Se sei interessato a contribuire a WooCommerce unisciti alle oltre 350 persone che contribuiscono: c&#8217;è sempre spazio per ulteriori contributi. Guarda sul <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">Repository di WooCommerce su GitHub </a> come puoi dare una mano anche tu.</p>\n<p>Vuoi aggiungere una nuova lingua a WooCommerce? Magnifico! Puoi contribuire su <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>Infine, prendi in considerazione la possibilità di partecipare a un incontro WooCommerce a livello locale oppure di organizzarlo. Ulteriori informazioni a riguardo sono disponibili <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">qui</a>.</p>\n\";s:12:\"installation\";s:2391:\"<h4>Requisiti minimi</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended)</li>\n<li>MySQL versione 5.0 o superiore (è raccomandata la versione MySQL 5.6 o superiore)</li>\n</ul>\n<p>Visita la pagina relativa alla <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">documentazione</a> per una lista dettagliata dei requisiti del server necessari a WooCommerce.</p>\n<h4>Installazione automatica</h4>\n<p>L&#8217;installazione automatica è l&#8217;opzione più semplice poichè WordPress gestite il trasferimento dei file e non hai bisogno di uscire dal tuo browser web. Per installare automaticamente WooCommerce, entra nella tua bacheca di WordPress, naviga nel menù Plugin e clicca Aggiungi Nuovo.</p>\n<p>Nel campo di ricerca scrivi &#8220;WooCommerce&#8221; e clicca su Cerca Plugin. Quando hai trovato il nostro plugin eCommerce puoi vederne i dettagli come l&#8217;ultima versione, la valutazione e la descrizione. Cosa più importante ovviamente, puoi installarlo semplicemente cliccando &#8220;Installa Ora&#8221;.</p>\n<h4>Installazione manuale</h4>\n<p>Il metodo di installazione manuale richiede di scaricare il nostro plugin eCommerce e di caricarlo sul tuo server web usando la tua preferita applicazione FTP. Il codex di WordPress contiene <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">qui instruzioni su come farlo</a>.</p>\n<h4>Aggiornamento</h4>\n<p>Gli aggiornamento automatici dovrebbero funzionare perfettamente; come sempre però, assicurati di avere un backup per sicurezza.</p>\n<p>Nel remoto caso che tu abbia problemi con le pagine negozio/categoria dopo un aggiornamento devi semplicemente ricaricare i permalink andando in WordPress &gt; Impostazioni &gt; Permalink e premere &#8216;salva&#8217;. Questo dovrebbe far tornare tutto alla normalità.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a>. You can also use the core <a href=\"https://docs.woocommerce.com/document/product-csv-importer-exporter/\" rel=\"nofollow\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import sample_products.csv.</p>\n\";s:3:\"faq\";s:4787:\"\n<h4>Istruzioni di installazione</h4>\n<p>\n<h4>Requisiti minimi</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended)</li>\n<li>MySQL versione 5.0 o superiore (è raccomandata la versione MySQL 5.6 o superiore)</li>\n</ul>\n<p>Visita la pagina relativa alla <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">documentazione</a> per una lista dettagliata dei requisiti del server necessari a WooCommerce.</p>\n<h4>Installazione automatica</h4>\n<p>L&#8217;installazione automatica è l&#8217;opzione più semplice poichè WordPress gestite il trasferimento dei file e non hai bisogno di uscire dal tuo browser web. Per installare automaticamente WooCommerce, entra nella tua bacheca di WordPress, naviga nel menù Plugin e clicca Aggiungi Nuovo.</p>\n<p>Nel campo di ricerca scrivi &#8220;WooCommerce&#8221; e clicca su Cerca Plugin. Quando hai trovato il nostro plugin eCommerce puoi vederne i dettagli come l&#8217;ultima versione, la valutazione e la descrizione. Cosa più importante ovviamente, puoi installarlo semplicemente cliccando &#8220;Installa Ora&#8221;.</p>\n<h4>Installazione manuale</h4>\n<p>Il metodo di installazione manuale richiede di scaricare il nostro plugin eCommerce e di caricarlo sul tuo server web usando la tua preferita applicazione FTP. Il codex di WordPress contiene <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">qui instruzioni su come farlo</a>.</p>\n<h4>Aggiornamento</h4>\n<p>Gli aggiornamento automatici dovrebbero funzionare perfettamente; come sempre però, assicurati di avere un backup per sicurezza.</p>\n<p>Nel remoto caso che tu abbia problemi con le pagine negozio/categoria dopo un aggiornamento devi semplicemente ricaricare i permalink andando in WordPress &gt; Impostazioni &gt; Permalink e premere &#8216;salva&#8217;. Questo dovrebbe far tornare tutto alla normalità.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a>. You can also use the core <a href=\"https://docs.woocommerce.com/document/product-csv-importer-exporter/\" rel=\"nofollow\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import sample_products.csv.</p>\n</p>\n<h4>Dove posso trovare documentazione e guide utente per WooCommerce?</h4>\n<p>\n<p>Per aiuto su come installare e configurare WooCommerce, fai riferimento alla nostra <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">guida utente</a></p>\n<p>Per estendere o creare temi per WooCommerce, vedi il nostro <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</p>\n<h4>Dove posso avere supporto o parlare con altri utenti?</h4>\n<p>\n<p>Se hai problemi, puoi chiedere aiuto nel <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">Forum del Plugin WooCommerce</a>.</p>\n<p>For help with premium extensions from WooCommerce.com, use <a href=\"https://woocommerce.com/my-account/tickets/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</p>\n<h4>WooCommerce funzionerà con il mio tema?</h4>\n<p>\n<p>Si; WooCommerce funzionerà con ogni tema, ma potrebbe aver bisogno di qualche modifica per renderlo graficamente accettabile. Guarda il nostro <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> se hai bisogno di aiuto.  Se stai cercando un tema che supporta WooCommerce noi consigliamo <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</p>\n<h4>Dove posso richiedere nuove funzionalità, temi eCommerce ed estensioni?</h4>\n<p>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</p>\n<h4>Dove posso segnalare bug o contribuire al progetto?</h4>\n<p>\n<p>I bug possono essere segnalati sia sul nostro forum di supporto sia, meglio, sul <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">repository di WooCommerce su GitHub</a>.</p>\n</p>\n<h4>Dove posso trovare documentazione sulle REST API?</h4>\n<p>\n<p>Puoi trovare la documentazione delle nostre REST API nella <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">Documentazione di WooCommerce REST API</a>.</p>\n</p>\n<h4>WooCommerce è fantastico! Posso contribuire?</h4>\n<p>\n<p>Yes you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> ?</p>\n</p>\n\n\";s:9:\"changelog\";s:26991:\"<h4>3.4.3 &#8211; 2018-06-20</h4>\n<ul>\n<li>Fix &#8211; Fix label for the price filter widget on RTL sites. #20417</li>\n<li>Fix &#8211; Checkout: stopPropagation when payment method selected so description tips show on radio buttons. #20432</li>\n<li>Fix &#8211; Shipping zone settings: fixed title for shipping methods without settings. #20441</li>\n<li>Fix &#8211; Ensure custom Webhook topic selections are correctly saved in admin. #20406</li>\n<li>Fix &#8211; Webhook bottom bulk actions. #20445</li>\n<li>Fix &#8211; Fixes multisite orders dashboard widget to use order number rather than ID. #20457</li>\n<li>Fix &#8211; Add check to ensure download log FK does not exist before adding it. Update routine will cleanup any duplicates. #20478</li>\n<li>Fix &#8211; IPv6 support with HTTP_X_FORWARDED_FOR header. #20479</li>\n<li>Fix &#8211; Avoid setting wrong prices when syncing grouped products with children. #20482</li>\n<li>Fix &#8211; Separation of explode and end functions in two lines. End function should get a reference as parameter. #20500</li>\n<li>Fix &#8211; Initialize payment gateways before running bulk actions so gateways can listen for events. #20502</li>\n<li>Fix &#8211; Cast shipping total to a float so incl. tax shows only when needed. #20531</li>\n<li>Fix &#8211; Fix automatic stock status updates based on stock level. #20573</li>\n<li>Fix &#8211; Improved sanitize_special_column_name_regex trim to fix column matching when importing CSVs. #20486</li>\n<li>Fix &#8211; Force importer log table to wrap long columns. #20534</li>\n<li>Fix &#8211; Rest API: Prevent errors if variation parent is invalid and cannot be read. #20572</li>\n<li>Fix &#8211; Rest API: Remove legacy API enabled check from auth endpoint. #20499</li>\n<li>Fix &#8211; Display products on sub-subcategories when sorting parent category by price. #20579</li>\n<li>Fix &#8211; Set order status to refunded when a PayPal transaction is refunded. #20574</li>\n<li>Fix &#8211; fix undefined index in abstract-wc-widget. #20544</li>\n<li>Fix &#8211; Round items for order total when recalculating order values to match cart. #20533</li>\n<li>Fix &#8211; Removed mysql transactions when updating order status, tweaked caching, and improved version transient cleanup to prevent possible deadlocks on checkout. #20537</li>\n<li>Tweak &#8211; Added a message to promote Wootenberg when running Gutenberg feature plugin. #20524</li>\n<li>Tweak &#8211; Added a warning notice before removing personal data from orders in bulk. #20481</li>\n<li>Dev &#8211; generate_select_html and generate_multiselect_html functions again support the usage of integer-keyed arrays as available values. #20569</li>\n<li>Dev &#8211; Allow order billing fields to use a provided &#8216;value&#8217;. #20424</li>\n</ul>\n<h4>3.4.2 &#8211; 2018-06-05</h4>\n<ul>\n<li>Fix &#8211; Flexslider gallery fixes for RTL sites, and for variation image switching. #20328 #20321</li>\n<li>Fix &#8211; Allow forms to be submitted when the password strength library fails to load. #20362</li>\n<li>Fix &#8211; Personal data exporter: Do not export a customer data group containing no data. #20347</li>\n<li>Fix &#8211; Fix navigation notification in settings when clicking save. #20335</li>\n<li>Fix &#8211; Show discount amount for free shipping coupons. #20334</li>\n<li>Fix &#8211; Fixed cache clearing for category children for sites running object caching. #20308</li>\n<li>Fix &#8211; Use correct escaping on select2 placeholders. #20364</li>\n<li>Fix &#8211; Order by price clauses when searching within terms. #20391</li>\n<li>Fix &#8211; Clear needs_processing transient when adding a product to an order. #20390</li>\n<li>Enhancement &#8211; Permission_id constraint checks on install. #20366</li>\n<li>Dev &#8211; Added order to &#8220;woocommerce_order_is_vat_exempt&#8221; filter arguments. #20365</li>\n<li>Localization &#8211; Disable states for Bahrain. #20363</li>\n<li>Localization &#8211; Disable states for Luxemberg. #20389</li>\n</ul>\n<h4>3.4.1 &#8211; 2018-05-29</h4>\n<ul>\n<li>Fix &#8211; Fix webhook admin filtering URLs. #20236</li>\n<li>Fix &#8211; Add missing wp_unslash calls to product data meta box to prevent quote characters being escaped on save. #20235</li>\n<li>Fix &#8211; Display price filter widget in LTR mode on RTL sites. #20221</li>\n<li>Fix &#8211; Refactor WC_Coupon constructor to allow for passing in coupon objects. #20193</li>\n<li>Fix &#8211; Path field in advanced CSV importer was broken due to an esc_url call. #20191</li>\n<li>Fix &#8211; Prevent shipping method instances trying to save settings on non-instance screens. #20217</li>\n<li>Fix &#8211; Wrapper function to get full mysql version string with mariadb handling. #20231</li>\n<li>Fix &#8211; woocommerce_pagination had some extra white space. #20214</li>\n<li>Fix &#8211; If a file size cannot be read, ignore range headers to prevent offsite downloads being 0kb. #20205</li>\n<li>Fix &#8211; Allow HTML when using <code>wc_attribute_label()</code>. #20202</li>\n<li>Fix &#8211; Update address-i18n.js to prevent appending multiple &#8220;(optional)&#8221; labels. #20195</li>\n<li>Fix &#8211; Check plugin properties exist when listening to auto_update_plugin hook. #20234</li>\n<li>Fix &#8211; Add extra checks in <code>get_canonical_package_rate_ids</code> to prevent notices. #20237</li>\n<li>Fix &#8211; Fix infinite loop with importing tax rates. #20253</li>\n<li>Fix &#8211; Echo attribute label for &#8220;empty&#8221; default option. #20256</li>\n<li>Fix &#8211; Fix download sample tax rates URL format. #20272</li>\n<li>Fix &#8211; Product properties should not be accessed directly PHP notice when calling <code>wc_get_product_attachment_props</code>. #20282</li>\n<li>Fix &#8211; If flexslider is disabled, gallery images also need to trigger photoswipe on click. #20290</li>\n<li>Fix &#8211; Product import file uploads on windows servers. #20273</li>\n<li>Fix &#8211; Fix variation attribute selection via the cart page/query string. #20293</li>\n<li>Fix &#8211; Add greater specificity to required styling in 2017 theme. #20296</li>\n<li>Enhancement &#8211; Export legacy paypal meta data in personal data exporter. #20200</li>\n<li>Enhancement &#8211; Improve performance of <code>wc_update_340_states</code> update routine to help prevent timeouts. #20241</li>\n<li>Dev &#8211; Remove red styling for PHP notice if using &gt; 5.6. #20294</li>\n<li>Dev &#8211; Add an action hook after printing the cart item name. #20190</li>\n<li>Localization &#8211; Use &#8220;payment tokens&#8221; terminology in exports. #20197</li>\n</ul>\n<h4>3.4.0 &#8211; 2018-05-23</h4>\n<ul>\n<li>Feature &#8211; GDPR: Tools to export WooCommerce data using the new export functionality in WordPress 4.9.6. #19330</li>\n<li>Feature &#8211; GDPR: Tools to bulk anonymize order data in admin. #19330</li>\n<li>Feature &#8211; GDPR: Tools to turn off company/address-2/phone checkout fields to avoid unnecessary data collection, and a toggle to choose how required fields are presented. This is available via the Customizer. #19637</li>\n<li>Feature &#8211; GDPR: Tools in the Customizer to change the terms and conditions checkbox label on the checkout. #19637</li>\n<li>Feature &#8211; GDPR: Tools to define a privacy policy for the account page and checkout page in &#8220;account privacy&#8221; settings and within the Customizer. #19747</li>\n<li>Feature &#8211; GDPR: Tools to automatically clean up and remove order personal data after a set time period. #19743</li>\n<li>Feature &#8211; GDPR: Added privacy snippet which works with the new privacy page functionality in WordPress 4.9.6. #19749</li>\n<li>Feature &#8211; Added a new order widget to the dashboard (on multisite) so you can see your orders across multiple stores on the same WordPress network. #17598</li>\n<li>Feature &#8211; Added &#8220;display name&#8221; input on the My Account page. #19078</li>\n<li>Feature &#8211; Product search improvements including stopword support and support for searching for multiple products at the same time. #19096</li>\n<li>Feature &#8211; Cash on Delivery gateway can be enabled/disabled for specific shipping methods instead of only method types. #19221</li>\n<li>Feature &#8211; Add wildcard email support for coupons. #19331</li>\n<li>Feature &#8211; Added support for the GeoLite2 library as a replacement for the deprecated MaxMind GeoIP library. #19419</li>\n<li>Feature &#8211; Added tool for cleaning up download permissions table. #19922</li>\n<li>Tweak &#8211; GDPR: Improved appearance of checkout field &#8216;descriptions&#8217; (if used) to make them more useful for privacy notices. #19637</li>\n<li>Tweak &#8211; GDPR: Improved related data cleanup when deleting users/orders. #19330</li>\n<li>Tweak &#8211; GDPR: Notice about HTTPS as a requirement in admin if missing. #19756</li>\n<li>Tweak &#8211; GDPR: Improved the checkout (payments) settings screen, moved page options to a new &#8220;advanced&#8221; section, and made an &#8220;Accounts and Privacy&#8221; section. #19703</li>\n<li>Tweak &#8211; GDPR: Hash customer email address in download URLs to protect privacy. #18957</li>\n<li>Tweak &#8211; GDPR: Add highlight to T&amp;C checkbox if not checked to show it needs to be checked. #19177</li>\n<li>Tweak &#8211; GDPR: Automatically purge old logs after 30 days. #19920</li>\n<li>Tweak &#8211; GDPR: Only log Webhook body if WP_DEBUG is enabled. #19914</li>\n<li>Tweak &#8211; GDPR: Store less PII in PayPal standard. #19914</li>\n<li>Tweak &#8211; Only show admin notices on WooCommerce screens/plugins/dashboard. #19772</li>\n<li>Tweak &#8211; Standardize stock update messages in admin and correctly log who performed the action. When an order note is added after modifying stock manually, update order notes display via AJAX. #18080</li>\n<li>Tweak &#8211; Rollback if payment complete or update status fails to prevent partial order updates on failure. #18175</li>\n<li>Tweak &#8211; Made the system status tool which purges user carts also purge persistent carts. #18492</li>\n<li>Tweak &#8211; Display whether or not external object cache is enabled in system status report. #18595</li>\n<li>Tweak &#8211; Display zero value when using shipping classes. #18624</li>\n<li>Tweak &#8211; Fixed settings table styling on mobile. #18655</li>\n<li>Tweak &#8211; Updated Flexslider to version 2.7.0. #18779</li>\n<li>Tweak &#8211; Enable screen options for list screens. #18817</li>\n<li>Tweak &#8211; Don&#8217;t call WC_Install::install() on downgrades. #18818</li>\n<li>Tweak &#8211; Remove user login from reset password link to protect personally identifying info. #18820</li>\n<li>Tweak &#8211; Added a function to return a list of custom tables to aid with cleanup. #18831</li>\n<li>Tweak &#8211; Enable going backwards in the setup wizard. #18921</li>\n<li>Tweak &#8211; Make sure terms page exists and isn’t trashed before using it. #18993</li>\n<li>Tweak &#8211; Toggle when clicking anywhere in toggle row during setup wizard. #19035</li>\n<li>Tweak &#8211; Use <code>read_product</code> permissions instead of <code>edit_product</code> for ajax product search. #19087</li>\n<li>Tweak &#8211; Add <code>priceSpecification</code> property with <code>valueAddedTaxIncluded</code> to product structured data. #19091</li>\n<li>Tweak &#8211; Importer remembers mappings across imports. #19110</li>\n<li>Tweak &#8211; Made coupon total displayed in cart more consistent. #19166</li>\n<li>Tweak &#8211; Remove forced CSS line-heights to improve text input displays across different browsers. #19174</li>\n<li>Tweak &#8211; When loading default attributes/variation, if there is no longer a match, reset the form and hide the notice #19190</li>\n<li>Tweak &#8211; Removed admin product type column from core and made it into a free feature plugin. #19192</li>\n<li>Tweak &#8211; Use <code>woocommerce-no-js</code> class to hide JavaScript-only forms and content. #19199</li>\n<li>Tweak &#8211; Activate plugins during installation process even if directory doesn&#8217;t match slug. #19200</li>\n<li>Tweak &#8211; Allow category and attribute ids in the <code>products</code> shortcode instead of only slugs. #19204</li>\n<li>Tweak &#8211; Invalidate cart items when important props like product type are updated. #19255</li>\n<li>Tweak &#8211; Don&#8217;t use mysql functions directly on system status page to prevent errors if they are disabled. #19281</li>\n<li>Tweak &#8211; Replaces <code>have_posts</code> with <code>woocommerce_product_loop</code> which looks to see if there are products, or if the loop is going to be showing something else. #19288</li>\n<li>Tweak &#8211; Delete widget options and order notes on uninstall. #19371</li>\n<li>Tweak &#8211; Add unique names to all nonces in template fields and forms. #19387</li>\n<li>Tweak &#8211; Enable using the tab key to select elements in selectWoo dropdowns. #19416</li>\n<li>Tweak &#8211; Added autocomplete attributes to form elements for better autocomplete support. #19426</li>\n<li>Tweak &#8211; Removed PayPal line item limit and ensured URLs are shorter than maximum length. #19493</li>\n<li>Tweak &#8211; Disable Gutenberg editor on products posts. #19543</li>\n<li>Tweak &#8211; Improvements around UI and wording of store setup step in setup wizard, a revamped extras step, and other improvements.</li>\n<li>Tweak &#8211; Only push images to lightbox if an image is found. #19568</li>\n<li>Tweak &#8211; Added and improved notices around old PHP versions and disabled geolocation on PHP 5.4 or lower. #19573</li>\n<li>Tweak &#8211; The <code>manage_stock</code> field in the product API can return a <code>mixed</code> type instead of <code>boolean</code> for variations. #19598</li>\n<li>Tweak &#8211; Link product import/export to WordPress import/export capabilities. #19602</li>\n<li>Tweak &#8211; Use <code>&amp;nbsp;</code> to separate asterisks in required fields to prevent awkward line breaks. #19610</li>\n<li>Tweak &#8211; Load meta box input values using CRUD and edit context. #19670</li>\n<li>Tweak &#8211; Scroll to notices on cart/checkout for better mobile visibility. #19699</li>\n<li>Tweak &#8211; Add filter to coupon URL on &#8220;Edit order&#8221; screen. #19777</li>\n<li>Tweak &#8211; Throw error if order can&#8217;t be loaded on checkout. #19802</li>\n<li>Tweak &#8211; Remove deprecated freegeoip service from geolocation. #19841</li>\n<li>Tweak &#8211; Allow arrays of query vars in wc_get_orders and wc_get_products. #19848</li>\n<li>Tweak &#8211; Invalidate fragment cache on theme switch.</li>\n<li>Tweak &#8211; Include select tags when saving payment details temporarily in checkout.js. #19854</li>\n<li>Tweak &#8211; Update &#8211; Include pending products in export. #19928</li>\n<li>Tweak &#8211; Deprecate woocommerce_ajax_added_order_items action in favor of more useful action. #19933</li>\n<li>Tweak &#8211; Enable touch-to-zoom on touch devices to make photoswipe more easily accessible. #20002</li>\n<li>Tweak &#8211; Wizard: List out all plugins to be installed upon proceeding to the next step, with a highlight on hover indicating relevant settings. #19952</li>\n<li>Tweak &#8211; Hide/show password strength meter instead of removing/inserting password strength meter. #20006</li>\n<li>Tweak &#8211; Added support for HTTP_RANGE requests (used by iOS devices) to Force download method. #19984</li>\n<li>Tweak &#8211; Replaced protocol-relative URLs for thumbnails in the cart and mini-cart with protocol-specific URLs to prevent problems with URLs that include port section. #19934</li>\n<li>Tweak &#8211; In CSV exports, wrap cell in &#8216; rather than just prepending to escape values. #20041</li>\n<li>Tweak &#8211; Add JS listeners for reloading/reinitializing order items in edit-order page. #20082</li>\n<li>Fix &#8211; Properly set orderby and order when calling WC_Customer_Download_Data_Store::get_downloads(). #1862</li>\n<li>Fix &#8211; Set maxlength for order item meta key to avoid values disappearing if too long. #18918</li>\n<li>Fix &#8211; Remove hardcoded /wp-content check for downloads. #18961</li>\n<li>Fix &#8211; Made get_on_sale_products respect the setting to hide outofstock products. #18984</li>\n<li>Fix &#8211; Prevent shortcode [product_page] redirecting to the actual product&#8217;s page after add to cart. #19043</li>\n<li>Fix &#8211; Make the &#8220;main term&#8221; logic match for both the breadcrumb and product categories widget. #19044</li>\n<li>Fix &#8211; Check parent status too when seeing if variation is purchasable. #19045</li>\n<li>Fix &#8211; Fix uppercasing of accented characters. #19086</li>\n<li>Fix &#8211; Do not allow updating parent ID from variations after created. #19097</li>\n<li>Fix &#8211; Ensure coupon amount is not empty to prevent non-numeric value errors. #19098</li>\n<li>Fix &#8211; Ensure shop archive works correctly when <code>paged=1</code> is in the URL. #19104</li>\n<li>Fix &#8211; Ensure orders created with <code>woocommerce_adjust_non_base_location_prices</code> filter active have the same cost on frontend and admin. #19109</li>\n<li>Fix &#8211; Handling in the CLI to prevent <code>Resource does not exist</code> errors when using commands of a certain format. #19123</li>\n<li>Fix &#8211; Use subtotal when calculating discounts in admin/orders to ensure prices are the same as on the frontend. #19159</li>\n<li>Fix &#8211; Use <code>kses</code> to process download names to prevent escaped HTML displaying in emails.</li>\n<li>Fix &#8211; Remove translation from Thailand state file to prevent PayPal errors around unsupported characters. #19219</li>\n<li>Fix &#8211; Fix auto-select variation URLs with special characters in them. #19283</li>\n<li>Fix &#8211; Introduced <code>wc_round_discount</code> and improved consistency of discount rounding. #19291</li>\n<li>Fix &#8211; Only add schema for ratings to structured data when ratings are enabled. #19310</li>\n<li>Fix &#8211; Prevent default state applying unless the country was also unset in JS state/country inputs. #19338</li>\n<li>Fix &#8211; Escape quantity labels correctly to prevent broken html. #19375</li>\n<li>Fix &#8211; Delete orphaned variations after product import. #19378</li>\n<li>Fix &#8211; Ensure API credentials exist before defining PayPal refund support. #19380</li>\n<li>Fix &#8211; Force word-wrapping in the log viewer to prevent layout-breaking long lines. #19503</li>\n<li>Fix &#8211; Removes permission checks that were preventing webhooks from displaying properly when no post object existed. #19508 </li>\n<li>Fix &#8211; Empty cart after completing PayPal payment. #19509</li>\n<li>Fix &#8211; Strip tags on aria-labels in Add to Cart template to prevent broken HTML. #19522</li>\n<li>Fix &#8211; Update post_modified date when saving products and variations but no other product data. #19595</li>\n<li>Fix &#8211; Clear comment count transient when cleaning product transients to prevent incorrect comment count displays. #19664</li>\n<li>Fix &#8211; Load gateways before order is saved/email is triggered to ensure all information gets sent/processed. #19667</li>\n<li>Fix &#8211; Clear shipping transient when saving shipping method on zones screen. #19668</li>\n<li>Fix &#8211; Handle escape characters for fputcsv to work around PHP standards issues. #19678</li>\n<li>Fix &#8211; Cast post IDs to integers in admin meta boxes. #19710</li>\n<li>Fix &#8211; Fix CSV unescaping of negative numbers in download expiry/limit columns. #19732</li>\n<li>Fix &#8211; Don&#8217;t load unsupported theme functionality if shop page ID is -1. #19822</li>\n<li>Fix &#8211; Select and display &#8220;Downloadable&#8221; option in product admin filter when selected. #19876</li>\n<li>Fix &#8211; Add sort handle column when adding new tags. #19875</li>\n<li>Fix &#8211; More thorough CSV importer cleanup. #19877</li>\n<li>Fix &#8211; Fix gallery switching when image is the same #19878</li>\n<li>Fix &#8211; Ensure coupon amount is always returns as a float value #19889</li>\n<li>Fix &#8211; No update available message after activating subscription that has a valid update. #19831</li>\n<li>Fix &#8211; Include scheduled products in CSV export. #19907</li>\n<li>Fix &#8211; Generator tag actions should be filters. #19946</li>\n<li>Fix &#8211; WC API should not try to create a product image when creating a product variation if an empty image is passed. #19971</li>\n<li>Fix &#8211; Force settings API settings to autoload by default. #19998</li>\n<li>Fix &#8211; Cart html5 validation events when using keyboard. #20001</li>\n<li>Fix &#8211; Don&#8217;t show stock status fields in external product quick-edit. #20005 </li>\n<li>Fix &#8211; Prevent an infinite loop if 2 grouped products are linked. #20020</li>\n<li>Fix &#8211; Switch stock_status when manage stock gets changed to prevent being out of stock if stock quantity is &gt; 0. #20021</li>\n<li>Fix &#8211; When duplicating variation, set the date to null. #20083</li>\n<li>Fix &#8211; Fix rounding of line items for orders to match cart. #20086</li>\n<li>Fix &#8211; Remove hardcoded border in email template. #20090</li>\n<li>Fix &#8211; Prevent autofocus on checkout. #20123</li>\n<li>Fix &#8211; Recalc taxes if address changes in API. #20137</li>\n<li>Dev &#8211; Made wc_query_string_form_fields handle strings. #20162</li>\n<li>Dev &#8211; Added refunded_payment prop to orders for determining if payment was refunded via API. #18196</li>\n<li>Dev &#8211; Added extra params to <code>woocommerce_order_get_downloadable_items</code>. #18408</li>\n<li>Dev &#8211; Store shipping method ID and instance ID in separate fields instead of both in one serialized field. #18483</li>\n<li>Dev &#8211; Add <code>woocommerce_rest_insert_system_status_tool</code> hook that fires after executing a REST system status tool. #18505</li>\n<li>Dev &#8211; Gallery meta box is now powered by CRUD. #18511</li>\n<li>Dev &#8211; Refactor woocommerce_wp_select so it could be used for a multiselect. #18536</li>\n<li>Dev &#8211; Added ability to declare sanitize_callback in settings API. #18554</li>\n<li>Dev &#8211; Added support for additional HTML5 input types for settings/checkout forms. #18594</li>\n<li>Dev &#8211; Made &#8216;woocommerce_email_downloads_column_&#8217; hook format aware. #18600</li>\n<li>Dev &#8211; Add missing <code>woocommerce_update_options__</code> actions for settings pages that override save method. #18609</li>\n<li>Dev &#8211; Allow default value for single_select_country and multi_select_countries. #18754 #18756</li>\n<li>Dev &#8211; Added <code>grouped_form</code> class to grouped product <code>form</code> element. #18786</li>\n<li>Dev &#8211; Mini cart item link now respects value of $product_permalink. #18979</li>\n<li>Dev &#8211; Added <code>woocommerce_coupon_get_items_to_validate</code> filter to enable excluding products from coupon validation. #19002</li>\n<li>Dev &#8211; Added <code>woocommerce_persistent_cart_enabled</code> filter. #19027</li>\n<li>Dev &#8211; Added <code>woocommerce_admin_order_item_coupon_url</code> filter. #19777</li>\n<li>Dev &#8211; Replaced calls to <code>exit</code> with <code>wp_die</code> in the ajax methods to enable unit testing of those methods.</li>\n<li>Dev &#8211; Introduce <code>woocommerce_coupon_custom_discounts_array</code> filter to allow post processing on custom coupons. #19148</li>\n<li>Dev &#8211; Move jQuery UI styles into WooCommerce assets folder and load them from there. #19173</li>\n<li>Dev &#8211; Added <code>woocommerce_coupon_validate_expiry_date</code> filter to enable modifying the coupon expiry date check. #19228</li>\n<li>Dev &#8211; Added <code>woocommerce_shipping_calculator_enable_state</code> filter to enable disabling state section in shipping calculator. #19241</li>\n<li>Dev &#8211; Added <code>woocommerce_bacs_process_payment_order_status</code> filter allowing plugins to change the order status to the BACS gateway. #19311</li>\n<li>Dev &#8211; Added <code>woocommerce_coupon_sort</code> filter to allow plugins to override the default coupon apply order. #19339</li>\n<li>Dev &#8211; Added <code>woocommerce_before_output_product_categories</code> and <code>woocommerce_after_output_product_categories</code> filters. #19363</li>\n<li>Dev &#8211; Added general <code>woocommerce_form_field</code> filter to make it easier to filter all of the form fields. #19388</li>\n<li>Dev &#8211; Added <code>woocommerce_install_get_tables</code> filter to enable plugins to register new, WooCommerce-specific tables. $19436</li>\n<li>Dev &#8211; Use <code>get_variation_price</code> method in structured data to grab min/max so filters are ran. #19527</li>\n<li>Dev &#8211; Added <code>woocommerce_helper_suppress_connect_notice</code> filter to enable suppressing the admin WordPress.com connection message. #19599</li>\n<li>Dev &#8211; Moved all photoswipe styles to <code>photoswipe.css</code> to make it easy to dequeue all the photoswipe styles. #19673</li>\n<li>Dev &#8211; Slash meta values before updating values in the data stores. #19675</li>\n<li>Dev &#8211; New wc_selected method to handle array key conversion to int. #19705</li>\n<li>Performance &#8211; Optimized saving of orders. Adds a transient for needs_processing, and only saves changes when saving order items. #18538</li>\n<li>Performance &#8211; Refactored the SQL query for <code>WC_Customer_Download_Data_Store::get_downloads()</code> to fetch available downloads faster. #18559</li>\n<li>Performance &#8211; Split the layered nav counts into multiple transient records by taxonomy and added a filter to allow bypassing caching. #19225</li>\n<li>Performance &#8211; Removed duplicate <code>SET SESSION SQL_BIG_SELECTS=1</code> queries. #19502</li>\n<li>Performance &#8211; Avoid storing coupon <code>_used_by</code> data to prevent database bloat. #19669</li>\n<li>Performance &#8211; Introduced new wc_get_product_class() and wc_product_class() functions. #19639</li>\n<li>Performance &#8211; Series of tweaks aimed at reducing the number of queries performed #19918</li>\n<li>Template &#8211; Update cart coupon button from input to button type. #19059</li>\n<li>Template &#8211; Added <code>woocommerce-form-register</code> class to registration form. #19486</li>\n<li>Template &#8211; Added escaping to publish date. #19530</li>\n<li>Template &#8211; Added a template file for recent product reviews. #19711</li>\n<li>Template &#8211; Made add to cart templates more consistent between product types. #19666</li>\n<li>Localization &#8211; Switched Georgian Lari symbol to new UTF symbol. #19603</li>\n<li>Localization &#8211; Use ISO county codes for Irish states. #19658</li>\n<li>Localization &#8211; Use ISO county codes for BD states. #19744</li>\n<li>Localization &#8211; LR-Liberia states. #19709</li>\n<li>Localization &#8211; Update ZA tax rate. #19909</li>\n<li>Localization &#8211; Various spelling, grammar fixes, and phrasing improvements.</li>\n<li>Localization &#8211; Fix missing Bahrain country code. #20061</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">Vedi il changelog per tutte le versioni</a>.</p>\n\";s:11:\"screenshots\";s:1481:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\" alt=\"The WooCommerce settings panel.\"></a><p>The WooCommerce settings panel.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\" alt=\"Amministrazione dei prodotti di WooCommerce.\"></a><p>Amministrazione dei prodotti di WooCommerce.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\" alt=\"Il pannello Dati prodotto.\"></a><p>Il pannello Dati prodotto.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\" alt=\"I report di vendite di WooCommerce.\"></a><p>I report di vendite di WooCommerce.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\" alt=\"Una pagina singola del prodotto.\"></a><p>Una pagina singola del prodotto.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\" alt=\"Un archivio di prodotti (griglia).\"></a><p>Un archivio di prodotti (griglia).</p></li></ol>\";}s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\";s:7:\"caption\";s:31:\"The WooCommerce settings panel.\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\";s:7:\"caption\";s:44:\"Amministrazione dei prodotti di WooCommerce.\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\";s:7:\"caption\";s:26:\"Il pannello Dati prodotto.\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\";s:7:\"caption\";s:35:\"I report di vendite di WooCommerce.\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\";s:7:\"caption\";s:32:\"Una pagina singola del prodotto.\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\";s:7:\"caption\";s:34:\"Un archivio di prodotti (griglia).\";}}s:4:\"tags\";a:5:{s:10:\"e-commerce\";s:10:\"e-commerce\";s:9:\"ecommerce\";s:9:\"ecommerce\";s:5:\"sales\";s:5:\"sales\";s:4:\"sell\";s:4:\"sell\";s:5:\"store\";s:5:\"store\";}s:8:\"versions\";a:34:{s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:11:\"donate_link\";s:0:\"\";s:12:\"contributors\";a:0:{}}s:7:\"bbpress\";a:25:{s:4:\"name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:7:\"version\";s:6:\"2.5.14\";s:6:\"author\";s:55:\"<a href=\"https://bbpress.org\">The bbPress Community</a>\";s:14:\"author_profile\";s:46:\"https://profiles.wordpress.org/johnjamesjacoby\";s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:6:\"4.7.11\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:80;s:7:\"ratings\";a:5:{i:5;i:168;i:4;i:37;i:3;i:25;i:2;i:17;i:1;i:35;}s:11:\"num_ratings\";i:282;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:10:\"downloaded\";i:4929431;s:12:\"last_updated\";s:21:\"2017-10-13 6:29pm GMT\";s:5:\"added\";s:10:\"2010-01-13\";s:8:\"homepage\";s:19:\"https://bbpress.org\";s:8:\"sections\";a:5:{s:11:\"description\";s:518:\"<p>Sei mai stato frustrato da forum tavoli di discussione lenti, sovraccarichi e che han sempre fatto bucare il tuo server? bbPress si focalizza proprio sulla facilità di integrazione, d&#8217;uso, sugli standard web e sulla velocità.</p>\n<p>Stiamo tenendo il tutto il più contenuto e leggero possibile, permettendo ugualmente le grandi caratteristiche aggiuntive dell&#8217;esteso sistema di plugin di WordPress. Cosa significa? Che bbPress è snello, eccellente e pronto a qualsiasi compito tu lo sottoponga.</p>\n\";s:12:\"installation\";s:1329:\"<h4>Dalla tua bacheca WordPress</h4>\n<ol>\n<li>Clicca &#8216;Plugin &gt; Aggiungi nuovo&#8217;</li>\n<li>Cerca il termine &#8216;bbPress&#8217;</li>\n<li>Attiva bbPress dalla tua pagina Plugins. (Verrai accolto da una pagina di Benvenuto.)</li>\n<li>Clicca su &#8216;Forum &gt; Nuovo Forum&#8217; e creane qualcuno. (Puoi sempre cancellarli successivamente.)</li>\n<li>Se hai i pretty permalink attivati, visita tuodominio.com/forums o, se non hai i pretty permalink attivati, visita tuodominio.com?post_type=forum</li>\n</ol>\n<h4>Da WordPress.org</h4>\n<ol>\n<li>Scarica bbPress.</li>\n<li>Carica una copia della cartella &#8216;bbpress&#8217; nella tua cartella &#8216;/wp-content/plugins/&#8217; usando il tuo metodo preferito (ftp, sftp, scp, ecc&#8230;)</li>\n<li>Attiva bbPress dalla tua pagina Plugins. (Verrai accolto da una pagina di Benvenuto.)</li>\n<li>Clicca su &#8216;Forum &gt; Nuovo Forum&#8217; e creane qualcuno. (Puoi sempre cancellarli successivamente.)</li>\n<li>Se hai i pretty permalink attivati, visita tuodominio.com/forums o, se non hai i pretty permalink attivati, visita tuodominio.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Clicca su &#8216;Impostazioni &gt; Forum&#8217; e imposta la tua configurazione.</li>\n<li>Sistema il CSS del tuo tema come richiesto, per rendere tutto più carino.</li>\n</ol>\n\";s:9:\"changelog\";s:9599:\"<h4>2.5.14</h4>\n<ul>\n<li>Improved support for PHP 7.1 and higher</li>\n<li>Improved pagination for non-public post statuses</li>\n<li>Fix converter row-limit boundaries</li>\n</ul>\n<h4>2.5.13</h4>\n<ul>\n<li>Supporto migliorato per <code>post_parent__in</code> tipi di query</li>\n</ul>\n<h4>2.5.12</h4>\n<ul>\n<li>Fix role initialization bug</li>\n</ul>\n<h4>2.5.11</h4>\n<ul>\n<li>Migliorato il supporto a WordPress 4.7</li>\n<li>Migliorata la localizzazione dei nomi ruoli</li>\n<li>Aumentata la versione di WordPress minimia alla 4.2</li>\n</ul>\n<h4>2.5.10</h4>\n<ul>\n<li>Improved user display-name rendering</li>\n</ul>\n<h4>2.5.9</h4>\n<ul>\n<li>Migliorate le Menzioni dell&#8217;Utente</li>\n</ul>\n<h4>2.5.8</h4>\n<ul>\n<li>Migliorate le azioni AJAX</li>\n<li>Migliorata l&#8217;analisi di richieste database dell&#8217;utente</li>\n<li>Riparare notifica dei Gruppi di BuddyPress</li>\n</ul>\n<h4>2.5.7</h4>\n<ul>\n<li>Migliorato l&#8217;output di determinati URL</li>\n</ul>\n<h4>2.5.6</h4>\n<ul>\n<li>Migliorata la spedizione di notifiche e sottoscrizioni</li>\n</ul>\n<h4>2.5.5</h4>\n<ul>\n<li>Migliorata la modifica in blocco degli Utenti</li>\n<li>Migliorati i suggerimenti riguardo le Discussioni e gli Autori come moderatori</li>\n<li>Migliorato l&#8217;accesso allo strumento di conversione</li>\n</ul>\n<h4>2.5.4</h4>\n<ul>\n<li>Fix reply editing causing polluted hierarchy</li>\n<li>Add tool for repairing reply positions within topics</li>\n<li>Improved custom slug and displayed user field sanitization</li>\n<li>Improved SSL support when relying on theme compatibility</li>\n</ul>\n<h4>2.5.3</h4>\n<ul>\n<li>WordPress 3.8 support (dashicons, new color schemes)</li>\n<li>Fix dropdown selects in settings pages</li>\n<li>Fix accidental topic subscription removal on reply form</li>\n<li>Fix poor grammar in profile title element</li>\n<li>Fix admin area SSL support</li>\n</ul>\n<h4>2.5.2</h4>\n<ul>\n<li>Fix BuddyPress (1.9.1) Notification integration</li>\n</ul>\n<h4>2.5.1</h4>\n<ul>\n<li>Updated subscriptions setting description</li>\n<li>Fix forum subscriptions not appearing on profiles for some users</li>\n<li>Allow links to have targets</li>\n<li>Improve Windows compatibility</li>\n</ul>\n<h4>2.5</h4>\n<ul>\n<li>Added forum subscriptions</li>\n<li>Added importers for AEF, Drupal, FluxBB, Kunena Forums (Joomla), MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB</li>\n<li>Added BuddyPress Notifications integration</li>\n<li>Added ability to enqueue scripts and styles in the template stack</li>\n<li>Fix various existing importer scripts</li>\n<li>Fix forum visibility meta saving</li>\n<li>Fix Akismet anonymous user meta checking</li>\n<li>Fix inconsistent bbp_dropdown() results</li>\n<li>Fix topic and reply ping-status inconsistencies</li>\n</ul>\n<h4>2.4.1</h4>\n<ul>\n<li>Fix forum status saving</li>\n<li>Fix widget settings saving</li>\n<li>Fix custom wp_title compatibility</li>\n<li>Fix search results custom permalink compatibility</li>\n<li>Fix custom user topics &amp; replies pages</li>\n<li>Fix hierarchical reply handling in converter</li>\n</ul>\n<h4>2.4</h4>\n<ul>\n<li>Added hierarchical reply support</li>\n<li>Added ability to disable forum search</li>\n<li>Reorganized settings page</li>\n<li>Improved rewrite rules</li>\n<li>Improved responsive CSS</li>\n<li>Improved code posting</li>\n<li>Improved user capability integration</li>\n<li>Improved cache getting and setting</li>\n<li>Audit strict type comparisons</li>\n<li>Audit GlotPress string escaping</li>\n<li>Audit title attribute usage</li>\n<li>Audit WordPress core function usage</li>\n<li>General code clean-up</li>\n</ul>\n<h4>2.3.2</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Improved theme compatibility CSS</li>\n<li>Improved BuddyPress Activity Streams integration</li>\n</ul>\n<h4>2.3.1</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Fix deleting of post cache group</li>\n<li>Fix moderators not having view_trash capability</li>\n</ul>\n<h4>2.3</h4>\n<ul>\n<li>Added forum search functionality</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved allowed tags in topics and replies</li>\n<li>Added template stack support to theme compatability</li>\n<li>Added more forum migration options</li>\n</ul>\n<h4>2.2.4</h4>\n<ul>\n<li>Prepare converter queries</li>\n<li>Improve validation and sanitization of form values</li>\n</ul>\n<h4>2.2.3</h4>\n<ul>\n<li>Improve compatibility with some themes</li>\n<li>Fix integration with BuddyPress Group Forums</li>\n<li>Fix BuddyPress Activity Stream integration</li>\n</ul>\n<h4>2.2.2</h4>\n<ul>\n<li>RTL and i18n fixes</li>\n<li>Improved user profile theme compatibility</li>\n<li>Fixed incorrect link in credits page</li>\n<li>Fixed admin area JS issues related to topic suggest</li>\n<li>Fixed template part reference in extras user edit template</li>\n</ul>\n<h4>2.2.1</h4>\n<ul>\n<li>Fix role mapping for non-WordPress roles</li>\n<li>Fix issue with private forums being blocked</li>\n<li>Allow moderators to see hidden forums</li>\n</ul>\n<h4>2.2</h4>\n<ul>\n<li>Improved user roles and capabilities</li>\n<li>Improved theme compatibility</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved forums conversion tool</li>\n<li>Improved forums tools and settings</li>\n<li>Improved multisite support</li>\n<li>Added What&#8217;s New and Credits pages</li>\n<li>WordPress 3.5 and BuddyPress 1.7 ready</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed admin-side help verbiage</li>\n<li>Fixed reply height CSS</li>\n<li>Fixed password converter</li>\n<li>Fixed child post trash and delete functions</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed Invision, phpBB, and vBulletin importers</li>\n<li>Fixed private/hidden forum bugs</li>\n<li>Fixed topic split meta values</li>\n<li>Fixed theme compatibility logic error</li>\n<li>Fixed role mask issues for shared user installs</li>\n<li>Fixed missing function cruft</li>\n<li>Fixed missing filter on displayed user fields</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>WordPress 3.4 compatibility</li>\n<li>Deprecate $bbp global, use bbpress() singleton</li>\n<li>Private forums now visible to registered users</li>\n<li>Updated forum converter</li>\n<li>Topic and reply edits now ran through Akismet</li>\n<li>Fixed Akismet edit bug</li>\n<li>Fixed Widgets nooping globals</li>\n<li>Fixed translation load order</li>\n<li>Fixed user-edit bugs</li>\n<li>Fixed settings screen regressions</li>\n<li>Improved post cache invalidation</li>\n<li>Improved admin-side nonce checks</li>\n<li>Improved admin settings API</li>\n<li>Improved bbPress 1.1 converter</li>\n<li>Improved BuddyPress integration</li>\n<li>Improved Theme-Compatibility</li>\n<li>Improved template coverage</li>\n<li>Improved query performance</li>\n<li>Improved breadcrumb behavior</li>\n<li>Improved multisite integration</li>\n<li>Improved code clarity</li>\n<li>Improved RTL styling</li>\n<li>Added 2x menu icons for HiDPI displays</li>\n<li>Added fancy editor support</li>\n<li>Added fallback theme picker</li>\n<li>Added tools for importing, resetting, and removing</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Released on September 21, 2011</li>\n</ul>\n<h4>2.0-rc-5</h4>\n<ul>\n<li>Fixed Genesis incompatibilities</li>\n<li>Fixed BuddyPress activity stream issues</li>\n<li>Fixed Subscription email sending issues</li>\n<li>Fixed Theme Compat display issues for some themes</li>\n<li>Improved Theme Compat class</li>\n<li>More future proofing internal API&#8217;s</li>\n</ul>\n<h4>2.0-rc-4</h4>\n<ul>\n<li>BuddyPress @mention integration</li>\n<li>Improved Akismet user agent handling</li>\n<li>Added blacklist_keys support</li>\n<li>Fixed spam/deleted user handling</li>\n<li>Updated green admin color scheme for WordPress 3.2</li>\n<li>Added actions to topic/reply forms</li>\n<li>Improved support for future ajaxification</li>\n</ul>\n<h4>2.0-rc-3</h4>\n<ul>\n<li>Fixed activation/deactivation</li>\n<li>Added Forum Participant role for multisite use</li>\n</ul>\n<h4>2.0-rc-2</h4>\n<ul>\n<li>BuddyPress activity action integration</li>\n<li>Multisite integration</li>\n<li>Fixed a bushel of bugs</li>\n<li>Fixed tag pagination again</li>\n<li>Fixed ajax priority loading</li>\n</ul>\n<h4>2.0-rc-1</h4>\n<ul>\n<li>Fixed tag pagination</li>\n<li>Broke tag pagination</li>\n<li>Squashed a bunch of bugs</li>\n</ul>\n<h4>2.0-beta-3b</h4>\n<ul>\n<li>Fix regression in forum index theme compatibility template</li>\n<li>Audit usage of get strings for moderator level and above users</li>\n</ul>\n<h4>2.0-beta-3</h4>\n<ul>\n<li>Akismet integration</li>\n<li>Fixes replies within wp-admin</li>\n<li>Fixes reply notification links</li>\n<li>Fixes inconsistent breadcrumb behavior</li>\n<li>Fixes theme compatibility issues</li>\n<li>Fixes archive and page conflicts</li>\n<li>Improvements to unpretty permalink support</li>\n<li>Migliorie allo strumento importazione</li>\n<li>Migliorie al supporto multisito</li>\n<li>Normalize theme, shortcodes, and template parts</li>\n<li>Aggiunto humans.txt</li>\n<li>Aggiunto un file index.php vuoto per prevenire il curiosare</li>\n<li>Aggiunta lunghezza massima titoli topic (predefinito 80 caratteri)</li>\n</ul>\n<h4>2.0-beta-2</h4>\n<ul>\n<li>Integrazione di GlotPress</li>\n<li>Correzioni del bug nell&#8217;archivio forum</li>\n<li>Correzioni e miglioramenti allo strumento di importazione</li>\n<li>Aggiunge il supporto per il link alla home nel breadcrumb</li>\n<li>Migliorie sulla Compatibilità coi Temi</li>\n<li>Numerose migliorie sui template e CSS</li>\n<li>Supporto per lingue RTL</li>\n<li>Improved multisite support</li>\n<li>Aggiungere filtri per futuro supporto di anti-spam</li>\n<li>Aggiungere i link sequenziali mancanti da diversi file template</li>\n<li>Riparazione del cestino di Discussioni e Repliche</li>\n</ul>\n<h4>2.0-beta-1</h4>\n<ul>\n<li>In via di Sviluppo</li>\n</ul>\n\";s:3:\"faq\";s:1382:\"\n<h4>Istruzioni d&#8217;installazione</h4>\n<p>\n<h4>Dalla tua bacheca WordPress</h4>\n<ol>\n<li>Clicca &#8216;Plugin &gt; Aggiungi nuovo&#8217;</li>\n<li>Cerca il termine &#8216;bbPress&#8217;</li>\n<li>Attiva bbPress dalla tua pagina Plugins. (Verrai accolto da una pagina di Benvenuto.)</li>\n<li>Clicca su &#8216;Forum &gt; Nuovo Forum&#8217; e creane qualcuno. (Puoi sempre cancellarli successivamente.)</li>\n<li>Se hai i pretty permalink attivati, visita tuodominio.com/forums o, se non hai i pretty permalink attivati, visita tuodominio.com?post_type=forum</li>\n</ol>\n<h4>Da WordPress.org</h4>\n<ol>\n<li>Scarica bbPress.</li>\n<li>Carica una copia della cartella &#8216;bbpress&#8217; nella tua cartella &#8216;/wp-content/plugins/&#8217; usando il tuo metodo preferito (ftp, sftp, scp, ecc&#8230;)</li>\n<li>Attiva bbPress dalla tua pagina Plugins. (Verrai accolto da una pagina di Benvenuto.)</li>\n<li>Clicca su &#8216;Forum &gt; Nuovo Forum&#8217; e creane qualcuno. (Puoi sempre cancellarli successivamente.)</li>\n<li>Se hai i pretty permalink attivati, visita tuodominio.com/forums o, se non hai i pretty permalink attivati, visita tuodominio.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Clicca su &#8216;Impostazioni &gt; Forum&#8217; e imposta la tua configurazione.</li>\n<li>Sistema il CSS del tuo tema come richiesto, per rendere tutto più carino.</li>\n</ol>\n</p>\n\n\";s:11:\"screenshots\";s:1136:\"<ol><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\" alt=\"\"></a></li></ol>\";}s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:11:\"screenshots\";a:7:{i:1;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:7;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:7:\"akismet\";s:7:\"akismet\";s:10:\"discussion\";s:10:\"discussion\";s:6:\"forums\";s:6:\"forums\";s:7:\"support\";s:7:\"support\";s:5:\"theme\";s:5:\"theme\";}s:8:\"versions\";a:53:{s:3:\"2.0\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.0.zip\";s:10:\"2.0-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-1.zip\";s:11:\"2.0-beta-2b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-2b.zip\";s:10:\"2.0-beta-3\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3.zip\";s:11:\"2.0-beta-3b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3b.zip\";s:8:\"2.0-rc-2\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-2.zip\";s:8:\"2.0-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-3.zip\";s:8:\"2.0-rc-4\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-4.zip\";s:8:\"2.0-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-5.zip\";s:5:\"2.0.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.1.zip\";s:5:\"2.0.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.2.zip\";s:5:\"2.0.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.3.zip\";s:3:\"2.1\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.1.zip\";s:10:\"2.1-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.1-beta-1.zip\";s:7:\"2.1-rc1\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc1.zip\";s:7:\"2.1-rc2\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc2.zip\";s:7:\"2.1-rc3\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc3.zip\";s:7:\"2.1-rc4\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc4.zip\";s:5:\"2.1.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.1.zip\";s:5:\"2.1.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.2.zip\";s:5:\"2.1.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.3.zip\";s:3:\"2.2\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.2.zip\";s:5:\"2.2.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.1.zip\";s:5:\"2.2.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.2.zip\";s:5:\"2.2.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.3.zip\";s:5:\"2.2.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.4.zip\";s:3:\"2.3\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.3.zip\";s:9:\"2.3-beta1\";s:60:\"https://downloads.wordpress.org/plugin/bbpress.2.3-beta1.zip\";s:5:\"2.3.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.1.zip\";s:5:\"2.3.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.2.zip\";s:3:\"2.4\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.4.zip\";s:5:\"2.4.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip\";s:3:\"2.5\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.5.zip\";s:5:\"2.5.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.1.zip\";s:6:\"2.5.10\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.10.zip\";s:6:\"2.5.11\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.11.zip\";s:6:\"2.5.12\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.12.zip\";s:6:\"2.5.13\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip\";s:6:\"2.5.14\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"2.5.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.2.zip\";s:5:\"2.5.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.3.zip\";s:5:\"2.5.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.4.zip\";s:5:\"2.5.5\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.5.zip\";s:5:\"2.5.6\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.6.zip\";s:5:\"2.5.7\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.7.zip\";s:5:\"2.5.8\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip\";s:5:\"2.5.9\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.9.zip\";s:10:\"2.6-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-1.zip\";s:10:\"2.6-beta-2\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip\";s:8:\"2.6-rc-1\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-1.zip\";s:8:\"2.6-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip\";s:8:\"2.6-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-5.zip\";s:5:\"trunk\";s:50:\"https://downloads.wordpress.org/plugin/bbpress.zip\";}s:11:\"donate_link\";s:0:\"\";s:12:\"contributors\";a:0:{}}s:19:\"the-events-calendar\";a:25:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:6:\"4.6.19\";s:6:\"author\";s:51:\"<a href=\"http://m.tri.be/1x\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:90;s:7:\"ratings\";a:5:{i:5;i:1268;i:4;i:86;i:3;i:50;i:2;i:39;i:1;i:110;}s:11:\"num_ratings\";i:1553;s:15:\"support_threads\";i:194;s:24:\"support_threads_resolved\";i:126;s:10:\"downloaded\";i:11994098;s:12:\"last_updated\";s:21:\"2018-06-20 2:51pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:5:{s:11:\"description\";s:10215:\"<p>Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust.</p>\n<p>Packed with loads of useful features, The Events Calendar by Modern Tribe is ready to go right out of the box. It’s extensible, easy to use, and completely customizable.</p>\n<p>Just getting started? Read through the <a href=\"http://m.tri.be/2d\" rel=\"nofollow\">New User Primer</a> to get set up.</p>\n<p>Looking for additional functionality including recurring events, ticket sales, publicly submitted events, automatic imports, and more?</p>\n<p><strong>Check out <a href=\"http://m.tri.be/mj\" rel=\"nofollow\">Events Calendar PRO</a> and <a href=\"http://m.tri.be/2a\" rel=\"nofollow\">other add-ons</a></strong></p>\n<blockquote>\n<p><strong>New Import Tool!</strong><br />\n  We’ve made bulk event imports easier to manage than ever. This add-on service for The Events Calendar allows you to import events from your favorite sources, including Meetup, Google Calendar, iCalendar, CSV, and ICS.<br />\n  <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Check out Event Aggregator now</a>.</p>\n</blockquote>\n<h4>Built solid &amp; supported</h4>\n<p>The Events Calendar is crafted the WordPress way with hours of strategy, design, development, and testing going into each release. We stand behind our work and offer light support weekly for the community via the WordPress.org support forums.</p>\n<p>If you need a deeper level of support or a faster response to your specific question, our Events Calendar PRO add-on includes access to our premium support forums with a 24-48 hour response time during the workweek.</p>\n<p>Enjoy using The Events Calendar, know how to customize it, and want to make money helping people? We’re growing our community team and would love to hear from you. If you’re interested, <a href=\"http://m.tri.be/mk\" rel=\"nofollow\">check this out!</a></p>\n<h4>Plug-n-play &amp; highly customizable</h4>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you&#8217;ll be making events in less than 5 minutes.</p>\n<p>By developers, for developers&#8230; it&#8217;s ready to be the foundation for your wildest hack sessions. Complete with a skeleton stylesheet to theme fast and efficiently, loads of tools including partial template overrides, a host of template tags, hooks and filters, <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">careful documentation</a>, as well as a <a href=\"http://m.tri.be/ext\" rel=\"nofollow\">library of free extensions</a>. The Events Calendar is built FOR people who build websites.</p>\n<p>Whether your vision is big or small, you’re in good company. Hundreds of thousands of churches, eateries, small businesses, musicians, venues, and non-profits are publishing and promoting their events with The Events Calendar.</p>\n<p>The Events Calendar has been scaled to work on networks with over 25 million unique visitors per month and hundreds of thousands of events. Fortune 100 companies, major universities, government institutions, and some seriously epic startups showcase their events with our platform.</p>\n<h4>Features</h4>\n<p>Whether you’re operating a hyperlocal hub listing thousands of events, a university with many thousands of users, or you’re a sole business owner listing your classes, The Events Calendar has your back.</p>\n<ul>\n<li>Rapidly create events</li>\n<li>Saved venues &amp; organizers</li>\n<li>Calendar month view with tooltips</li>\n<li>Event List view</li>\n<li>Vista giornaliera</li>\n<li>Ricerca evento</li>\n<li>Mappe di Google</li>\n<li>Widget: Lista prossimi eventi</li>\n<li>Events Taxonomies (Categories &amp; Tags)</li>\n<li>esportazione Google Calendar and iCal</li>\n<li>WP REST API endpoints</li>\n<li>Completely ajaxified for super smooth browsing</li>\n<li>Completely responsive from mobile to tablet to desktop</li>\n<li>Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.</li>\n<li>Increase your SEO with Microformats</li>\n<li>Internationalized &amp; translated</li>\n<li>Multiple stylesheets to improve integration</li>\n<li>Extensive template tags for customization</li>\n<li>Hooks &amp; filters galore</li>\n<li>Caching support</li>\n<li>Debug mode for developers</li>\n<li><a href=\"http://m.tri.be/1a0r\" rel=\"nofollow\">Library of extensions</a></li>\n</ul>\n<h4>Submitting Patches</h4>\n<p>If you’ve identified a bug and have a fix, we’d welcome it at our <a href=\"https://github.com/moderntribe/the-events-calendar\" rel=\"nofollow\">GitHub page for The Events Calendar</a>. Simply submit a pull request so we can review as part of our <a href=\"http://m.tri.be/release-schedule\" rel=\"nofollow\">release cycle</a> and merge into the codebase if appropriate from there. If a pull request is rejected, we&#8217;ll do our best to tell you why. Users whose pull requests are accepted will receive credit in the plugin&#8217;s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Documentazione</h3>\n<p>All of our online documentation can be found on <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">our documentation site</a>.</p>\n<p>Some links you may find particularly useful are:</p>\n<ul>\n<li><a href=\"http://m.tri.be/2l\" rel=\"nofollow\">The Events Calendar New User Primer</a></li>\n<li><a href=\"http://m.tri.be/2m\" rel=\"nofollow\">The Themer&#8217;s Guide to The Events Calendar</a></li>\n<li><a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">Knowledgebase</a></li>\n</ul>\n<p>If you have any questions about this plugin, you can post a thread in our <a href=\"https://wordpress.org/support/plugin/the-events-calendar\" rel=\"nofollow\">WordPress.org forum</a>. Please search existing threads before opening a new one.</p>\n<p>The <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Modern Tribe premium support forums</a> are available for you to read. You won&#8217;t, however, be able to post a message in any forums beyond Pre-Sale Questions unless you have purchased a premium license.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there&#8217;s more! We&#8217;ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over on <a href=\"http://m.tri.be/18wn\" rel=\"nofollow\">our website</a>.</p>\n<p>I nostri plugin gratuiti</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/event-tickets/\">Event Tickets</a></li>\n<li><a href=\"https://wordpress.org/plugins/advanced-post-manager/\">Advanced Post Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/gigpress/\">GigPress</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a></li>\n</ul>\n<p>Our Premium Plugins and Services:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> (service)</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a></li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a></li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a></li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a></li>\n</ul>\n<h3>Aiuto</h3>\n<p>Welcome to The Events Calendar, a full-featured events management system for WordPress. Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you be awesome.</p>\n<p>If you aren&#8217;t familiar with The Events Calendar, check out our <a href=\"http://m.tri.be/2p\" rel=\"nofollow\">new user primer</a>. It&#8217;ll introduce you to the basics of what the plugin has to offer and will have you creating events in no time. From there, the resources below &#8212; extensive template tag documentation, FAQs, video walkthroughs and more &#8212; will give you a leg up as you dig deeper.</p>\n<p>Additional resources available include:</p>\n<ul>\n<li><a href=\"https://theeventscalendar.com/release-schedule/\" rel=\"nofollow\">Release Schedule</a></li>\n<li><a href=\"https://theeventscalendar.com/known-issues/\" rel=\"nofollow\">Known Issues</a></li>\n<li><a href=\"http://m.tri.be/eu\" rel=\"nofollow\">Documentazione</a></li>\n<li><a href=\"http://m.tri.be/2n\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"http://m.tri.be/2t\" rel=\"nofollow\">Help Videos</a></li>\n<li><a href=\"http://m.tri.be/2u\" rel=\"nofollow\">Tutorials</a></li>\n<li><a href=\"http://m.tri.be/2v\" rel=\"nofollow\">Release Notes</a></li>\n<li><a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Forums</a></li>\n</ul>\n<p>We hit the <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">The Events Calendar forum here on WordPress.org</a> about once a week, assisting users with basic troubleshooting and identifying bugs that have been reported. (If you are looking for more active support, might we suggest buying a PRO license? Our team hits the <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Premium Forums</a> daily.)</p>\n<p>Some things to consider before posting on the forum:</p>\n<ul>\n<li>Look through existing threads before posting a new one and check that there isn&#8217;t already a discussion going on for your issue.</li>\n<li>Your issue will be solved more quickly if you run a few checks before making a support request. Deactivate your plugins one by one &#8211; if the issue is fixed by deactivating a plugin you know you&#8217;ve got a plugin conflict. To test your Theme, revert to the default Twenty Twelve Theme to see if you are still experiencing the problem. If not, your Theme is the issue. Please provide this information when making your support request.</li>\n<li>Sometimes, just resetting your permalinks can fix the issue. Visit Events -&gt; Settings -&gt; Permalinks, save your permalinks with a different option and then save with your preferred choice again. This can solve events-related problems and can is worth a shot before creating a new thread.</li>\n</ul>\n<p>Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">@TheEventsCal</a> and tell us why. We&#8217;ll do what we can to make it right.</p>\n\";s:12:\"installation\";s:999:\"<h4>Install &amp; Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n\";s:3:\"faq\";s:6619:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>Install &amp; Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n</p>\n<h4>Are there any troubleshooting steps you&#8217;d suggest I try that might resolve my issue before I post a new thread?</h4>\n<p>\n<p>First, make sure that you&#8217;re running the latest version of The Events Calendar (4.6 as of this release). If you&#8217;re running Events Calendar PRO it needs to match the version number of The Events Calendar. And if you&#8217;ve got any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default Twenty Fourteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you&#8217;ll know that is the source of the conflict.</p>\n<p>Note that we aren&#8217;t going to say &#8220;tough luck&#8221; if you identify a plugin/theme conflict. While we can&#8217;t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<h4>I&#8217;m still stuck. Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>Users of the free The Events Calendar should post their questions in the plugin&#8217;s <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">WordPress.org forum</a>, which we hit about once a week (usually on Wednesdays). Please make sure to read <a href=\"http://m.tri.be/19oc\" rel=\"nofollow\">our sticky post</a> providing an overview of the support we provide free users BEFORE posting. If you find you&#8217;re not getting support in as timely a fashion as you wish, you might want to consider purchasing a PRO license.</p>\n<p>If you&#8217;re already a PRO user, you&#8217;re entitled access to our more actively-monitored <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Events Calendar PRO forum</a> on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all comments within 24-48 hours during the business week.</p>\n</p>\n<h4>Events Calendar PRO looks awesome! I&#8217;m sold! How can I get my hands on it?</h4>\n<p>\n<p>Events Calendar PRO can be purchased directly on <a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">our website</a>. There are five (5) license types available, and all licenses include access to premium support, new feature releases, and regular maintenance updates.</p>\n</p>\n<h4>I&#8217;m interested in PRO or another add-on, but there are a few questions I&#8217;ve got before making the purchase. Can you help me get those addressed?</h4>\n<p>\n<p>Absolutely. If you&#8217;re not finding your questions answered on the product pages, hit up our <a href=\"http://m.tri.be/2w\" rel=\"nofollow\">pre-sales forum</a> on our site. You can save yourself some time by reviewing the threads first to verify if your question has already been asked. If it hasn&#8217;t, post a new thread as a guest. We&#8217;ll get you a reply as quickly as we can, so you can make an informed decision regarding purchase.</p>\n</p>\n<h4>What add-ons are available for The Events Calendar, and where can I read more about them?</h4>\n<p>\n<p>The following add-ons are available for The Events Calendar:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, shortcodes, additional fields, and more!</li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Meetup, Google Calendar, iCalendar, Eventbrite, CSV, and ICS.</li>\n<li><a href=\"http://m.tri.be/18wj\" rel=\"nofollow\">Event Tickets</a> (free), which allows you to collect RSVPs to events. It can run alongside The Events Calendar or as a standalone plugin that adds RSVP functionality to WordPress posts and pages.</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a>, which allows you to sell tickets for your events using your favorite e-commerce platform.</li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a>, which allows event organizers to sell tickets to the events they submit via Community Events.</li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a>, for selling tickets to your event directly through Eventbrite.</li>\n</ul>\n</p>\n<h4>I have a feature idea. What&#8217;s the best way to tell you about it?</h4>\n<p>\n<p>We&#8217;ve got a <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" rel=\"nofollow\">UserVoice page</a> where we&#8217;re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community&#8217;s needs.</p>\n</p>\n<h4>I&#8217;ve still got questions. Where can I find answers?</h4>\n<p>\n<p>Check out our extensive <a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">knowledgebase</a> for articles on using, tweaking, and troubleshooting our plugins.</p>\n</p>\n\n\";s:9:\"changelog\";s:101504:\"<h4>[4.6.19] 2018-06-20</h4>\n<ul>\n<li>Feature &#8211; CSV importer now supports a featured event column [72376]</li>\n<li>Add &#8211; Add Eventbrite Icon to Third Party Accounts on the help page [105388]</li>\n<li>Add &#8211; Accessibility repair: new title-bar template for loop views included above the filter bar and content containing the page title in a <code>h1</code> tag.</li>\n<li>Fix &#8211; Accessibility repair: adjust main content container element from <code>div</code> to <code>main</code>.</li>\n<li>Fix &#8211; More robust handling of errors and exceptions during Event Aggregator imports [107929]</li>\n<li>Fix &#8211; Ensure that the &#8220;Export Events&#8221; button is properly displayed in month view when paginating. Thanks to @linpleva, Steven, Will and others for flagging this! [104751]</li>\n<li>Fix &#8211; Month view pagination for datepicker formats: YYYY.MM.DD, MM.DD.YYYY, and DD.MM.YYYY. Thanks @netzwerk, @wdburgdorf, @oliverwick and others for notifying us! [105443]</li>\n<li>Fix &#8211; Resolved customizer inconsistencies with month/week views and full styles [69758]</li>\n<li>Fix &#8211; Check the Events Aggregator license each time the page is accessed [67864]</li>\n<li>Fix &#8211; Improve Event Import message responses from Event Aggregator for certain cases where &#8220;Unknown service message&#8221; would be returned [107606]</li>\n<li>Fix &#8211; Make the date picker respect the &#8220;Start of the week&#8221; Setting. Thanks to @websource, @dsb and others for flagging this! [76320]</li>\n<li>Fix &#8211; Correct the &#8220;View All&#8221; link when using the events month view and plain permalinks. props to Kay and Robert for notifying us [72544]</li>\n<li>Fix &#8211; Keep filter bar date when changing from month to list view, with all datepicker formats. Thanks to Caio for reporting this! [83018]</li>\n<li>Fix &#8211; Correct the pagination in list view when a keyword is being searched. Thanks to @versi, @akr and Mary for reporting this! [94613]</li>\n<li>Fix &#8211; Split linked posts (Organizers and Venues) by ownership, for all users [71349]</li>\n<li>Fix &#8211; The connected status for Eventbrite under Third Party Accounts on the Help page [106868]</li>\n<li>Fix &#8211; Fixed two PHP 5.2 errors on the Events &gt; Help page [108338]</li>\n<li>Fix &#8211; Display the correct Import Settings when Eventbrite Tickets is enabled [106947]</li>\n<li>Tweak &#8211; Modify the default values for the CSV settings if there&#8217;s no EA license [94426]</li>\n<li>Tweak &#8211; Added classes to meta output in Single Event meta templates to facilitate customization [62704]</li>\n<li>Tweak &#8211; Add the <code>tribe_aggregator_async_insert_event</code> filter to allow overriding the Event Aggregator asynchronous event insertion [107929]</li>\n<li>Tweak &#8211; Add the <code>\'tribe_aggregator_async_import_event_task</code> filter to allow overriding the Event Aggregator asynchronous import task [107929]</li>\n<li>Tweak &#8211; Added venue google map link to events in Day view [91610]</li>\n<li>Tweak &#8211; Renamed the Time zone mode option &#8220;Use the local time zones for each event&#8221; to &#8220;Use manual timezones for each event&#8221; (thanks @hikeitbaby for the suggestion) [67148]</li>\n<li>Tweak &#8211; Accessibility repair: heading hierarchy improvements throughout.</li>\n<li>Tweak &#8211; Accessibility repair: make sure all elements have unique <code>id</code> attributes.</li>\n<li>Tweak &#8211; Accessibility repair: remove redundant tab stops on feature image links.</li>\n<li>Tweak &#8211; Accessibility repair: filter bar view selector adjustments.</li>\n<li>Tweak &#8211; Accessibility repair: provide meaningful aria labels for filter bar inputs.</li>\n<li>Tweak &#8211; Accessibility repair: hide Google Map embeds from screen readers.</li>\n<li>Tweak &#8211; Enable only url imports for Eventbrite when that plugin is not active [107415]</li>\n<li>Tweak &#8211; The EB 4.5 migration process to better detect events for migration and insure all fields are migrated [106623]</li>\n<li>Tweak &#8211; Add <code>tribe_events_month_has_events_filtered</code> function and filter to see if there are events on a certain month, with filters (categories, search) [67607]</li>\n<li>Language &#8211; 68 new strings added, 406 updated, 3 fuzzied, and 37 obsoleted</li>\n</ul>\n<h4>[4.6.18] 2018-06-04</h4>\n<ul>\n<li>Add &#8211; Eventbrite to Event Aggregator import origins [61172]</li>\n<li>Add &#8211; Priority attribute to Import Setting fields to be able to customize order of fields [61173]</li>\n<li>Add &#8211; Default category and change authority for Eventbrite Imports [61173]</li>\n<li>Add &#8211; Ability to schedule Eventbrite imports through Event Aggregator [35454]</li>\n<li>Add &#8211; Preview for Eventbrite events in the import screen ordered from farthest future event to closest [70130]</li>\n<li>Add &#8211; Import Eventbrite events using the Other URL import origin [81825]</li>\n<li>Add &#8211; Ability to preview and import multiple Eventbrite events using the Organizer URL [94284]</li>\n<li>Add &#8211; Import from Eventbrite Location Search URL, i.e. https://www.eventbrite.com/d/or&#8211;portland/events/ [94588]</li>\n<li>Tweak &#8211; Move Eventbrite settings from Legacy Import to Settings Import Tab [94388]</li>\n<li>Tweak &#8211; Add Eventbrite imports to the Import History Tab [81826]</li>\n<li>Tweak &#8211; Remove Legacy Imports UI [81829]</li>\n</ul>\n<h4>[4.6.17] 2018-05-29</h4>\n<ul>\n<li>Tweak &#8211; Add tribe_redirected parameter to enable a visitor to select another view after default mobile redirect, thanks to Marcella for notifying us [102743]</li>\n<li>Fix &#8211; Hide any errors generated by servers that don&#8217;t support <code>set_time_limit()</code> (props to @jsww for flagging this!) [64183]</li>\n<li>Fix &#8211; Add a warning when the site Timezone is set to UTC [105217]</li>\n<li>Fix &#8211; An issue with organizers and venues not being attached to events on Eventbrite import  [106869]</li>\n<li>Language &#8211; 4 new strings added, 170 updated, 1 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.16] 2018-05-16</h4>\n<ul>\n<li>Tweak &#8211; Replaced the Aggregator queue processing system to run independently of WP Cron (not for CSV) [105650]</li>\n<li>Fix &#8211; Prevents notices for Events Community when handling State and Province fields [106415]</li>\n</ul>\n<h4>[4.6.15] 2018-05-09</h4>\n<ul>\n<li>Feature &#8211; Added wp-cli command to import events from a source with Event Aggregator. See <code>wp event-aggregator import-from --help</code> to know more [104426]</li>\n<li>Feature &#8211; Added wp-cli command to run scheduled imports with Event Aggregator. See <code>wp event-aggregator run-import --help</code> to know more [104426]</li>\n<li>Fix &#8211; Ensure that organizers can be deleted when an event has multiple organizers [103715]</li>\n<li>Fix &#8211; Fixed a bug where the <code>[tribe_events]</code> Month View pagination would fail when no Tribe Bar was visible and plain permalinks were being used [95720]</li>\n<li>Fix &#8211; Prevent <code>url_to_postid</code> from running when on the main events page to avoid query conflicts [94328]</li>\n<li>Fix &#8211; Prevent 404s and malformed URLs that would sometimes arise when navigating to a past-events view from the &#8220;All&#8221;-events view on a single recurring event [43925]</li>\n<li>Fix &#8211; Make the <code>[tribe_events]</code> shortcode&#8217;s output scroll to top when using the List View to match the non-shortcode List View  [81509]</li>\n<li>Fix &#8211; Ensure that default venue and address values are used throughout various venue-creation forms [63915]</li>\n<li>Tweak &#8211; Honor the return types for <code>tribe_has_next_event</code> and <code>tribe_has_previous_event</code> when the global query is null</li>\n<li>Language &#8211; 28 new strings added, 290 updated, 29 fuzzied, and 7 obsoleted</li>\n</ul>\n<h4>[4.6.14.1] 2018-04-18</h4>\n<ul>\n<li>Fix &#8211; Fixed fatal error that would sometimes arise when The Events Calendar was set to display on the front page</li>\n</ul>\n<h4>[4.6.14] 2018-04-18</h4>\n<ul>\n<li>Fix &#8211; Updated the &#8220;front page&#8221; logic to store the value in the DB instead of &#8220;mocking&#8221; the view via JS [100832]</li>\n<li>Fix &#8211; Fixed the generation of PHP warnings on retrieval of posts if the &#8220;Include events in main blog loop&#8221; option is checked (thanks to Colin Carmichael for reporting this problem) [97667]</li>\n<li>Fix &#8211; Made the <code>tribe-ea-record</code> custom post type (used to store Event Aggregator record information) private [99106]</li>\n<li>Fix &#8211; Expanded the size of the time zone input in the admin to allow for better visibility for long names [100363]</li>\n<li>Fix &#8211; If the main events page is set to be the site&#8217;s front page, ensure it shows as &#8220;selected&#8221; in the Customizer&#8217;s front page option [100832]</li>\n<li>Fix &#8211; Fixed an issue where failed Event Aggregator scheduled imports would re-attempt the import too soon [102489]</li>\n<li>Fix &#8211; Ensure the Tribe Bar displays all the available ranges of dates and times [100646]</li>\n<li>Fix &#8211; Hid the filters in the Tribe Bar if a unique view is enabled [75114]</li>\n<li>Fix &#8211; Fixed some imported-event handling so that events with no time and that aren&#8217;t all-day events do not display on the front-end [93979]</li>\n<li>Fix &#8211; Changed the HTTP status codes of empty event, venue, organizer, category, and tag archives from 404 to 200 and return empty arrays to stick with WP REST API standard [102283]</li>\n<li>Fix &#8211; Better &#8220;guessing&#8221; on column mapping during the import of CSV file (thanks to April in our Help Desk for flagging this problem!) [96162]</li>\n<li>Fix &#8211; Add new <code>tribe_events_linked_post_type_meta_key</code> filter, required to be set for each custom linked post type, to output custom linked post types in their drag-and-drop order (thanks @natureslens for highlighting the issue) [100733]</li>\n<li>Tweak &#8211; Added the <code>tribe_aggregator_find_matching_organizer</code> and <code>tribe_aggregator_find_matching_venue</code> filters in Events Aggregator to allow the definition of custom Venue and Organizer match criteria [97292]</li>\n<li>Tweak &#8211; Display the retry time for a failed Event Aggregator scheduled import in the Scheduled tab [102489]</li>\n<li>Tweak &#8211; Add new filter, <code>tribe_events_import_event_duplicate_matches</code>, to determine if an event is part of the duplicates matches [77956]</li>\n<li>Tweak &#8211; Ensure &#8220;secondary&#8221; maps, e.g. in the sidebar, have the same full-width behavior as &#8220;main&#8221; maps [74052]</li>\n<li>Tweak &#8211; Restore some missing header navigation elements [99742]</li>\n<li>Tweak &#8211; Add notice if an import is missing required columns [67886]</li>\n<li>Tweak &#8211; Save time zone and time zone abbreviation fields (if provided) even if date was not changed when saving event through API [102705]</li>\n</ul>\n<h4>[4.6.13] 2018-03-28</h4>\n<ul>\n<li>Feature &#8211; Added facilities allowing users to trash or permanently delete expired events [98826]</li>\n<li>Fix &#8211; Corrected the behavior of the previous/next event links rendered on single event pages (props to @jeremyfelt for fixing this) [101757]</li>\n<li>Fix &#8211; Save order of organizers as displayed in the admin (thanks to JobInfo and others for report) [79126]</li>\n<li>Tweak &#8211; Added Gutenberg compatibility for the Gutenberg Extension plugin</li>\n<li>Tweak &#8211; Added new filter <code>tribe_tickets_venue_action_links_edit_url</code> to modify the venue edit link for the sales and attendee reports [93923]</li>\n<li>Tweak &#8211; Altered day view to start at 00:00:00 and not 00:00:01 [99641]</li>\n</ul>\n<h4>[4.6.12] 2018-03-08</h4>\n<ul>\n<li>Fix &#8211; Resolved an oversight resulting in notice-level errors when the <code>tribe_event_is_on_date()</code> function was called incorrectly (props to @sharewisdom for pointing this out) [99117]</li>\n<li>Fix &#8211; Resolved errors within the admin environment when the &#8220;ticketed&#8221; view of events is generated [99266]</li>\n<li>Fix &#8211; Improved compatibility with WordPress SEO in relation to the default mobile events view [68716]</li>\n<li>Fix &#8211; Resolved Javascript errors in month view which were triggered under some conditions by the presence of password-protected events [99089]</li>\n<li>Fix &#8211; Improved logic responsible for identifying which events are expired (in the past) by using timezone-aware comparisons [91168]</li>\n<li>Fix &#8211; Corrected the export of upcoming events from single organizer pages (added to support changes in Events Calendar PRO) [70727]</li>\n<li>Tweak &#8211; Added safety checks around our use of the global $wp_query object (thanks @archetypalsxe for highlighting this issue!) [100199]</li>\n<li>Tweak &#8211; Renamed &#8216;Use Javascript to control date filtering&#8217; option to &#8216;Enable live refresh&#8217; and improved the associated helper text [98022]</li>\n<li>Tweak &#8211; Added caching to reduce the number of HTTP requests being made in relation to Event Aggregator within the admin environment [99486]</li>\n<li>Tweak &#8211; Improved performance by reducing the number of queries that run in single event pages (in relation to <code>tribe_get_prev_event_link()</code> and <code>tribe_get_next_event_link()</code> specifically) [94587]</li>\n<li>Tweak &#8211; Added pagination to single organizer and venue pages [97772]</li>\n<li>Tweak &#8211; Improved compatibility with the Twety Seventeen theme (ensuring the calendar is full-width if set to be the site&#8217;s homepage) [97977]</li>\n<li>Language &#8211; 3 new strings added, 161 updated, 1 fuzzied, and 2 obsoleted</li>\n</ul>\n<h4>[4.6.11.1] 2018-02-16</h4>\n<ul>\n<li>Fix &#8211; The render of the venue and organizer templates (thanks to Antonio and others for reporting this in our forums) [99550]</li>\n<li>Fix &#8211; Make sure events on calendar are not affected by DST changes [99537]</li>\n</ul>\n<h4>[4.6.11] 2018-02-14</h4>\n<ul>\n<li>Fix &#8211; Ensure parity of CSS styles between the default Month View and the embedded Month Views generated by Events Calendar PRO&#8217;s [tribe_events] shortcode (thanks @copoloff for reporting this bug!) [92329]</li>\n<li>Fix &#8211; If <code>tribe_ical_feed_calname</code>  is empty the property <code>X-WR-CALNAME</code> is not added to the .ics file [46620]</li>\n<li>Fix &#8211; Stopped modifications of the main query if is in a single post to allow custom variables don&#8217;t affect the page loading when using shortcode (our thanks to Joseph Reckley and others for highlighting this problem) [91787]</li>\n<li>Tweak &#8211; Fixed a handful of small CSS bugs in the mobile views of the Twenty Sixteen, Twenty Fifteen, and Twenty Fourteen themes [95693]</li>\n<li>Tweak &#8211; Added new hooks (<code>tribe_events_ical_before</code>, <code>tribe_events_ical_events_list_args</code> and <code>tribe_events_ical_events_list_query</code>) to allow further customization of the iCal feed [86227]</li>\n<li>Tweak &#8211; Added safeguards to reduce conflicts when lodash and underscore are used on the same site [92205]</li>\n<li>Language &#8211; 0 new strings added, 41 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.10.1] 2018-01-26</h4>\n<ul>\n<li>Fix &#8211; Make sure rewrite rule for <code>/events</code> is not hardcoded and is based on dynamic option field (thanks to @earnjam and others for flagging this problem) [98463]</li>\n</ul>\n<h4>[4.6.10] 2018-01-23</h4>\n<ul>\n<li>Fix &#8211; Allow The Events Calendar REST API to be disabled using the <code>tribe_events_rest_api_enabled</code> filter [97209]</li>\n<li>Fix &#8211; Remove the errant <code>div.tribe-events-single-section</code> on the single event view when there is no venue [97615]</li>\n<li>Fix &#8211; Make sure the date for past events is set to the current date not the end of the day of the current date [71936]</li>\n<li>Fix &#8211; Use <code>featured_color_scheme_custom</code> if present as mechanism to overwrite the default color scheme for highlight color [96821]</li>\n<li>Fix &#8211; Make sure the date for past events is set to the current date not the end of the day of the current date [71936]</li>\n<li>Tweak &#8211; Trigger an event <code>map-created.tribe</code> when a map is created to allow flexibility on customization [91984]</li>\n<li>Tweak &#8211; Add a link to the knowledge base about &#8216;Setting Up Your Google Maps API Key&#8217; [89761]</li>\n<li>Tweak &#8211; Add <code>the_title</code> filter to events called by <code>tribe_events_template_data</code> [38237]</li>\n<li>Tweak &#8211; Made the &#8220;events&#8221; and &#8220;event&#8221; slugs translatable by WPML and other multilingual plugins [95026]</li>\n<li>Tweak &#8211; Introduced the <code>tribe_events_query_force_local_tz</code> filter to allow for forcing non-UTC event start and end times in Tribe__Events__Query [92948]</li>\n<li>Tweak &#8211; Prevent empty or otherwise-invalid values for various date-format options in the Display settings [94725]</li>\n<li>Tweak &#8211; Brought day number headers in the Month View into compliance with WCAG 2.0 accessibility standards when using the &#8220;Tribe Events&#8221; stylesheet [68411]</li>\n<li>Tweak &#8211; Improved the alignment of the event cost on the single-event view (props to @canberraclimbersassociation for reporting this bug) [97208]</li>\n<li>Tweak &#8211; Added some more context to the labeling of the &#8220;Number of events per page&#8221; option (thanks to Todd H. for highlighting this label) [73659]</li>\n<li>Tweak &#8211; Improve performance on Event Admin List Count by removing JOIN and use cached results [63567]</li>\n<li>Tweak &#8211; Made the &#8220;/page/&#8221; component of some views&#8217; URL string translatable [40976]</li>\n<li>Tweak &#8211; Button &#8220;Merge Duplicates&#8221; is always visible from now on [75208]</li>\n<li>Tweak &#8211; Allow queries to explicitly include or exclude events that are nominally hidden from event listings [91254]</li>\n</ul>\n<h4>[4.6.9] 2018-01-10</h4>\n<ul>\n<li>Feature &#8211; Add new utility functions tribe_is_events_home and tribe_is_events_front_page similar to native WP is_home and is_front_page [42195]</li>\n<li>Fix &#8211; Avoid issues when importing multiple organizers that specify images [96354]</li>\n<li>Fix &#8211; Make sure latitude and longitude information from iCal feeds is used if available [96363]</li>\n<li>Fix &#8211; Fixed an issue that prevented EA from importing images attached to Facebook events [96393]</li>\n<li>Fix &#8211; Remove the duplicate filter call that was running twice for <code>tribe_rest_venue_data</code> [96090]</li>\n<li>Tweak &#8211; Added new <code>tribe_aggregator_import_event_image</code>, <code>tribe_aggregator_import_venue_image</code> and <code>tribe_aggregator_import_organizer_image</code> filter so that users can control whether, during EA imports, images should be attached to post or not [96393]</li>\n<li>Tweak &#8211; Made it possible to translate the iCal feed&#8217;s description field (props @gafderks) [96677]</li>\n<li>Tweak &#8211; Improved escaping of map IDs (props LucaPipolo) [96772]</li>\n<li>Tweak &#8211; Added new REST API endpoint that allows looking up organizers by slug instead of ID at the path <code>organizers/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>organizers/{ID}</code> [96088]</li>\n<li>Tweak &#8211; Added new REST API endpoint that allows looking up venues by slug instead of ID at the path <code>venues/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>venues/{ID}</code> [96088]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API responses for organizer and venue data [96088]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API parameters allowed to use when inserting or updating an organizer or event [96088]</li>\n<li>Tweak &#8211; Added action: <code>tribe_events_venue_save</code> [96069]</li>\n<li>Tweak &#8211; Added action: <code>tribe_events_organizer_save</code> [96069]</li>\n<li>Tweak &#8211; Added filter: <code>tribe_events_rest_venue_prepare_postarr</code> [96069]</li>\n<li>Tweak &#8211; Added filter: <code>tribe_events_rest_organizer_prepare_postarr</code> [96069]</li>\n<li>Tweak &#8211; Old <code>tribe_rest_venue_data</code> filter was passing the venue and the event two the second parameter because of the duplication. Now it has the second parameter as $venue, third parameter as $event if event ID was provided [96090]</li>\n<li>Language &#8211; 5 new strings added, 30 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.8] 2017-12-18</h4>\n<ul>\n<li>Fix &#8211; Preserve filter bar checkbox selections when changing views [66749]</li>\n<li>Fix &#8211; Fix radio filters so they are only included as values when switching views when checked [72954]</li>\n<li>Fix &#8211; Ensure the correct properties are set for list widget queries, to avoid problems when running alongside Events Calendar PRO (props @KZeni) [94105]</li>\n<li>Fix &#8211; Fixed some layout issues with the &#8220;Buy Now&#8221; button and stock labels on mobile list views [81115]</li>\n<li>Fix &#8211; Fixed issue where left- or right-aligned images at the bottom of event descriptions would overlap event meta on single-event pages [71134]</li>\n<li>Fix &#8211; Fixed issue where Google Maps Link would display in some situations even when there is no address information for which to generate a link. [94909]</li>\n<li>Fix &#8211; Corrected reference to a Select2 asset (our thanks to @pyxis630 for flagging this problem and props to @andrasguseo for the fix) [95348]</li>\n<li>Fix &#8211; Ensure that when start and end dates are passed to the REST API, all events within the date range are correctly retrieved (thanks @braffenberg and others for highlighting this issue!) [90005]</li>\n<li>Tweak &#8211; Added Google Maps API key to all Google Maps URLs when the key is available, allowing maps to load more reliably on some hosting environments (props to @sfdfortnight, @thor, and many others for reporting this!) [62910]</li>\n<li>Tweak &#8211; Adjusted CSS to improve the display of venue URLs/phone numbers (especially when Events Calendar PRO is also active) (our thanks to Mathew on the forums for flagging this issue) [69127]</li>\n<li>Tweak &#8211; Added new REST API endpoint that allows looking up events by slug instead of ID at the path <code>events/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>events/{ID}</code> [92825]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API responses for event data [92825]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API parameters allowed to use when inserting or updating an event [92825]</li>\n<li>Tweak &#8211; Added new <code>tribe_events_rest_use_inclusive_start_end_dates</code> filter so that users can make the REST API return events from a more literal date range [90005]</li>\n<li>Language &#8211; 3 new strings added, 68 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.7] 2017-12-07</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where EA imports might not correctly create venues for iCalendar imports (thanks @starweb and others for highlighting this issue) [94323]</li>\n<li>Fix &#8211; Fixed an issue where Month View wouldn&#8217;t render correctly in X Theme with the &#8220;Events template&#8221; option set to &#8220;Default Page Template&#8221; [92554]</li>\n<li>Fix &#8211; Fixed a WPML incompatibility issue where language could be switched to the wrong one (thanks @dgwatkins) [94732]</li>\n<li>Tweak &#8211; Added the <code>tribe_events_x_theme_force_full_content()</code> filter to let users disable X Theme compatibility code [92554]</li>\n<li>Language &#8211; 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.6] 2017-11-21</h4>\n<ul>\n<li>Feature &#8211; Added Template class which adds a few layers of filtering to any template file included</li>\n<li>Tweak &#8211; Added clear warnings and errors to prevent and limit the import of iCalendar sources missing required fields [93600]</li>\n<li>Tweak &#8211; Included <code>tribe_callback_return</code> for static returns for Hooks</li>\n<li>Tweak &#8211; Improved Aggregator notices including error data on the responses [87326]</li>\n<li>Language &#8211; 4 new strings added, 79 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.5] 2017-11-16</h4>\n<ul>\n<li>Fix &#8211; Improved legacy URL redirect logic to prevent unwanted redirects (our thanks to wesleyanhq and Adam Schwartz for highlighting this issue) [86942]</li>\n<li>Fix &#8211; Modified tribe_get_template_part() to remove potential for multiple templates to be rendered in a single call [46630]</li>\n<li>Fix &#8211; Fixed an issue where Event Aggregator scheduled imports might remain stuck in pending status [90501, 92614, 91754]</li>\n<li>Fix &#8211; Removed code which was automatically populating various address fields with default values when creating a new venue from within the event editor [44732]</li>\n<li>Fix &#8211; Resolved some issues with the &#8220;Show Map&#8221; and &#8220;Show Map Link&#8221; options in CSV files not being reliably respected on import (props @joappf and many others for highlighting this issue) [82784]</li>\n<li>Fix &#8211; Added opportunities to override edit linked post links [89015]</li>\n<li>Fix &#8211; Fixed a bug where only some parts of event featured images were clickable in List Views (thanks @mattemkadia for highlighting this issue) [81392]</li>\n<li>Fix &#8211; Fixed the broken &#8216;Learn more&#8217; URL received after an unsuccessful &#8220;Other URL&#8221; import preview [92890]</li>\n<li>Fix &#8211; Fixed issue in list view navigation with backwards previous/next classes (thanks @secondtoughest) [36230]</li>\n<li>Fix &#8211; Fixed an issue where venues and organizers would not be correctly assigned to events in CSV imports with import statuses other than &#8220;Publish&#8221; [79680]</li>\n<li>Tweak &#8211; Remove net import scheduled notes for on domand imports [79079]</li>\n<li>Tweak &#8211; Allow for non-Latin characters to be used as the Events URL slug and the Single Event URL slug (thanks @daviddweb for originally reporting this) [61880]</li>\n<li>Tweak &#8211; Remove net import scheduled notes for on domand imports [79079]</li>\n<li>Tweak &#8211; Fixed some layout issues that would emerge with &#8220;Events URL Slug&#8221; option when &#8220;Plain&#8221; permalinks were enabled [92314]</li>\n<li>Tweak &#8211; Tweaked some language in Event Aggregator&#8217;s metabox on individual edit-event screens to reduce confusion around the impact of the Update Authority on CSV imports [77957]</li>\n<li>Tweak &#8211; Fix PHP 7.1 compatibility with Event Aggregator (props @BJP NEALE) [90002]</li>\n<li>Tweak &#8211; Added new filter: <code>tribe_events_force_filtered_ical_link</code>. This makes the &#8220;Export Events&#8221; URL more easily modifiable (thanks to @tdudley07 for highlighting this issue) [43908]</li>\n<li>Tweak &#8211; Made the &#8220;End of Day Cutoff&#8221; option better accommodate 24-hour and other time formats (thanks @festivalgeneral for bringing this issue to our attention!) [78621]</li>\n<li>Tweak &#8211; Made the options presented by the timezone selector filterable (via the newly added <code>tribe_events_timezone_choice</code> hook &#8211; our thanks to National University&#8217;s Marketing Department for this idea) [92909]</li>\n<li>Tweak &#8211; Improved integration with Twenty Seventeen &#8211; main events page now uses full height header when set to front page (thanks @uncovery for pointing this out) [89767]</li>\n<li>Tweak &#8211; Ensured REST API taxonomy endpoints are only registered in WordPress versions 4.7 and higher (thanks @dnaber-de for reporting this) [93227]</li>\n<li>Language &#8211; 1 new strings added, 132 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.6.4] 2017-11-09</h4>\n<ul>\n<li>Tweak &#8211; Timepicker is now part of Tribe Common, it was removed from The Events Calendar</li>\n<li>Tweak &#8211; Required changes to make the plugin compatible with version 4.6 of Event Tickets</li>\n<li>Language &#8211; 10 new strings added, 167 updated, 0 fuzzied, and 2 obsoleted</li>\n</ul>\n<h4>[4.6.3] 2017-11-02</h4>\n<ul>\n<li>Fix &#8211; Prevent JS error when adding a Pro widget in the WP Customizer screen [72127]</li>\n<li>Fix &#8211; Fixed issue where the value of an event&#8217;s &#8220;Show Google Maps Link&#8221; option would not properly affect the displaying of the link on List View (props: @etechnologie) [75547]</li>\n<li>Fix &#8211; Added some more specification to our jquery-ui-datepicker CSS to limit conflicts with other plugins and themes [90577]</li>\n<li>Fix &#8211; Improve shortcode pagination/view change url so it is reusable (props: @der.chef and others) [70021]</li>\n<li>Fix &#8211; Ensure the <code>tribe_json_ld_{type}_object</code> filter is available to make modifications of event, venue and organizer JSON LD data possible (thanks to Mathew for flagging this problem) [89801]</li>\n<li>Fix &#8211; Improved JSON LD output for events by outputting the correct UTC offset where required (our thanks to Nina and many others for flagging this issue) [78233]</li>\n<li>Tweak &#8211; Fixed some display issues for the event schedule details (props @mia-caro)</li>\n<li>Tweak &#8211; Improved the clarity of and amount of context for some linked post labels to make translation of those labels a little easier and more nuanced (props @hnacc and others) [88589]</li>\n<li>Tweak &#8211; Changed the order in which the list view &#8220;next events&#8221; link is assembled for better translatability (with thanks to @alelouya for highlighting this problem) [72097]</li>\n<li>Tweak &#8211; Adjusted linked posts selector HTML to improve compatibility with Batcache [92049]</li>\n<li>Tweak &#8211; Improved datepicker handling so an end date on or later than the start date can always be selected [89825]</li>\n<li>Language &#8211; 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.2] 2017-10-18</h4>\n<ul>\n<li>Fix &#8211; Restored functionality to the &#8220;currency position&#8221; options in Events Settings, and in the per-event cost settings (props @schola and many others!) [89918]</li>\n<li>Fix &#8211; Fixed issue in Month view with multi-month events not appearing on subsequent months (thanks @shinno.kei &amp; @schittly for helping isolate this) [89747]</li>\n<li>Fix &#8211; Made some changes to prevent Month View caching from breaking WPML support when in Month View (props: @mpike and many others!) [82286]</li>\n<li>Fix &#8211; Fixed start/end times being displayed in incorrect timezone in structured data (thanks @mtncreative &amp; @esosa) [42125]</li>\n<li>Fix &#8211; Fixed an issue that would cause a 404 error if the selected default view was not enabled (thanks @pruneau) [45612]</li>\n<li>Fix &#8211; Improved translatability by adding missing textdomains for a number of strings (props @pedro-mendonca) [91071]</li>\n<li>Fix &#8211; Removed unneeded escaping to ensure the organizer link displays as expected (pros @f4w-pwharton) [91074]</li>\n<li>Tweak &#8211; Improvements to the readme.txt file surrounding plugin requirements (thanks @ramiy) [90285]</li>\n<li>Tweak &#8211; Improve site identification in multisite installations using Event Aggregator to avoid throttling issues [90489]</li>\n<li>Tweak &#8211; Avoid notice level errors when a non-existent category archive is requested (our thanks to Charles Simmons for highlighting this) [90697]</li>\n<li>Tweak &#8211; Added a new filter <code>tribe_events_ical_single_event_links</code> to make customizing the iCal and gCal export links on single-event views easier [90705]</li>\n</ul>\n<h4>[4.6.1] 2017-10-04</h4>\n<ul>\n<li>Fix &#8211; Fixed &#8220;Next Events&#8221; and &#8220;Previous Events&#8221; navigation links in list views, which would sometimes make a category-filtered list view lose its category filter as a user navigated through pages of future or past events (props @forumhelpdesk and @atomicdust for reporting this!) [72013]</li>\n<li>Fix &#8211; Fixed some layout issues with the Tribe Bar datepicker that would arise when using a Twentysixteen or Twentyfifteen child them (thanks to @stefanrueegger for reporting this) [46471]</li>\n<li>Fix &#8211; Prevented modification of event titles within the loop when using TRIBE_MODIFY_GLOBAL_TITLE [89273]</li>\n<li>Fix &#8211; Fixed issue when exporting all-day multi-day events via iCal where the end date was one day early (Thank you @fairmont for reporting this!) [87775]</li>\n<li>Fix &#8211; Fixed issues with the jQuery Timepicker vendor script conflicting with other plugins&#8217; similar scripts (props: @hcny et al.) [74644]</li>\n<li>Fix &#8211; Fixed an issue that would prevent Event Aggregator scheduled imports from running [88395]</li>\n<li>Fix &#8211; Fixed the &#8220;Start Time&#8221; and &#8220;End Time&#8221; timepicker fields in the event-creation screen to make it impossible to have an end date/time that comes before the start date/time [72686]</li>\n<li>Tweak &#8211; Remove unnecessary parameters from some remove_action calls in the plugin (thanks to @JPry on GitHub for submitting this fix!) [88867]</li>\n<li>Tweak &#8211; Adjusted the EA cron start time so that it never gets created in the past [88965]</li>\n<li>Tweak &#8211; Improved options format in the Event Aggregator settings [88970]</li>\n<li>Tweak &#8211; Added a filter to CSV importer for altering the delimiter, escaping, and enclosing characters [70570]</li>\n<li>Tweak &#8211; Adjusted the <code>tribe_update_venue()</code> template tag so it no longer creates some unnecessary meta fields involving post_title, post_content, etc. (thanks @oheinrich for bringing this to our attention) [66968]</li>\n<li>Tweak &#8211; Improved the performance of The Events Calendar REST API tweaking some queries [89743]</li>\n<li>Tweak &#8211; Add support for a <code>found_posts</code> argument in <code>tribe_get_events</code>, <code>tribe_get_venues</code> and <code>tribe_get_organizers</code> functions to return the number of posts found matching the current query arguments [89743]</li>\n<li>Deprecated &#8211; Deprecated the <code>tribe-events-bar-date-search-default-value</code> filter; use <code>tribe_events_bar_date_search_default_value</code> instead [67482]</li>\n<li>Language &#8211; Improvements to aid translatability of text throughout plugin (props: @ramiy) [88982]</li>\n<li>Language &#8211; 7 new strings added, 180 updated, 4 fuzzied, and 3 obsoleted</li>\n</ul>\n<h4>[4.6] 2017-09-25</h4>\n<ul>\n<li>Feature &#8211; Added full CRUD REST support for Events, Organizers, Venues, Event Categories, and Tags</li>\n<li>Tweak &#8211; Updated Bootstrap Datepicker to v1.7.0</li>\n<li>Tweak &#8211; Added latitude/longitude to REST responses when available on venues</li>\n<li>Tweak &#8211; Added JSON-LD data to REST responses when available</li>\n<li>Tweak &#8211; Replaced deprecated first parameter of <code>tribe_get_organizers()</code> with a parameter that, when specified with a truthy value, returns only organizers with upcoming events attached to them</li>\n<li>Tweak &#8211; Added linked post filters: <code>tribe_{$this-&gt;post_type}_has_events_excluded_post_stati</code>, <code>tribe_events_tribe_organizer_create</code>, <code>tribe_events_tribe_organizer_update</code>, <code>tribe_event_venue_duplicate_post_fields</code>, <code>tribe_event_organizer_duplicate_custom_fields</code></li>\n<li>Tweak &#8211; Added action: <code>tribe_events_organizer_created</code></li>\n<li>Tweak &#8211; Added REST filters: <code>tribe_rest_organizer_default_only_with_upcoming</code>, <code>tribe_rest_venue_default_only_with_upcoming</code>, <code>tribe_events_rest_term_allow_delete</code></li>\n<li>Tweak &#8211; Added duplicate-detection filters: <code>tribe_duplicate_post_strategies</code>, <code>tribe_duplicate_post_strategy</code>, <code>tribe_duplicate_post_{$strategy}_strategy</code></li>\n<li>Lingua &#8211; 152 nuove stringhe aggiunte, 217 aggiornate, 6 ambigue e 1 obsoleta</li>\n</ul>\n<h4>[4.5.13] 2017-09-20</h4>\n<ul>\n<li>Feature &#8211; Add link to the featured image in the Events List widget. New filter introduced to control this: <code>tribe_events_list_widget_featured_image_link</code> (props to @cabadaj007 for the feature request) [84807]</li>\n<li>Feature &#8211; Remove &#8216;France, Metropolitan&#8217; option from country list to prevent issues with Google Maps API (thanks @varesanodotfr for pointing this out) [78023]</li>\n<li>Feature &#8211; Ignored Events will restore previous status instead of setting to &#8216;publish&#8217; [82213]</li>\n<li>Fix &#8211; Patched jQuery Resize vendor library to avoid JavaScript conflicts (props to @britner for the original report) [71994]</li>\n<li>Fix &#8211; Fixed a typo in the Event List widget options [71081]</li>\n<li>Fix &#8211; Addressed some PHP notices that would sometimes emerge in tag-filtered post lists in the wp-admin (thanks to @wfsec28 and others in the forums for reporting this!) [45274]</li>\n<li>Fix &#8211; When &#8220;Full Styles&#8221; or &#8220;Tribe Events Styles&#8221; are used, prevent duplicate featured images from showing up in the Twenty Seventeen theme (props to @want2what and others in the forums for reporting this) [80955]</li>\n<li>Fix &#8211; Fixed the issue that would prevent the start date and date range parameters from being taken into account when using &#8216;Other URL&#8217; source in Event Aggregator</li>\n<li>Fix &#8211; Aggregator will no longer update comments while inactive [78890]</li>\n<li>Fix &#8211; Avoid issues when REST API archive request parameters are not in the original order (thanks @Nslaver for reporting this and providing a fix) [88748]</li>\n<li>Tweak &#8211; Aggregator prevents duplicated records with the same params from being created [68833]</li>\n<li>Tweak &#8211; Aggregator will now allow for some minor shifts in schedule execution time to help distribute requests to EA Service [86628]</li>\n<li>Tweak &#8211; Improve text in the Event Aggregator settings [77452]</li>\n<li>Tweak &#8211; Add actions before and after posts are inserted or updated by Event Aggregator to allow custom functions to kick in (<code>tribe_aggregator_before_insert_posts</code> and <code>tribe_aggregator_after_insert_posts</code>) [87530]</li>\n<li>Tweak &#8211; Allow users to import CSV with numerically-named categories by using a flag (currently <code>%n</code>) (thanks @Shamsi for reporting) [78340]</li>\n<li>Tweak &#8211; Allow date range and events count limits to be set on each type of import (except for &#8216;Other URL&#8217;) in Event Aggregator [79975]</li>\n</ul>\n<h4>[4.5.12.3] 2017-09-19</h4>\n<ul>\n<li>Fix &#8211; Display events on Month View correctly for WordPress version 4.8.2 and up (props @realcrozetva for reporting this) [88952]</li>\n</ul>\n<h4>[4.5.12.2] 2017-09-08</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where manually running Scheduled Imports would always result in a failed import [87321]</li>\n</ul>\n<h4>[4.5.12.1] 2017-09-07</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where events imported via Event Aggregator from an iCal-like source would be duplicated in place of being updated [87654]</li>\n</ul>\n<h4>[4.5.12] 2017-09-06</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where, with certain date formats chosen in the Events display settings, the &#8220;Next Month&#8221; link navigation wasn&#8217;t working (props to @tttammi and others for reporting this issue!) [86937]</li>\n<li>Fix &#8211; Fixed a typo in REST API Swagger documentation that mentioned &#8220;organizer&#8221; when it should have stated &#8220;venue&#8221;.</li>\n<li>Fix &#8211; Fixed issues with Event Aggregator queueing system where events might be duplicated or incorrectly updated [79975]</li>\n<li>Fix &#8211; Prevent notice when the Aggregator Record title is an array [82149]</li>\n<li>Fix &#8211; Allows Aggregator Google Map settings to extend the Global Setting by default (props to queerio for reporting this!) [67639]</li>\n<li>Fix &#8211; Prevent Warnings when throwing WordPress admin notices from Aggregator daily usage limit (props to cigarplanner for reporting this!) [83187]</li>\n<li>Fix &#8211; Resolved problem where Aggregator wouldn&#8217;t allow you to remove filtering terms for Records [76949]</li>\n<li>Fix &#8211; Allow any datepicker format to be used on Aggregator filtering Events (props to matthewseymour for reporting this!) [77819]</li>\n<li>Fix &#8211; Added check to see if log directory is readable before listing logs within it (thank you @rodrigochallengeday-org and @richmondmom for reporting this) [86091]</li>\n<li>Tweak &#8211; Datatables Head and Foot checkboxes will not select all items, only the current page [77395]</li>\n<li>Tweak &#8211; Included tooltip for Aggregator &#8220;Hide &amp; Ignore&#8221; button for events [67890]</li>\n<li>Tweak &#8211; Added all the Aggregator Origins to the Admin Bar [68693]</li>\n<li>Tweak &#8211; Added filters: <code>tribe_get_state_options</code></li>\n<li>Tweak &#8211; Added template tags: <code>maybe_format_from_datepicker()</code></li>\n<li>Tweak &#8211; Added the <code>tribe_rest_single_event_data</code> filter to the single event REST API endpoint to allow filtering the returned data (thanks @mwender) [88748]</li>\n<li>Language &#8211; 2 new strings added, 90 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.5.11] 2017-08-24</h4>\n<ul>\n<li>Fix &#8211; Avoid Event Aggregator previews or scheduled imports being marked as failures [84259]</li>\n<li>Fix &#8211; Fixed start and end date limit parsing for events archive in the REST API code [78375]</li>\n<li>Fix &#8211; Fixed issue with <code>tribe_events_get_the_excerpt()</code> returning a read more link that sometimes pointed to the current page [70473]</li>\n<li>Fix &#8211; Fixed Post ID not being sent to the_title filter for Organizers and Venues (props Anna L.) [85206]</li>\n<li>Fix &#8211; Fixed issue where Month View tooltips would often go off-screen in some smaller viewport sizes [65136]</li>\n<li>Fix &#8211; Fixed an issue that would sometimes render Event Aggregator options invalid even with a valid license [78469]</li>\n<li>Fix &#8211; Fixed an issue where the mobile.php template file would often fail to include an event&#8217;s featured image [74291]</li>\n<li>Fix &#8211; Resolved issue where invalid linked post IDs prevent proper updates on linked posts (props to Mathew L. and a few others for highlighting this issue) [71802]</li>\n<li>Fix &#8211; Do not hijack the blog when the main events page is configured to appear on the site&#8217;s homepage (our thanks to Jason and others for flagging this problem) [72094]</li>\n<li>Fix &#8211; Remove extra trailing double-quotes at the end of the timepicker data-format attributes [85603]</li>\n<li>Fix &#8211; Fixed an issues where Event Aggregator scheduled imports could not run other than manually [81639]</li>\n<li>Tweak &#8211; Prevent stray commas from showing up for some event venues in the List View [72289]</li>\n<li>Tweak &#8211; Prevent stray commas from showing up for some event venues in the Day View [85429]</li>\n<li>Tweak &#8211; Modify certain event queries to widen the window of opportunity for query caching (props @garretjohnson) [84841]</li>\n<li>Tweak &#8211; Improve Event Aggregator message regarding Facebook token expiration [70376]</li>\n<li>Tweak &#8211; Support importing from URLs (Event Aggregator) where the protocol hasn&#8217;t been specified by defaulting to HTTP [76466]</li>\n<li>Tweak &#8211; Removed WP API adjustments [85996]</li>\n<li>Tweak &#8211; Added filter: <code>tribe_aggregator_meta_source</code> to filter the Event Aggregator import source</li>\n<li>Tweak &#8211; Added filter: <code>tribe_events_linked_post_meta_values_{$current_linked_post_meta_key}</code> for filtering the array of values retrieved for a specific linked post meta field</li>\n<li>Tweak &#8211; Updated views: <code>src/views/day/single-event.php</code> and <code>src/views/list/single-event.php</code></li>\n<li>Compatibility &#8211; Minimum supported version of WordPress is now 4.5</li>\n<li>Language &#8211; Improvements to various strings to improve ease of translation (props to @ramiy)</li>\n<li>Language &#8211; 5 new strings added, 56 updated, 1 fuzzied, and 3 obsoleted [the-events-calendar]</li>\n</ul>\n<h4>[4.5.10.1] 2017-08-16</h4>\n<ul>\n<li>Fix &#8211; Updates common library to resolve a range of issues preventing frontend assets from loading and breaking parts of our user interface [85017]</li>\n</ul>\n<h4>[4.5.10] 2017-08-09</h4>\n<ul>\n<li>Fix &#8211; Avoid duplicate events when importing from some iCal, Google Calendar and Facebook feeds in Event Aggregator (our thanks to Jason Sears, controlyours and many other users for highlighting these issues) [67038]</li>\n<li>Fix &#8211; Fixed bug that caused scheduled imports to get stuck in a perpetual state of failure when receiving error messages from the Event Aggregator service (our thanks to Antonio Jose and others for flagging this problem) [83767]</li>\n<li>Fix &#8211; Resolved issue where errors from the Event Aggregator service were not properly logging/visible on the History tab [83767]</li>\n<li>Tweak &#8211; Made linked post fields&#8217; auto-save features more stringently check for empty values to prevent the plugin from trying to &#8220;save&#8221; empty values (our thanks to Jean-Marie for highlighting this problem) [80282]</li>\n<li>Tweak &#8211; Moved the organizer e-mail address field label a bit to better accommodate Community Events [80426]</li>\n<li>Tweak &#8211; Added filter to tribe_get_display_end_date()&#8217;s return value [77730]</li>\n<li>Tweak &#8211; Avoid notice-level errors while processing queues within Event Aggregator (our thanks to David Sharpe and others for reporting this) [84020]</li>\n<li>Tweak &#8211; Improve compatibility and avoid Javascript errors when running alongside Twenty Seventeen [70853]</li>\n<li>Compatibility &#8211; Minimum supported version of WordPress is now 4.4</li>\n<li>Language &#8211; 1 new strings added, 119 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.5.9] 2017-07-26</h4>\n<ul>\n<li>Fix &#8211; Send Aggregator callback URL with correct Scheme [83364]</li>\n<li>Fix &#8211; Scheduled Aggregator cron for inserting will re-enqueue to complete scheduled imports [83382]</li>\n<li>Fix &#8211; Avoid overwriting Venues and Organizers when importing FB events with similarly named Venues and Organizers [75370]</li>\n<li>Fix &#8211; Improve handling of large and/or slow Google Calendar and iCal feeds [79975]</li>\n<li>Tweak &#8211; Added period &#8220;.&#8221; separator to datepicker formats. [65282]</li>\n<li>Tweak &#8211; Added tribe_events_month_get_events_in_month filter to allow overriding of events used in month templates. [83317]</li>\n</ul>\n<h4>[4.5.8.1] 2017-07-21</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where failed EA Imports would hang for a long time before failing [83344]</li>\n</ul>\n<h4>[4.5.8] 2017-07-13</h4>\n<ul>\n<li>Fix &#8211; Remove permalink logic for recurring events (Events Calendar PRO will implement instead) [74153]</li>\n<li>Fix &#8211; Avoid type error when setting up one-time imports for Facebook URLs (our thanks to @J for flagging this!) [78664]</li>\n<li>Fix &#8211; Add a safety check in isOrganizer() function (our thanks to Kevin for flagging this!) [81645]</li>\n<li>Fix &#8211; Avoid EA Client hanging when no events are found while attempting an import from a Facebook source [82713]</li>\n<li>Fix &#8211; Improve compatibility of The Events Calendar when operating with WPML from within a subdirectory (props: @dgwatkins) [81998]</li>\n</ul>\n<h4>[4.5.7] 2017-06-28</h4>\n<ul>\n<li>Fix &#8211; Restore support for translated events category slugs when WPML is active [73478]</li>\n<li>Fix &#8211; Improve handling of shortcodes within event view excerpts (props: @awbauer) [81226]</li>\n<li>Fix &#8211; Improve compatibility with WPML in relation to event permalinks specifically (props: @dgwatkins) [81224]</li>\n<li>Fix &#8211; Improved handling of Venue fields that allows for better form validation in Community Events [76297]</li>\n<li>Tweak &#8211; Better detection and reporting of communication failures with the Event Aggregator server</li>\n<li>Tweak &#8211; Textual corrections (with thanks to @garrett-eclipse for highlighting many of these) [77196]</li>\n<li>Tweak &#8211; New filter added (&#8220;tribe_events_linked_posts_dropdown_enable_creation&#8221;) to facilitate more control over linked posts [80487]</li>\n<li>Tweak &#8211; Improve performance of theme compatibility code [71974]</li>\n<li>Tweak &#8211; Don&#8217;t show Event Aggregator system status in Help tab if there&#8217;s no Event Aggregator license in place [68506]</li>\n</ul>\n<h4>[4.5.6] 2017-06-22</h4>\n<ul>\n<li>Tweak &#8211; Improved how Cost field looks and it&#8217;s consistency across views [71092 &amp; 71094]</li>\n<li>Fix &#8211; Resolved issue where the Meta Chunker attempted to inappropriately chunk meta for post post_types [80857]</li>\n<li>Tweak &#8211; Added actions: <code>tribe_events_inside_cost</code></li>\n<li>Tweak &#8211; Changed views: <code>day/single-event</code>, <code>day/single-featured</code>, <code>list/single-event</code>, <code>list/single-featured</code></li>\n<li>Language &#8211; 1 new strings added, 15 updated, 1 fuzzied, and 1 obsoleted [the-events-calendar]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.5] 2017-06-14</h4>\n<ul>\n<li>Fix &#8211; Removed extra double quotes in organizer link output [71133]</li>\n<li>Fix &#8211; Make the list and day view styles match more closely [63599]</li>\n<li>Fix &#8211; Better sanitization on CSV imports (thanks to Valentinos Chouris from NCC Group for reporting this) [80311]</li>\n<li>Fix &#8211; Prevent tabs from being incorrectly escaped in iCal output (props: KZeni) [80452]</li>\n<li>Fix &#8211; Fixed inconsistent font styling of Tribe Bar form labels. [27252]</li>\n<li>Tweak &#8211; Removed unused Javascript (jQuery UI Dialog) to help avoid warnings (our thanks to @gama6889 for flagging this) [80766]</li>\n<li>Tweak &#8211; Added new filter hooks &#8216;tribe_events_register_event_type_args&#8217; and &#8216;tribe_events_register_event_cat_type_args&#8217; [80658]</li>\n</ul>\n<h4>[4.5.4] 2017-06-06</h4>\n<ul>\n<li>Tweak &#8211; Minor tweaks to the CSS for linked post types (Organizer/Venues)</li>\n<li>Fix &#8211; Prevent drag and drop icon showing when singular linked post type is been displayed</li>\n<li>Fix &#8211; Resolved issue where scheduled imports sometimes failed to execute [79587]</li>\n<li>Fix &#8211; Better sanitization of data (Props to Valentinos Chouris for reporting this) [80310]</li>\n<li>Language &#8211; 2 new strings added, 156 updated, 0 fuzzied, and 4 obsoleted [the-events-calendar]</li>\n<li>Language &#8211; 4 new strings added, 20 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.3] 2017-06-01</h4>\n<ul>\n<li>Fix &#8211; Made it easier to translate the update confirmation message (our thanks to safu9 for highlighting this) [79729]</li>\n<li>Fix &#8211; Fixed compatibility issue with WPML which caused organizers and venues to disappear on translated events [67581]</li>\n<li>Fix — Fixed bug where venues and organizers would be duplicated when their associated event is previewed. [64088]</li>\n<li>Tweak &#8211; Other fixes to the plugin verbiage (with thanks to @garrett-eclipse and others)</li>\n</ul>\n<h4>[4.5.2.1] 2017-05-19</h4>\n<ul>\n<li>Fix &#8211; Prevent fatal errors occuring in PHP 5.5 and earlier [79208]</li>\n</ul>\n<h4>[4.5.2] 2017-05-17</h4>\n<ul>\n<li>Fix &#8211; Correct REST API reference URL (our thanks to Lindsey for flagging this) [78658]</li>\n<li>Fix &#8211; Improve Event Aggregator integration to avoid situations where imports continually restart but do not complete [77988]</li>\n<li>Tweak &#8211; Make the inclusion or exclusion of the year (within the event schedule string) filterable [78070]</li>\n<li>Tweak &#8211; Adjustments to help avoid false positive security alerts being generated in relation to our customizer integration [78355]</li>\n</ul>\n<h4>[4.5.1] 2017-05-04</h4>\n<ul>\n<li>Fix &#8211; Prevented errors on EA import screen that happened in exotic circumstance. Thanks @kathryn for reporting this! [75787]</li>\n<li>Fix &#8211; Made EA preserve custom dates after reimporting a Facebook Event when option is set. [75787]</li>\n<li>Fix &#8211; Enhance month view caching to minimize impact of JSON-LD generation [74656]</li>\n<li>Tweak &#8211; Styling/layout improvements within the Event Aggregator screen [77895]</li>\n</ul>\n<h4>[4.5.0.2] 2017-05-01</h4>\n<ul>\n<li>Fix &#8211; Ensure compatibility with WordPress version 4.4 and earlier</li>\n</ul>\n<h4>[4.5.0.1] 2017-05-01</h4>\n<ul>\n<li>Fix &#8211; Resolving issue where some premium plugins were falsely claiming they were out of date</li>\n</ul>\n<h4>[4.5] 2017-05-01</h4>\n<ul>\n<li>Feature &#8211; Event Aggregator now allows users to import from other sites with The Events Calendar [68139]</li>\n<li>Feature &#8211; Include a Events REST API endpoint for read operations [70711]</li>\n<li>Feature &#8211; Include granular Scheduling for Events Aggregator</li>\n<li>Tweak &#8211; Update Authority for modified fields now will include Organizer, Venues and Taxonomy changes [71152]</li>\n<li>Tweak &#8211; Clean up direct calls to get events and use wrapper <code>tribe_get_events()</code> which has a hook for customizing</li>\n<li>Tweak &#8211; Remove including Event Tickets for backwards compatibility as a vendor library [71908]</li>\n<li>Tweak &#8211; Create a global ID to increase consistency on all of the imported items with Event Aggregator [75218]</li>\n<li>Fix &#8211; Prevent Aggregator to run on Empty Queues thus generating fatals (props to @Donald for the report here) [75377]</li>\n<li>Fix &#8211; Categories and Tags are no longer cleared when importing with Event Aggregator (thank you @Nicolas for the report) [74264]</li>\n<li>Fix &#8211; Increase consistency on Column Mapping for CSV imports [76476]</li>\n<li>Tweak &#8211; Added filters for REST API: <code>tribe_events_rest_url_prefix</code>, <code>tribe_rest_url</code>, <code>tribe_events_rest_use_builtin</code>, <code>tribe_rest_events_archive_data</code>, <code>tribe_rest_event_max_per_page</code>, <code>tribe_rest_event_data</code>, <code>tribe_rest_venue_data</code>, <code>tribe_rest_organizer_data</code>, <code>tribe_rest_event_categories_data</code>, <code>tribe_rest_event_tags_data</code>, <code>tribe_rest_event_taxonomy_term_data</code>, <code>tribe_rest_event_featured_image</code>, <code>tribe_events_rest_api_enabled</code></li>\n<li>Tweak &#8211; Added filters for REST API Documentation: <code>tribe_rest_swagger_cost_details_documentation</code>, <code>tribe_rest_swagger_date_details_documentation</code>, <code>tribe_rest_swagger_image_details_documentation</code>, <code>tribe_rest_swagger_image_size_documentation</code>, <code>tribe_rest_swagger_term_documentation</code>, <code>tribe_rest_swagger_event_documentation</code>, <code>tribe_rest_swagger_organizer_documentation</code>, <code>tribe_rest_swagger_venue_documentation</code>, <code>tribe_rest_swagger_documentation</code></li>\n<li>Tweak &#8211; Added filters for Modified fields tracking: <code>tribe_tracker_post_types</code>, <code>tribe_tracker_excluded_meta_keys</code>, <code>tribe_tracker_enabled</code>, <code>tribe_tracker_enabled_for_terms</code>, <code>tribe_tracker_taxonomies</code></li>\n<li>Tweak &#8211; Added filters for Event Aggregator: <code>tribe_aggregator_localized_data</code>, <code>tribe_aggregator_service_messages</code>, <code>tribe_aggregator_url_import_range_options</code>, <code>tribe_aggregator_url_import_range_cap</code>, <code>tribe_aggregator_url_import_range_start</code>, <code>tribe_aggregator_url_import_range_end</code></li>\n<li>Tweak &#8211; Removed filters for Event Aggregator: <code>tribe_aggregator_track_modified_fields</code></li>\n<li>Tweak &#8211; Added actions for Initialization: <code>tribe_events_bound_implementations</code></li>\n<li>Tweak &#8211; Removed methods for <code>Tribe__Events__Main</code>: <code>track_event_post_field_changes</code>, <code>maybe_load_tickets_framework</code></li>\n<li>Tweak &#8211; Removed methods for <code>Tribe__Events__Aggregator__Service</code>: <code>has_service_message</code></li>\n</ul>\n<h4>[4.4.5] 2017-03-23</h4>\n<ul>\n<li>Fix &#8211; Local changes to events should be preserved in accordance with the Event Import Authority setting (thanks to @bryan for reporting this one) [72876]</li>\n<li>Fix &#8211; Correct the value for days of the week abbreviation (thanks @mmmmartin03 for the report) [75379]</li>\n<li>Tweak &#8211; Enable the month view cache by default on new installations [74867]</li>\n<li>Tweak &#8211; External links to Google maps changed from http to https (nice find by @bjf2000 &#8211; reported via the .org support page) [74930]</li>\n<li>Tweak &#8211; Links to WordPress.org changed from http to https (ultimately this is also credited to @bjf2000&#8217;s find. Thanks!) [72273]</li>\n</ul>\n<h4>[4.4.4] 2017-03-08</h4>\n<ul>\n<li>Fix &#8211; Avoid unnecessarily removing a callback from an action while inside the same action (improves PolyLang compatibility &#8211; props @Chouby) [73122]</li>\n<li>Fix &#8211; Resolving issue where sites that overrode the wp-admin path would fail to successfully perform a Facebook OAuth with Event Aggregator [74687]</li>\n<li>Tweak &#8211; Improve template loading for easier customization by developers and better support of the template hierarchy (props @QWp6t) [72842]</li>\n</ul>\n<h4>[4.4.3] 2017-02-22</h4>\n<ul>\n<li>Fix &#8211; Resolved issue where iCal exports on month view were exporting more events than intended (thanks to @s2ldesign for reporting in our forums) [72133]</li>\n<li>Fix &#8211; Resolved meta width issue for maps when Pro is active (gracias a @ANTONIO JOSE por el reporte del error)  [69844, 72272]</li>\n<li>Fix &#8211; Resolved issue where featured images were not being imported via Event Aggregator Facebook imports (cheers to @Cody for the initial bug report) [72764]</li>\n<li>Fix &#8211; Resolved issue where translated &#8216;all&#8217; slugs were not respected (thank you @Marianne for your report in the forums) [71996]</li>\n<li>Tweak &#8211; Translation improvements and fixes (@Katja &#8211; thanks! ) [70068]</li>\n<li>Tweak &#8211; Allow &#8220;-1&#8221; when specifying the &#8220;Month view events per day&#8221; setting [70497]</li>\n</ul>\n<h4>[4.4.2] 2017-02-09</h4>\n<ul>\n<li>Fix &#8211; Ensure the global and source-specific Google Map settings for imports are respected [67228]</li>\n<li>Fix &#8211; Prevent PHP 5.2 Strict mode from throwing notices due to usage of <code>is_a</code> [72812]</li>\n<li>Fix &#8211; Ensure the events list widget&#8217;s show/hide if there are upcoming events setting is respected [72965]</li>\n<li>Tweak &#8211; Add filters for template tag functions related to dates: <code>tribe_get_start_time</code>, <code>tribe_get_end_time</code>, <code>tribe_get_start_date</code> and <code>tribe_get_end_date</code> [67759]</li>\n</ul>\n<h4>[4.4.1.1] 2017-01-26</h4>\n<ul>\n<li>Fix &#8211; Resolved fatal caused when rendering themes that override tribe styles</li>\n</ul>\n<h4>[4.4.1] 2017-01-26</h4>\n<ul>\n<li>Fix &#8211; Resolve the Fatals related to undefined methods and Memory exhaustion [71958, 71912]</li>\n<li>Fix &#8211; iCal export for Single events working again [71916]</li>\n<li>Tweak &#8211; Changes the Search label to prevent duplicate words (props @oheinrich) [72149]</li>\n<li>Tweak &#8211; Add theme version to <code>tribe-event.css</code> (props @berler) [71973]</li>\n<li>Fix &#8211; Resolve JavaScript error when jQuery was been de-registered [71369]</li>\n<li>Fix &#8211; Prevent Fatals when Importing Images on Event Aggregator [70576]</li>\n<li>Fix &#8211; Prevent Third Party notes to be escaped, anchor link working again [71872]</li>\n<li>Fix &#8211; Google Maps now are using HTTPS instead of HTTP (props @cliffordp)</li>\n<li>Fix &#8211; Prevent Fatals on Event Aggregator Cron, due to Activity logging failure [71904]</li>\n<li>Fix &#8211; Elminate some cases of problem with Facebook manual import on Event Aggregator [69137]</li>\n<li>Fix &#8211; WPML integration smaller incompatibilities [70520, 70522]</li>\n</ul>\n<h4>[4.4.0.1] 2017-01-09</h4>\n<ul>\n<li>Fix &#8211; Adds safety check to ensure a smooth activation process when earlier versions of Tribe Common are active</li>\n</ul>\n<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Feature &#8211; Add dynamic helper text to single event editor to display the events date and time [66484]</li>\n<li>Feature &#8211; Add support for featured events [65898]</li>\n<li>Feature &#8211; Add support for placing the main events archive on the site homepage [38757]</li>\n<li>Feature &#8211; Add support for the theme customizer [67489]</li>\n<li>Feature &#8211; Make it possible to adjust map pins via the theme customizer [65889]</li>\n<li>Feature &#8211; Support for Event Aggregator in a multisite network context added [61427]</li>\n<li>Fix &#8211; Add a link to The Events Calendar Help page in the Network Administration screen of multisite installations [68665]</li>\n<li>Fix &#8211; Multisite license editing and displaying consistency [68662]</li>\n<li>Tweak &#8211; Adjusted styles and added actions for featured events in the List Widget [65923]</li>\n<li>Tweak &#8211; Organizers and Venues are now with a better and cleaner interface [68430]</li>\n<li>Tweak &#8211; Eliminate duplicate meta data for organizer posts [25084]</li>\n<li>Tweak &#8211; Improved the start/end date user interface [66486, 66487, 66550]</li>\n<li>Tweak &#8211; iCal export now includes all events &#8211; up to a reasonable limit &#8211; rather than just those in the current view [65037]</li>\n<li>Tweak &#8211; Adjustments made to the default week view color scheme [69756]</li>\n<li>Tweak &#8211; Add AJAX and improve consistency of the venue and organizer UI [38129]</li>\n</ul>\n<h4>[4.3.5] 2016-12-20</h4>\n<ul>\n<li>Tweak &#8211; Updated the template override instructions in a number of templates [68229]</li>\n<li>Tweak &#8211; Improve behavior of tribe_get_events_title() in respect of single events [46313]</li>\n<li>Tweak &#8211; Event Aggregator will only load on the Administration, prevent bigger loads for Front-End users [70812]</li>\n<li>Tweak &#8211; Allow better filtering for Organizers and Venue Meta fields (Props: @Chouby from Polylang) [70894]</li>\n<li>Fix &#8211; Prevent JavaScript Notices related to Bumpdown [69886]</li>\n<li>Fix &#8211; Assets URL on Windows Servers are fully operational again [68377]</li>\n<li>Fix &#8211; JavaScript and CSS files will respect HTTPS on all pages [69561]</li>\n<li>Fix &#8211; Fixed comment count and visibility issues due to Event Aggregator records [68297]</li>\n<li>Fix &#8211; Fixed PHP notices and warnings raised when importing .ics files [69960]</li>\n<li>Fix &#8211; Only show link to Venues if Pro is active in List View [69887]</li>\n<li>Fix &#8211; Fixed and issue that would make Event Aggregator importing notices remain stuck in the Import screen [70614]</li>\n<li>Fix &#8211; Avoid error screen when saving licenses on multisite installations [68599]</li>\n<li>Fix &#8211; Fix calendar view links in WPML language switcher [67134]</li>\n</ul>\n<h4>[4.3.4.2] 2016-12-13</h4>\n<ul>\n<li>Fix &#8211; Correct an oversight leading to breakages of the /all/ events archive for Events Calendar PRO users [70662]</li>\n</ul>\n<h4>[4.3.4.1] 2016-12-09</h4>\n<ul>\n<li>Fix &#8211; Updates Tribe Common to remove some stray characters that were impacting page layouts (props: @Aetles) [70536]</li>\n</ul>\n<h4>[4.3.4] 2016-12-08</h4>\n<ul>\n<li>Tweak &#8211; Tribe Common now is loaded only once across our plugin suite, improves performance in some cases [65755]</li>\n<li>Fix &#8211; Featured Images for Event Aggregator imports are working as expected again. [69465]</li>\n<li>Fix &#8211; Google Calendar and iCalendar files are now updating their respective events [68684]</li>\n<li>Fix &#8211; On demand Event Aggregator records will update events correctly [69542]</li>\n</ul>\n<h4>[4.3.3] 2016-11-16</h4>\n<ul>\n<li>Feature &#8211; Added Tribe Extension class and loader, to make small addons easier to build [68188]</li>\n<li>Fix &#8211; Ordering on Month view is working as expected again [69123]</li>\n<li>Fix &#8211; Enable ampersand character in mobile month view titles (thanks @kate for the report of this) [45409]</li>\n<li>Fix &#8211; Prevent notices for Event Aggregator License checking [67981]</li>\n<li>Fix &#8211; Mismatched text domains are resolved, important for translations (props to @Hans) [68462]</li>\n<li>Fix &#8211; Sticky on Month View is working as expected again [68902]</li>\n<li>Fix &#8211; Prevent HTTPS websites from pointing to Assets in HTTP [68372]</li>\n<li>Fix &#8211; On <code>WP_Query</code> we will no-longer overwrite custom <code>post__not_in</code> params [42143]</li>\n</ul>\n<h4>[4.3.2] 2016-11-02</h4>\n<ul>\n<li>Fix &#8211; Fixes an issue where the text in the Location search field was URL encoded when using the back or forward button for navigation. [61742]</li>\n<li>Fix &#8211; Aggregator Errors will not show more than once daily as comments (Thanks @Jacob for your report on the forums) [68094]</li>\n<li>Fix &#8211; Event Aggregator ICS default configuration now are been Selected Correctly [67885]</li>\n<li>Fix &#8211; Shortcode Month view now will display tooltips correctly [68094]</li>\n<li>Fix &#8211; Avoid loading the select2 JavaScript library twice when Advanced Custom Fields is activated (props to @ryan for the initial report [43605]</li>\n<li>Fix &#8211; Avoid errors and notices on calendar page when X theme and WPML plugins are active (thanks @ingrid for reporting this one) [64400]</li>\n</ul>\n<h4>[4.3.1.1] 2016-10-20</h4>\n<ul>\n<li>Fix &#8211; Corrected a packaging issue from the 4.3.1 release [67936]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak &#8211; Implement the pruning of Event Aggregator history records after 7 days, filterable by tribe_aggregator_record_retention [68283]</li>\n<li>Tweak &#8211; Event Aggregator will now verify that the license key has uses remaining before creating a history record [68286]</li>\n<li>Tweak &#8211; Improve <code>tribe_create_event</code> documentation (Props to Keith) [44871]</li>\n<li>Fix &#8211; Resolved an issue where scheduled Event Aggregator imports marked as &#8220;On Demand&#8221; were being run by cron [68284]</li>\n<li>Fix &#8211; Resolved a bug where empty meta fields were being inserted into Event Aggregator record post meta [68290]</li>\n<li>Fix &#8211; Resolved a bug where Venue and Organizers urls were been generated incorrectly (Thanks @Matt) [68168]</li>\n<li>Fix &#8211; Pagination links on Month view are updating correctly [67977]</li>\n<li>Fix &#8211; Resolved the support for translated event category archive slug that could lead to broken links on the front-end while using WPML (Props to Wilco in the support Forums) [62018]</li>\n<li>Fix &#8211; Resolved a bug where searching for past events in the List view would always yield no results (Thanks for the report @Davide) [61863]</li>\n<li>Fix &#8211; Resolved an issue where long file names would break plugin updates on some Windows installations (pros to @Alan [62552]</li>\n<li>Fix &#8211; Resolved an issue where the <code>/all</code> link on recurring events on non English websites could be broken (reported by @lumiest &#8211; thanks!) [68062]</li>\n<li>Fix &#8211; Pagination links on Month view are updating correctly [67977]</li>\n</ul>\n<h4>[4.3.0.1] 2016-10-14</h4>\n<ul>\n<li>Fix &#8211; Preventing legacy Facebook events from being duplicated</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Feature &#8211; Added Event Aggregator to enable service-based event imports from iCal feeds, Facebook, and Meetup</li>\n<li>Feature &#8211; Revamped the CSV import screens to work within the new Event Aggregator pages</li>\n<li>Tweak &#8211; Adjusted some view logic to support the new Event Views shortcode in Pro [44800]</li>\n<li>Tweak &#8211; Added a button to copy the system infomation on the help tab [43709]</li>\n<li>Tweak &#8211; Added an option for users to opt into automatic system infomation so our support system can grab the system information found on the help tab automatically [31645]</li>\n<li>Tweak &#8211; Use an earlier hook for iCal feed generation (props @jlambe) [64141]</li>\n<li>Tweak &#8211; Revise and simplify integration with Event Tickets attendee screen [61992]</li>\n<li>Tweak &#8211; Added context to a set of strings to make translation easier (props @pedro-mendonca) [64586]</li>\n<li>Tweak &#8211; Deprecated various disused functions and classes relating to the Meta Factory [39905]</li>\n<li>Fix &#8211; Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]</li>\n<li>Fix &#8211; Avoid problems that can occur when hooking and unhooking actions (props @Chouby) [63474]</li>\n<li>Fix &#8211; Resolves an issue where we were duplicating a core WordPress hook but with a different set of parameters (props @Chouby) [66455]</li>\n<li>Fix &#8211; Correct the datetime formatting issues within the iCal feed (props @henryk) [65968]</li>\n<li>Deprecated &#8211; <code>Tribe__Events__Main::initOptions()</code> has been deprecated with no replacement</li>\n<li>Deprecated &#8211; <code>Tribe__Events__Main::set_meta_factory_global()</code> has been deprecated in favor of using the <code>Tribe__Events__Meta_Factory</code> class</li>\n<li>Deprecated &#8211; The <code>setup_meta()</code> method in both the <code>Tribe__Events__Template__Single_Event</code> and <code>Tribe__Events__Template_Factory</code> classes has been deprecated</li>\n<li>Deprecated &#8211; The <code>the_title()</code>, <code>event_date()</code>, <code>event_category()</code>, <code>event_tag()</code>, <code>event_website()</code>, <code>event_origin()</code>, <code>organizer_name()</code>, <code>organizer_email()</code>, <code>venue_name()</code>, <code>venue_address()</code>, and <code>venue_map()</code> methods have been deprecated in the <code>Tribe__Events__Advanced_Functions__Register_Meta</code> class</li>\n<li>Deprecated &#8211; The <code>register()</code>, <code>check_exists()</code>, and <code>get_args()</code> methods have been deprecated in the <code>Tribe__Events__Meta_Factory</code> class</li>\n</ul>\n<h4>[4.2.7] 2016-09-15</h4>\n<ul>\n<li>Tweak &#8211; Additional support for plugin extensions</li>\n</ul>\n<h4>[4.2.6] 2016-08-31</h4>\n<ul>\n<li>Add &#8211; tribe_is_event_past() conditional to detect if event end time is past current time (Reported by @Jonathan in our support forums &#8211; thanks Jonathan.)</li>\n</ul>\n<h4>[4.2.5] 2016-08-17</h4>\n<ul>\n<li>Fix &#8211; Fixed inconsistent template filtering logic for single event template [62525]</li>\n<li>Tweak &#8211; Restored preview for published events [64874]</li>\n</ul>\n<h4>[4.2.4] 2016-08-03</h4>\n<ul>\n<li>Tweak &#8211; Changed &#8220;Event Add-Ons&#8221; to load faster [64286]</li>\n<li>Fix &#8211; Fixed default venue setting [64628]</li>\n<li>Fix &#8211; Fixed default venue state and province settings [64629]</li>\n</ul>\n<h4>[4.2.3] 2016-07-20</h4>\n<ul>\n<li>Fix &#8211; In month view, be sure to unhook JSON-LD output when calling unhook function</li>\n<li>Fix &#8211; Incorrect JSON-LD event start and end times (thank you @jjbte for reporting on .org forums)</li>\n<li>Fix &#8211; Show Google Map and Link checkbox so they show when editing an event (Reported originally by Michael of @NailedIT in the .org forum)</li>\n<li>Fix &#8211; Use Community Events Venue Edit Link when on Community Events Forms instead of Admin (also as a result of the report abve from @NailedIT. Thanks again.)</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix &#8211; Small CSS Issue on Welcome Page</li>\n<li>Fix &#8211; Month view on mobile device width doesn&#8217;t have links to prev/next months</li>\n<li>Fix &#8211; Reimport of updated CSV removes featured image (Bug #46149)</li>\n<li>Fix &#8211; Fixed the issue that would make multiple organizers details disappear when trying to submit invalid event data using Community</li>\n<li>Fix &#8211; Add a check to avoid being unable to switch view when Filter Bar plugin is active and at least one field is set to auto-complete mode</li>\n<li>Fix &#8211; Only add the events custom post type to the tag archive queries and not custom queries with tags [45635]</li>\n<li>Fix &#8211; When using the filter tribe_events_excerpt_allow_shortcode shortcodes will be maybe be processed in event excerpts in the list views [42289]</li>\n</ul>\n<h4>[4.2.1.1] 2016-06-28</h4>\n<ul>\n<li>Fix &#8211; Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)</li>\n</ul>\n<h4>[4.2.1] 2016-06-22</h4>\n<ul>\n<li>Tweak &#8211; Adjust the caching rules for Month View for faster loading</li>\n<li>Fix &#8211; Replace a bad return type to avoid unnecessary notices in the error log</li>\n<li>Fix &#8211; Add missing styles for correctly hide screen reader text</li>\n<li>Fix &#8211; Fixes <code>tribe_get_event_link()</code> which wasn&#8217;t working when passing second parameter as `true&#8217;</li>\n<li>Tweak &#8211; Reduce the ginormous font size of Month View titles in skeleton styles</li>\n<li>Fix &#8211; Add styling to adjust List View description to full width</li>\n<li>Fix &#8211; Miscellaneous tweaks to improve the Month and Day views</li>\n<li>Fix &#8211; Fix a shorthand array that was causing errors in PHP 5.2 and 5.3 when importing events</li>\n</ul>\n<h4>[4.2] 2016-06-08</h4>\n<ul>\n<li>Feature &#8211; Added Google Maps API key field in the Settings tab to avoid map timeouts and errors on larger sites (Thanks to Yan for reporting this!)</li>\n<li>Feature &#8211; Added support for featured image, multiple organizers, excerpt and more custom fields in the .csv file import function for events (Thank you to Graphic Designer for posting on UserVoice!)</li>\n<li>Feature &#8211; Added support for featured image, description, map details and more custom fields in the .csv file import function for venues</li>\n<li>Feature &#8211; Added support for featured image and description in the .csv file import function for organizers (Thank you to Rebecca for posting on UserVoice!)</li>\n<li>Feature &#8211; Added an oEmbed template for events</li>\n<li>Feature &#8211; Improve performance of a query used to determine if there are free/uncosted events (Thank you @fabianmarz for the pull request!)</li>\n<li>Feature &#8211; Added support for attaching custom post types to events</li>\n<li>Tweak &#8211; Improved filtering of the <code>tribe_event_featured_image()</code> function (Cheers to @fabianmarz!)</li>\n<li>Tweak &#8211; Add an encoding class for the CSV importer to prevent non utf8 characters from preventing imports (Thanks to screenrage for the report!)</li>\n<li>Tweak &#8211; Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson and Lars!)</li>\n<li>Tweak &#8211; Language files in the <code>wp-content/languages/plugins</code> path will be loaded before attempting to load internal language files (Thank you to user aafhhl for bringing this to our attention!)</li>\n<li>Tweak &#8211; Switch to HTTPS for the &#8220;Powered by The Events Calendar&#8221; link (Thank you Cynthia for reporting this!)</li>\n<li>Tweak &#8211; Switch to using HTTPS by default for interactions with Google Maps API</li>\n<li>Tweak &#8211; Improved filterability of calendar excerpts by introducing the new <code>tribe_events_get_the_excerpt</code> filter hook</li>\n<li>Tweak &#8211; Improved filtering of organizer details when importing by CSV (Props to @Geir for bringing this up!)</li>\n<li>Tweak &#8211; Adjustments for single event view in Twenty Fifteen theme</li>\n<li>Tweak &#8211; Improved performance of query used to test for events without any cost</li>\n<li>Tweak &#8211; Added missing semicolon to a laquo (Props to mwender on GitHub for the fix!)</li>\n<li>Tweak &#8211; Improve the &#8220;stickiness&#8221; of CSV import column mappings (Thank you @jamesgol!)</li>\n<li>Tweak &#8211; Consistency of JSON-LD markup improved (Cheers to @garrettjohnson for the help!)</li>\n<li>Tweak &#8211; Avoid notice-level errors when working with WP CLI on a site where The Events Calendar is also active (Thanks to @sun)</li>\n<li>Tweak &#8211; Corrected the spelling of timezone in the CSV Importer&#8217;s event field</li>\n<li>Tweak &#8211; Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n<li>Tweak &#8211; Move plugin CSS to PostCSS</li>\n<li>Tweak &#8211; Category default view is now set to <code>default</code> in place of hardcoding the current default view in the category base rewrite rule [31907]</li>\n<li>Deprecated &#8211; <code>Tribe__Events__PUE__Checker</code>, <code>Tribe__Events__PUE__Plugin_Info</code>, and <code>Tribe__Events__PUE__Utility</code> classes are deprecated and are replaced by <code>Tribe__PUE__Checker</code>, <code>Tribe__PUE__Plugin_Info</code>, and <code>Tribe__PUE__Utility</code> classes</li>\n<li>Fixed &#8211; Changed the use of <code>have_posts()</code> in the maybe iCal links for the main views that could cause an infinite loop</li>\n<li>Accessibility &#8211; Focus styles added for search fields</li>\n<li>Accessibility &#8211; Add ARIA labels for Month/Day/List sub nav</li>\n<li>Accessibility &#8211; Add ARIA label for events footer sub nav heading</li>\n</ul>\n<h4>[4.1.4] 2016-05-19</h4>\n<ul>\n<li>Fix &#8211; Improve accuracy of list view pagination after switching from month view</li>\n<li>Tweak &#8211; Give the multi-organizer form &#8216;sticky&#8217; properties so values persist even if the submission is initially rejected</li>\n<li>Tweak &#8211; Resolved minor CSS issues in the welcome page</li>\n</ul>\n<h4>[4.1.3] 2016-04-28</h4>\n<ul>\n<li>Fix &#8211; Month View single days are now ordered as follows: sticky events, ongoing multi-day events, all day events, then start time. In other words, all events should be ordered as you&#8217;d expect when viewing events in Month View.</li>\n<li>Fix &#8211; Updated the compatibility of CSV importer with WordPress 4.5 due to a change in the <code>post_status</code> filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.</li>\n<li>Tweak &#8211; Added new event names for AJAX success to the List, Month, and Day views to help The Events Calendar&#8217;s compatibility with our other premium plugins.</li>\n</ul>\n<h4>[4.1.2] 2016-04-11</h4>\n<ul>\n<li>Tweak &#8211; Removed an unneeded hook that attempted to add a query argument to event tag links</li>\n<li>Fix &#8211; Resolved an issue where events marked as &#8220;sticky&#8221; would not display as such in Month View</li>\n<li>Fix &#8211; Dashes, hyphens, or whatever you like to call them in the events archive slug no longer breaks the URL</li>\n<li>Fix &#8211; The notice that pops up when a conflicting &#8220;events&#8221; page exists can now be dismissed</li>\n</ul>\n<h4>[4.1.1.1] 2016-04-07</h4>\n<ul>\n<li>Security &#8211; Tightened up security with post type link filtering (props to Nadal Soler for reporting this issue!)</li>\n<li>Security &#8211; Tightened up security around tribe bar submissions (props to Paul Mynarsky for reporting this issue!)</li>\n</ul>\n<h4>[4.1.1] 2016-03-30</h4>\n<ul>\n<li>Fix &#8211; Resolved bug where array notices were output on single event pages when venues were not set (props to zaxiscreative for reporting this issue!)</li>\n<li>Fix &#8211; Resolved issue where the Month View in mobile sizes retained the long day-of-week names when the abbreviations should have been used (props to Lucy for the bug report!)</li>\n<li>Fix &#8211; Fixed bug where a &#8220;0&#8221; was added to the default Venue name when creating a new event</li>\n<li>Fix &#8211; Fixed notice that caused Ajax requests to fail (props to cgrymala on WP.org for reporting this!)</li>\n<li>Fix &#8211; Removed quotes from around TZID-specified timezones in iCal feeds which causes problems with some parsers (props to factory44 for reporting the issue that lead to this fix)</li>\n<li>Fix &#8211; Resolved various capitalization issues with German translations (props to oheinrich in our forums for pointing out this issue!)</li>\n</ul>\n<h4>[4.1.0.1] 2016-03-17</h4>\n<ul>\n<li>Fix &#8211; Resolved multiple issues with the German <code>de_DE</code> language file that caused a number of site-breaking issues</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Feature &#8211; Added a tribe_get_venue_website_url() function for fetching Venue website URLs (props to fervorcreative in our forums for this request!)</li>\n<li>Performance &#8211; Lazy-load venue and organizer selector data</li>\n<li>Tweak &#8211; Allow iCal filenames to be filtered via a new filter: tribe_events_ical_feed_filename</li>\n<li>Tweak &#8211; Added a hook to allow single day queries in month view to be filtered: tribe_events_month_daily_events_query_args</li>\n<li>Tweak &#8211; Improved the logic around rebuilding known date ranges</li>\n<li>Tweak &#8211; Always show the &#8220;Merge Duplicates&#8221; button for venues and organizers in the Events General Settings page</li>\n<li>Tweak &#8211; Allow the &#8220;same slug&#8221; notice to be dismissed and fix some text in that message</li>\n<li>Tweak &#8211; Ignore alpha/beta/rc suffixes on version numbers when checking template versions</li>\n<li>Tweak &#8211; Add a filter for month view daily events query: tribe_events_month_daily_events_query_args</li>\n<li>Tweak &#8211; Added a more flexible cost range parsing function</li>\n<li>Tweak &#8211; Obfuscate license keys Events &gt; Help &gt; System Information</li>\n<li>Fix &#8211; Fixed a fatal that sometimes occurred when refreshing the import CSV page</li>\n<li>Fix &#8211; Fixed issue where some characters were not escaped appropriately for month and year formats</li>\n<li>Fix &#8211; Added missing tribe-loading@2x.gif</li>\n<li>Fix &#8211; Fixed a warning produced by passing a DateTime() object into start_date or end_date args of tribe_get_events (props to iamhexcoder for the pull request!)</li>\n<li>Fix &#8211; Fixed bug where events in month view were not always sorted in chronological order</li>\n<li>Fix &#8211; Fixed the System Info URL in Events &gt; Help</li>\n<li>Fix &#8211; Resolved issue where the default country would be &#8220;Array&#8221; if no default country is set</li>\n<li>Fix &#8211; Fixed bug where ajaxurl was sometimes undefined</li>\n</ul>\n<h4>[4.0.7] 2016-03-02</h4>\n<ul>\n<li>Fix &#8211; Resolve display issues on templates with Jetpack and a few themes</li>\n<li>Fix &#8211; Mobile breakpoints on month view working with custom breakpoints</li>\n<li>Fix &#8211; Reordering Venue and Organizer metadata no longer breaks titles</li>\n<li>Fix &#8211; Prevented notices from happening when using <code>the_title</code> filter</li>\n<li>Fix &#8211; iCal links now will respect categories on the first page</li>\n<li>Fix &#8211; Prevent third-party bugs with SEO plugins when inserting events programmatically</li>\n<li>Fix &#8211; Organizer information is showing up again correctly</li>\n<li>Fix &#8211; Modified the add-on license validation method to better explain what is happening</li>\n<li>Fix &#8211; Description on mobile views now have the correct class attribute on HTML</li>\n<li>Fix &#8211; Added missing semicolon on the list navigation for &#8220;&amp;laquo&#8221;</li>\n</ul>\n<h4>[4.0.6] 2016-02-17</h4>\n<ul>\n<li>Tweak &#8211; Adjust injection of event data into the_content from priority 10 to 9 for better 3rd-party plugin compatibility</li>\n<li>Tweak &#8211; Change mobile month view selector to load event details below the calendar for better theme compatibility</li>\n<li>Tweak &#8211; Better handling of edge cases on the post_excerpt for List View</li>\n<li>Tweak &#8211; Removal of generic CSS classes like <code>.updated</code> and <code>.published</code></li>\n<li>Fix &#8211; Prevent Notices from appearing when using <code>tribe_get_organizer()</code></li>\n<li>Fix &#8211; Make HTML Single Event Pages valid</li>\n<li>Fix &#8211; Numeric named categories URLs are now fully working</li>\n<li>Fix &#8211; Event Title now Accepts HTML on Tooltips</li>\n<li>Fix &#8211; Licenses Tab now will work with <code>DISALLOW_FILE_MODS</code> (Props to Sun for spotting and fixing this)</li>\n</ul>\n<h4>[4.0.5] 2016-01-15</h4>\n<ul>\n<li>Security &#8211; Security fix with Venues and Organizers (props to grantdayjames for reporting this!)</li>\n</ul>\n<h4>[4.0.4] 2015-12-23</h4>\n<ul>\n<li>Tweak &#8211; Including the latest embedded Event Tickets release for backward compatibility</li>\n</ul>\n<h4>[4.0.3] 2015-12-22</h4>\n<ul>\n<li>Tweak &#8211; Adjust single-event.php template to allow the &#8220;Time&#8221; title and content to be filterable (Props to Sitecrafting for highlighting this issue!)</li>\n<li>Fix &#8211; Resolved issue with an overly escaped Event Category edit URL that prevented editing categories (Thanks to Ian for the first report of this issue!)</li>\n<li>Fix &#8211; Fixed issue where clicking on columns on the Events listed in the Admin Dashboard were ALWAYS sorted by Event start/end date before sorting by the column selected (Cheers to Corrado for bringing this to our attention!)</li>\n</ul>\n<h4>[4.0.2] 2015-12-16</h4>\n<ul>\n<li>Tweak &#8211; Adding better support for non-numeric cost values on events (Props to Mirja for highlighting this!)</li>\n<li>Tweak &#8211; Avoid notice level errors when advanced events list widget settings are saved (Thank you Johan for reporting the issue!)</li>\n<li>Tweak &#8211; Improve messaging in the same-slug warning message (Thanks to Simon for bringing this to our attention!)</li>\n<li>Tweak &#8211; Hook to Event Tickets to inject event dates into ticket emails</li>\n<li>Tweak &#8211; Adding better support for default venues (Props to Karly for noting this!)</li>\n<li>Tweak &#8211; Improve handling of internationalized slugs (Cheers to Oliver for the help!)</li>\n<li>Fix &#8211; Ensure the past events list displays the correct events when accessed via ajax (Thank you Jesse for highlighting this!)</li>\n<li>Fix &#8211; Support ordering by venue/organizer within event queries (Thank you Doug for bringing this to our attention!)</li>\n<li>Fix &#8211; Fixed issue where events with the same date/time would sometimes be excluded from single-event navigation (Cheers to JeremyEnglert for the tip!)</li>\n<li>Fix &#8211; Resolved issue where events set with the explicit cost of 0 were not showing as &#8220;Free&#8221; (Thank you terrizsolo for reporting this!)</li>\n<li>Fix &#8211; Fixed bug where the datepicker in Twenty Sixteen was really ugly</li>\n<li>Fix &#8211; Fixed bug where using Quick Edit on events caused the table columns in the event list to become jumbled on save (Props to A K for the report!)</li>\n<li>Fix &#8211; Resolved bug where category links sometimes included event category 1 (Thank you Anthony for the original report of this problem!)</li>\n<li>Fix &#8211; Fixed a settings page URL (Props to Kristy for the heads up!)</li>\n</ul>\n<h4>[4.0.1] 2015-12-10</h4>\n<ul>\n<li>Tweak &#8211; Add a warning message for major updates</li>\n<li>Tweak &#8211; For SEO reasons, use an h1 for the title rather than an h2 (props to wpexplorer for this fix)</li>\n<li>Tweak &#8211; Target the calendar view grid in JS using a simpler selector</li>\n<li>Fix &#8211; Resolved WP 4.4 related fatal on the Nav Menu page that prevented the admin footer from rendering/enqueuing JS</li>\n<li>Fix &#8211; Resolved bug where visiting /events/upcoming could sometimes result in an infinite redirect loop</li>\n<li>Fix &#8211; Removed <code>wp_trim_excerpt</code> and use only it&#8217;s powers, fixing the excerpt problem</li>\n<li>Fix &#8211; Fixed bug where the mobile calendar view did not display the date for the date being viewed</li>\n<li>Fix &#8211; Fixed bug where the admin toolbar&#8217;s Events &gt; Import &gt; CSV did not link to the CSV importer page</li>\n<li>Fix &#8211; Fixed issue where the events list in the admin dashboard were not ordered in an intuitive manner</li>\n<li>Fix &#8211; Resolved bug where sorting by event category or tag resulted in an error</li>\n<li>Fix &#8211; Fixed bug where full event content text was displayed where excerpts should have been displayed</li>\n<li>Fix &#8211; Resolved issue where events imported via CSV were excluded from single event navigation</li>\n<li>Fix &#8211; Fixed bug where /events/list would sometimes 404 on a new install</li>\n<li>Fix &#8211; Resolved bug where multiday all-day events displayed the end date as one day later than it should be when the End of Day Cut-off was set to something other than 12am</li>\n<li>Fix &#8211; Timezone handling fixed within generated iCal feeds</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Security &#8211; A TON of escaping was added to our codebase thanks to the efforts of the always-helpful Andy Fragen (@afragen)</li>\n<li>Feature &#8211; Moved the Ticket framework code into its own plugin (event-tickets)</li>\n<li>Feature &#8211; The event cost now supports more international formats with the addition of the tribe_events_cost_separators filter (Thank you remokrol for bringing this to our attention!)</li>\n<li>Feature &#8211; Added support for the twentysixteen theme</li>\n<li>Feature &#8211; Created a new Add-Ons tab in Settings so that TEC add-ons can have a consolidated settings tab</li>\n<li>Feature &#8211; Improve the date formats UI by providing example output for each selected format</li>\n<li>Tweak &#8211; Restructured TEC&#8217;s core settings code for reusability with other standalone plugins like Event Tickets</li>\n<li>Tweak &#8211; Deprecate old JS event names in favor of a new JS event naming standard. Example: deprecated tribe_ev_runAjax in favor of run-ajax.tribe</li>\n<li>Tweak &#8211; Consolidated import pages for TEC and add-ons</li>\n<li>Tweak &#8211; When suggesting a UTF-8 compatibility CSV formatting tool, point to one that still exists</li>\n<li>Tweak &#8211; Added the ability to filter attendees CSV items via tribe_events_tickets_attendees_csv_items (Props to @bostondv on GitHub for this patch!)</li>\n<li>Tweak &#8211; Updated all excerpt output to use tribe_events_get_the_excerpt() to ensure a consistent display of excerpt content (Cheers to Joseph to pointing this out!)</li>\n<li>Tweak &#8211; Add support for wp_get_document_title in response to the WordPress 4.4 deprecation of wp_title</li>\n<li>Tweak &#8211; Check post creation permissions before letting users create venues and organizers from the event meta box</li>\n<li>Tweak &#8211; Only display data separators between fields that have data when rendering organizers (Thank you Bud for highlighting this issue!)</li>\n<li>Tweak &#8211; When a user cannot create organizers, prevent the auto-selection of organizers when editing an event</li>\n<li>Tweak &#8211; Remove microformat CSS classes from templates and replace with namespaced content-relevant CSS classes</li>\n<li>Tweak &#8211; Changed the &#8220;updated&#8221; CSS class to &#8220;tribe-updated&#8221; so that it is properly namespaced (Thank you vijayrajesh!)</li>\n<li>Tweak &#8211; The Plugin Update Checker will now auto-save valid plugin keys (Thanks to Denon for originally bringing this up!)</li>\n<li>Tweak &#8211; Cleaned up the output of JSON-LD data. Filterable via the new tribe_google_data_markup_json filter</li>\n<li>Tweak &#8211; Drop the use of the generic CSS class &#8220;placeholder&#8221; in favor of &#8220;tribe-event-placeholder&#8221; (Thanks to Marc on the forums!)</li>\n<li>Tweak &#8211; Adjusted the CSS padding on Admin Menu items for Events</li>\n<li>Tweak &#8211; Various codesniffer fixes</li>\n<li>Tweak &#8211; tribe_get_venue_link() no longer echoes if you ask it to return an <a> element</a></li>\n<li>Tweak &#8211; Error messages for empty Venue names</li>\n<li>Tweak &#8211; Improve our responsiveness for the widget mini calendar, allowing smaller sidebars.</li>\n<li>Tweak &#8211; No longer retrieve empty costs when fetching all costs for all events</li>\n<li>Tweak &#8211; Change the priority of bootstrapping the-events-calendar to ensure it occurs before any of the TEC addons in the event some addons are upgraded to v4.0 later than TEC</li>\n<li>Tweak &#8211; Adjust the logic used for adding a noindex/follow tag to event views</li>\n<li>Tweak &#8211; No longer hiding default address fields when default venues are selected when Pro is active</li>\n<li>Fix &#8211; Resolved issue where the iCal feed did not provide an appropriately formatted timezone in some cases (Cheers to Matt for the report!)</li>\n<li>Fix &#8211; Added support for translating some previously untranslatable strings (Props to tititou36, media325, and Stef!)</li>\n<li>Fix &#8211; Prevented duplicate CSS IDs on the mini calendars (Cheers to Corrado for the help!)</li>\n<li>Fix &#8211; Fixed bug causing tribe_get_single_ical_link() and tribe_get_ical_link() to use the same URL when it shouldn&#8217;t (Props to Ben Byrne @drywall on Twitter for the heads up!)</li>\n<li>Fix &#8211; Fixed issue where the &#8220;Add another organizer&#8221; text wasn&#8217;t using the correct singular label (Thank you MIKE for the report!)</li>\n<li>Fix &#8211; Various CSS fixes for twenty(ten-fifteen)</li>\n<li>Fix &#8211; Improved our handling of <code>get_current_screen()</code> across the plugin, avoiding notices and warnings (Thank you Mike for the help!)</li>\n<li>Fix &#8211; Fixed bug where accessing object properties on a non object errored out when saving event meta (props to @dalethedeveloper on GitHub for this fix!)</li>\n<li>Fix &#8211; Fixed bug where organizer ID meta attached sometimes included a blank record. That blank record is no longer returned in tribe_get_organizer_ids()</li>\n<li>Fix &#8211; Fixed error message returned when tabbing away from a blank event name meta box so that it properly indicates that an event name is required (Our thanks to @tapan29bd for this fix!)</li>\n<li>Fix &#8211; Resolved issue where Timezone event start/end date property name strings were malformed which guaranteed a a call to get_post_meta for Timezone date strings</li>\n<li>Fix &#8211; Fixed CSS issue where the month view calendar could sometimes extend beyond the edge of the page when Skeleton Styles were enabled</li>\n<li>Fix &#8211; Fixed a problem where iCal data was generated with incorrect dates in the case of some all days events (thanks to Matt for highlighting this)</li>\n<li>Fix &#8211; Resolved a problem causing the previous month view to appear when it should not</li>\n<li>Fix &#8211; Fixed issue in mobile month view where date was missing from heading</li>\n<li>Fix &#8211; Resolved issue that caused /events/ to 404 if it was visited on a new install before hitting &#8220;Save&#8221; on the Events &gt; Settings &gt; Display page</li>\n<li>Deprecated &#8211; The Tribe__Events__Main::defaultValueReplaceEnabled() method is being deprecated in favor of tribe_get_option(&#8216;defaultValueReplace&#8217;). Schedules for removal in v4.5</li>\n<li>Deprecated &#8211; The tribe_event_link() has been deprecated in favor of tribe_get_event_link(). Scheduled for removal in 5.0</li>\n<li>Deprecated &#8211; The third parameter of tribe_get_organizer_link() (the $echo parameter) has been deprecated and is scheduled for removal in 5.0</li>\n<li>Deprecated &#8211; Tribe__Events__Abstract_Deactivation in favor of Tribe__Abstract_Deactivation</li>\n<li>Deprecated &#8211; Tribe__Events__Admin__Helpers in favor of Tribe__Admin__Helpers</li>\n<li>Deprecated &#8211; Tribe__Events__App_Shop in favor of Tribe__App_Shop</li>\n<li>Deprecated &#8211; Tribe__Events__Autoloader in favor of Tribe__Autoloader</li>\n<li>Deprecated &#8211; Tribe__Events__Cache in favor of Tribe__Cache</li>\n<li>Deprecated &#8211; Tribe__Events__Cache_Listener in favor of Tribe__Cache_Listener</li>\n<li>Deprecated &#8211; Tribe__Events__Changelog_Reader in favor of Tribe__Changelog_Reader</li>\n<li>Deprecated &#8211; Tribe__Events__Credits in favor of Tribe__Credits</li>\n<li>Deprecated &#8211; Tribe__Events__Date_Utils in favor of Tribe__Date_Utils</li>\n<li>Deprecated &#8211; Tribe__Events__Field in favor of Tribe__Field</li>\n<li>Deprecated &#8211; Tribe__Events__Settings in favor of Tribe__Settings</li>\n<li>Deprecated &#8211; Tribe__Events__Settings_Tab in favor of Tribe__Settings_Tab</li>\n<li>Deprecated &#8211; Tribe__Events__Support in favor of Tribe__Support</li>\n<li>Deprecated &#8211; Tribe__Events__Template_Part_Cache in favor of Tribe__Template_Part_Cache</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Attendees_Table in favor of Tribe__Tickets__Attendees_Table in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Metabox in favor of Tribe__Tickets__Metabox in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Ticket_Object in favor of Tribe__Tickets__Ticket_Object in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Tickets in favor of Tribe__Tickets__Tickets in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Tickets_Pro in favor of Tribe__Tickets__Tickets_Handler in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Validate in favor of Tribe__Validate</li>\n<li>Deprecated &#8211; Tribe__Events__View_Helpers in favor of Tribe__View_Helpers</li>\n<li>Deprecated &#8211; Tribe__Events__Main::OPTIONNAME in favor of Tribe__Main::OPTIONNAME</li>\n<li>Deprecated &#8211; Tribe__Events__Main::OPTIONNAMENETWORK in favor of Tribe__Main::OPTIONNAMENETWORK</li>\n<li>Deprecated &#8211; Tribe__Events__Main::addHelpAdminMenuItem() in favor of Tribe__Settings_Manager::add_help_admin_menu_item()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::addNetworkOptionsPage() in favor of Tribe__Settings_Manager::add_network_options_page()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::array_insert_after_key() in favor of Tribe__Main::array_insert_after_key()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::array_insert_before_key() in favor of Tribe__Main::array_insert_before_key()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::debug() in favor of Tribe__Debug::debug()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::defaultValueReplaceEnabled() in favor of tribe_get_option( &#8216;defaultValueReplace&#8217; )</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doHelpTab() in favor of Tribe__Settings_Manager::do_help_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doNetworkSettingTab() in favor of Tribe__Settings_Manager::do_network_settings_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doSettingTabs() in favor of Tribe__Settings_Manager::do_setting_tabs()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::do_licenses_tab() in favor of Tribe__Settings_Manager::do_licenses_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNetworkOption() in favor of Tribe__Settings_Manager::get_network_option()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNetworkOptions() in favor of Tribe__Settings_Manager::get_network_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNotices() in favor of Tribe__Notices::get()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getOption() in favor of Tribe__Settings_Manager::get_option()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getOptions() in favor of Tribe__Settings_Manager::get_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::have_addons() in favor of Tribe__Settings_Manager::have_addons()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::isNotice() in favor of Tribe__Notices::is_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginDir in favor of Tribe__Events__Main::plugin_dir</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginName in favor of Tribe__Events__Main::plugin_name</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginPath in favor of Tribe__Events__Main::plugin_path</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginUrl in favor of Tribe__Events__Main::plugin_url</li>\n<li>Deprecated &#8211; Tribe__Events__Main::removeNotice() in favor of Tribe__Notices::remove_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::renderDebug() in favor of Tribe__Debug::render()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::saveAllTabsHidden() in favor of Tribe__Settings_Manager::save_all_tabs_hidden()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::setNetworkOptions() in favor of Tribe__Settings_Manager::set_network_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::setNotice() in favor of Tribe__Notices::set_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::truncate() in favor of tribe_events_get_the_excerpt()</li>\n<li>Deprecated &#8211; tribe_event_beginning_of_day() in favor of tribe_beginning_of_day()</li>\n<li>Deprecated &#8211; tribe_event_end_of_day() in favor of tribe_end_of_day()</li>\n<li>Deprecated &#8211; tribe_event_format_date() in favor of tribe_format_date()</li>\n<li>Deprecated &#8211; tribe_events_the_notices() in favor of tribe_the_notices()</li>\n</ul>\n<h4>3.x and previous</h4>\n<p>For release notes from the 3.x and older lifecycles, see our <a href=\"https://theeventscalendar.com/category/products/release-notes/\" rel=\"nofollow\">full historical release notes</a>.</p>\n\";s:11:\"screenshots\";s:2757:\"<ol><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\" alt=\"Vista mese with hover\"></a><p>Vista mese with hover</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\" alt=\"Events List Widget\"></a><p>Events List Widget</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\" alt=\"Mobile Vista mese\"></a><p>Mobile Vista mese</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\" alt=\"CSV Importer\"></a><p>CSV Importer</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\" alt=\"Vista mese\"></a><p>Vista mese</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\" alt=\"Visualizzazione ad elenco\"></a><p>Visualizzazione ad elenco</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\" alt=\"Day View\"></a><p>Day View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\" alt=\"Single event\"></a><p>Single event</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\" alt=\"Event Editor\"></a><p>Event Editor</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\" alt=\"Events admin listing\"></a><p>Events admin listing</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\" alt=\"Impostazioni generali\"></a><p>Impostazioni generali</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\" alt=\"Impostazioni di visualizzazione\"></a><p>Impostazioni di visualizzazione</p></li></ol>\";}s:13:\"download_link\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.19.zip\";s:11:\"screenshots\";a:12:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\";s:7:\"caption\";s:21:\"Vista mese with hover\";}i:10;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\";s:7:\"caption\";s:18:\"Events List Widget\";}i:11;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\";s:7:\"caption\";s:17:\"Mobile Vista mese\";}i:12;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\";s:7:\"caption\";s:12:\"CSV Importer\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\";s:7:\"caption\";s:10:\"Vista mese\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\";s:7:\"caption\";s:25:\"Visualizzazione ad elenco\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\";s:7:\"caption\";s:8:\"Day View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\";s:7:\"caption\";s:12:\"Single event\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\";s:7:\"caption\";s:12:\"Event Editor\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\";s:7:\"caption\";s:20:\"Events admin listing\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\";s:7:\"caption\";s:21:\"Impostazioni generali\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\";s:7:\"caption\";s:31:\"Impostazioni di visualizzazione\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:5:\"venue\";s:5:\"venue\";}s:8:\"versions\";a:146:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.1.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.1.zip\";s:5:\"4.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.zip\";s:5:\"4.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.zip\";s:5:\"4.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.2.zip\";s:5:\"4.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.1.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.1.zip\";s:5:\"4.4.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.zip\";s:5:\"4.4.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.zip\";s:5:\"4.4.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.zip\";s:5:\"4.4.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.2.zip\";s:5:\"4.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.zip\";s:6:\"4.5.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip\";s:8:\"4.5.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.1.zip\";s:6:\"4.5.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.11.zip\";s:6:\"4.5.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.zip\";s:8:\"4.5.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.1.zip\";s:8:\"4.5.12.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.2.zip\";s:8:\"4.5.12.3\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.3.zip\";s:6:\"4.5.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.13.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.1.zip\";s:5:\"4.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.zip\";s:5:\"4.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.zip\";s:5:\"4.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.zip\";s:5:\"4.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.zip\";s:5:\"4.5.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.zip\";s:5:\"4.5.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip\";s:7:\"4.5.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.1.zip\";s:5:\"4.5.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.zip\";s:3:\"4.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.zip\";s:5:\"4.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.1.zip\";s:6:\"4.6.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.zip\";s:8:\"4.6.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.1.zip\";s:6:\"4.6.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.zip\";s:8:\"4.6.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.1.zip\";s:6:\"4.6.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.zip\";s:6:\"4.6.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.13.zip\";s:6:\"4.6.14\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.zip\";s:8:\"4.6.14.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.1.zip\";s:6:\"4.6.15\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.15.zip\";s:6:\"4.6.16\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.16.zip\";s:6:\"4.6.17\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.17.zip\";s:6:\"4.6.18\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.18.zip\";s:6:\"4.6.19\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.19.zip\";s:5:\"4.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.2.zip\";s:5:\"4.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.3.zip\";s:5:\"4.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.4.zip\";s:5:\"4.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.5.zip\";s:5:\"4.6.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.6.zip\";s:5:\"4.6.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:5:\"4.6.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.8.zip\";s:5:\"4.6.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.9.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:11:\"donate_link\";s:18:\"http://m.tri.be/29\";s:12:\"contributors\";a:0:{}}s:14:\"contact-form-7\";a:25:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.0.2\";s:6:\"author\";s:62:\"<a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:14:\"author_profile\";s:43:\"https://profiles.wordpress.org/takayukister\";s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:90;s:7:\"ratings\";a:5:{i:5;i:1050;i:4;i:107;i:3;i:33;i:2;i:30;i:1;i:117;}s:11:\"num_ratings\";i:1337;s:15:\"support_threads\";i:569;s:24:\"support_threads_resolved\";i:160;s:10:\"downloaded\";i:84440391;s:12:\"last_updated\";s:22:\"2018-05-22 12:02am GMT\";s:5:\"added\";s:10:\"2007-08-02\";s:8:\"homepage\";s:25:\"https://contactform7.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:2843:\"<p>Contact Form 7 può gestire moduli di contatto multipli, inoltre potete personalizzare il modulo ed i contenuti delle email in maniera flessibile con semplici markup. Il modulo supporta l&#8217;invio tramite Ajax, CAPTCHA, il filtraggio dello spam da Akismet ed altro.</p>\n<h4>Documentazione &amp; Supporto</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can&#8217;t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 ha bisogno del tuo supporto</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin&#8217;s continued development and better user support.</p>\n<h4>Privacy Notices</h4>\n<p>With the default configuration, this plugin, in itself, does not:</p>\n<ul>\n<li>track users by stealth;</li>\n<li>write any user personal data to the database;</li>\n<li>send any data to external servers;</li>\n<li>use cookies.</li>\n</ul>\n<p>If you activate certain features in this plugin, the contact form submitter&#8217;s personal data, including their IP address, may be sent to the service provider. Thus, confirming the provider&#8217;s privacy policy is recommended. These features include:</p>\n<ul>\n<li>reCAPTCHA (<a href=\"https://policies.google.com/?hl=en\" rel=\"nofollow\">Google</a>)</li>\n<li>Akismet (<a href=\"https://automattic.com/privacy/\" rel=\"nofollow\">Automattic</a>)</li>\n</ul>\n<h4>Plugins raccomandati</h4>\n<p>I seguenti plugins sono raccomandati per gli utenti di Contact Form 7</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> di Takayuki Miyoshi &#8211; Con Flamingo, potete salvare i messaggi inviati con i moduli di contatto nel database.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> di Takayuki Miyoshi &#8211; Bogo è un plugin multilingua semplice che non causa mal di testa.</li>\n</ul>\n<h4>Traduzioni</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n\";s:12:\"installation\";s:436:\"<ol>\n<li>Carica l&#8217;intera cartella <code>contact-form-7</code> nella directory <code>/wp-content/plugins/</code>.</li>\n<li>Attiva il plugin attraverso il menu &#8216;Plugins&#8217; in WordPress.</li>\n</ol>\n<p>Troverai il menu &#8216;Contatti&#8217; nel tuo pannello di amministrazione di WordPress.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n\";s:3:\"faq\";s:923:\"<p>Hai domande o problemi con Contact Form 7? Usa in modo appropriato questi canali di supporto.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Carica l&#8217;intera cartella <code>contact-form-7</code> nella directory <code>/wp-content/plugins/</code>.</li>\n<li>Attiva il plugin attraverso il menu &#8216;Plugins&#8217; in WordPress.</li>\n</ol>\n<p>Troverai il menu &#8216;Contatti&#8217; nel tuo pannello di amministrazione di WordPress.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:2600:\"<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>5.0.2</h4>\n<ul>\n<li>Added the Privacy Notices section to the readme.txt file.</li>\n<li>Updated the Information meta-box content.</li>\n<li>Use get_user_locale() instead of get_locale() where it is more appropriate.</li>\n<li>Acceptance Checkbox: Reset submit buttons’ disabled status after a successful submission.</li>\n</ul>\n<h4>5.0.1</h4>\n<ul>\n<li>Fixed incorrect uses of _n().</li>\n<li>Config validation: Fixed incorrect count of alerts in the Additional Settings tab panel.</li>\n<li>Config validation: Fixed improper treatment for the [_site_admin_email] special mail-tag in the From mail header field.</li>\n<li>Acceptance checkbox: The class and id attributes specified were applied to the wrong HTML element.</li>\n<li>Config validation: When there is an additional mail header for mailboxes like Cc or Reply-To, but it has a possible empty value, “Invalid mailbox syntax is used” error will be returned.</li>\n<li>Explicitly specify the fourth parameter of add_action() to avoid passing unintended parameter values.</li>\n<li>Check if the target directory is empty before removing the directory.</li>\n</ul>\n<h4>5.0</h4>\n<ul>\n<li>Additional settings: on_sent_ok and on_submit have been removed.</li>\n<li>New additional setting: skip_mail</li>\n<li>Flamingo: Inbound channel title changes in conjunction with a change in the title of the corresponding contact form.</li>\n<li>DOM events: Make an entire API response object accessible through the event.detail.apiResponse property.</li>\n<li>HTML mail: Adds language-related attributes to the HTML header.</li>\n<li>File upload: Sets the accept attribute to an uploading field.</li>\n<li>Introduces the WPCF7_MailTag class.</li>\n<li>Allows aborting a mail-sending attempt using the wpcf7_before_send_mail action hook. Also, you can set a custom status and a message through the action hook.</li>\n<li>Acceptance checkbox: Allows the specifying of a statement of conditions in the form-tag’s content part.</li>\n<li>Acceptance checkbox: Supports the optional option.</li>\n<li>New special mail tags: [_site_title], [_site_description], [_site_url], [_site_admin_email], [_invalid_fields], [_user_login], [_user_email], [_user_url], [_user_first_name], [_user_last_name], [_user_nickname], and [_user_display_name]</li>\n<li>New filter hooks: wpcf7_upload_file_name, wpcf7_autop_or_not, wpcf7_posted_data_{$type}, and wpcf7_mail_tag_replaced_{$type}</li>\n<li>New form-tag features: zero-controls-container and not-for-mail</li>\n</ul>\n\";s:11:\"screenshots\";s:225:\"<ol><li><a href=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\"><img src=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\" alt=\"screenshot-1.png\"></a><p>screenshot-1.png</p></li></ol>\";}s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.2.zip\";s:11:\"screenshots\";a:1:{i:1;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\";s:7:\"caption\";s:16:\"screenshot-1.png\";}}s:4:\"tags\";a:5:{s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:8:\"feedback\";s:8:\"feedback\";s:4:\"form\";s:4:\"form\";}s:8:\"versions\";a:129:{s:3:\"1.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.1.zip\";s:4:\"1.10\";s:62:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.zip\";s:8:\"1.10.0.1\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.0.1.zip\";s:6:\"1.10.1\";s:64:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.1.zip\";s:3:\"1.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.2.zip\";s:3:\"1.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.zip\";s:5:\"1.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.1.zip\";s:5:\"1.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.2.zip\";s:3:\"1.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.zip\";s:5:\"1.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.1.zip\";s:5:\"1.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.2.zip\";s:5:\"1.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.3.zip\";s:5:\"1.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.4.zip\";s:3:\"1.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.5.zip\";s:3:\"1.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.zip\";s:5:\"1.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.1.zip\";s:3:\"1.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.zip\";s:5:\"1.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.1.zip\";s:5:\"1.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.2.zip\";s:5:\"1.7.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.4.zip\";s:5:\"1.7.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.5.zip\";s:5:\"1.7.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.zip\";s:7:\"1.7.6.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.1.zip\";s:5:\"1.7.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.zip\";s:7:\"1.7.7.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.1.zip\";s:5:\"1.7.8\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.8.zip\";s:3:\"1.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.zip\";s:7:\"1.8.0.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.1.zip\";s:7:\"1.8.0.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.2.zip\";s:7:\"1.8.0.3\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.3.zip\";s:7:\"1.8.0.4\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.4.zip\";s:5:\"1.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.zip\";s:7:\"1.8.1.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.1.zip\";s:3:\"1.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.zip\";s:5:\"1.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.1.zip\";s:5:\"1.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.zip\";s:7:\"1.9.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.1.zip\";s:7:\"1.9.2.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.2.zip\";s:5:\"1.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.3.zip\";s:5:\"1.9.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.4.zip\";s:5:\"1.9.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.zip\";s:7:\"1.9.5.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.1.zip\";s:3:\"2.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.zip\";s:8:\"2.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0-beta.zip\";s:5:\"2.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.1.zip\";s:5:\"2.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.2.zip\";s:5:\"2.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.3.zip\";s:5:\"2.0.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.4.zip\";s:5:\"2.0.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.5.zip\";s:5:\"2.0.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.6.zip\";s:5:\"2.0.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.7.zip\";s:3:\"2.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.zip\";s:5:\"2.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.1.zip\";s:5:\"2.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.2.zip\";s:3:\"2.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.zip\";s:5:\"2.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.1.zip\";s:3:\"2.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.zip\";s:5:\"2.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip\";s:3:\"2.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.zip\";s:5:\"2.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.1.zip\";s:5:\"2.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.2.zip\";s:5:\"2.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.3.zip\";s:5:\"2.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.4.zip\";s:5:\"2.4.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.5.zip\";s:5:\"2.4.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.6.zip\";s:3:\"3.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.zip\";s:8:\"3.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0-beta.zip\";s:5:\"3.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.1.zip\";s:5:\"3.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.zip\";s:7:\"3.0.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.1.zip\";s:3:\"3.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.zip\";s:5:\"3.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.1.zip\";s:5:\"3.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.2.zip\";s:3:\"3.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.zip\";s:5:\"3.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.1.zip\";s:3:\"3.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.zip\";s:5:\"3.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.1.zip\";s:5:\"3.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.2.zip\";s:5:\"3.3.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.3.zip\";s:3:\"3.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.zip\";s:5:\"3.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.1.zip\";s:5:\"3.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.2.zip\";s:3:\"3.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.zip\";s:5:\"3.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.1.zip\";s:5:\"3.5.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.2.zip\";s:5:\"3.5.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.3.zip\";s:5:\"3.5.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.4.zip\";s:3:\"3.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.6.zip\";s:3:\"3.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.zip\";s:5:\"3.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.1.zip\";s:5:\"3.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.2.zip\";s:3:\"3.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.zip\";s:5:\"3.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";s:3:\"3.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.zip\";s:8:\"3.9-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9-beta.zip\";s:5:\"3.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.1.zip\";s:5:\"3.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.2.zip\";s:5:\"3.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.3.zip\";s:3:\"4.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.zip\";s:5:\"4.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.1.zip\";s:5:\"4.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.2.zip\";s:5:\"4.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.3.zip\";s:3:\"4.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.zip\";s:8:\"4.1-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1-beta.zip\";s:5:\"4.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip\";s:5:\"4.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.2.zip\";s:3:\"4.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.zip\";s:8:\"4.2-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2-beta.zip\";s:5:\"4.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.1.zip\";s:5:\"4.2.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip\";s:3:\"4.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.zip\";s:5:\"4.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";s:3:\"4.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.zip\";s:5:\"4.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.1.zip\";s:5:\"4.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.2.zip\";s:3:\"4.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.zip\";s:5:\"4.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.1.zip\";s:3:\"4.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.zip\";s:5:\"4.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip\";s:3:\"4.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";s:3:\"4.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.zip\";s:5:\"4.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip\";s:3:\"4.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.zip\";s:5:\"4.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"4.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.2.zip\";s:3:\"5.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.zip\";s:5:\"5.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:5:\"5.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.2.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/contact-form-7.zip\";}s:11:\"donate_link\";s:32:\"https://contactform7.com/donate/\";s:12:\"contributors\";a:0:{}}}','no'),(214,'fusion_builder_version','1.4.2','yes'),(233,'fusion_core_version','3.4.2','yes'),(234,'fusion_core_flush_permalinks','1','yes'),(252,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1531152683;s:7:\"version\";s:5:\"5.0.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(253,'fusion_supported_plugins_active','a:1:{i:0;s:5:\"WPCF7\";}','yes'),(283,'theme_mods_Avada-Child-Theme','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(284,'avada_theme_version','5.4.2','yes'),(287,'fusion_dynamic_css_time','1531209926','yes'),(288,'_transient_timeout_avada_googlefonts_contents','1531231982','no'),(290,'_transient_timeout_fusion_dynamic_css_global','1531149182','no'),(307,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),(316,'wrm_b6922947dd4141382fff','1531145783','yes'),(319,'_site_transient_timeout_available_translations','1531156599','no'),(320,'_site_transient_available_translations','a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-06 13:56:09\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-09 07:24:12\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-23 07:27:43\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 03:44:52\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 04:48:54\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 06:46:23\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-07 10:10:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:46:24\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-08 16:42:22\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.9.7/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-08 16:40:04\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 13:02:45\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 13:02:59\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.7/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-05 12:41:56\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/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:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 20:57:02\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 22:06:40\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 22:07:01\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 07:35:25\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 10:18:25\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 10:52:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 20:47:41\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-26 13:11:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-16 04:48:17\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-07 08:17:12\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-16 10:29:40\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 19:34:08\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 21:23:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/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:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-26 08:11:46\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-02-14 06:16:04\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-15 08:49:46\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:10:15\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 22:45:22\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-07-04 08:09:22\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 05:36:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-21 16:18:57\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-08 06:01:48\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 22:24:38\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/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:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-10 00:11:05\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-24 09:42:27\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 08:05:19\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-07-04 18:18:06\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 07:22:35\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-08 06:38:47\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 07:24:36\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.7/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-07 06:25:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-12 12:14:24\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 22:28:16\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 09:30:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:49:25\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-09 06:35:27\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 19:21:47\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 12:55:35\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-25 10:30:04\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-17 22:21:34\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 20:09:13\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:41\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 11:02:31\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:18:32\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-20 11:37:47\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 10:37:43\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-14 04:18:32\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-09 00:56:52\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-13 02:41:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(322,'new_admin_email','info@alex-webdesign.it','yes'),(323,'whl_page','nunlotrovi','yes'),(359,'ata_settings','a:5:{s:23:\"content_filter_priority\";i:999;s:18:\"feed_add_copyright\";s:1:\"1\";s:20:\"feed_copyrightnotice\";s:312:\"&copy;2018 &quot;<a href=\"https://ahutofficina.it\">LInea2001</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->info@alex-webdesign.it<!--/email_off-->\";s:14:\"feed_add_title\";s:1:\"1\";s:15:\"feed_title_text\";s:45:\"%title% was first posted on %date% at %time%.\";}','yes'),(374,'wpsso_timestamps','a:6:{s:20:\"wpsso_update_version\";s:6:\"3.52.1\";s:17:\"wpsso_update_time\";i:1531147626;s:21:\"wpsso_install_version\";s:6:\"3.52.1\";s:18:\"wpsso_install_time\";i:1531147626;s:22:\"wpsso_activate_version\";s:6:\"3.52.1\";s:19:\"wpsso_activate_time\";i:1531147626;}','yes'),(375,'wpsso_options','a:433:{s:15:\"options_version\";s:12:\"-wpsso576gpl\";s:16:\"options_filtered\";b:1;s:9:\"site_name\";s:0:\"\";s:13:\"site_name_alt\";s:0:\"\";s:9:\"site_desc\";s:0:\"\";s:8:\"site_url\";s:0:\"\";s:13:\"site_org_type\";s:12:\"organization\";s:13:\"site_place_id\";s:4:\"none\";s:19:\"schema_add_noscript\";i:1;s:28:\"schema_add_home_organization\";i:1;s:22:\"schema_add_home_person\";i:0;s:23:\"schema_add_home_website\";i:1;s:21:\"schema_home_person_id\";s:0:\"\";s:15:\"schema_logo_url\";s:0:\"\";s:17:\"schema_banner_url\";s:0:\"\";s:14:\"schema_img_max\";i:1;s:16:\"schema_img_width\";i:800;s:17:\"schema_img_height\";i:1600;s:15:\"schema_img_crop\";i:0;s:17:\"schema_img_crop_x\";s:6:\"center\";s:17:\"schema_img_crop_y\";s:6:\"center\";s:15:\"schema_desc_len\";i:250;s:18:\"schema_author_name\";s:12:\"display_name\";s:28:\"schema_type_for_archive_page\";s:18:\"webpage.collection\";s:26:\"schema_type_for_attachment\";s:7:\"webpage\";s:26:\"schema_type_for_home_index\";s:4:\"blog\";s:25:\"schema_type_for_home_page\";s:7:\"website\";s:20:\"schema_type_for_page\";s:7:\"webpage\";s:20:\"schema_type_for_post\";s:12:\"blog.posting\";s:27:\"schema_type_for_search_page\";s:22:\"webpage.search.results\";s:25:\"schema_type_for_user_page\";s:15:\"webpage.profile\";s:23:\"schema_type_for_article\";s:7:\"article\";s:20:\"schema_type_for_book\";s:4:\"book\";s:20:\"schema_type_for_blog\";s:4:\"blog\";s:24:\"schema_type_for_business\";s:14:\"local.business\";s:24:\"schema_type_for_download\";s:7:\"product\";s:21:\"schema_type_for_event\";s:5:\"event\";s:27:\"schema_type_for_job_listing\";s:11:\"job.posting\";s:23:\"schema_type_for_jobpost\";s:11:\"job.posting\";s:28:\"schema_type_for_organization\";s:12:\"organization\";s:21:\"schema_type_for_other\";s:5:\"other\";s:22:\"schema_type_for_person\";s:6:\"person\";s:21:\"schema_type_for_place\";s:5:\"place\";s:23:\"schema_type_for_product\";s:7:\"product\";s:22:\"schema_type_for_recipe\";s:6:\"recipe\";s:22:\"schema_type_for_review\";s:6:\"review\";s:28:\"schema_type_for_tribe_events\";s:5:\"event\";s:23:\"schema_type_for_webpage\";s:7:\"webpage\";s:23:\"schema_type_for_website\";s:7:\"website\";s:23:\"schema_review_item_type\";s:4:\"none\";s:16:\"fb_publisher_url\";s:0:\"\";s:9:\"fb_app_id\";s:0:\"\";s:9:\"fb_admins\";s:0:\"\";s:14:\"fb_author_name\";s:12:\"display_name\";s:9:\"fb_locale\";s:5:\"it_IT\";s:22:\"instgram_publisher_url\";s:0:\"\";s:22:\"linkedin_publisher_url\";s:0:\"\";s:21:\"myspace_publisher_url\";s:0:\"\";s:12:\"og_post_type\";s:7:\"article\";s:14:\"og_art_section\";s:4:\"none\";s:12:\"og_img_width\";i:600;s:13:\"og_img_height\";i:315;s:11:\"og_img_crop\";i:1;s:13:\"og_img_crop_x\";s:6:\"center\";s:13:\"og_img_crop_y\";s:6:\"center\";s:10:\"og_img_max\";i:1;s:10:\"og_vid_max\";i:1;s:12:\"og_vid_https\";i:1;s:15:\"og_vid_autoplay\";i:1;s:15:\"og_vid_prev_img\";i:0;s:16:\"og_vid_html_type\";i:1;s:17:\"og_def_img_id_pre\";s:2:\"wp\";s:13:\"og_def_img_id\";s:0:\"\";s:14:\"og_def_img_url\";s:0:\"\";s:19:\"og_def_img_on_index\";i:1;s:20:\"og_def_img_on_search\";i:0;s:11:\"og_ngg_tags\";i:0;s:19:\"og_page_parent_tags\";i:0;s:17:\"og_page_title_tag\";i:0;s:15:\"og_author_field\";s:8:\"facebook\";s:18:\"og_author_fallback\";i:0;s:12:\"og_title_sep\";s:1:\"-\";s:12:\"og_title_len\";i:70;s:13:\"og_title_warn\";i:40;s:11:\"og_desc_len\";i:300;s:12:\"og_desc_warn\";i:200;s:16:\"og_desc_hashtags\";i:3;s:15:\"p_publisher_url\";s:0:\"\";s:13:\"p_author_name\";s:12:\"display_name\";s:12:\"p_dom_verify\";s:0:\"\";s:14:\"p_add_img_html\";i:1;s:25:\"p_add_nopin_media_img_tag\";i:1;s:26:\"p_add_nopin_header_img_tag\";i:1;s:16:\"sc_publisher_url\";s:0:\"\";s:12:\"seo_desc_len\";i:320;s:16:\"seo_author_field\";s:5:\"gplus\";s:17:\"seo_publisher_url\";s:0:\"\";s:20:\"tumblr_publisher_url\";s:0:\"\";s:16:\"yt_publisher_url\";s:0:\"\";s:7:\"tc_site\";s:0:\"\";s:11:\"tc_desc_len\";i:200;s:12:\"tc_type_post\";s:19:\"summary_large_image\";s:15:\"tc_type_default\";s:7:\"summary\";s:16:\"tc_sum_img_width\";i:600;s:17:\"tc_sum_img_height\";i:600;s:15:\"tc_sum_img_crop\";i:1;s:17:\"tc_sum_img_crop_x\";s:6:\"center\";s:17:\"tc_sum_img_crop_y\";s:6:\"center\";s:16:\"tc_lrg_img_width\";i:600;s:17:\"tc_lrg_img_height\";i:315;s:15:\"tc_lrg_img_crop\";i:1;s:17:\"tc_lrg_img_crop_x\";s:6:\"center\";s:17:\"tc_lrg_img_crop_y\";s:6:\"center\";s:19:\"add_link_rel_author\";i:1;s:22:\"add_link_rel_canonical\";i:0;s:22:\"add_link_rel_publisher\";i:1;s:22:\"add_link_rel_shortlink\";i:1;s:27:\"add_meta_property_fb:admins\";i:1;s:27:\"add_meta_property_fb:app_id\";i:1;s:33:\"add_meta_property_al:ios:app_name\";i:1;s:37:\"add_meta_property_al:ios:app_store_id\";i:1;s:28:\"add_meta_property_al:ios:url\";i:1;s:37:\"add_meta_property_al:android:app_name\";i:1;s:36:\"add_meta_property_al:android:package\";i:1;s:32:\"add_meta_property_al:android:url\";i:1;s:28:\"add_meta_property_al:web:url\";i:1;s:40:\"add_meta_property_al:web:should_fallback\";i:1;s:29:\"add_meta_property_og:altitude\";i:1;s:32:\"add_meta_property_og:description\";i:1;s:37:\"add_meta_property_og:image:secure_url\";i:1;s:26:\"add_meta_property_og:image\";i:1;s:32:\"add_meta_property_og:image:width\";i:1;s:33:\"add_meta_property_og:image:height\";i:1;s:29:\"add_meta_property_og:latitude\";i:1;s:27:\"add_meta_property_og:locale\";i:1;s:30:\"add_meta_property_og:longitude\";i:1;s:30:\"add_meta_property_og:site_name\";i:1;s:26:\"add_meta_property_og:title\";i:1;s:25:\"add_meta_property_og:type\";i:1;s:33:\"add_meta_property_og:updated_time\";i:1;s:24:\"add_meta_property_og:url\";i:1;s:37:\"add_meta_property_og:video:secure_url\";i:1;s:30:\"add_meta_property_og:video:url\";i:1;s:31:\"add_meta_property_og:video:type\";i:1;s:32:\"add_meta_property_og:video:width\";i:1;s:33:\"add_meta_property_og:video:height\";i:1;s:30:\"add_meta_property_og:video:tag\";i:0;s:32:\"add_meta_property_article:author\";i:1;s:35:\"add_meta_property_article:publisher\";i:1;s:40:\"add_meta_property_article:published_time\";i:1;s:39:\"add_meta_property_article:modified_time\";i:1;s:41:\"add_meta_property_article:expiration_time\";i:1;s:33:\"add_meta_property_article:section\";i:1;s:29:\"add_meta_property_article:tag\";i:1;s:29:\"add_meta_property_book:author\";i:1;s:27:\"add_meta_property_book:isbn\";i:1;s:35:\"add_meta_property_book:release_date\";i:1;s:26:\"add_meta_property_book:tag\";i:1;s:29:\"add_meta_property_music:album\";i:1;s:34:\"add_meta_property_music:album:disc\";i:1;s:35:\"add_meta_property_music:album:track\";i:1;s:31:\"add_meta_property_music:creator\";i:1;s:32:\"add_meta_property_music:duration\";i:1;s:32:\"add_meta_property_music:musician\";i:1;s:36:\"add_meta_property_music:release_date\";i:1;s:28:\"add_meta_property_music:song\";i:1;s:33:\"add_meta_property_music:song:disc\";i:1;s:34:\"add_meta_property_music:song:track\";i:1;s:41:\"add_meta_property_place:location:altitude\";i:1;s:41:\"add_meta_property_place:location:latitude\";i:1;s:42:\"add_meta_property_place:location:longitude\";i:1;s:38:\"add_meta_property_place:street_address\";i:1;s:32:\"add_meta_property_place:locality\";i:1;s:30:\"add_meta_property_place:region\";i:1;s:35:\"add_meta_property_place:postal_code\";i:1;s:36:\"add_meta_property_place:country_name\";i:1;s:38:\"add_meta_property_product:availability\";i:1;s:31:\"add_meta_property_product:brand\";i:1;s:34:\"add_meta_property_product:category\";i:1;s:31:\"add_meta_property_product:color\";i:1;s:35:\"add_meta_property_product:condition\";i:1;s:34:\"add_meta_property_product:material\";i:0;s:38:\"add_meta_property_product:price:amount\";i:1;s:40:\"add_meta_property_product:price:currency\";i:1;s:30:\"add_meta_property_product:size\";i:1;s:38:\"add_meta_property_product:weight:value\";i:1;s:38:\"add_meta_property_product:weight:units\";i:1;s:36:\"add_meta_property_profile:first_name\";i:1;s:35:\"add_meta_property_profile:last_name\";i:1;s:34:\"add_meta_property_profile:username\";i:1;s:32:\"add_meta_property_profile:gender\";i:1;s:29:\"add_meta_property_video:actor\";i:1;s:34:\"add_meta_property_video:actor:role\";i:1;s:32:\"add_meta_property_video:director\";i:1;s:30:\"add_meta_property_video:writer\";i:1;s:32:\"add_meta_property_video:duration\";i:1;s:36:\"add_meta_property_video:release_date\";i:1;s:27:\"add_meta_property_video:tag\";i:1;s:30:\"add_meta_property_video:series\";i:1;s:20:\"add_meta_name_author\";i:1;s:25:\"add_meta_name_description\";i:1;s:23:\"add_meta_name_generator\";i:1;s:20:\"add_meta_name_robots\";i:1;s:29:\"add_meta_name_p:domain_verify\";i:1;s:37:\"add_meta_name_weibo:article:create_at\";i:1;s:37:\"add_meta_name_weibo:article:update_at\";i:1;s:26:\"add_meta_name_twitter:card\";i:1;s:29:\"add_meta_name_twitter:creator\";i:1;s:28:\"add_meta_name_twitter:domain\";i:1;s:26:\"add_meta_name_twitter:site\";i:1;s:27:\"add_meta_name_twitter:title\";i:1;s:33:\"add_meta_name_twitter:description\";i:1;s:27:\"add_meta_name_twitter:image\";i:1;s:33:\"add_meta_name_twitter:image:width\";i:1;s:34:\"add_meta_name_twitter:image:height\";i:1;s:28:\"add_meta_name_twitter:player\";i:1;s:35:\"add_meta_name_twitter:player:stream\";i:1;s:48:\"add_meta_name_twitter:player:stream:content_type\";i:1;s:34:\"add_meta_name_twitter:player:width\";i:1;s:35:\"add_meta_name_twitter:player:height\";i:1;s:37:\"add_meta_name_twitter:app:name:iphone\";i:1;s:35:\"add_meta_name_twitter:app:id:iphone\";i:1;s:36:\"add_meta_name_twitter:app:url:iphone\";i:1;s:35:\"add_meta_name_twitter:app:name:ipad\";i:1;s:33:\"add_meta_name_twitter:app:id:ipad\";i:1;s:34:\"add_meta_name_twitter:app:url:ipad\";i:1;s:41:\"add_meta_name_twitter:app:name:googleplay\";i:1;s:39:\"add_meta_name_twitter:app:id:googleplay\";i:1;s:40:\"add_meta_name_twitter:app:url:googleplay\";i:1;s:21:\"add_link_itemprop_url\";i:1;s:23:\"add_link_itemprop_image\";i:1;s:27:\"add_link_itemprop_image.url\";i:1;s:28:\"add_link_itemprop_author.url\";i:1;s:30:\"add_link_itemprop_author.image\";i:1;s:33:\"add_link_itemprop_contributor.url\";i:1;s:35:\"add_link_itemprop_contributor.image\";i:1;s:22:\"add_link_itemprop_menu\";i:1;s:22:\"add_meta_itemprop_name\";i:1;s:31:\"add_meta_itemprop_alternatename\";i:1;s:29:\"add_meta_itemprop_description\";i:1;s:23:\"add_meta_itemprop_email\";i:1;s:27:\"add_meta_itemprop_telephone\";i:1;s:25:\"add_meta_itemprop_address\";i:1;s:31:\"add_meta_itemprop_datepublished\";i:1;s:30:\"add_meta_itemprop_datemodified\";i:1;s:29:\"add_meta_itemprop_image.width\";i:1;s:30:\"add_meta_itemprop_image.height\";i:1;s:32:\"add_meta_itemprop_publisher.name\";i:1;s:29:\"add_meta_itemprop_author.name\";i:1;s:36:\"add_meta_itemprop_author.description\";i:1;s:34:\"add_meta_itemprop_contributor.name\";i:1;s:41:\"add_meta_itemprop_contributor.description\";i:1;s:53:\"add_meta_itemprop_openinghoursspecification.dayofweek\";i:1;s:49:\"add_meta_itemprop_openinghoursspecification.opens\";i:1;s:50:\"add_meta_itemprop_openinghoursspecification.closes\";i:1;s:53:\"add_meta_itemprop_openinghoursspecification.validfrom\";i:1;s:56:\"add_meta_itemprop_openinghoursspecification.validthrough\";i:1;s:36:\"add_meta_itemprop_currenciesaccepted\";i:1;s:33:\"add_meta_itemprop_paymentaccepted\";i:1;s:28:\"add_meta_itemprop_pricerange\";i:1;s:37:\"add_meta_itemprop_acceptsreservations\";i:1;s:45:\"add_meta_itemprop_aggregaterating.ratingvalue\";i:1;s:45:\"add_meta_itemprop_aggregaterating.ratingcount\";i:1;s:45:\"add_meta_itemprop_aggregaterating.worstrating\";i:1;s:44:\"add_meta_itemprop_aggregaterating.bestrating\";i:1;s:45:\"add_meta_itemprop_aggregaterating.reviewcount\";i:1;s:27:\"add_meta_itemprop_startdate\";i:1;s:25:\"add_meta_itemprop_enddate\";i:1;s:26:\"add_meta_itemprop_location\";i:1;s:26:\"add_meta_itemprop_preptime\";i:1;s:26:\"add_meta_itemprop_cooktime\";i:1;s:27:\"add_meta_itemprop_totaltime\";i:1;s:29:\"add_meta_itemprop_recipeyield\";i:1;s:34:\"add_meta_itemprop_recipeingredient\";i:1;s:36:\"add_meta_itemprop_recipeinstructions\";i:1;s:15:\"plugin_preserve\";i:0;s:12:\"plugin_debug\";i:0;s:15:\"plugin_hide_pro\";i:0;s:16:\"plugin_show_opts\";s:5:\"basic\";s:17:\"plugin_shortcodes\";i:1;s:14:\"plugin_widgets\";i:1;s:19:\"plugin_filter_title\";i:0;s:21:\"plugin_filter_content\";i:0;s:21:\"plugin_filter_excerpt\";i:0;s:14:\"plugin_p_strip\";i:0;s:18:\"plugin_use_img_alt\";i:1;s:21:\"plugin_img_alt_prefix\";s:6:\"Image:\";s:19:\"plugin_p_cap_prefix\";s:8:\"Caption:\";s:19:\"plugin_gravatar_api\";i:1;s:19:\"plugin_facebook_api\";i:1;s:21:\"plugin_slideshare_api\";i:1;s:21:\"plugin_soundcloud_api\";i:1;s:16:\"plugin_vimeo_api\";i:1;s:17:\"plugin_wistia_api\";i:1;s:18:\"plugin_wpvideo_api\";i:1;s:18:\"plugin_youtube_api\";i:1;s:22:\"plugin_honor_force_ssl\";i:1;s:28:\"plugin_html_attr_filter_name\";s:19:\"language_attributes\";s:28:\"plugin_html_attr_filter_prio\";i:100;s:28:\"plugin_head_attr_filter_name\";s:15:\"head_attributes\";s:28:\"plugin_head_attr_filter_prio\";i:100;s:17:\"plugin_check_head\";i:1;s:18:\"plugin_filter_lang\";i:1;s:22:\"plugin_create_wp_sizes\";i:1;s:21:\"plugin_check_img_dims\";i:0;s:21:\"plugin_upscale_images\";i:0;s:22:\"plugin_upscale_img_max\";i:33;s:19:\"plugin_page_excerpt\";i:1;s:16:\"plugin_page_tags\";i:1;s:22:\"plugin_add_person_role\";i:1;s:28:\"plugin_schema_type_col_media\";i:0;s:27:\"plugin_schema_type_col_post\";i:1;s:27:\"plugin_schema_type_col_term\";i:0;s:27:\"plugin_schema_type_col_user\";i:0;s:23:\"plugin_og_img_col_media\";i:0;s:22:\"plugin_og_img_col_post\";i:1;s:22:\"plugin_og_img_col_term\";i:1;s:22:\"plugin_og_img_col_user\";i:1;s:24:\"plugin_og_desc_col_media\";i:0;s:23:\"plugin_og_desc_col_post\";i:0;s:23:\"plugin_og_desc_col_term\";i:0;s:23:\"plugin_og_desc_col_user\";i:1;s:24:\"plugin_add_to_attachment\";i:1;s:18:\"plugin_add_to_page\";i:1;s:18:\"plugin_add_to_post\";i:1;s:21:\"plugin_add_to_product\";i:1;s:19:\"plugin_add_to_reply\";i:0;s:18:\"plugin_add_to_term\";i:1;s:19:\"plugin_add_to_topic\";i:0;s:18:\"plugin_add_to_user\";i:1;s:24:\"plugin_wpseo_social_meta\";i:0;s:19:\"plugin_def_currency\";s:3:\"USD\";s:17:\"plugin_cf_img_url\";s:17:\"_format_image_url\";s:17:\"plugin_cf_vid_url\";s:17:\"_format_video_url\";s:19:\"plugin_cf_vid_embed\";s:0:\"\";s:24:\"plugin_cf_addl_type_urls\";s:0:\"\";s:28:\"plugin_cf_recipe_ingredients\";s:0:\"\";s:29:\"plugin_cf_recipe_instructions\";s:0:\"\";s:23:\"plugin_cf_product_avail\";s:0:\"\";s:23:\"plugin_cf_product_brand\";s:0:\"\";s:23:\"plugin_cf_product_color\";s:0:\"\";s:27:\"plugin_cf_product_condition\";s:0:\"\";s:26:\"plugin_cf_product_currency\";s:0:\"\";s:26:\"plugin_cf_product_material\";s:0:\"\";s:23:\"plugin_cf_product_price\";s:0:\"\";s:22:\"plugin_cf_product_size\";s:0:\"\";s:21:\"plugin_cf_sameas_urls\";s:0:\"\";s:21:\"plugin_head_cache_exp\";i:604800;s:24:\"plugin_content_cache_exp\";i:3600;s:26:\"plugin_json_data_cache_exp\";i:1209600;s:24:\"plugin_imgsize_cache_exp\";i:86400;s:26:\"plugin_short_url_cache_exp\";i:7776000;s:23:\"plugin_topics_cache_exp\";i:2592000;s:22:\"plugin_types_cache_exp\";i:2592000;s:23:\"plugin_show_purge_count\";i:0;s:20:\"plugin_clear_on_save\";i:1;s:23:\"plugin_clear_short_urls\";i:0;s:24:\"plugin_clear_for_comment\";i:1;s:16:\"plugin_shortener\";s:4:\"none\";s:19:\"plugin_wp_shortlink\";i:1;s:18:\"plugin_min_shorten\";i:23;s:18:\"plugin_bitly_login\";s:0:\"\";s:25:\"plugin_bitly_access_token\";s:0:\"\";s:20:\"plugin_bitly_api_key\";s:0:\"\";s:19:\"plugin_bitly_domain\";s:0:\"\";s:21:\"plugin_google_api_key\";s:0:\"\";s:21:\"plugin_google_shorten\";i:0;s:19:\"plugin_owly_api_key\";s:0:\"\";s:21:\"plugin_yourls_api_url\";s:0:\"\";s:22:\"plugin_yourls_username\";s:0:\"\";s:22:\"plugin_yourls_password\";s:0:\"\";s:19:\"plugin_yourls_token\";s:0:\"\";s:17:\"plugin_cm_fb_name\";s:8:\"facebook\";s:18:\"plugin_cm_fb_label\";s:17:\"Facebook User URL\";s:20:\"plugin_cm_fb_enabled\";i:1;s:17:\"plugin_cm_gp_name\";s:5:\"gplus\";s:18:\"plugin_cm_gp_label\";s:11:\"Google+ URL\";s:20:\"plugin_cm_gp_enabled\";i:1;s:23:\"plugin_cm_instgram_name\";s:9:\"instagram\";s:24:\"plugin_cm_instgram_label\";s:13:\"Instagram URL\";s:26:\"plugin_cm_instgram_enabled\";i:1;s:23:\"plugin_cm_linkedin_name\";s:8:\"linkedin\";s:24:\"plugin_cm_linkedin_label\";s:12:\"LinkedIn URL\";s:26:\"plugin_cm_linkedin_enabled\";i:1;s:22:\"plugin_cm_myspace_name\";s:7:\"myspace\";s:23:\"plugin_cm_myspace_label\";s:11:\"Myspace URL\";s:25:\"plugin_cm_myspace_enabled\";i:1;s:18:\"plugin_cm_pin_name\";s:9:\"pinterest\";s:19:\"plugin_cm_pin_label\";s:13:\"Pinterest URL\";s:21:\"plugin_cm_pin_enabled\";i:1;s:17:\"plugin_cm_sc_name\";s:10:\"soundcloud\";s:18:\"plugin_cm_sc_label\";s:14:\"Soundcloud URL\";s:20:\"plugin_cm_sc_enabled\";i:1;s:21:\"plugin_cm_tumblr_name\";s:6:\"tumblr\";s:22:\"plugin_cm_tumblr_label\";s:10:\"Tumblr URL\";s:24:\"plugin_cm_tumblr_enabled\";i:1;s:22:\"plugin_cm_twitter_name\";s:7:\"twitter\";s:23:\"plugin_cm_twitter_label\";s:17:\"Twitter @username\";s:25:\"plugin_cm_twitter_enabled\";i:1;s:17:\"plugin_cm_yt_name\";s:7:\"youtube\";s:18:\"plugin_cm_yt_label\";s:19:\"YouTube Channel URL\";s:20:\"plugin_cm_yt_enabled\";i:1;s:20:\"plugin_cm_skype_name\";s:5:\"skype\";s:21:\"plugin_cm_skype_label\";s:14:\"Skype Username\";s:23:\"plugin_cm_skype_enabled\";i:1;s:14:\"wp_cm_aim_name\";s:3:\"aim\";s:15:\"wp_cm_aim_label\";s:3:\"AIM\";s:17:\"wp_cm_aim_enabled\";i:1;s:17:\"wp_cm_jabber_name\";s:6:\"jabber\";s:18:\"wp_cm_jabber_label\";s:11:\"Google Talk\";s:20:\"wp_cm_jabber_enabled\";i:1;s:14:\"wp_cm_yim_name\";s:3:\"yim\";s:15:\"wp_cm_yim_label\";s:15:\"Yahoo Messenger\";s:17:\"wp_cm_yim_enabled\";i:1;s:29:\"plugin_add_to_avada_portfolio\";i:1;s:23:\"plugin_add_to_avada_faq\";i:1;s:33:\"plugin_add_to_themefusion_elastic\";i:1;s:19:\"plugin_add_to_slide\";i:1;s:29:\"plugin_add_to_fusion_template\";i:1;s:31:\"schema_type_for_avada_portfolio\";s:7:\"webpage\";s:25:\"schema_type_for_avada_faq\";s:7:\"webpage\";s:35:\"schema_type_for_themefusion_elastic\";s:7:\"webpage\";s:21:\"schema_type_for_slide\";s:7:\"webpage\";s:31:\"schema_type_for_fusion_template\";s:7:\"webpage\";s:16:\"plugin_wpsso_tid\";s:0:\"\";s:18:\"plugin_wpssoam_tid\";s:0:\"\";s:20:\"plugin_wpssojson_tid\";s:0:\"\";s:19:\"plugin_wpssoorg_tid\";s:0:\"\";s:19:\"plugin_wpssoplm_tid\";s:0:\"\";s:21:\"plugin_wpssorrssb_tid\";s:0:\"\";s:19:\"plugin_wpssossb_tid\";s:0:\"\";s:20:\"plugin_wpsso_version\";s:6:\"3.52.1\";s:24:\"plugin_wpsso_opt_version\";s:3:\"576\";}','yes'),(388,'seopress_activated','yes','yes'),(392,'seopress_toggle','a:12:{s:13:\"toggle-titles\";s:1:\"1\";s:18:\"toggle-xml-sitemap\";s:1:\"1\";s:13:\"toggle-social\";s:1:\"1\";s:23:\"toggle-google-analytics\";s:1:\"1\";s:15:\"toggle-advanced\";s:1:\"1\";s:18:\"toggle-dublin-core\";s:1:\"1\";s:21:\"toggle-local-business\";s:1:\"1\";s:20:\"toggle-rich-snippets\";s:1:\"1\";s:18:\"toggle-breadcrumbs\";s:1:\"1\";s:13:\"toggle-robots\";s:1:\"1\";s:10:\"toggle-404\";s:1:\"1\";s:10:\"toggle-bot\";s:1:\"1\";}','yes'),(393,'seopress_titles_option_name','a:12:{s:31:\"seopress_titles_home_site_title\";s:13:\"%%sitetitle%%\";s:30:\"seopress_titles_home_site_desc\";s:11:\"%%tagline%%\";s:29:\"seopress_titles_single_titles\";a:6:{s:4:\"post\";a:2:{s:5:\"title\";s:30:\"%%post_title%% - %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}s:4:\"page\";a:2:{s:5:\"title\";s:30:\"%%post_title%% - %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}s:15:\"avada_portfolio\";a:2:{s:5:\"title\";s:30:\"%%post_title%% - %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}s:9:\"avada_faq\";a:2:{s:5:\"title\";s:30:\"%%post_title%% - %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}s:19:\"themefusion_elastic\";a:2:{s:5:\"title\";s:30:\"%%post_title%% - %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}s:5:\"slide\";a:2:{s:5:\"title\";s:30:\"%%post_title%% - %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}}s:26:\"seopress_titles_tax_titles\";a:8:{s:8:\"category\";a:2:{s:5:\"title\";s:58:\"%%_category_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:25:\"%%_category_description%%\";}s:8:\"post_tag\";a:2:{s:5:\"title\";s:52:\"%%tag_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:19:\"%%tag_description%%\";}s:18:\"portfolio_category\";a:2:{s:5:\"title\";s:53:\"%%term_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:20:\"%%term_description%%\";}s:16:\"portfolio_skills\";a:2:{s:5:\"title\";s:53:\"%%term_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:20:\"%%term_description%%\";}s:14:\"portfolio_tags\";a:2:{s:5:\"title\";s:53:\"%%term_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:20:\"%%term_description%%\";}s:12:\"faq_category\";a:2:{s:5:\"title\";s:53:\"%%term_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:20:\"%%term_description%%\";}s:21:\"themefusion_es_groups\";a:2:{s:5:\"title\";s:53:\"%%term_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:20:\"%%term_description%%\";}s:10:\"slide-page\";a:2:{s:5:\"title\";s:53:\"%%term_title%% %%current_pagination%% - %%sitetitle%%\";s:11:\"description\";s:20:\"%%term_description%%\";}}s:30:\"seopress_titles_archive_titles\";a:6:{s:4:\"post\";a:1:{s:5:\"title\";s:53:\"%%cpt_plural%% %%current_pagination%% - %%sitetitle%%\";}s:4:\"page\";a:1:{s:5:\"title\";s:53:\"%%cpt_plural%% %%current_pagination%% - %%sitetitle%%\";}s:15:\"avada_portfolio\";a:1:{s:5:\"title\";s:53:\"%%cpt_plural%% %%current_pagination%% - %%sitetitle%%\";}s:9:\"avada_faq\";a:1:{s:5:\"title\";s:53:\"%%cpt_plural%% %%current_pagination%% - %%sitetitle%%\";}s:19:\"themefusion_elastic\";a:1:{s:5:\"title\";s:53:\"%%cpt_plural%% %%current_pagination%% - %%sitetitle%%\";}s:5:\"slide\";a:1:{s:5:\"title\";s:53:\"%%cpt_plural%% %%current_pagination%% - %%sitetitle%%\";}}s:37:\"seopress_titles_archives_author_title\";s:31:\"%%post_author%% - %%sitetitle%%\";s:39:\"seopress_titles_archives_author_noindex\";s:1:\"1\";s:35:\"seopress_titles_archives_date_title\";s:32:\"%%archive_date%% - %%sitetitle%%\";s:37:\"seopress_titles_archives_date_noindex\";s:1:\"1\";s:37:\"seopress_titles_archives_search_title\";s:35:\"%%search_keywords%% - %%sitetitle%%\";s:34:\"seopress_titles_archives_404_title\";s:40:\"404 - Pagina non trovata - %%sitetitle%%\";s:25:\"seopress_titles_paged_rel\";s:1:\"1\";}','yes'),(394,'seopress_xml_sitemap_option_name','a:4:{s:35:\"seopress_xml_sitemap_general_enable\";s:1:\"1\";s:31:\"seopress_xml_sitemap_img_enable\";s:1:\"1\";s:36:\"seopress_xml_sitemap_post_types_list\";a:2:{s:4:\"post\";a:1:{s:7:\"include\";s:1:\"1\";}s:4:\"page\";a:1:{s:7:\"include\";s:1:\"1\";}}s:36:\"seopress_xml_sitemap_taxonomies_list\";a:2:{s:8:\"category\";a:1:{s:7:\"include\";s:1:\"1\";}s:8:\"post_tag\";a:1:{s:7:\"include\";s:1:\"1\";}}}','yes'),(395,'seopress_social_option_name','a:2:{s:27:\"seopress_social_facebook_og\";s:1:\"1\";s:28:\"seopress_social_twitter_card\";s:1:\"1\";}','yes'),(396,'seopress_advanced_option_name','a:3:{s:38:\"seopress_advanced_advanced_attachments\";s:1:\"1\";s:38:\"seopress_advanced_appearance_title_col\";s:1:\"1\";s:42:\"seopress_advanced_appearance_meta_desc_col\";s:1:\"1\";}','yes'),(398,'_transient_timeout_seopress_plugins_api','1531234119','no'),(399,'_transient_seopress_plugins_api','O:8:\"stdClass\":26:{s:4:\"name\";s:8:\"SEOPress\";s:4:\"slug\";s:11:\"wp-seopress\";s:7:\"version\";s:5:\"2.9.3\";s:6:\"author\";s:54:\"<a href=\"https://www.seopress.org/\">Benjamin DENIS</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/rainbowgeek\";s:8:\"requires\";s:4:\"4.4+\";s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:96;s:7:\"ratings\";a:5:{i:5;i:56;i:4;i:0;i:3;i:1;i:2;i:1;i:1;i:1;}s:11:\"num_ratings\";i:59;s:15:\"support_threads\";i:15;s:24:\"support_threads_resolved\";i:11;s:15:\"active_installs\";i:10000;s:10:\"downloaded\";i:138968;s:12:\"last_updated\";s:21:\"2018-06-12 5:09pm GMT\";s:5:\"added\";s:10:\"2016-08-22\";s:8:\"homepage\";s:25:\"https://www.seopress.org/\";s:8:\"sections\";a:5:{s:11:\"description\";s:4084:\"<p>SEOPress is a powerful plugin to optimize your SEO, boost your traffic, improve social sharing, build custom HTML and XML Sitemaps, create breadcrumbs, manage redirections 301 and so much more.</p>\n<p><strong>No advertising, no footprints, white label, in backend AND frontend</strong><br />\n<strong>Content analysis to help you write search-engine optimized content</strong></p>\n<h3>Subscribe to our newsletter to get exclusive deals</h3>\n<p>Subscribe on <a href=\"https://www.seopress.org/\" rel=\"nofollow\">seopress.org</a></p>\n<h3>Features</h3>\n<ul>\n<li>Titles</li>\n<li>Meta descriptions</li>\n<li>Open Graph Data</li>\n<li>Google Knowledge Graph</li>\n<li>Google Analytics with downloads tracking, custom dimensions, ip anonymization, remarketing, demographics and interest reporting, cross-domain tracking&#8230;(GDPR compatibility)</li>\n<li>Twitter Card</li>\n<li>Canonical URL</li>\n<li>Meta robots (noindex, nofollow, noodp, noimageindex, noarchive, nosnippet)</li>\n<li>Build your custom XML Sitemap to improve search indexing.</li>\n<li>Image XML Sitemaps to improve search indexing for Google Images.</li>\n<li>Build your custom HTML Sitemap to enhanced navigation for visitors and improve search indexing.</li>\n<li>Link your social media accounts to your site.</li>\n<li>Redirections in post, pages, custom post types</li>\n<li>Remove stop words (english, french, spanish, german, italian, portuguese, swedish)</li>\n<li>Remove /category/ in URLs</li>\n<li>Redirect attachment pages to post parent</li>\n<li>Import / Export settings from site to site.</li>\n<li>Import posts and terms metadata from Yoast SEO</li>\n<li>W3C check</li>\n<li>Content analysis</li>\n<li>&#8230;</li>\n</ul>\n<h3>SEOPress PRO</h3>\n<ul>\n<li>Video XML Sitemap</li>\n<li>Google Suggestions in Content Analysis</li>\n<li>Backlinks (required a Majestic paid account)</li>\n<li>SEOPress BOT: scan all your links in content to find errors (eg: 404&#8230;)</li>\n<li>WooCommerce: disable crawling on cart page, checkout page, customer account pages, add OG Price / OG Currency for better sharing and more</li>\n<li>Easy Digital Downloads: add OG Price / OG Currency, remove EDD meta generator</li>\n<li>Dublin Core</li>\n<li>Google Structured Data types: article, course, recipe, video, event, product</li>\n<li>Breadcrumbs optimized with Schema.org, A11Y ready</li>\n<li>Custom Breadcrumbs for single post types</li>\n<li>Google Page Speed</li>\n<li>Google Analytics Stats in Dashboard</li>\n<li>Google Analytics Events: track external links, downloads (PDF, DOCX&#8230;), affiliate links&#8230;</li>\n<li>Robots.txt</li>\n<li>Google News Sitemap</li>\n<li>404 Monitoring</li>\n<li>Redirect 404 to homepage/custom url automatically with custom status code (301, 302 or 307)</li>\n<li>Email notifications on 404</li>\n<li>301, 302 and 307 Redirections</li>\n<li>Import redirections using CSV</li>\n<li>Google Local Business</li>\n<li>htaccess</li>\n<li>RSS</li>\n<li>SEO tools: check websites on same server, get notified before domain expiration date, check your Alexa Rank&#8230;</li>\n</ul>\n<h4><a href=\"https://www.seopress.org/seopress-pro?utm_source=w.org&amp;utm_campaign=seopress&amp;utm_medium=readme\" rel=\"nofollow\"><strong>Buy SEOPress PRO: only $39 / unlimited sites / year</strong></a></h4>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/9XMXBHBdva0?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<h3>Translations</h3>\n<ul>\n<li>English</li>\n<li>French</li>\n<li>Spanish</li>\n<li>Bulgarian</li>\n<li>Indonesian</li>\n<li>Italian</li>\n<li>Russian</li>\n<li>Telugu</li>\n<li>Tamil</li>\n<li>Brazilian Portguese</li>\n<li>Dutch</li>\n<li>Vietnamese</li>\n<li>Romanian</li>\n<li>Chinese</li>\n<li>German (in progress)</li>\n<li>Japanese (in progress)</li>\n<li><a href=\"https://www.seopress.org/contact-us/\" rel=\"nofollow\">Add yours and get SEOPress PRO for free!</a></li>\n</ul>\n\";s:12:\"installation\";s:233:\"<ol>\n<li>Upload &#8216;wp-seopress&#8217; to the &#8216;/wp-content/plugins/&#8217; directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Click on SEOPress and apply settings.</li>\n</ol>\n\";s:3:\"faq\";s:366:\"<p><a href=\"https://www.seopress.org/support/faq/\" rel=\"nofollow\">Read our FAQ</a></p>\n\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload &#8216;wp-seopress&#8217; to the &#8216;/wp-content/plugins/&#8217; directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Click on SEOPress and apply settings.</li>\n</ol>\n</p>\n\n\";s:9:\"changelog\";s:44342:\"<h4>2.9.3</h4>\n<ul>\n<li>FIX PHP 5.4 compatibility (we strongly recommend users to upgrade to PHP 7.2)</li>\n</ul>\n<h4>2.9.2.1</h4>\n<ul>\n<li>FIX Encoding in xml image sitemaps</li>\n</ul>\n<h4>2.9.2</h4>\n<ul>\n<li>FIX Encoding some characters in xml image sitemaps &amp; og:image</li>\n</ul>\n<h4>2.9.1</h4>\n<ul>\n<li>FIX og:image</li>\n</ul>\n<h4>2.9</h4>\n<ul>\n<li>NEW Video XML Sitemap (PRO Only)</li>\n<li>NEW Add Google Suggest to find top 10 suggestions / keywords for your post (PRO Only)</li>\n<li>NEW Add Romanian language (thanks to @antonio)</li>\n<li>NEW Add Chinese language (thanks to @stanma)</li>\n<li>NEW Add seopress_excerpt_length hook to filter excerpt length</li>\n<li>NEW Add &#8216;seopress_sitemaps_video_query&#8217; hook to filter video xml sitemap query</li>\n<li>NEW og:image and twitter:image tags now automatically take the first image of the post if no post thumbnail</li>\n<li>INFO Add og:title, og:description, og:image, twitter:title, twitter:description and twitter:image values from source code to placeholders</li>\n<li>INFO Trim words for category, tag and term description on og:description and twitter:description meta (default: 50 words, use &#8216;seopress_excerpt_length&#8217; hook to filter)</li>\n<li>INFO add a check on &#8220;Discourage search engines from indexing this site&#8221; option before rendering meta robots</li>\n<li>INFO Improve UI in notifications center</li>\n<li>INFO Add useful information about og:image and twitter:image as image ratio, size etc when uploading</li>\n<li>INFO Set meta robots to noindex if is a password protected page</li>\n<li>INFO Detect relative urls in XML Image sitemap and fix them</li>\n<li>FIX Export redirections file (thanks to Rémy Rouqual)</li>\n<li>FIX Remove post type archive link in single XML sitemap if noindex set (thanks to Momo Zaza)</li>\n<li>FIX Flush permalinks ajax</li>\n<li>FIX XML Category sitemap if remove /category/ enabled</li>\n<li>FIX Strip html comments in meta description / og:description / twitter:description / dc.description for excerpt/post content</li>\n<li>FIX Fix translation in Local business</li>\n</ul>\n<h4>2.8.3</h4>\n<ul>\n<li>INFO Add shop base to breadcrumbs if WooCommerce is enabled for single product and archive page (product cat and product tag)</li>\n<li>FIX Columns in post types</li>\n<li>FIX some text-domain</li>\n<li>FIX Flush permalinks ajax</li>\n</ul>\n<h4>2.8.2</h4>\n<ul>\n<li>FIX Google Analytics GDPR compatibility</li>\n<li>FIX Search URL rewrite</li>\n<li>FIX 4 notices in SEOPress dashboard</li>\n<li>FIX 1 fatal error seopress_get_toggle_rewrite_option()</li>\n</ul>\n<h4>2.8.1</h4>\n<ul>\n<li>FIX Fatal error, hook too early</li>\n</ul>\n<h4>2.8</h4>\n<ul>\n<li>NEW GDPR for Google Analytics: request user&#8217;s consent for analytics tracking</li>\n<li>NEW Search results URL rewriting, eg: https://example.com/search/my-keyword (PRO only)</li>\n<li>NEW Add ARIA label to breadcrumbs</li>\n<li>NEW %%_ct_your_custom_taxonomy_slug%% dynamic variable for title / meta description</li>\n<li>NEW %%currentday%% dynamic variables for title / meta description</li>\n<li>NEW %%currentmonth%% dynamic variables for title / meta description</li>\n<li>NEW %%currentyear%% dynamic variables for title / meta description</li>\n<li>NEW %%currentdate%% dynamic variables for title / meta description</li>\n<li>NEW %%currenttime%% dynamic variables for title / meta description</li>\n<li>NEW %%archive_title%% dynamic variable for title / meta description</li>\n<li>NEW %%archive_date_day%% dynamic variable for title / meta description</li>\n<li>NEW %%archive_date_month%% dynamic variable for title / meta description</li>\n<li>NEW %%archive_date_year%% dynamic variable for title / meta description</li>\n<li>NEW Add &#8216;seopress_pro_breadcrumbs_css&#8217; hook to filter breadcrumbs inline CSS</li>\n<li>NEW Add &#8216;seopress_pro_breadcrumbs_sep&#8217; hook to filter breadcrumbs separator</li>\n<li>INFO Remove &#8220;seopress-breadcrumb&#8221; class</li>\n<li>INFO Add echo parameter to &#8216;seopress_display_breadcrumbs&#8217; function, default true, set to false to return the breadcrumbs</li>\n<li>INFO Remove SEOPress PRO ad in Add plugin section</li>\n<li>INFO Add a message when import settings is done</li>\n<li>FIX Word count in Content Analysis metaboxe</li>\n<li>FIX XML Sitemaps standard images</li>\n<li>FIX PHP Notice: Undefined index: _ajax_nonce</li>\n</ul>\n<h4>2.7.3</h4>\n<ul>\n<li>FIX Meta title / description</li>\n</ul>\n<h4>2.7.2</h4>\n<ul>\n<li>NEW Add Vietnamese language (thanks to Anh)</li>\n<li>NEW Add seopress_titles_canonical hook to filter canonical URL tag</li>\n<li>NEW Add seopress_social_og_title hook to filter OG title tag</li>\n<li>NEW Add seopress_social_og_desc hook to filter OG description tag</li>\n<li>NEW Add seopress_social_og_thumb hook to filter OG thumbnail tag</li>\n<li>NEW Add seopress_social_og_url hook to filter OG URL tag</li>\n<li>NEW Add seopress_social_og_site_name hook to filter OG site name tag</li>\n<li>NEW Add seopress_social_og_locale hook to filter OG locale tag</li>\n<li>NEW Add seopress_social_twitter_card_title hook to filter Twitter card title tag</li>\n<li>NEW Add seopress_social_twitter_card_desc hook to filter Twitter card description tag</li>\n<li>NEW Add seopress_social_twitter_card_thumb hook to filter Twitter card thumbnail tag</li>\n<li>NEW Add seopress_social_twitter_card_summary hook to filter Twitter card summary tag</li>\n<li>NEW Add seopress_social_twitter_card_site hook to filter Twitter card site tag</li>\n<li>NEW Add seopress_social_twitter_card_creator hook to filter Twitter card creator tag</li>\n<li>NEW Add seopress_dublin_core_title hook to filter Dublin Core title tag</li>\n<li>NEW Add seopress_dublin_core_desc hook to filter Dublin Core description tag</li>\n<li>NEW Add seopress_dublin_core_relation hook to filter Dublin Core relation tag</li>\n<li>NEW Add seopress_dublin_core_source hook to filter Dublin Core source tag</li>\n<li>INFO Remove canonical URL if noindex set</li>\n<li>FIX Notice: Undefined variable: seopress_titles_title_template </li>\n<li>FIX Notice: Undefined variable: seopress_titles_description_template</li>\n<li>FIX Improve breadcrumbs compatibility with WooCommerce</li>\n<li>FIX Dutch translation</li>\n</ul>\n<h4>2.7.1</h4>\n<ul>\n<li>NEW Add seopress_titles_title hook to filter title tag</li>\n<li>NEW Add seopress_titles_desc hook to filter meta description</li>\n<li>NEW Add seopress_titles_robots hook to filter meta robots (complete tag)</li>\n<li>NEW Add seopress_titles_noindex hook to filter meta robots noindex value</li>\n<li>NEW Add seopress_titles_nofollow hook to filter meta robots nofollow value</li>\n<li>NEW Add seopress_titles_nosnippet hook to filter meta robots nosnippet value</li>\n<li>NEW Add seopress_titles_noarchive hook to filter meta robots noarchive value</li>\n<li>NEW Add seopress_titles_noodp hook to filter meta robots noodp value</li>\n<li>NEW Add seopress_titles_noimageindex hook to filter meta google noimageindex</li>\n<li>NEW Add seopress_ga_dashboard_widget filter to remove Google Analytics Widget in Dashboard (PRO Only, feature requested by @wpchannel)</li>\n<li>INFO &#8220;Discourage search engines from indexing this site&#8221; option (Settings &gt; Reading), is not impacting anymore Titles &amp; metas in frontend</li>\n<li>INFO Improve Post type title in HTML Sitemap (suggested by @mickaelgris)</li>\n<li>INFO Autoredirect sitemap.xml to sitemaps.xml</li>\n<li>FIX Export redirections CSV file</li>\n<li>FIX backslashes in metas</li>\n<li>FIX Google Snippet Preview</li>\n</ul>\n<h4>2.7</h4>\n<ul>\n<li>NEW Export redirections to CSV file (PRO only)</li>\n<li>NEW Add Redirection URL and Redirection Enable columns in post types (Go to SEO &gt; Advanced &gt; Appearance to enable them)</li>\n<li>NEW Swedish stop words</li>\n<li>NEW Add Dutch language (thanks to Sebastiaan Hendriks)</li>\n<li>NEW Add bulk edit for Enable / Disable redirections in post / page / post type lists</li>\n<li>INFO Import tool from Yoast now supports large amount of posts (tested with 10 000 posts)</li>\n<li>INFO Improve server software detection (thanks to @KulkaNicolas)</li>\n<li>INFO Improve design to separate 301/302/307 redirections compare to 404 errors (PRO Only)</li>\n<li>FIX Double echo in Breadcrumbs</li>\n<li>FIX Encoding in Google Snippet Preview</li>\n</ul>\n<h4>2.6.3</h4>\n<ul>\n<li>FIX Regression on canonical</li>\n</ul>\n<h4>2.6.2</h4>\n<ul>\n<li>FIX Regression Google Analytics introduced in 2.6.1</li>\n</ul>\n<h4>2.6.1</h4>\n<ul>\n<li>NEW Russian language for SEOPress PRO (thanks to @Dmitriy)</li>\n<li>FIX Themosis Framework (thanks to @romainhe)</li>\n<li>FIX XML Sitemap last mod error</li>\n<li>FIX Multisite save settings</li>\n</ul>\n<h4>2.6</h4>\n<ul>\n<li>NEW Add WP Editor to taxonomy description textarea</li>\n<li>NEW 15 new Google Analytics hooks (custom dimensions, link attribution etc&#8230;)</li>\n<li>NEW Admin menu hook to filter SEOPress icon</li>\n<li>INFO Content Analysis improvement: now with support for expressions, accented words, case insensitive etc&#8230;</li>\n<li>INFO Improve A11Y</li>\n<li>FIX Trying to get property &#8216;ID&#8217; of non-object (inc/functions/options-titles-metas.php:503 &amp; inc/functions/options-titles-metas.php:253)</li>\n</ul>\n<h4>2.5.2</h4>\n<ul>\n<li>FIX Google Analytics</li>\n</ul>\n<h4>2.5.1</h4>\n<ul>\n<li>FIX Fatal error in XML Sitemaps</li>\n</ul>\n<h4>2.5</h4>\n<ul>\n<li>NEW Google Analytics: Moving from analytics.js to gtag.js</li>\n<li>NEW Huge improvement for accessibility (thanks to @thierrypigot for his feedbacks)</li>\n<li>NEW Real Google Snippet Preview: meta title and description are now read from your source code</li>\n<li>NEW 404 email alert redesign (PRO Only)</li>\n<li>NEW Page Speed email alert redesign (PRO Only)</li>\n<li>INFO Improve Page Speed design page (PRO Only)</li>\n<li>INFO Add post type archive link in XML sitemaps</li>\n<li>INFO Increase htaccess textarea width</li>\n<li>INFO Add a default value for meta description at plugin activation</li>\n<li>INFO Redirections now support Query String</li>\n<li>FIX 4 Notices</li>\n<li>FIX CSS conflicts</li>\n<li>FIX Notice seopress_xml_terms_list in XML sitemaps (thanks to @lriaudel)</li>\n</ul>\n<h4>2.4</h4>\n<ul>\n<li>NEW Add priceRange field for Local Business (PRO Only)</li>\n<li>NEW Add &#8216;seopress_sitemaps_single_query&#8217; hook to filter XML Sitemap query for single post type</li>\n<li>NEW Add &#8216;seopress_sitemaps_single_term_query&#8217; hook to filter XML Sitemap query for single term</li>\n<li>NEW Add &#8216;seopress_sitemaps_single_gnews_query&#8217; hook to filter XML Sitemap query for Google News</li>\n<li>NEW Add &#8216;seopress_sitemaps_index_cpt_query&#8217; hook to filter latest post types query in index XML Sitemap</li>\n<li>NEW Add &#8216;seopress_sitemaps_index_gnews_query&#8217; hook to filter latest post types query for Google News in index XML Sitemap</li>\n<li>NEW Add &#8216;seopress_sitemaps_index_tax_query&#8217; hook to filter taxonomies query in index XML Sitemap</li>\n<li>NEW Add &#8216;seopress_sitemaps_html_query&#8217; hook to filter HTML Sitemap query</li>\n<li>NEW Group posts by category in HTML Sitemap</li>\n<li>NEW Option to set noindex on search pages</li>\n<li>INFO Breadcrumbs now displays the category hierarchy for single post</li>\n<li>INFO Compatibility with PHP 7.2</li>\n<li>INFO Updating Google Analytics API with latest release</li>\n<li>FIX Google News XML Sitemap with Polylang</li>\n<li>FIX Latest post in XML Sitemaps index for Google News</li>\n<li>FIX Wrong og:title / og:description / twitter:title / twitter:description in category/tag/term archive if custom title/desc set</li>\n<li>FIX 5 notices: undefined index in Titles &amp; metas option page</li>\n<li>FIX Increase security</li>\n</ul>\n<h4>2.3</h4>\n<ul>\n<li>NEW Facebook Link Ownership meta: link your website to your Facebook page in order to edit your titles, links and thumbnails in Facebook when your share posts</li>\n<li>NEW Add Shortcode to call Breadcrumbs (PRO Only)</li>\n<li>NEW Admin Columns PRO support: quickly add inline editing for Meta Title, Meta Description, noindex &amp; nofollow (PRO Only)</li>\n<li>NEW Add Standout tag for Google News (PRO Only)</li>\n<li>NEW Add Canonical URL column / quick edit in post types</li>\n<li>NEW Add &#8216;seopress_paged&#8217; hook to filter current pagination tag in title / meta description (see documentation)</li>\n<li>NEW Add &#8216;seopress_get_search_query&#8217; hook to filter search keywords tag in title / meta description (see documentation)</li>\n<li>NEW Add &#8216;seopress_metaboxe_seo&#8217; hook to filter call of SEO metaboxe for each post type (see documentation)</li>\n<li>NEW Add &#8216;seopress_metaboxe_term_seo&#8217; hook to filter call of SEO metaboxe for each term taxonomy (see documentation)</li>\n<li>NEW Add &#8216;seopress_metaboxe_content_analysis&#8217; hook to filter call of Content Analysis metaboxe for each post type (see documentation)</li>\n<li>NEW Add &#8216;seopress_pro_metaboxe_sdt&#8217; hook to filter call of Structured Data Types metaboxe for each post type (PRO Only &#8211; see documentation)</li>\n<li>INFO Breadcrumbs: you can now call multiples breadcrumbs in same page</li>\n<li>INFO Improve Breadcrumbs support for paged pages, parent page, blog page&#8230;</li>\n<li>INFO Replace &#8220;Products&#8221; in Breadcrumbs by Product terms category (WooCommerce and PRO Only)</li>\n<li>INFO Gutenberg compatibility</li>\n<li>INFO Increase meta description length to 320 characters</li>\n<li>INFO Increase Twitter description length</li>\n<li>INFO Improve search keywords title / meta description if empty</li>\n<li>INFO Add a notice if logo publisher is empty when using Article structured data types (required by Google)</li>\n<li>INFO Performance improvement</li>\n<li>FIX Translations</li>\n<li>FIX Notice seopress_titles_single_titles</li>\n<li>FIX Notice undefined $post value in terms</li>\n</ul>\n<h4>2.2.3</h4>\n<ul>\n<li>INFO Improve Broken links feature with better UI</li>\n<li>INFO Add option to increase number of posts to scan for broken links feature</li>\n<li>FIX Notice in Local Business (thanks to Aurélien Joahny)</li>\n<li>FIX Google News XML Sitemaps encoding (thanks to Christophe Lengay)</li>\n<li>FIX Remove Post and Page in Titles &gt; Archives (thanks to Patrice Defago)</li>\n<li>FIX Support SEOPress custom columns for Easy Digital Downloads</li>\n</ul>\n<h4>2.2.2</h4>\n<ul>\n<li>NEW Custom fields (from post, page and post type) for titles and meta description</li>\n<li>NEW Easy Digital Downloads: remove meta tag generator, add Open Graph Price &amp; Currency, OG:TYPE Product (PRO Only)</li>\n<li>INFO XML Sitemaps: check if there is posts associated to custom post type (to reduce Search Console error)</li>\n<li>INFO XML Sitemaps: check if there is terms associated to taxonomy (to reduce Search Console error)</li>\n<li>FIX Custom breadcrumbs with multiple children</li>\n</ul>\n<h4>2.2.1</h4>\n<ul>\n<li>NEW Remove WordPress meta generator in source code</li>\n<li>NEW Remove Windows Live Writer tag in source code</li>\n<li>NEW Remove RSD (Really Simple Discovery) tag in source code</li>\n<li>INFO Add notice in metaboxe if is Shop page</li>\n<li>FIX noindex on archives taxonomies default setting</li>\n<li>FIX Toggle features JS</li>\n</ul>\n<h4>2.2</h4>\n<ul>\n<li>NEW Content analysis!</li>\n<li>NEW Add Target keyword column (go to SEO -&gt; Advanced page to enable)</li>\n<li>INFO Importer tool now supports Focus keyword from Yoast SEO</li>\n<li>INFO PHP 5.3 compatibility (we strongly encourage you to switch to PHP 7.1)</li>\n<li>INFO Improve security</li>\n<li>FIX Redirection test in list view</li>\n<li>FIX Home url for breadcrumbs with Polylang</li>\n<li>FIX seopress-counters.js conflict with WooCommerce Variation Swatches and Photos</li>\n<li>FIX Undefined $seopress_robots_breadcrumbs in term edit</li>\n<li>FIX Undefined variable seopress_backlinks_majestic_key</li>\n</ul>\n<h4>2.1.9</h4>\n<ul>\n<li>NEW Custom breadcrumbs for single post types (PRO Only)</li>\n<li>INFO Improve redirection test (thanks @mickaelgris)</li>\n<li>INFO Improve post type notifications for bulk edit (redirections, broken links and backlinks) (thanks @wpchannel)</li>\n<li>INFO Improve current submenu for post type (redirections and broken links) (thanks @gd6d)</li>\n<li>INFO Small performance improvement for XML taxonomy sitemap</li>\n<li>FIX Google Analytics lock selection (thanks @wpchannel)</li>\n<li>FIX GA Notice</li>\n<li>FIX XML Taxonomy sitemaps by removing terms if noindex set</li>\n<li>FIX Italian language</li>\n<li>FIX Robots.txt &amp; htaccess tabs</li>\n</ul>\n<h4>2.1.8</h4>\n<ul>\n<li>NEW Block robots.txt and .htaccess file editing with define in wp-config.php (https://www.seopress.org/support/guides/block-robots-txt-htaccess-file-editing-wordpress-admin/)</li>\n<li>NEW %%post_category%% dynamic variable for single post title / meta description</li>\n<li>NEW %%post_tag%% dynamic variable for single post title / meta description</li>\n<li>NEW Add Tamil language (thanks to Sankar Srinivasan)</li>\n<li>NEW Add bulk edit for WooCommerce products</li>\n<li>NEW Add bulk edit for terms taxonomies</li>\n<li>FIX DatePublished quotes for Article Data Structured</li>\n<li>FIX Some strings translation</li>\n<li>FIX Add logo to Google Knowledge Graph only if Organization type is selected</li>\n<li>FIX Breadcrumbs (thanks to Aurélien Joahny)</li>\n<li>FIX Schema.org for Organization</li>\n</ul>\n<h4>2.1.7.2</h4>\n<ul>\n<li>NEW Add Brazilian Portuguese language (thanks to Daniel Pechmann)</li>\n<li>FIX Google News Genre</li>\n</ul>\n<h4>2.1.7.1</h4>\n<ul>\n<li>FIX Fatal Error (function doesn&#8217;t exist!)</li>\n</ul>\n<h4>2.1.7</h4>\n<ul>\n<li>NEW Filter stop words list (https://www.seopress.org/support/hooks/filter-stop-words-list-by-language/)</li>\n<li>NEW Open Graph and Twitter Cards tags now inherit custom title and meta description first</li>\n<li>NEW Use Open Graph for Twitter Cards if empty</li>\n<li>INFO Add YouTube link in admin header</li>\n<li>FIX EDD Updater</li>\n<li>FIX Twitter link in admin header</li>\n</ul>\n<h4>2.1.6</h4>\n<ul>\n<li>NEW Add WooCommerce dynamic variables for Titles and meta descriptions (single product cat, single product tag and short desc)</li>\n<li>NEW Add content before each post in RSS (PRO Only)</li>\n<li>NEW Add content after each post in RSS (PRO Only)</li>\n<li>FIX XML Image Sitemaps errors</li>\n<li>FIX CSS opacity for Google Analytics dashboard widget</li>\n<li>FIX Replace User Login with User ID for Google Analytics custom dimensions</li>\n</ul>\n<h4>2.1.5</h4>\n<ul>\n<li>FIX Esc attr if post excerpt in meta desc/OG/DC</li>\n<li>FIX Flush permalinks in Network admin</li>\n</ul>\n<h4>2.1.4</h4>\n<ul>\n<li>NEW Add Russian language (thanks to Dmitriy)</li>\n<li>INFO Add sidebar in help tab</li>\n<li>INFO Add Reset license button (PRO Only)</li>\n<li>INFO Refactoring code (Dublin Core and Meta-description)</li>\n<li>INFO OG:TYPE is now &#8220;product&#8221; if single product page with WooCommerce</li>\n<li>FIX Strip all HTML tags in metas</li>\n<li>FIX CSS background</li>\n<li>FIX CSS Help tab</li>\n<li>FIX Disable admin bar in frontend if option is checked</li>\n<li>FIX Improve check when loading CSS files</li>\n<li>FIX og:price:amount notice</li>\n<li>FIX Translations / Update POT</li>\n<li>FIX Home Title/meta description if Your latest posts checked</li>\n</ul>\n<h4>2.1.3</h4>\n<ul>\n<li>NEW Lock your Google Analytics view</li>\n<li>NEW Add [seopress_html_sitemap] shortcode to display HTML Sitemap</li>\n<li>NEW Add Import redirects button in redirections list</li>\n<li>NEW Add Flush permalinks button in robots.txt tab</li>\n<li>NEW Add option to disable published date in HTML Sitemap</li>\n<li>NEW Add Test redirection link in Redirections list view to quickly test your redirection</li>\n<li>NEW Add Telugu language (thanks to Manoj Kumar)</li>\n<li>NEW Add new notification to detect if add_theme_support(&#8216;title-tag&#8217;) is used</li>\n<li>FIX Replace get_gallery_attachment_ids by get_gallery_image_ids() for XML Sitemaps</li>\n<li>FIX UTF8 Encode/decode URL in XML Sitemaps</li>\n<li>FIX CSS alert z-index</li>\n<li>FIX Sanitize seopress_robots_file</li>\n<li>FIX Remove Google News tab in metaboxe if Google News feature is Off</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>FIX Notice: Undefined variable: seopress_social_og_type in wp-content/plugins/wp-seopress/inc/functions/options-social.php on line 392</li>\n<li>FIX Fatal Error with Recipes Rich Snippet (PRO Only)</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>FIX Add new plugin page error</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>NEW Check your backlinks with Majestic API (PRO Only)</li>\n<li>NEW Multisite support for .htaccess and robots.txt (PRO Only)</li>\n<li>NEW Track external links in Google Analytics (PRO Only)</li>\n<li>NEW Track affiliates links in Google Analytics (PRO Only)</li>\n<li>NEW Add some hooks to breadcrumbs</li>\n<li>INFO License key are now hidden in admin</li>\n<li>INFO Links to documentation are now localized if language is available</li>\n<li>INFO Improve notice if SEOPress (free release) is disabled (if PRO enabled)</li>\n<li>INFO No more SEOPress mention in XML Sitemap and now translatable</li>\n<li>INFO Check if .htaccess file exists before editing</li>\n<li>FIX Minor CSS</li>\n<li>FIX XML Sitemaps template conflicts with some themes</li>\n<li>FIX Google Analytics Ajax Fatal Error</li>\n</ul>\n<h4>2.0.4</h4>\n<ul>\n<li>NEW Add new option to automatically clean old 404 error if monitoring enabled (PRO Only)</li>\n<li>INFO Add site name in 404 email alerts</li>\n<li>INFO Notice user if default permalink structure is used in XML Sitemaps settings</li>\n<li>FIX RSS deactivation </li>\n<li>FIX Default tab in PRO page settings</li>\n<li>FIX Text domain for translations</li>\n<li>FIX XML Sitemaps Image if Jetpack enabled</li>\n<li>FIX Undefined offset in admin.php</li>\n<li>FIX Whois if subdomain</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>NEW Add Indonesian language (thanks to Tomtom)</li>\n<li>FIX Title/meta desc/OG, DC and Twitter metas for blog page</li>\n<li>FIX OG/Twitter metas for term archive</li>\n<li>FIX Esc quotes</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>INFO WordPress 4.8 compatibility</li>\n<li>FIX Whois (PRO Only)</li>\n<li>FIX CSS conflicts</li>\n<li>FIX Undefined index: Domain Name wp-content/plugins/wp-seopress/inc/admin/admin.php:1041</li>\n<li>FIX Undefined index: Registrar wp-content/plugins/wp-seopress/inc/admin/admin.php:1043</li>\n<li>FIX Undefined index: Updated Date wp-content/plugins/wp-seopress/inc/admin/admin.php:1045</li>\n<li>FIX Undefined index: Creation Date wp-content/plugins/wp-seopress/inc/admin/admin.php:1047</li>\n<li>FIX Undefined index: Registry Expiry Date wp-content/plugins/wp-seopress/inc/admin/admin.php:1049</li>\n<li>FIX Notice wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:408</li>\n<li>FIX Notice wp-content/plugins/wp-seopress-pro/inc/functions/options-dublin-core.php:71</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>NEW Add bulgarian language (thanks to @ilivanov)</li>\n<li>FIX Compatibility with Custom Post Type UI</li>\n<li>FIX Fatal Error if Advanced options is disabled</li>\n<li>FIX CSS issues</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>NEW SEO metaboxe for terms (categories, tags, custom taxonomies including WooCommerce categories and tags)</li>\n<li>NEW Track downloads with Google Analytics (PDF, ZIP, DOCX&#8230;)</li>\n<li>NEW Disable author archives</li>\n<li>NEW Disable date archives</li>\n<li>NEW Check websites/domain names setup on your server (useful with share hosting &#8211; PRO Only)</li>\n<li>NEW Receive email alert before domain name expiration (PRO Only)</li>\n<li>NEW Check your Alexa Rank (PRO Only)</li>\n<li>NEW Add link rel=&#8221;prev&#8221; / rel=&#8221;next&#8221; for paginated archives</li>\n<li>NEW Import Yoast SEO term settings in SEOPress</li>\n<li>NEW Disable RSS feeds</li>\n<li>NEW Quickly block directory browsing, protect wp-config.php file and create 301 redirection when editing htaccess (PRO only)</li>\n<li>INFO Introducing SEOPress font family: better integration of SEOPress icon in admin (remove base64 img)</li>\n<li>INFO Remove Google Analytics footprint</li>\n<li>INFO Add notification for NGINX server in XML Sitemaps page by providing NGINX rules (thanks wpserveur.net)</li>\n<li>FIX Scan link in SEOPres Dashboard</li>\n<li>FIX Remove Jetpack Open Graph metas now availabe in the free release instead of PRO</li>\n<li>FIX %%post_excerpt%% if empty, use the_content() for meta-description</li>\n<li>FIX Link to SEOPress.org</li>\n<li>FIX Remove Redirections in menu if disabled to avoid error</li>\n<li>FIX Undefined variable $seopress_get_the_excerpt</li>\n<li>FIX Trying to get property of non-object in options-titles-metas.php:378 if no post in post type archives</li>\n<li>FIX Trying to get property of non-object in options-breadcrumbs.php:136 if no post in post type archives</li>\n<li>FIX Disable post type archive link in breadcrumbs if no archive for CPT</li>\n<li>FIX Bulk edit nofollow</li>\n<li>FIX Quick edit save</li>\n<li>FIX UX/UI bugs</li>\n<li>FIX Google Analytics: not showing if user logged in</li>\n<li>FIX Google Page Speed request/redirect</li>\n</ul>\n<h4>1.9</h4>\n<ul>\n<li>NEW Add W3C check column in post types list</li>\n<li>NEW Add Google Page Speed check column in post types list</li>\n<li>FIX Use https for schema.org if SSL used</li>\n<li>FIX Compatibility with Max Mega Menu</li>\n</ul>\n<h4>1.8.2</h4>\n<ul>\n<li>FIX Enable by default trailing slash in options</li>\n</ul>\n<h4>1.8.1</h4>\n<ul>\n<li>INFO Enable / disable trailing slash at the end of URL</li>\n<li>FIX Wrong link for Broken links page in Dashboard</li>\n<li>FIX CSS minification in admin</li>\n</ul>\n<h4>1.8</h4>\n<ul>\n<li>NEW Import your redirections from CSV file (PRO Only)</li>\n<li>NEW Bulk actions to enable/disable redirections from list view (PRO Only)</li>\n<li>NEW Add redirections type filter button in Redirections list view (PRO Only)</li>\n<li>NEW Google Local Business to improve your Knowledge Graph card in search results and Google Maps</li>\n<li>NEW Show total number of words from posts, pages and custom post types list view</li>\n<li>INFO Improve UI/UX</li>\n<li>INFO Add some advices in notifications center</li>\n<li>INFO Strip all HTML tags in breadcrumbs (PRO Only)</li>\n<li>FIX Warning: array_key_exists() expects parameter 2 to be array, null given in /wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php</li>\n<li>FIX Notice ReportPageSpeed</li>\n</ul>\n<h4>1.7.6</h4>\n<ul>\n<li>FIX some text domain translations</li>\n<li>FIX Block SEO and Google Structured Data Types metaboxes for user roles</li>\n<li>FIX Google Analytics Stats in WordPress Dashboard (PRO Only)</li>\n<li>FIX Undefined variable seopress_google_analytics_auth</li>\n<li>FIX Redirect licence manager</li>\n<li>FIX XML Image Sitemaps (thanks to @mikyjoseph)</li>\n</ul>\n<h4>1.7.5</h4>\n<ul>\n<li>FIX Redirections (PRO Only)</li>\n<li>FIX UI issues</li>\n<li>FIX Capability for SEOPress BOT (PRO only)</li>\n<li>FIX Default tab JS (PRO only)</li>\n<li>FIX Notice Undefined variable: seopress_social_twitter_card_site in options-social.php on line 553</li>\n</ul>\n<h4>1.7.4</h4>\n<ul>\n<li>NEW Add Redirection Enable column in Redirections / 404 monitoring</li>\n<li>NEW Add Redirection status column in Redirections / 404 monitoring</li>\n<li>NEW Add Redirection URL column in Redirections / 404 monitoring</li>\n<li>INFO Updating updater licence manager</li>\n<li>INFO Improve translations</li>\n<li>INFO Improve UX</li>\n<li>INFO Improve UI</li>\n<li>FIX Text domain in some translations</li>\n</ul>\n<h4>1.7.3</h4>\n<ul>\n<li>NEW Add spanish language (thanks to http://www.rslprogramacion.es/)</li>\n<li>FIX Remove non public custom post types in XML Sitemaps options</li>\n<li>FIX Undefined index: seopress_social_knowledge_type</li>\n<li>FIX Undefined index: seopress_social_knowledge_contact_type</li>\n<li>FIX Undefined index: seopress_social_knowledge_contact_option</li>\n<li>FIX Undefined index: seopress_social_twitter_card_img_size</li>\n<li>FIX Undefined index: seopress_social_accounts_facebook</li>\n<li>FIX Undefined index: seopress_social_accounts_twitter</li>\n<li>FIX Undefined index: seopress_social_accounts_google</li>\n<li>FIX Undefined index: seopress_social_accounts_pinterest</li>\n<li>FIX Undefined index: seopress_social_accounts_instagram</li>\n<li>FIX Undefined index: seopress_social_accounts_youtube</li>\n<li>FIX Undefined index: seopress_social_accounts_linkedin</li>\n<li>FIX Undefined index: seopress_social_accounts_myspace</li>\n<li>FIX Undefined index: seopress_social_accounts_soundcloud</li>\n<li>FIX Undefined index: seopress_social_accounts_tumblr</li>\n<li>FIX Undefined index: seopress_social_knowledge_name</li>\n<li>FIX Undefined index: seopress_social_knowledge_phone</li>\n<li>FIX Undefined index: seopress_social_facebook_admin_id</li>\n<li>FIX Undefined index: seopress_social_facebook_app_id</li>\n<li>FIX Undefined index: seopress_social_knowledge_img</li>\n<li>FIX Undefined index: seopress_social_facebook_img</li>\n<li>FIX Undefined index: seopress_social_twitter_card_img</li>\n<li>FIX Undefined index: description</li>\n<li>FIX Undefined index: description (2)</li>\n<li>FIX Undefined index: seopress_titles_archives_author_desc</li>\n<li>FIX Undefined index: seopress_titles_archives_date_desc</li>\n<li>FIX Undefined index: seopress_titles_archives_404_desc</li>\n<li>FIX Undefined index: seopress_xml_sitemap_html_mapping</li>\n<li>FIX Undefined index: seopress_xml_sitemap_html_exclude</li>\n<li>FIX Undefined index: seopress_advanced_advanced_google</li>\n<li>FIX Undefined index: seopress_advanced_advanced_bing</li>\n<li>FIX Undefined index: seopress_advanced_advanced_pinterest</li>\n<li>FIX Undefined index: seopress_advanced_advanced_yandex</li>\n<li>FIX Use of undefined constant seopress_admin_header &#8211; assumed &#8216;seopress_admin_header&#8217;</li>\n<li>FIX Undefined index: seopress_rich_snippets_publisher_logo</li>\n<li>FIX Undefined index: seopress_rich_snippets_publisher_logo_width</li>\n<li>FIX Undefined index: seopress_rich_snippets_publisher_logo_height</li>\n<li>FIX Undefined index: seopress_breadcrumbs_separator</li>\n<li>FIX Undefined index: seopress_robots_file</li>\n<li>FIX Undefined index: seopress_news_name</li>\n<li>FIX Undefined index: seopress_news_genres</li>\n<li>FIX Undefined index: seopress_news_keywords</li>\n<li>FIX Undefined index: seopress_404_redirect_home</li>\n<li>FIX Undefined index: seopress_404_redirect_custom_url</li>\n<li>FIX Undefined index: seopress_404_redirect_status_code</li>\n<li>FIX Undefined index: seopress_404_enable_mails_from</li>\n</ul>\n<h4>1.7.2</h4>\n<ul>\n<li>INFO Breadcrumbs now support Events Calendar / Events Calendar Pro</li>\n<li>FIX Edit robots.txt</li>\n<li>FIX Esc_attr for SEOPress BOT</li>\n<li>FIX Google Knowledge Graph (thanks to @leflibustier)</li>\n</ul>\n<h4>1.7.1</h4>\n<ul>\n<li>FIX XML Index sitemaps count column</li>\n<li>FIX XML Sitemaps replace Published date by Modified date (last update)</li>\n<li>FIX XML Sitemaps Notice: Undefined variable: product_img</li>\n<li>FIX XML Sitemaps Warning:  DOMDocument::loadHTML(): Empty string supplied as input</li>\n<li>FIX XML Sitemaps Notice: Undefined variable: images</li>\n<li>FIX Undefined index: logout wp-seopress-pro/inc/admin/admin.php (Google Analytics)</li>\n<li>FIX Google Analytics Dashboard widget if no token</li>\n</ul>\n<h4>1.7</h4>\n<ul>\n<li>NEW SEOPress BOT : scan all your links in content and detect 404 errors, 301/302/307 redirects, links down&#8230; (SEOPress PRO only)</li>\n<li>NEW SEOPress BOT : export links scan in CSV (SEOPress PRO only)</li>\n<li>NEW XML Image Sitemap now with Post Thumbnail support</li>\n<li>INFO Improve UI</li>\n<li>INFO Improve Licence page</li>\n<li>FIX Twitter Card</li>\n<li>FIX Google News Sitemap</li>\n<li>FIX Sanitize fields (PRO only)</li>\n<li>FIX Translations</li>\n</ul>\n<h4>1.6</h4>\n<ul>\n<li>NEW XML Image Sitemap to improve ranking in Google Images (supports standard images, WP Image Galleries and WooCommerce image products)</li>\n<li>NEW Block SEO metaboxe to specific user roles</li>\n<li>NEW Block Structured Data Types metaboxe to specific user roles</li>\n<li>INFO Move SEO metaboxe just under the editor</li>\n<li>INFO Add Items count column in index XML Sitemaps</li>\n<li>INFO Move Structured Data Types metaboxe just under SEO metaboxe</li>\n<li>FIX Undefined notice phone number</li>\n<li>FIX Change Price input number to input text to allow decimals (Structured Data Types)</li>\n<li>FIX incorrect last update date in index XML Sitemaps</li>\n<li>FIX Admin bar is_plugin_active error</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>INFO Improve Breadcrumbs SEO</li>\n<li>FIX Google Analytics Fatal Error</li>\n<li>FIX Dublin Core notices</li>\n<li>FIX Adminbar now visible in front-end too when user is logged</li>\n<li>FIX Use of undefined constant yes &#8211; assumed &#8216;yes&#8217;</li>\n<li>FIX WooCommerce compatibility with Breadcrumbs</li>\n<li>FIX Dublin Core Subject</li>\n<li>FIX Dublin Core Description</li>\n<li>FIX 10 Undefined variable seopress_social_knowledge_img_option</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>NEW Google Analytics Stats in Dashboard with interactive charts (SEOPress PRO only)</li>\n<li>NEW Add new advices in Notifications center</li>\n<li>NEW Quick Edit your titles and meta descriptions from listing pages in backend</li>\n<li>NEW Add bulk actions to enable/disable noindex/nofollow/index/follow</li>\n<li>NEW Hide Genesis SEO Metaboxe (in Advanced page, appearance tab)</li>\n<li>INFO You can now reset notifications display settings in Import/Export/Reset page</li>\n<li>INFO Enhanced Google Snippet Preview</li>\n<li>FIX Conflict with AIT Themes</li>\n<li>FIX some undefined notices</li>\n<li>FIX Notice admin_header</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>NEW Remove /category/ in permalinks (works with Polylang and WPML)</li>\n<li>NEW Show/Hide Notifications Center</li>\n<li>NEW Allow Google AdSense bot, Allow Google Image Bot, Add Default WP rules in on click in robots.txt</li>\n<li>INFO Hide Search Console notice if Google site verification field isn&#8217;t empty</li>\n<li>INFO Minifying CSS</li>\n<li>FIX Canonical tag</li>\n<li>FIX Facebook Admin ID</li>\n<li>FIX Facebook App ID</li>\n<li>FIX Remove stop words conflict with WooCommerce Orders report</li>\n<li>FIX Fatal error: Uncaught Error: Call to undefined function seopress_titles_single_desc_option()</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>NEW Redirect 404 to homepage/custom url automatically with custom status code (301, 302 or 307) &#8211; (SEOPress PRO only)</li>\n<li>NEW Receive email notifications each time a 404 is detected (SEOPress PRO only)</li>\n<li>NEW Create an HTML sitemap to boost your SEO</li>\n<li>INFO Add save remove notices</li>\n<li>FIX Esc_html on category, tag and term description</li>\n<li>FIX Structured Data Types metaboxe if disabled</li>\n<li>FIX Some french translations</li>\n<li>FIX Canonical URL</li>\n<li>FIX Dublin Core Relation</li>\n<li>FIX OG:URL</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>FIX Fatal error for WooCommerce cart, checkout, my account pages</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>NEW Add Dublin Core meta tags (SEOPress PRO only)</li>\n<li>NEW Add Structured Data Types for Articles, Courses, Videos, Recipes, Events and Products (SEOPress PRO only)</li>\n<li>NEW Add Organization phone number for Google Knowledge Graph</li>\n<li>NEW Add Contact type for Google Knowledge Graph</li>\n<li>NEW Add Contact option for Google Knowledge Graph</li>\n<li>FIX Remove Meta description if empty</li>\n<li>FIX Esc_html in tooltips</li>\n<li>FIX Logo Google Knowledge Graph</li>\n<li>FIX Social Accounts in Google Knowledge Graph</li>\n<li>FIX Duplicate URL (trailing slash bug)</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>NEW Add new advices in notifications center</li>\n<li>NEW Link your robots.txt to your sitemap in one click</li>\n<li>NEW Block SEMRush et Majestic SEO Bots in one click</li>\n<li>NEW Add noindex column in post types</li>\n<li>NEW Add nofollow column in post types</li>\n<li>INFO Improve performance in xml sitemap generation</li>\n<li>INFO Improve translations</li>\n<li>INFO Set Google Analytics enable by default</li>\n<li>INFO Add some helps</li>\n<li>FIX XML Sitemaps compatibility with Polylang</li>\n<li>FIX Access to PRO options if SEOPress is disabled</li>\n<li>FIX Notice Trying to get property of non-object seopress.php:182</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>FIX Escape HTML tags in title</li>\n<li>FIX WooCommerce (PRO) fatal error</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>FIX XML sitemaps fatal error</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>NEW Google Analytics</li>\n<li>NEW Import Yoast Posts metadata in SEOPress (Title tags, Meta description, Facebook Open Graph tags (title, description and image thumbnail), Twitter tags (title, description and image thumbnail), Meta Robots (noindex, nofollow&#8230;), Canonical URL)</li>\n<li>NEW Google News Sitemap (SEOPress PRO only)</li>\n<li>NEW Breadcrumbs (SEOPress PRO only)</li>\n<li>NEW Google Page Speed tool (SEOPress PRO only)</li>\n<li>NEW Robots.txt (SEOPress PRO only)</li>\n<li>NEW htaccess (SEOPress PRO only)</li>\n<li>NEW WooCommerce OG:PRICE meta for product (SEOPress PRO only)</li>\n<li>NEW WooCommerce OG:CURRENCY meta for product (SEOPress PRO only)</li>\n<li>NEW WooCommerce Noindex cart page (SEOPress PRO only)</li>\n<li>NEW WooCommerce Noindex checkout page (SEOPress PRO only)</li>\n<li>NEW WooCommerce Noindex customer account pages (SEOPress PRO only)</li>\n<li>NEW Add Title tag column in post types</li>\n<li>NEW Add Meta description column in post types</li>\n<li>NEW Set default values (settings need to be reset if you already own the plugin)</li>\n<li>NEW Add SEOPress in Admin Bar for quick access (you can remove it)</li>\n<li>NEW Manage Titles, Meta Descriptions and Meta Robots for Custom Post Type Archives</li>\n<li>NEW Add new checks in notifications center</li>\n<li>NEW Add Logo preview in Knowledge graph</li>\n<li>INFO If Jetpack enabled, disable Jetpack Open Graph Tags for compatibility</li>\n<li>INFO Check if SEOPress is installed, if not, display a notice for SEOPress Pro users</li>\n<li>INFO Improve some labels</li>\n<li>INFO Add minimum size required for Facebook and Twitter thumbnail</li>\n<li>INFO Add SEOPress icon in admin menu</li>\n<li>INFO Add descriptions / tooltips for labels, inputs&#8230;</li>\n<li>FIX Disable article:published_time, article:modified_time and og:updated_time on homepage</li>\n<li>FIX CSS bugs</li>\n<li>FIX XML Sitemaps namespaces</li>\n<li>FIX Escape HTML in OG:Title, Twitter:title</li>\n<li>FIX Wrong link for rating SEOPress on w.org</li>\n<li>FIX Replace get_site_url() by get_home_url() (thanks to Ludovic Riaudel)</li>\n<li>FIX Title tag and meta description for frontpage</li>\n<li>FIX Notification center checks</li>\n<li>FIX if function exists errors</li>\n<li>FIX WooCommerce checks</li>\n</ul>\n<h4>0.9</h4>\n<ul>\n<li>NEW Add OG:URL if Open Graph is enabled</li>\n<li>NEW Add OG:SITE_NAME if Open Graph is enabled</li>\n<li>NEW Add OG:TYPE if Open Graph is enabled</li>\n<li>NEW Add OG:LOCALE if Open Graph is enabled</li>\n<li>NEW Add TWITTER:SITE if Twitter Card is enabled</li>\n<li>NEW Add TWITTER:CREATOR if Twitter Card is enabled</li>\n<li>NEW Add Flush permalinks button in XML Sitemaps settings page</li>\n<li>NEW Add Ping Google manually button for XML Sitemaps</li>\n<li>NEW Add noindex meta robots tag for Author and Date archives</li>\n<li>FIX Display Site Verification meta only on homepage</li>\n<li>FIX Set Search and 404 pages to noindex by default</li>\n<li>FIX Notice Undefined variable: seopress_social_knowledge_img_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_facebook_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_twitter_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_google_option</li>\n<li>FIX Undefined variable: seopress_social_accounts_pinterest_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_instagram_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_youtube_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_linkedin_option </li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_myspace_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_soundcloud_option</li>\n<li>FIX Notice Undefined variable: seopress_social_accounts_tumblr_option</li>\n<li>FIX Notice: Trying to get property of non-object in inc/functions/options-titles-metas.php on line 253</li>\n<li>FIX Notice: Trying to get property of non-object in inc/functions/options-titles-metas.php on line 355</li>\n</ul>\n<h4>0.8</h4>\n<ul>\n<li>NEW Remove stop words in URL (supported languages: EN, FR, ES, DE, IT, PT)</li>\n<li>INFO List last modified posts first in XML sitemaps</li>\n<li>FIX Remove posts marked as noindex in edit post page in XML sitemaps</li>\n</ul>\n<h4>0.7</h4>\n<ul>\n<li>NEW Redesign SEOPress main page</li>\n<li>NEW Notifications center</li>\n<li>NEW Add XSL in sitemaps for readability</li>\n<li>NEW Add Google site verification option</li>\n<li>NEW Add Bing site verification option</li>\n<li>NEW Add Pinterest site verification option</li>\n<li>NEW Add Yandex site verification option</li>\n<li>INFO Limit items in sitemaps to 1000 for performances</li>\n<li>FIX Notice Undefined variable: seopress_paged</li>\n<li>FIX Website Schema.org in JSON-LD</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>NEW Add template variable for titles tags and meta descriptions</li>\n<li>INFO Remove screenshots from main directory to assets</li>\n<li>FIX Notice: Trying to get property of non-object in /inc/admin/admin-metaboxes.php on line 11</li>\n<li>FIX Notice: Undefined variable: seopress_titles_the_description</li>\n<li>FIX Notice: Undefined variable: post</li>\n<li>FIX Canonical tag</li>\n<li>FIX Notice: Trying to get property of non-object</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>NEW Add 301/302 redirections in SEOPress metaboxe for custom post types</li>\n<li>NEW Add Redirect attachment pages to post parent or home if none option</li>\n<li>INFO Use pretty names for Custom Post Types and Custom Taxonomies in all options</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>NEW Add article:published_time, article:modified_time, og:updated_time metadata</li>\n<li>INFO Add website link</li>\n<li>INFO Improve UI in Google Snippet Preview with live preview</li>\n<li>INFO Improve Canonical URL field</li>\n<li>FIX CSS Google Snippet preview</li>\n<li>FIX Title tag in Google Snipet Preview</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>INFO Add placeholders</li>\n<li>INFO Improve sanitization</li>\n<li>INFO Set noindex on xml sitemaps</li>\n<li>FIX Text domain for localization</li>\n<li>FIX CSS in Import / Export page</li>\n</ul>\n<h4>0.2</h4>\n<ul>\n<li>INFO Improve SEOPress Metaboxe UI/UX</li>\n<li>INFO CSS Cleaning</li>\n<li>FIX Titles tag, meta description and meta robots</li>\n<li>FIX Test site visibility in Reading Options before applying Titles &amp; Metas settings</li>\n<li>FIX Security Allowing Direct File Access to plugin files</li>\n<li>FIX No more calling core loading files directly</li>\n<li>FIX Import / Export Tool</li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>NEW Add Title tag for homepage</li>\n<li>NEW Add Meta Description for homepage</li>\n<li>NEW Add Title tag for Single Post Types</li>\n<li>NEW Add Meta Description for Single Post Types</li>\n<li>NEW Add noindex meta robots tag for Single Post Types</li>\n<li>NEW Add nofollow meta robots tag for Single Post Types</li>\n<li>NEW Add Title tag for Taxonomies</li>\n<li>NEW Add Meta Description for Taxonomies</li>\n<li>NEW Add noindex meta robots tag for Taxonomies</li>\n<li>NEW Add nofollow meta robots tag for Taxonomies</li>\n<li>NEW Add Title tag for Author archives</li>\n<li>NEW Add Title tag for Date archives</li>\n<li>NEW Add Title tag for Search archives</li>\n<li>NEW Add Title tag for 404 archives</li>\n<li>NEW Add Title tag for Paged archives</li>\n<li>NEW Add Meta Description for Author archives</li>\n<li>NEW Add Meta Description for Date archives</li>\n<li>NEW Add Meta Description for Search archives</li>\n<li>NEW Add Meta Description for 404 archives</li>\n<li>NEW Add Meta Description for Paged archives</li>\n<li>NEW Add noindex meta robots tag</li>\n<li>NEW Add nofollow meta robots tag</li>\n<li>NEW Add noodp meta robots tag</li>\n<li>NEW Add noimageindex meta google tag</li>\n<li>NEW Add noarchive meta robots tag</li>\n<li>NEW Add nosnippet meta robots tag</li>\n<li>NEW Add Google Knowledge Graph (person, organization, links with social accounts&#8230;)</li>\n<li>NEW Add Open Graph Data for Facebook</li>\n<li>NEW Add Twitter Card for Twitter</li>\n<li>NEW Add Sitemap.xml</li>\n<li>NEW Add Import / Export / Reset tool</li>\n<li>Alpha release.</li>\n</ul>\n\";s:11:\"screenshots\";s:10045:\"<ol><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-1.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-1.jpg?rev=1693948\" alt=\"SEOPress Dashboard\"></a><p>SEOPress Dashboard</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-10.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-10.jpg?rev=1693948\" alt=\"XML Sitemap\"></a><p>XML Sitemap</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-11.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-11.jpg?rev=1693948\" alt=\"XML Sitemap\"></a><p>XML Sitemap</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-12.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-12.jpg?rev=1693948\" alt=\"Social\"></a><p>Social</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-13.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-13.jpg?rev=1693948\" alt=\"Social\"></a><p>Social</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-14.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-14.jpg?rev=1693948\" alt=\"Social\"></a><p>Social</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-15.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-15.jpg?rev=1693948\" alt=\"Social\"></a><p>Social</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-16.jpg?rev=1872086\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-16.jpg?rev=1872086\" alt=\"Google Analytics\"></a><p>Google Analytics</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-17.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-17.jpg?rev=1693948\" alt=\"Google Analytics\"></a><p>Google Analytics</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-18.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-18.jpg?rev=1693948\" alt=\"Google Analytics\"></a><p>Google Analytics</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-19.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-19.jpg?rev=1693948\" alt=\"Google Analytics\"></a><p>Google Analytics</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-2.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-2.jpg?rev=1693948\" alt=\"Titles &amp; Metas\"></a><p>Titles &amp; Metas</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-20.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-20.jpg?rev=1693948\" alt=\"Google Analytics\"></a><p>Google Analytics</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-21.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-21.jpg?rev=1693948\" alt=\"Advanced settings\"></a><p>Advanced settings</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-22.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-22.jpg?rev=1693948\" alt=\"Advanced settings\"></a><p>Advanced settings</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-23.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-23.jpg?rev=1693948\" alt=\"Advanced settings\"></a><p>Advanced settings</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-24.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-24.jpg?rev=1693948\" alt=\"Import / Export / Reset settings\"></a><p>Import / Export / Reset settings</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-25.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-25.jpg?rev=1693948\" alt=\"SEOPress Bot : scan (PRO)\"></a><p>SEOPress Bot : scan (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-26.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-26.jpg?rev=1693948\" alt=\"SEOPress Bot : settings (PRO)\"></a><p>SEOPress Bot : settings (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-27.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-27.jpg?rev=1693948\" alt=\"License settings (PRO)\"></a><p>License settings (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-28.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-28.jpg?rev=1693948\" alt=\"Google Local Business (PRO)\"></a><p>Google Local Business (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-29.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-29.jpg?rev=1693948\" alt=\"Dublin Core (PRO)\"></a><p>Dublin Core (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-3.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-3.jpg?rev=1693948\" alt=\"Titles &amp; Metas\"></a><p>Titles &amp; Metas</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-30.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-30.jpg?rev=1693948\" alt=\"Structured Data Types (PRO)\"></a><p>Structured Data Types (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-31.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-31.jpg?rev=1693948\" alt=\"Breadcrumbs (PRO)\"></a><p>Breadcrumbs (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-32.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-32.jpg?rev=1693948\" alt=\"Robots.txt (PRO)\"></a><p>Robots.txt (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-33.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-33.jpg?rev=1693948\" alt=\"Google News Sitemap (PRO)\"></a><p>Google News Sitemap (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-34.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-34.jpg?rev=1693948\" alt=\"Monitoring 404 (PRO)\"></a><p>Monitoring 404 (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-35.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-35.jpg?rev=1693948\" alt=\"htaccess (PRO)\"></a><p>htaccess (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-36.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-36.jpg?rev=1693948\" alt=\"RSS (PRO)\"></a><p>RSS (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-37.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-37.jpg?rev=1693948\" alt=\"Backlinks (PRO)\"></a><p>Backlinks (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-38.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-38.jpg?rev=1693948\" alt=\"Google Page Speed (PRO)\"></a><p>Google Page Speed (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-39.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-39.jpg?rev=1693948\" alt=\"WooCommerce (PRO)\"></a><p>WooCommerce (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-4.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-4.jpg?rev=1693948\" alt=\"Titles &amp; Metas\"></a><p>Titles &amp; Metas</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-40.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-40.jpg?rev=1693948\" alt=\"Redirections (PRO)\"></a><p>Redirections (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-41.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-41.jpg?rev=1693948\" alt=\"Broken links (PRO)\"></a><p>Broken links (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-42.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-42.jpg?rev=1693948\" alt=\"Backlinks (PRO)\"></a><p>Backlinks (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-43.jpg?rev=1889132\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-43.jpg?rev=1889132\" alt=\"SEOPress metaboxe in post, page, custom post type\"></a><p>SEOPress metaboxe in post, page, custom post type</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-44.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-44.jpg?rev=1693948\" alt=\"Structured Data Types metaboxe in post, page, custom post type (PRO)\"></a><p>Structured Data Types metaboxe in post, page, custom post type (PRO)</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-45.png?rev=1776364\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-45.png?rev=1776364\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-46.png?rev=1776364\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-46.png?rev=1776364\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-47.png?rev=1776364\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-47.png?rev=1776364\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-48.png?rev=1776364\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-48.png?rev=1776364\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-5.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-5.jpg?rev=1693948\" alt=\"Titles &amp; Metas\"></a><p>Titles &amp; Metas</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-6.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-6.jpg?rev=1693948\" alt=\"Titles &amp; Metas\"></a><p>Titles &amp; Metas</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-7.jpg?rev=1889132\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-7.jpg?rev=1889132\" alt=\"XML Sitemap\"></a><p>XML Sitemap</p></li><li><a href=\"https://ps.w.org/wp-seopress/assets/screenshot-8.jpg?rev=1693948\"><img src=\"https://ps.w.org/wp-seopress/assets/screenshot-8.jpg?rev=1693948\" alt=\"XML Sitemap\"></a><p>XML Sitemap</p></li></ol>\";}s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.3.zip\";s:11:\"screenshots\";a:47:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-1.jpg?rev=1693948\";s:7:\"caption\";s:18:\"SEOPress Dashboard\";}i:10;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-10.jpg?rev=1693948\";s:7:\"caption\";s:11:\"XML Sitemap\";}i:11;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-11.jpg?rev=1693948\";s:7:\"caption\";s:11:\"XML Sitemap\";}i:12;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-12.jpg?rev=1693948\";s:7:\"caption\";s:6:\"Social\";}i:13;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-13.jpg?rev=1693948\";s:7:\"caption\";s:6:\"Social\";}i:14;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-14.jpg?rev=1693948\";s:7:\"caption\";s:6:\"Social\";}i:15;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-15.jpg?rev=1693948\";s:7:\"caption\";s:6:\"Social\";}i:16;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-16.jpg?rev=1872086\";s:7:\"caption\";s:16:\"Google Analytics\";}i:17;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-17.jpg?rev=1693948\";s:7:\"caption\";s:16:\"Google Analytics\";}i:18;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-18.jpg?rev=1693948\";s:7:\"caption\";s:16:\"Google Analytics\";}i:19;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-19.jpg?rev=1693948\";s:7:\"caption\";s:16:\"Google Analytics\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-2.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Titles &amp; Metas\";}i:20;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-20.jpg?rev=1693948\";s:7:\"caption\";s:16:\"Google Analytics\";}i:21;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-21.jpg?rev=1693948\";s:7:\"caption\";s:17:\"Advanced settings\";}i:22;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-22.jpg?rev=1693948\";s:7:\"caption\";s:17:\"Advanced settings\";}i:23;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-23.jpg?rev=1693948\";s:7:\"caption\";s:17:\"Advanced settings\";}i:24;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-24.jpg?rev=1693948\";s:7:\"caption\";s:32:\"Import / Export / Reset settings\";}i:25;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-25.jpg?rev=1693948\";s:7:\"caption\";s:25:\"SEOPress Bot : scan (PRO)\";}i:26;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-26.jpg?rev=1693948\";s:7:\"caption\";s:29:\"SEOPress Bot : settings (PRO)\";}i:27;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-27.jpg?rev=1693948\";s:7:\"caption\";s:22:\"License settings (PRO)\";}i:28;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-28.jpg?rev=1693948\";s:7:\"caption\";s:27:\"Google Local Business (PRO)\";}i:29;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-29.jpg?rev=1693948\";s:7:\"caption\";s:17:\"Dublin Core (PRO)\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-3.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Titles &amp; Metas\";}i:30;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-30.jpg?rev=1693948\";s:7:\"caption\";s:27:\"Structured Data Types (PRO)\";}i:31;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-31.jpg?rev=1693948\";s:7:\"caption\";s:17:\"Breadcrumbs (PRO)\";}i:32;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-32.jpg?rev=1693948\";s:7:\"caption\";s:16:\"Robots.txt (PRO)\";}i:33;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-33.jpg?rev=1693948\";s:7:\"caption\";s:25:\"Google News Sitemap (PRO)\";}i:34;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-34.jpg?rev=1693948\";s:7:\"caption\";s:20:\"Monitoring 404 (PRO)\";}i:35;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-35.jpg?rev=1693948\";s:7:\"caption\";s:14:\"htaccess (PRO)\";}i:36;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-36.jpg?rev=1693948\";s:7:\"caption\";s:9:\"RSS (PRO)\";}i:37;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-37.jpg?rev=1693948\";s:7:\"caption\";s:15:\"Backlinks (PRO)\";}i:38;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-38.jpg?rev=1693948\";s:7:\"caption\";s:23:\"Google Page Speed (PRO)\";}i:39;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-39.jpg?rev=1693948\";s:7:\"caption\";s:17:\"WooCommerce (PRO)\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-4.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Titles &amp; Metas\";}i:40;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-40.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Redirections (PRO)\";}i:41;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-41.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Broken links (PRO)\";}i:42;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-42.jpg?rev=1693948\";s:7:\"caption\";s:15:\"Backlinks (PRO)\";}i:43;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-43.jpg?rev=1889132\";s:7:\"caption\";s:49:\"SEOPress metaboxe in post, page, custom post type\";}i:44;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-44.jpg?rev=1693948\";s:7:\"caption\";s:68:\"Structured Data Types metaboxe in post, page, custom post type (PRO)\";}i:45;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-45.png?rev=1776364\";s:7:\"caption\";s:0:\"\";}i:46;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-46.png?rev=1776364\";s:7:\"caption\";s:0:\"\";}i:47;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-47.png?rev=1776364\";s:7:\"caption\";s:0:\"\";}i:48;a:2:{s:3:\"src\";s:65:\"https://ps.w.org/wp-seopress/assets/screenshot-48.png?rev=1776364\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-5.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Titles &amp; Metas\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-6.jpg?rev=1693948\";s:7:\"caption\";s:18:\"Titles &amp; Metas\";}i:7;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-7.jpg?rev=1889132\";s:7:\"caption\";s:11:\"XML Sitemap\";}i:8;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/wp-seopress/assets/screenshot-8.jpg?rev=1693948\";s:7:\"caption\";s:11:\"XML Sitemap\";}}s:4:\"tags\";a:5:{s:16:\"content-analysis\";s:16:\"Content analysis\";s:10:\"meta-title\";s:10:\"meta title\";s:10:\"open-graph\";s:10:\"open graph\";s:26:\"search-engine-optimization\";s:26:\"search engine optimization\";s:3:\"seo\";s:3:\"seo\";}s:8:\"versions\";a:74:{s:3:\"0.2\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.2.zip\";s:3:\"0.3\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.3.zip\";s:3:\"0.4\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.4.zip\";s:3:\"0.5\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.5.zip\";s:3:\"0.6\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.6.zip\";s:3:\"0.7\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.7.zip\";s:3:\"0.8\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.8.zip\";s:3:\"0.9\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.0.9.zip\";s:3:\"1.0\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.0.zip\";s:5:\"1.0.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.0.1.zip\";s:5:\"1.0.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.0.2.zip\";s:3:\"1.1\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.1.zip\";s:3:\"1.2\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.2.zip\";s:5:\"1.2.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.2.1.zip\";s:3:\"1.3\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.3.zip\";s:3:\"1.4\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.4.zip\";s:3:\"1.5\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.5.zip\";s:5:\"1.5.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.5.1.zip\";s:3:\"1.6\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.6.zip\";s:3:\"1.7\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.zip\";s:5:\"1.7.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.1.zip\";s:5:\"1.7.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.2.zip\";s:5:\"1.7.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.3.zip\";s:5:\"1.7.4\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.4.zip\";s:5:\"1.7.5\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.5.zip\";s:5:\"1.7.6\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.7.6.zip\";s:3:\"1.8\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.8.zip\";s:5:\"1.8.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.8.1.zip\";s:5:\"1.8.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.1.8.2.zip\";s:3:\"1.9\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.1.9.zip\";s:3:\"2.0\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.0.zip\";s:5:\"2.0.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.0.1.zip\";s:5:\"2.0.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.0.2.zip\";s:5:\"2.0.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.0.3.zip\";s:5:\"2.0.4\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.0.4.zip\";s:3:\"2.1\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.zip\";s:5:\"2.1.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.1.zip\";s:5:\"2.1.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.2.zip\";s:5:\"2.1.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.3.zip\";s:5:\"2.1.4\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.4.zip\";s:5:\"2.1.5\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.5.zip\";s:5:\"2.1.6\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.6.zip\";s:5:\"2.1.7\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.7.zip\";s:7:\"2.1.7.1\";s:62:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.7.1.zip\";s:7:\"2.1.7.2\";s:62:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.7.2.zip\";s:5:\"2.1.8\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.8.zip\";s:5:\"2.1.9\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.1.9.zip\";s:3:\"2.2\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.2.zip\";s:5:\"2.2.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.2.1.zip\";s:5:\"2.2.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.2.2.zip\";s:5:\"2.2.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.2.3.zip\";s:3:\"2.3\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.3.zip\";s:3:\"2.4\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.4.zip\";s:3:\"2.5\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.5.zip\";s:5:\"2.5.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.5.1.zip\";s:5:\"2.5.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.5.2.zip\";s:3:\"2.6\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.6.zip\";s:5:\"2.6.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.6.1.zip\";s:5:\"2.6.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.6.2.zip\";s:5:\"2.6.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.6.3.zip\";s:3:\"2.7\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.7.zip\";s:5:\"2.7.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.7.1.zip\";s:5:\"2.7.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.7.2.zip\";s:5:\"2.7.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.7.3.zip\";s:3:\"2.8\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.8.zip\";s:5:\"2.8.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.8.1.zip\";s:5:\"2.8.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.8.2.zip\";s:5:\"2.8.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.8.3.zip\";s:3:\"2.9\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.zip\";s:5:\"2.9.1\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.1.zip\";s:5:\"2.9.2\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.2.zip\";s:7:\"2.9.2.1\";s:62:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.2.1.zip\";s:5:\"2.9.3\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.3.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/wp-seopress.zip\";}s:11:\"donate_link\";s:25:\"https://www.seopress.org/\";s:12:\"contributors\";a:0:{}}','no'),(414,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/it_IT/wordpress-4.9.7.zip\";s:6:\"locale\";s:5:\"it_IT\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/it_IT/wordpress-4.9.7.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1531192335;s:15:\"version_checked\";s:5:\"4.9.7\";s:12:\"translations\";a:0:{}}','no'),(417,'autoptimize_version','2.3.0','yes'),(425,'kcseo_wp_1_2_data_fix','1','yes'),(426,'kcseo_wp_installed_version','2.4.1','yes'),(445,'fusion_options','a:698:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1100px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"None\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"55px\";s:6:\"bottom\";s:4:\"40px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"23%\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:10:\"nav_height\";s:2:\"84\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"3\";s:11:\"nav_padding\";s:2:\"45\";s:15:\"megamenu_shadow\";s:1:\"1\";s:19:\"dropdown_menu_width\";s:3:\"180\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"7\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:1:\"0\";s:20:\"main_nav_search_icon\";s:1:\"1\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#f2efef\";s:19:\"menu_bg_hover_color\";s:7:\"#f8f8f8\";s:18:\"menu_sub_sep_color\";s:7:\"#dcdadb\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:22:\"menu_hover_first_color\";s:7:\"#a0ce4e\";s:22:\"nav_dropdown_font_size\";s:4:\"13px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:15:\"menu_text_align\";s:5:\"right\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"45\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#e5e5e5\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"0\";s:22:\"mobile_menu_nav_height\";s:2:\"35\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_background_color\";s:7:\"#f9f9f9\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#dadada\";s:24:\"mobile_menu_toggle_color\";s:7:\"#dadada\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"35px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#333333\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"14\";s:15:\"menu_icon_color\";s:7:\"#333333\";s:21:\"menu_icon_hover_color\";s:7:\"#a0ce4e\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"14px\";}s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1000\";s:23:\"side_header_break_point\";s:3:\"800\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"0\";s:22:\"typography_sensitivity\";s:3:\"0.6\";s:17:\"typography_factor\";s:3:\"1.5\";s:13:\"primary_color\";s:7:\"#a0ce4e\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v2\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:9:\"no-repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:4:\"#fff\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"0\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:7:\"#ffffff\";s:24:\"header_sticky_menu_color\";s:7:\"#333333\";s:25:\"header_sticky_nav_padding\";s:2:\"35\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"31px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:68:\"https://ahutofficina.it/wp-content/themes/Avada/assets/images/logo.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:1:\"0\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"87px\";s:24:\"page_title_mobile_height\";s:4:\"70px\";s:19:\"page_title_bg_color\";s:7:\"#F6F6F6\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:6:\"normal\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:77:\"https://ahutofficina.it/wp-content/themes/Avada/assets/images/page_title_bg.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"0\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"0\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:17:\"slidingbar_sticky\";s:1:\"1\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282A2B\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8C8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#a0ce4e\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"4\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:160:\"Copyright 2012 - 2018 Avada | All Rights Reserved | Powered by <a href=\"http://wordpress.org\">WordPress</a> | <a href=\"http://theme-fusion.com\">Theme Fusion</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:9:\"no-repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"43px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#363839\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#e9eaee\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#282a2b\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#4b4c4d\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#dddddd\";}s:17:\"footer_text_color\";s:7:\"#8C8989\";s:17:\"footer_link_color\";s:7:\"#BFBFBF\";s:23:\"footer_link_color_hover\";s:7:\"#ffffff\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"12px\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:3:\"0px\";s:16:\"sidebar_bg_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"13px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_color\";s:7:\"#d7d6d6\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#333333\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:3:\"1.4\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_titles_font_size\";s:4:\"18px\";s:19:\"post_titles_font_lh\";s:4:\"27px\";s:28:\"post_titles_extras_font_size\";s:4:\"18px\";s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:19:\"blog_page_title_bar\";s:15:\"bar_and_content\";s:24:\"blog_show_page_title_bar\";s:15:\"bar_and_content\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:5:\"Large\";s:20:\"blog_pagination_type\";s:10:\"Pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"10\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"1\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:11:\"author_info\";s:1:\"1\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"20\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:5:\"below\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"no_text\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"10\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"13px\";s:16:\"portfolio_pn_nav\";s:1:\"1\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#46494a\";s:25:\"footer_social_links_boxed\";s:1:\"0\";s:29:\"footer_social_links_box_color\";s:7:\"#222222\";s:32:\"footer_social_links_boxed_radius\";s:3:\"4px\";s:33:\"footer_social_links_boxed_padding\";s:3:\"8px\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f6f6f6\";s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#bebdbd\";s:26:\"sharing_social_links_boxed\";s:1:\"0\";s:30:\"sharing_social_links_box_color\";s:7:\"#e8e8e8\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"4px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"8px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"1\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:3:\"0.9\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:0:\"\";s:8:\"gmap_api\";s:0:\"\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#a0ce4e\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:4:\"Grid\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"5\";s:28:\"related_posts_column_spacing\";s:2:\"44\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:20:\"rgba(160,206,78,0.8)\";s:27:\"image_gradient_bottom_color\";s:7:\"#a0ce4e\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:17:\"form_input_height\";s:4:\"29px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_color\";s:7:\"#d2d2d2\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:7:\"#ebeaea\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#ebeaea\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"0\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";s:1:\"1\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:16:\"css_cache_method\";s:4:\"file\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"0\";s:10:\"custom_css\";s:0:\"\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:1:\"0\";}s:25:\"button_gradient_top_color\";s:7:\"#a0ce4e\";s:28:\"button_gradient_bottom_color\";s:7:\"#a0ce4e\";s:31:\"button_gradient_top_color_hover\";s:7:\"#96c346\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#96c346\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#54770F\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:15:\"rgba(0,0,0,0.6)\";s:20:\"carousel_hover_color\";s:15:\"rgba(0,0,0,0.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#a0ce4e\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:2:\"21\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#a0ce4e\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"60px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#a0ce4e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#a0ce4e\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#a0ce4e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#a0ce4e\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:26:\"faq_accordian_active_color\";s:7:\"#a0ce4e\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#a0ce4e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:17:\"icon_border_color\";s:7:\"#333333\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:3:\"0px\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:24:\"portfolio_column_spacing\";s:2:\"20\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"10\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#a0ce4e\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:0:\"\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#a0ce4e\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"0\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"4px\";s:26:\"social_links_boxed_padding\";s:3:\"8px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#ebeaea\";s:17:\"tabs_border_color\";s:7:\"#ebeaea\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#747474\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"double\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"1\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:22:\"accordian_active_color\";s:7:\"#a0ce4e\";s:20:\"accordion_icon_align\";s:4:\"left\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:0:\"\";s:23:\"widget_area_title_color\";s:0:\"\";}','yes'),(446,'fusion_options-transients','a:2:{s:14:\"changed_values\";a:2:{s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:19:\"page_title_bar_text\";s:1:\"1\";}s:9:\"last_save\";i:1531209926;}','yes'),(447,'_transient_timeout_select3-css_style_cdn_is_up','1531234681','no'),(448,'_transient_select3-css_style_cdn_is_up','1','no'),(449,'_transient_timeout_select3-js_script_cdn_is_up','1531234681','no'),(450,'_transient_select3-js_script_cdn_is_up','1','no'),(451,'_site_transient_timeout_fusion_redux_googlefonts','1531753081','no'),(452,'_site_transient_fusion_redux_googlefonts','a:848:{s:7:\"ABeeZee\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Abel\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Abhaya Libre\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:7:\"sinhala\";s:4:\"name\";s:7:\"Sinhala\";}}}s:13:\"Abril Fatface\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Aclonica\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Acme\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Actor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Adamina\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Advent Pro\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Aguafina Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Akronim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Aladin\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Aldrich\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Alef\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:8:\"Alegreya\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:7;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:9;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Alegreya SC\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:7;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:9;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:13:\"Alegreya Sans\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:16:\"Alegreya Sans SC\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:10:\"Alex Brush\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Alfa Slab One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Alice\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:5:\"Alike\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Alike Angular\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Allan\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Allerta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Allerta Stencil\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Allura\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Almendra\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Almendra Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Almendra SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Amarante\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Amaranth\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Amatic SC\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:4;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Amethysta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Amiko\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Amiri\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:5:\"Amita\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Anaheim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Andada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Andika\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:6:\"Angkor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:24:\"Annie Use Your Telescope\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Anonymous Pro\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Antic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Antic Didone\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Antic Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Anton\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:6:\"Arapey\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Arbutus\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Arbutus Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:19:\"Architects Daughter\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Archivo\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:13:\"Archivo Black\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Archivo Narrow\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Aref Ruqaa\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:13:\"Arima Madurai\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:7;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Arimo\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:6;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:7;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Arizonia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Armata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Arsenal\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Artifika\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Arvo\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Arya\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Asap\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:14:\"Asap Condensed\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:4:\"Asar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Asset\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Assistant\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:7:\"Astloch\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Asul\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Athiti\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:4:\"Atma\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Atomic Age\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Aubrey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Audiowide\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Autour One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Average\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Average Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:19:\"Averia Gruesa Libre\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Averia Libre\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Averia Sans Libre\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"Averia Serif Libre\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Bad Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Bahiana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Baloo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:10:\"Baloo Bhai\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:14:\"Baloo Bhaijaan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:12:\"Baloo Bhaina\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"oriya\";s:4:\"name\";s:5:\"Oriya\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:13:\"Baloo Chettan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"malayalam\";s:4:\"name\";s:9:\"Malayalam\";}}}s:8:\"Baloo Da\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:11:\"Baloo Paaji\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:8:\"gurmukhi\";s:4:\"name\";s:8:\"Gurmukhi\";}}}s:11:\"Baloo Tamma\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:7:\"kannada\";s:4:\"name\";s:7:\"Kannada\";}}}s:13:\"Baloo Tammudu\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:12:\"Baloo Thambi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Balthazar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Bangers\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:6:\"Barlow\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Barlow Condensed\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:21:\"Barlow Semi Condensed\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Barrio\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Basic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Battambang\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:7:\"Baumans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Bayon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:8:\"Belgrano\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Bellefair\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:7:\"Belleza\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"BenchNine\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Bentham\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Berkshire Swash\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Bevan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:13:\"Bigelow Rules\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Bigshot One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Bilbo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Bilbo Swash Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"BioRhyme\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"BioRhyme Expanded\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Biryani\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Bitter\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Black Ops One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Bokor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:6:\"Bonbon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Boogaloo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Bowlby One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Bowlby One SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Brawler\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Bree Serif\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Bubblegum Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Bubbler One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Buda\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Buenard\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Bungee\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:15:\"Bungee Hairline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:13:\"Bungee Inline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:14:\"Bungee Outline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:12:\"Bungee Shade\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:10:\"Butcherman\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Butterfly Kids\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Cabin\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:15:\"Cabin Condensed\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:12:\"Cabin Sketch\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Caesar Dressing\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Cagliostro\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Cairo\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:14:\"Calligraffitti\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Cambay\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Cambo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Candal\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Cantarell\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Cantata One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Cantora One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Capriola\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Cardo\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}}}s:5:\"Carme\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Carrois Gothic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Carrois Gothic SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Carter One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Catamaran\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Caudex\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}}}s:6:\"Caveat\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Caveat Brush\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Cedarville Cursive\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Ceviche One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Changa\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:10:\"Changa One\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Chango\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Chathura\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:18:\"Chau Philomene One\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Chela One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Chelsea Market\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Chenla\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:17:\"Cherry Cream Soda\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Cherry Swash\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Chewy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Chicle\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Chivo\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:7;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Chonburi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:6:\"Cinzel\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Cinzel Decorative\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Clicker Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Coda\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Coda Caption\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Codystar\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Coiny\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Combo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Comfortaa\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Coming Soon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Concert One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Condiment\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Content\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:12:\"Contrail One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Convergence\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Cookie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Copse\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Corben\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Cormorant\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:18:\"Cormorant Garamond\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:16:\"Cormorant Infant\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:12:\"Cormorant SC\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:17:\"Cormorant Unicase\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:17:\"Cormorant Upright\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Courgette\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Cousine\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:6;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:7;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Coustard\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Covered By Your Grace\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Crafty Girls\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Creepster\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Crete Round\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Crimson Text\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Croissant One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Crushed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Cuprum\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:6:\"Cutive\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Cutive Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Damion\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Dancing Script\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:7:\"Dangrek\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:11:\"David Libre\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:20:\"Dawning of a New Day\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Days One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Dekko\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Delius\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Delius Swash Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Delius Unicase\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Della Respira\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Denk One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Devonshire\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Dhurjati\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:13:\"Didact Gothic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:9:\"Diplomata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Diplomata SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Domine\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Donegal One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Doppio One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Dorsa\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Dosis\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Dr Sugiyama\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Duru Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Dynalight\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"EB Garamond\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:9;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:10:\"Eagle Lake\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Eater\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Economica\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Eczar\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"El Messiri\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:11:\"Electrolize\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Elsie\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Elsie Swash Caps\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Emblema One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Emilys Candy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Encode Sans\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:21:\"Encode Sans Condensed\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:20:\"Encode Sans Expanded\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:26:\"Encode Sans Semi Condensed\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:25:\"Encode Sans Semi Expanded\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:10:\"Engagement\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Englebert\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Enriqueta\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Erica One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Esteban\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Euphoria Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Ewert\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Exo\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Exo 2\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Expletus Sans\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Fanwood Text\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Farsan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Fascinate\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Fascinate Inline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Faster One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Fasthand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:9:\"Fauna One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Faustina\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:8:\"Federant\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Federo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Felipa\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Fenix\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Finger Paint\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Fira Mono\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:9:\"Fira Sans\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:19:\"Fira Sans Condensed\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:25:\"Fira Sans Extra Condensed\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:10:\"Fjalla One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Fjord One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Flamenco\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Flavors\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Fondamento\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Fontdiner Swanky\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Forum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:12:\"Francois One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:16:\"Frank Ruhl Libre\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:12:\"Freckle Face\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Fredericka the Great\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Fredoka One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Freehand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:6:\"Fresca\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Frijole\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Fruktur\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Fugaz One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"GFS Didot\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}}}s:15:\"GFS Neohellenic\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}}}s:8:\"Gabriela\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:6:\"Gafata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Galada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Galdeano\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Galindo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Gentium Basic\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Gentium Book Basic\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Geo\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Geostar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Geostar Fill\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Germania One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Gidugu\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:13:\"Gilda Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Give You Glory\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Glass Antiqua\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Glegoo\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Gloria Hallelujah\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Goblin One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Gochi Hand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Gorditas\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Goudy Bookletter 1911\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Graduate\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Grand Hotel\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Gravitas One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Great Vibes\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Griffy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Gruppo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Gudea\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Gurajada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:6:\"Habibi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Halant\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Hammersmith One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Hanalei\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Hanalei Fill\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Handlee\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Hanuman\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:12:\"Happy Monkey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Harmattan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:12:\"Headland One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Heebo\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:11:\"Henny Penny\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Herr Von Muellerhoff\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Hind\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Hind Guntur\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:12:\"Hind Madurai\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Hind Siliguri\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Hind Vadodara\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Holtwood One SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Homemade Apple\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Homenaje\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"IM Fell DW Pica\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"IM Fell DW Pica SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:19:\"IM Fell Double Pica\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:22:\"IM Fell Double Pica SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"IM Fell English\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"IM Fell English SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"IM Fell French Canon\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"IM Fell French Canon SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"IM Fell Great Primer\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"IM Fell Great Primer SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Iceberg\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Iceland\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Imprima\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Inconsolata\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Inder\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Indie Flower\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Inika\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Inknut Antiqua\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Irish Grover\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Istok Web\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Italiana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Italianno\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Itim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:16:\"Jacques Francois\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"Jacques Francois Shadow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Jaldi\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Jim Nightshade\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Jockey One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Jolly Lodger\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Jomhuria\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:12:\"Josefin Sans\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:12:\"Josefin Slab\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Joti One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Judson\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Julee\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Julius Sans One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Junge\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Jura\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:17:\"Just Another Hand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"Just Me Again Down Here\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Kadwa\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Kalam\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Kameron\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Kanit\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:9:\"Kantumruy\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:5:\"Karla\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Karma\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Katibeh\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:14:\"Kaushan Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kavivanar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Kavoon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Kdam Thmor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:10:\"Keania One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Kelly Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Kenia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Khand\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Khmer\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:5:\"Khula\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Kite One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Knewave\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kotta One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Koulen\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:6:\"Kranky\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Kreon\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Kristi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Krona One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kumar One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Kumar One Outline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Kurale\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:15:\"La Belle Aurore\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Laila\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Lakki Reddy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Lalezar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:8:\"Lancelot\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Lateef\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:4:\"Lato\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:9;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"League Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Leckerli One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Ledger\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Lekton\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Lemon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Lemonada\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:17:\"Libre Barcode 128\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:22:\"Libre Barcode 128 Text\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Libre Barcode 39\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:25:\"Libre Barcode 39 Extended\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:30:\"Libre Barcode 39 Extended Text\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Libre Barcode 39 Text\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Libre Baskerville\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Libre Franklin\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Life Savers\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Lilita One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Lily Script One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Limelight\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Linden Hill\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Lobster\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Lobster Two\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Londrina Outline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Londrina Shadow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Londrina Sketch\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Londrina Solid\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Lora\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:21:\"Love Ya Like A Sister\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Loved by the King\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Lovers Quarrel\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Luckiest Guy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Lusitana\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Lustria\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Macondo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"Macondo Swash Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Mada\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:5:\"Magra\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Maiden Orange\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Maitree\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:4:\"Mako\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Mallanna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Mandali\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Manuale\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Marcellus\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Marcellus SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Marck Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Margarine\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Marko One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Marmelad\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Martel\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Martel Sans\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Marvel\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Mate\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Mate SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Maven Pro\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:7:\"McLaren\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Meddon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"MedievalSharp\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Medula One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Meera Inimai\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Megrim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Meie Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Merienda\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Merienda One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Merriweather\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:7;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:17:\"Merriweather Sans\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:7;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Metal\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:11:\"Metal Mania\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Metamorphous\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Metrophobic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Michroma\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Milonga\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Miltonian\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Miltonian Tattoo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Miniver\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Miriam Libre\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:5:\"Mirza\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:14:\"Miss Fajardose\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Mitr\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:5:\"Modak\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Modern Antiqua\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Mogra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Molengo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Molle\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Monda\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Monofett\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Monoton\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Monsieur La Doulaise\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Montaga\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Montez\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Montserrat\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:21:\"Montserrat Alternates\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:20:\"Montserrat Subrayada\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Moul\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:8:\"Moulpali\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:22:\"Mountains of Christmas\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Mouse Memoirs\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Mr Bedfort\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Mr Dafoe\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Mr De Haviland\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:19:\"Mrs Saint Delafield\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Mrs Sheppards\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Mukta\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Mukta Mahee\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"gurmukhi\";s:4:\"name\";s:8:\"Gurmukhi\";}}}s:11:\"Mukta Malar\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Mukta Vaani\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Muli\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:13:\"Mystery Quest\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"NTR\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:6:\"Neucha\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Neuton\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"New Rocker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"News Cycle\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Niconne\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Nixie One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Nobile\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Nokora\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:7:\"Norican\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Nosifer\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Nothing You Could Do\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Noticia Text\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Noto Sans\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:3;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:4;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:6;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:7;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:10:\"Noto Serif\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Nova Cut\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Flat\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Oval\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Nova Round\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Nova Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Slim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Nova Square\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Numans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Nunito\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:11:\"Nunito Sans\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:14:\"Odor Mean Chey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:7:\"Offside\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Old Standard TT\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:9:\"Oldenburg\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Oleo Script\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:22:\"Oleo Script Swash Caps\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Open Sans\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:9;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:19:\"Open Sans Condensed\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Oranienbaum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Orbitron\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Oregano\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Orienta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Original Surfer\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Oswald\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:16:\"Over the Rainbow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Overlock\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Overlock SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Overpass\";a:2:{s:8:\"variants\";a:16:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:9;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:11;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:13;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:15;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Overpass Mono\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Ovo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Oxygen\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Oxygen Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"PT Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:7:\"PT Sans\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:15:\"PT Sans Caption\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:14:\"PT Sans Narrow\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"PT Serif\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:16:\"PT Serif Caption\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Pacifico\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:6:\"Padauk\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:7:\"myanmar\";s:4:\"name\";s:7:\"Myanmar\";}}}s:9:\"Palanquin\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Palanquin Dark\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Pangolin\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:7:\"Paprika\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Parisienne\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Passero One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Passion One\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Pathway Gothic One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Patrick Hand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:15:\"Patrick Hand SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:7:\"Pattaya\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:9:\"Patua One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Pavanam\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Paytone One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:7:\"Peddana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Peralta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Permanent Marker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:19:\"Petit Formal Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Petrona\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Philosopher\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:6:\"Piedra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Pinyon Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Pirata One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Plaster\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Play\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Playball\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Playfair Display\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:19:\"Playfair Display SC\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:7:\"Podkova\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:10:\"Poiret One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Poller One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Poly\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Pompiere\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Pontano Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Poppins\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Port Lligat Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Port Lligat Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Pragati Narrow\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Prata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Preahvihear\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:14:\"Press Start 2P\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:5:\"Pridi\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:14:\"Princess Sofia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Prociono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Prompt\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:10:\"Prosto One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Proza Libre\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:9;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Puritan\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Purple Purse\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Quando\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Quantico\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Quattrocento\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Quattrocento Sans\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Questrial\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Quicksand\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:14:\"Quintessential\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Qwigley\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Racing Sans One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Radley\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Rajdhani\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Rakkas\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:7:\"Raleway\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Raleway Dots\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Ramabhadra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:8:\"Ramaraja\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:6:\"Rambla\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Rammetto One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Ranchers\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Rancho\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Ranga\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Rasa\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Rationale\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Ravi Prakash\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:9:\"Redressed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Reem Kufi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:13:\"Reenie Beanie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Revalia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Rhodium Libre\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Ribeye\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Ribeye Marrow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Righteous\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Risque\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Roboto\";a:2:{s:8:\"variants\";a:12:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:11;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:16:\"Roboto Condensed\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Roboto Mono\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Roboto Slab\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:9:\"Rochester\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Rock Salt\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Rokkitt\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Romanesco\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Ropa Sans\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Rosario\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Rosarivo\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Rouge Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Rozha One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Rubik\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:9;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:14:\"Rubik Mono One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Ruda\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Rufina\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Ruge Boogie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Ruluko\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Rum Raisin\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Ruslan Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Russo One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Ruthie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Rye\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Sacramento\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Sahitya\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Sail\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Saira\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:15:\"Saira Condensed\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:21:\"Saira Extra Condensed\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:20:\"Saira Semi Condensed\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:5:\"Salsa\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Sanchez\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Sancreek\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Sansita\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:5;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:7;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Sarala\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Sarina\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Sarpanch\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:5;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Satisfy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Scada\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:12:\"Scheherazade\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}}}s:10:\"Schoolbell\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Scope One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Seaweed Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Secular One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:12:\"Sedgwick Ave\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:20:\"Sedgwick Ave Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:9:\"Sevillana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Seymour One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Shadows Into Light\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:22:\"Shadows Into Light Two\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Shanti\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Share\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Share Tech\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Share Tech Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Shojumaru\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Short Stack\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Shrikhand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Siemreap\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:10:\"Sigmar One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:7:\"Signika\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Signika Negative\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Simonetta\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:3;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Sintony\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Sirin Stencil\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Six Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Skranji\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Slabo 13px\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Slabo 27px\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Slackey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Smokum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Smythe\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Sniglet\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Snippet\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Snowburst One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Sofadi One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Sofia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Sonsie One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Sorts Mill Goudy\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Source Code Pro\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Source Sans Pro\";a:2:{s:8:\"variants\";a:12:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:11;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:6;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:16:\"Source Serif Pro\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Space Mono\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:13:\"Special Elite\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Spectral\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:9;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:11;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:13;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:11:\"Spectral SC\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:9;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:11;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:13;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:10:\"Spicy Rice\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Spinnaker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Spirax\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Squada One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Sree Krushnadevaraya\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:8:\"Sriracha\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:9:\"Stalemate\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Stalinist One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Stardos Stencil\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Stint Ultra Condensed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Stint Ultra Expanded\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Stoke\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Strait\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:19:\"Sue Ellen Francisco\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Suez One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:6:\"Sumana\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Sunshiney\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Supermercado One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Sura\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Suranna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:9:\"Suravaram\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:11:\"Suwannaphum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:18:\"Swanky and Moo Moo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Syncopate\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Tangerine\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Taprom\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:5:\"Tauri\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Taviraj\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:4:\"Teko\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Telex\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Tenali Ramakrishna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:10:\"Tenor Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Text Me One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"The Girl Next Door\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Tienne\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Tillana\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Timmana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:5:\"Tinos\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:6;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:7;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:9:\"Titan One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Titillium Web\";a:2:{s:8:\"variants\";a:11:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Trade Winds\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Trirong\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}}}s:7:\"Trocchi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Trochut\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Trykker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Tulpen One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Ubuntu\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:16:\"Ubuntu Condensed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Ubuntu Mono\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:5:\"Ultra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Uncial Antiqua\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Underdog\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Unica One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"UnifrakturCook\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"UnifrakturMaguntia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Unkempt\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Unlock\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Unna\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"VT323\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:11:\"Vampiro One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Varela\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Varela Round\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:11:\"Vast Shadow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Vesper Libre\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Vibur\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Vidaloka\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Viga\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Voces\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Volkhov\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Vollkorn\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:7;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:5;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:11:\"Vollkorn SC\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:8:\"Voltaire\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"Waiting for the Sunrise\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Wallpoet\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Walter Turncoat\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Warnes\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Wellfleet\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Wendy One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Wire One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Work Sans\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Yanone Kaffeesatz\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}}}s:11:\"Yantramanav\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Yatra One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Yellowtail\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Yeseva One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}}}s:10:\"Yesteryear\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Yrsa\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Zeyada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Zilla Slab\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Zilla Slab Highlight\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}}','no'),(456,'avada_disable_encoding','1','yes'),(474,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(475,'options-404-redirect-group','a:2:{s:16:\"p404_redirect_to\";s:21:\"https://ahutofficina.it\";s:11:\"p404_status\";s:1:\"1\";}','yes'),(483,'sm_options','a:52:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.6;s:15:\"sm_pr_posts_min\";d:0.2;s:11:\"sm_pr_pages\";d:0.6;s:10:\"sm_pr_cats\";d:0.3;s:10:\"sm_pr_arch\";d:0.3;s:10:\"sm_pr_auth\";d:0.3;s:10:\"sm_pr_tags\";d:0.3;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1531148578;s:16:\"sm_i_hide_survey\";b:0;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"0dba08edffe9ab514f00\";s:13:\"sm_i_lastping\";i:1531148750;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1531149364;}','yes'),(499,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1531148749.910531;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1531148750.108233;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1531148749.911235;s:7:\"endTime\";d:1531148749.971454;s:7:\"success\";b:1;s:3:\"url\";s:96:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=https%3A%2F%2Fahutofficina.it%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1531148749.971927;s:7:\"endTime\";d:1531148750.107291;s:7:\"success\";b:1;s:3:\"url\";s:89:\"http://www.bing.com/webmaster/ping.aspx?siteMap=https%3A%2F%2Fahutofficina.it%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(525,'_transient_timeout_feed_d21d2a68bac70d38fb7f9a7bd3d1725e','1531754164','no'),(526,'_transient_feed_d21d2a68bac70d38fb7f9a7bd3d1725e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\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:371:\"\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				\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org Forums » [Google XML Sitemaps] Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/plugin/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jul 2018 15:12:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://bbpress.org/?v=2.6-alpha-6091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/support/topic/sitemap-category-priority-is-not-changing/\";s:7:\"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:41:\"Sitemap Category Priority is not changing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/support/topic/sitemap-category-priority-is-not-changing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Jul 2018 01:46:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1348:\"\n						\n						<p>Replies: 0</p>\n						<p>I have following priorities for my client&#8217;s sitemap</p>\n<p>Change Frequency<br />\nDaily &#8211; Homepage<br />\nWeekly &#8211; Posts<br />\nWeekly &#8211; Static Pages<br />\nDaily &#8211; Categories<br />\nDaily &#8211; The current archive of this month (Should be the same like your homepage)<br />\nYearly &#8211;  Older archives (Changes only if you edit an old post)<br />\nWeekly &#8211; Tag pages<br />\nWeekly &#8211; Author pages</p>\n<p>Priorities<br />\n1.0 &#8211; Homepage<br />\n0.8 &#8211; Posts (If auto calculation is disabled)<br />\n0.8 &#8211; Minimum post priority (Even if auto calculation is enabled)<br />\n1.0 &#8211; Static pages<br />\n0.8 &#8211; Categories<br />\n0.8 &#8211; Archives<br />\n0.5 &#8211; Tag pages<br />\n0.5 &#8211; Author pages</p>\n<p>However, the <a href=\"https://example.com/sitemap-tax-category.xml\" rel=\"nofollow\">https://example.com/sitemap-tax-category.xml</a> shows each category&#8217;s priority as 50% and change frequency &#8211; Weekly. </p>\n<p>I want to show priority 80% and change frequency &#8211; Daily.</p>\n<p>Sidenote:<br />\nI tried to debug myself. There shouldn&#8217;t be any other plugin which affects the XML sitemap. I am using Yoast SEO Plugin, but that sitemap feature is disabled. </p>\n<p>Could anyone suggest how to fix this?</p>\n						\n					\";s: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:\"joshibhargav20\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wordpress.org/support/topic/shortcodes-for-xml-sitemap-generator-for-wordpress-4-0-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Shortcodes for XML Sitemap Generator for WordPress 4.0.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wordpress.org/support/topic/shortcodes-for-xml-sitemap-generator-for-wordpress-4-0-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 01 Jul 2018 08:53: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:852:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi there, i tried to key in the short codes for this plugin by creating a new page and put in the shortcodes as below but it doesnt work.</p>\n<p>[wp_sitemap_page]</p>\n<p>Website Link (Page i created): <a href=\"https://www.anmyna.my/sitemap/\" rel=\"nofollow\">https://www.anmyna.my/sitemap/</a></p>\n<p>XML Site Map: <a href=\"https://www.anmyna.my/sitemap.xml\" rel=\"nofollow\">https://www.anmyna.my/sitemap.xml</a></p>\n<p>Can i know if i missed anything out?</p>\n\n\n<ul id=\"bbp-topic-revision-log-10451899\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-10451899-item-10451901\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 week, 1 day ago by <a href=\"https://wordpress.org/support/users/ahkiongkc/\" title=\"View ahkiongkc&#039;s profile\">ahkiongkc</a>.\n	</li>\n\n</ul>\n\n						\n					\";s: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:\"ahkiongkc\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/support/topic/installed-3-days-ago-google-doesnt-show-new-sitemaps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Installed 3 days ago, Google doesn&amp;#8217;t show new sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/support/topic/installed-3-days-ago-google-doesnt-show-new-sitemaps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jun 2018 18:12: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"\n						\n						<p>Replies: 4</p>\n						<p>I installed and activated this plugin on June 26. As of today, Goodge Search console still shows the standard WordPress.com sitemaps. They do not include all my posts, and have the know WP bug (&#8220;nesting error.)&#8217;</p>\n<p>Is there an additional step I must take, or is there a delay before Google sees the new sitemaps?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"irish99\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/support/topic/sitemap-news-xml-is-blank/\";s:7:\"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:25:\"sitemap-news.xml is blank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/sitemap-news-xml-is-blank/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Jun 2018 16:24:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:296:\"\n						\n						<p>Replies: 2</p>\n						<p>Nothing appears on the /sitemap-news.xml page. I have included categories with many posts but none appearing at that page. How do I get this top work correctly and writ the post links to that page? All other settings appear to be correct.</p>\n						\n					\";s: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:\"marxmann\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/support/topic/sitemap-simply-doesnt-work/\";s:7:\"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:37:\"Sitemap simply doesn&amp;#8217;t work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/support/topic/sitemap-simply-doesnt-work/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Jun 2018 07:43:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1683:\"\n						\n						<p>Replies: 1</p>\n						<p>Hi, i installed the plugin, navigate on /sitemap.xml and this shows up:</p>\n<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;&lt;?xml-stylesheet type=&#8221;text/xsl&#8221; href=&#8221;https://www.flaminiaedintorni.it/wp-content/plugins/google-sitemap-generator/sitemap.xsl&#8221;?&gt;&lt;!&#8211; sitemap-generator-url=&#8221;http://www.arnebrachhold.de&#8221; sitemap-generator-version=&#8221;4.0.9&#8243; &#8211;&gt;<br />\n&lt;!&#8211; generated-on=&#8221;21 June 2018 7:39&#8243; &#8211;&gt;<br />\n&lt;sitemapindex xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9 <a href=\"http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd\" rel=\"nofollow\">http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd</a>&#8221; xmlns=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9&#8243;&gt;	&lt;sitemap&gt;<br />\n		&lt;loc&gt;<a href=\"https://www.flaminiaedintorni.it/sitemap-misc.xml&lt;/loc&#038;gt\" rel=\"nofollow\">https://www.flaminiaedintorni.it/sitemap-misc.xml&lt;/loc&#038;gt</a>;<br />\n		&lt;lastmod&gt;2018-06-21T07:10:29+00:00&lt;/lastmod&gt;<br />\n	&lt;/sitemap&gt;<br />\n	&lt;sitemap&gt;<br />\n		&lt;loc&gt;<a href=\"https://www.flaminiaedintorni.it/sitemap-pt-post-2018-06.xml&lt;/loc&#038;gt\" rel=\"nofollow\">https://www.flaminiaedintorni.it/sitemap-pt-post-2018-06.xml&lt;/loc&#038;gt</a>;<br />\n		&lt;lastmod&gt;2018-06-21T07:10:29+00:00&lt;/lastmod&gt;<br />\n	&lt;/sitemap&gt;</p>\n<p>&#8230;and it keep on going for 10-15 posts.</p>\n<p>What is this? Any idea? (not active right now, had to deactivate it)</p>\n						\n					\";s: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:\"mikedev16\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/submitted-url-marked-noindex-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Submitted URL marked ‘noindex’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/submitted-url-marked-noindex-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Jun 2018 09:38:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:700:\"\n						\n						<p>Replies: 8</p>\n						<p>Hi i have used your plugin to create the sitemap for this website <a href=\"http://www.pgmumbai.in\" rel=\"nofollow\">http://www.pgmumbai.in</a> i have been using your plugin for the last 3 years and have used it in over 300 site but this is the first time i am getting a &#8220;Submitted URL marked &#8220;noindex&#8221; error..<br />\ncheck the screenshot here <a href=\"https://docs.google.com/document/d/1STdgWT9wMUdREmHBQymPzx0LVnVie-YFu9Hk_ziARmY/edit?usp=sharing\" rel=\"nofollow\">https://docs.google.com/document/d/1STdgWT9wMUdREmHBQymPzx0LVnVie-YFu9Hk_ziARmY/edit?usp=sharing</a></p>\n<p>let me know if i am making any mistake from my end..  </p>\n						\n					\";s: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:6:\"krisyt\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/support/topic/sitemap-includes-wrong-contry-code/\";s:7:\"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:34:\"sitemap includes wrong contry code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/support/topic/sitemap-includes-wrong-contry-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jun 2018 21:41: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:950:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi,<br />\nI have wordpress and site setup with English language, all posts are written in English and my webhost is also english, but the plugin insists in generating my sitemap with the PT country code on the file names (PT= Portugal, that&#8217;s the country I&#8217;m in, but I have nothing setup in portuguese)</p>\n<p>Ex of sitemap filename: <a href=\"https://&lt;&lt;my\" rel=\"nofollow\">https://&lt;&lt;my</a> site domain&gt;&gt;/sitemap-pt-post-2018-06.xml </p>\n<p>Or this is just a coincidence and that -pt- is not country related?<br />\nThanks</p>\n\n\n<ul id=\"bbp-topic-revision-log-10389085\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-10389085-item-10389086\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 3 weeks, 6 days ago by <a href=\"https://wordpress.org/support/users/brunocerq/\" title=\"View brunocerq&#039;s profile\">brunocerq</a>.\n	</li>\n\n</ul>\n\n						\n					\";s: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:\"brunocerq\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/support/topic/in-one-page-sitemap-xml/\";s:7:\"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:23:\"In one page sitemap.xml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/in-one-page-sitemap-xml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jun 2018 19:02:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi,</p>\n<p>I want to change my sitemap.xml. I need all my links in sitemap to be shown in one page. Can you help me?<br />\nThanks</p>\n						\n					\";s: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:\"Lost Mountain\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/support/topic/google-news-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:11:\"Google News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/support/topic/google-news-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jun 2018 07:32:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi</p>\n<p>would it be possilbe to add a specific Google News sitemap?</p>\n						\n					\";s: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:\"Der-Bank-Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/submitted-url-marked-noindex-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:34:\"Submitted URL marked ‘noindex’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/submitted-url-marked-noindex-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Jun 2018 19:55:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:467:\"\n						\n						<p>Replies: 12</p>\n						<p>Hi,</p>\n<p>Today Google informed me that my sitemap URL is marked &#8220;noindex&#8221;. If I understand the error correctly, Google won&#8217;t crawl the sitemap because of this. Indeed, upon inspecting the HTTP headers, I see <code>x-robots-tag: noindex</code>.</p>\n<p>The sitemap is virtually generated by the Google XML Sitemaps plugin.</p>\n<p>How can I remove this header?</p>\n<p>Thanks,<br />\nAlexander</p>\n						\n					\";s: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:\"ashaduri\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/support/topic/feature-request-add-filter-to-exclude-pages/\";s:7:\"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:44:\"Feature Request: add filter to exclude pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/feature-request-add-filter-to-exclude-pages/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Jun 2018 07:09:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:604:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi,</p>\n<p>could you please add a filter that allows to exclude one or more pages by ID?</p>\n<p>I&#8217;m the author of the plugin <a href=\"https://wordpress.org/plugins/404page/\" rel=\"nofollow\">https://wordpress.org/plugins/404page/</a> and I&#8217;d like to automatically exclude the custom 404 error page from the sitemap generated by your plugin.</p>\n<p>In Yoast SEO there&#8217;s a filter called <code>wpseo_exclude_from_sitemap_by_post_ids</code> to achieve that.</p>\n<p>I&#8217;m looking forward to your response.<br />\nThanks,<br />\nPeter</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Peter Raschendorfer\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wordpress.org/support/topic/error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-do-5/\";s:7:\"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:80:\"error on line 2 at column 6: XML declaration allowed only at the start of the do\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wordpress.org/support/topic/error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-do-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jun 2018 13:08: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:487:\"\n						\n						<p>Replies: 0</p>\n						<p>Hello,<br />\nI have  error in genrated xml file,</p>\n<p>This page contains the following errors:<br />\nerror on line 2 at column 6: XML declaration allowed only at the start of the document</p>\n<p>I have checked with disabling cache and SEO plugins but error still exist.</p>\n<p><a href=\"http://prntscr.com/jshtwb\" rel=\"nofollow\">http://prntscr.com/jshtwb</a></p>\n<p>please give the solution for this.</p>\n<p>Thanks,<br />\nRasik </p>\n						\n					\";s: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:\"swapnilwebdev\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/items-per-sitemap/\";s:7:\"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:17:\"Items per sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/items-per-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jun 2018 07:41: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:242:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi guys!<br />\nIs there any option to determine the max number of items per sitemap? I saw I have multitple page sitemaps with 1 or 2 items and I would like to merge it.<br />\nThanks!!</p>\n						\n					\";s: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:\"phineas137\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/support/topic/please-change-category-exclusion-interface/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Please change category exclusion interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/support/topic/please-change-category-exclusion-interface/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jun 2018 23:12:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:744:\"\n						\n						<p>Replies: 0</p>\n						<p>This is a UX/UI change suggestion. This change would make the plugin way more powerful in general, and more useful for higher end users, without adding any additional complication for the average user. </p>\n<p>Remove the checkbox area for categories that only displays POST categories.</p>\n<p>Instead, replace it with a text input like you have for posts. Allow users to exclude any term by ID from the website, rather than just post categories.  You&#8217;re already asking people to exclude posts by ID so it would be safe to assume they know how to find the term ID.</p>\n<p>I&#8217;m forking this and putting it in myself, hopefully you considering bringing it to the public version.</p>\n						\n					\";s: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:\"stfnschfr\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/support/topic/sitemap-xml-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Sitemap.xml update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/support/topic/sitemap-xml-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jun 2018 17:17:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"\n						\n						<p>Replies: 0</p>\n						<p>A page that does not exist in sitemap.xml appears</p>\n<p>How to remove?</p>\n						\n					\";s: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:\"augustopovoa\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/support/topic/is-google-xml-sitemaps-plugin-gdpr-dsgvo-compatible/\";s:7:\"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:52:\"Is Google XML Sitemaps plugin GDPR/DSGVO compatible?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/support/topic/is-google-xml-sitemaps-plugin-gdpr-dsgvo-compatible/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Jun 2018 13:32: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"\n						\n						<p>Replies: 1</p>\n						<p>Hello,</p>\n<p>Is Google XML Sitemaps plugin GDPR/DSGVO compatible?</p>\n<p>Please let us know!</p>\n<p>Thanks!</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"mawi022\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/support/topic/error-while-accessing-website-com-sitemaps-xml/\";s:7:\"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:46:\"Error while accessing website.com/sitemaps.xml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/error-while-accessing-website-com-sitemaps-xml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 May 2018 13:40: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"\n						\n						<p>Replies: 1</p>\n						<p>I am getting this error while accessing the sitemaps.xml from the browser.</p>\n<p><a href=\"https://www.dropbox.com/s/ra8rr68g4vhinfa/Screenshot%202018-05-31%2019.10.35.png?dl=0\" rel=\"nofollow\">https://www.dropbox.com/s/ra8rr68g4vhinfa/Screenshot%202018-05-31%2019.10.35.png?dl=0</a></p>\n						\n					\";s: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:\"thebeardedguy\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/support/topic/lot-of-calls-to-other-sites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Lot of Calls to other sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/support/topic/lot-of-calls-to-other-sites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 May 2018 17:44:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1147:\"\n						\n						<p>Replies: 2</p>\n						<p>I was measuring the traffic of my site and learned that I have about 21 calls to<br />\n<a href=\"http://www.bing.com/webmaster/ping.aspx?siteMap=%5Bmysiteredacted%5D\" rel=\"nofollow\">http://www.bing.com/webmaster/ping.aspx?siteMap=%5Bmysiteredacted%5D</a> and <a href=\"http://www.google.com/webmasters/sitemaps/ping?sitemap=%5Bredacted%5D\" rel=\"nofollow\">http://www.google.com/webmasters/sitemaps/ping?sitemap=%5Bredacted%5D</a> a minute.</p>\n<p>21 calls/minute.</p>\n<p>Unchecking  &#8220;Notify Google about updates of your site&#8221; and &#8220;Notify Bing (formerly MSN Live Search) about updates of your site&#8221; helped. </p>\n<p>It seems like an error to me&#8230;</p>\n<p>My site is a WordPress MU install.</p>\n\n\n<ul id=\"bbp-topic-revision-log-10342253\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-10342253-item-10342279\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 month, 1 week ago by <a href=\"https://wordpress.org/support/users/cyberpunk2020/\" title=\"View cyberpunk2020&#039;s profile\">cyberpunk2020</a>. Reason: clarification\n	</li>\n\n</ul>\n\n						\n					\";s: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:\"cyberpunk2020\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/support/topic/still-a-sitemap-in-your-directory/\";s:7:\"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:55:\"&amp;#8220;Still a sitemap in your directory&amp;#8221;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/support/topic/still-a-sitemap-in-your-directory/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 May 2018 21:12:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"\n						\n						<p>Replies: 0</p>\n						<p>I&#8217;ve deleted the sitemap file from my directory multiple times but it keeps getting regenerated. I&#8217;ve also used the plugin to delete it automatically, but to no avail. I then get this error:</p>\n<p>&#8220;There is still a sitemap.xml or sitemap.xml.gz file in your site directory.&#8221;</p>\n<p>Any suggestions?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Philo22\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/data-collection-gdpr/\";s:7:\"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:20:\"Data collection/GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/data-collection-gdpr/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 May 2018 17:46:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"\n						\n						<p>Replies: 1</p>\n						<p>Hi<br />\nDoes this plugin collect any data/use cookies in light of GDPR coming into force shortly?<br />\nThanks<br />\nRobert</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"robbo55\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/language-sub-domains/\";s:7:\"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:20:\"Language Sub-Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/language-sub-domains/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 May 2018 14:28:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:588:\"\n						\n						<p>Replies: 3</p>\n						<p>I am using a plugin (gtranslate) and it is creating sub domain dedicated to languages like: http:/fr.theplanetfixer.org and so on (more than 80 different languages).</p>\n<p>What should I do to add them:</p>\n<p>&#8211; do nothing and let Google find them<br />\n&#8211; manually add each one to the setting page of your plugin<br />\n&#8211; or &#8230;.???</p>\n<p>Thanks for any advices!</p>\n<p>Roger Pilon<br />\n<a href=\"http://theplanetfixer.org\" rel=\"noopener noreferrer\" target=\"_blank\" rel=\"nofollow\">The Planet Fixer Digest</a></p>\n						\n					\";s: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:6:\"ponics\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/support/topic/istanbul-anadolu-yakasi-gezilecek-yerler/\";s:7:\"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:37:\"This plugin support image and video ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/istanbul-anadolu-yakasi-gezilecek-yerler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 May 2018 19:18:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:807:\"\n						\n						<p>Replies: 0</p>\n						<p>Your sitemap plugin support images and videos ?<br />\nCan i with this plugin image and video sitemap ?<br />\nThank you..</p>\n\n\n<ul id=\"bbp-topic-revision-log-10271569\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-10271569-item-10271572\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 month, 4 weeks ago by <a href=\"https://wordpress.org/support/users/pegasusus/\" title=\"View pegasusus&#039;s profile\">pegasusus</a>.\n	</li>\n	<li id=\"bbp-topic-revision-log-10271569-item-10271707\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 month, 4 weeks ago by <a href=\"https://wordpress.org/support/users/pegasusus/\" title=\"View pegasusus&#039;s profile\">pegasusus</a>. Reason: gezilecek yerler\n	</li>\n\n</ul>\n\n						\n					\";s: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:\"pegasusus\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/showing-home-page/\";s:7:\"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:17:\"showing home page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/showing-home-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 May 2018 12:58:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"\n						\n						<p>Replies: 2</p>\n						<p>Hi,</p>\n<p>Have installed Google XML Sitemaps, when i go to setting and click link to view sitemap.xml, it pops up website home page.</p>\n<p>Also, in google search it says &#8220;Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.&#8221;</p>\n<p>Can anyone assist with possible case.</p>\n						\n					\";s: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:\"itnchans\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/support/topic/updated-date/\";s:7:\"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:12:\"Updated Date\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/support/topic/updated-date/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 May 2018 08:18:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"\n						\n						<p>Replies: 0</p>\n						<p>Hello,</p>\n<p>it looks like the creation date is used instead of the updated date. Am I wrong?</p>\n<p>Thanks<br />\nChris</p>\n						\n					\";s: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:\"cwfaraday\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/support/topic/where-is-sitemap-xml-file-installed/\";s:7:\"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:156:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Where is Sitemap.xml file installed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/where-is-sitemap-xml-file-installed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 May 2018 13:20:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"\n						\n						<p>Replies: 5</p>\n						<p>I&#8217;m new to WordPress and I&#8217;m using BoldGrid. Where is the sitemap file installed.</p>\n<p>Any help appreciated.</p>\n						\n					\";s: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:\"jg100\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/support/topic/xml-declaration-error-nothing-shows/\";s:7:\"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:158:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;XML declaration error: nothing shows.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/xml-declaration-error-nothing-shows/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 May 2018 22:01: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"\n						\n						<p>Replies: 1</p>\n						<p>This page contains the following errors:</p>\n<p>error on line 2 at column 6: XML declaration allowed only at the start of the document</p>\n<p>Below is a rendering of the page up to the first error.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"barndog\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/support/topic/fatal-error-2889/\";s:7:\"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:11:\"Fatal Error\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/support/topic/fatal-error-2889/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 May 2018 11:19: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:703:\"\n						\n						<p>Replies: 0</p>\n						<p>Brand new, self hosted installation.</p>\n<p>Plugin could not be activated because it triggered a fatal error.</p>\n<pre><code>\nParse error: syntax error, unexpected &#039;(&#039; in /nfs/c01/h05/mnt/32533/domains/reignitionllc.com/html/wp-content/plugins/fv-code-highlighter/src/Autoloader.php on line 88</code></pre>\n\n\n<ul id=\"bbp-topic-revision-log-10249602\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-10249602-item-10249604\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 2 months ago by <a href=\"https://wordpress.org/support/users/mmcglynn/\" title=\"View mmcglynn&#039;s profile\">mmcglynn</a>.\n	</li>\n\n</ul>\n\n						\n					\";s: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:\"mmcglynn\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wordpress.org/support/topic/sitemap-works-but-i-dont-see-it-in-the-root-directory-of-my-domain/\";s:7:\"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:78:\"Sitemap works, but I don&amp;#8217;t see it in the root directory of my domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wordpress.org/support/topic/sitemap-works-but-i-dont-see-it-in-the-root-directory-of-my-domain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 May 2018 14:41: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"\n						\n						<p>Replies: 2</p>\n						<p>I&#8217;m new to the forum.<br />\nIn google Search Console my sitemap.xml is found and seen. But I don&#8217;t see it the root directory of my domain.<br />\nIn XML Site Map Generator the path to my site map is:<br />\n?<a href=\"https://www.mydomain.com/sitemap.xml(\" rel=\"nofollow\">https://www.mydomain.com/sitemap.xml(</a>?) with no question marks of course.</p>\n						\n					\";s: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:\"jg100\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/support/topic/site-map-is-a-white-page/\";s:7:\"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:24:\"Site map is a white page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/site-map-is-a-white-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2018 19:24: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:514:\"\n						\n						<p>Replies: 0</p>\n						<p>Hello,</p>\n<p>I noticed that when I go to my sitemap it shows a blank page&#8230;?  If I right click on the &#8216;white&#8217; page and choose view page source it looks like the sitemap might be there, BUT it lists pages that don&#8217;t exist on the site AND none of the pages that do exist are listed?  I have nothing configured so that the pages that should show up wouldn&#8217;t be added to sitemap so very confused.  Please advise!</p>\n<p>Thank you!</p>\n						\n					\";s: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:\"fourwhitesocks\";s: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:67:\"\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:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/support/topic/sitemap-showing-old-data/\";s:7:\"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:24:\"Sitemap showing old data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/support/topic/sitemap-showing-old-data/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2018 08:31:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:751:\"\n						\n						<p>Replies: 0</p>\n						<p>Hi,<br />\nReally awesome plugin but once I create sitemap for my authors and there it works fine for my custom roles. But its showing only 10 records while I have 64 total records and also it shows older date for those sitemaps while I created today.</p>\n<p>Sorry, my website is at local server by now but I need urgent help on this ?</p>\n<p>Thanks </p>\n\n\n<ul id=\"bbp-topic-revision-log-10242070\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-10242070-item-10242072\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 2 months, 1 week ago by <a href=\"https://wordpress.org/support/users/ehaantech/\" title=\"View ehaantech&#039;s profile\">ehaantech</a>.\n	</li>\n\n</ul>\n\n						\n					\";s: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:\"ehaantech\";s: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:67:\"https://wordpress.org/support/plugin/google-sitemap-generator/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:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 09 Jul 2018 15:16:04 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(527,'_transient_timeout_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e','1531754164','no'),(528,'_transient_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e','1531149364','no'),(609,'_site_transient_timeout_theme_roots','1531194135','no'),(610,'_site_transient_theme_roots','a:5:{s:17:\"Avada-Child-Theme\";s:7:\"/themes\";s:5:\"Avada\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(611,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1531192337;s:7:\"checked\";a:5:{s:17:\"Avada-Child-Theme\";s:5:\"1.0.0\";s:5:\"Avada\";s:5:\"5.4.2\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(612,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1531192338;s:7:\"checked\";a:14:{s:25:\"add-to-all/add-to-all.php\";s:5:\"1.2.2\";s:19:\"akismet/akismet.php\";s:5:\"4.0.2\";s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";s:4:\"1.13\";s:27:\"autoptimize/autoptimize.php\";s:5:\"2.3.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.2\";s:21:\"flamingo/flamingo.php\";s:3:\"1.8\";s:33:\"fusion-builder/fusion-builder.php\";s:5:\"1.4.2\";s:27:\"fusion-core/fusion-core.php\";s:5:\"3.4.2\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"4.0.9\";s:9:\"hello.php\";s:3:\"1.6\";s:24:\"wp-seopress/seopress.php\";s:5:\"2.9.3\";s:63:\"wp-seo-structured-data-schema/wp-seo-structured-data-schema.php\";s:5:\"2.4.1\";s:33:\"wps-hide-login/wps-hide-login.php\";s:7:\"1.3.4.2\";s:15:\"wpsso/wpsso.php\";s:6:\"3.52.1\";}s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"2.3.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.3.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:63:\"wp-seo-structured-data-schema/wp-seo-structured-data-schema.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:43:\"w.org/plugins/wp-seo-structured-data-schema\";s:4:\"slug\";s:29:\"wp-seo-structured-data-schema\";s:6:\"plugin\";s:63:\"wp-seo-structured-data-schema/wp-seo-structured-data-schema.php\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/wp-seo-structured-data-schema/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/wp-seo-structured-data-schema.2.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/wp-seo-structured-data-schema/assets/icon-128x128.png?rev=1336047\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/wp-seo-structured-data-schema/assets/banner-1544x500.jpg?rev=1884607\";s:2:\"1x\";s:84:\"https://ps.w.org/wp-seo-structured-data-schema/assets/banner-772x250.jpg?rev=1884607\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:15:\"wpsso/wpsso.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/wpsso\";s:4:\"slug\";s:5:\"wpsso\";s:6:\"plugin\";s:15:\"wpsso/wpsso.php\";s:11:\"new_version\";s:5:\"4.7.1\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/wpsso/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/wpsso.4.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/wpsso/assets/icon-256x256.png?rev=1858886\";s:2:\"1x\";s:58:\"https://ps.w.org/wpsso/assets/icon-128x128.png?rev=1858886\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wpsso/assets/banner-1544x500.jpg?rev=1884330\";s:2:\"1x\";s:60:\"https://ps.w.org/wpsso/assets/banner-772x250.jpg?rev=1884330\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:81:\"<p>(2018/07/06) Added a new WPSSO Inherit Parent Meta (aka WPSSO IPM) add-on.</p>\";s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:25:\"add-to-all/add-to-all.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/add-to-all\";s:4:\"slug\";s:10:\"add-to-all\";s:6:\"plugin\";s:25:\"add-to-all/add-to-all.php\";s:11:\"new_version\";s:5:\"1.2.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/add-to-all/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/add-to-all.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/add-to-all.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/all-404-redirect-to-homepage\";s:4:\"slug\";s:28:\"all-404-redirect-to-homepage\";s:6:\"plugin\";s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";s:11:\"new_version\";s:4:\"1.13\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/all-404-redirect-to-homepage/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-404-redirect-to-homepage.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/all-404-redirect-to-homepage/assets/icon-256x256.png?rev=1515215\";s:2:\"1x\";s:81:\"https://ps.w.org/all-404-redirect-to-homepage/assets/icon-128x128.png?rev=1515215\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/all-404-redirect-to-homepage/assets/banner-772x250.png?rev=1515218\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"flamingo/flamingo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/flamingo\";s:4:\"slug\";s:8:\"flamingo\";s:6:\"plugin\";s:21:\"flamingo/flamingo.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/flamingo/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/flamingo.1.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/flamingo/assets/banner-772x250.png?rev=544829\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/google-sitemap-generator\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=1701944\";s:2:\"1x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=1701944\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/google-sitemap-generator/assets/banner-772x250.png?rev=1701944\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wp-seopress/seopress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/wp-seopress\";s:4:\"slug\";s:11:\"wp-seopress\";s:6:\"plugin\";s:24:\"wp-seopress/seopress.php\";s:11:\"new_version\";s:5:\"2.9.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-seopress/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-seopress.2.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-seopress/assets/icon-256x256.png?rev=1551361\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-seopress/assets/icon-128x128.png?rev=1551361\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-seopress/assets/banner-1544x500.png?rev=1824139\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-seopress/assets/banner-772x250.png?rev=1824139\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"wps-hide-login/wps-hide-login.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wps-hide-login\";s:4:\"slug\";s:14:\"wps-hide-login\";s:6:\"plugin\";s:33:\"wps-hide-login/wps-hide-login.php\";s:11:\"new_version\";s:7:\"1.3.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wps-hide-login/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wps-hide-login.1.3.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-256x256.png?rev=1820667\";s:2:\"1x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-128x128.png?rev=1820667\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wps-hide-login/assets/banner-1544x500.jpg?rev=1820667\";s:2:\"1x\";s:69:\"https://ps.w.org/wps-hide-login/assets/banner-772x250.jpg?rev=1820667\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(640,'_transient_timeout_feed_636a1eae994b1deb9d704cdb777d2ebb','1531252951','no');
INSERT INTO `wp_options` VALUES (641,'_transient_feed_636a1eae994b1deb9d704cdb777d2ebb','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:46:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Theme Fusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress Themes | Premium WordPress Themes | WooCommerce 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jul 2018 07:49:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.9.6\";s:7:\"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:9:{i:0;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"4 Simple Steps to Tweak Avada for Better Sales With WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://theme-fusion.com/avada-woocommerce-tweaks/\";s: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://theme-fusion.com/avada-woocommerce-tweaks/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jun 2018 04:08:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Design\";s: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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=405494\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:396:\"When it comes to selling products from your WordPress website, WooCommerce is king. The Automattic-owned giant is the most widely used WordPress e-commerce solution in existence, currently powering over 30% of all online stores. However, because of how great it looks out of the box, it&#8217;s very tempting to stick with the default display options – meaning your storefront &#91;...&#93;\";s: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:\"Tom Rankin\";s: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:36062:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>When it comes to selling products from your WordPress website, <a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\" rel=\"noopener\">WooCommerce</a> is king.</p>\n<p>The <a href=\"https://automattic.com/\" target=\"_blank\" rel=\"noopener\">Automattic</a>-owned giant is the <a href=\"https://wptavern.com/woocommerce-dominates-global-e-commerce-platforms-passes-7-million-downloads\" target=\"_blank\" rel=\"noopener\">most widely used WordPress e-commerce solution</a> in existence, currently powering over 30% of all online stores. However, because of how great it looks out of the box, it&#8217;s very tempting to stick with the default display options – meaning your storefront could end up looking similar to the thousands of others plying their trade.</p>\n<p><span id=\"more-405494\"></span></p>\n<p>While there&#8217;s absolutely nothing wrong with the default options, the scope for customizing your WooCommerce storefront can stretch much further. Our own <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada theme</a> includes a number of options for tweaking WooCommerce from your WordPress dashboard, and by browsing its options, you can transform your storefront from an also-ran into a gold medallist.</p>\n<p>In this post, we&#8217;ll offer you four simple steps for customizing your WooCommerce store from Avada&#8217;s <em>Theme Options</em> panel, giving you the very best chance of attracting new buyers and increasing your sales.</p>\n<p>Let&#8217;s get started!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 1: Configure Your Store&#8217;s Layout and Design</h3></div><div class=\"fusion-text\"><p><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> includes a wealth of options for configuring your WooCommerce store within its <em>Theme Options</em> panel, found under the <em>Avada</em> tab on the WordPress dashboard. Once there, navigate to <em>WooCommerce &gt; General WooCommerce</em>, and you&#8217;ll be presented with the options at your disposal:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/to_woo_options-1200x956.png\" width=\"1200\" height=\"956\" alt=\"\" title=\"to_woo_options\" class=\"img-responsive wp-image-469761\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/to_woo_options-200x159.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/to_woo_options-400x319.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/to_woo_options-600x478.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/to_woo_options-800x638.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/to_woo_options-1200x956.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></span></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>First of all, let&#8217;s look at the changes you can make to your store&#8217;s layout. At the top of the <em>General WooCommerce</em> tab, you&#8217;ll see four sliders:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-2\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/display-options.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[b360e69b6a0a3a66454]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/display-options.png\" width=\"1762\" height=\"986\" alt=\"The Product Display options.\" class=\"img-responsive wp-image-405534\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/display-options-200x112.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/display-options-400x224.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/display-options-600x336.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/display-options-800x448.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/display-options-1200x672.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/display-options.png 1762w\" sizes=\"(max-width: 900px) 100vw, 1762px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>The options here enable you to customize how products display on your page. Let&#8217;s take a look:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-1 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\">\n<ul class=\"fusion-checklist fusion-checklist-1 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"></ul><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><em><strong>Woocommerce Number of Products per Page.</strong> </em>This is simply how many products you&#8217;d like to display per page – from one to fifty.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><em><strong>Woocommerce Number of Product Columns.</strong> </em>This enables you to organize your products in up to six columns on the store&#8217;s main page.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><em><strong>Woocommerce Related/Up-Sell/Cross-Sell Product Number of Columns.</strong> </em>This also enables you to choose up to six columns to organize your products, this time focusing on the <em>Related</em> and <em>Up-Sell</em> sections within product posts, and <em>Cross-Sell</em> sections on the cart page.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><em><strong>Woocommerce Archive Number of Columns.</strong> </em>Similar to the last two options, this controls how many columns are used to organize your products on their respective archive pages.</div></li>\n</ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>For a comprehensive list of all Avada Woocommerce Options please see this <a href=\"https://theme-fusion.com/documentation/avada/options/woocommerce-fusion-theme-options/\" target=\"_blank\" rel=\"noopener\">help file</a>.</p>\n<p>You can also customize both the design of the product box itself, and the tabs that display on single product pages. To get at these settings, navigate to <em>WooCommerce &gt; WooCommerce Styling, </em>and at the top you&#8217;ll see the relevant options:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-3\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[24e35b72a02a6a7877e]\" data-title=\"woo_to_styling_options\" title=\"woo_to_styling_options\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options-1200x669.png\" width=\"1200\" height=\"669\" alt=\"\" class=\"img-responsive wp-image-469796\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options-200x112.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options-400x223.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options-600x335.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options-800x446.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options-1200x669.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_styling_options.png 1768w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Firstly, changing the product box design to <strong><em>Clean</em></strong> from the default <strong><em>Classic</em></strong> option removes the <em>Add to Cart</em> and <em>Details</em> links beneath each product…</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-4\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[35846a57337a912a0df]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2.png\" width=\"2416\" height=\"962\" alt=\"An example of a &#039;clean&#039; product box.\" class=\"img-responsive wp-image-405543\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2-200x80.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2-400x159.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2-600x239.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2-800x319.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2-1200x478.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/clean-product-box-2.png 2416w\" sizes=\"(max-width: 900px) 100vw, 2416px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>…and toggling the <strong><em>Product Tab Design</em></strong> button enables either horizontal or vertical tabs within each product page:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-5\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[9bcf3f6f96885c29c30]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs.png\" width=\"2368\" height=\"886\" alt=\"Horizontal tab layout on a product page.\" class=\"img-responsive wp-image-405544\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs-200x75.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs-400x150.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs-600x224.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs-800x299.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs-1200x449.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/horizontal-tabs.png 2368w\" sizes=\"(max-width: 900px) 100vw, 2368px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Finally, at the bottom of the <em>WooCommerce Styling</em> panel you will see &gt; <strong><em>WooCommerce Icon Font Size</em></strong>. Entering a value that relates to font size (i.e. <em>px</em>, <em>em</em>, or <em>rem</em>)…</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-6\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[8fe1ea9f9bb553ccc55]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size.png\" width=\"1778\" height=\"186\" alt=\"The Icon Font Size option.\" class=\"img-responsive wp-image-405696\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size-200x21.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size-400x42.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size-600x63.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size-800x84.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size-1200x126.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/icon-font-size.png 1778w\" sizes=\"(max-width: 900px) 100vw, 1778px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>…you can change the size of any icons and their related fonts displayed within your individual product pages:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"style=\"max-width:1700px;\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-7\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_products.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[5f25c53d227e7b8e6b4]\" data-title=\"woo_products\" title=\"woo_products\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_products.jpg\" width=\"2370\" height=\"1126\" alt=\"\" class=\"img-responsive wp-image-469853\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_products-200x95.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_products-400x190.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_products-600x285.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_products-800x380.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_products-1200x570.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_products.jpg 2370w\" sizes=\"(max-width: 900px) 100vw, 2370px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 2: Customize Your Store&#8217;s Colors</h3></div><div class=\"fusion-text\"><p>The <em>WooCommerce Styling</em> panel also has options for customizing the colors of various elements within your store, and along with the product display options, it offers a lot of scope in terms of tweaking the look and feel of your site. Some of options at your disposal are:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-3 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\">\n<ul class=\"fusion-checklist fusion-checklist-3 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"></ul><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong><em>WooCommerce Quantity Box Background Color</em>: </strong>Adjusts the color of the quantity box on product pages.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong><em>WooCommerce Quantity Box Hover Background Color</em>: </strong>Similar to the previous option, but for mouseover color.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong><em>WooCommerce Order Dropdown Background Color</em>: </strong>Enables you to change the color of the product filter menu on your store&#8217;s page.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong><em>WooCommerce Order Dropdown Text Color</em>: </strong>Customizes the text color within the product filter menus.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong><em>WooCommerce Order Dropdown Border Color</em>: </strong>Again, for the product filter menus, this time adjusting the border color.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong><em>WooCommerce Cart Menu Background Color</em>: </strong>This enables color customization of the drop-down cart box in your navigation menu.</div></li>\n</ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>For a comprehensive list of all Avada Woocommerce Options please see this <a href=\"https://theme-fusion.com/documentation/avada/options/woocommerce-fusion-theme-options/\" target=\"_blank\" rel=\"noopener\">help file</a>.</p>\n<p>All of the options here are important, and it&#8217;s worth spending the time to investigate a suitable color scheme, as choices can have a <a href=\"https://www.helpscout.net/blog/psychology-of-color/\" target=\"_blank\" rel=\"noopener\">big psychological impact</a> on buyer patterns, and could potentially have a big impact on your profit margin.</p>\n<p>To this end, companies often carry out <a href=\"https://www.optimizely.com/split-testing/\" target=\"_blank\" rel=\"noopener\">&#8216;split tests&#8217;</a> – comparing different colors, fonts, and more – to ascertain which design choices have a higher buyer conversion rate, and how they impact sales figures. For further reading, check out <a href=\"https://blog.kissmetrics.com/ab-testing-introduction/\" target=\"_blank\" rel=\"noopener\">this article from Kissmetrics</a>.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 3: Turn on Social Sharing for Single Products</h3></div><div class=\"fusion-text\"><p>Social media is well and truly part of our day-to-day lives, with over <a href=\"http://www.smartinsights.com/social-media-marketing/social-media-strategy/new-global-social-media-research/\" target=\"_blank\" rel=\"noopener\">two billion users</a> having an active account with one service or another. It stands to reason, therefore, that harnessing its power to improve sales should be a high priority.</p>\n<p>Fortunately, Avada&#8217;s <em>Theme Options </em>can enable (or disable) social sharing on individual products. Head to <em>WooCommerce &gt; General WooCommerce</em>, and scroll down until you find the <em>Woocommerce Social Icons</em> option:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-8\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[551427690cf70399970]\" data-title=\"woo_social_enable\" title=\"woo_social_enable\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable-1200x120.png\" width=\"1200\" height=\"120\" alt=\"\" class=\"img-responsive wp-image-469857\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable-200x20.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable-400x40.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable-600x60.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable-800x80.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable-1200x120.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_social_enable.png 1780w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Turning this on displays a section within individual product pages, enabling visitors to post or tweet the item to their followers and subscribers:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-9\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[1ed6e1d16f2473f243a]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons.png\" width=\"2390\" height=\"252\" alt=\"Social sharing icons on a product page.\" class=\"img-responsive wp-image-405551\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons-200x21.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons-400x42.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons-600x63.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons-800x84.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons-1200x127.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/social-sharing-icons.png 2390w\" sizes=\"(max-width: 900px) 100vw, 2390px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>With the vast number of people using social media, it stands to reason that the more eyes viewing your products, the further it could increase sales – so in our eyes, enabling this option is a no-brainer.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 4: Improve the Buyer&#8217;s Experience</h3></div><div class=\"fusion-text\"><p>There are a number of tweaks to make within the <em>Theme Options</em> panel that can enhance the buying experience. To enable these options, navigate to <em>WooCommerce &gt; General WooCommerce</em>, and scroll down until you find the sections for <em>Woocommerce One Page Checkout</em> and <em>Woocommerce My Account Link in Main Menu</em>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-10\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[9ab2ca2f6df33ec4031]\" data-title=\"woo_to_checkout\" title=\"woo_to_checkout\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout.png\" width=\"1824\" height=\"1024\" alt=\"\" class=\"img-responsive wp-image-469861\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout-200x112.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout-400x225.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout-600x337.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout-800x449.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout-1200x674.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/06/woo_to_checkout.png 1824w\" sizes=\"(max-width: 900px) 100vw, 1824px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>The first option, <em>Woocommerce One Page Checkout,</em> streamlines the purchase process. By default, the buyer is lead through three stages for purchasing their item – entering their billing address, adding any notes to the seller (i.e. you), and entering their all-important billing information:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-11\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-1200x570.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[80011f132eda76575b8]\" data-title=\"demo_onepage_checkout\" title=\"demo_onepage_checkout\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-1200x570.png\" width=\"1200\" height=\"570\" alt=\"\" class=\"img-responsive wp-image-469863\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-200x95.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-400x190.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-600x285.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-800x380.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/demo_onepage_checkout-1200x570.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Toggling <em>Woocommerce One Page Checkout </em>bundles all of these steps into one page – the idea being that a user who has less hoops to jump through will be more inclined to complete their purchase, rather than navigate away from your store.</p>\n<p>&#8216;Cart abandonment&#8217; (as it&#8217;s called) is a hot topic within the world of e-commerce, as every user who navigates away from your site represents a lost sale – so it&#8217;s worth reading up on. <a href=\"http://www.wordstream.com/blog/ws/2016/03/17/shopping-cart-abandonment\" target=\"_blank\" rel=\"noopener\">Here&#8217;s an article</a> that outlines some further tips and tricks for getting a handle on shopping cart abandonment.</p>\n<p>Finally, by default, users have no way to easily access their account from any page on your website. By toggling <em>Woocommerce My Account Link in Main Menu</em>, it places a link to their account within your navigation, enabling easy access to their settings:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-12\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/my-account.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[758bcd0353f88d3f1d8]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/my-account.png\" width=\"1096\" height=\"76\" alt=\"The My Account link in the main navigation.\" class=\"img-responsive wp-image-405555\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/my-account-200x14.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/my-account-400x28.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/my-account-600x42.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/my-account-800x55.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/my-account.png 1096w\" sizes=\"(max-width: 900px) 100vw, 1096px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Conclusion</h3></div><div class=\"fusion-text\"><p>Just because a <a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\" rel=\"noopener\">WooCommerce</a> store is easy to set up doesn&#8217;t mean you have to plump for using its default settings. Likewise, even though others may create solid-looking storefronts using the default options, that doesn&#8217;t mean you can&#8217;t utilize <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada&#8217;s</a> <em>Theme Options</em> panel to its fullest to make your WooCommerce-powered store shine.</p>\n<p>In this post, we&#8217;ve given you four ways to tweak Avada to improve your visitors WooCommerce experience and increase sales. These options are just the tip of the iceberg, and there are many more lurking within Avada&#8217;s settings. Let&#8217;s run through the tweaks featured:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-5 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\">\n<ul class=\"fusion-checklist fusion-checklist-5 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"></ul><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Configure how products display within your store.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Customize your store&#8217;s color scheme.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Turn on social sharing to increase product views.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Improve the buyer&#8217;s experience with a one-page checkout, and easy access to their account.</div></li>\n</ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Do you have any questions about customizing WooCommerce with <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a>, or do you have a favorite setting we&#8217;ve not featured? Let us hear all about it the comments section below!</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s: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://theme-fusion.com/avada-woocommerce-tweaks/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\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:55:\"4 Key Elements of a Great Photography WordPress Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/key-elements-great-photography-wordpress-website/\";s: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:82:\"https://theme-fusion.com/key-elements-great-photography-wordpress-website/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jun 2018 08:08:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Design\";s: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:14:\"Fusion Builder\";s: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:11:\"ThemeFusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"design\";s: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:5:{s:4:\"data\";s:14:\"fusion builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=407874\";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:402:\"Your photography is creative and stunning, and those qualities should also apply to your website. However, if the thought of tackling the design and development of your site sounds overwhelming, you&#8217;ll likely need a helping hand – something with great foundations that that can be built upon to help match your unique requirements. Avada includes a number of demo pages that &#91;...&#93;\";s: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:\"Tom Rankin\";s: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:38517:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>Your photography is creative and stunning, and those qualities should also apply to your website. However, if the thought of tackling the design and development of your site sounds overwhelming, you&#8217;ll likely need a helping hand – something with great foundations that that can be built upon to help match your unique requirements.</p>\n<p><span id=\"more-407874\"></span></p>\n<p><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> includes a number of <a href=\"http://avada.theme-fusion.com/demos/\" target=\"_blank\" rel=\"noopener\">demo pages</a> that provide inspiration and a solid starting point for creating your website. Our <a href=\"http://avada.theme-fusion.com/photography/\" target=\"_blank\" rel=\"noopener\">Photography demo</a> is tailor-made for photographers, with almost all of the functionality you’ll require to create a outstanding website with minimal effort.</p>\n<p>In this post, we’ll present four elements of a great photography website – as featured in our Photography demo – before showing you how to incorporate them on your own website. Let&#8217;s get cracking!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">1. Stunning and Prominent Visuals</h3></div><div class=\"fusion-text\"><p>Ensuring that your images are prominent and captivating throughout your site is a no-brainer. The way your images are presented represents both your ability and your taste, so showcasing them well is absolutely vital.</p>\n<p>Fortunately, <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> has you covered! Our own <a href=\"http://avada.theme-fusion.com/fusion-slider-full-width/\" target=\"_blank\" rel=\"noopener\">Fusion Slider</a> packs a lot of punch into its admin panel, and is perfect for displaying prominent images and calls to action:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-13\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[18a7c5941e0fc9546a6]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example.png\" width=\"3146\" height=\"1738\" alt=\"An example of a full-screen Fusion Slider element.\" class=\"img-responsive wp-image-407932\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example-200x110.png 200w, https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example-400x221.png 400w, https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example-600x331.png 600w, https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example-800x442.png 800w, https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example-1200x663.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/07/fusion-slider-example.png 3146w\" sizes=\"(max-width: 900px) 100vw, 3146px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>To create your own slider, navigate to the <em>Fusion Slider</em> admin panel on the WordPress dashboard, then click <em>Add or Edit Sliders</em>. You&#8217;ll see a screen showing a list of your current sliders on the right, and the <em>Add Slider</em> section on the left:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-14\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[88dfce953e10459e073]\" data-title=\"fs_new_slide_photo\" title=\"fs_new_slide_photo\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo-1200x778.jpg\" width=\"1200\" height=\"778\" alt=\"\" class=\"img-responsive wp-image-469676\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo-200x130.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo-400x259.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo-600x389.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo-800x519.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/06/fs_new_slide_photo-1200x778.jpg 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Among the options here you can set the slider&#8217;s size, whether it&#8217;s full-screen, animation type and speed, and much more. When finished, click <em>Add Slider</em> at the bottom.</p>\n<p>Next up is adding slides. Navigate to <em>Add or Edit Slides</em> in your WordPress dashboard – where you&#8217;ll see a list of your current slides – and click <em>Add New Slide</em> at the top of the screen:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-15\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[8e556252522ae53c1f4]\" data-title=\"add_new_fs_slides\" title=\"add_new_fs_slides\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides-1200x287.png\" width=\"1200\" height=\"287\" alt=\"\" class=\"img-responsive wp-image-469725\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides-200x48.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides-400x96.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides-600x144.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides-800x192.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/add_new_fs_slides-1200x287.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>From the next screen, give your slide a suitable name, upload an image using the <em>Featured Image</em> meta box, then start customizing the myriad of options at your disposal. You can select whether your slide is an image or video, add a heading and caption and adjust their look, and customize up to two call to action buttons.</p>\n<p>Finally, link the slide to your chosen slider from the <em>Fusion Sliders</em> meta box on the right hand side of the page…</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-16\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[cb5e2b1ed4d5cd8ffdf]\" data-title=\"assign_fs_slides\" title=\"assign_fs_slides\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides-1200x796.jpg\" width=\"1200\" height=\"796\" alt=\"\" class=\"img-responsive wp-image-469690\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides-200x133.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides-400x265.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides-600x398.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides-800x530.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides-1200x796.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/06/assign_fs_slides.jpg 1828w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>…and when you&#8217;re done, save your slide as you would a page or post by clicking the blue button in the top right hand corner.</p>\n<p>To display your Fusion Slider at the head to your desired page, scroll down to the <em>Fusion Page Options</em> panel at the bottom, then select the <em>Sliders</em> tab. From the <em>Slider Type</em> drop-down select <em>Fusion Slider</em>, pick your slider from the list found in the <em>Select Fusion Slider</em> drop-down:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-17\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[6f8b96f603153a7b3c0]\" data-title=\"fusion_options_slider\" title=\"fusion_options_slider\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider-1200x411.png\" width=\"1200\" height=\"411\" alt=\"\" class=\"img-responsive wp-image-469729\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider-200x69.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider-400x137.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider-600x206.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider-800x274.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/fusion_options_slider-1200x411.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Finally, remember to save any changes you make to your page at the top of the screen.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">2. An Easy to Navigate Portfolio</h3></div><div class=\"fusion-text\"><p>Much like using images correctly, a captivating and easy to navigate portfolio should be central to your website – after all, it&#8217;s often going to be a major source of traffic.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-18\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[7b795303f5a24719261]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example.png\" width=\"2740\" height=\"1128\" alt=\"An example of a portfolio on display.\" class=\"img-responsive wp-image-407941\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example-200x82.png 200w, https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example-400x165.png 400w, https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example-600x247.png 600w, https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example-800x329.png 800w, https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example-1200x494.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/07/portfolio-example.png 2740w\" sizes=\"(max-width: 900px) 100vw, 2740px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Out of the box, <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> enables easy creation of your portfolio directly from the WordPress dashboard. To add a new entry, navigate to <em>Portfolio &gt; Add New</em>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-19\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-1200x381.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[82f790afab858259f68]\" data-title=\"portfolio_add_new\" title=\"portfolio_add_new\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-1200x381.jpg\" width=\"1200\" height=\"381\" alt=\"\" class=\"img-responsive wp-image-469730\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-200x63.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-400x127.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-600x190.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-800x254.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/06/portfolio_add_new-1200x381.jpg 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Here, give your entry a suitable name, and begin using the Fusion Builder&#8217;s <em>Column Options</em> and <em>Builder Elements</em> to create your portfolio entry. In this example, we&#8217;ve used a number of single and double columns to create our layout, then added the <em>Image Frame</em> element to each section:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-20\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[c39a721cd98ea7a4d7c]\" data-title=\"fb_image_element\" title=\"fb_image_element\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element-1200x890.png\" width=\"1200\" height=\"890\" alt=\"\" class=\"img-responsive wp-image-469677\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element-200x148.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element-400x297.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element-600x445.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element-800x593.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_image_element-1200x890.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Hovering over the <em>Image Frame</em> element and clicking the paintbrush icon brings up the element&#8217;s options…</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-21\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[f3277b476c7d08bd224]\" data-title=\"fb_element_hover\" title=\"fb_element_hover\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover-1200x722.png\" width=\"1200\" height=\"722\" alt=\"\" class=\"img-responsive wp-image-469678\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover-200x120.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover-400x241.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover-600x361.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover-800x482.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover-1200x722.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/06/fb_element_hover.png 1914w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>…and it&#8217;s from here that you add your image and customize how it&#8217;s presented, including alignment, any border style you wish to apply, and more:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-22\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-1200x889.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[5a51ffc252681ec0160]\" data-title=\"image_element_edit\" title=\"image_element_edit\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-1200x889.jpg\" width=\"1200\" height=\"889\" alt=\"\" class=\"img-responsive wp-image-469679\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-200x148.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-400x296.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-600x445.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-800x593.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/06/image_element_edit-1200x889.jpg 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">3. A Captivating About Page</h3></div><div class=\"fusion-text\"><p>A website that offers some &#8216;behind the lens&#8217; context to you or your team brings a desirable human element to your brand, and also gives visitors the opportunity to connect with what you do – which could potentially increase sales.</p>\n<p>By once again pressing a selection of Fusion Builder Elements into service, you too can create a captivating About page:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-23\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[fe56fa390f3deb41d1e]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1.png\" width=\"2422\" height=\"1728\" alt=\"An example of an About page.\" class=\"img-responsive wp-image-407942\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1-200x143.png 200w, https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1-400x285.png 400w, https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1-600x428.png 600w, https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1-800x571.png 800w, https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1-1200x856.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/07/about-separator-bar-example-1.png 2422w\" sizes=\"(max-width: 900px) 100vw, 2422px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>In our example, we&#8217;ve firstly used a combination of one and two column elements to create a layout, then used the <em>Text Block</em> and <em>Separator Bar</em> elements to show off our skill set:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-24\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-1200x774.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[7d603ff3eb842a22c7b]\" data-title=\"edit_about\" title=\"edit_about\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-1200x774.png\" width=\"1200\" height=\"774\" alt=\"\" class=\"img-responsive wp-image-469680\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-200x129.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-400x258.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-600x387.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-800x516.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_about-1200x774.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Further down the page, we&#8217;ve utilized the <em>Image Carousel</em> element to showcase our current client base:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-25\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-1200x640.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[707d7973ab82d6999e5]\" data-title=\"edit_container\" title=\"edit_container\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-1200x640.png\" width=\"1200\" height=\"640\" alt=\"\" class=\"img-responsive wp-image-469681\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-200x107.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-400x213.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-600x320.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-800x427.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_container-1200x640.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>By clicking the paintbrush icon as we did when creating a portfolio, we can add our images, and tweak a multitude of other options:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-26\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-1200x891.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[cdc285880b9c3973037]\" data-title=\"edit_image_carousel\" title=\"edit_image_carousel\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-1200x891.jpg\" width=\"1200\" height=\"891\" alt=\"\" class=\"img-responsive wp-image-469685\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-200x149.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-400x297.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-600x446.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-800x594.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_image_carousel-1200x891.jpg 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">4. A Compelling Contact Page</h3></div><div class=\"fusion-text\"><p>A Contact page may not be considered very sexy, but one that&#8217;s well-designed can certainly compel people into making contact with you. Your contact form can be where people first approach you to discuss a working relationship, and an overly complex and uninviting page can do more harm than good.</p>\n<p>Using the Contact Form 7 plugin bundled with <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> along with some choice Fusion Builder Elements, we can create a Contact page to be proud of:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-27\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[62466aaf2a1d5443a37]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example.png\" width=\"1944\" height=\"1576\" alt=\"An example of a contact form.\" class=\"img-responsive wp-image-407947\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example-200x162.png 200w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example-400x324.png 400w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example-600x486.png 600w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example-800x649.png 800w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example-1200x973.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-example.png 1944w\" sizes=\"(max-width: 900px) 100vw, 1944px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Firstly, you&#8217;ll need to create your contact form.</p>\n<p>Head to the <em>Contact</em> admin panel in your WordPress dashboard, where you&#8217;ll see your current contact forms. To build a new one, click <em>Add New</em> at the top of the page.</p>\n<p>From the next screen, you&#8217;ll see the available elements displayed along the top of the <em>Form</em> tab, and once clicked, they bring up that element&#8217;s edit options. In our example, we&#8217;re adding a text entry field asking for the user&#8217;s name:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-28\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a84fcfc292974be34ba]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field.png\" width=\"2056\" height=\"1076\" alt=\"Creating a contact form field within the admin panel.\" class=\"img-responsive wp-image-407948\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field-200x105.png 200w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field-400x209.png 400w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field-600x314.png 600w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field-800x419.png 800w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field-1200x628.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-form-field.png 2056w\" sizes=\"(max-width: 900px) 100vw, 2056px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Once you&#8217;ve created your form, copy the shortcode in the blue bar at the top of the screen, then click <em>Save</em>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-29\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[c6b6ea2901ef78589df]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode.png\" width=\"1266\" height=\"318\" alt=\"The contact page shortcode bar.\" class=\"img-responsive wp-image-407949\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode-200x50.png 200w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode-400x100.png 400w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode-600x151.png 600w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode-800x201.png 800w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode-1200x301.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/07/contact-shortcode.png 1266w\" sizes=\"(max-width: 900px) 100vw, 1266px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>To display our contact form, we created a page titled <em>Hire Me </em>and created a suitable layout, before adding a <em>Text Block</em> <em>Builder Element</em> and pasting our shortcode into the text editor:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-30\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-1200x889.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[2892a372d562e5cdbe3]\" data-title=\"edit_hire_me\" title=\"edit_hire_me\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-1200x889.png\" width=\"1200\" height=\"889\" alt=\"\" class=\"img-responsive wp-image-469689\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-200x148.png 200w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-400x296.png 400w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-600x445.png 600w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-800x593.png 800w, https://theme-fusion.com/wp-content/uploads/2018/06/edit_hire_me-1200x889.png 1200w\" sizes=\"(max-width: 900px) 100vw, 1200px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>When creating your own contact form, take a minute to <a href=\"http://contactform7.com/docs/\" target=\"_blank\" rel=\"noopener\">read through the documentation</a>, making sure you&#8217;ve carried out the full setup process – otherwise your emails may reach you late (or not at all).</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Conclusion</h3></div><div class=\"fusion-text\"><p>Overflowing creative juices are all well and good, but creating a website to match your stunning work might just be a little too overwhelming. However, that shouldn’t stop you from being able to create a stellar website.</p>\n<p><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> includes a number of <a href=\"http://avada.theme-fusion.com/demos/\" target=\"_blank\" rel=\"noopener\">demo sites</a> to help spark your creativity, and here we’ve presented four elements you can find on a great photography website, all achievable within Avada’s <a href=\"http://avada.theme-fusion.com/photography/\" target=\"_blank\" rel=\"noopener\">Photography demo</a>:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-7 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-flag-checkered fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Stunning and prominent visuals</p>\n</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-flag-checkered fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">An easy to navigate portfolio</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-flag-checkered fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">A captivating About page</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-flag-checkered fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">A compelling Contact page</div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>What elements do you consider vital for a great photography website? Share your views in the comments section below!</p>\n<p><em>Image credit: <a href=\"https://pixabay.com/en/camera-photography-lens-equipment-801924/\" target=\"_blank\" rel=\"noopener\">Unsplash</a>.</em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s: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:79:\"https://theme-fusion.com/key-elements-great-photography-wordpress-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\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:77:\"The 500 Internal Server Error: Why It Happens, and How to Fix It in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://theme-fusion.com/how-to-fix-500-internal-server-error-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theme-fusion.com/how-to-fix-500-internal-server-error-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jun 2018 17: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"500 Internal server error\";s: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:7:\"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:33:\"http://theme-fusion.com/?p=406344\";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:339:\"In a previous post, we looked at how to combat the dreaded White Screen of Death (WSoD) – but that’s not the only error that can ravage your WordPress website and leave you tearing your hair out. The 500 Internal Server error is just as damaging (and potentially confusing) to fix. With the WSoD we had nothing at all &#91;...&#93;\";s: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:\"Tom Rankin\";s: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:36328:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p><a href=\"http://theme-fusion.com/how-to-fix-white-screen-of-death-wordpress/\" target=\"_blank\" rel=\"noopener\">In a previous post</a>, we looked at how to combat the dreaded White Screen of Death (WSoD) – but that’s not the only error that can ravage your WordPress website and leave you tearing your hair out. The 500 Internal Server error is just as damaging (and potentially confusing) to fix.</p>\n<p><span id=\"more-406344\"></span></p>\n<p>With the WSoD we had nothing at all to go on, but with this error we at least have its name – and just like the WSoD, there’s a logical process you can go through to put it in its place.</p>\n<p>In this post, we’ll look at how to diagnose and fix the error by running through five logical steps to get your site back online. Firstly though, let’s look at what the error is, and its cause.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">What Causes the 500 Internal Server Error?</h3></div><div class=\"fusion-text\"><p>While it may seem confusing on the surface, the 500 Internal Server error is simply your site&#8217;s equivalent of telling a doctor &#8220;I&#8217;m sick&#8221;. There are many potential causes, but you&#8217;ll usually find that the error is down to one of the following three reasons:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-8 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-exclamation-triangle fas\" style=\"color:#a5223a;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Corrupted files or folders.</p>\n</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-exclamation-triangle fas\" style=\"color:#a5223a;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">A low memory limit set by your hosting company.</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-exclamation-triangle fas\" style=\"color:#a5223a;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Incompatibility between a theme and a plugin, or between plugins.</div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Now we know the likely causes, we can begin to formulate a plan to banish the 500 Internal Server error for good. Let&#8217;s take a look!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">5 Steps to Fix the 500 Internal Server Error on Your WordPress Website</h3></div><div class=\"fusion-text\"><p>While there are five steps outlined below, you may not need to carry out every one. You can tackle them in any order you choose – we&#8217;ve just presented them from most to least likely – so feel free to go &#8216;off-piste&#8217; if you suspect a certain reason for the error.</p>\n<p>Also, before you begin to carry out these steps, make sure your website is <a href=\"https://theme-fusion.com/documentation/avada/install-update/backing-site-theme-options/\" target=\"_blank\" rel=\"noopener\">backed up</a>, and you&#8217;re up to speed on using a <a href=\"https://www.siteground.co.uk/tutorials/ftp/\" target=\"_blank\" rel=\"noopener\">File Transfer Protocol (FTP)</a> manager (don&#8217;t worry, they&#8217;re not as scary as you think). Throughout this post, we&#8217;ll be using <a href=\"https://filezilla-project.org/\" target=\"_blank\" rel=\"noopener\">FileZilla</a> – which is free and open-source – although other solutions are available.</p>\n<p>With the above housekeeping out of the way, let&#8217;s now take a look at the five steps.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 1: Modify Your Memory Limit</h3></div><div class=\"fusion-text\"><p>Simply put, memory is allocated by your hosting provider to various parts of your WordPress installation, and if it&#8217;s too low it can potentially cause the 500 Internal Server error. Note that some hosts don&#8217;t provide options for you to adjust your memory within your hosting panel, so you may have to contact them directly to complete this step.</p>\n<p>To start, open your FTP manager, connect to your server using the credentials found within your host&#8217;s admin panel, and click <em>Quickconnect</em>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-31\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[7a39a5b17332a6bc6eb]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect.png\" width=\"1566\" height=\"254\" alt=\"Logging into your FTP manager.\" class=\"img-responsive wp-image-406181\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect-200x32.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect-400x65.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect-600x97.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect-800x130.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect-1200x195.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/ftp-connect.png 1566w\" sizes=\"(max-width: 900px) 100vw, 1566px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Your files and folders are displayed on the right-hand side. Navigate to your &#8216;home&#8217; folder (likely called <em>public_html</em> or <em>www</em>), find the <em>wp-config.php</em> file, then right-click and select <em>View/Edit</em>, choosing the default text editor if prompted:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-32\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[053418dd52356d22912]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option.png\" width=\"1262\" height=\"158\" alt=\"The config menu with View/Edit highlighted.\" class=\"img-responsive wp-image-406620\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option-200x25.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option-400x50.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option-600x75.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option-800x100.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option-1200x150.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/view-edit-option.png 1262w\" sizes=\"(max-width: 900px) 100vw, 1262px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Once open, type the following code into the file on the next line after the opening <strong>&lt;?php</strong></p>\n</div><style type=\"text/css\" scopped=\"scopped\">.fusion-syntax-highlighter-1 > .CodeMirror .CodeMirror-gutters { background-color: ; }.fusion-syntax-highlighter-1 > .CodeMirror .CodeMirror-linenumber { color: ; }</style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-1 fusion-syntax-highlighter-theme-light\" style=\"opacity:0;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;font-size:14px;border-width:1px;border-style:solid;border-color:#e0dede;\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_1\" style=\"font-size:14px;\">Copy to Clipboard</span></div><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_1\" data-readOnly=\"nocursor\" data-lineNumbers=\"1\" data-lineWrapping=\"\" data-theme=\"default\" data-mode=\"text/x-php\">define(‘WP_MEMORY_LIMIT’, ‘128M’);</textarea></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>This allocates more memory to your WordPress installation, so save the file and navigate to your site to check if it&#8217;s back online. If not, move onto the next step.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 2: Check Your <em>.htaccess</em> File for Corrupt Data</h3></div><div class=\"fusion-text\"><p>Your <a href=\"https://codex.wordpress.org/htaccess\" target=\"_blank\" rel=\"noopener\"><em>.htaccess</em> file</a> is a configuration file for your website&#8217;s host server, and it can be easily corrupted by any number of site changes. Fortunately, it&#8217;s also easy to troubleshoot.</p>\n<p>Firstly, navigate to your home folder using your FTP manager, and look for the <em>.htaccess</em> file. If you don&#8217;t see it, you&#8217;ll need to select <em>Server &gt; Force showing hidden files</em> in your FTP manager&#8217;s toolbar:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-33\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[499c509401c69adde8c]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2.png\" width=\"1208\" height=\"338\" alt=\"Showing hidden files using FileZilla.\" class=\"img-responsive wp-image-406625\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2-200x56.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2-400x112.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2-600x168.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2-800x224.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2-1200x336.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/hidden-files-2.png 1208w\" sizes=\"(max-width: 900px) 100vw, 1208px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Once you&#8217;ve found it, right-click and rename it to <em>.htaccess.bak</em>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-34\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[93cb5e8d8a2df996281]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup.png\" width=\"1078\" height=\"204\" alt=\"Renaming the .htaccess file.\" class=\"img-responsive wp-image-406626\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup-200x38.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup-400x76.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup-600x114.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup-800x151.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/htaccess-backup.png 1078w\" sizes=\"(max-width: 900px) 100vw, 1078px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>This effectively removes the file from your WordPress installation, so we&#8217;ll need to create a new one. Head to your WordPress dashboard, and navigate to <strong><em>Settings &gt; Permalinks</em></strong></p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-35\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a64eb57e660ee015b97]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1.png\" width=\"1294\" height=\"434\" alt=\"The Permalinks tab in the WordPress dashboard.\" class=\"img-responsive wp-image-406627\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1-200x67.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1-400x134.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1-600x201.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1-800x268.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1-1200x402.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/permalinks-tab-1.png 1294w\" sizes=\"(max-width: 900px) 100vw, 1294px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Scroll down to the bottom of the page and click <em>Save Changes</em>. Doing this will trigger WordPress to create a new <em>.htaccess </em>file.</p>\n<p>Now check out your site. If you&#8217;re still getting the error, let&#8217;s move on!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 3: Check for Incompatible Themes and Plugins</h3></div><div class=\"fusion-text\"><p>Plugins and themes go hand in hand with WordPress, but they can also be the cause of the 500 Internal Server error. That being said, the process you take to troubleshoot them depends on whether you can access your WordPress dashboard. If you can&#8217;t, you&#8217;ll need to troubleshoot your themes and plugins via FTP – our previous article on the <a href=\"https://theme-fusion.com/how-to-fix-white-screen-of-death-wordpress/\" target=\"_blank\" rel=\"noopener\">White Screen of Death</a> has the full instructions to do that. However, if you <em>can </em>access your dashboard, it makes your job a little easier.</p>\n<p>Firstly, navigate to <em>Plugins &gt; Installed Plugins</em>, where you&#8217;ll see the list of plugins you currently have installed. Here, click the checkbox underneath the <em>Bulk Actions</em> drop-down to select every plugin, choose <em>Deactivate</em> from the drop-down, then click <em>Apply</em> to deactivate them all:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-36\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[b8ac97241707d23afa0]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown.png\" width=\"1540\" height=\"360\" alt=\"The Bulk Actions drop-down.\" class=\"img-responsive wp-image-406628\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown-200x47.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown-400x94.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown-600x140.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown-800x187.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown-1200x281.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/deactivate-dropdown.png 1540w\" sizes=\"(max-width: 900px) 100vw, 1540px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Check your site again, and if the error has disappeared, a plugin <em>was</em> the cause. At this point, activate each plugin one at a time and check your site until you root out the troublemaker.</p>\n<p>If the problem plugin is vital to your workflow, you have a few options. You could try updating to the latest version, reaching out to the developer in question for advice, or finding an alternative. If the plugin <em>isn&#8217;t</em> vital, we advise you simply delete it.</p>\n<p>If you still have the error having checked your plugins, you&#8217;ll need to check your themes. Navigate to <em>Appearance &gt; Themes</em>, and activate a default WordPress theme, such as <a href=\"https://wordpress.org/themes/twentysixteen/\" target=\"_blank\" rel=\"noopener\">Twenty Sixteen</a>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span class=\"fusion-imageframe imageframe-none imageframe-37\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[ee31679130fa6416b88]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1.png\" width=\"1460\" height=\"640\" alt=\"The Activate button in Twenty Sixteen.\" class=\"img-responsive wp-image-406629\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1-200x88.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1-400x175.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1-600x263.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1-800x351.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1-1200x526.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/activate-theme-1.png 1460w\" sizes=\"(max-width: 900px) 100vw, 1460px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Check your site again, and if the error has gone, your current theme was at fault. As with plugins, you could try updating the theme or contacting the developer for advice – but if that was fruitless, you&#8217;ll likely need a new theme. The <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> WordPress theme is our first choice (naturally!), and comes with regular updates and high quality support.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 4: Upload Fresh Core WordPress Folders</h3></div><div class=\"fusion-text\"><p>Files and folders can easily become corrupted from the numerous data transfers that take place when running WordPress, but fortunately, they&#8217;re easily fixed. First of all, download <a href=\"https://wordpress.org/download/\" target=\"_blank\" rel=\"noopener\">a fresh copy of WordPress</a>, and extract the resulting ZIP file into its uncompressed form:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-38\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[6bace4e04e97e80e243]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1.png\" width=\"1024\" height=\"340\" alt=\"An extracted ZIP file.\" class=\"img-responsive wp-image-406631\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1-200x66.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1-400x133.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1-600x199.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1-800x266.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/extract-wordpress-1-1.png 1024w\" sizes=\"(max-width: 900px) 100vw, 1024px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>From here, open your FTP manager and connect to your server. Navigate to your website&#8217;s root folder on the right hand side, and from the left, locate your fresh WordPress folder on your computer:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-39\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[e6cfbe4fe6c43d77981]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1.png\" width=\"1222\" height=\"262\" alt=\"The home folder and local computer files within FileZilla.\" class=\"img-responsive wp-image-406632\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1-200x43.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1-400x86.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1-600x129.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1-800x172.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1-1200x257.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/transfer-files-1.png 1222w\" sizes=\"(max-width: 900px) 100vw, 1222px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Right-click the <em>wp-admin</em> and <em>wp-includes</em> folders, select <em>Upload</em>, and wait for the files to transfer across. Once complete, check your site again. If you&#8217;re still experiencing the error, move onto the next step.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 5: Check Your File Permissions</h3></div><div class=\"fusion-text\"><p>Finally, your WordPress file permissions may be set incorrectly – and while rare, this <em>has</em> been known to cause the error. While <a href=\"https://premium.wpmudev.org/blog/understanding-file-permissions/\" target=\"_blank\" rel=\"noopener\">getting in-depth</a> on file permissions is outside the scope of this post, we can at least show you how files and folders are meant to look.</p>\n<p>Firstly, you can view permissions by right-clicking <em>File permissions…</em> on any file or folder within your FTP manager:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-40\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[f0a23998028521b76bb]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1.png\" width=\"1054\" height=\"504\" alt=\"Accessing file permissions from the right-click menu.\" class=\"img-responsive wp-image-406634\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1-200x96.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1-400x191.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1-600x287.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1-800x383.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/file-permissions-1.png 1054w\" sizes=\"(max-width: 900px) 100vw, 1054px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>You&#8217;ll notice a three-digit number, which represents the permission in question. Folders should look like this…</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-41\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[fc1b5e2e5629f66ba48]\" data-title=\"folder-perm-1\" title=\"folder-perm-1\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1.png\" width=\"1208\" height=\"1006\" alt=\"\" class=\"img-responsive wp-image-406783\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1-200x167.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1-400x333.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1-600x500.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1-800x666.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1-1200x999.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/folder-perm-1.png 1208w\" sizes=\"(max-width: 900px) 100vw, 1208px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>…and files should look like this:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-42\"><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[50dac07c88068fbef67]\"><img src=\"https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1.png\" width=\"1202\" height=\"800\" alt=\"An example of correct file permissions.\" class=\"img-responsive wp-image-406784\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1-200x133.png 200w, https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1-400x266.png 400w, https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1-600x399.png 600w, https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1-800x532.png 800w, https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1-1200x799.png 1200w, https://theme-fusion.com/wp-content/uploads/2016/06/file-perm-1.png 1202w\" sizes=\"(max-width: 900px) 100vw, 1202px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>It&#8217;s worth mentioning that if you&#8217;re uncomfortable with carrying out file permission checks (understandable given the work involved), you might want skip this step and read our final section.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">What to Do if You Can’t Fix the 500 Internal Server Error</h3></div><div class=\"fusion-text\"><p>If all else fails, there&#8217;s little else you can personally do. If <a href=\"http://www.refreshyourcache.com/en/home/\" target=\"_blank\" rel=\"noopener\">clearing your browser&#8217;s cache</a> doesn&#8217;t solve the error, you&#8217;ll need to contact your hosting provider&#8217;s support team for assistance. If they&#8217;re <a href=\"https://theme-fusion.com/hosting/\" target=\"_blank\" rel=\"noopener\">trusted and reliable</a>, they&#8217;ll get you back up and running in no time.</p>\n<p>You may also want to <a href=\"http://www.inmotionhosting.com/support/website/wordpress/turning-on-wordpress-debugging\" target=\"_blank\" rel=\"noopener\">turn on debug mode</a>, so that your hosting provider has as much to go on as possible, and clearly state the steps you&#8217;ve already taken. After all, the quicker you can resolve the error, the faster you&#8217;re back online.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Conclusion</h3></div><div class=\"fusion-text\"><p>Much like the <a href=\"http://theme-fusion.com/how-to-fix-white-screen-of-death-wordpress/\" target=\"_blank\" rel=\"noopener\">White Screen of Death</a> discussed previously, the 500 Internal Server error can play havoc with your sanity and have you waving the white flag in defeat if you don’t know how to fix it.</p>\n<p>However, with our guide and a few logical steps, you’ll be able to send the error back from where it came. Let&#8217;s recap the steps you should take:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-9 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Modify your memory limit.</p>\n</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Check for corrupted data in your <em>.htaccess</em> file.</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Check for incompatible themes and plugins.</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Upload fresh <em>wp-includes</em> and <em>wp-admin</em> folders.</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Check the permissions for files and folders.</div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p><em>Image credit: <a href=\"https://pixabay.com/en/padlock-lock-chain-key-security-597495/\" target=\"_blank\" rel=\"noopener\">stevepb</a>.</em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s: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:77:\"https://theme-fusion.com/how-to-fix-500-internal-server-error-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\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:\"Avada 5.5.2 And Its Intuitive GDPR Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://theme-fusion.com/avada-5-5-2-and-its-intuitive-gdpr-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://theme-fusion.com/avada-5-5-2-and-its-intuitive-gdpr-tools/#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, 23 May 2018 13:20:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:14:\"Fusion Builder\";s: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:4:\"GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=445634\";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:\"What Is GDPR Exactly? The General Data Protection Regulation (GDPR) is Europe\'s new framework for data protection laws, replacing the 1995 data protection directive. EU legislation says that is designed to harmonise data privacy laws across Europe and that its main purpose is to give greater protection and rights to individuals. After publication of &#91;...&#93;\";s: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:\"maximusmedia\";s: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:26351:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:1em;\"><h3 class=\"title-heading-left\">What Is GDPR Exactly?</h3></div><div class=\"fusion-text\"><p>The General Data Protection Regulation (GDPR) is Europe&#8217;s new framework for data protection laws, replacing the <a href=\"http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:31995L0046:en:HTML\" target=\"_blank\" rel=\"noopener\">1995 data protection directive</a>. EU legislation says that is designed to harmonise data privacy laws across Europe and that its main purpose is to give greater protection and rights to individuals. After publication of GDPR in May 2016, it will come into force on <strong>May 25, 2018</strong>.</p>\n<p>In a nutshell, GDPR protects user data in just about every conceivable way. Both personal data and sensitive personal data are covered. Sensitive personal data is easier to describe, as the usual suspects like genetic data, information about political views, sexual orientation, religion etc, belong to that category. Personal data, more or less, means any information that can be used to identify a person, starting with name and address and can also include email and IP addresses.</p>\n</div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>Who Is Affected By GDPR?</strong></h4></div><div class=\"fusion-text\"><p>In short, every company, organization and individual that are processing or controlling datasets of their customers or website visitors will be covered by GDPR. It will affect any business that does have customers who reside in the EU.</p>\n</div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>What Does GDPR Entail?</strong></h4></div><div class=\"fusion-text\"><p>In order to be GDPR-compliant companies must handle customer data with the utmost care and attention. However, that alone is not enough, and customers have to be provided with tools to control, edit and also delete any information pertaining to them. Furthermore, any data that is handled has to be protected, meaning that anonymization and encryption are two important aspects that come into play. Another very important factor is that customers have to be asked for their consent explicitly, before their data is collected and processed.</p>\n</div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>Further Reading</strong></h4></div><ul class=\"fusion-checklist fusion-checklist-10\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-link fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://ec.europa.eu/justice/data-protection/reform/files/regulation_oj_en.pdf\" target=\"_blank\" rel=\"noopener\">Full text of the GDPR</a></div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-link fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://ec.europa.eu/info/law/law-topic/data-protection_en\" target=\"_blank\" rel=\"noopener\">Data Protection Website from the European Commision</a></div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-link fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\" target=\"_blank\" rel=\"noopener\">Wikipedia Artilce on GDPR</a></div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-link fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://www.wired.co.uk/article/what-is-gdpr-uk-eu-legislation-compliance-summary-fines-2018\">Article from Wired</a></div></li></ul><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:2em;margin-bottom:1em;\"><h3 class=\"title-heading-left\">Responsibility Of Compliance For Websites</h3></div><div class=\"fusion-text\"><p>It&#8217;s important to note that it is the responsibility of every company or website owner to prepare their sites for GDPR compliance. It is not the duty of any framework used to create and manage a websites compliance, solely. In almost all cases a lot of manual fine tuning will be needed. Generally speaking, that means there is no use in asking &#8220;Is WordPress GDPR compliant?&#8221; or &#8220;Is Avada GDPR compliant?&#8221;. For example, Avada itself will never be violating the GDPR criteria as it does not collect any data. It is a powerful tool to create websites, and the end users website is what will collect data and the data collected will be different for every usecase.</p>\n<p>Does that mean that WordPress and Avada users are left alone in their fight for compliancy? No, not at all!</p>\n</div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:2em;margin-bottom:1em;\"><h3 class=\"title-heading-left\">WordPress And Its GDPR tools</h3></div><div class=\"fusion-text\"><p>An article about <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\" target=\"_blank\" rel=\"noopener\">GDPR Compliance Tools in WordPress</a> was posted on WordPress.org shedding light on the new privacy features that WordPress has added to its latest release 4.9.6, which shipped on May 17, 2018.</p>\n<p>The main features are new areas for handling data export and erasure requests, a new privacy policy page and also a consent checkbox for the comments form.</p>\n</div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:2em;margin-bottom:1em;\"><h3 class=\"title-heading-left\">Avada 5.5.2 And Its New Intuitive GDPR Tools</h3></div><div class=\"fusion-text\"><p>On top of the new WordPress features, ThemeFusion decided that we wanted to give our userbase even more possibilities to get their sites GDPR compliant. In the following we want to present you the main new features in <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada 5.5.2</a></p>\n</div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>Google Fonts</strong></h4></div><div class=\"fusion-text\"><p>When you are using Google fonts that usually mean retrieving the font files from their API, which includes sending the IP addresses of your users <em>(which are considered to be private data)</em> to Google. You might find that circumstance worrisome, but at the same time you don&#8217;t want to do without the nice typography options Google fonts offer. <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> to the aid. We have added a new Theme Option that easily allows you to decide whether Google fonts should retrieved via the Google fonts API, or if they should be hosted locally on your server. View the new Theme Option below.</p>\n</div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-43\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[f63156fb025aba10190]\" data-title=\"Avada_gdpr_google_fonts\" title=\"Avada_gdpr_google_fonts\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts.jpg\" width=\"1504\" height=\"208\" alt=\"\" class=\"img-responsive wp-image-446415\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts-200x28.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts-400x55.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts-600x83.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts-800x111.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts-1200x166.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_google_fonts.jpg 1504w\" sizes=\"(max-width: 900px) 100vw, 1504px\" /></a></span></div></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>User Control Over Third Party Embeds</strong></h4></div><div class=\"fusion-text\"><p><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada 5.5.2</a> offers a variety of elements and widgets that help you to utilize third party content, like YouTube and Vimeo videos, Google Maps, Facebook and Twitter timeline, Flickr images, SoundCloud files etc. While all of these third party services enrich your websites, they also do collect data about your users. IP addresses, location data or user activity tracking, to name a few. Under the GDPR it is necessary to ask visitors for their explicit consent if data should be passed along to third parties. While that is generally not possible to achieve with embeds, on the other hand, similar to Google fonts, you don&#8217;t want to lose these services on your site.</p>\n<p>Our development team has come up with a very nice and easy to use solution. We added a new Theme Option to prevent embeds from loading until user consent is granted. For any of the third party services, which you can freely choose from, you add to the consent list, the embeds will stop to be loaded on page load. Instead your users will see a placeholder graphic, with custom text on it and a button to accept this third party service. The background color and text color for that placeholder can be set in Theme Options.</p>\n<p>We have also added a Fusion Builder privacy element, that you can easily add to your privacy policy page, or wherever it fits best for your site. It will display checkboxes for all services you chose, and will show to each of your users which of the services they have consented to and which not. They can also easily update their consents within that element.</p>\n<p>The whole setup is cookie driven, and thus we also added an option, so that you can set a custom expiration date for that cookie. Once it is expired your users will have to set their consents newly according to their preferences. Check out the images below of these third party embed tools and settings.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_2  fusion-one-half fusion-column-first 1_2\"  style=\'margin-top:0px;margin-bottom:20px;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );margin-right: 4%;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-44\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[664aee8b4ac6527cc96]\" data-title=\"Avada_gdpr_theme_options-final\" title=\"Avada_gdpr_theme_options-final\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final.jpg\" width=\"1504\" height=\"1361\" alt=\"\" class=\"img-responsive wp-image-446928\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final-200x181.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final-400x362.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final-600x543.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final-800x724.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final-1200x1086.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_theme_options-final.jpg 1504w\" sizes=\"(max-width: 900px) 100vw, 800px\" /></a></span></div></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_2  fusion-one-half fusion-column-last 1_2\"  style=\'margin-top:0px;margin-bottom:40px;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-45\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[b6fdb743bfa9013ca76]\" data-title=\"Avada_gdpr_privacy_feedback\" title=\"Avada_gdpr_privacy_feedback\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback.jpg\" width=\"1504\" height=\"1361\" alt=\"\" class=\"img-responsive wp-image-446410\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback-200x181.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback-400x362.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback-600x543.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback-800x724.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback-1200x1086.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_privacy_feedback.jpg 1504w\" sizes=\"(max-width: 900px) 100vw, 800px\" /></a></span></div></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:0px;margin-bottom:0px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>Contact Form Consent CheckBox</strong></h4></div><div class=\"fusion-text\"><p>In <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada 5.5.2</a> we have also added a new option to display a consent checkbox on the contact form page. The label can be easily customized in Theme Options to reflect your needs which you can view below.</p>\n</div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-46\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[c723e059781d29d3391]\" data-title=\"Avada_gdpr_contact_consent\" title=\"Avada_gdpr_contact_consent\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent.jpg\" width=\"1504\" height=\"373\" alt=\"\" class=\"img-responsive wp-image-446409\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent-200x50.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent-400x99.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent-600x149.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent-800x198.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent-1200x298.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_contact_consent.jpg 1504w\" sizes=\"(max-width: 900px) 100vw, 1504px\" /></a></span></div></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>Custom Message On Registration Element</strong></h4></div><div class=\"fusion-text\"><p>In previous versions, we used the default WordPress note before the submit button on the user registration element in Fusion Builder. In <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada 5.5.2</a>, to give you full freedom of choice, and added a new setting to show custom text before the submit if you want to inform a new user about GDPR compliance. View the new custom registration notice message field for the user registration element below.</p>\n</div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-47\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[3232bc16687f128a886]\" data-title=\"Avada_gdpr_registration_element\" title=\"Avada_gdpr_registration_element\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element.jpg\" width=\"1504\" height=\"556\" alt=\"\" class=\"img-responsive wp-image-446423\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element-200x74.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element-400x148.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element-600x222.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element-800x296.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element-1200x444.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/05/Avada_gdpr_registration_element.jpg 1504w\" sizes=\"(max-width: 900px) 100vw, 1504px\" /></a></span></div></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:2em;margin-bottom:1em;\"><h4 class=\"title-heading-left\"><strong>Other Awesome Features in Avada 5.5.2</strong></h4></div><div class=\"fusion-text\"><p>For <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada 5.5.2</a> we did focus a lot on GDPR, but we also wanted to give you some other nice features to work with, to make your work flow even easier. Here are some of the coolest ones:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:15px;\"></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_2  fusion-one-half fusion-column-first 1_2\"  style=\'margin-top:-20px;margin-bottom:20px;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );margin-right: 4%;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<ul class=\"fusion-checklist fusion-checklist-11\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Full support of WooCommerce 3.4</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Support for WordPress 4.9.6</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>New author widget, to display all kinds of information about an author</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Options to set gutter width between sidebar and content area</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Theme Option to control the header color and transparency for archive pages</p>\n</div></li></ul><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_2  fusion-one-half fusion-column-last 1_2\"  style=\'margin-top:-20px;margin-bottom:20px;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<ul class=\"fusion-checklist fusion-checklist-12\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Theme Options for the accent color of all alert box types</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Whats App social icon is now available</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Text alignment option (left/center/right) for blog element and archives</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>Full pagination and text alignment option (left/center/right) for recent posts element</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#65bc7b;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>New base font size option to control bbPress text sizes</p>\n</div></li></ul><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:5px;\"></div><div class=\"fusion-text\"><p>And don&#8217;t forget to <a href=\"https://avada.theme-fusion.com/whats-new-in-5-5/\">check out our last major update Avada 5.5</a> packed full of new features and improvements.</p>\n<p><em>The whole team here at ThemeFusion wishes you all the best for your GDPR preparations, and we will keep working on other great new features for you, so always stay tuned for the next Avada update.</em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s: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:71:\"https://theme-fusion.com/avada-5-5-2-and-its-intuitive-gdpr-tools/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:2:\"41\";s: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:48:\"\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:71:\"Sell More Products Using Avada and the WooCommerce Product Table 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://theme-fusion.com/avada-and-woocommerce-product-table/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://theme-fusion.com/avada-and-woocommerce-product-table/#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, 16 May 2018 17:48:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:11:\"woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:25:\"woocommerce product table\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=438380\";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:340:\"There are two essential elements every online store must have – a compelling look, and a user-friendly purchasing system. Using WordPress and WooCommerce to set up your website is a strong start, but you’ll need a few more tools if you want to design a truly effective storefront. When it comes to improving the appearance &#91;...&#93;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:41148:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>There are two essential elements every online store must have – a compelling look, and a user-friendly purchasing system. <a href=\"https://avada.theme-fusion.com/woocommerce/\" target=\"_blank\" rel=\"noopener\">Using WordPress and WooCommerce</a> to set up your website is a strong start, but you’ll need a few more tools if you want to design a truly effective storefront.<br />\n<span id=\"more-438380\"></span><br />\nWhen it comes to improving the appearance of your WooCommerce site, you can’t go wrong with <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a>. Our powerful, versatile theme features demos for a variety of popular e-commerce niches, including photography, fashion, health, and more. Alongside this theme, you can use the <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\">WooCommerce Product Table</a> plugin to set up an order form that makes the buying process more efficient and user-friendly.</p>\n<p>In this article, we’ll discuss the benefits of using both Avada and the WooCommerce Product Table plugin for your store. Then we’ll walk you through how to set both tools up. Let’s dive in!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Why <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> and <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\">WooCommerce Product Table</a> Can Benefit Your E-Commerce Store</h3></div><div class=\"fusion-text\"><p><a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\" rel=\"noopener\">WooCommerce</a> is an excellent platform for building just about any type of e-commerce store. It adds crucial functionality to WordPress, enabling you to turn your website into a fully-functional storefront quickly. However, there are a few useful features that WooCommerce lacks by default.</p>\n<p>For instance, WooCommerce doesn’t offer a lot of functionality in terms of design. If you’re not careful, your store and the rest of your website can end up looking very different. This issue can easily be solved, however, by choosing the right theme.</p>\n<p><a href=\"https://avada.theme-fusion.com/\" target=\"_blank\" rel=\"noopener\">Avada</a> makes it simple to design your store and get it looking just right:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span class=\"fusion-imageframe imageframe-none imageframe-48\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[970d123558ff0e1c2e1]\" data-title=\"avada-theme-home\" title=\"avada-theme-home\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home.png\" width=\"1341\" height=\"655\" alt=\"The Avada theme home page.\" class=\"img-responsive wp-image-438390\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home-200x98.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home-400x195.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home-600x293.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home-800x391.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home-1200x586.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-home.png 1341w\" sizes=\"(max-width: 900px) 100vw, 1341px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Avada provides <a href=\"https://avada.theme-fusion.com/woocommerce/\" target=\"_blank\" rel=\"noopener\">full design integration with WooCommerce</a>, including plenty of layout choices to get you started. Whether you’re running just a storefront or a combined shop and website, Avada can help you create a look that appeals to customers and encourages them to stick around longer.</p>\n<p>Another potential downside to default WooCommerce is its reliance on a traditional store layout. Customers are required to visit each individual product page to add items to their carts and make purchases. If you have a lot of offerings, and especially if your customers regularly buy multiple items at once, this can slow them down and hurt the user experience.</p>\n<p>The <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\">WooCommerce Product Table</a> plugin offers the perfect solution:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span class=\"fusion-imageframe imageframe-none imageframe-49\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[0c74443bab8cd70cb57]\" data-title=\"woocommerce-product-table\" title=\"woocommerce-product-table\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table.png\" width=\"1334\" height=\"466\" alt=\"The WooCommerce Product Table plugin.\" class=\"img-responsive wp-image-438391\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-200x70.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-400x140.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-600x210.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-800x279.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-1200x419.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table.png 1334w\" sizes=\"(max-width: 900px) 100vw, 1334px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Using this tool, you can <a href=\"https://producttable.barn2.co.uk/\" target=\"_blank\" rel=\"noopener\">set up an order form</a> that lets customers buy multiple items from one page. You can even enable them to select variations and quantities, all from the same location. This is an excellent way to encourage more purchases, by streamlining the buying process and showing off all your products side by side.</p>\n<p>The best part is that this theme and plugin combination will work together seamlessly on your WordPress site. WooCommerce Product Table is fully tested and compatible with Avada, and many people are already using the two successfully. What&#8217;s more, the Avada theme styles will be carried over in your product table (colors and fonts, for example), so it will look attractive and fully integrated with the rest of your site.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">How to Set Up Avada and the WooCommerce Product Table Plugin (In 2 Steps)</h3></div><div class=\"fusion-text\"><p>Now you understand what this theme and plugin combination can do for your store, all that’s left is to set them both up. You can do this on either an existing store or a brand-new site.</p>\n<p>Just remember to <a href=\"https://theme-fusion.com/need-set-wordpress-backup/\" target=\"_blank\" rel=\"noopener\">make a backup</a> first if your store is already online (just in case), and consider testing your changes on <a href=\"https://theme-fusion.com/documentation/avada/special-features/setting-staging-site/\" target=\"_blank\" rel=\"noopener\">a staging site</a> before implementing them fully. If you’re creating a new store, on the other hand, you’ll first need to <a href=\"https://codex.wordpress.org/Installing_WordPress\" target=\"_blank\" rel=\"noopener\">set up a WordPress website</a> and <a href=\"https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/\" target=\"_blank\" rel=\"noopener\">install WooCommerce</a>. Then, you’ll be ready to go!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 1: Install and Customize the Avada Theme</h3></div><div class=\"fusion-text\"><p>The first thing you’ll want to do is install the Avada theme on your WooCommerce site, and get it set up just right. You’ll need to <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">purchase the theme</a>, at which point you’ll be provided with a zipped file containing everything Avada needs to work.</p>\n<p>In your WordPress dashboard, go to <em>Appearance &gt; Themes</em>. Click on <em>Add New</em>, then select <em>Upload Theme</em> on the next page:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-50\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[fdb5847d1469d008aab]\" data-title=\"upload-avada-theme\" title=\"upload-avada-theme\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme.png\" width=\"1185\" height=\"357\" alt=\"Uploading a theme in WordPress.\" class=\"img-responsive wp-image-438392\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme-200x60.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme-400x121.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme-600x181.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme-800x241.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/upload-avada-theme.png 1185w\" sizes=\"(max-width: 900px) 100vw, 1185px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Find the zipped theme file, select it, and hit <em>Install Now</em>. When the theme is ready, you’ll see an <em>Activate</em> option. Click this, and your site will be set up with Avada:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-51\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-activate.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a33be404da2489dd841]\" data-title=\"avada-theme-activate\" title=\"avada-theme-activate\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-activate.png\" width=\"693\" height=\"207\" alt=\"Activating the Avada theme in WordPress.\" class=\"img-responsive wp-image-438404\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-activate-200x60.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-activate-400x119.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-activate-600x179.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-theme-activate.png 693w\" sizes=\"(max-width: 900px) 100vw, 693px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>To make sure all Avada’s features work correctly, you’ll also need to install two supporting plugins: Fusion Core and <a href=\"https://avada.theme-fusion.com/fusion-builder-2/\" target=\"_blank\" rel=\"noopener\">Fusion Builder</a>. You can find and install these in <em>Avada &gt; Plugins</em>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-52\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[4f039ecd4c26ea0f2d6]\" data-title=\"avada-required-plugins\" title=\"avada-required-plugins\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins.png\" width=\"1182\" height=\"613\" alt=\"The required plugins for Avada.\" class=\"img-responsive wp-image-438396\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins-200x104.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins-400x207.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins-600x311.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins-800x415.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-required-plugins.png 1182w\" sizes=\"(max-width: 900px) 100vw, 1182px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Next, you’ll probably want to download a demo to get your store design started. To do this, begin by visiting the <em>Avada &gt; Registration</em> section, and following the instructions there to register your theme:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-53\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[b98796df6ee44517a06]\" data-title=\"register-avada-theme\" title=\"register-avada-theme\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme.png\" width=\"1179\" height=\"582\" alt=\"Registering the Avada theme.\" class=\"img-responsive wp-image-438395\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme-200x99.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme-400x197.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme-600x296.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme-800x395.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/register-avada-theme.png 1179w\" sizes=\"(max-width: 900px) 100vw, 1179px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Then, switch over to <em>Avada &gt; Demos</em>. You can use anything you like here, although we recommend picking one of the <a href=\"https://avada.theme-fusion.com/woocommerce/#woo\" target=\"_blank\" rel=\"noopener\">WooCommerce-specific demos</a>. By hovering over each option, you can select <em>Preview</em> to see the demo in action, and <a href=\"https://theme-fusion.com/documentation/avada/demo-content-info/import-all-demo-content/\" target=\"_blank\" rel=\"noopener\"><em>Import</em> to install it</a>:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-54\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[ab128a4b38be1a2866e]\" data-title=\"avada-modern-shop-demo\" title=\"avada-modern-shop-demo\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo.png\" width=\"1148\" height=\"285\" alt=\"\" class=\"img-responsive wp-image-438394\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo-200x50.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo-400x99.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo-600x149.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo-800x199.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/avada-modern-shop-demo.png 1148w\" sizes=\"(max-width: 900px) 100vw, 1148px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>At this point you can start customizing your site to match your requirements and design aspirations using Avada’s <a href=\"https://avada.theme-fusion.com/avada-options/\" target=\"_blank\" rel=\"noopener\">advanced options network</a> and the <a href=\"https://avada.theme-fusion.com/fusion-builder-2/\" target=\"_blank\" rel=\"noopener\">Fusion Builder</a>. For more information on everything Avada can do, you can check out <a href=\"https://theme-fusion.com/support/documentation/avada-documentation/\" target=\"_blank\" rel=\"noopener\">the Avada&#8217;s comprehensive documentation</a> and the <a href=\"https://theme-fusion.com/knowledgebase/quick-start/\" target=\"_blank\" rel=\"noopener\">Avada Quick Start Guide</a>.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Step 2: Create an Order Form Using WooCommerce Product Table</h3></div><div class=\"fusion-text\"><p>Now you’re ready to set up an order form for your WooCommerce store. You’ll need to purchase, download, and install <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\">WooCommerce Product Table</a>, following the instructions in the plugin’s <a href=\"https://barn2.co.uk/kb/wpt-installation-setup/\" target=\"_blank\" rel=\"noopener\">documentation</a>. Don&#8217;t forget to activate your license key as well:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-55\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[16a7e73c450ec55be92]\" data-title=\"product-table-license-key\" title=\"product-table-license-key\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key.png\" width=\"962\" height=\"176\" alt=\"\" class=\"img-responsive wp-image-438401\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key-200x37.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key-400x73.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key-600x110.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key-800x146.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-license-key.png 962w\" sizes=\"(max-width: 900px) 100vw, 962px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Then, open up a page or create a new one for your order form. Select <em>Toggle Toolbar</em> in the editor tools, and click on <em>Insert Product Table</em> in the second row of icons:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-56\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[be71e59bf931764bf38]\" data-title=\"product-table-shortcode\" title=\"product-table-shortcode\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode.png\" width=\"1441\" height=\"266\" alt=\"The WooCommerce Product Table shortcode.\" class=\"img-responsive wp-image-438397\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode-200x37.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode-400x74.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode-600x111.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode-800x148.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode-1200x222.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-shortcode.png 1441w\" sizes=\"(max-width: 900px) 100vw, 1441px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>This will add a shortcode to your page, which pulls information about your products from WooCommerce and organizes them into a searchable and sortable table. You can preview the page now to see what the default order form looks like:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-57\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[c4d80ee4c431846a05d]\" data-title=\"default-product-table\" title=\"default-product-table\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table.png\" width=\"1230\" height=\"608\" alt=\"A default WooCommerce product table.\" class=\"img-responsive wp-image-438405\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table-200x99.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table-400x198.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table-600x297.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table-800x395.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table-1200x593.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/default-product-table.png 1230w\" sizes=\"(max-width: 900px) 100vw, 1230px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Of course, you may want to customize exactly what information and features are included in this table. To do so, go to <em>WooCommerce &gt; Settings</em>, click on the <em>Products</em> tab, and select <em>Product tables</em> near the top of the screen:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-58\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[4ab3b34f78f97c9225c]\" data-title=\"woocommerce-product-table-options\" title=\"woocommerce-product-table-options\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options.png\" width=\"1197\" height=\"492\" alt=\"The WooCommerce Product Table settings page.\" class=\"img-responsive wp-image-438408\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options-200x82.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options-400x164.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options-600x247.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options-800x329.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-options.png 1197w\" sizes=\"(max-width: 900px) 100vw, 1197px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Here, you can tweak your order form in a wide variety of ways to encourage sales and <a href=\"https://barn2.co.uk/woocommerce-conversion-rate-product-tables/\" target=\"_blank\" rel=\"noopener\">improve your conversion rate</a>. For instance, you can <a href=\"https://barn2.co.uk/kb/product-table-columns/\" target=\"_blank\" rel=\"noopener\">determine what columns will appear</a> in the table. This will help you provide all the information customers might need to make a decision, so they never need to visit the individual product pages:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-59\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[ea14a0c9f3d32e45cf4]\" data-title=\"woocommerce-product-table-columns\" title=\"woocommerce-product-table-columns\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns.png\" width=\"1585\" height=\"160\" alt=\"The Columns setting in WooCommerce Product Table.\" class=\"img-responsive wp-image-438636\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns-200x20.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns-400x40.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns-600x61.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns-800x81.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns-1200x121.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-columns.png 1585w\" sizes=\"(max-width: 900px) 100vw, 1585px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>If some of your items have various options, such as colors and sizes, you can <a href=\"https://barn2.co.uk/kb/product-variations/\" target=\"_blank\" rel=\"noopener\">display those choices</a> in your order form using the <em>Product variations</em> field:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-60\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[85a277a97cd912e8ba8]\" data-title=\"woocommerce-product-table-variations\" title=\"woocommerce-product-table-variations\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations.png\" width=\"1599\" height=\"223\" alt=\"The Variations setting in WooCommerce Product Table.\" class=\"img-responsive wp-image-438637\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations-200x28.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations-400x56.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations-600x84.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations-800x112.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations-1200x167.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-variations.png 1599w\" sizes=\"(max-width: 900px) 100vw, 1599px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>You can also <a href=\"https://barn2.co.uk/kb/show-quantity/\" target=\"_blank\" rel=\"noopener\">add quantity selectors</a> to your order form, so customers can buy items in bulk. Then, if you select <em>Button and checkbox</em> in the <em>Add to cart button</em> menu, they&#8217;ll be able to check off everything they want to purchase and add it all to their cart with a single click:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-61\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a9a08b94d819a893a0b]\" data-title=\"woocommerce-product-table-addtocart\" title=\"woocommerce-product-table-addtocart\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart.png\" width=\"1271\" height=\"211\" alt=\"The Add to Cart settings in WooCommerce Product Table.\" class=\"img-responsive wp-image-438640\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart-200x33.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart-400x66.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart-600x100.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart-800x133.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart-1200x199.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-addtocart.png 1271w\" sizes=\"(max-width: 900px) 100vw, 1271px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>What&#8217;s more, the <em>Filter dropdowns</em> setting lets you <a href=\"https://barn2.co.uk/kb/wpt-filters/\" target=\"_blank\" rel=\"noopener\">add filters</a> to the top of your order form. This will enable customers to search for specific categories, variations, and so on:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-62\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[35db114c0ac15b51e29]\" data-title=\"woocommerce-product-table-filters\" title=\"woocommerce-product-table-filters\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters.png\" width=\"1590\" height=\"218\" alt=\"The Filters setting in WooCommerce Product Table.\" class=\"img-responsive wp-image-438639\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters-200x27.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters-400x55.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters-600x82.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters-800x110.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters-1200x165.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/woocommerce-product-table-filters.png 1590w\" sizes=\"(max-width: 900px) 100vw, 1590px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>By the time you&#8217;re finished customizing your product table settings, your order form might look something like this:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"imageframe-align-center\"><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-63\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[0e93ea070f849eb4db2]\" data-title=\"product-table-example-modified\" title=\"product-table-example-modified\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified.png\" width=\"1221\" height=\"601\" alt=\"A customized WooCommerce product table.\" class=\"img-responsive wp-image-438400\" srcset=\"https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified-200x98.png 200w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified-400x197.png 400w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified-600x295.png 600w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified-800x394.png 800w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified-1200x591.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/04/product-table-example-modified.png 1221w\" sizes=\"(max-width: 900px) 100vw, 1221px\" /></a></span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>In the WooCommerce Product Table&#8217;s documentation, you’ll find <a href=\"https://barn2.co.uk/kb/product-table-options/\" target=\"_blank\" rel=\"noopener\">a full list of the options</a> available, as well as detailed instructions for using each one. Publish the page when your order form is ready, and customers can start using it to make purchases!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:31px;\"><h3 class=\"title-heading-left\">Conclusion</h3></div><div class=\"fusion-text\"><p>To improve your e-commerce site’s conversion rates, you’ll want to enhance both its visual appeal and user-friendliness. By using <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> and <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\">WooCommerce Product Table</a> in combination, you can present your items in a compelling way <em>and</em> make the buying process simple and appealing.</p>\n<p>Once you have <a href=\"https://codex.wordpress.org/Installing_WordPress\" target=\"_blank\" rel=\"noopener\">a WordPress site set up</a> and <a href=\"https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/\" target=\"_blank\" rel=\"noopener\">WooCommerce installed</a>, all you’ll need to do is:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><ul class=\"fusion-checklist fusion-checklist-13 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\">\n<ul class=\"fusion-checklist fusion-checklist-13 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"></ul><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Install Avada, import one of the <a href=\"https://avada.theme-fusion.com/woocommerce/#woo\" target=\"_blank\" rel=\"noopener\">Woocommerce Demos</a> and <a href=\"https://theme-fusion.com/knowledgebase/quick-start/\" target=\"_blank\" rel=\"noopener\">customize the Avada theme</a> to suit your preferences.</div></li>\n<li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-chevron-right fa\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://barn2.co.uk/kb/product-table-options/\" target=\"_blank\" rel=\"noopener\">Create an order form</a> using WooCommerce Product Table.</div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Do you have any questions about how to use Avada or WooCommerce Product Table effectively? Let us know in the comments section below!</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://theme-fusion.com/avada-and-woocommerce-product-table/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:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress, Gutenberg and Avada. Let’s Begin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/wordpress-gutenberg-avada-lets-begin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://theme-fusion.com/wordpress-gutenberg-avada-lets-begin/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Feb 2018 17:04:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:14:\"Fusion Builder\";s: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:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"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:33:\"http://theme-fusion.com/?p=436121\";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:\"WordPress has created a wonderful industry through a CMS and thriving ecosystem for many people and companies across the web. It continues to evolve with one of the most lively and active communities around. Gutenberg is currently the topic at hand, which is entirely intriguing, yet comes with so many unanswered questions, issues and &#91;...&#93;\";s: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:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7838:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>WordPress has created a wonderful industry through a CMS and thriving ecosystem for many people and companies across the web. It continues to evolve with one of the most lively and active communities around. Gutenberg is currently the topic at hand, which is entirely intriguing, yet comes with so many unanswered questions, issues and concerns from across the web. We&#8217;d like to inform our customer base of our own internal thoughts and preparations in regards to this industry changing idea.</p>\n<p><span id=\"more-436121\"></span></p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">What is Gutenberg?</h3></div><div class=\"fusion-text\"><p>As <a href=\"https://en.wikipedia.org/wiki/Matt_Mullenweg\" target=\"_blank\" rel=\"noopener\">Matt Mullenweg</a> mentioned, they named it Gutenberg for a reason. Named after <a href=\"https://en.wikipedia.org/wiki/Johannes_Gutenberg\" target=\"_blank\" rel=\"noopener\">Johannes Gutenberg</a>, the inventor of the printing press which had movable type more than 500 years ago, the same idea that accomplished by making printing easier is the same Goal Gutenberg wants to achieve by making WordPress easier to use for everyone, especially those who are just starting out. Gutenberg is based on the ideas of content blocks with the intention of making this new experience more modern. The end-goal is to make WordPress easier to use. That’s something we feel everyone will appreciate. All of that sounds wonderful, however all of this is still in beta testing phases and there is a lot of unknown. Reaching that end-goal and the things being discussed are the reason many people in the industry are unsure of the entire idea.</p>\n<p>We do believe the current WordPress visual editor needs an upgrade, it has not changed in many years. It needs refreshed and many new time saving features that are more in line with today&#8217;s technologies. Being able to easily add rich content is a plus for everyone who uses this platform. WordPress has always been about user experience, and so has ThemeFusion with Avada and Fusion Builder. This is our driving force behind everything we do.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Why The Uproar?</h3></div><div class=\"fusion-text\"><p>If you&#8217;ve followed Gutenberg online then you&#8217;d know that many are confused about the motivations behind it, upset about where it&#8217;s going, disagree with many aspects of it and so on. Checking out the <a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/?filter=1\" target=\"_blank\" rel=\"noopener\">current reviews</a> of it is telling enough. Overall, it does make everyone question Gutenberg. Many developers and the WordPress team are continually working on this and currently it is simply not at a point where full judgement can be made, nor can the answers be given as to what the final result will be. Time will tell.</p>\n<p>Currently it is nowhere near running on a production site and so much still needs to be changed, implemented, addressed and decided. When the time comes, WordPress will certainly take steps to ensure testing is done on installs to ensure a smooth transition.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">Our Opinions &amp; Plans</h3></div><div class=\"fusion-text\"><p>In its current state, it is difficult to make predictions about Gutenberg specifically. Too much of it is still not clear, not implemented or not even discussed. Also, there is no ETA on WordPress 5.0 yet and while planned, it is not fully clear yet if Gutenberg will make it to 5.0. There has been a lot of discussions about Gutenberg in the last months among all kinds of sources inside the WordPress industry. Without going into details, Gutenberg can be a very nice addition to WordPress in the end, but currently also have a lot of downsides, that we hope will be gone by the time of release.</p>\n<p>We and many others feel Gutenberg is far from being release ready and the full specs have not been set yet by the WordPress core team as of yet. So with that in mind, we as well as many others are simply unsure at this time. If it will be possible for page builders in general, like our popular Fusion Builder, to make use of Gutenberg as editor itself then we will of course be doing that. There might be a possibility to use the blocks API of Gutenberg and to come up with some sort of migration tool, but so far this is not known. Due to the fact that Gutenberg aims to become a reduced block editor, instead of a text editor, the other possibility would be to simply allow our customers to use Fusion Builder and Gutenberg side by side. Fusion Builder is a far more advanced, professional page building tool and will obviously present the much more powerful and attractive alternative.</p>\n<p>We are closely following along the full development of Gutenberg, the direction, changes, ideas, everything. As our customer base knows, we are dedicated to always deliver the best working experience to everyone who uses our product. That fact will never change, not with any new version of WordPress nor with the release of Gutenberg. So there is no need to worry about this topic. We are confident in what we are planning and doing, staying on top of what WordPress is working on is a huge part of that and that has never changed.</p>\n<p>ThemeFusion will ensure <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> will continue to be fully compatible with future WordPress versions and will always enhance it to provide extra features and functionality. We are here for our customers and always will be. Our current goals have not changed and we are very excited about what is coming in 2018. We are closely watching the progress of Gutenberg as we do with every WordPress update. Our team will stay on top of the milestones of the Gutenberg development and will make sure that you can enjoy the the familiar working experience with Avada for the years to come.</p>\n<p>We will continue to send in updates we things progress and more information is known and solidified.</p>\n<p>Team ThemeFusion</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s: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:67:\"https://theme-fusion.com/wordpress-gutenberg-avada-lets-begin/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:6;a:6:{s:4:\"data\";s:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Avada Customer Spotlight: Squarebird\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/avada-customer-spotlight-squarebird/\";s: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:70:\"https://theme-fusion.com/avada-customer-spotlight-squarebird/#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, 20 Dec 2017 19:04:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:\"Community\";s: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:18:\"Customer Spotlight\";s: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:18:\"customer spotlight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=434485\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"There&#8217;s been a recent shift in business philosophy, bolstered by statistics such as the fact that 70% of customers base their buying decisions on how they feel about a company. With that in mind, Squarebird looks to lead with a personal approach in order to win repeat business – and this is a strategy that &#91;...&#93;\";s: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:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3474:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>There&#8217;s been a recent shift in business philosophy, bolstered by statistics such as the fact that <a href=\"https://www.helpscout.net/75-customer-service-facts-quotes-statistics/\" target=\"_blank\" rel=\"noopener\">70% of customers</a> base their buying decisions on how they feel about a company. With that in mind, <a href=\"http://squarebird.co.uk\" target=\"_blank\" rel=\"noopener\">Squarebird</a> looks to lead with a personal approach in order to win repeat business – and this is a strategy that appears to have worked wonders in the two years since its formation.</p>\n<p><span id=\"more-434485\"></span></p>\n<p>We recently had the chance to speak with Nick and Jon Bird – both founding members of Squarebird. They gave us their opinions on how they&#8217;ve been so successful, why <a href=\"http://avada.theme-fusion.com\" target=\"_blank\" rel=\"noopener\">Avada</a> is their theme of choice, and what it takes to become a prosperous marketing and web design agency. Let&#8217;s find out what they had to say!</p>\n<p>Introducing Nick and Jon Bird from <a href=\"https://www.squarebird.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">Squarebird</a>!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:15px;\"></div><div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-1 .fusion-button-text, .fusion-button.button-1 i {color:#fff;}.fusion-button.button-1 {border-width:0px;border-color:#fff;}.fusion-button.button-1 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-1:hover .fusion-button-text, .fusion-button.button-1:hover i,.fusion-button.button-1:focus .fusion-button-text, .fusion-button.button-1:focus i,.fusion-button.button-1:active .fusion-button-text, .fusion-button.button-1:active{color:#fff;}.fusion-button.button-1:hover, .fusion-button.button-1:focus, .fusion-button.button-1:active{border-width:0px;border-color:#fff;}.fusion-button.button-1:hover .fusion-button-icon-divider, .fusion-button.button-1:hover .fusion-button-icon-divider, .fusion-button.button-1:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-1{width:auto;}</style><a class=\"fusion-button button-square fusion-button-round button-large button-default button-1\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://avada.theme-fusion.com/squarebird-customer-spotlight/\"><span class=\"fusion-button-text\"> View The Customer Spotlight</span><i class=\"fa-arrow-circle-right fas button-icon-right\"></i></a></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://theme-fusion.com/avada-customer-spotlight-squarebird/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Avada 5.3 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theme-fusion.com/avada-5-3-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2017 20:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:7:\"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:33:\"http://theme-fusion.com/?p=433505\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"We are excited to bring you the most exciting update of 2017, Avada 5.3! Avada celebrated its 5th birthday this year and continues to remain strong as the #1 selling theme of all time! In celebrating this milestone, our team has put together an incredible update packed with intuitive features that will make your life &#91;...&#93;\";s: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:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3669:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>We are excited to bring you the most exciting update of 2017, <a href=\"https://avada.theme-fusion.com/whats-new-in-5-3/\" target=\"_blank\" rel=\"noopener\">Avada 5.3</a>! Avada celebrated its 5th birthday this year and continues to remain strong as the #1 selling theme of all time! In celebrating this milestone, our team has put together an incredible update packed with intuitive features that will make your life easier and help bring out those creative juices.</p>\n<p><span id=\"more-433505\"></span></p>\n<p><a href=\"https://avada.theme-fusion.com/whats-new-in-5-3/\" target=\"_blank\" rel=\"noopener\">Avada 5.3</a> is the most exciting update of the year! We take immense pride in our 420,000+ customers who continue and help us put amazing ideas into action and make these incredible updates possible. Updates are FREE to anyone who has bought a license!</p>\n<p>We’ve highlighted some of our favorite additions on a new demo page, check it out below!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-2 .fusion-button-text, .fusion-button.button-2 i {color:#fff;}.fusion-button.button-2 {border-width:0px;border-color:#fff;}.fusion-button.button-2 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-2:hover .fusion-button-text, .fusion-button.button-2:hover i,.fusion-button.button-2:focus .fusion-button-text, .fusion-button.button-2:focus i,.fusion-button.button-2:active .fusion-button-text, .fusion-button.button-2:active{color:#fff;}.fusion-button.button-2:hover, .fusion-button.button-2:focus, .fusion-button.button-2:active{border-width:0px;border-color:#fff;}.fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-2{width:auto;}</style><a class=\"fusion-button button-square fusion-button-round button-large button-default button-2\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://avada.theme-fusion.com/whats-new-in-5-3/\"><span class=\"fusion-button-text\"> What&#8217;s New In Avada 5.3</span></a></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Cheers,<br />\nThemeFusion</p>\n<p><em>PS: comments are turned off on this announcement post so we can focus on our customers <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a: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:32:\"Avada Customer Spotlight: Aventr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://theme-fusion.com/avada-customer-spotlight-aventr/\";s: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:65:\"https://theme-fusion.com/avada-customer-spotlight-aventr/#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, 05 Oct 2017 19:51:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:18:\"Customer Spotlight\";s: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:5:\"Avada\";s: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:6:\"Aventr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=428148\";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:397:\"Whether your company has a handful of team members or hundreds of workers, you&#8217;ll know that employee satisfaction is often the key to success. It&#8217;s the reason Aventr created Happster, an employee engagement solution designed to provide empowering feedback based on the principles of positive psychology. By using Happster, companies can encourage their workers and boost &#91;...&#93;\";s: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:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3457:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"  data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>Whether your company has a handful of team members or hundreds of workers, you&#8217;ll know that employee satisfaction is often the key to success. It&#8217;s the reason <a href=\"https://www.aventr.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Aventr</a> created <a href=\"https://www.aventr.com/happster\" target=\"_blank\" rel=\"noopener noreferrer\">Happster</a>, an employee engagement solution designed to provide empowering feedback based on the principles of <a href=\"https://en.wikipedia.org/wiki/Positive_psychology\" target=\"_blank\" rel=\"noopener noreferrer\">positive psychology</a>. By using Happster, companies can encourage their workers and boost productivity by fostering constructive environments.</p>\n<p><span id=\"more-428148\"></span></p>\n<p>We recently spoke with Joshua Todd, a Front End Developer at Aventr. He was kind enough to answer a few questions about the company’s history and goals, as well as its experiences with our <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> theme. Let’s see what he has to say! </p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-3 .fusion-button-text, .fusion-button.button-3 i {color:#fff;}.fusion-button.button-3 {border-width:0px;border-color:#fff;}.fusion-button.button-3 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-3:hover .fusion-button-text, .fusion-button.button-3:hover i,.fusion-button.button-3:focus .fusion-button-text, .fusion-button.button-3:focus i,.fusion-button.button-3:active .fusion-button-text, .fusion-button.button-3:active{color:#fff;}.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active{border-width:0px;border-color:#fff;}.fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-3{width:auto;}</style><a class=\"fusion-button button-square fusion-button-round button-large button-default button-3\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://avada.theme-fusion.com/aventr-customer-spotlight/\"><span class=\"fusion-button-text\"> View The Customer Spotlight</span><i class=\"fa-arrow-circle-right fas button-icon-right\"></i></a></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n\";s: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:62:\"https://theme-fusion.com/avada-customer-spotlight-aventr/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:29:\"http://theme-fusion.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:15:{s:4:\"date\";s:29:\"Tue, 10 Jul 2018 08:02:31 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";s:133:\"__cfduid=d254c0bbd8bd3614499b84ee42830f2e01531209751; expires=Wed, 10-Jul-19 08:02:31 GMT; path=/; domain=.theme-fusion.com; HttpOnly\";s:13:\"last-modified\";s:29:\"Tue, 10 Jul 2018 07:49:23 GMT\";s:4:\"etag\";s:39:\"\"ff7406ea929ce8e8d8d224f936f62dcc-gzip\"\";s:4:\"link\";s:61:\"<https://theme-fusion.com/wp-json/>; rel=\"https://api.w.org/\"\";s:11:\"wpe-backend\";s:6:\"apache\";s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:7:\"x-cache\";s:7:\"HIT: 41\";s:10:\"x-pass-why\";s:0:\"\";s:13:\"x-cache-group\";s:3:\"bot\";s:6:\"x-type\";s:4:\"feed\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"4381823043d0be61-MXP\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(642,'_transient_timeout_feed_mod_636a1eae994b1deb9d704cdb777d2ebb','1531252951','no'),(643,'_transient_feed_mod_636a1eae994b1deb9d704cdb777d2ebb','1531209751','no'),(644,'_site_transient_timeout_community-events-b51c8eca65fd1df62e33b4f9be77b8ae','1531252952','no'),(645,'_site_transient_community-events-b51c8eca65fd1df62e33b4f9be77b8ae','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"93.42.47.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"WP Meetup Milano Luglio 2018\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Meetup-Milano/events/252229476/\";s:6:\"meetup\";s:23:\"WordPress Meetup Milano\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/WordPress-Meetup-Milano/\";s:4:\"date\";s:19:\"2018-07-14 12:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Milano, Italy\";s:7:\"country\";s:2:\"it\";s:8:\"latitude\";d:45.473747;s:9:\"longitude\";d:9.203649;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:64:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/252416323/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-07-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:64:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/252413243/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-07-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:67:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/grfkxpyxlbdc/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-08-22 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Lugano WordPress Meetup - Meet & Greet!\";s:3:\"url\";s:67:\"https://www.meetup.com/Lugano-WordPress-Meetup/events/mlgkxpyxlbdc/\";s:6:\"meetup\";s:23:\"Lugano WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Lugano-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-08-22 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Lugano, Switzerland\";s:7:\"country\";s:2:\"ch\";s:8:\"latitude\";d:46.012986;s:9:\"longitude\";d:8.95404;}}}}','no'),(646,'_transient_timeout_feed_dbc574053cccd058bc63a08b9c8e458e','1531252952','no'),(647,'_transient_feed_dbc574053cccd058bc63a08b9c8e458e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Blog | Italia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.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:34:\"\n	Fri, 06 Jul 2018 13:17:32 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"it-IT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43436\";s:7:\"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:66:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Meetup di Luglio: Catania, Bari, Milano, Verona, Reggio Emilia, Terni, Lecce, Andria\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://it.wordpress.org/news/2018/06/meetup-di-luglio/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://it.wordpress.org/news/2018/06/meetup-di-luglio/#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, 28 Jun 2018 08:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{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:6:\"andria\";s: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:4:\"bari\";s: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:7:\"catania\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:6:\"milano\";s: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:5:{s:4:\"data\";s:13:\"reggio emilia\";s: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:5:{s:4:\"data\";s:5:\"terni\";s: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:5:{s:4:\"data\";s:6:\"verona\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2303\";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:387:\"In tutta Italia ci sono meetup WordPress!Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi.Se non sai cos&#8217;è un meetup leggi qui.Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Catania giovedì 5 luglio 2018 alle 18:00 presso Now Solution (Via G. D&#8217;Annunzio, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:2999:\"<p>In tutta Italia ci sono meetup WordPress!<br /><strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />Se non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />Tutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\r\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\r\n<h2>Catania</h2>\r\n<p>giovedì 5 luglio 2018 alle 18:00 presso Now Solution (Via G. D&#8217;Annunzio, 172 · Catania)<br /><a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Catania/events/252186202/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Lecce</h2>\r\n<p>giovedì 12 luglio 2018 alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce) <br /><a style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif\" href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/252434136/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Andria</h2>\r\n<p>venerdì 13 luglio 2018 alle 18:30 presso Officina San Domenico &#8211; Coworking (Via Sant&#8217;Angelo dei Meli, 36 · Andria) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Andria/events/252473922/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Milano</h2>\r\n<p><strong>Ci incontriamo di sabato per fare un pic-nic ai giardini di Porta Venezia!<br /></strong>Sabato 14 luglio 2018 alle 12:00 presso Giardini Pubblici &#8220;Indro Montanelli&#8221; (Piazza Cavour angolo Via Manin · Milano) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Milano/events/252229476/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Verona</h2>\r\n<p>martedì 17 luglio 2018 alle 19:00 presso Co-working 311 Verona (Lungadige Galtarossa 21, Verona) <br /><a href=\"https://www.meetup.com/it-IT/Verona-WordPress-Meetup/events/252168843/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Reggio Emilia</h2>\r\n<p><strong>Ritorna il meetup di Reggio Emilia dopo qualche mese di pausa! <br /></strong>martedì 17 luglio 2018 alle 19:00 presso Impact Hub Reggio Emilia (Via Statuto, 3 · Reggio Emilia) <br /><a href=\"https://www.meetup.com/it-IT/Reggio-Emilia-WordPress-Meetup/events/251175582/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Terni</h2>\r\n<p>giovedì 19 luglio 2018 alle 19:00 presso CAOS &#8211; EX SIRI &#8211; SALA DELL&#8217;OROLOGIO (Via Campofregoso 98 &#8211; 05100 · Terni)  <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Terni/events/252356902/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Bari </h2>\r\n<p>giovedì 19 luglio 2018 alle 19:00 presso Torre Quetta (Via Giovanni Di Cagno Abbrescia · Bari) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Bari/events/251945147/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://it.wordpress.org/news/2018/06/meetup-di-luglio/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Candidiamo l’Italia a WordCamp Europe 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:80:\"https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-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:88:\"https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-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, 28 Jun 2018 08: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Eventi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wceu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"wceu2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2312\";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:358:\"WordCamp Europe 2018 si è appena concluso con grande successo a Belgrado. Nel 2019 l&#8217;evento che unisce le community europee di WordPress sarà a Berlino. Come tutti gli anni dopo il discorso di chiusura dell&#8217;evento, durante il quale si annuncia la prossima città ospitante, gli italiani in sala si guardano intorno pieni di speranza e [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:909:\"<p>WordCamp Europe 2018 si è appena concluso con grande successo a <a href=\"https://2018.europe.wordcamp.org/\">Belgrado</a>. Nel 2019 l&#8217;evento che unisce le community europee di WordPress sarà a <a href=\"https://2019.europe.wordcamp.org/\">Berlino</a>.</p>\n\n<p>Come tutti gli anni dopo il discorso di chiusura dell&#8217;evento, durante il quale si annuncia la prossima città ospitante, gli italiani in sala si guardano intorno pieni di speranza e entusiasmo e mormorano &#8220;Sarebbe bello portare WordCamp Europe in Italia&#8221;.</p>\n\n<p>Sarebbe bello sì, quest&#8217;anno ci proviamo seriamente?</p>\n\n<p>Se siete interessati a seguire la discussione, far parte del team che metterà insieme la candidatura o anche solo curiosi di vedere come si svolge la preparazione, seguiteci su <a href=\"https://it.wordpress.org/team/2018/06/28/candidatura-per-wordcamp-europe-2020-in-italia/\">Team</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:85:\"https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-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:2;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Meetup Reggio Emilia: ritorna il 17 luglio 2018!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jun 2018 08:19:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:13:\"reggio emilia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2276\";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:408:\"Ritorna il meetup Reggio Emilia! In una nuova sede e con un nuovo programma: quello di incontrarsi ogni terzo martedì del mese (agosto escluso). Appuntamento martedì 17 luglio 2018 alle 19:00 presso Impact Hub Reggio Emilia (Via Statuto, 3 · Reggio Emilia) Programma Conosci WordPress? Hai un sito web o vorresti realizzarlo? Siamo un gruppo di appassionati, professionisti, semplici utenti [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1503:\"<p><strong>Ritorna il meetup Reggio Emilia!</strong> In una nuova sede e con un nuovo programma: quello di incontrarsi ogni terzo martedì del mese (agosto escluso).</p>\n<p>Appuntamento <strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif\">martedì 17 luglio 2018 alle </span>19:00 presso Impact Hub Reggio Emilia</strong> (Via Statuto, 3 · Reggio Emilia)</p>\n<h2>Programma</h2>\n<p>Conosci WordPress? Hai un sito web o vorresti realizzarlo?<br />\nSiamo un gruppo di appassionati, professionisti, semplici utenti e sviluppatori di WordPress. <strong>Desideriamo condividere esperienze, informazioni e suggerimenti in un’atmosfera amichevole e rilassata.</strong></p>\n<p>In questo primo incontro, che costituisce una ripartenza dopo un periodo di oltre un&#8217;anno dall&#8217;ultimo Meetup, <strong>discuteremo dell&#8217;impostazione da dare al &#8220;nuovo&#8221; Meetup e pianificheremo le attività dei prossimi mesi.</strong></p>\n<h2>Per partecipare</h2>\n<p><a href=\"https://www.meetup.com/it-IT/Reggio-Emilia-WordPress-Meetup/events/djhxspyxkbwb/\">Iscriviti all&#8217;evento su meetup.com</a>, è gratuito e aperto a tutti!</p>\n<p>Questo meetup non è solo aperto ai Reggiani, ma a tutti coloro che sono interessati a WordPress.</p>\n<p>Basta iscriversi e partecipare! I Meetup sono incontri informali per conoscerci e confrontarci insieme su WordPress e tutte le tematiche legate al web.</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:90:\"https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:78:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Meetup di Giugno: Lecce, Brescia, Torino, Roma, Verona, Ancona, Arezzo, Biella, Vicenza, Avezzano, Palermo, Udine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://it.wordpress.org/news/2018/06/meetup-di-giugno-lecce-torino/\";s: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:76:\"https://it.wordpress.org/news/2018/06/meetup-di-giugno-lecce-torino/#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, 07 Jun 2018 09:50:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:13:{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:6:\"ancona\";s: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:6:\"arezzo\";s: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:8:\"avezzano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"biella\";s: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:5:{s:4:\"data\";s:7:\"brescia\";s: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:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:7:\"palermo\";s: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:5:{s:4:\"data\";s:4:\"roma\";s: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:5:{s:4:\"data\";s:6:\"torino\";s: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:5:{s:4:\"data\";s:5:\"udine\";s: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:5:{s:4:\"data\";s:6:\"verona\";s: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:5:{s:4:\"data\";s:7:\"vicenza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2285\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:400:\"In tutta Italia ci sono meetup WordPress!Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi.Se non sai cos&#8217;è un meetup leggi qui.Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Lecce giovedì 14 giugno alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce)-&#62; [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:3559:\"<p>In tutta Italia ci sono meetup WordPress!<br /><strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />Se non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />Tutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Lecce</h2>\n<p>giovedì 14 giugno alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/251470981/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Brescia</h2>\n<p>mercoledì 20 giugno alle 19:15 presso Talent Garden Brescia (Via Cipro, 66 · Brescia) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Brescia/events/251642002/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Torino</h2>\n<p>giovedì 21 giugno alle 19:00 presso Toolbox Coworking (Via Agostino da Montefeltro, 2 · Torino)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Torino/events/251470338/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Roma</h2>\n<p>venerdì 22 giugno alle 19:00 presso LUISS ENLABS (Via Marsala 29H &#8211; Stazione Termini · Roma) <br /><a href=\"https://www.meetup.com/it-IT/RomaWordPress/events/251545919/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Vicenza</h2>\n<p>martedì 26 giugno 2018 alle 19:00 presso Polo Giovani B55 (Contrà Barche 55 · Vicenza)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Vicenza/events/251826217/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Avezzano</h2>\n<p>martedì 26 giugno 2018 alle 18:00 presso Hotel Ristorante Le Gole (Via Sardellino, 3 Celano (L&#8217;Aquila)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Avezzano/events/251896551/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Verona</h2>\n<p><strong>meetup speciale: incontro delle community tech di Verona!</strong><br />giovedì 28 giugno alle 18:30 presso Co-working 311 (Lungadige Galtarossa 21, Verona)<br /><a href=\"https://www.meetup.com/it-IT/Verona-WordPress-Meetup/events/251246999/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Arezzo </h2>\n<p>giovedì 28 giugno alle 18:00 presso CoWo (Via Tiziano, 32 · Arezzo) <br /><a href=\"https://www.meetup.com/it-IT/Arezzo-WordPress-Meetup/events/251691113/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Ancona</h2>\n<p>giovedì 28 giugno alle 19:00 presso Da Nialtri (Via Achille Buglioni, 133 · Marina di Montemarciano)<br /><a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Ancona/events/251716848/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Biella</h2>\n<p>giovedì 28 giugno alle 19:00 presso Sellalab (Via Corradino Sella, 10 · Biella) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Biella/events/251672975/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Palermo</h2>\n<p>giovedì 28 giugno 2018 alle 18:30 presso Magneti Cowork (Via Emerico Amari 148 · Palermo) <br /><a href=\"https://www.meetup.com/it-IT/Palermo-WordPress-Meetup/events/251876766/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Udine</h2>\n<p>giovedì 28 giugno 2018 alle 19:00 presso Locanda Alle Officine (Via Nazionale, 48, 33042 Buttrio UD) <br /><a href=\"https://www.meetup.com/it-IT/Udine-WordPress-Meetup/events/251909763/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p> </p>\n<p> </p>\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:73:\"https://it.wordpress.org/news/2018/06/meetup-di-giugno-lecce-torino/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:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Arriva il primo WordCamp Verona! 12-13 Ottobre 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://it.wordpress.org/news/2018/05/arriva-il-primo-wordcamp-verona-12-13-ottobre-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://it.wordpress.org/news/2018/05/arriva-il-primo-wordcamp-verona-12-13-ottobre-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 May 2018 08:03: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:4:{i:0;a:5:{s:4:\"data\";s:15:\"Contributor Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Eventi\";s: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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"verona\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2274\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"Se ti chiedi cos&#8217;è WordCamp Verona e perché partecipare, questo post è per te. WordCamp è in pratica una conferenza su WordPress &#8211; e tutto quello che ci ruota attorno. È un evento informale, organizzato dalla community, cioè da persone che usano WP, proprio come te. Tutti possono partecipare: dagli utenti saltuari ai &#8220;core developer&#8221; [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:7116:\"<h2>Se ti chiedi cos&#8217;è WordCamp Verona e perché partecipare, questo post è per te.</h2>\n<h2><img class=\"alignleft wp-image-590 size-full\" src=\"https://2018.verona.wordcamp.org/files/2018/04/wapuspeare_slack.png\" alt=\"\" width=\"128\" height=\"128\" /></h2>\n<p>WordCamp è in pratica <strong>una conferenza su WordPress</strong> &#8211; e tutto quello che ci ruota attorno.</p>\n<p><strong>È un evento informale</strong>, organizzato dalla community, cioè da persone che usano WP, proprio come te. Tutti possono partecipare: dagli utenti saltuari ai &#8220;core developer&#8221; (sviluppatori che scrivono il codice di WP). <strong>Lo scopo è quello di condividere idee e conoscersi. </strong></p>\n<p><strong>È un evento organizzato da volontari</strong> (<a href=\"https://2018.verona.wordcamp.org/organizers/\">organizzatori</a>, <a href=\"https://2018.verona.wordcamp.org/call-for-speaker/\">speaker</a> e <a href=\"https://2018.verona.wordcamp.org/call-for-volunteers/\">persone che aiutano</a> durante la giornata non ricevono nessun tipo di compenso né rimborso per quello che fanno), ed è reso possibile dalla generosità degli <a href=\"https://2018.verona.wordcamp.org/sponsors/\">sponsor</a>.</p>\n<p>In tutto il mondo si organizzano WordCamp, e ogni evento è diverso perché esprime la community locale; di base, di solito si alternano diversi brevi talk, dedicati in generale a come usare al meglio WordPress, ma anche a tutti i temi che riguardano la comunicazione online, l&#8217;organizzazione del lavoro, la gestione di progetti, la community&#8230;</p>\n<h2>Un WordCamp è una conferenza dedicata a WordPress, ed è una festa della community locale; è l&#8217;occasione per incontrarsi, condividere, conoscersi.</h2>\n<p>Il primo WordCamp è stato organizzato a San Francisco da Matt Mullenweg nel 2006, e da allora le community locali hanno organizzato centinaia di eventi: l&#8217;intera lista la potete vedere su <a href=\"https://central.wordcamp.org/\">central.wordcamp.org</a></p>\n<p><img class=\"aligncenter wp-image-1165 size-large\" src=\"https://2018.verona.wordcamp.org/files/2018/05/wordcamp-world-1024x490.png\" alt=\"\" width=\"640\" height=\"306\" /></p>\n<p>&nbsp;</p>\n<h2>Un WordCamp è <strong>un evento aperto a tutti. </strong></h2>\n<p>Puoi partecipare qualsiasi sia livello di conoscenza di WordPress, anche zero! Magari sei curioso di scoprire cos&#8217;è, e che cos&#8217;è la community: bene, sei il benvenuto/a!</p>\n<p>Ci saranno <strong>talk adatti a tutti</strong>, non ci saranno solo interventi di argomento tecnico.</p>\n<p>Ci saranno tante <strong>occasioni per conoscere persone come te</strong>, appassionate di WordPress e della community: l&#8217;atmosfera ai WordCamp è sempre molto leggera, informale, piacevole ed amichevole. Vedrai tanti sorrisi, troverai tanti nuovi amici, garantito!</p>\n<p>Puoi partecipare facilmente, perché<a href=\"https://2018.verona.wordcamp.org/tickets/\"> <strong>il biglietto costa solo 20 €</strong></a> (e ci aiuta a coprire le spese vive, per esempio l&#8217;affitto della sala e il pranzo).</p>\n<p>Puoi partecipare anche se hai delle difficoltà nel muoverti, parlare, ascoltare: contattaci se hai dei dubbi su questo, e ti potremo facilmente rassicurare su come ti vogliamo <strong>mettere in grado di partecipare. </strong></p>\n<p>Nell&#8217;organizzare un WordCamp tutti noi (organizzatori, speaker, volontari, sponsor e partecipanti) ci impegniamo a fornire <strong>un ambiente amichevole, sicuro ed accogliente,</strong> indipendentemente da sesso, orientamento sessuale, disabilità, etnia, religione, sistema operativo preferito, linguaggio di programmazione o editor di testo. Leggi qui il nostro <a href=\"https://2018.verona.wordcamp.org/codice-di-condotta/\">codice di condotta</a> (e come segnalare eventuali comportamenti non accettabili).</p>\n<p>&nbsp;</p>\n<h2>Come si svolge, in pratica, WordCamp Verona?</h2>\n<h3>VENERDÌ: IL CONTRIBUTOR DAY</h3>\n<p><strong>Per chi lo desidera, il giorno precedente al WordCamp, si terrà il <a href=\"https://2018.verona.wordcamp.org/il-contributor-day/\">Contributor Day</a>: </strong><br />\nuna giornata di lavoro dove tutti insieme impareremo come contribuire, secondo le nostre competenze, al progetto open source di WordPress.</p>\n<p>Non è necessario che tu sappia programmare, basta aver voglia di unirti a noi per collaborare a rendere più grande questa comunità.</p>\n<p>Saremo tutti insieme in una unica sala, ci sarà una presentazione e poi ci divideremo in diversi tavoli di lavoro.<br />\nA ciascun tavolo (dedicato ad un particolare tema, per es. community, traduzioni, revisione dei temi, accessibilità&#8230;) ci saranno delle persone esperte che spiegheranno come funziona e come iniziare a contribuire. Lavoreremo tutti insieme, sarà divertente!</p>\n<p><em>NB: i posti per partecipare a questa giornata sono limitati: saremo circa 60 persone. </em></p>\n<h3>SABATO: LA CONFERENZA</h3>\n<p><strong>WordCamp Verona si terrà sabato 13 Ottobre all&#8217;Hotel San Marco (Via Longhena 42,Verona), indicativamente dalle 10 alle 18.</strong><br />\nParteciperanno circa 200 persone.</p>\n<p>Ci saranno due sale, nelle quali si svolgeranno contemporaneamente vari interventi, della durata di circa 30 minuti.<br />\nCi saranno <strong>talk per tutti i gusti</strong>: si parlerà di temi dev ma anche di contenuti, seo, marketing, business… tutto powered by WordPress!<br />\nIn qualsiasi momento della giornata potrai decidere quali interventi seguire per imparare cose nuove e confrontarti con gli altri partecipanti.</p>\n<p>Davanti alle sale troverai i tavoli degli <strong>sponsor</strong>: sarà interessante chiacchierare con loro, scoprire cosa fanno, perché e come supportano la community.</p>\n<p>Ci saranno momenti per bere un caffè, fare una pausa, e pranzeremo tutti insieme.</p>\n<p>Alla fine della giornata, ci sarà una festa: <strong>l&#8217;afterparty</strong>! Un ulteriore momento per stare insieme.</p>\n<h2>Come puoi partecipare e contribuire?</h2>\n<h3>COME SPEAKER</h3>\n<p>Hai una storia da raccontare, competenze da condividere, un caso di successo da mostrare?<br />\n<a href=\"https://2018.verona.wordcamp.org/call-for-speaker/\">Puoi candidarti come speaker.</a></p>\n<h3>COME SPONSOR</h3>\n<p>Hai una attività lavorativa che ruota intorno a WordPress, o che vuoi far conoscere alle circa 200 persone che parteciperanno a WordCamp Verona?<br />\nPuoi <a href=\"https://2018.verona.wordcamp.org/call-for-sponsors/\">essere uno dei nostri sponsor</a>, ci sono tanti pacchetti possibili (a partire da 100€! Ogni contributo conta!).</p>\n<h3>COME VOLONTARIO/A</h3>\n<p>Vuoi darci una mano il giorno della conferenza, aiutandoci a far sì che la giornata si svolga nel migliore dei modi per tutti (e facendo una fantastica esperienza di &#8220;dietro le quinte&#8221;)?<br />\n<a href=\"https://2018.verona.wordcamp.org/call-for-volunteers/\">Cerchiamo volontari!</a></p>\n<p>&nbsp;</p>\n<p><em>(questo post è stato pubblicato sul sito https://2018.verona.wordcamp.org/ &#8211; dove se vuoi puoi registrarti per ricevere tutti i nuovi post via mail!)</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:94:\"https://it.wordpress.org/news/2018/05/arriva-il-primo-wordcamp-verona-12-13-ottobre-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Meetup di Giugno: Bari, Milano, Terni, Brindisi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/05/meetup-di-giugno-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://it.wordpress.org/news/2018/05/meetup-di-giugno-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 May 2018 08:03: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:5:{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:4:\"bari\";s: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:8:\"brindisi\";s: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:6:\"milano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"terni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2262\";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:361:\"In tutta Italia ci sono meetup WordPress! Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi. Se non sai cos&#8217;è un meetup leggi qui. Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Bari mercoledì 6 giugno 2018 alle 17:30 presso Impact Hub [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1664:\"<p>In tutta Italia ci sono meetup WordPress!<br />\n<strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />\nSe non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />\nTutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Bari</h2>\n<p>mercoledì 6 giugno 2018 alle 17:30 presso Impact Hub Bari (viale Volga c/o Fiera del Levante · Bari)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Bari/events/250836605/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Terni</h2>\n<p><strong>secondo appuntamento del nuovo meetup WordPress di Terni!</strong><br />\nvenerdì 8 giugno 2018 alle 19:00 presso CAOS &#8211; EX SIRI &#8211; SALA DELL&#8217;OROLOGIO (Via Campofregoso 98 &#8211; 05100 · Terni)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Terni/events/251153747/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Brindisi</h2>\n<p>venerdì 8 giugno 2018 alle 18:00 presso Tank Coworking Space (via Schiena, 2 · Brindisi)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Brindisi/events/251208232/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Milano</h2>\n<p>martedì 12 giugno 2018 alle 19:00 presso MotorK Italia S.r.l. (Via Ludovico D&#8217;Aragona, 9 · Milano)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Milano/events/250688956/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://it.wordpress.org/news/2018/05/meetup-di-giugno-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Prossimi meetup: Piacenza, Arezzo, Vicenza, Catania\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/05/prossimi-meetup-piacenza-arezzo/\";s: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://it.wordpress.org/news/2018/05/prossimi-meetup-piacenza-arezzo/#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, 17 May 2018 07:23:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s: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:6:\"arezzo\";s: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:7:\"catania\";s: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:8:\"Piacenza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"vicenza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2265\";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:\"In tutta Italia ci sono meetup WordPress! Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi. Se non sai cos&#8217;è un meetup leggi qui. Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Piacenza lunedì 21 maggio 2018 alle 19:00 presso Spazio2 (Via [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1472:\"<p>In tutta Italia ci sono meetup WordPress!<br />\n<strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />\nSe non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />\nTutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Piacenza</h2>\n<p>lunedì 21 maggio 2018 alle 19:00 presso Spazio2 (Via XXIV Maggio 51/53 · Piacenza)<br />\n<a href=\"https://www.meetup.com/it-IT/Piacenza-WordPress-Meetup/events/250785707/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Arezzo</h2>\n<p>giovedì 24 maggio 2018 alle 18:00 presso CoWo (Via Tiziano, 32 · Arezzo)<br />\n<a href=\"https://www.meetup.com/it-IT/Arezzo-WordPress-Meetup/events/250543380/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Catania</h2>\n<p>domenica 27 maggio 2018 alle 19:30 presso Teatro Macchiavelli (Piazza Università, 13 · Catania)<br />\n<a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Catania/events/250909585/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Vicenza</h2>\n<p>martedì 29 maggio 2018 alle 19:00 presso Polo Giovani B55 (Contrà Barche 55 · Vicenza)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Vicenza/events/250877150/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://it.wordpress.org/news/2018/05/prossimi-meetup-piacenza-arezzo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Buon Compleanno WordPress! #WP15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/05/buon-compleanno-wordpress-wp15/\";s: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://it.wordpress.org/news/2018/05/buon-compleanno-wordpress-wp15/#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, 16 May 2018 07:51:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:10:{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:6:\"ancona\";s: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:8:\"avezzano\";s: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:6:\"biella\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:7:\"palermo\";s: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:5:{s:4:\"data\";s:4:\"roma\";s: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:5:{s:4:\"data\";s:6:\"torino\";s: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:5:{s:4:\"data\";s:5:\"udine\";s: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:5:{s:4:\"data\";s:6:\"verona\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2241\";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:397:\"Il 27 Maggio 2018 è il 15° anniversario della prima release di WordPress e non vediamo l&#8217;ora di festeggiare insieme! Party time! In Italia ci ritroviamo per festeggiare insieme a Roma (giovedì 17 maggio 2018 &#8211; ore 19:00 &#8211; LUISS ENLABS, Via Marsala 29H &#8211; Stazione Termini · Roma) Avezzano (lunedì 21 maggio 2018 &#8211; ore 18:00 &#8211; Hotel Ristorante [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:3181:\"<p>Il 27 Maggio 2018 è il 15° anniversario della <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">prima release di WordPress</a> e non vediamo l&#8217;ora di festeggiare insieme!</p>\n<figure class=\"wp-block-image aligncenter\"><img class=\"wp-image-5841 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&amp;ssl=1\" alt=\"\" width=\"342\" height=\"269\" /></figure>\n<h2>Party time!</h2>\n<p>In Italia ci ritroviamo per festeggiare insieme a</p>\n<ul>\n<li><a href=\"https://www.meetup.com/it-IT/RomaWordPress/events/249972199/\">Roma</a> (giovedì 17 maggio 2018 &#8211; ore 19:00 &#8211; LUISS ENLABS, Via Marsala 29H &#8211; Stazione Termini · Roma)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Avezzano/events/249706743/\">Avezzano</a> (lunedì 21 maggio 2018 &#8211; ore 18:00 &#8211; Hotel Ristorante Le Gole, Via Sardellino, 3 · Celano -L&#8217;Aquila)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Verona-WordPress-Meetup/events/249380035/\">Verona</a> (mercoledì 23 maggio 2018 &#8211; ore 19:00 &#8211; Co-working 311 Verona, Lungadige Galtarossa 21, Verona)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Ancona/events/250807811/\">Ancona</a> (giovedì 24 maggio 2018 &#8211; ore 18:45 &#8211; SeePort Hotel &#8211; Roof Garden, Via Rupi di Via XXIX Settembre, 12 · Ancona)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Udine-WordPress-Meetup/events/250777266/\">Udine</a> (giovedì 24 maggio 2018 &#8211; ore 19:00 &#8211; Il Caffè dei Libri, Via Poscolle, 65, 33100 · Udine)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Biella/events/250536197/\">Biella</a> (giovedì 24 maggio 2018 &#8211; ore 19:00 &#8211; Sellalab, Via Corradino Sella, 10 · Biella)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Torino/events/249940988/\">Torino</a> (giovedì 24 maggio 2018 &#8211; ore 19:00 &#8211; Open Baladin, Piazzale Valdo Fusi · Torino)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Palermo-WordPress-Meetup/events/249861370/\">Palermo</a> (giovedì 24 maggio 2018 &#8211; ore 18:00 &#8211; Magneti Cowork, Via Emerico Amari 148 · Palermo)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/249169895/\">Lecce</a> (sabato 26 maggio 2018 &#8211; ore 18:00 &#8211; SellaLab Lecce, Viale Michele de Pietro · Lecce)</li>\n</ul>\n<p>Leggi il post originale e <a href=\"https://wp15.wordpress.net/\">visita il sito dedicato </a></p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"xlIq8W2gIR\"><p><a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">Celebrate the WordPress 15th Anniversary on May 27</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/embed/#?secret=xlIq8W2gIR\" data-secret=\"xlIq8W2gIR\" width=\"600\" height=\"338\" title=\"&#8220;Celebrate the WordPress 15th Anniversary on May 27&#8221; &#8212; WordPress News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe></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://it.wordpress.org/news/2018/05/buon-compleanno-wordpress-wp15/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Meetup Treviso: 17 Maggio 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://it.wordpress.org/news/2018/05/meetup-treviso-17-maggio-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://it.wordpress.org/news/2018/05/meetup-treviso-17-maggio-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 May 2018 17:44:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:7:\"treviso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2256\";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:432:\"Appuntamento della community di Treviso Giovedì 17 Maggio dalle 19, presso Barchessa Foscarini &#8211; Piazza XI Febbraio, Castello di Godego (TV) Programma 1. Cos&#8217;è l&#8217;HTTPS e l&#8217;SSL? 2. Perché deve interessare a chi ha un sito web (GDPR)? 3. Come abilitare l&#8217;https e installare l&#8217;ssl 4. Cos&#8217;è CloudFlase e perché è meglio attivarlo? 6. Come abbinare CloudFlare a WordPress Ce [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1515:\"<p>Appuntamento della community di Treviso <strong>Giovedì 17 Maggio dalle 19</strong><strong>, presso Barchessa Foscarini &#8211; Piazza XI Febbraio, Castello di Godego (TV)</strong></p>\n<h2>Programma</h2>\n<p>1. Cos&#8217;è l&#8217;HTTPS e l&#8217;SSL?<br />\n2. Perché deve interessare a chi ha un sito web (GDPR)?<br />\n3. Come abilitare l&#8217;https e installare l&#8217;ssl<br />\n4. Cos&#8217;è CloudFlase e perché è meglio attivarlo?<br />\n6. Come abbinare CloudFlare a WordPress</p>\n<p>Ce lo spiega Juri Paiusco nel prossimo Meetup di Treviso.</p>\n<h2>Per partecipare</h2>\n<p><a href=\"https://www.meetup.com/it-IT/Treviso-WordPress-Meetup/events/250718527/\">Iscriviti all&#8217;evento su meetup.com. </a><br />\nGli incontri sono liberi e gratuiti, sei il benvenuto se utilizzi WordPress per la tua attività, se sei un developer, se sei un freelance, se sei un designer, se sei un marketer, <strong>o se semplicemente vuoi saperne di più</strong> sulla piattaforma più utilizzata al mondo per creare siti internet.</p>\n<div class=\"chunk\">\n<div class=\"eventDateTime--hover EVENT_DATE_TIME_CLASS popover\">\n<div class=\"popover-trigger\">\n<div class=\"flex flex--row eventDateTime--hover EVENT_DATE_TIME_CLASS\">\n<div class=\"flex-item\">\n<div class=\"eventTimeDisplay\">\n<div class=\"chunk\">\n<div class=\"flex flex--row EVENT_DATE_TIME_CLASS\">\n<div class=\"flex-item\">\n<div class=\"eventTimeDisplay eventDateTime--hover\">\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n\";s: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:73:\"https://it.wordpress.org/news/2018/05/meetup-treviso-17-maggio-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\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:66:\"Prossimi Meetup: Avezzano, Andria, Brescia, Milano, Lecce, Romagna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/04/prossimi-meetup-avezzano-brescia-milano-lecce/\";s: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://it.wordpress.org/news/2018/04/prossimi-meetup-avezzano-brescia-milano-lecce/#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, 24 Apr 2018 15:58:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{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:6:\"andria\";s: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:8:\"avezzano\";s: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:7:\"brescia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:6:\"milano\";s: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:5:{s:4:\"data\";s:7:\"romagna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2242\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"In tutta Italia ci sono meetup WordPress! Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi. Se non sai cos&#8217;è un meetup leggi qui. Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Avezzano lunedì 30 aprile 2018 alle 18:00 presso Hotel [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:2054:\"<p>In tutta Italia ci sono meetup WordPress!<br />\n<strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />\nSe non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />\nTutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Avezzano</h2>\n<p>lunedì 30 aprile 2018 alle 18:00 presso Hotel Ristorante Le Gole (Via Sardellino, 3 · Province of L&#8217;Aquila) <a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Avezzano/events/249256116/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Brescia</h2>\n<p>mercoledì 2 maggio 2018 alle 19:15 presso Talent Garden Brescia (Via Cipro, 66 · Brescia)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Brescia/events/249737348/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Andria</h2>\n<p>giovedì 3 maggio 2018 alle 19:30 presso Officina San Domenico &#8211; Coworking (Via Sant&#8217;Angelo dei Meli, 36 · Andria)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Andria/events/250309646/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Milano</h2>\n<p>martedì 8 maggio 2018 alle 19:00 presso MotorK Italia S.r.l. (Via Ludovico D&#8217;Aragona, 9 · Milano)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Milano/events/249034979/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Lecce</h2>\n<p>giovedì 17 maggio 2018 alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/250189709/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Romagna</h2>\n<p>giovedì 17 maggio 2018 alle 18:30 presso Dinamo Coworking Space (Via Ravennate, 959 · Cesena)<br />\n<a href=\"https://www.meetup.com/it-IT/Romagna-WordPress-Meetup/events/250211575/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://it.wordpress.org/news/2018/04/prossimi-meetup-avezzano-brescia-milano-lecce/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://it.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:\"Tue, 10 Jul 2018 08:02:32 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:\"Wed, 24 May 2017 20:38:49 GMT\";s:4:\"link\";s:61:\"<https://it.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:\"20130911040210\";}','no'),(648,'_transient_timeout_feed_mod_dbc574053cccd058bc63a08b9c8e458e','1531252952','no'),(649,'_transient_feed_mod_dbc574053cccd058bc63a08b9c8e458e','1531209752','no'),(650,'_transient_timeout_feed_13e268f84d68a386face41f0af9b3e48','1531252954','no'),(651,'_transient_feed_13e268f84d68a386face41f0af9b3e48','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Italia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.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:34:\"\n	Fri, 06 Jul 2018 13:17:32 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"it-IT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43436\";s:7:\"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:66:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Meetup di Luglio: Catania, Bari, Milano, Verona, Reggio Emilia, Terni, Lecce, Andria\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://it.wordpress.org/news/2018/06/meetup-di-luglio/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://it.wordpress.org/news/2018/06/meetup-di-luglio/#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, 28 Jun 2018 08:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{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:6:\"andria\";s: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:4:\"bari\";s: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:7:\"catania\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:6:\"milano\";s: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:5:{s:4:\"data\";s:13:\"reggio emilia\";s: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:5:{s:4:\"data\";s:5:\"terni\";s: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:5:{s:4:\"data\";s:6:\"verona\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2303\";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:387:\"In tutta Italia ci sono meetup WordPress!Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi.Se non sai cos&#8217;è un meetup leggi qui.Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Catania giovedì 5 luglio 2018 alle 18:00 presso Now Solution (Via G. D&#8217;Annunzio, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:2999:\"<p>In tutta Italia ci sono meetup WordPress!<br /><strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />Se non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />Tutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\r\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\r\n<h2>Catania</h2>\r\n<p>giovedì 5 luglio 2018 alle 18:00 presso Now Solution (Via G. D&#8217;Annunzio, 172 · Catania)<br /><a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Catania/events/252186202/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Lecce</h2>\r\n<p>giovedì 12 luglio 2018 alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce) <br /><a style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif\" href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/252434136/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Andria</h2>\r\n<p>venerdì 13 luglio 2018 alle 18:30 presso Officina San Domenico &#8211; Coworking (Via Sant&#8217;Angelo dei Meli, 36 · Andria) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Andria/events/252473922/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Milano</h2>\r\n<p><strong>Ci incontriamo di sabato per fare un pic-nic ai giardini di Porta Venezia!<br /></strong>Sabato 14 luglio 2018 alle 12:00 presso Giardini Pubblici &#8220;Indro Montanelli&#8221; (Piazza Cavour angolo Via Manin · Milano) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Milano/events/252229476/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Verona</h2>\r\n<p>martedì 17 luglio 2018 alle 19:00 presso Co-working 311 Verona (Lungadige Galtarossa 21, Verona) <br /><a href=\"https://www.meetup.com/it-IT/Verona-WordPress-Meetup/events/252168843/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Reggio Emilia</h2>\r\n<p><strong>Ritorna il meetup di Reggio Emilia dopo qualche mese di pausa! <br /></strong>martedì 17 luglio 2018 alle 19:00 presso Impact Hub Reggio Emilia (Via Statuto, 3 · Reggio Emilia) <br /><a href=\"https://www.meetup.com/it-IT/Reggio-Emilia-WordPress-Meetup/events/251175582/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Terni</h2>\r\n<p>giovedì 19 luglio 2018 alle 19:00 presso CAOS &#8211; EX SIRI &#8211; SALA DELL&#8217;OROLOGIO (Via Campofregoso 98 &#8211; 05100 · Terni)  <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Terni/events/252356902/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<h2>Bari </h2>\r\n<p>giovedì 19 luglio 2018 alle 19:00 presso Torre Quetta (Via Giovanni Di Cagno Abbrescia · Bari) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Bari/events/251945147/\">-&gt; info e iscrizioni su meetup.com</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://it.wordpress.org/news/2018/06/meetup-di-luglio/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Candidiamo l’Italia a WordCamp Europe 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:80:\"https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-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:88:\"https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-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, 28 Jun 2018 08: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Eventi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wceu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"wceu2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2312\";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:358:\"WordCamp Europe 2018 si è appena concluso con grande successo a Belgrado. Nel 2019 l&#8217;evento che unisce le community europee di WordPress sarà a Berlino. Come tutti gli anni dopo il discorso di chiusura dell&#8217;evento, durante il quale si annuncia la prossima città ospitante, gli italiani in sala si guardano intorno pieni di speranza e [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:909:\"<p>WordCamp Europe 2018 si è appena concluso con grande successo a <a href=\"https://2018.europe.wordcamp.org/\">Belgrado</a>. Nel 2019 l&#8217;evento che unisce le community europee di WordPress sarà a <a href=\"https://2019.europe.wordcamp.org/\">Berlino</a>.</p>\n\n<p>Come tutti gli anni dopo il discorso di chiusura dell&#8217;evento, durante il quale si annuncia la prossima città ospitante, gli italiani in sala si guardano intorno pieni di speranza e entusiasmo e mormorano &#8220;Sarebbe bello portare WordCamp Europe in Italia&#8221;.</p>\n\n<p>Sarebbe bello sì, quest&#8217;anno ci proviamo seriamente?</p>\n\n<p>Se siete interessati a seguire la discussione, far parte del team che metterà insieme la candidatura o anche solo curiosi di vedere come si svolge la preparazione, seguiteci su <a href=\"https://it.wordpress.org/team/2018/06/28/candidatura-per-wordcamp-europe-2020-in-italia/\">Team</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:85:\"https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-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:2;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Meetup Reggio Emilia: ritorna il 17 luglio 2018!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jun 2018 08:19:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:13:\"reggio emilia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2276\";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:408:\"Ritorna il meetup Reggio Emilia! In una nuova sede e con un nuovo programma: quello di incontrarsi ogni terzo martedì del mese (agosto escluso). Appuntamento martedì 17 luglio 2018 alle 19:00 presso Impact Hub Reggio Emilia (Via Statuto, 3 · Reggio Emilia) Programma Conosci WordPress? Hai un sito web o vorresti realizzarlo? Siamo un gruppo di appassionati, professionisti, semplici utenti [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1503:\"<p><strong>Ritorna il meetup Reggio Emilia!</strong> In una nuova sede e con un nuovo programma: quello di incontrarsi ogni terzo martedì del mese (agosto escluso).</p>\n<p>Appuntamento <strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif\">martedì 17 luglio 2018 alle </span>19:00 presso Impact Hub Reggio Emilia</strong> (Via Statuto, 3 · Reggio Emilia)</p>\n<h2>Programma</h2>\n<p>Conosci WordPress? Hai un sito web o vorresti realizzarlo?<br />\nSiamo un gruppo di appassionati, professionisti, semplici utenti e sviluppatori di WordPress. <strong>Desideriamo condividere esperienze, informazioni e suggerimenti in un’atmosfera amichevole e rilassata.</strong></p>\n<p>In questo primo incontro, che costituisce una ripartenza dopo un periodo di oltre un&#8217;anno dall&#8217;ultimo Meetup, <strong>discuteremo dell&#8217;impostazione da dare al &#8220;nuovo&#8221; Meetup e pianificheremo le attività dei prossimi mesi.</strong></p>\n<h2>Per partecipare</h2>\n<p><a href=\"https://www.meetup.com/it-IT/Reggio-Emilia-WordPress-Meetup/events/djhxspyxkbwb/\">Iscriviti all&#8217;evento su meetup.com</a>, è gratuito e aperto a tutti!</p>\n<p>Questo meetup non è solo aperto ai Reggiani, ma a tutti coloro che sono interessati a WordPress.</p>\n<p>Basta iscriversi e partecipare! I Meetup sono incontri informali per conoscerci e confrontarci insieme su WordPress e tutte le tematiche legate al web.</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:90:\"https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:78:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Meetup di Giugno: Lecce, Brescia, Torino, Roma, Verona, Ancona, Arezzo, Biella, Vicenza, Avezzano, Palermo, Udine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://it.wordpress.org/news/2018/06/meetup-di-giugno-lecce-torino/\";s: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:76:\"https://it.wordpress.org/news/2018/06/meetup-di-giugno-lecce-torino/#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, 07 Jun 2018 09:50:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:13:{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:6:\"ancona\";s: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:6:\"arezzo\";s: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:8:\"avezzano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"biella\";s: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:5:{s:4:\"data\";s:7:\"brescia\";s: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:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:7:\"palermo\";s: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:5:{s:4:\"data\";s:4:\"roma\";s: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:5:{s:4:\"data\";s:6:\"torino\";s: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:5:{s:4:\"data\";s:5:\"udine\";s: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:5:{s:4:\"data\";s:6:\"verona\";s: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:5:{s:4:\"data\";s:7:\"vicenza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2285\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:400:\"In tutta Italia ci sono meetup WordPress!Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi.Se non sai cos&#8217;è un meetup leggi qui.Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Lecce giovedì 14 giugno alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce)-&#62; [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:3559:\"<p>In tutta Italia ci sono meetup WordPress!<br /><strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />Se non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />Tutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Lecce</h2>\n<p>giovedì 14 giugno alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/251470981/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Brescia</h2>\n<p>mercoledì 20 giugno alle 19:15 presso Talent Garden Brescia (Via Cipro, 66 · Brescia) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Brescia/events/251642002/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Torino</h2>\n<p>giovedì 21 giugno alle 19:00 presso Toolbox Coworking (Via Agostino da Montefeltro, 2 · Torino)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Torino/events/251470338/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Roma</h2>\n<p>venerdì 22 giugno alle 19:00 presso LUISS ENLABS (Via Marsala 29H &#8211; Stazione Termini · Roma) <br /><a href=\"https://www.meetup.com/it-IT/RomaWordPress/events/251545919/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Vicenza</h2>\n<p>martedì 26 giugno 2018 alle 19:00 presso Polo Giovani B55 (Contrà Barche 55 · Vicenza)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Vicenza/events/251826217/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Avezzano</h2>\n<p>martedì 26 giugno 2018 alle 18:00 presso Hotel Ristorante Le Gole (Via Sardellino, 3 Celano (L&#8217;Aquila)<br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Avezzano/events/251896551/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Verona</h2>\n<p><strong>meetup speciale: incontro delle community tech di Verona!</strong><br />giovedì 28 giugno alle 18:30 presso Co-working 311 (Lungadige Galtarossa 21, Verona)<br /><a href=\"https://www.meetup.com/it-IT/Verona-WordPress-Meetup/events/251246999/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Arezzo </h2>\n<p>giovedì 28 giugno alle 18:00 presso CoWo (Via Tiziano, 32 · Arezzo) <br /><a href=\"https://www.meetup.com/it-IT/Arezzo-WordPress-Meetup/events/251691113/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Ancona</h2>\n<p>giovedì 28 giugno alle 19:00 presso Da Nialtri (Via Achille Buglioni, 133 · Marina di Montemarciano)<br /><a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Ancona/events/251716848/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Biella</h2>\n<p>giovedì 28 giugno alle 19:00 presso Sellalab (Via Corradino Sella, 10 · Biella) <br /><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Biella/events/251672975/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Palermo</h2>\n<p>giovedì 28 giugno 2018 alle 18:30 presso Magneti Cowork (Via Emerico Amari 148 · Palermo) <br /><a href=\"https://www.meetup.com/it-IT/Palermo-WordPress-Meetup/events/251876766/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Udine</h2>\n<p>giovedì 28 giugno 2018 alle 19:00 presso Locanda Alle Officine (Via Nazionale, 48, 33042 Buttrio UD) <br /><a href=\"https://www.meetup.com/it-IT/Udine-WordPress-Meetup/events/251909763/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p> </p>\n<p> </p>\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:73:\"https://it.wordpress.org/news/2018/06/meetup-di-giugno-lecce-torino/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:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Arriva il primo WordCamp Verona! 12-13 Ottobre 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://it.wordpress.org/news/2018/05/arriva-il-primo-wordcamp-verona-12-13-ottobre-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://it.wordpress.org/news/2018/05/arriva-il-primo-wordcamp-verona-12-13-ottobre-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 May 2018 08:03: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:4:{i:0;a:5:{s:4:\"data\";s:15:\"Contributor Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Eventi\";s: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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"verona\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2274\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"Se ti chiedi cos&#8217;è WordCamp Verona e perché partecipare, questo post è per te. WordCamp è in pratica una conferenza su WordPress &#8211; e tutto quello che ci ruota attorno. È un evento informale, organizzato dalla community, cioè da persone che usano WP, proprio come te. Tutti possono partecipare: dagli utenti saltuari ai &#8220;core developer&#8221; [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:7116:\"<h2>Se ti chiedi cos&#8217;è WordCamp Verona e perché partecipare, questo post è per te.</h2>\n<h2><img class=\"alignleft wp-image-590 size-full\" src=\"https://2018.verona.wordcamp.org/files/2018/04/wapuspeare_slack.png\" alt=\"\" width=\"128\" height=\"128\" /></h2>\n<p>WordCamp è in pratica <strong>una conferenza su WordPress</strong> &#8211; e tutto quello che ci ruota attorno.</p>\n<p><strong>È un evento informale</strong>, organizzato dalla community, cioè da persone che usano WP, proprio come te. Tutti possono partecipare: dagli utenti saltuari ai &#8220;core developer&#8221; (sviluppatori che scrivono il codice di WP). <strong>Lo scopo è quello di condividere idee e conoscersi. </strong></p>\n<p><strong>È un evento organizzato da volontari</strong> (<a href=\"https://2018.verona.wordcamp.org/organizers/\">organizzatori</a>, <a href=\"https://2018.verona.wordcamp.org/call-for-speaker/\">speaker</a> e <a href=\"https://2018.verona.wordcamp.org/call-for-volunteers/\">persone che aiutano</a> durante la giornata non ricevono nessun tipo di compenso né rimborso per quello che fanno), ed è reso possibile dalla generosità degli <a href=\"https://2018.verona.wordcamp.org/sponsors/\">sponsor</a>.</p>\n<p>In tutto il mondo si organizzano WordCamp, e ogni evento è diverso perché esprime la community locale; di base, di solito si alternano diversi brevi talk, dedicati in generale a come usare al meglio WordPress, ma anche a tutti i temi che riguardano la comunicazione online, l&#8217;organizzazione del lavoro, la gestione di progetti, la community&#8230;</p>\n<h2>Un WordCamp è una conferenza dedicata a WordPress, ed è una festa della community locale; è l&#8217;occasione per incontrarsi, condividere, conoscersi.</h2>\n<p>Il primo WordCamp è stato organizzato a San Francisco da Matt Mullenweg nel 2006, e da allora le community locali hanno organizzato centinaia di eventi: l&#8217;intera lista la potete vedere su <a href=\"https://central.wordcamp.org/\">central.wordcamp.org</a></p>\n<p><img class=\"aligncenter wp-image-1165 size-large\" src=\"https://2018.verona.wordcamp.org/files/2018/05/wordcamp-world-1024x490.png\" alt=\"\" width=\"640\" height=\"306\" /></p>\n<p>&nbsp;</p>\n<h2>Un WordCamp è <strong>un evento aperto a tutti. </strong></h2>\n<p>Puoi partecipare qualsiasi sia livello di conoscenza di WordPress, anche zero! Magari sei curioso di scoprire cos&#8217;è, e che cos&#8217;è la community: bene, sei il benvenuto/a!</p>\n<p>Ci saranno <strong>talk adatti a tutti</strong>, non ci saranno solo interventi di argomento tecnico.</p>\n<p>Ci saranno tante <strong>occasioni per conoscere persone come te</strong>, appassionate di WordPress e della community: l&#8217;atmosfera ai WordCamp è sempre molto leggera, informale, piacevole ed amichevole. Vedrai tanti sorrisi, troverai tanti nuovi amici, garantito!</p>\n<p>Puoi partecipare facilmente, perché<a href=\"https://2018.verona.wordcamp.org/tickets/\"> <strong>il biglietto costa solo 20 €</strong></a> (e ci aiuta a coprire le spese vive, per esempio l&#8217;affitto della sala e il pranzo).</p>\n<p>Puoi partecipare anche se hai delle difficoltà nel muoverti, parlare, ascoltare: contattaci se hai dei dubbi su questo, e ti potremo facilmente rassicurare su come ti vogliamo <strong>mettere in grado di partecipare. </strong></p>\n<p>Nell&#8217;organizzare un WordCamp tutti noi (organizzatori, speaker, volontari, sponsor e partecipanti) ci impegniamo a fornire <strong>un ambiente amichevole, sicuro ed accogliente,</strong> indipendentemente da sesso, orientamento sessuale, disabilità, etnia, religione, sistema operativo preferito, linguaggio di programmazione o editor di testo. Leggi qui il nostro <a href=\"https://2018.verona.wordcamp.org/codice-di-condotta/\">codice di condotta</a> (e come segnalare eventuali comportamenti non accettabili).</p>\n<p>&nbsp;</p>\n<h2>Come si svolge, in pratica, WordCamp Verona?</h2>\n<h3>VENERDÌ: IL CONTRIBUTOR DAY</h3>\n<p><strong>Per chi lo desidera, il giorno precedente al WordCamp, si terrà il <a href=\"https://2018.verona.wordcamp.org/il-contributor-day/\">Contributor Day</a>: </strong><br />\nuna giornata di lavoro dove tutti insieme impareremo come contribuire, secondo le nostre competenze, al progetto open source di WordPress.</p>\n<p>Non è necessario che tu sappia programmare, basta aver voglia di unirti a noi per collaborare a rendere più grande questa comunità.</p>\n<p>Saremo tutti insieme in una unica sala, ci sarà una presentazione e poi ci divideremo in diversi tavoli di lavoro.<br />\nA ciascun tavolo (dedicato ad un particolare tema, per es. community, traduzioni, revisione dei temi, accessibilità&#8230;) ci saranno delle persone esperte che spiegheranno come funziona e come iniziare a contribuire. Lavoreremo tutti insieme, sarà divertente!</p>\n<p><em>NB: i posti per partecipare a questa giornata sono limitati: saremo circa 60 persone. </em></p>\n<h3>SABATO: LA CONFERENZA</h3>\n<p><strong>WordCamp Verona si terrà sabato 13 Ottobre all&#8217;Hotel San Marco (Via Longhena 42,Verona), indicativamente dalle 10 alle 18.</strong><br />\nParteciperanno circa 200 persone.</p>\n<p>Ci saranno due sale, nelle quali si svolgeranno contemporaneamente vari interventi, della durata di circa 30 minuti.<br />\nCi saranno <strong>talk per tutti i gusti</strong>: si parlerà di temi dev ma anche di contenuti, seo, marketing, business… tutto powered by WordPress!<br />\nIn qualsiasi momento della giornata potrai decidere quali interventi seguire per imparare cose nuove e confrontarti con gli altri partecipanti.</p>\n<p>Davanti alle sale troverai i tavoli degli <strong>sponsor</strong>: sarà interessante chiacchierare con loro, scoprire cosa fanno, perché e come supportano la community.</p>\n<p>Ci saranno momenti per bere un caffè, fare una pausa, e pranzeremo tutti insieme.</p>\n<p>Alla fine della giornata, ci sarà una festa: <strong>l&#8217;afterparty</strong>! Un ulteriore momento per stare insieme.</p>\n<h2>Come puoi partecipare e contribuire?</h2>\n<h3>COME SPEAKER</h3>\n<p>Hai una storia da raccontare, competenze da condividere, un caso di successo da mostrare?<br />\n<a href=\"https://2018.verona.wordcamp.org/call-for-speaker/\">Puoi candidarti come speaker.</a></p>\n<h3>COME SPONSOR</h3>\n<p>Hai una attività lavorativa che ruota intorno a WordPress, o che vuoi far conoscere alle circa 200 persone che parteciperanno a WordCamp Verona?<br />\nPuoi <a href=\"https://2018.verona.wordcamp.org/call-for-sponsors/\">essere uno dei nostri sponsor</a>, ci sono tanti pacchetti possibili (a partire da 100€! Ogni contributo conta!).</p>\n<h3>COME VOLONTARIO/A</h3>\n<p>Vuoi darci una mano il giorno della conferenza, aiutandoci a far sì che la giornata si svolga nel migliore dei modi per tutti (e facendo una fantastica esperienza di &#8220;dietro le quinte&#8221;)?<br />\n<a href=\"https://2018.verona.wordcamp.org/call-for-volunteers/\">Cerchiamo volontari!</a></p>\n<p>&nbsp;</p>\n<p><em>(questo post è stato pubblicato sul sito https://2018.verona.wordcamp.org/ &#8211; dove se vuoi puoi registrarti per ricevere tutti i nuovi post via mail!)</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:94:\"https://it.wordpress.org/news/2018/05/arriva-il-primo-wordcamp-verona-12-13-ottobre-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Meetup di Giugno: Bari, Milano, Terni, Brindisi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/05/meetup-di-giugno-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://it.wordpress.org/news/2018/05/meetup-di-giugno-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 May 2018 08:03: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:5:{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:4:\"bari\";s: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:8:\"brindisi\";s: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:6:\"milano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"terni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2262\";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:361:\"In tutta Italia ci sono meetup WordPress! Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi. Se non sai cos&#8217;è un meetup leggi qui. Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Bari mercoledì 6 giugno 2018 alle 17:30 presso Impact Hub [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1664:\"<p>In tutta Italia ci sono meetup WordPress!<br />\n<strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />\nSe non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />\nTutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Bari</h2>\n<p>mercoledì 6 giugno 2018 alle 17:30 presso Impact Hub Bari (viale Volga c/o Fiera del Levante · Bari)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Bari/events/250836605/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Terni</h2>\n<p><strong>secondo appuntamento del nuovo meetup WordPress di Terni!</strong><br />\nvenerdì 8 giugno 2018 alle 19:00 presso CAOS &#8211; EX SIRI &#8211; SALA DELL&#8217;OROLOGIO (Via Campofregoso 98 &#8211; 05100 · Terni)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Terni/events/251153747/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Brindisi</h2>\n<p>venerdì 8 giugno 2018 alle 18:00 presso Tank Coworking Space (via Schiena, 2 · Brindisi)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Brindisi/events/251208232/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Milano</h2>\n<p>martedì 12 giugno 2018 alle 19:00 presso MotorK Italia S.r.l. (Via Ludovico D&#8217;Aragona, 9 · Milano)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Milano/events/250688956/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://it.wordpress.org/news/2018/05/meetup-di-giugno-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Prossimi meetup: Piacenza, Arezzo, Vicenza, Catania\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/05/prossimi-meetup-piacenza-arezzo/\";s: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://it.wordpress.org/news/2018/05/prossimi-meetup-piacenza-arezzo/#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, 17 May 2018 07:23:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s: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:6:\"arezzo\";s: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:7:\"catania\";s: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:8:\"Piacenza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"vicenza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2265\";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:\"In tutta Italia ci sono meetup WordPress! Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi. Se non sai cos&#8217;è un meetup leggi qui. Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Piacenza lunedì 21 maggio 2018 alle 19:00 presso Spazio2 (Via [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1472:\"<p>In tutta Italia ci sono meetup WordPress!<br />\n<strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />\nSe non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />\nTutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Piacenza</h2>\n<p>lunedì 21 maggio 2018 alle 19:00 presso Spazio2 (Via XXIV Maggio 51/53 · Piacenza)<br />\n<a href=\"https://www.meetup.com/it-IT/Piacenza-WordPress-Meetup/events/250785707/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Arezzo</h2>\n<p>giovedì 24 maggio 2018 alle 18:00 presso CoWo (Via Tiziano, 32 · Arezzo)<br />\n<a href=\"https://www.meetup.com/it-IT/Arezzo-WordPress-Meetup/events/250543380/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Catania</h2>\n<p>domenica 27 maggio 2018 alle 19:30 presso Teatro Macchiavelli (Piazza Università, 13 · Catania)<br />\n<a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Catania/events/250909585/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Vicenza</h2>\n<p>martedì 29 maggio 2018 alle 19:00 presso Polo Giovani B55 (Contrà Barche 55 · Vicenza)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Vicenza/events/250877150/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://it.wordpress.org/news/2018/05/prossimi-meetup-piacenza-arezzo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Buon Compleanno WordPress! #WP15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/05/buon-compleanno-wordpress-wp15/\";s: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://it.wordpress.org/news/2018/05/buon-compleanno-wordpress-wp15/#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, 16 May 2018 07:51:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:10:{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:6:\"ancona\";s: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:8:\"avezzano\";s: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:6:\"biella\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:7:\"palermo\";s: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:5:{s:4:\"data\";s:4:\"roma\";s: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:5:{s:4:\"data\";s:6:\"torino\";s: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:5:{s:4:\"data\";s:5:\"udine\";s: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:5:{s:4:\"data\";s:6:\"verona\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2241\";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:397:\"Il 27 Maggio 2018 è il 15° anniversario della prima release di WordPress e non vediamo l&#8217;ora di festeggiare insieme! Party time! In Italia ci ritroviamo per festeggiare insieme a Roma (giovedì 17 maggio 2018 &#8211; ore 19:00 &#8211; LUISS ENLABS, Via Marsala 29H &#8211; Stazione Termini · Roma) Avezzano (lunedì 21 maggio 2018 &#8211; ore 18:00 &#8211; Hotel Ristorante [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:3181:\"<p>Il 27 Maggio 2018 è il 15° anniversario della <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">prima release di WordPress</a> e non vediamo l&#8217;ora di festeggiare insieme!</p>\n<figure class=\"wp-block-image aligncenter\"><img class=\"wp-image-5841 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&amp;ssl=1\" alt=\"\" width=\"342\" height=\"269\" /></figure>\n<h2>Party time!</h2>\n<p>In Italia ci ritroviamo per festeggiare insieme a</p>\n<ul>\n<li><a href=\"https://www.meetup.com/it-IT/RomaWordPress/events/249972199/\">Roma</a> (giovedì 17 maggio 2018 &#8211; ore 19:00 &#8211; LUISS ENLABS, Via Marsala 29H &#8211; Stazione Termini · Roma)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Avezzano/events/249706743/\">Avezzano</a> (lunedì 21 maggio 2018 &#8211; ore 18:00 &#8211; Hotel Ristorante Le Gole, Via Sardellino, 3 · Celano -L&#8217;Aquila)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Verona-WordPress-Meetup/events/249380035/\">Verona</a> (mercoledì 23 maggio 2018 &#8211; ore 19:00 &#8211; Co-working 311 Verona, Lungadige Galtarossa 21, Verona)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Meetup-WordPress-Ancona/events/250807811/\">Ancona</a> (giovedì 24 maggio 2018 &#8211; ore 18:45 &#8211; SeePort Hotel &#8211; Roof Garden, Via Rupi di Via XXIX Settembre, 12 · Ancona)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Udine-WordPress-Meetup/events/250777266/\">Udine</a> (giovedì 24 maggio 2018 &#8211; ore 19:00 &#8211; Il Caffè dei Libri, Via Poscolle, 65, 33100 · Udine)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Biella/events/250536197/\">Biella</a> (giovedì 24 maggio 2018 &#8211; ore 19:00 &#8211; Sellalab, Via Corradino Sella, 10 · Biella)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Torino/events/249940988/\">Torino</a> (giovedì 24 maggio 2018 &#8211; ore 19:00 &#8211; Open Baladin, Piazzale Valdo Fusi · Torino)</li>\n<li><a href=\"https://www.meetup.com/it-IT/Palermo-WordPress-Meetup/events/249861370/\">Palermo</a> (giovedì 24 maggio 2018 &#8211; ore 18:00 &#8211; Magneti Cowork, Via Emerico Amari 148 · Palermo)</li>\n<li><a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/249169895/\">Lecce</a> (sabato 26 maggio 2018 &#8211; ore 18:00 &#8211; SellaLab Lecce, Viale Michele de Pietro · Lecce)</li>\n</ul>\n<p>Leggi il post originale e <a href=\"https://wp15.wordpress.net/\">visita il sito dedicato </a></p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"xlIq8W2gIR\"><p><a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">Celebrate the WordPress 15th Anniversary on May 27</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/embed/#?secret=xlIq8W2gIR\" data-secret=\"xlIq8W2gIR\" width=\"600\" height=\"338\" title=\"&#8220;Celebrate the WordPress 15th Anniversary on May 27&#8221; &#8212; WordPress News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe></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://it.wordpress.org/news/2018/05/buon-compleanno-wordpress-wp15/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Meetup Treviso: 17 Maggio 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://it.wordpress.org/news/2018/05/meetup-treviso-17-maggio-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://it.wordpress.org/news/2018/05/meetup-treviso-17-maggio-2018/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 May 2018 17:44:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:7:\"treviso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2256\";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:432:\"Appuntamento della community di Treviso Giovedì 17 Maggio dalle 19, presso Barchessa Foscarini &#8211; Piazza XI Febbraio, Castello di Godego (TV) Programma 1. Cos&#8217;è l&#8217;HTTPS e l&#8217;SSL? 2. Perché deve interessare a chi ha un sito web (GDPR)? 3. Come abilitare l&#8217;https e installare l&#8217;ssl 4. Cos&#8217;è CloudFlase e perché è meglio attivarlo? 6. Come abbinare CloudFlare a WordPress Ce [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:1515:\"<p>Appuntamento della community di Treviso <strong>Giovedì 17 Maggio dalle 19</strong><strong>, presso Barchessa Foscarini &#8211; Piazza XI Febbraio, Castello di Godego (TV)</strong></p>\n<h2>Programma</h2>\n<p>1. Cos&#8217;è l&#8217;HTTPS e l&#8217;SSL?<br />\n2. Perché deve interessare a chi ha un sito web (GDPR)?<br />\n3. Come abilitare l&#8217;https e installare l&#8217;ssl<br />\n4. Cos&#8217;è CloudFlase e perché è meglio attivarlo?<br />\n6. Come abbinare CloudFlare a WordPress</p>\n<p>Ce lo spiega Juri Paiusco nel prossimo Meetup di Treviso.</p>\n<h2>Per partecipare</h2>\n<p><a href=\"https://www.meetup.com/it-IT/Treviso-WordPress-Meetup/events/250718527/\">Iscriviti all&#8217;evento su meetup.com. </a><br />\nGli incontri sono liberi e gratuiti, sei il benvenuto se utilizzi WordPress per la tua attività, se sei un developer, se sei un freelance, se sei un designer, se sei un marketer, <strong>o se semplicemente vuoi saperne di più</strong> sulla piattaforma più utilizzata al mondo per creare siti internet.</p>\n<div class=\"chunk\">\n<div class=\"eventDateTime--hover EVENT_DATE_TIME_CLASS popover\">\n<div class=\"popover-trigger\">\n<div class=\"flex flex--row eventDateTime--hover EVENT_DATE_TIME_CLASS\">\n<div class=\"flex-item\">\n<div class=\"eventTimeDisplay\">\n<div class=\"chunk\">\n<div class=\"flex flex--row EVENT_DATE_TIME_CLASS\">\n<div class=\"flex-item\">\n<div class=\"eventTimeDisplay eventDateTime--hover\">\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n\";s: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:73:\"https://it.wordpress.org/news/2018/05/meetup-treviso-17-maggio-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\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:66:\"Prossimi Meetup: Avezzano, Andria, Brescia, Milano, Lecce, Romagna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/news/2018/04/prossimi-meetup-avezzano-brescia-milano-lecce/\";s: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://it.wordpress.org/news/2018/04/prossimi-meetup-avezzano-brescia-milano-lecce/#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, 24 Apr 2018 15:58:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{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:6:\"andria\";s: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:8:\"avezzano\";s: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:7:\"brescia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"lecce\";s: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:5:{s:4:\"data\";s:6:\"milano\";s: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:5:{s:4:\"data\";s:7:\"romagna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://it.wordpress.org/?p=2242\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"In tutta Italia ci sono meetup WordPress! Incontri gratuiti e aperti a tutti, in cui le community locali si incontrano per condividere e conoscersi. Se non sai cos&#8217;è un meetup leggi qui. Tutti i meetup italiani sono elencati qui.  Nei prossimi giorni si incontrano le community di  Avezzano lunedì 30 aprile 2018 alle 18:00 presso Hotel [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Giulia Tosato\";s: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:2054:\"<p>In tutta Italia ci sono meetup WordPress!<br />\n<strong>Incontri gratuiti e aperti a tutti,</strong> in cui le community locali si incontrano per condividere e conoscersi.<br />\nSe non sai cos&#8217;è un meetup <a href=\"https://it.wordpress.org/meetup/guida-ai-meetup-di-wordpress/\">leggi qui.</a><br />\nTutti i meetup italiani sono <a href=\"https://it.wordpress.org/meetup/\">elencati qui. </a></p>\n<p><strong>Nei prossimi giorni si incontrano le community di </strong></p>\n<h2>Avezzano</h2>\n<p>lunedì 30 aprile 2018 alle 18:00 presso Hotel Ristorante Le Gole (Via Sardellino, 3 · Province of L&#8217;Aquila) <a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Avezzano/events/249256116/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Brescia</h2>\n<p>mercoledì 2 maggio 2018 alle 19:15 presso Talent Garden Brescia (Via Cipro, 66 · Brescia)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Brescia/events/249737348/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Andria</h2>\n<p>giovedì 3 maggio 2018 alle 19:30 presso Officina San Domenico &#8211; Coworking (Via Sant&#8217;Angelo dei Meli, 36 · Andria)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Andria/events/250309646/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Milano</h2>\n<p>martedì 8 maggio 2018 alle 19:00 presso MotorK Italia S.r.l. (Via Ludovico D&#8217;Aragona, 9 · Milano)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Milano/events/249034979/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Lecce</h2>\n<p>giovedì 17 maggio 2018 alle 18:00 presso SellaLab Lecce (Viale Michele de Pietro · Lecce)<br />\n<a href=\"https://www.meetup.com/it-IT/WordPress-Meetup-Lecce/events/250189709/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<h2>Romagna</h2>\n<p>giovedì 17 maggio 2018 alle 18:30 presso Dinamo Coworking Space (Via Ravennate, 959 · Cesena)<br />\n<a href=\"https://www.meetup.com/it-IT/Romagna-WordPress-Meetup/events/250211575/\">-&gt; info e iscrizioni su meetup.com</a></p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://it.wordpress.org/news/2018/04/prossimi-meetup-avezzano-brescia-milano-lecce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:30:\"https://it.wordpress.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 10 Jul 2018 08:02:34 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:\"Fri, 06 Jul 2018 13:17:32 GMT\";s:4:\"link\";s:61:\"<https://it.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(652,'_transient_timeout_feed_mod_13e268f84d68a386face41f0af9b3e48','1531252954','no'),(653,'_transient_feed_mod_13e268f84d68a386face41f0af9b3e48','1531209754','no'),(654,'_transient_timeout_dash_v2_29eefda0bdc5977617f778df7e755d87','1531252954','no'),(655,'_transient_dash_v2_29eefda0bdc5977617f778df7e755d87','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://it.wordpress.org/news/2018/06/meetup-di-luglio/\'>Meetup di Luglio: Catania, Bari, Milano, Verona, Reggio Emilia, Terni, Lecce, Andria</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://it.wordpress.org/news/2018/06/meetup-di-luglio/\'>Meetup di Luglio: Catania, Bari, Milano, Verona, Reggio Emilia, Terni, Lecce, Andria</a></li><li><a class=\'rsswidget\' href=\'https://it.wordpress.org/news/2018/06/candidiamo-litalia-a-wordcamp-europe-2020/\'>Candidiamo l’Italia a WordCamp Europe 2020?</a></li><li><a class=\'rsswidget\' href=\'https://it.wordpress.org/news/2018/06/meetup-reggio-emilia-ritorna-il-17-luglio-2018/\'>Meetup Reggio Emilia: ritorna il 17 luglio 2018!</a></li></ul></div>','no'),(664,'_site_transient_avada_autoloader_paths_add022042c247a5ec2d440ea2c994232','a:51:{s:28:\"Fusion_Builder_Redux_Options\";s:119:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:11:\"Avada_Admin\";s:102:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-admin.php\";s:14:\"Avada_Settings\";s:105:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:101:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:108:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:111:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:105:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:101:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:103:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:101:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:103:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:106:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_installer\";s:113:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:111:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:19:\"Avada_Importer_Data\";s:119:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:121:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:105:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:110:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:109:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:109:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:11:\"Avada_Fonts\";s:102:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-fonts.php\";s:13:\"Avada_Scripts\";s:104:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:16:\"Avada_AvadaRedux\";s:107:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-avadaredux.php\";s:27:\"Avada_TGM_Plugin_Activation\";s:118:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-tgm-plugin-activation.php\";s:24:\"Avada_Megamenu_Framework\";s:115:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:105:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:107:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:116:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Dynamic_CSS\";s:108:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:12:\"Avada_Helper\";s:103:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-helper.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:122:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:26:\"Fusion_Widget_Contact_Info\";s:124:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:116:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:124:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:118:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:118:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:124:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:125:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:116:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:125:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";s:13:\"Avada_Options\";s:104:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-options.php\";s:13:\"Avada_Upgrade\";s:104:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-upgrade.php\";s:22:\"Avada_Upgrade_Abstract\";s:121:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-abstract.php\";s:17:\"Avada_Upgrade_400\";s:116:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-400.php\";s:13:\"Avada_Migrate\";s:104:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-migrate.php\";s:26:\"Avada_AvadaRedux_Migration\";s:117:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-avadaredux-migration.php\";s:17:\"Avada_Upgrade_500\";s:116:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-500.php\";s:22:\"Fusion_Builder_Migrate\";s:113:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-fusion-builder-migrate.php\";s:15:\"Avada_Portfolio\";s:106:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-portfolio.php\";s:18:\"Avada_Social_Icons\";s:109:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-social-icons.php\";s:18:\"Avada_Google_Fonts\";s:109:\"/var/www/vhosts/cerchijapan.it/ahutofficina.it/wp-content/themes/Avada/includes/class-avada-google-fonts.php\";}','no'),(666,'_transient_timeout_fusion_css_cache_cleanup','1532073926','no'),(667,'_transient_fusion_css_cache_cleanup','1','no'),(668,'_transient_avada_googlefonts_contents','@font-face {\n  font-family: \'Antic Slab\';\n  font-style: normal;\n  font-weight: 400;\n  src: local(\'Antic Slab Regular\'), local(\'AnticSlab-Regular\'), url(https://fonts.gstatic.com/s/anticslab/v6/bWt97fPFfRzkCa9Jlp6IacVcWQ.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'PT Sans\';\n  font-style: italic;\n  font-weight: 400;\n  src: local(\'PT Sans Italic\'), local(\'PTSans-Italic\'), url(https://fonts.gstatic.com/s/ptsans/v9/jizYRExUiTo99u79D0e0x8mN.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'PT Sans\';\n  font-style: italic;\n  font-weight: 700;\n  src: local(\'PT Sans Bold Italic\'), local(\'PTSans-BoldItalic\'), url(https://fonts.gstatic.com/s/ptsans/v9/jizdRExUiTo99u79D0e8fOydLxUY.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'PT Sans\';\n  font-style: normal;\n  font-weight: 400;\n  src: local(\'PT Sans\'), local(\'PTSans-Regular\'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0KEwA.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'PT Sans\';\n  font-style: normal;\n  font-weight: 700;\n  src: local(\'PT Sans Bold\'), local(\'PTSans-Bold\'), url(https://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh0O6tKA.ttf) format(\'truetype\');\n}\n','no'),(669,'_site_transient_timeout_avada_autoloader_paths_add022042c247a5ec2d440ea2c994232','1531209956','no'),(670,'_transient_avada_premium_plugins_info','a:12:{s:11:\"fusion-core\";a:17:{s:4:\"name\";s:11:\"Fusion Core\";s:11:\"plugin_name\";s:11:\"Fusion Core\";s:4:\"slug\";s:11:\"fusion-core\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:23:\"http://theme-fusion.com\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_core.png\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_core.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.4.2\";s:8:\"required\";b:1;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/themefusion.svg\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:74:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/FusionCore.jpg\";s:7:\"version\";s:5:\"3.4.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:23:\"http://theme-fusion.com\";}s:14:\"fusion-builder\";a:17:{s:4:\"name\";s:14:\"Fusion Builder\";s:11:\"plugin_name\";s:14:\"Fusion Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_builder.png\";s:9:\"image_url\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_builder.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"1.4.2\";s:8:\"required\";b:1;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/themefusion.svg\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:77:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/FusionBuilder.jpg\";s:7:\"version\";s:5:\"1.4.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:27:\"fusion-white-label-branding\";a:17:{s:4:\"name\";s:27:\"Fusion White Label Branding\";s:11:\"plugin_name\";s:27:\"Fusion White Label Branding\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/fusion_whiite_label_branding.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/fusion_whiite_label_branding.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"1.0.1\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/themefusion.svg\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:80:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/FusionWhiteLabel.jpg\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:11:\"convertplug\";a:17:{s:4:\"name\";s:12:\"Convert Plus\";s:11:\"plugin_name\";s:12:\"Convert Plus\";s:4:\"slug\";s:11:\"convertplug\";s:13:\"plugin_author\";s:16:\"Brainstorm Force\";s:17:\"plugin_author_url\";s:31:\"https://www.brainstormforce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.3.1\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/ConvertPlus.jpg\";s:7:\"version\";s:5:\"3.3.1\";s:6:\"Author\";s:16:\"Brainstorm Force\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";}s:26:\"advanced-custom-fields-pro\";a:17:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:11:\"plugin_name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:13:\"plugin_author\";s:13:\"Elliot Condon\";s:17:\"plugin_author_url\";s:28:\"http://www.elliotcondon.com/\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"5.6.10\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg\";s:7:\"version\";s:6:\"5.6.10\";s:6:\"Author\";s:13:\"Elliot Condon\";s:9:\"AuthorURI\";s:28:\"http://www.elliotcondon.com/\";}s:11:\"LayerSlider\";a:17:{s:4:\"name\";s:14:\"LayerSlider WP\";s:11:\"plugin_name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:13:\"plugin_author\";s:14:\"Kreatura Media\";s:17:\"plugin_author_url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:5:\"image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:9:\"image_url\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.7.6\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg\";s:7:\"version\";s:5:\"6.7.6\";s:6:\"Author\";s:14:\"Kreatura Media\";s:9:\"AuthorURI\";s:38:\"https://layerslider.kreaturamedia.com/\";}s:9:\"revslider\";a:17:{s:4:\"name\";s:17:\"Revolution Slider\";s:11:\"plugin_name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:13:\"plugin_author\";s:10:\"ThemePunch\";s:17:\"plugin_author_url\";s:22:\"http://themepunch.com/\";s:5:\"image\";s:81:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution.png\";s:9:\"image_url\";s:81:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"5.4.8\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:80:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/SliderRevolution.jpg\";s:7:\"version\";s:5:\"5.4.8\";s:6:\"Author\";s:10:\"ThemePunch\";s:9:\"AuthorURI\";s:22:\"http://themepunch.com/\";}s:11:\"woocommerce\";a:14:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"plugin_name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:13:\"plugin_author\";s:10:\"Automattic\";s:17:\"plugin_author_url\";s:23:\"https://woocommerce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:12:\"external_url\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";N;}s:13:\"wordpress-seo\";a:14:{s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"plugin_name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:13:\"plugin_author\";s:10:\"Team Yoast\";s:17:\"plugin_author_url\";s:18:\"https://yoast.com/\";s:5:\"image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:9:\"image_url\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:12:\"external_url\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.0.3.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";N;}s:7:\"bbpress\";a:14:{s:4:\"name\";s:7:\"bbPress\";s:11:\"plugin_name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:13:\"plugin_author\";s:21:\"The bbPress Community\";s:17:\"plugin_author_url\";s:19:\"https://bbpress.org\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:12:\"external_url\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;}s:19:\"the-events-calendar\";a:14:{s:4:\"name\";s:19:\"The Events Calendar\";s:11:\"plugin_name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:13:\"plugin_author\";s:18:\"Modern Tribe, Inc.\";s:17:\"plugin_author_url\";s:18:\"http://m.tri.be/1x\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:12:\"external_url\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;}s:14:\"contact-form-7\";a:14:{s:4:\"name\";s:14:\"Contact Form 7\";s:11:\"plugin_name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:13:\"plugin_author\";s:16:\"Takayuki Miyoshi\";s:17:\"plugin_author_url\";s:31:\"https://ideasilo.wordpress.com/\";s:5:\"image\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/contact_form_7.png\";s:9:\"image_url\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/contact_form_7.png\";s:12:\"external_url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;}}','no'),(671,'_site_transient_timeout_fusion_patches','1531211741','no'),(672,'_site_transient_fusion_patches','a:2:{s:5:\"avada\";O:8:\"stdClass\":3:{s:6:\"416174\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Mar. 22, 2018\";s:11:\"description\";s:59:\"<p>Fixes float clearing issue in recent posts element.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.4.2\";}s:5:\"patch\";a:5:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.4.2\";s:4:\"path\";s:34:\"shortcodes/fusion-recent-posts.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.4.2\";s:4:\"path\";s:29:\"css/fusion-shortcodes.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0x\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.4.2\";s:4:\"path\";s:18:\"fusion-builder.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0y\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.4.2\";s:4:\"path\";s:22:\"assets/css/rtl.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0z\";}i:4;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.4.2\";s:4:\"path\";s:25:\"assets/css/shared.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT00\";}}}s:6:\"416149\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Feb. 8, 2018\";s:11:\"description\";s:93:\"<p>Fixes empty main menu typography theme options issue on predefined theme skin change.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.4.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.4.2\";s:4:\"path\";s:38:\"includes/lib/inc/class-fusion-data.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTQ5JmtleT0w\";}}}s:6:\"416137\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jan. 31, 2018\";s:11:\"description\";s:88:\"<p>Fixes duplicate logo on mobile if sticky header is enabled with header version 7</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.4.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.4.2\";s:4:\"path\";s:24:\"includes/dynamic_css.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTM3JmtleT0w\";}}}}s:14:\"fusion-builder\";O:8:\"stdClass\":1:{s:6:\"416174\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Mar. 22, 2018\";s:11:\"description\";s:59:\"<p>Fixes float clearing issue in recent posts element.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.4.2\";}s:5:\"patch\";a:5:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.4.2\";s:4:\"path\";s:34:\"shortcodes/fusion-recent-posts.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.4.2\";s:4:\"path\";s:29:\"css/fusion-shortcodes.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0x\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.4.2\";s:4:\"path\";s:18:\"fusion-builder.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0y\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.4.2\";s:4:\"path\";s:22:\"assets/css/rtl.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT0z\";}i:4;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.4.2\";s:4:\"path\";s:25:\"assets/css/shared.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE2MTc0JmtleT00\";}}}}}','no'),(673,'_site_transient_timeout_fusion_patcher_check_num','1531296341','no'),(674,'_site_transient_fusion_patcher_check_num','a:1:{s:5:\"avada\";i:3;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(6,6,'_form','<label> Il tuo nome (richiesto)\n    [text* your-name] </label>\n\n<label> La tua email (richiesto)\n    [email* your-email] </label>\n\n<label> Oggetto\n    [text your-subject] </label>\n\n<label> Il tuo messaggio\n    [textarea your-message] </label>\n\n[submit \"Invia\"]'),(7,6,'_mail','a:8:{s:7:\"subject\";s:26:\"LInea2001 \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <wordpress@ahutofficina.it>\";s:4:\"body\";s:189:\"Da: [your-name] <[your-email]>\nOggetto: [your-subject]\n\nCorpo del messaggio:\n[your-message]\n\n-- \nQuesta e-mail è stata inviata da un modulo di contatto su LInea2001 (https://ahutofficina.it)\";s:9:\"recipient\";s:22:\"info@alex-webdesign.it\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(8,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"LInea2001 \"[your-subject]\"\";s:6:\"sender\";s:35:\"LInea2001 <wordpress@ahutofficina.it>\";s:4:\"body\";s:133:\"Corpo del messaggio:\n[your-message]\n\n-- \nQuesta e-mail è stata inviata da un modulo di contatto su LInea2001 (https://ahutofficina.it)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: info@alex-webdesign.it\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(9,6,'_messages','a:8:{s:12:\"mail_sent_ok\";s:46:\"Grazie per il tuo messaggio. È stato inviato.\";s:12:\"mail_sent_ng\";s:88:\"Si è verificato un errore durante l\'invio del tuo messaggio. Per favore prova di nuovo.\";s:16:\"validation_error\";s:69:\"Uno o più campi hanno errori. Per favore controlla e prova di nuovo.\";s:4:\"spam\";s:88:\"Si è verificato un errore durante l\'invio del tuo messaggio. Per favore prova di nuovo.\";s:12:\"accept_terms\";s:70:\"Devi accettare termini e condizioni prima di inviare il tuo messaggio.\";s:16:\"invalid_required\";s:22:\"Il campo è richiesto.\";s:16:\"invalid_too_long\";s:25:\"Il campo è troppo lungo.\";s:17:\"invalid_too_short\";s:25:\"Il campo è troppo corto.\";}'),(10,6,'_additional_settings',NULL),(11,6,'_locale','it_IT'),(14,8,'_email','info@alex-webdesign.it'),(15,8,'_name','info@alex-webdesign.it'),(16,8,'_props','a:2:{s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";}'),(17,8,'_last_contacted','2018-07-09 16:12:30'),(18,9,'_email','wapuu@wordpress.example'),(19,9,'_name','Un commentatore di WordPress'),(20,9,'_props','a:0:{}'),(21,9,'_last_contacted','2018-07-09 16:12:30'),(38,2,'_edit_lock','1531148137:1'),(39,2,'_wp_trash_meta_status','publish'),(40,2,'_wp_trash_meta_time','1531148387'),(41,2,'_wp_desired_post_slug','pagina-di-esempio'),(42,20,'_edit_last','1'),(43,20,'_wp_page_template','default'),(48,20,'_seopress_titles_title',''),(49,20,'_seopress_titles_desc',''),(50,20,'_seopress_robots_canonical',''),(51,20,'_seopress_social_fb_title',''),(52,20,'_seopress_social_fb_desc',''),(53,20,'_seopress_social_fb_img',''),(54,20,'_seopress_social_twitter_title',''),(55,20,'_seopress_social_twitter_desc',''),(56,20,'_seopress_social_twitter_img',''),(57,20,'_seopress_redirections_type','301'),(58,20,'_seopress_redirections_value',''),(59,20,'_seopress_analysis_target_kw',''),(64,20,'pyre_slider_type','no'),(65,20,'pyre_slider','0'),(66,20,'pyre_wooslider',''),(67,20,'pyre_revslider','0'),(68,20,'pyre_elasticslider','0'),(69,20,'pyre_slider_position','default'),(70,20,'pyre_avada_rev_styles','default'),(71,20,'pyre_fallback',''),(72,20,'pyre_demo_slider',''),(73,20,'pyre_main_top_padding',''),(74,20,'pyre_main_bottom_padding',''),(75,20,'pyre_hundredp_padding',''),(76,20,'pyre_show_first_featured_image','yes'),(77,20,'pyre_display_header','yes'),(78,20,'pyre_header_100_width','default'),(79,20,'pyre_header_bg_color',''),(80,20,'pyre_header_bg_opacity',''),(81,20,'pyre_header_bg',''),(82,20,'pyre_header_bg_full','no'),(83,20,'pyre_header_bg_repeat','repeat'),(84,20,'pyre_displayed_menu','default'),(85,20,'pyre_display_footer','default'),(86,20,'pyre_display_copyright','default'),(87,20,'pyre_footer_100_width','default'),(88,20,'pyre_sidebar_position','default'),(89,20,'pyre_sidebar_sticky','default'),(90,20,'pyre_sidebar_bg_color',''),(91,20,'pyre_page_bg_layout','default'),(92,20,'pyre_page_bg_color',''),(93,20,'pyre_page_bg',''),(94,20,'pyre_page_bg_full','no'),(95,20,'pyre_page_bg_repeat','repeat'),(96,20,'pyre_wide_page_bg_color',''),(97,20,'pyre_wide_page_bg',''),(98,20,'pyre_wide_page_bg_full','no'),(99,20,'pyre_wide_page_bg_repeat','repeat'),(100,20,'pyre_page_title','default'),(101,20,'pyre_page_title_breadcrumbs_search_bar','default'),(102,20,'pyre_page_title_text','default'),(103,20,'pyre_page_title_text_alignment','default'),(104,20,'pyre_page_title_custom_text',''),(105,20,'pyre_page_title_text_size',''),(106,20,'pyre_page_title_line_height',''),(107,20,'pyre_page_title_custom_subheader',''),(108,20,'pyre_page_title_custom_subheader_text_size',''),(109,20,'pyre_page_title_font_color',''),(110,20,'pyre_page_title_100_width','default'),(111,20,'pyre_page_title_height',''),(112,20,'pyre_page_title_mobile_height',''),(113,20,'pyre_page_title_bar_bg_color',''),(114,20,'pyre_page_title_bar_borders_color',''),(115,20,'pyre_page_title_bar_bg',''),(116,20,'pyre_page_title_bar_bg_retina',''),(117,20,'pyre_page_title_bar_bg_full','default'),(118,20,'pyre_page_title_bg_parallax','default'),(119,20,'fusion_builder_status','active'),(120,20,'kd_featured-image-2_page_id',''),(121,20,'kd_featured-image-3_page_id',''),(122,20,'kd_featured-image-4_page_id',''),(123,20,'kd_featured-image-5_page_id',''),(124,20,'_schema_article','a:12:{s:6:\"active\";N;s:8:\"headline\";N;s:16:\"mainEntityOfPage\";N;s:6:\"author\";N;s:5:\"image\";N;s:13:\"datePublished\";N;s:12:\"dateModified\";N;s:9:\"publisher\";N;s:14:\"publisherImage\";N;s:11:\"description\";N;s:11:\"articleBody\";N;s:19:\"alternativeHeadline\";N;}'),(125,20,'_schema_blog_posting','a:11:{s:6:\"active\";N;s:8:\"headline\";N;s:16:\"mainEntityOfPage\";N;s:6:\"author\";N;s:5:\"image\";N;s:13:\"datePublished\";N;s:12:\"dateModified\";N;s:9:\"publisher\";N;s:14:\"publisherImage\";N;s:11:\"description\";N;s:11:\"articleBody\";N;}'),(126,20,'_schema_news_article','a:11:{s:6:\"active\";N;s:8:\"headline\";N;s:16:\"mainEntityOfPage\";N;s:6:\"author\";N;s:5:\"image\";N;s:13:\"datePublished\";N;s:12:\"dateModified\";N;s:9:\"publisher\";N;s:14:\"publisherImage\";N;s:11:\"description\";N;s:11:\"articleBody\";N;}'),(127,20,'_schema_event','a:12:{s:6:\"active\";N;s:4:\"name\";N;s:12:\"locationName\";N;s:15:\"locationAddress\";N;s:9:\"startDate\";N;s:7:\"endDate\";N;s:11:\"description\";N;s:13:\"performerName\";N;s:5:\"image\";N;s:5:\"price\";N;s:13:\"priceCurrency\";N;s:3:\"url\";N;}'),(128,20,'_schema_product','a:12:{s:6:\"active\";N;s:4:\"name\";N;s:5:\"image\";N;s:11:\"description\";N;s:5:\"brand\";N;s:11:\"ratingValue\";N;s:11:\"reviewCount\";N;s:5:\"price\";N;s:13:\"priceCurrency\";N;s:12:\"availability\";N;s:13:\"itemCondition\";N;s:3:\"url\";N;}'),(129,20,'_schema_video','a:10:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"description\";N;s:12:\"thumbnailUrl\";N;s:10:\"uploadDate\";N;s:8:\"duration\";N;s:10:\"contentUrl\";N;s:8:\"embedUrl\";N;s:16:\"interactionCount\";N;s:7:\"expires\";N;}'),(130,20,'_schema_service','a:13:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"serviceType\";N;s:14:\"additionalType\";N;s:5:\"award\";N;s:8:\"category\";N;s:16:\"providerMobility\";N;s:11:\"description\";N;s:5:\"image\";N;s:16:\"mainEntityOfPage\";N;s:6:\"sameAs\";N;s:3:\"url\";N;s:13:\"alternateName\";N;}'),(131,20,'_schema_review','a:10:{s:6:\"active\";N;s:8:\"itemName\";N;s:10:\"reviewBody\";N;s:4:\"name\";N;s:6:\"author\";N;s:13:\"datePublished\";N;s:11:\"ratingValue\";N;s:10:\"bestRating\";N;s:11:\"worstRating\";N;s:9:\"publisher\";N;}'),(132,20,'_schema_aggregate_rating','a:13:{s:6:\"active\";N;s:11:\"schema_type\";N;s:4:\"name\";N;s:5:\"image\";N;s:10:\"priceRange\";N;s:9:\"telephone\";N;s:7:\"address\";N;s:11:\"description\";N;s:11:\"ratingCount\";N;s:11:\"reviewCount\";N;s:11:\"ratingValue\";N;s:10:\"bestRating\";N;s:11:\"worstRating\";N;}'),(133,20,'_schema_restaurant','a:10:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"description\";N;s:12:\"openingHours\";N;s:9:\"telephone\";N;s:4:\"menu\";N;s:5:\"image\";N;s:7:\"address\";N;s:10:\"priceRange\";N;s:13:\"servesCuisine\";N;}'),(134,20,'_schema_localBusiness','a:10:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"description\";N;s:5:\"image\";N;s:10:\"priceRange\";N;s:15:\"addressLocality\";N;s:13:\"addressRegion\";N;s:10:\"postalCode\";N;s:13:\"streetAddress\";N;s:9:\"telephone\";N;}'),(139,20,'_edit_lock','1531209730:1'),(140,22,'_edit_last','1'),(141,22,'_wp_page_template','default'),(146,22,'_seopress_titles_title',''),(147,22,'_seopress_titles_desc',''),(148,22,'_seopress_robots_canonical',''),(149,22,'_seopress_social_fb_title',''),(150,22,'_seopress_social_fb_desc',''),(151,22,'_seopress_social_fb_img',''),(152,22,'_seopress_social_twitter_title',''),(153,22,'_seopress_social_twitter_desc',''),(154,22,'_seopress_social_twitter_img',''),(155,22,'_seopress_redirections_type','301'),(156,22,'_seopress_redirections_value',''),(157,22,'_seopress_analysis_target_kw',''),(162,22,'pyre_slider_type','no'),(163,22,'pyre_slider','0'),(164,22,'pyre_wooslider',''),(165,22,'pyre_revslider','0'),(166,22,'pyre_elasticslider','0'),(167,22,'pyre_slider_position','default'),(168,22,'pyre_avada_rev_styles','default'),(169,22,'pyre_fallback',''),(170,22,'pyre_demo_slider',''),(171,22,'pyre_main_top_padding',''),(172,22,'pyre_main_bottom_padding',''),(173,22,'pyre_hundredp_padding',''),(174,22,'pyre_show_first_featured_image','yes'),(175,22,'pyre_display_header','yes'),(176,22,'pyre_header_100_width','default'),(177,22,'pyre_header_bg_color',''),(178,22,'pyre_header_bg_opacity',''),(179,22,'pyre_header_bg',''),(180,22,'pyre_header_bg_full','no'),(181,22,'pyre_header_bg_repeat','repeat'),(182,22,'pyre_displayed_menu','default'),(183,22,'pyre_display_footer','default'),(184,22,'pyre_display_copyright','default'),(185,22,'pyre_footer_100_width','default'),(186,22,'pyre_sidebar_position','default'),(187,22,'pyre_sidebar_sticky','default'),(188,22,'pyre_sidebar_bg_color',''),(189,22,'pyre_page_bg_layout','default'),(190,22,'pyre_page_bg_color',''),(191,22,'pyre_page_bg',''),(192,22,'pyre_page_bg_full','no'),(193,22,'pyre_page_bg_repeat','repeat'),(194,22,'pyre_wide_page_bg_color',''),(195,22,'pyre_wide_page_bg',''),(196,22,'pyre_wide_page_bg_full','no'),(197,22,'pyre_wide_page_bg_repeat','repeat'),(198,22,'pyre_page_title','default'),(199,22,'pyre_page_title_breadcrumbs_search_bar','default'),(200,22,'pyre_page_title_text','default'),(201,22,'pyre_page_title_text_alignment','default'),(202,22,'pyre_page_title_custom_text',''),(203,22,'pyre_page_title_text_size',''),(204,22,'pyre_page_title_line_height',''),(205,22,'pyre_page_title_custom_subheader',''),(206,22,'pyre_page_title_custom_subheader_text_size',''),(207,22,'pyre_page_title_font_color',''),(208,22,'pyre_page_title_100_width','default'),(209,22,'pyre_page_title_height',''),(210,22,'pyre_page_title_mobile_height',''),(211,22,'pyre_page_title_bar_bg_color',''),(212,22,'pyre_page_title_bar_borders_color',''),(213,22,'pyre_page_title_bar_bg',''),(214,22,'pyre_page_title_bar_bg_retina',''),(215,22,'pyre_page_title_bar_bg_full','default'),(216,22,'pyre_page_title_bg_parallax','default'),(217,22,'fusion_builder_status',''),(218,22,'kd_featured-image-2_page_id',''),(219,22,'kd_featured-image-3_page_id',''),(220,22,'kd_featured-image-4_page_id',''),(221,22,'kd_featured-image-5_page_id',''),(222,22,'_schema_article','a:12:{s:6:\"active\";N;s:8:\"headline\";N;s:16:\"mainEntityOfPage\";N;s:6:\"author\";N;s:5:\"image\";N;s:13:\"datePublished\";N;s:12:\"dateModified\";N;s:9:\"publisher\";N;s:14:\"publisherImage\";N;s:11:\"description\";N;s:11:\"articleBody\";N;s:19:\"alternativeHeadline\";N;}'),(223,22,'_schema_blog_posting','a:11:{s:6:\"active\";N;s:8:\"headline\";N;s:16:\"mainEntityOfPage\";N;s:6:\"author\";N;s:5:\"image\";N;s:13:\"datePublished\";N;s:12:\"dateModified\";N;s:9:\"publisher\";N;s:14:\"publisherImage\";N;s:11:\"description\";N;s:11:\"articleBody\";N;}'),(224,22,'_schema_news_article','a:11:{s:6:\"active\";N;s:8:\"headline\";N;s:16:\"mainEntityOfPage\";N;s:6:\"author\";N;s:5:\"image\";N;s:13:\"datePublished\";N;s:12:\"dateModified\";N;s:9:\"publisher\";N;s:14:\"publisherImage\";N;s:11:\"description\";N;s:11:\"articleBody\";N;}'),(225,22,'_schema_event','a:12:{s:6:\"active\";N;s:4:\"name\";N;s:12:\"locationName\";N;s:15:\"locationAddress\";N;s:9:\"startDate\";N;s:7:\"endDate\";N;s:11:\"description\";N;s:13:\"performerName\";N;s:5:\"image\";N;s:5:\"price\";N;s:13:\"priceCurrency\";N;s:3:\"url\";N;}'),(226,22,'_schema_product','a:12:{s:6:\"active\";N;s:4:\"name\";N;s:5:\"image\";N;s:11:\"description\";N;s:5:\"brand\";N;s:11:\"ratingValue\";N;s:11:\"reviewCount\";N;s:5:\"price\";N;s:13:\"priceCurrency\";N;s:12:\"availability\";N;s:13:\"itemCondition\";N;s:3:\"url\";N;}'),(227,22,'_schema_video','a:10:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"description\";N;s:12:\"thumbnailUrl\";N;s:10:\"uploadDate\";N;s:8:\"duration\";N;s:10:\"contentUrl\";N;s:8:\"embedUrl\";N;s:16:\"interactionCount\";N;s:7:\"expires\";N;}'),(228,22,'_schema_service','a:13:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"serviceType\";N;s:14:\"additionalType\";N;s:5:\"award\";N;s:8:\"category\";N;s:16:\"providerMobility\";N;s:11:\"description\";N;s:5:\"image\";N;s:16:\"mainEntityOfPage\";N;s:6:\"sameAs\";N;s:3:\"url\";N;s:13:\"alternateName\";N;}'),(229,22,'_schema_review','a:10:{s:6:\"active\";N;s:8:\"itemName\";N;s:10:\"reviewBody\";N;s:4:\"name\";N;s:6:\"author\";N;s:13:\"datePublished\";N;s:11:\"ratingValue\";N;s:10:\"bestRating\";N;s:11:\"worstRating\";N;s:9:\"publisher\";N;}'),(230,22,'_schema_aggregate_rating','a:13:{s:6:\"active\";N;s:11:\"schema_type\";N;s:4:\"name\";N;s:5:\"image\";N;s:10:\"priceRange\";N;s:9:\"telephone\";N;s:7:\"address\";N;s:11:\"description\";N;s:11:\"ratingCount\";N;s:11:\"reviewCount\";N;s:11:\"ratingValue\";N;s:10:\"bestRating\";N;s:11:\"worstRating\";N;}'),(231,22,'_schema_restaurant','a:10:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"description\";N;s:12:\"openingHours\";N;s:9:\"telephone\";N;s:4:\"menu\";N;s:5:\"image\";N;s:7:\"address\";N;s:10:\"priceRange\";N;s:13:\"servesCuisine\";N;}'),(232,22,'_schema_localBusiness','a:10:{s:6:\"active\";N;s:4:\"name\";N;s:11:\"description\";N;s:5:\"image\";N;s:10:\"priceRange\";N;s:15:\"addressLocality\";N;s:13:\"addressRegion\";N;s:10:\"postalCode\";N;s:13:\"streetAddress\";N;s:9:\"telephone\";N;}'),(233,22,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(234,22,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(235,22,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(236,22,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(237,22,'_edit_lock','1531148319:1'),(238,24,'_seopress_titles_title',''),(239,24,'_seopress_titles_desc',''),(240,24,'_seopress_robots_canonical',''),(241,24,'_seopress_social_fb_title',''),(242,24,'_seopress_social_fb_desc',''),(243,24,'_seopress_social_fb_img',''),(244,24,'_seopress_social_twitter_title',''),(245,24,'_seopress_social_twitter_desc',''),(246,24,'_seopress_social_twitter_img',''),(247,24,'_seopress_redirections_type','301'),(248,24,'_seopress_redirections_value',''),(249,24,'_seopress_analysis_target_kw',''),(250,24,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(251,24,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(252,24,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(253,24,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(254,24,'pyre_slider_type','no'),(255,24,'pyre_slider','0'),(256,24,'pyre_wooslider',''),(257,24,'pyre_revslider','0'),(258,24,'pyre_elasticslider','0'),(259,24,'pyre_slider_position','default'),(260,24,'pyre_avada_rev_styles','default'),(261,24,'pyre_fallback',''),(262,24,'pyre_demo_slider',''),(263,24,'pyre_main_top_padding',''),(264,24,'pyre_main_bottom_padding',''),(265,24,'pyre_hundredp_padding',''),(266,24,'pyre_show_first_featured_image','yes'),(267,24,'pyre_display_header','yes'),(268,24,'pyre_header_100_width','default'),(269,24,'pyre_header_bg_color',''),(270,24,'pyre_header_bg_opacity',''),(271,24,'pyre_header_bg',''),(272,24,'pyre_header_bg_full','no'),(273,24,'pyre_header_bg_repeat','repeat'),(274,24,'pyre_displayed_menu','default'),(275,24,'pyre_display_footer','default'),(276,24,'pyre_display_copyright','default'),(277,24,'pyre_footer_100_width','default'),(278,24,'pyre_sidebar_position','default'),(279,24,'pyre_sidebar_sticky','default'),(280,24,'pyre_sidebar_bg_color',''),(281,24,'pyre_page_bg_layout','default'),(282,24,'pyre_page_bg_color',''),(283,24,'pyre_page_bg',''),(284,24,'pyre_page_bg_full','no'),(285,24,'pyre_page_bg_repeat','repeat'),(286,24,'pyre_wide_page_bg_color',''),(287,24,'pyre_wide_page_bg',''),(288,24,'pyre_wide_page_bg_full','no'),(289,24,'pyre_wide_page_bg_repeat','repeat'),(290,24,'pyre_page_title','default'),(291,24,'pyre_page_title_breadcrumbs_search_bar','default'),(292,24,'pyre_page_title_text','default'),(293,24,'pyre_page_title_text_alignment','default'),(294,24,'pyre_page_title_custom_text',''),(295,24,'pyre_page_title_text_size',''),(296,24,'pyre_page_title_line_height',''),(297,24,'pyre_page_title_custom_subheader',''),(298,24,'pyre_page_title_custom_subheader_text_size',''),(299,24,'pyre_page_title_font_color',''),(300,24,'pyre_page_title_100_width','default'),(301,24,'pyre_page_title_height',''),(302,24,'pyre_page_title_mobile_height',''),(303,24,'pyre_page_title_bar_bg_color',''),(304,24,'pyre_page_title_bar_borders_color',''),(305,24,'pyre_page_title_bar_bg',''),(306,24,'pyre_page_title_bar_bg_retina',''),(307,24,'pyre_page_title_bar_bg_full','default'),(308,24,'pyre_page_title_bg_parallax','default'),(309,24,'fusion_builder_status','active'),(310,24,'kd_featured-image-2_page_id',''),(311,24,'kd_featured-image-3_page_id',''),(312,24,'kd_featured-image-4_page_id',''),(313,24,'kd_featured-image-5_page_id',''),(314,24,'_menu_item_type','post_type'),(315,24,'_menu_item_menu_item_parent','0'),(316,24,'_menu_item_object_id','20'),(317,24,'_menu_item_object','page'),(318,24,'_menu_item_target',''),(319,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(320,24,'_menu_item_xfn',''),(321,24,'_menu_item_url',''),(322,24,'_menu_item_fusion_megamenu','a:14:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(331,20,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(332,20,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(333,20,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(334,20,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext 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=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2018-07-09 15:58:05','2018-07-09 13:58:05','Benvenuto in WordPress. Questo è il tuo primo articolo. Modificalo o eliminalo, e inizia a creare il tuo blog!','Ciao mondo!','','publish','open','open','','ciao-mondo','','','2018-07-09 15:58:05','2018-07-09 13:58:05','',0,'https://ahutofficina.it/?p=1',0,'post','',1),(2,1,'2018-07-09 15:58:05','2018-07-09 13:58:05','Questa è una pagina di esempio. Differisce da un articolo del blog perché rimane in posizione fissa e appare nella navigazione del sito (nella maggior parte dei temi). Molte persone iniziano con una pagina informativa che li introduce ai potenziali visitatori. Che potrebbe dire un cosa del genere:\n\n<blockquote>Salve! Sono un pony express di giorno, un aspirante attore di notte e questo è il mio blog. Vivo a Los Angeles, ho un bellissimo cane di nome Jack e adoro la pi&#241;a colada. (E trovarmi sotto la pioggia.)</blockquote>\n\n...oppure qualche cosa del genere:\n\n<blockquote>La XYZ Doohickey Company è stata fondata nel 1971 e da allora ha venduto cazzabubbole di qualità ai propri clienti. SI trova a Gotham City, XYZ impiega oltre 2.000 persone e produce le cose più incredibili per la comunità di Gotham.</blockquote>\n\nCome nuovo utente WordPress, è possibile andare <a href=\"https://ahutofficina.it/wp-admin/\">sulla bacheca</a> per eliminare questa pagina e creare nuove pagine per i propri contenuti. Buon divertimento!','Pagina di esempio.','','trash','closed','open','','pagina-di-esempio__trashed','','','2018-07-09 16:59:47','2018-07-09 14:59:47','',0,'https://ahutofficina.it/?page_id=2',0,'page','',0),(3,1,'2018-07-09 15:58:26','0000-00-00 00:00:00','','Bozza automatica','','auto-draft','open','open','','','','','2018-07-09 15:58:26','0000-00-00 00:00:00','',0,'https://ahutofficina.it/?p=3',0,'post','',0),(6,1,'2018-07-09 16:11:23','2018-07-09 14:11:23','<label> Il tuo nome (richiesto)\n    [text* your-name] </label>\n\n<label> La tua email (richiesto)\n    [email* your-email] </label>\n\n<label> Oggetto\n    [text your-subject] </label>\n\n<label> Il tuo messaggio\n    [textarea your-message] </label>\n\n[submit \"Invia\"]\nLInea2001 \"[your-subject]\"\n[your-name] <wordpress@ahutofficina.it>\nDa: [your-name] <[your-email]>\nOggetto: [your-subject]\n\nCorpo del messaggio:\n[your-message]\n\n-- \nQuesta e-mail è stata inviata da un modulo di contatto su LInea2001 (https://ahutofficina.it)\ninfo@alex-webdesign.it\nReply-To: [your-email]\n\n0\n0\n\nLInea2001 \"[your-subject]\"\nLInea2001 <wordpress@ahutofficina.it>\nCorpo del messaggio:\n[your-message]\n\n-- \nQuesta e-mail è stata inviata da un modulo di contatto su LInea2001 (https://ahutofficina.it)\n[your-email]\nReply-To: info@alex-webdesign.it\n\n0\n0\nGrazie per il tuo messaggio. È stato inviato.\nSi è verificato un errore durante l\'invio del tuo messaggio. Per favore prova di nuovo.\nUno o più campi hanno errori. Per favore controlla e prova di nuovo.\nSi è verificato un errore durante l\'invio del tuo messaggio. Per favore prova di nuovo.\nDevi accettare termini e condizioni prima di inviare il tuo messaggio.\nIl campo è richiesto.\nIl campo è troppo lungo.\nIl campo è troppo corto.','Modulo di contatto 1','','publish','closed','closed','','modulo-di-contatto-1','','','2018-07-09 16:11:23','2018-07-09 14:11:23','',0,'https://ahutofficina.it/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(8,1,'2018-07-09 16:12:30','2018-07-09 14:12:30','info@alex-webdesign.it','info@alex-webdesign.it','','publish','closed','closed','','info-alex-webdesign-it','','','2018-07-09 16:12:30','2018-07-09 14:12:30','',0,'https://ahutofficina.it/2018/07/09/info-alex-webdesign-it/',0,'flamingo_contact','',0),(9,1,'2018-07-09 16:12:30','2018-07-09 14:12:30','wapuu@wordpress.example\nUn commentatore di WordPress','wapuu@wordpress.example','','publish','closed','closed','','wapuu-wordpress-example','','','2018-07-09 16:12:30','2018-07-09 14:12:30','',0,'https://ahutofficina.it/2018/07/09/wapuu-wordpress-example/',0,'flamingo_contact','',0),(10,1,'2018-07-09 16:13:48','0000-00-00 00:00:00','','Bozza automatica','','auto-draft','closed','closed','','','','','2018-07-09 16:13:48','0000-00-00 00:00:00','',0,'https://ahutofficina.it/?page_id=10',0,'page','',0),(19,1,'2018-07-09 16:59:47','2018-07-09 14:59:47','Questa è una pagina di esempio. Differisce da un articolo del blog perché rimane in posizione fissa e appare nella navigazione del sito (nella maggior parte dei temi). Molte persone iniziano con una pagina informativa che li introduce ai potenziali visitatori. Che potrebbe dire un cosa del genere:\n\n<blockquote>Salve! Sono un pony express di giorno, un aspirante attore di notte e questo è il mio blog. Vivo a Los Angeles, ho un bellissimo cane di nome Jack e adoro la pi&#241;a colada. (E trovarmi sotto la pioggia.)</blockquote>\n\n...oppure qualche cosa del genere:\n\n<blockquote>La XYZ Doohickey Company è stata fondata nel 1971 e da allora ha venduto cazzabubbole di qualità ai propri clienti. SI trova a Gotham City, XYZ impiega oltre 2.000 persone e produce le cose più incredibili per la comunità di Gotham.</blockquote>\n\nCome nuovo utente WordPress, è possibile andare <a href=\"https://ahutofficina.it/wp-admin/\">sulla bacheca</a> per eliminare questa pagina e creare nuove pagine per i propri contenuti. Buon divertimento!','Pagina di esempio.','','inherit','closed','closed','','2-revision-v1','','','2018-07-09 16:59:47','2018-07-09 14:59:47','',2,'https://ahutofficina.it/2018/07/09/2-revision-v1/',0,'revision','',0),(20,1,'2018-07-09 17:05:42','2018-07-09 15:05:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"undefined\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][object Object][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','publish','closed','closed','','home','','','2018-07-09 17:05:42','2018-07-09 15:05:42','',0,'https://ahutofficina.it/?page_id=20',0,'page','',0),(21,1,'2018-07-09 16:59:51','2018-07-09 14:59:51','','Home','','inherit','closed','closed','','20-revision-v1','','','2018-07-09 16:59:51','2018-07-09 14:59:51','',20,'https://ahutofficina.it/2018/07/09/20-revision-v1/',0,'revision','',0),(22,1,'2018-07-09 17:00:36','0000-00-00 00:00:00','','Vendita serramenti','','draft','closed','closed','','','','','2018-07-09 17:00:36','2018-07-09 15:00:36','',0,'https://ahutofficina.it/?page_id=22',0,'page','',0),(23,1,'2018-07-09 17:00:36','2018-07-09 15:00:36','','Vendita serramenti','','inherit','closed','closed','','22-revision-v1','','','2018-07-09 17:00:36','2018-07-09 15:00:36','',22,'https://ahutofficina.it/2018/07/09/22-revision-v1/',0,'revision','',0),(24,1,'2018-07-09 17:05:42','2018-07-09 15:05:42',' ','','','publish','closed','closed','','24','','','2018-07-09 17:05:42','2018-07-09 15:05:42','',0,'https://ahutofficina.it/2018/07/09/24/',0,'nav_menu_item','',0),(25,1,'2018-07-09 17:05:42','2018-07-09 15:05:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"undefined\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][object Object][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','20-revision-v1','','','2018-07-09 17:05:42','2018-07-09 15:05:42','',20,'https://ahutofficina.it/2018/07/09/20-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

--
-- Dumping data for table `wp_termmeta`
--

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Senza categoria','senza-categoria',0),(2,'Menuita','menuita',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','info@alex-webdesign.it'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:2:{s:13:\"administrator\";b:1;s:6:\"person\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"d8f656862f6c7cc75bd0684b5ce8bbf765c1a9cf6abb46914f2f88775f728774\";a:4:{s:10:\"expiration\";i:1531317505;s:2:\"ip\";s:12:\"93.36.178.13\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1531144705;}s:64:\"19acda19747ab4f2eeb0dc16dd52c03701456e756451560551182e5a70449c46\";a:4:{s:10:\"expiration\";i:1531382550;s:2:\"ip\";s:11:\"93.42.47.39\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1531209750;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','3'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"93.42.47.0\";}'),(19,1,'wp_wpsso_notices','a:5:{s:3:\"nag\";a:0:{}s:3:\"err\";a:0:{}s:4:\"warn\";a:0:{}s:3:\"upd\";a:0:{}s:3:\"inf\";a:0:{}}'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:11:{i:0;s:29:\"add-post-type-avada_portfolio\";i:1;s:23:\"add-post-type-avada_faq\";i:2;s:33:\"add-post-type-themefusion_elastic\";i:3;s:19:\"add-post-type-slide\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:22:\"add-portfolio_category\";i:7;s:20:\"add-portfolio_skills\";i:8;s:18:\"add-portfolio_tags\";i:9;s:16:\"add-faq_category\";i:10;s:25:\"add-themefusion_es_groups\";}'),(22,1,'wp_user-settings','editor=tinymce'),(23,1,'wp_user-settings-time','1531148745');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'info@alex-webdesign.it','$P$BAfI4bsfrynzNqIfPBsZY/3LQ8a1ib.','infoalex-webdesign-it','info@alex-webdesign.it','','2018-07-09 13:58:05','',0,'info@alex-webdesign.it');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2018-07-10 10:06:11


Youez - 2016 - github.com/yon3zu
LinuXploit